Search results

  1. G

    Official DarkMode

    It's possible. I haven't downloaded the new\changed script from two days ago. I still have the older script and usually after an apt update\upgrade on my pve host I have to run the script again which makes sense since the script changes default files which get reverted with apt upgrade sometimes.
  2. G

    [SOLVED] Openwrt in proxmox

    At this point I have already achieved running openwrt in both a ct and vm and have found the vm route the better option with openwrt. Openwrt was faster and easier (for me) to configure overall especially with an openvpn server. Besides, I have a small enough home network that doesn't quite...
  3. G

    [SOLVED] OpenWrt LXC installation error

    I have done this (openwrt container) and it took alot of trial and error. It can be done. I have since switched my openwrt to an actual vm because I managed to find issues (with openwrt) in an lxc environment. Are you completely set on using openwrt in lxc or are you willing to use a vm? My...
  4. G

    GPU passthrough after lxc is created

    I have a poweredge r420 with proxmox7 and everything is running smoothly/great...except for one thing. My emby server will transcode files when it detects that it is needed. The problem is the dual Xeon E5-2430 v2 processors are not up to the task. I even tried bumping it up to 8 cores. I...
  5. G

    Opinion on nextcloud

    I managed to get seafile going on a debian 11 lxc with bind mounts to my zfs pool for the seafile data location. Syncing is working, and the web gui uploads are significantly faster than what I saw in nextcloud. Coupled with my existing vpn setup and I don't even need to expose the seafile...
  6. G

    Opinion on nextcloud

    After both your posts I re-evaluated my uses and at the very minimum I need fast file sync. Nextcloud is not up to the task. I am working on getting a seafile server running which is proving a challenge but that's part of the fun for me. I also tried spinning up a MyDrive-Storage server and...
  7. G

    Opinion on nextcloud

    I know this is the proxmox forum but I wanted to just get honest opinions from others who may have used nextcloud. I managed to get nextcloud installed inside a debian 11 lxc with php8. I also managed to move the data storage location from within the lxc vmdisk to my zfs pool. I am only...
  8. G

    Bonded / vLAN / LACP configuration

    A couple of things that stand out to me. LACP - Normally LACP (or etherchannels that use LACP) is setup with 2 minimum physical ports. Link Aggregation Control Protocol (LACP) essentially combines 2 or more physical ports into 1 logical port so using LACP on 1 physical port doesn't gain much...
  9. G

    Web gui responsiveness

    Outside of apt update and apt upgrade on the host I have only installed fail2ban and did the 8006 to 443 change. Even before those two changes I noticed the delay.
  10. G

    Web gui responsiveness

    I have installed proxmox 3 times now on 3 different hardware setups. The first one was a trial on a laptop with i7-3615QE processor and 16GB RAM. This install was on a 500GB SSD (non-zfs) and only had proxmox host and 2 lxc's. The second was my first real "home server" with i7-9700 after...
  11. G

    Another zfs degraded thread...sorry.

    I do not know the uptime when the pool failed but it was definitely less than 25 days (less than 5 days even) and I was constantly working on data file transfers.
  12. G

    Official DarkMode

    Until it is added officially I have been using this https://github.com/Weilbyte/PVEDiscordDark
  13. G

    Another zfs degraded thread...sorry.

    If (or when) this pool fails I will do the lssci commands. @LnxBil says its best to analyze failed system (and I agree) so I will wait until then. Right now what I was using the pool for is back underway in full swing and so far it is still showing green on all disks.
  14. G

    Old server cluster - 6 x 1gb nic - best way to config?

    On my r420 I have a pcie 2x10gb card and 6x1gb ethernet nics (2x onboard, 4x pcie). Until I get some copper 10gb sfps for the 10gb card I am using the 1gb nics bonded as lacp connected to my switch. 2x1gb ISP bond and 4x1gb LAN bond. If you have a switch that supports lacp I would look into that.
  15. G

    Another zfs degraded thread...sorry.

    Interesting...the logs didn't show the disks failing. I went ahead and did some hot swaps and the drives were recognized but showed unavailable. I wiped the disks through the gui and then used the command line to replace them. Even after replacing them they still showed as unavailable. I...
  16. G

    Another zfs degraded thread...sorry.

    @tburger Thanks for chiming in. To this point I have always used hardware "as is". Flashing the H710 to IT mode was definitely a new experience for me and it was a necessity to use ZFS. All that to say that I am unsure if the r420 server I acquired has an SAS expander. Also, which logs...
  17. G

    Unexplainable delay in LXC container

    There are two commands I have been running to fix this. I am not at home now and won't be back until about a couple of hours. EDIT: I found the commands. systemctl mask systemd-logind pam-auth-update > deselect "Register user sessions in the systemd control group hierarchy"
  18. G

    Unexplainable delay in LXC container

    Is your CT based on debain11 by any chance?
  19. G

    Another zfs degraded thread...sorry.

    This is my first true go around with using a zfs pool as my storage backend. I recently installed proxmox on a dell r420 because I got it for free literally. I flashed the HBA with IT mode (H710P Mini) and created a zfs pool with 8 disks (2TB SSD) in RAID10. All disks were purchased NIB. I...
  20. G

    How to Disable Web GUI Root Login

    @Dunuin you may be right though so far on pve7 I haven't had much issues.