unRAID Server Release 6.0-beta6-x86_64 Available


Recommended Posts

  • Replies 336
  • Created
  • Last Reply

Top Posters In This Topic

I can't seem to create users with Beta 6.6.  I go through the webgui, all looks good.  CLick add and it takes me back to to ther add user screen, no error.

 

The l;ogfile shows the following:

 

Aug 10 16:37:53 tdm emhttp: shcmd (108): useradd -g users -d / -s /bin/false -c 'Kane's Account' kane |& logger
Aug 10 16:37:53 tdm emhttp: _shcmd: shcmd (108): exit status: 1
Aug 10 16:37:53 tdm emhttp: shcmd (109): chpasswd <<< kane:"*****"
Aug 10 16:37:53 tdm emhttp: _shcmd: shcmd (109): exit status: 1
Aug 10 16:37:53 tdm emhttp: shcmd (110): smbpasswd -L -s -a kane <<< "*****"$'\n'"*****"
Aug 10 16:37:53 tdm emhttp: _shcmd: shcmd (110): exit status: 1
Aug 10 16:37:53 tdm emhttp: shcmd (111): cp /etc/passwd /etc/shadow /etc/samba/private/smbpasswd /boot/config
Aug 10 16:37:53 tdm emhttp: shcmd (112): :>/etc/samba/smb-shares.conf
Aug 10 16:37:53 tdm emhttp: shcmd (113): cp /etc/exports- /etc/exports
Aug 10 16:37:53 tdm avahi-daemon[2014]: Files changed, reloading.
Aug 10 16:37:53 tdm emhttp: shcmd (114): echo '"/mnt/cache" -async,no_subtree_check,fsid=10 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash)' >>/etc/exports
Aug 10 16:37:53 tdm emhttp: Restart SMB...
Aug 10 16:37:53 tdm emhttp: shcmd (115): killall -HUP smbd
Aug 10 16:37:53 tdm emhttp: shcmd (116): cp /etc/avahi/services/smb.service- /etc/avahi/services/smb.service
Aug 10 16:37:53 tdm avahi-daemon[2014]: Files changed, reloading.
Aug 10 16:37:53 tdm avahi-daemon[2014]: Service group file /etc/avahi/services/smb.service changed, reloading.
Aug 10 16:37:53 tdm emhttp: shcmd (117): ps axc | grep -q rpc.mountd
Aug 10 16:37:53 tdm emhttp: Restart NFS...
Aug 10 16:37:53 tdm emhttp: shcmd (118): exportfs -ra |& logger
Aug 10 16:37:53 tdm emhttp: shcmd (119): /usr/local/sbin/emhttp_event svcs_restarted
Aug 10 16:37:53 tdm emhttp_event: svcs_restarted
Aug 10 16:37:54 tdm avahi-daemon[2014]: Service "tdm" (/etc/avahi/services/smb.service) successfully established.

 

I then look at the user list from the webgui and user I tried to create isn't there.

 

Doing a cat /etc/passwd shows the list of users but not the new one I tried to create.

 

Any advice ?

Link to comment

What user are you trying to create?  It should be alphanumeric and lower case.

 

It is.  See attachment.  The user is "kane" without the quotes

 

Another dump of the log from this attempt

 

