Search Results - JustLinux Forums


Search:

Type: Posts; User: archuser

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    7,791

    Thx, tried both, neither worked. -print0 returns...

    Thx, tried both, neither worked. -print0 returns nothing. -ls returns every line as : No such file or directory.
  2. Replies
    4
    Views
    7,791

    Find returns : No such file or directory ?

    I've written a short script to traverse a directory tree and count the number of occurrences of a specific file type. Script as follows:

    #!/bin/bash
    find -type d | while read dir; do
    ...
  3. How is ownership of tmpfs folders created via /etc/fstab determined?

    If one defines a tmpfs file system in a folder using fstab like so:

    tmpfs /mnt/ramdisk tmpfs defaults,size=4096M 0 0

    how are the owner and group decided by the OS?

    Assume that...
  4. Replies
    7
    Views
    27,966

    Even modifying the lne in /etc/fstab that creates...

    Even modifying the lne in /etc/fstab that creates the ramdisk to the following doesn't make any difference:
    tmpfs /mnt/ramdisk tmpfs defaults,size=4096M,uid=logitechms,gid=logitechms 0 0
  5. Replies
    7
    Views
    27,966

    Thanks for the suggestion, but that generates an...

    Thanks for the suggestion, but that generates an error:
    chattr +i /mnt/ramdisk
    chattr: Inappropriate ioctl for device while reading flags on /mnt/ramdisk
  6. Replies
    7
    Views
    27,966

    Ok, I've got the problem narrowed down to folder...

    Ok, I've got the problem narrowed down to folder permissions. for some reason on creation of the ramdisk its owner is samba whereas it should be owned by logitechems. I amended...
  7. Replies
    7
    Views
    27,966

    Quick question - is /etc/fstab processed before...

    Quick question - is /etc/fstab processed before all of the abovementioned?
  8. Replies
    7
    Views
    27,966

    Well, rebooted the server and the ramdisk is...

    Well, rebooted the server and the ramdisk is populated, but all is not well - LMS is inaccessible.

    # systemctl status logitechmediaserver yields:


    # systemctl status logitechmediaserver
    ●...
  9. Replies
    7
    Views
    27,966

    Ok, here is what I've done so far, perhaps...

    Ok, here is what I've done so far, perhaps someone can critique it for me:

    I created a file /etc/systemd/service/sync-lms-to-ramdisk.service containing the following:


    [Unit]
    Description=Copy...
  10. Replies
    7
    Views
    27,966

    Managing startup and shutdown dependencies

    I have a dedicated PC providing storage of my music collection and streaming albums via Logitechmediaserver (LMS). OS is Arch running headless. For performance purposes I'd like LMS to access its...
Results 1 to 10 of 10