subenhon
subenhon
About
- Username
- subenhon
- Joined
- Visits
- 331
- Last Active
- Roles
- Member
- Thanked
- 32
Comments
-
Your Order Number is: 9628164668 Thanks
-
(Quote) @Not_Oles I change the network type from dhcp to manual when attach to the container , maybe you missed this part. (Quote) alpine:~# cat /etc/network/interfacesauto eth0iface eth0 inet manualhostname $(hostname)
-
(Quote) It is not a cut-and-paste error. I paste multi-line command in terminal , then the console output was print after the last command line. chmod 700 $HOMEsetfacl -m u:165536:x $HOMEsetfacl -m u:165536:x $HOME/.localsetfacl -m u:165536:x $HOM…
-
lxc-start: ubuntu: ../src/lxc/start.c: print_top_failing_dir: 99 Permission denied - Could not access /home/subenhon. Please grant it x access, or add an ACL for the container root Add an ACL is another option. I remove the x access from my home di…
-
(Quote) I am trying to figure out.
-
(Quote) subenhon@sid:~$ #make sure the correct idmap is in the conf filesubenhon@sid:~$ cat $HOME/.config/lxc/default.conflxc.include = /etc/lxc/default.conflxc.idmap = u 0 165536 65536lxc.idmap = g 0 165536 65536subenhon@sid:~$ #create ubuntu conta…
-
I`m testing qemu now .Some permission issue need to be handled. subenhon@sid:~/kvm-test/iso_images$ qemu-system-x86_64 -enable-kvm -m 8G -smp 4 -boot once=d -drive file=$HOME/kvm-test/Ubuntu20.img -cdrom $HOME/kvm-test/iso_images/ubuntu-20.04.5-liv…
-
@Not_Oles I have create a Ubuntu LXC Container,and it works fine ! =) root@ubuntu:~# curl -sL yabs.sh | bash# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2022-12-…
-
(Quote) I may setup several services like code-server/postgrse/mongodb/minio and more ,I would like to keep them sepereted , then I can just replace the broken container When I mess up something.
-
@Not_Oles $ lxc-start -n ubuntu -Flxc-start: ubuntu: ../src/lxc/network.c: lxc_create_network_unpriv_exec: 2990 lxc-user-nic failed to configure requested network: ../src/lxc/cmd/lxc_user_nic.c: 308: get_alloted - No such file or directory - Failed…
-
(Quote) Thanks! I had send my IP via PM ,please check the inbox.
-
I had test a lot of funny things on a server you provided before. It is so convenient to test something on a server with good network speed and hight performance. Can I request a new account on this server ? Thanks!
-
@Not_Oles ,Here is how I create the Lxc container. ~ $ cat $HOME/.config/lxc/default.conflxc.include = /etc/lxc/default.conflxc.idmap = u 0 1022000000 65536lxc.idmap = g 0 1022000000 65536~ $ lxc-create -n alpine -f $HOME/.config/lxc/default.conf -…
-
@yoursunny @Not_Oles NAT IPv4 and IPv6 is working . Now, I tring to run docker in LXC alpine container,but some error occurs. Is it able to run docker in the unprivileged LXC container? alpine:~# docker run --rm hello-worldtime="2023-02-03T0…
-
@Not_Oles Thanks,I had saved my work,It is ok to reboot now
-
(Quote) I make a mistake.I should remove "-f $HOME/.config/lxc/default.conf" from the command ~/pri/pf/lxc_test $ lxc-start -n guest1 -F -P $(pwd)/containerFailed to look up module alias 'autofs4': Function not implementedFailed to mount …
-
@yoursunny I run the start command with -F,it seems to be a file permission issue. The owner of the rootfs is 10220000 which is different from 1022000000. Is the number 1022000000 out of range to be used as suid or guid? ~/pri/pf/lxc_test $ lxc-st…
-
Hi @Not_Oles , Is the server ready for running a LXC container now? I`m fail to start a LXC container. Maybe I do it in a wrong way. ~/pri/pf/lxc_test $ cat $HOME/.config/lxc/default.conflxc.include = /etc/lxc/default.conflxc.idmap = u 0 1022000000…
-
(Quote) @Not_Oles The Directory "/root/Download/docker-data-root/" is familiar to me . I created a folder ”docker-data-root“ for storing my docker's data in my LXC container,and ran several docker build job before the server down. Maybe …
-
Proxmox Virtual Environment, I haven't try it before. I think I shoud learn something about it. Let me in if possible. =) https://lowendspirit.com/discussion/5054/free-alpine-linux-shell-accounts/p13#Comment_122062
-
(Quote) @raveen2k3 According to to the manual,set the NIX_REMOTE environment variable,and make sure you are in the nix user group. https://nixos.org/manual/nix/stable/installation/multi-user.html I run the command suceessfuly now. fmt:~$ export N…
-
~$ nix-shell -p helloerror: getting status of /nix/var/nix/daemon-socket/socket: Permission denied @terrorgen @Not_Oles I get a “Permission denied” error msg. Is there something else need to be done before I use it?
-
(Quote) Thanks! :)
-
(Quote) Nix seems to be a usefull tool for none root user! @Not_Oles Could you add me to the nix group so I can try it out?
-
(Quote) I would like to try it. Count me in.Thanks!
-
(Quote) Sure! I had run a nginx server without privilege =) Just run the script below,the nginx server will start up in a Udocker container ! Change the NginxPort in the script if the port number is used by someone. cat > run_nginx_with_udocker…
-
(Quote) Even docker offers rootless containers I believe Rootless Docker can run by one none root user,rootless Podman run by more than one none root user. For each user that will be allowed to create containers using Podman.
-
(Quote) Podman is similar to Docker. Without root privilege,maybe we can run container with the Rootless Podman instead of Docker. https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
-
(Quote) I works now! =)
-
(Quote) ~/pri/bin $ ~/pri/bin/python3Error loading shared library libpython3.10.so.1.0: No such file or directory (needed by /home/subenhon/pri/bin/python3)Error relocating /home/subenhon/pri/bin/python3: Py_BytesMain: symbol not found
-
(Quote) Already run source ~/.ashrc ,still not work
-
(Quote) After running the script above,it shows: ~ $ ash ~ $ python3 --version ash: python3: not found ~ $ python3 -m ensurepip ash: python3: not found ~ $ pip3 --version ash: pip3: not found It seems then python install fail.
-
(Quote) Great! I have logged in successfully
-
I am a student,looking for a free server to learn linux and build a webapp> @Not_Oles said: (Quote) I am a student,looking for a free server to learn linux and build a webapp. I get the infomation from https://www.nodeseek.com/post-147-1, it sai…
-
That is intresting! Can you make a account for me?