Aug 10 17:26:00 tdm emhttp: shcmd (120): useradd -g users -d / -s /bin/false -c 'Kane's Account' kane |& logger
Aug 10 17:26:00 tdm emhttp: _shcmd: shcmd (120): exit status: 1
Aug 10 17:26:00 tdm emhttp: shcmd (121): chpasswd <<< kane:"*****"
Aug 10 17:26:00 tdm emhttp: _shcmd: shcmd (121): exit status: 1
Aug 10 17:26:00 tdm emhttp: shcmd (122): smbpasswd -L -s -a kane <<< "*****"$'\n'"*****"
Aug 10 17:26:00 tdm emhttp: _shcmd: shcmd (122): exit status: 1
Aug 10 17:26:00 tdm emhttp: shcmd (123): cp /etc/passwd /etc/shadow /etc/samba/private/smbpasswd /boot/config
Aug 10 17:26:00 tdm emhttp: shcmd (124): :>/etc/samba/smb-shares.conf
Aug 10 17:26:00 tdm emhttp: shcmd (125): cp /etc/exports- /etc/exports
Aug 10 17:26:00 tdm avahi-daemon[2014]: Files changed, reloading.
Aug 10 17:26:00 tdm emhttp: shcmd (126): echo '"/mnt/cache" -async,no_subtree_check,fsid=10 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash)' >>/etc/exports
Aug 10 17:26:00 tdm emhttp: Restart SMB...
Aug 10 17:26:00 tdm emhttp: shcmd (127): killall -HUP smbd
Aug 10 17:26:00 tdm emhttp: shcmd (128): cp /etc/avahi/services/smb.service- /etc/avahi/services/smb.service
Aug 10 17:26:00 tdm avahi-daemon[2014]: Files changed, reloading.
Aug 10 17:26:00 tdm avahi-daemon[2014]: Service group file /etc/avahi/services/smb.service changed, reloading.
Aug 10 17:26:00 tdm emhttp: shcmd (129): ps axc | grep -q rpc.mountd
Aug 10 17:26:00 tdm emhttp: Restart NFS...
Aug 10 17:26:00 tdm emhttp: shcmd (130): exportfs -ra |& logger
Aug 10 17:26:00 tdm emhttp: shcmd (131): /usr/local/sbin/emhttp_event svcs_restarted
Aug 10 17:26:00 tdm emhttp_event: svcs_restarted
Aug 10 17:26:01 tdm avahi-daemon[2014]: Service "tdm" (/etc/avahi/services/smb.service) successfully established.

 

unraiduser.png.04586d6fa0a93a31618e849b0932a421.png

Link to comment

I've finally tracked down another error that's been screwing with me since version 6.6.

 

Every know and again my User shares would become inaccessible.  I need to stop and start the array to get them back again.

 

I spent sometime today trying to replicate it and i have.

 

The first attachment, sharesgood.png, shows my current shares.  All if good.

 

On the webgui I click on settings, Share Settings.  The settings are fairly basic.  see attachment sharesettings.png

 

Without changing anything, I click "Apply" in the Share Settings section. The page updates and returns fine.

 

Here's the syslog of what happens when I do that:

 

