Beiträge von bolehill

    chente - I've made my peace with this. Suppressing my 'completist/perfectionist' tendencies after having discovered the dangers of a misplaced space in the command line instruction to delete a folder, I'm good.

    The drive will get formatted at some stage in the future and the problem will be gone. In the meanwhile, if I don't look, it's not really there ;) .

    Appreciate your help.

    The folders and Samba shares were created in OMV6. I physically disconnected the drives before I installed OMV7 (to make sure the drives didn't get accidently formatted), then physically reconnected the drives after OMV7 was up and running, then re-established the shares and mapped the folder locations.

    I'll take a look at /srv


    Thanks for the help/advice.

    I have done a clean install of OMV 7. Very straightforward and everything works as well as it did previously.

    One thing I noticed as I was reconnecting all my shares, was that I had quite a few 'orphan' folders. It looks like formally deleting unwanted shares in OMV doesn't actually delete the folder on the drive. (Previous posts here had said the same, but on older versions of OMV).

    So my question is how to delete these safely and without upsetting OMV and Debian?

    Do I need to Mount the drive, then delete the folders, and finally unmount the drive?

    I replaced my Athlon II with a Phenom 905e recently and used Arctic MX4. It works just fine.

    The key thing is to make sure all the old paste has been removed. I used Isopropyl alcohol to clean it off the heatsink. In your case, you will need to clean the cpu die and the heatsink.

    Not worth paying over the odds for 'special' paste imho.

    Thanks for the reply. Sadly the nomodeset edit of grub didn't work, so I slept on it.


    The nights sleep must have helped, as I got there in the end through trial and error:


    1 - reversed the video cable just in case there was a bad pin connection (didn't work)

    2 - set the monitor to 1024x768 (didn't work either, but then...)

    3 - incrementally changed some settings in the bios:

    - unganged the memory

    - disabled just about everything that wasn't needed in a running system

    - tweaked the on-board graphics settings to something minimal

    - loaded 'fail-safe' defaults


    and voila, something clicked and I'm up and running.


    Not sure about the root cause, but clearly something in the bios wasn't meshing with the monitor properly.


    Thanks again for the help ryecoaaron!

    I found the grub.cfg file, but it's difficult to see where to add the nomodeset line.


    The research I've done suggest amending the line ending with "quiet splash" to "quiet splash nomodeset", but as you can see there's no such line in the boot/grub/grub.cfg file in the OMV installation media.


    Thanks for your help this far.


    I've been using OMV for about a couple of years, pretty much trouble free. The O/S drive started to get a bit full and having a decent sized spare SSD I thought I'd perform a re-install from scratch. Previous installs had been a breeze, so I prepped my USB drives and got started.


    Step 1 - disconnected all the drives (1x ssd, 3x mechanical hd)

    Step 2 - swap sda1 out and put the Samsung 840EVO in (250GB) to become the new sda1, Connected power and sata to this drive only.

    Step 3 - Plug the bootable USB into a port and hit the power button. USB drive created with Rufus and OMV iso download.


    The system boots and I can see GRUB load and then there's an AntiX screen with three options. I left it to its own devices and after a couple of seconds the monitor loses input and a message "input not supported" pops up. I'm using the same monitor that had worked on previous installs.


    My system is self built


    Gigabyte GA-M68MT-D3P motherboard (integrated Nvidia graphics)

    16GB RAM

    AMD Phenom 905e proc

    plus the Samsung 840 SSD

    Iiyama monitor connecting via D-SUB (there are no other possible connections from the motherboard)


    I also tried a bare Debian install which yielded the same result.


    Previous posts in the forum on this subject were related up upgrades, but I'm down at bare metal level so can't try the solution.


    Any help would be much appreciated.

    Can someone write some easy to follow guides for this please and stick to the main page so the beginners can sort this out?

    The guides that are out there already are sufficient. I'm by no means a proficient Linux user, and I can get by with Windows.

    My first thoughts on the upgrade were "No, no, no. How do I work around this so I can keep Portainer"? Then I left it be for a couple of days as I thought it was a horrible mistake that would go away eventually. Of course it didn't.

    My next step was the sensible one that I ought to have taken first. I read the user guides and made some notes. Simple notes in the do this, then do that style, with references to the published guides. Make sure you get some peace and quiet while you do this - no distractions!

    This worked for me. It didn't go totally smoothly, but I learned a lot and I got there in the end (it took about 2 hours, including reading the guides and making notes). By the time I'd finished, I liked what I saw and ditched Portainer!

    Docker every time. I use Portainer (via OMV) to create and store my various installation stacks. In the event of a need to re-install Jellyfin (or other docker image) for any reason, its an absolute doddle.

    I replaced my processor about a year ago, swapping a very old Athlon II for a slightly less old Phenom 905e.


    OMV booted without a hitch and correctly identified the new proc in the dashboard.

    According to Docker, the change only affects a few accounts. The quote that follows is from the link you posted:


    "For those of you catching up, we recently emailed accounts that are members of Free Team organizations, to let them know that they will lose features unless they move to one of our supported free or paid offerings. This impacted less than 2% of our users. Note that this change does not affect Docker Personal, Docker Pro, Docker Team, or Docker Business accounts, Docker-Sponsored Open Source members, Docker Verified Publishers, or Docker Official Images".


    I have a free personal account and have not received any e-mail from Docker regarding changes to that account, so I'm guessing that I'm unaffected.

    So far I've successfully deployed Jellyfin from Portainer, creating the various settings from the GUI.


    After adding additional disk space, I thought it might be worth trying to deploy via a Custom Template (still within Portainer). Composing the file was pretty easy as there's lots of help available.


    Portainer helpfully shows errors in the file, and its proving difficult to resolve the error in the final line (restart:unless-stopped)


    YAML file as follows -


    services:

    jellyfin:

    image: lscr.io/linuxserver/jellyfin:latest

    container_name: jellyfin

    environment:

    - PUID=1000

    - PGID=1000

    - TZ=Europe/London

    volumes:

    /srv/dev-disk-by-uuid-33cf22b6-9ac9-4430-87c3-4b83defeace7/config:/config

    /srv/dev-disk-by-uuid-33cf22b6-9ac9-4430-87c3-4b83defeace7/tv:/data/tvshows

    /srv/dev-disk-by-uuid-c7f127de-5b40-40e1-b2a4-9d8ebb7bae1f/films:/data/movies

    /srv/dev-disk-by-uuid-33cf22b6-9ac9-4430-87c3-4b83defeace7/photos:/data/photos

    /srv/dev-disk-by-uuid-33cf22b6-9ac9-4430-87c3-4b83defeace7/music:/data/music

    ports:8096:8096

    restart:unless-stopped


    I've tried deploying the stack, and it fails to deploy with the error:


    failed to deploy a stack: yaml: line 16: could not find expected ':'


    I can't see where the missing colon should be - can anyone shed a little light please?

    I check whether there are updates to apply each morning, and today the login page wont load, just a light blue screen with 'Loading...' in the middle and the mouse pointer as a stopwatch. The server itself is running and I can access it through PuTTY.


    The server is used as a media server only (Jellyfin running in a Docker). I've checked all the drives via du - none are close to full: The root drive is showing 8%, the media drive is 78% and the drive I use for backing up data from various PCs is 2%.


    After a quick trawl through this forum, I've tried all the usual suspects:


    - Clearing the browser cache

    - Followed the [How to] Fix full OS filesystem - GUI login loop fixes

    - System reboot


    Can anyone offer advice please?

    Thanks for posting this. I too have a ReadyNAS duo v2, which I use for backing up the important stuff on the server. It's old, but it still works!

    Its good to know that I could install OMV on it, and I'm impressed that you managed to do it. I'm neither knowledgeable enough, or brave enough to follow in your footsteps, but maybe one day... :/