Your credentials are incorrect or your account is no longer valid

Q'center app, Helpdesk app
Post Reply
misteralexander
New here
Posts: 6
Joined: Mon Mar 13, 2017 6:48 am

Your credentials are incorrect or your account is no longer valid

Post by misteralexander »

HELP!

I'm an advanced Linux user, but I've still made a rookie mistake (screwing with configs without a backup) ...

I got my QNAP about 2 months ago and was immediately turned off with the default account "admin". I (initially) made my own secondary admin user, "misteralexander", but eventually decided to remove this user and simply rename the existing 'admin' user (usermod). Things were going great, server up and running ... all the apps I need, web interfaces ... all 100%.

Yesterday, I reboot. First time in about 24 days (no biggie, right?). I haven't done any firmware updates so the reboot was of little concern. The system comes up just fine and I resume a movie on Plex without issue.

I go to log into the Web Portal (http://192.168.0.13:8080/cgi-bin/) which has a static IP assigned to it, and I get the message that the connection was refused. I do some googling and find a suggestion to restart QtHTTPd via SSH.

I hop into an SSH session (validated by password as well as SSH Keys), so I know the credentials are fine (phew!). I try to restart QtHTTPd manually

Code: Select all

/etc/init.d/Qthttpd.sh start
the error I get is "Unknown User - 'admin'" ... zoiks! I had logged in and out many times, but since I hadn't restart the daemon since renaming the 'admin' account I never thought anything was wrong. I quickly recreate an account (useradd) called "admin" and reassign its UID and GID to zero '0'. I restart QtHTTPd and all is well. The web portal comes up. My LastPass automatically fills my credentials for 'misteralexander' and I go to login.
Your credentials are incorrect or your account is no longer valid
I triple-verify the credentials, even so far as to reset them (passwd) to ensure I have the proper. I even create dummy-users "mytest" with simple passwords ... same error over and over.

My stomach sinks. All the processes and programs on the server are running and I can SSH in -- so whats wrong?

I'm lost and would appreciate any help! I've seen a few posts and config information is always requested .... here's what I've got:

ps

Code: Select all

  PID  Uid     VmSize Stat Command
    1 misteralexander    616 S   init
    2 misteralexander        SW  [kthreadd]
    3 misteralexander        SW  [ksoftirqd/0]
    4 misteralexander        SW  [kworker/0:0]
    5 misteralexander        SW< [kworker/0:0H]
    7 misteralexander        SW  [migration/0]
    8 misteralexander        SW  [rcu_bh]
    9 misteralexander        SW  [rcu_sched]
   10 misteralexander        SW  [migration/1]
   11 misteralexander        SW  [ksoftirqd/1]
   13 misteralexander        SW< [kworker/1:0H]
   14 misteralexander        SW  [migration/2]
   15 misteralexander        SW  [ksoftirqd/2]
   17 misteralexander        SW< [kworker/2:0H]
   18 misteralexander        SW  [migration/3]
   19 misteralexander        SW  [ksoftirqd/3]
   20 misteralexander        SW  [kworker/3:0]
   21 misteralexander        SW< [kworker/3:0H]
   22 misteralexander        SW< [khelper]
   23 misteralexander        SW  [kdevtmpfs]
   24 misteralexander        SW< [netns]
   25 misteralexander        SW< [writeback]
   26 misteralexander        SW< [kintegrityd]
   27 misteralexander        SW< [bioset]
   28 misteralexander        SW< [kblockd]
   29 misteralexander        SW< [tifm]
   30 misteralexander        SW< [ata_sff]
   31 misteralexander        SW  [khubd]
   32 misteralexander        SW< [md]
   33 misteralexander        SW  [kworker/0:1]
   34 misteralexander        SW< [cfg80211]
   35 misteralexander        SW  [kworker/1:1]
   36 misteralexander        SW< [rpciod]
   61 misteralexander        SW  [kswapd0]
   62 misteralexander        SWN [ksmd]
   63 misteralexander        SW  [fsnotify_mark]
   64 misteralexander        SW  [ecryptfs-kthrea]
   65 misteralexander        SW< [nfsiod]
   66 misteralexander        SW< [cifsiod]
   67 misteralexander        SW< [crypto]
   91 misteralexander        SW< [kthrotld]
   94 misteralexander        SW< [kmpath_rdacd]
   95 misteralexander        SW  [scsi_eh_0]
   96 misteralexander        SW  [scsi_eh_1]
   97 misteralexander        SW  [scsi_eh_2]
   98 misteralexander        SW  [scsi_eh_3]
   99 misteralexander        SW  [scsi_eh_4]
  100 misteralexander        SW  [scsi_eh_5]
  106 misteralexander        SW  [scsi_eh_6]
  107 misteralexander        SW  [scsi_eh_7]
  108 misteralexander        SW  [scsi_eh_8]
  109 misteralexander        SW  [scsi_eh_9]
  114 misteralexander        SW  [scsi_eh_10]
  115 misteralexander        SW  [scsi_eh_11]
  116 misteralexander        SW  [scsi_eh_12]
  117 misteralexander        SW  [scsi_eh_13]
  122 misteralexander        SW  [scsi_eh_14]
  123 misteralexander        SW  [scsi_eh_15]
  124 misteralexander        SW  [scsi_eh_16]
  125 misteralexander        SW  [scsi_eh_17]
  130 misteralexander        SW  [scsi_eh_18]
  131 misteralexander        SW  [scsi_eh_19]
  132 misteralexander        SW  [scsi_eh_20]
  133 misteralexander        SW  [scsi_eh_21]
  138 misteralexander        SW  [rc0]
  139 misteralexander        SW< [raid5wq]
  140 misteralexander        SW< [dm-block-clone]
  141 misteralexander        SW< [kmpathd]
  142 misteralexander        SW< [kmpath_handlerd]
  147 misteralexander        SW< [deferwq]
  221 misteralexander        SW< [ixgbe]
  222 misteralexander        SW  [scsi_eh_22]
  223 misteralexander        SW  [usb-storage]
  224 misteralexander        SW  [scsi_eh_23]
  225 misteralexander        SW  [usb-storage]
  226 misteralexander        SW  [scsi_eh_24]
  227 misteralexander        SW  [usb-storage]
  253 misteralexander        SW< [dm_bufio_cache]
  258 misteralexander        SW< [bioset]
  259 misteralexander        SW< [kcopyd]
  260 misteralexander        SW< [bioset]
  261 misteralexander        SW< [kcopyd_tracked]
  262 misteralexander        SW< [bioset]
  266 misteralexander        SW< [bioset]
  267 misteralexander        SW< [drbd-reissue]
  289 misteralexander        SW  [kworker/1:2]
  290 misteralexander        SW< [kworker/2:1H]
  295 misteralexander        SW< [kworker/3:1H]
  296 misteralexander        SW< [kworker/1:1H]
  298 misteralexander        SW< [kworker/0:1H]
  342 misteralexander    556 S < udevd --daemon
  448 misteralexander        SW< [bioset]
  449 misteralexander        SW  [md9_raid1]
  462 misteralexander        SW  [kjournald]
  475 misteralexander        SW< [bioset]
  476 misteralexander        SW  [md13_raid1]
  718 misteralexander        SW  [kworker/u16:0]
 1043 misteralexander  11724 S   php-fpm: master process (/etc/config/apache/php-fpm.conf)
 1044 httpdusr   7436 S   php-fpm: pool www
 1045 httpdusr   7440 S   php-fpm: pool www
 1130 misteralexander   2984 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
 1132 misteralexander   1856 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
 1135 misteralexander   1836 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
 1401 misteralexander   3776 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
 1403 httpdusr   2116 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
 1404 httpdusr   2012 S   /usr/local/apache/bin/fcgi-p -k start -c PidFile /var/lock/apache.pid
 1407 httpdusr   2764 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
 1408 httpdusr   2752 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
 1409 httpdusr   2748 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
 1653 misteralexander   2140 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
 1654 misteralexander   1888 S   /usr/local/apache/bin/fcgi-pm       -k start -f /etc/apache-sys-proxy-ssl.conf
 1657 misteralexander   2708 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
 1658 misteralexander   2708 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
 1659 misteralexander   2704 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
 2015 misteralexander   2536 S   /sbin/hal_daemon -f
 2036 misteralexander        SW  [kworker/3:2]
 2071 misteralexander        SW< [bioset]
 2072 misteralexander        SW  [md256_raid1]
 2110 misteralexander        SW< [bioset]
 2111 misteralexander        SW  [md1_raid6]
 2121 misteralexander        SW  [kworker/2:2]
 2134 misteralexander        SW< [drbd1_submit]
 2140 misteralexander        SW  [drbd_w_r1]
 2188 misteralexander        SW< [kdmflush]
 2190 misteralexander        SW< [bioset]
 2233 misteralexander        SW< [kdmflush]
 2236 misteralexander        SW< [bioset]
 2262 misteralexander        SW  [jbd2/dm-0-8]
 2263 misteralexander        SW< [ext4-rsv-conver]
 2293 misteralexander        SW  [jbd2/sdj1-8]
 2294 misteralexander        SW< [ext4-rsv-conver]
 2370 misteralexander        SW  [jbd2/sdk1-8]
 2371 misteralexander        SW< [ext4-rsv-conver]
 2460 misteralexander    708 S   /sbin/lvmetad
 2581 misteralexander        SW  [kjournald]
 2801 misteralexander   3156 S   sshd: misteralexander@pts/1
 3163 misteralexander    836 S   /sbin/daemon_mgr.nvr
 3196 misteralexander        SW< [cryptodev_queue]
 3227 misteralexander        SW  [notify thread]
 3235 misteralexander    256 S < qWatchdogd: keeping alive every 5 seconds...
 3254 misteralexander   1544 S   -bash
 3329 misteralexander        SW< [hd-audio0]
 3719 misteralexander    432 S   /sbin/netwatchdog -d
 4113 misteralexander    548 S   /sbin/modagent
 5207 misteralexander        SW< [thunderbolt]
 5336 misteralexander        SW< [bond0]
 5339 misteralexander        SW< [bond1]
 5345 misteralexander        SW< [bond2]
 7036 misteralexander   2096 S   /mnt/ext/opt/netmgr/util/redis/redis-server *:0
 7079 misteralexander   7940 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/ip_monitor.py
 7087 misteralexander   7836 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/redisVnicListener.py
 7642 misteralexander     64 S N /sbin/dhcpcd -h NAS04CAB2 -G eth0
 9391 misteralexander  26228 S   Plex Plug-in [com.plexapp.agents.localmedia] /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-edef59192/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1
 9635 misteralexander        SW< [iscsi_eh]
 9651 misteralexander        SW  [qnap_et]
 9663 misteralexander    416 S   /sbin/iscsid --config=/etc/config/iscsi/sbin/iscsid.conf --initiatorname=/etc/iscsi/initiatorname.iscsi
 9664 misteralexander   2144 S < /sbin/iscsid --config=/etc/config/iscsi/sbin/iscsid.conf --initiatorname=/etc/iscsi/initiatorname.iscsi
 9672 misteralexander   1588 S   /sbin/vdd_control -d
 9692 misteralexander   1252 S   /bin/sh /usr/local/mariadb/bin/mysqld_safe --defaults-file=/usr/local/mariadb/my-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.system/data --user=root --default-storage-engine
10036 misteralexander  43616 S   /usr/local/mariadb/bin/mysqld --defaults-file=/usr/local/mariadb/my-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.system/data --plugin-dir=/usr/local/mariadb/lib/plugin --user
10362 misteralexander   2224 S   /sbin/qpkgd -d0
10518 misteralexander 166472 S   /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Transcoder -codec:0 h264 -i /share/CACHEDEV1_DATA/Plex/TV Shows/The Big Bang Theory/S03E01 - The Big Bang Theory.mkv -filter_complex [0:0]scale=w=min(1280
10604 1000       2060 S   /usr/local/sbin/_thttpd_ -p 8080 -nor -nos -u admin -d /home/httpd -c **.* -i /var/lock/._thttpd_.pid
10622 misteralexander   4096 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
11401 misteralexander   1624 S   /usr/sbin/cupsd -C /etc/config/cups/cupsd.conf -s /etc/config/cups/cups-files.conf
11808 misteralexander   4988 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
11816 misteralexander   2476 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
11886 misteralexander        SW  [kworker/u16:1]
11933 misteralexander   2128 S   /usr/local/samba/sbin/nmbd -l /var/log -D -s /etc/config/smb.conf
12172 misteralexander   1156 S   /sbin/upnpd eth0 eth0
12333 misteralexander  13552 S N /usr/local/medialibrary/bin/mymediadbserver -n -t -d -i -1
13240 misteralexander  13536 S N /usr/local/medialibrary/bin/myidbserver -n -d
16574 misteralexander   2096 S   /usr/local/sbin/remote_folder_daemon --reset
16620 httpdusr    856 S   /sbin/lpb_scheduler -d
16647 misteralexander        SW  [kworker/u16:2]
16696 misteralexander   1628 S   /sbin/genthd
16801 misteralexander    536 S   /usr/sbin/ntpdated
16901 misteralexander   1696 S   /usr/sbin/upsutil
16996 misteralexander   1140 S   /usr/sbin/sshd -f /etc/config/ssh/sshd_config -p 22
17008 misteralexander    832 S   /usr/sbin/crond -l 9 -c /tmp/cron/crontabs
17426 guest      1160 S   /usr/sbin/dbus-daemon --system
17842 misteralexander    384 S   /usr/sbin/agent --adapter hci0
17854 guest      1580 S   avahi-daemon: running [NAS04CAB2.local]
17960 misteralexander    948 S   /usr/bin/lunportman
18291 misteralexander   2772 S   /sbin/bcclient
18565 misteralexander    676 S N /sbin/acpid
18841 misteralexander    536 S   /sbin/gen_bandwidth -r -i 5
18928 misteralexander   1260 S   /sbin/lcdmond
19049 misteralexander    912 S   /sbin/qsyslogd
19052 misteralexander   1044 S   qNoticeEngined: Write notice is enabled...
19060 misteralexander   1736 S   qLogEngined: Write log is disabled...
19065 misteralexander   1164 S   /bin/sh /etc/init.d/klogd.sh start
19075 misteralexander   1020 S   /sbin/qShield
19482 misteralexander    276 S   /bin/dd if=/proc/kmsg of=/mnt/HDA_ROOT/.logs/kmsg bs=1 count=1024000
19593 misteralexander   1380 S   /sbin/sdmd --daemon
19623 misteralexander   2116 S   /usr/bin/qsnapman
19671 misteralexander   1696 S   /usr/local/bin/qb_daemon -d 7
19790 misteralexander   1328 S   /usr/bin/qsyncman
19927 misteralexander   1688 S   /sbin/versiond
19931 misteralexander   1024 S   /sbin/versiond
20058 misteralexander   1244 S   /bin/sh /usr/local/mariadb/bin/mysqld_safe --defaults-file=/etc/qbox-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.qbox/mysql/data --user=root --default-storage-engine=MyISAM
20390 misteralexander  53956 S   /usr/local/mariadb/bin/mysqld --defaults-file=/etc/qbox-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.qbox/mysql/data --plugin-dir=/usr/local/mariadb/lib/plugin --user=root --
20512 misteralexander   2072 S   /usr/bin/qsnapman-alive
20544 misteralexander    888 R   ps
20860 misteralexander    532 S   /sbin/gen_bandwidth -r -i 5
20867 misteralexander   2248 S   /usr/bin/qsnapman-recyc
21057 misteralexander    952 S   /sbin/daemon_mgr
21137 misteralexander  12588 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21138 misteralexander  12156 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21139 misteralexander  12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21140 misteralexander  12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21141 misteralexander  12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21142 misteralexander  12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21166 misteralexander   2028 S   /mnt/ext/opt/netmgr/util/redis/redis-server *:0
21199 misteralexander   6988 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/ip_monitor.py
21207 misteralexander   7832 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/redisVnicListener.py
21213 misteralexander   8860 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/asd.py
21221 misteralexander   4476 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/nsd.py
21224 misteralexander        Z   [python]
21234 misteralexander   3524 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/gsd.py
21732 misteralexander   2588 S   /sbin/qbox_man -b
21747 misteralexander   2760 S   /sbin/qboxd -n 2 -b -d0
21764 misteralexander   1108 S   /usr/local/bin/qbox_monitor -pid:21747 -reg:/share/homes -client:qbox -filter:0x6763 -b
22151 misteralexander   2648 S   /sbin/qboxd -n 1 -b -d0
22159 misteralexander   1116 S   /usr/local/bin/qbox_monitor -pid:22151 -reg:/share/CACHEDEV1_DATA/Plex -client:qbox -filter:0x6763 -b
22209 misteralexander   3300 S   /sbin/qboxd -n 0 -b -d0
22216 misteralexander   1364 S   /usr/local/bin/qbox_monitor -pid:22209 -reg:/share/CACHEDEV1_DATA/Download -client:qbox -filter:0x6763 -b
23423 misteralexander  56856 S   ./Plex Media Server
23442 misteralexander   1080 S   /bin/sh /share/CACHEDEV1_DATA/.qpkg/QSonarr/start.sh
23445 misteralexander 127740 S   /share/CACHEDEV1_DATA/.qpkg/Qmono/bin/mono /share/CACHEDEV1_DATA/.qpkg/QSonarr/NzbDrone/NzbDrone.exe
23459 misteralexander  27804 S N Plex Plug-in [com.plexapp.system] /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-edef59192/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.4.4.3495-e
23890 misteralexander  16116 S   /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex DLNA Server
24964 misteralexander  50892 S   /opt/bin/python SABnzbd.py -f //share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/Config/sabnzbd.ini --browser 0 --daemon --pid /tmp
25549 misteralexander    832 S   /usr/sbin/SCREEN -dmS MYTRANSCODE /usr/local/medialibrary/bin/mytranscodesvr -u -debug -db /share/CACHEDEV1_DATA
25551 misteralexander  14476 S   /usr/local/medialibrary/bin/mytranscodesvr -u -debug -db /share/CACHEDEV1_DATA
26766 misteralexander   7544 S   /usr/sbin/dsd -level error -log /share/CACHEDEV1_DATA/.qpkg/DSv3/log/dsd.log
26940 misteralexander   2020 S   /sbin/upnpcd -i 300
26988 misteralexander    468 S   /sbin/mcelog --daemon
27287 misteralexander    560 S   /sbin/getty 115200 tty1
27288 misteralexander    564 S   /sbin/getty 115200 tty2
27656 misteralexander   1300 S   /usr/sbin/bluetoothd
28976 misteralexander   3512 S   /usr/lib/thunderbolt/thunderboltd
29644 misteralexander  73004 S   /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Transcoder -codec:0 mpeg4 -i /share/CACHEDEV1_DATA/Plex/Documentaries/Moses.avi -filter_complex [0:0]scale=w=min(720\,iw):h=min(416\,ih):force_original_as
31285 misteralexander        SW  [kworker/2:1]
df -h

Code: Select all

Filesystem                Size      Used Available Use% Mounted on
none                    250.0M    196.3M     53.7M  79% /
devtmpfs                  7.8G      8.0k      7.8G   0% /dev
tmpfs                    64.0M    264.0k     63.7M   0% /tmp
tmpfs                     7.8G     32.0k      7.8G   0% /dev/shm
tmpfs                    16.0M         0     16.0M   0% /share
/dev/md9                509.5M    112.1M    397.4M  22% /mnt/HDA_ROOT
cgroup_root               7.8G         0      7.8G   0% /sys/fs/cgroup
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA
/dev/sdj1               231.8G     19.7G    211.6G   9% /share/external/DEV3302_1
/dev/sdk1                 5.4T    447.7G      5.0T   8% /share/external/DEV3303_1
/dev/md13               371.0M    295.2M     75.8M  80% /mnt/ext
tmpfs                     1.0M         0      1.0M   0% /mnt/rf/nd
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/Web
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/Public
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/homes
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/Plex
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/Download
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/Multimedia
/dev/sdj1               231.8G     19.7G    211.6G   9% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/external/DEV3302_1
/dev/sdk1                 5.4T    447.7G      5.0T   8% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/external/DEV3303_1
/dev/mapper/cachedev1    32.0T      5.4T     26.6T  17% /share/CACHEDEV1_DATA/.qpkg/CodexPack/mnt/share/CACHEDEV1_DATA/.system
tmpfs                    64.0M    264.0k     63.7M   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/tmp
none                      7.8G         0      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/sys/fs/cgroup
udev                      7.8G      8.0k      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/dev
tmpfs                     7.8G         0      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/run
none                      7.8G         0      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/run/shm
none                      7.8G         0      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/run/lock
none                      7.8G         0      7.8G   0% /share/CACHEDEV1_DATA/.qpkg/CodexPack/run/user
cat /proc/mdstat

Code: Select all

Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md1 : active raid6 sda3[0] sdf3[7] sde3[6] sdh3[5] sdg3[4] sdd3[3] sdc3[2] sdb3[1]
      35103403008 blocks super 1.0 level 6, 512k chunk, algorithm 2 [8/8] [UUUUUUUU]

md256 : active raid1 sdf2[7](S) sde2[6](S) sdh2[5](S) sdg2[4](S) sdd2[3](S) sdc2[2](S) sdb2[1] sda2[0]
      530112 blocks super 1.0 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

md13 : active raid1 sda4[0] sdf4[7] sde4[6] sdh4[5] sdg4[4] sdd4[3] sdc4[2] sdb4[1]
      458880 blocks super 1.0 [32/8] [UUUUUUUU________________________]
      bitmap: 1/1 pages [4KB], 65536KB chunk

md9 : active raid1 sda1[0] sdf1[7] sde1[6] sdh1[5] sdg1[4] sdd1[3] sdc1[2] sdb1[1]
      530048 blocks super 1.0 [32/8] [UUUUUUUU________________________]
      bitmap: 1/1 pages [4KB], 65536KB chunk

unused devices: <none>
getcfg system 'Model' && getcfg system 'Version' && getcfg system 'Build Number'

Code: Select all

TS-X71
4.2.4
20170313
hdparm -i /dev/sd[a-z0-9] 2>/dev/null | grep Model

Code: Select all

Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WX41DA57HNAN
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WXB1HB4L5VWT
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WX41DA57HZJ5
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WXB1HB4WPW6R
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WXB1HB4H9EFY
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WX11DB514CF4
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WX11DB514K1D
Model=WDC WD6001F9YZ-09YUWL1                  , FwRev=01.01E03, SerialNo=     WD-WX11DB5149K3
Model=        , FwRev=, SerialNo=910036EB93C52772
Model=aSsmnug, FwRev=, SerialNo=214365879C7D
Model=eWtsre niDigatl, FwRev=, SerialNo=13134433533483039563
I hope this helps you help me! :D
User avatar
schumaku
Guru
Posts: 43578
Joined: Mon Jan 21, 2008 4:41 pm
Location: Kloten (Zurich), Switzerland -- Skype: schumaku
Contact:

Re: Your credentials are incorrect or your account is no longer valid

Post by schumaku »

Hi,

The admin user is key for the QNAP NAS operations. As per the ps, best guess bet there are still two user accounts with uid 0 (and group 0) in /etc/passwd

[~] # cat /etc/passwd | grep 0:0
admin:x:0:0:administrator:/share/homes/admin:/bin/sh

Get rid of anything with the uid 0 not named admin, and remove the other username from /etc/shadow, too.

-Kurt
misteralexander
New here
Posts: 6
Joined: Mon Mar 13, 2017 6:48 am

Re: Your credentials are incorrect or your account is no longer valid

Post by misteralexander »

schumaku wrote:Hi,

The admin user is key for the QNAP NAS operations. As per the ps, best guess bet there are still two user accounts with uid 0 (and group 0) in /etc/passwd

[~] # cat /etc/passwd | grep 0:0
admin:x:0:0:administrator:/share/homes/admin:/bin/sh

Get rid of anything with the uid 0 not named admin, and remove the other username from /etc/shadow, too.

-Kurt
Thanks for the suggestion! So, I did as you suggested, as "misteralexander" and "admin" both existed with UID/GID '0'. Using userdel, I removed the admin I had created. Using usermod, I renamed the misteralexander user to 'admin' and restarted the services

Code: Select all

/etc/init.d/services restart
Same issue persists. Here is the new output of ps, passwd, and shadow:

ps

Code: Select all

[admin@NAS04CAB2 ~]# ps
  PID  Uid     VmSize Stat Command
    1 admin       616 S   init
    2 admin           SW  [kthreadd]
    3 admin           SW  [ksoftirqd/0]
    5 admin           SW< [kworker/0:0H]
    7 admin           SW  [migration/0]
    8 admin           SW  [rcu_bh]
    9 admin           SW  [rcu_sched]
   10 admin           SW  [migration/1]
   11 admin           SW  [ksoftirqd/1]
   13 admin           SW< [kworker/1:0H]
   14 admin           SW  [migration/2]
   15 admin           SW  [ksoftirqd/2]
   17 admin           SW< [kworker/2:0H]
   18 admin           SW  [migration/3]
   19 admin           SW  [ksoftirqd/3]
   20 admin           SW  [kworker/3:0]
   21 admin           SW< [kworker/3:0H]
   22 admin           SW< [khelper]
   23 admin           SW  [kdevtmpfs]
   24 admin           SW< [netns]
   25 admin           SW< [writeback]
   26 admin           SW< [kintegrityd]
   27 admin           SW< [bioset]
   28 admin           SW< [kblockd]
   29 admin           SW< [tifm]
   30 admin           SW< [ata_sff]
   31 admin           SW  [khubd]
   32 admin           SW< [md]
   34 admin           SW< [cfg80211]
   35 admin           SW  [kworker/1:1]
   36 admin           SW< [rpciod]
   61 admin           SW  [kswapd0]
   62 admin           SWN [ksmd]
   63 admin           SW  [fsnotify_mark]
   64 admin           SW  [ecryptfs-kthrea]
   65 admin           SW< [nfsiod]
   66 admin           SW< [cifsiod]
   67 admin           SW< [crypto]
   91 admin           SW< [kthrotld]
   94 admin           SW< [kmpath_rdacd]
   95 admin           SW  [scsi_eh_0]
   96 admin           SW  [scsi_eh_1]
   97 admin           SW  [scsi_eh_2]
   98 admin           SW  [scsi_eh_3]
   99 admin           SW  [scsi_eh_4]
  100 admin           SW  [scsi_eh_5]
  106 admin           SW  [scsi_eh_6]
  107 admin           SW  [scsi_eh_7]
  108 admin           SW  [scsi_eh_8]
  109 admin           SW  [scsi_eh_9]
  114 admin           SW  [scsi_eh_10]
  115 admin           SW  [scsi_eh_11]
  116 admin           SW  [scsi_eh_12]
  117 admin           SW  [scsi_eh_13]
  122 admin           SW  [scsi_eh_14]
  123 admin           SW  [scsi_eh_15]
  124 admin           SW  [scsi_eh_16]
  125 admin           SW  [scsi_eh_17]
  130 admin           SW  [scsi_eh_18]
  131 admin           SW  [scsi_eh_19]
  132 admin           SW  [scsi_eh_20]
  133 admin           SW  [scsi_eh_21]
  138 admin           SW  [rc0]
  139 admin           SW< [raid5wq]
  140 admin           SW< [dm-block-clone]
  141 admin           SW< [kmpathd]
  142 admin           SW< [kmpath_handlerd]
  147 admin           SW< [deferwq]
  221 admin           SW< [ixgbe]
  222 admin           SW  [scsi_eh_22]
  223 admin           SW  [usb-storage]
  224 admin           SW  [scsi_eh_23]
  225 admin           SW  [usb-storage]
  226 admin           SW  [scsi_eh_24]
  227 admin           SW  [usb-storage]
  253 admin           SW< [dm_bufio_cache]
  258 admin           SW< [bioset]
  259 admin           SW< [kcopyd]
  260 admin           SW< [bioset]
  261 admin           SW< [kcopyd_tracked]
  262 admin           SW< [bioset]
  266 admin           SW< [bioset]
  267 admin           SW< [drbd-reissue]
  290 admin           SW< [kworker/2:1H]
  295 admin           SW< [kworker/3:1H]
  296 admin           SW< [kworker/1:1H]
  298 admin           SW< [kworker/0:1H]
  342 admin       556 S < udevd --daemon
  448 admin           SW< [bioset]
  449 admin           SW  [md9_raid1]
  462 admin           SW  [kjournald]
  475 admin           SW< [bioset]
  476 admin           SW  [md13_raid1]
  975 admin     22640 S   /usr/bin/transmission-daemon -f --blocklist --config-dir /share/CACHEDEV1_DATA/.qpkg/Transmission/conf --logfile /share/CACHEDEV1_DATA/.qpkg/Transmission/web-gui/admin/logs/transmission.log
 1324 admin      7448 S   /usr/sbin/dsd -level error -log /share/CACHEDEV1_DATA/.qpkg/DSv3/log/dsd.log
 2015 admin      2544 S   /sbin/hal_daemon -f
 2036 admin           SW  [kworker/3:2]
 2071 admin           SW< [bioset]
 2072 admin           SW  [md256_raid1]
 2110 admin           SW< [bioset]
 2111 admin           SW  [md1_raid6]
 2121 admin           SW  [kworker/2:2]
 2134 admin           SW< [drbd1_submit]
 2140 admin           SW  [drbd_w_r1]
 2188 admin           SW< [kdmflush]
 2190 admin           SW< [bioset]
 2233 admin           SW< [kdmflush]
 2236 admin           SW< [bioset]
 2262 admin           SW  [jbd2/dm-0-8]
 2263 admin           SW< [ext4-rsv-conver]
 2293 admin           SW  [jbd2/sdj1-8]
 2294 admin           SW< [ext4-rsv-conver]
 2370 admin           SW  [jbd2/sdk1-8]
 2371 admin           SW< [ext4-rsv-conver]
 2460 admin       712 S   /sbin/lvmetad
 2581 admin           SW  [kjournald]
 3163 admin       836 S   /sbin/daemon_mgr.nvr
 3196 admin           SW< [cryptodev_queue]
 3227 admin           SW  [notify thread]
 3235 admin       256 S < qWatchdogd: keeping alive every 5 seconds...
 3329 admin           SW< [hd-audio0]
 3719 admin       432 S   /sbin/netwatchdog -d
 4113 admin       548 S   /sbin/modagent
 5207 admin           SW< [thunderbolt]
 5336 admin           SW< [bond0]
 5339 admin           SW< [bond1]
 5345 admin           SW< [bond2]
 7036 admin      2024 S   /mnt/ext/opt/netmgr/util/redis/redis-server *:0
 7079 admin      7940 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/ip_monitor.py
 7087 admin      7836 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/redisVnicListener.py
 7642 admin        64 S N /sbin/dhcpcd -h NAS04CAB2 -G eth0
 9601 admin      3668 R   sshd: admin@pts/1
 9628 admin      1708 S   -bash
 9635 admin           SW< [iscsi_eh]
 9651 admin           SW  [qnap_et]
 9663 admin       416 S   /sbin/iscsid --config=/etc/config/iscsi/sbin/iscsid.conf --initiatorname=/etc/iscsi/initiatorname.iscsi
 9664 admin      2144 S < /sbin/iscsid --config=/etc/config/iscsi/sbin/iscsid.conf --initiatorname=/etc/iscsi/initiatorname.iscsi
 9672 admin      1588 S   /sbin/vdd_control -d
10362 admin      2224 S   /sbin/qpkgd -d0
10604 1000       2080 S   /usr/local/sbin/_thttpd_ -p 8080 -nor -nos -u admin -d /home/httpd -c **.* -i /var/lock/._thttpd_.pid
10622 admin      4144 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
11401 admin      1624 S   /usr/sbin/cupsd -C /etc/config/cups/cupsd.conf -s /etc/config/cups/cups-files.conf
12172 admin      1172 S   /sbin/upnpd eth0 eth0
15192 admin           SW  [kworker/0:0]
15995 admin           SW  [kworker/1:0]
16574 admin      2096 S   /usr/local/sbin/remote_folder_daemon --reset
16801 admin       536 S   /usr/sbin/ntpdated
16901 admin      1696 S   /usr/sbin/upsutil
16996 admin      1140 S   /usr/sbin/sshd -f /etc/config/ssh/sshd_config -p 22
17426 guest      1160 S   /usr/sbin/dbus-daemon --system
17854 guest      1688 S   avahi-daemon: running [NAS04CAB2.local]
18291 admin      2772 S   /sbin/bcclient
18565 admin       676 S N /sbin/acpid
18841 admin       536 S   /sbin/gen_bandwidth -r -i 5
18928 admin      1260 S   /sbin/lcdmond
19049 admin       912 S   /sbin/qsyslogd
19052 admin      1044 S   qNoticeEngined: Write notice is enabled...
19060 admin      1736 S   qLogEngined: Write log is disabled...
19065 admin      1164 S   /bin/sh /etc/init.d/klogd.sh start
19075 admin      1020 S   /sbin/qShield
19482 admin       276 S   /bin/dd if=/proc/kmsg of=/mnt/HDA_ROOT/.logs/kmsg bs=1 count=1024000
19593 admin      1380 S   /sbin/sdmd --daemon
19671 admin      1696 S   /usr/local/bin/qb_daemon -d 7
20074 admin           SW  [kworker/0:2]
20860 admin       532 S   /sbin/gen_bandwidth -r -i 5
21057 admin       952 S   /sbin/daemon_mgr
21137 admin     12588 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21138 admin     12156 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21139 admin     12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21140 admin     12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21141 admin     12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21142 admin     12160 S   /mnt/ext/opt/Python/bin/python ./manage.py runfcgi method=prefork socket=/tmp/netmgr.sock pidfile=/tmp/netmgr.pid
21166 admin      2028 S   /mnt/ext/opt/netmgr/util/redis/redis-server *:0
21199 admin      6988 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/ip_monitor.py
21207 admin      7832 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/redisVnicListener.py
21213 admin      8860 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/asd.py
21221 admin      4476 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/nsd.py
21224 admin           Z   [python]
21234 admin      3524 S   /mnt/ext/opt/Python/bin/python /mnt/ext/opt/netmgr/api/core/gsd.py
21901 admin           SW  [kworker/u16:0]
23514 admin      4884 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
23531 admin      2496 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
23893 admin      2028 S   /usr/local/samba/sbin/nmbd -l /var/log -D -s /etc/config/smb.conf
24518 admin     11720 S   php-fpm: master process (/etc/config/apache/php-fpm.conf)
24519 httpdusr   7432 S   php-fpm: pool www
24520 httpdusr   7436 S   php-fpm: pool www
24643 admin      2984 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
24645 admin      1856 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
24648 admin      1836 S   /usr/local/apache/bin/apache-dav -k start -f /etc/apache-dav-sys.conf
24955 admin      3816 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
24957 httpdusr   2108 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
24958 httpdusr   2008 S   /usr/local/apache/bin/fcgi-p -k start -c PidFile /var/lock/apache.pid
24961 httpdusr   2756 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
24962 httpdusr   2752 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
24963 httpdusr   2744 S   /usr/local/apache/bin/apache -k start -c PidFile /var/lock/apache.pid
25284 admin      2176 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
25285 admin      1928 S   /usr/local/apache/bin/fcgi-pm       -k start -f /etc/apache-sys-proxy-ssl.conf
25294 admin      2756 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
25295 admin      2756 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
25296 admin      2752 S   /usr/local/apache/bin/apache_proxys -k start -f /etc/apache-sys-proxy-ssl.conf
25603 admin      1336 S   /bin/sh /usr/local/mariadb/bin/mysqld_safe --defaults-file=/usr/local/mariadb/my-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.system/data --user=admin --default-storage-engine=MyISA
26016 admin     43752 S   /usr/local/mariadb/bin/mysqld --defaults-file=/usr/local/mariadb/my-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.system/data --plugin-dir=/usr/local/mariadb/lib/plugin --user=admin
26481 admin     13536 S N /usr/local/medialibrary/bin/mymediadbserver -n -t -d -i -1
26503 admin       836 S   /usr/sbin/crond -l 9 -c /tmp/cron/crontabs
26738 httpdusr    856 S   /sbin/lpb_scheduler -d
26940 admin      2020 S   /sbin/upnpcd -i 300
26988 admin       468 S   /sbin/mcelog --daemon
27027 admin      1620 S   /sbin/genthd
27219 admin      1300 S   /usr/sbin/bluetoothd
27228 admin       384 S   /usr/sbin/agent --adapter hci0
27244 admin     13516 S N /usr/local/medialibrary/bin/myidbserver -n -d
27287 admin       560 S   /sbin/getty 115200 tty1
27288 admin       564 S   /sbin/getty 115200 tty2
28181 admin       952 S   /usr/bin/lunportman
28220 admin      1328 S   /usr/bin/qsyncman
28502 admin      2116 S   /usr/bin/qsnapman
28637 admin      2076 S   /usr/bin/qsnapman-alive
28734 admin      2248 S   /usr/bin/qsnapman-recyc
28976 admin      3512 S   /usr/lib/thunderbolt/thunderboltd
29033 admin      1336 S   /bin/sh /usr/local/mariadb/bin/mysqld_safe --defaults-file=/etc/qbox-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.qbox/mysql/data --user=admin --default-storage-engine=MyISAM --wait
29365 admin     53688 S   /usr/local/mariadb/bin/mysqld --defaults-file=/etc/qbox-mariadb.cnf --basedir=/usr/local/mariadb --datadir=/share/CACHEDEV1_DATA/.qbox/mysql/data --plugin-dir=/usr/local/mariadb/lib/plugin --user=admin --defaul
29655 admin      2592 S   /sbin/qbox_man -b
29661 admin      2700 S   /sbin/qboxd -n 2 -b -d0
29671 admin      1088 S   /usr/local/bin/qbox_monitor -pid:29661 -reg:/share/homes -client:qbox -filter:0x6763 -b
29698 admin      2640 S   /sbin/qboxd -n 1 -b -d0
29706 admin      1112 S   /usr/local/bin/qbox_monitor -pid:29698 -reg:/share/CACHEDEV1_DATA/Plex -client:qbox -filter:0x6763 -b
30060 admin      3300 S   /sbin/qboxd -n 0 -b -d0
30075 admin      1688 S   /sbin/versiond
30078 admin      1356 S   /usr/local/bin/qbox_monitor -pid:30060 -reg:/share/CACHEDEV1_DATA/Download -client:qbox -filter:0x6763 -b
30084 admin      1020 S   /sbin/versiond
30637 admin     43552 S   ./Plex Media Server
30646 admin      1180 S   /bin/sh /share/CACHEDEV1_DATA/.qpkg/QSonarr/start.sh
30654 admin    128624 S   /share/CACHEDEV1_DATA/.qpkg/Qmono/bin/mono /share/CACHEDEV1_DATA/.qpkg/QSonarr/NzbDrone/NzbDrone.exe
30695 admin     27232 S N Plex Plug-in [com.plexapp.system] /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-edef59192/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.4.4.3495-edef5919
30963 admin     15932 S   /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex DLNA Server
30987 admin     26236 S   Plex Plug-in [com.plexapp.agents.imdb] /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-edef59192/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.4.4.3495-ede
30995 admin       888 R   ps
31285 admin           SW  [kworker/2:1]
31335 admin           SW  [kworker/u16:2]
31876 admin     51380 S   /opt/bin/python SABnzbd.py -f //share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/Config/sabnzbd.ini --browser 0 --daemon --pid /tmp
32288 admin           SW  [kworker/u16:1]
32421 admin       828 S   /usr/sbin/SCREEN -dmS MYTRANSCODE /usr/local/medialibrary/bin/mytranscodesvr -u -debug -db /share/CACHEDEV1_DATA
32423 admin     14472 S   /usr/local/medialibrary/bin/mytranscodesvr -u -debug -db /share/CACHEDEV1_DATA
passwd / shadow

Code: Select all

[admin@NAS04CAB2 ~]# cat /etc/passwd
guest:x:65534:65534:guest:/tmp:/bin/sh
avahi-autoipd:x:98:49::/share/homes/avahi-autoipd:
httpdusr:x:99:0:Apache httpd user:/tmp:/bin/sh
admin:x:0:0:administrator:/share/homes/admin:/bin/bash

[admin@NAS04CAB2 ~]# cat /etc/shadow
guest:[removedIntentionally]
avahi-autoipd:[removedIntentionally]
httpdusr:[removedIntentionally]
admin:[removedIntentionally]
[admin@NAS04CAB2 ~]# ps
Since we know the credentials are okay and the account exists (because i'm SSH'd in), is there a config file for Qthttpd that I can fudge with? Is that whats causing this?

Any help is help, and I appreciate your time! Thank you!

-Alex.
Post Reply

Return to “NAS Management”