Aug 10 20:34:42 tdm emhttp: shcmd (491): /usr/local/sbin/emhttp_event stopping_svcs
Aug 10 20:34:42 tdm emhttp_event: stopping_svcs
Aug 10 20:34:42 tdm emhttp: Stop AVAHI...
Aug 10 20:34:42 tdm emhttp: shcmd (492): /etc/rc.d/rc.avahidaemon stop |& logger
Aug 10 20:34:42 tdm logger: Stopping Avahi mDNS/DNS-SD Daemon: stopped
Aug 10 20:34:42 tdm avahi-daemon[32329]: Got SIGTERM, quitting.
Aug 10 20:34:42 tdm avahi-dnsconfd[32337]: read(): EOF
Aug 10 20:34:42 tdm avahi-daemon[32329]: Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.42.1.
Aug 10 20:34:42 tdm avahi-daemon[32329]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.10.
Aug 10 20:34:42 tdm avahi-daemon[32329]: avahi-daemon 0.6.31 exiting.
Aug 10 20:34:42 tdm emhttp: shcmd (493): /etc/rc.d/rc.avahidnsconfd stop |& logger
Aug 10 20:34:42 tdm logger: Stopping Avahi mDNS/DNS-SD DNS Server Configuration Daemon: stopped
Aug 10 20:34:42 tdm emhttp: shcmd (494): ps axc | grep -q rpc.mountd
Aug 10 20:34:42 tdm emhttp: Stop NFS...
Aug 10 20:34:42 tdm emhttp: shcmd (495): /etc/rc.d/rc.nfsd stop |& logger
Aug 10 20:34:42 tdm rpc.mountd[904]: Caught signal 15, un-registering and exiting.
Aug 10 20:34:43 tdm emhttp: Stop SMB...
Aug 10 20:34:43 tdm emhttp: shcmd (496): /etc/rc.d/rc.samba stop |& logger
Aug 10 20:34:43 tdm emhttp: shcmd (497): rm /etc/avahi/services/smb.service &> /dev/null
Aug 10 20:34:43 tdm kernel: nfsd: last server has exited, flushing export cache
Aug 10 20:34:43 tdm emhttp: shcmd (498): set -o pipefail ; umount /mnt/user |& logger
Aug 10 20:34:43 tdm emhttp: shcmd (499): rmdir /mnt/user |& logger
Aug 10 20:34:43 tdm logger: rmdir: failed to remove '/mnt/user': Device or resource busy
Aug 10 20:34:43 tdm emhttp: shcmd (500): crontab -c /etc/cron.d -d &> /dev/null
Aug 10 20:34:43 tdm emhttp: shcmd (501): crontab -c /etc/cron.d -d &> /dev/null
Aug 10 20:34:43 tdm emhttp: shcmd (502): :>/etc/samba/smb-shares.conf
Aug 10 20:34:43 tdm emhttp: shcmd (503): cp /etc/exports- /etc/exports
Aug 10 20:34:43 tdm emhttp: shcmd (504): echo '"/mnt/cache" -async,no_subtree_check,fsid=10 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash)' >>/etc/exports
Aug 10 20:34:43 tdm emhttp: Start SMB...
Aug 10 20:34:43 tdm emhttp: shcmd (505): /etc/rc.d/rc.samba start |& logger
Aug 10 20:34:43 tdm logger: Starting Samba:  /usr/sbin/nmbd -D
Aug 10 20:34:43 tdm logger:                  /usr/sbin/smbd -D
Aug 10 20:34:43 tdm emhttp: shcmd (506): cp /etc/avahi/services/smb.service- /etc/avahi/services/smb.service
Aug 10 20:34:43 tdm emhttp: shcmd (507): ps axc | grep -q rpc.mountd
Aug 10 20:34:43 tdm emhttp: _shcmd: shcmd (507): exit status: 1
Aug 10 20:34:43 tdm emhttp: Start NFS...
Aug 10 20:34:43 tdm emhttp: shcmd (508): /etc/rc.d/rc.nfsd start |& logger
Aug 10 20:34:43 tdm logger: Starting NFS server daemons:
Aug 10 20:34:43 tdm logger:   /usr/sbin/exportfs -r
Aug 10 20:34:43 tdm logger:   /usr/sbin/rpc.nfsd 8
Aug 10 20:34:43 tdm logger:   /usr/sbin/rpc.mountd
Aug 10 20:34:43 tdm rpc.mountd[4190]: Version 1.2.8 starting
Aug 10 20:34:43 tdm emhttp: Start AVAHI...
Aug 10 20:34:43 tdm emhttp: shcmd (509): /etc/rc.d/rc.avahidaemon start |& logger
Aug 10 20:34:43 tdm logger: Starting Avahi mDNS/DNS-SD Daemon:  /usr/sbin/avahi-daemon -D
Aug 10 20:34:43 tdm avahi-daemon[4198]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214).
Aug 10 20:34:43 tdm avahi-daemon[4198]: Successfully dropped root privileges.
Aug 10 20:34:43 tdm avahi-daemon[4198]: avahi-daemon 0.6.31 starting up.
Aug 10 20:34:43 tdm avahi-daemon[4198]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/sftp-ssh.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/smb.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/ssh.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.42.1.
Aug 10 20:34:43 tdm avahi-daemon[4198]: New relevant interface docker0.IPv4 for mDNS.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.10.
Aug 10 20:34:43 tdm avahi-daemon[4198]: New relevant interface eth0.IPv4 for mDNS.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Network interface enumeration completed.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering new address record for 172.17.42.1 on docker0.IPv4.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering new address record for 192.168.1.10 on eth0.IPv4.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering HINFO record with values 'X86_64'/'LINUX'.
Aug 10 20:34:43 tdm emhttp: shcmd (510): /etc/rc.d/rc.avahidnsconfd start |& logger
Aug 10 20:34:43 tdm logger: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon:  /usr/sbin/avahi-dnsconfd -D
Aug 10 20:34:43 tdm avahi-dnsconfd[4206]: Successfully connected to Avahi daemon.
Aug 10 20:34:43 tdm emhttp: shcmd (511): /usr/local/sbin/emhttp_event svcs_restarted
Aug 10 20:34:43 tdm emhttp_event: svcs_restarted
Aug 10 20:34:44 tdm avahi-daemon[4198]: Server startup complete. Host name is tdm.local. Local service cookie is 2242044864.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/ssh.service) successfully established.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/smb.service) successfully established.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/sftp-ssh.service) successfully established.

 

