Recent content by memilanuk

  1. M

    Proxmox adding existing ext4 harddisk to LXC container

    Wouldn't you just add them as a mount point as shown in the video under the section 'Container Mount Points'? FWIW, here's another good video on doing the same general thing (setting up a NAS share on Proxmox).
  2. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Nope. `mount -a` should mount everything listed in /etc/fstab (as I understand it). Assuming it doesn't spit any errors back, you can confirm that it mounted correctly by doing a quick 'ls' of the folder.
  3. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Yah... I ran into that tonight. Worked fine last night, but I'd been mucking about and suddenly it didn't. Try unmounting (umount) it, and then remount it using `mount -a` to "mount all".
  4. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Ah. I see the problem ;) That part where it says { echo '' ; echo '# Mount CIFS share on demand with rwx permissions for use in LXCs (manually added)' ; echo '//NAS/nas/ /mnt/lxc_shares/nas_rwx cifs...
  5. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Dunno, man. Are you *sure* that's line 6? It's more like line 9 or 10 in my /etc/fstab. There's an error in there somewhere, that wasn't there before you messed with the file, and isn't in mine or others, so it's something on your end.
  6. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    It looks like you're missing quite a bit: { echo '' ; echo '# Mount CIFS share on demand with rwx permissions for use in LXCs (manually added)' ; echo '//NAS/nas/ /mnt/lxc_shares/nas_rwx cifs...
  7. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    Cool, thanks for that. The SMB/CIFS share I'm connecting to is on my Synology NAS, and I had been using my main/only user for access. Having the login info sitting in plain text in /etc/fstab seemed... wrong ;) After setting up a credentials file, I also added another user 'pve' to my NAS...
  8. M

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    @TheHellSite Is there a way to accomplish this without having my username/passwd in plain text in /etc/fstab?
  9. M

    [SOLVED] Some containers can resolve names, some cannot

    I think I found (part of) the problem. For whatever reason, the Debian container was picking up (or assuming) that the DNS server was the same as the DHCP server, and was looking at the right place - the gateway device. The other devices were using the host info for domain name and DNS, as...
  10. M

    [SOLVED] Some containers can resolve names, some cannot

    So... this started with a default Ubuntu 22.04 LTS container that I couldn't update, because it couldn't 'find' the package repos. I could ping local LAN ip addresses, but not names like 'google.com'. After further poking around, I found that a default Debian 11 container was able to resolve...
  11. M

    Cant connect to host gui or ssh

    6.3-4, here. Something weird happened where the physical network interface picked up the same IP address as the bridged virtual interface from DHCP. I think in my case it had something to do with running Ubiquiti Unifi on the local LAN, and 'fixed' addresses (aka DHCP reservations). I had to...
  12. M

    Web GUI for VM 'Summary' not scaling?

    FWIW... I did try some user-agent extensions to switch up what browser it 'looks' like I'm using... no change.
  13. M

    Web GUI for VM 'Summary' not scaling?

    Well, I would love to check, but... I'm having some login difficulties :confused: ETA: yes, this CB does have a touch screen.
  14. M

    Cant connect to host gui or ssh

    Well... nuts. Misery loves company. My Proxmox host was up and running last night at midnight, just fine. Finished setting up a new VM (Ubuntu 20.04 LTS server) and mounting an external drive in it that I had passed thru from the host, and went to bed. Got up this morning... no proxmox web...