I click on the Webgui Shares page and here is what I see, to my initial horror. sharesgone.png attached.

 

The shares can't be reached.  I need to stop and restart the array to get the shares back.

 

Is this a known bug ?  Or something new ?  Or something only I'm experiencing ?

sharesgood.png.18d43590b54ab19fbd35962b8460e48c.png

sharesettings.png.ed125b1e0a881c234c0cec4d6736a7d3.png

sharesgone.png.fbdf5901cb3372fbb21b572ec438b0e0.png

Link to comment

Web GUI just died on me...

 

I have experience same thing, it happens every now and then

 

What was the last thing you clicked, or rather the first thing you clicked on before clicking Refresh Refresh Refresh, that triggered the hang?

 

I cannot remember, nothing special...  For some reason it just dies, actually I can safely say that in the end it will die every time.. Might take a week but in the end it will die off.. With nothing in the syslog..

 

I will use the powerdown -r command next time, I noticed that just "powerdown" does not do anything.

 

In would actually be a GREAT thing if the webgui would be restartable... This dying if is the only reason I have reboot my array regularly..

Link to comment

In would actually be a GREAT thing if the webgui would be restartable...

 

+1  Agree.  That was one nice thing about v4.7 => it wasn't trivial, but there WAS a fairly easy process to restart the Web GUI without requiring a reboot.    That broke in v5 (caused segfaults), and to my knowledge also isn't possible in v6.

 

An even better thing would be if the issue never happened  :)

... but an easy way to force a restart of the Web GUI would be a reasonable alternative.

 

Link to comment

It would be interesting to try and understand why it is not possible to.. It seems like just another process.. Why would it not be possible to restart..

 

Another thing happening now and then is my user0 folder dissapearing .. This breaks the mover process untill a reboot is done.. Also a pain and a reason for a reboot.

 

 

 

Link to comment

...

Another thing happening now and then is my user0 folder dissapearing .. This breaks the mover process untill a reboot is done.. Also a pain and a reason for a reboot.

 

I cant cause user0 to disapear but I can make it look empty just by copy files to a usershare that is allowed to use use the cache drive. emHTTP ignores the minimum floor and more time than not fills the cache disk up until things just break.

 

Moving some files off the cache disk and then stopping and restarting the array bring user0 contents back.

 

I have no clue if this is related but the symptoms certainly overlap

Link to comment

Is the current B6 (KVM/Qemu) able to be used with virt-manager? If not, then consider this a request please

 

 

Is the current B6 (KVM/Qemu) able to be used with virt-manager? If not, then consider this a request please

 

+1, virt-manager would make things pretty user friendly.

Yes. look at my post in the kvm section under autostart vms. You need to copy /etc/libvirt to cache or non array drive then remove /etc/libvirt and symlink to new location.  Then edit libvirtd.conf  and uncomment listen tcp line. Then /etc/rc.d/rc.libvirt restart.  This will also stop any active domains and restart them if set to autostart. This has an added bonus of being able to edit any of the libvirt/qemu conf files also.  So they survive reboot. Any defined vm's and autostart vm's will also be saved.  You can set storage locations.  I'm also running webvirtmgr on unraid via python. Still testing.

http://lime-technology.com/forum/index.php?topic=34490.msg321290#msg321290

 

Link to comment

It looks like there's an issue with tar and shfs; I'm having various issues where tar fails to set mtimes on extracted symlinks, or completely fails to extract hard links.

shfs is a "stackable" file system implemented using FUSE.  It's been designed primarily for access via network services such as Samba (SMB) and is not posix compliant, e.g., hard links are not supported.  Those kinds of operations are best performed directly to mounted disk devices.

I can understand the issue with hard links, and I'm working around it with a symlink to my cache drive for the specific case that needed it, but the mtimes-on-symlinks issue with tar is rather strange, as symlinks seem to be otherwise perfectly functional.

Link to comment

I've finally tracked down another error that's been screwing with me since version 6.6.

 

Every know and again my User shares would become inaccessible.  I need to stop and start the array to get them back again.

 

I spent sometime today trying to replicate it and i have.

 

The first attachment, sharesgood.png, shows my current shares.  All if good.

 

On the webgui I click on settings, Share Settings.  The settings are fairly basic.  see attachment sharesettings.png

 

Without changing anything, I click "Apply" in the Share Settings section. The page updates and returns fine.

 

Here's the syslog of what happens when I do that:

 

Aug 10 20:34:42 tdm emhttp: shcmd (491): /usr/local/sbin/emhttp_event stopping_svcs
Aug 10 20:34:42 tdm emhttp_event: stopping_svcs
Aug 10 20:34:42 tdm emhttp: Stop AVAHI...
Aug 10 20:34:42 tdm emhttp: shcmd (492): /etc/rc.d/rc.avahidaemon stop |& logger
Aug 10 20:34:42 tdm logger: Stopping Avahi mDNS/DNS-SD Daemon: stopped
Aug 10 20:34:42 tdm avahi-daemon[32329]: Got SIGTERM, quitting.
Aug 10 20:34:42 tdm avahi-dnsconfd[32337]: read(): EOF
Aug 10 20:34:42 tdm avahi-daemon[32329]: Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.42.1.
Aug 10 20:34:42 tdm avahi-daemon[32329]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.10.
Aug 10 20:34:42 tdm avahi-daemon[32329]: avahi-daemon 0.6.31 exiting.
Aug 10 20:34:42 tdm emhttp: shcmd (493): /etc/rc.d/rc.avahidnsconfd stop |& logger
Aug 10 20:34:42 tdm logger: Stopping Avahi mDNS/DNS-SD DNS Server Configuration Daemon: stopped
Aug 10 20:34:42 tdm emhttp: shcmd (494): ps axc | grep -q rpc.mountd
Aug 10 20:34:42 tdm emhttp: Stop NFS...
Aug 10 20:34:42 tdm emhttp: shcmd (495): /etc/rc.d/rc.nfsd stop |& logger
Aug 10 20:34:42 tdm rpc.mountd[904]: Caught signal 15, un-registering and exiting.
Aug 10 20:34:43 tdm emhttp: Stop SMB...
Aug 10 20:34:43 tdm emhttp: shcmd (496): /etc/rc.d/rc.samba stop |& logger
Aug 10 20:34:43 tdm emhttp: shcmd (497): rm /etc/avahi/services/smb.service &> /dev/null
Aug 10 20:34:43 tdm kernel: nfsd: last server has exited, flushing export cache
Aug 10 20:34:43 tdm emhttp: shcmd (498): set -o pipefail ; umount /mnt/user |& logger
Aug 10 20:34:43 tdm emhttp: shcmd (499): rmdir /mnt/user |& logger
Aug 10 20:34:43 tdm logger: rmdir: failed to remove '/mnt/user': Device or resource busy
Aug 10 20:34:43 tdm emhttp: shcmd (500): crontab -c /etc/cron.d -d &> /dev/null
Aug 10 20:34:43 tdm emhttp: shcmd (501): crontab -c /etc/cron.d -d &> /dev/null
Aug 10 20:34:43 tdm emhttp: shcmd (502): :>/etc/samba/smb-shares.conf
Aug 10 20:34:43 tdm emhttp: shcmd (503): cp /etc/exports- /etc/exports
Aug 10 20:34:43 tdm emhttp: shcmd (504): echo '"/mnt/cache" -async,no_subtree_check,fsid=10 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash)' >>/etc/exports
Aug 10 20:34:43 tdm emhttp: Start SMB...
Aug 10 20:34:43 tdm emhttp: shcmd (505): /etc/rc.d/rc.samba start |& logger
Aug 10 20:34:43 tdm logger: Starting Samba:  /usr/sbin/nmbd -D
Aug 10 20:34:43 tdm logger:                  /usr/sbin/smbd -D
Aug 10 20:34:43 tdm emhttp: shcmd (506): cp /etc/avahi/services/smb.service- /etc/avahi/services/smb.service
Aug 10 20:34:43 tdm emhttp: shcmd (507): ps axc | grep -q rpc.mountd
Aug 10 20:34:43 tdm emhttp: _shcmd: shcmd (507): exit status: 1
Aug 10 20:34:43 tdm emhttp: Start NFS...
Aug 10 20:34:43 tdm emhttp: shcmd (508): /etc/rc.d/rc.nfsd start |& logger
Aug 10 20:34:43 tdm logger: Starting NFS server daemons:
Aug 10 20:34:43 tdm logger:   /usr/sbin/exportfs -r
Aug 10 20:34:43 tdm logger:   /usr/sbin/rpc.nfsd 8
Aug 10 20:34:43 tdm logger:   /usr/sbin/rpc.mountd
Aug 10 20:34:43 tdm rpc.mountd[4190]: Version 1.2.8 starting
Aug 10 20:34:43 tdm emhttp: Start AVAHI...
Aug 10 20:34:43 tdm emhttp: shcmd (509): /etc/rc.d/rc.avahidaemon start |& logger
Aug 10 20:34:43 tdm logger: Starting Avahi mDNS/DNS-SD Daemon:  /usr/sbin/avahi-daemon -D
Aug 10 20:34:43 tdm avahi-daemon[4198]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214).
Aug 10 20:34:43 tdm avahi-daemon[4198]: Successfully dropped root privileges.
Aug 10 20:34:43 tdm avahi-daemon[4198]: avahi-daemon 0.6.31 starting up.
Aug 10 20:34:43 tdm avahi-daemon[4198]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/sftp-ssh.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/smb.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Loading service file /etc/avahi/services/ssh.service.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.42.1.
Aug 10 20:34:43 tdm avahi-daemon[4198]: New relevant interface docker0.IPv4 for mDNS.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.10.
Aug 10 20:34:43 tdm avahi-daemon[4198]: New relevant interface eth0.IPv4 for mDNS.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Network interface enumeration completed.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering new address record for 172.17.42.1 on docker0.IPv4.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering new address record for 192.168.1.10 on eth0.IPv4.
Aug 10 20:34:43 tdm avahi-daemon[4198]: Registering HINFO record with values 'X86_64'/'LINUX'.
Aug 10 20:34:43 tdm emhttp: shcmd (510): /etc/rc.d/rc.avahidnsconfd start |& logger
Aug 10 20:34:43 tdm logger: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon:  /usr/sbin/avahi-dnsconfd -D
Aug 10 20:34:43 tdm avahi-dnsconfd[4206]: Successfully connected to Avahi daemon.
Aug 10 20:34:43 tdm emhttp: shcmd (511): /usr/local/sbin/emhttp_event svcs_restarted
Aug 10 20:34:43 tdm emhttp_event: svcs_restarted
Aug 10 20:34:44 tdm avahi-daemon[4198]: Server startup complete. Host name is tdm.local. Local service cookie is 2242044864.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/ssh.service) successfully established.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/smb.service) successfully established.
Aug 10 20:34:45 tdm avahi-daemon[4198]: Service "tdm" (/etc/avahi/services/sftp-ssh.service) successfully established.

 

I click on the Webgui Shares page and here is what I see, to my initial horror. sharesgone.png attached.

 

The shares can't be reached.  I need to stop and restart the array to get the shares back.

 

Is this a known bug ?  Or something new ?  Or something only I'm experiencing ?

In case anyone is seeing the same thing, this is a confirmed unRAID bug.

Link to comment

but I'm not a "fan" of docker!

Curious: why?

 

Not to speak for peter, but I also have the same opinion about Docker and figured I would answer. My goal was to have rtorrent/rutorrent setup. I would say that my Linux skills are OK, not a pro. I know my way around but I mostly rely on guides from google. I started messing around with this a last weekend and when I began I had no experience with creating Docker containers or creating KVM VM's (In full disclosure I have messed with virt-manager in the past but since it does everything for you, I really had no experience actually building a KVM from "scratch"). I spent about 30+ hours attempting different ways of building dockers and pushing them, ect. I had some success but in the end it just didn't work properly. Then I started messing with KVM and had an ubuntu-server installed in about 3 hours and then spent 1 more hour getting rtorrent/rutorrent configured.

 

I think Docker is a great idea for a plugin system for unRAID and it will be very easy for anyone to point, click, install; however, creating them will require people with more knowledge about coding than myself. Which is a problem because then we rely on others to fix issues instead of being able to do it ourselves.  I just like being able to freely control my system and VM's are much easier to accomplish that task.

Link to comment

but I'm not a "fan" of docker!

Curious: why?

 

Not to speak for peter, but I also have the same opinion about Docker and figured I would answer. My goal was to have rtorrent/rutorrent setup. I would say that my Linux skills are OK, not a pro. I know my way around but I mostly rely on guides from google. I started messing around with this a last weekend and when I began I had no experience with creating Docker containers or creating KVM VM's (In full disclosure I have messed with virt-manager in the past but since it does everything for you, I really had no experience actually building a KVM from "scratch"). I spent about 30+ hours attempting different ways of building dockers and pushing them, ect. I had some success but in the end it just didn't work properly. Then I started messing with KVM and had an ubuntu-server installed in about 3 hours and then spent 1 more hour getting rtorrent/rutorrent configured.

 

I think Docker is a great idea for a plugin system for unRAID and it will be very easy for anyone to point, click, install; however, creating them will require people with more knowledge about coding than myself. Which is a problem because then we rely on others to fix issues instead of being able to do it ourselves.  I just like being able to freely control my system and VM's are much easier to accomplish that task.

 

^^^ This is why I'm still on Xen/ArchVM and Beta 5.  I know I can move to beta 6 and start up KVM/Arch ... as to that I'm just lazy and waiting for beta 7.  But for me I really like to idea of the freedom of a full featured VM.  And like achedraft I 100% see the benefit of Dockers.  I actually find them quite exciting.  But for my use, full OS vm's really scratch my itch :)

Link to comment
^^^ This is why I'm still on Xen/ArchVM and Beta 5.  I know I can move to beta 6 and start up KVM/Arch ... as to that I'm just lazy and waiting for beta 7.  But for me I really like to idea of the freedom of a full featured VM.  And like achedraft I 100% see the benefit of Dockers.  I actually find them quite exciting.  But for my use, full OS vm's really scratch my itch :)

 

This is exactly the same as my position.

Link to comment

i can fully understand people wanting to stay with vm's and i can fully understand the attractions of docker, after creating a arch linux vm and also playing around with creating dockerfiles my personal thoughts are as follows:-

 

docker pro's vs vm's

docker is fast - it runs only what is defined in the docker image, nothing else, this means lower cpu/ram used and very good performance

 

docker is repeatable - you can pull a docker image down, create a container, then stop, delete container and image, and then pull down again and its the exact same image every time, this is a big plus, as long as you keep your config files backed up its pretty much unbreakable.

 

docker con's vs vm's

less control - you cannot easily update apps running in a docker image, this is not always true as some apps will upgrade ok, but does mean you might be tied into when the creator of the docker decides to update the docker and press the build button, it also means the task of stopping, deleting container, deleting image and then pulling down again in order to see the new version (docker plugin does help here)

 

complicated installs - whilst its fairly trivial to install an app in a vm, it can be more difficult to dockerize an app, leading to complex scripts and potential issues with apps. there is also the issue of connectivity between dockers, again this is very possible but needs more thought than running all apps in one vm. of course this is only really an issue if you decide to create your own dockerfiles, otherwise you can live in bliss and get somebody else to do the hard work  8)

 

security - whilst dockers are indeed isolated from the host they do have the added risk that the os is basically frozen at time of docker build, so security updates will not be available until the creator of the docker forces a build.

 

ok so for me, at least at the moment, docker wins but only by a small margin, the repeatability of docker and the performance take precedence over the con's, but i have had times where ive sat back and thought, is this really where i want to go, do i want to let somebody else create applications for me to run as dockers (or go through the hassle of creating them) or do i want to be a little bit more self managed and run a vm and just use a simple package manager to update when I want, food for thought, at least it is for me :-).

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.