Commands via Web Interface fail - command line works

Commands via Web Interface fail - command line works

Postby rikharbers » Fri Jul 22, 2016 8:53 am

Hello,

(yes, the same guy with the USB issues and the firmware update issues)

I am currently running firmware 16-0 on my SPD and my application (remote backup via SSH and rsync) works very well.

After my troubles with upgrading the firmware (see previous post: http://plugout.net/viewtopic.php?f=5&t=2545), I checked a few other functions - after rebooting to have a 'fresh' system.

It turns out that while all command line functionalities work without any issues, the web interface has multiple.
- I cannot create or change shares
- I cannot start or stop the rsync server
- I cannot create a new user (error: username already exists. Seems wrong, as the interface itself and /etc/passwd do not know this user)

Could it be I have a database issue and / or a rights issue ?

Might explain my troubles with the upgrade as well ...

Thanks again,

Rik
rikharbers
Donator VIP
Donator VIP
 
Posts: 30
Joined: Tue Jan 06, 2015 8:27 pm
Location: Zwitserland

Re: Commands via Web Interface fail - command line works

Postby fvdw » Fri Jul 22, 2016 8:50 pm

This looks indeed to a database issue. This is more the field of jocko. Lets wait for his comment and advise
fvdw
Site Admin - expert
 
Posts: 13227
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Commands via Web Interface fail - command line works

Postby Jocko » Sat Jul 23, 2016 9:12 am

Hi

I am not at home for next days.

But for your issues I think:
* rsync error it is related with the user account issue
* about user account, I don't have yet an idea
(@fvdw maybe you should deepen on the samba user database which is on sda5 and there is a conflict with the new user accounts)
* share account, I think the issue is that the folder already exist in the container.

So check if you see your previous shares in
Code: Select all
ls -al /share/1000

If yes before creating them again you should rename the related folder
Jocko
Site Admin - expert
 
Posts: 11356
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Commands via Web Interface fail - command line works

Postby rikharbers » Sat Jul 23, 2016 11:29 am

Hi Jocko,

thx for the reply - no rush, system is fully functional for my daily purposes :-)

To your suggestions:
- rsync & user account: to be verified
- share account: the share to be created is _not_ existing in /share/1000. Also, renaming a share yields an error.

Hope that gives you some idea ...

Thanks,

Rik
rikharbers
Donator VIP
Donator VIP
 
Posts: 30
Joined: Tue Jan 06, 2015 8:27 pm
Location: Zwitserland

Re: Commands via Web Interface fail - command line works

Postby Jocko » Tue Jul 26, 2016 9:50 am

Hi rikharbers,

See my post viewtopic.php?f=5&t=2545&p=23315#p23315.

I think this may explain your issue: the firmware fails to update the nas database and then can not save your changes.

So please to post:
Code: Select all
ls -al /rw_fs/etc
before trying to create a share
post again
Code: Select all
ls -al /rw_fs/etc
after the try

post also
Code: Select all
df -h /dev/sda5
Jocko
Site Admin - expert
 
Posts: 11356
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Commands via Web Interface fail - command line works

Postby rikharbers » Tue Jul 26, 2016 6:58 pm

Hi Jocko,

here we are:

first
Code: Select all
df -h /dev/sda5


Result:
Code: Select all
Filesystem                Size      Used Available Use% Mounted on
/dev/sda5               364.6M      8.3M    337.5M   2% /rw_fs


Then, before trying to create a share:

Code: Select all
ls -al /rw_fs/etc


Result:
Code: Select all
total 37
drwxrwxrwx  4 root   root   1024 2016-07-21 23:10 .
drwxrwxrwx  8 nobody nobody 1024 2011-11-16 12:00 ..
drwxr-xr-x  2 root   root   1024 2012-05-17 15:59 dropbear
-rw-r--r--  1 nobody nobody    0 2011-11-16 12:13 ledoffatboot
-rw-r--r--  1 root   root    101 2011-11-16 12:00 mdadm.conf
-rwxrwxrwx  1 nobody nobody 6834 2011-11-16 12:01 nas_conf_db.xml
-rw-rw-rw-  1 nobody nobody 6834 2011-11-16 12:01 nas_conf_db.xml.bak
-rw-r--r--  1 nobody nobody 7257 2016-07-22 11:39 nas_conf_db.xml.try
-rw-r--r--  1 nobody nobody 7257 2016-07-22 11:39 nas_conf_db.xml.update
-rw-rw-rw-  1 nobody nobody  732 2016-07-21 23:09 nas_ext_hdd_db.xml
-rw-r--r--  1 root   root     41 2011-11-16 12:00 ntp.conf
drwxrwxrwx  2 root   root   1024 2012-03-24 13:37 ssl


After I tried (unsuccessfully):

Code: Select all
total 37
drwxrwxrwx  4 root   root   1024 2016-07-21 23:10 .
drwxrwxrwx  8 nobody nobody 1024 2011-11-16 12:00 ..
drwxr-xr-x  2 root   root   1024 2012-05-17 15:59 dropbear
-rw-r--r--  1 nobody nobody    0 2011-11-16 12:13 ledoffatboot
-rw-r--r--  1 root   root    101 2011-11-16 12:00 mdadm.conf
-rwxrwxrwx  1 nobody nobody 6834 2011-11-16 12:01 nas_conf_db.xml
-rw-rw-rw-  1 nobody nobody 6834 2011-11-16 12:01 nas_conf_db.xml.bak
-rw-r--r--  1 nobody nobody 7256 2016-07-26 20:56 nas_conf_db.xml.try
-rw-r--r--  1 nobody nobody 7256 2016-07-26 20:56 nas_conf_db.xml.update
-rw-rw-rw-  1 nobody nobody  732 2016-07-21 23:09 nas_ext_hdd_db.xml
-rw-r--r--  1 root   root     41 2011-11-16 12:00 ntp.conf
drwxrwxrwx  2 root   root   1024 2012-03-24 13:37 ssl


The timestamp for the .try and .update databases have changed ....

Ideas ?

Thanks,

Rik
rikharbers
Donator VIP
Donator VIP
 
Posts: 30
Joined: Tue Jan 06, 2015 8:27 pm
Location: Zwitserland

Re: Commands via Web Interface fail - command line works

Postby Jocko » Tue Jul 26, 2016 8:39 pm

Hi rikharbers,

we progress...

the issue is not that the timestamp for the .try and .update databases have changed but they still are here and timestamp on nas_conf_db.xml and nas_conf_db.xml.bak did not change.

But at least that confirms my idea but I do not understand yet why the firmware fails to replace these last files by the .try and .update databases :scratch

So
- first remove .try and .update databases
Code: Select all
unlink /rw_fs/etc/nas_conf_db.xml.update
unlink /rw_fs/etc/nas_conf_db.xml.try
and check they are no longer here
- enable the debug mode
Code: Select all
/etc/nas_status.sh --start-debug
- try again to create a share
- check if .try and .update databases are not again in /rw_fs/etc
- stop the debug mode
Code: Select all
/etc/nas_status.sh --stop-debug
- post the content of
Code: Select all
cat /var/log/messages
Jocko
Site Admin - expert
 
Posts: 11356
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Commands via Web Interface fail - command line works

Postby rikharbers » Wed Jul 27, 2016 7:33 pm

Hi Jocko,

the contents of /var/log/messages after an attempt to create a share:

Code: Select all
Jul 27 21:30:02 Harbers-Backup local0.warn API[2016/07/27 19:30:02] nasapi.inc(36)[4832]: nasapi: lock time = 0
Jul 27 21:30:02 Harbers-Backup local0.warn API[2016/07/27 19:30:02] nasapi.inc(46)[4832]: calling mrvlGetFTPStatus
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(664)[4832]: mrvlGetFTPStatus Return Code: 0
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(36)[4832]: nasapi: lock time = 0
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(46)[4832]: calling mrvlGetLanguage
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(664)[4832]: mrvlGetLanguage Return Code: en
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(36)[4832]: nasapi: lock time = 0
Jul 27 21:30:03 Harbers-Backup local0.warn API[2016/07/27 19:30:03] nasapi.inc(46)[4832]: calling mrvlGetVolume high all
Jul 27 21:30:04 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df
Jul 27 21:30:04 Harbers-Backup local0.warn API[2016/07/27 19:30:04] nasapi.inc(661)[4832]: mrvlGetVolume high all Return Code: Array():0 => Array()...
Jul 27 21:30:04 Harbers-Backup local0.warn API[2016/07/27 19:30:04] nasapi.inc(36)[4832]: nasapi: lock time = 0
Jul 27 21:30:04 Harbers-Backup local0.warn API[2016/07/27 19:30:04] nasapi.inc(46)[4832]: calling mrvlGetShareUserList new
Jul 27 21:30:05 Harbers-Backup local0.warn API[2016/07/27 19:30:05] nasapi.inc(661)[4832]: mrvlGetShareUserList new Return Code: Array():0 => Array()...
Jul 27 21:30:05 Harbers-Backup local0.warn API[2016/07/27 19:30:05] nasapi.inc(36)[4832]: nasapi: lock time = 0
Jul 27 21:30:05 Harbers-Backup local0.warn API[2016/07/27 19:30:05] nasapi.inc(46)[4832]: calling mrvlGetVolumeAddons
Jul 27 21:30:05 Harbers-Backup local0.warn API[2016/07/27 19:30:05] nasapi.inc(664)[4832]: mrvlGetVolumeAddons Return Code: 1000
Jul 27 21:30:06 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -ef
Jul 27 21:30:22 Harbers-Backup local0.warn API[2016/07/27 19:30:22] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:23 Harbers-Backup local0.warn API[2016/07/27 19:30:23] nasapi.inc(46)[3174]: calling mrvlGetFTPStatus
Jul 27 21:30:23 Harbers-Backup local0.warn API[2016/07/27 19:30:23] nasapi.inc(664)[3174]: mrvlGetFTPStatus Return Code: 0
Jul 27 21:30:24 Harbers-Backup local0.warn API[2016/07/27 19:30:24] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:24 Harbers-Backup local0.warn API[2016/07/27 19:30:24] nasapi.inc(46)[3174]: calling mrvlGetVolume high all
Jul 27 21:30:25 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df
Jul 27 21:30:25 Harbers-Backup local0.warn API[2016/07/27 19:30:25] nasapi.inc(661)[3174]: mrvlGetVolume high all Return Code: Array():0 => Array()...
Jul 27 21:30:25 Harbers-Backup local0.warn API[2016/07/27 19:30:25] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:25 Harbers-Backup local0.warn API[2016/07/27 19:30:25] nasapi.inc(46)[3174]: calling mrvlAddShare Storage Storage_Harbers public 1000 0 0 0 0 0  internal_share  active
Jul 27 21:30:26 Harbers-Backup local0.warn API[2016/07/27 19:30:26] sharefunc_add_share.finc(139)[3174]: sharefunc_add_share: cannot create share directory(/share/1000/Storage)!
Jul 27 21:30:26 Harbers-Backup local0.warn API[2016/07/27 19:30:26] sharefunc_add_share.finc(145)[3174]: smbfunc_add_share: cannot chmod share directory(/share/1000/Storage)!
Jul 27 21:30:26 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:27 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:28 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:28 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:29 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:29 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /share/1000
Jul 27 21:30:30 Harbers-Backup local0.warn API[2016/07/27 19:30:30] smbfunc_conf_commit.finc(184)[3174]: smbfunc_conf_commit: cannot create share directory(/share/1000/Storage)!
Jul 27 21:30:30 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df /mnt/External_1
Jul 27 21:30:30 Harbers-Backup local0.warn API[2016/07/27 19:30:30] nasapi.inc(664)[3174]: mrvlAddShare Storage Storage_Harbers public 1000 0 0 0 0 0  internal_share  active  Return Code: 0
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(46)[3174]: calling mrvlGetCurrentNfsStatus
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(664)[3174]: mrvlGetCurrentNfsStatus Return Code: 0
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(46)[3174]: calling mrvlGetAFPStatus
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(661)[3174]: mrvlGetAFPStatus Return Code: Array():enable => false...
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:31 Harbers-Backup local0.warn API[2016/07/27 19:30:31] nasapi.inc(46)[3174]: calling mrvlUpdateAFPConf
Jul 27 21:30:31 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -C afpd -o pid=
Jul 27 21:30:32 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -C cnid_metad -o pid=
Jul 27 21:30:32 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -C avahi-daemon -o pid=
Jul 27 21:30:32 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -C dbus-daemon -o pid=
Jul 27 21:30:32 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -C smbd -o pid=
Jul 27 21:30:33 Harbers-Backup local0.warn API[2016/07/27 19:30:33] nasapi.inc(664)[3174]: mrvlUpdateAFPConf Return Code: 0
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(46)[3174]: calling mrvlGetrsyncdCurrentStatus
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(664)[3174]: mrvlGetrsyncdCurrentStatus Return Code: 1
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(46)[3174]: calling mrvlGetWebdavCurrentStatus
Jul 27 21:30:34 Harbers-Backup local0.warn API[2016/07/27 19:30:34] nasapi.inc(664)[3174]: mrvlGetWebdavCurrentStatus Return Code: 0
Jul 27 21:30:35 Harbers-Backup local0.warn API[2016/07/27 19:30:35] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:35 Harbers-Backup local0.warn API[2016/07/27 19:30:35] nasapi.inc(46)[3174]: calling mrvlGetLanguage
Jul 27 21:30:35 Harbers-Backup local0.warn API[2016/07/27 19:30:35] nasapi.inc(664)[3174]: mrvlGetLanguage Return Code: en
Jul 27 21:30:35 Harbers-Backup local0.warn API[2016/07/27 19:30:35] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:35 Harbers-Backup local0.warn API[2016/07/27 19:30:35] nasapi.inc(46)[3174]: calling mrvlGetVolume high all
Jul 27 21:30:35 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/df
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(661)[3174]: mrvlGetVolume high all Return Code: Array():0 => Array()...
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(46)[3174]: calling mrvlGetShareUserList new
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(661)[3174]: mrvlGetShareUserList new Return Code: Array():0 => Array()...
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(46)[3174]: calling mrvlGetVolumeAddons
Jul 27 21:30:36 Harbers-Backup local0.warn API[2016/07/27 19:30:36] nasapi.inc(664)[3174]: mrvlGetVolumeAddons Return Code: 1000
Jul 27 21:30:37 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -ef
Jul 27 21:30:39 Harbers-Backup local0.warn API[2016/07/27 19:30:39] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:40 Harbers-Backup local0.warn API[2016/07/27 19:30:39] nasapi.inc(46)[3174]: calling mrvlGetLanguage
Jul 27 21:30:40 Harbers-Backup local0.warn API[2016/07/27 19:30:40] nasapi.inc(664)[3174]: mrvlGetLanguage Return Code: en
Jul 27 21:30:40 Harbers-Backup local0.warn API[2016/07/27 19:30:40] nasapi.inc(36)[3174]: nasapi: lock time = 0
Jul 27 21:30:40 Harbers-Backup local0.warn API[2016/07/27 19:30:40] nasapi.inc(46)[3174]: calling mrvlGetWebdavListShares
Jul 27 21:30:40 Harbers-Backup local0.warn API[2016/07/27 19:30:40] nasapi.inc(661)[3174]: mrvlGetWebdavListShares Return Code: Array(): => ...
Jul 27 21:30:41 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global ; USER=root ; COMMAND=/bin/ps -ef
Jul 27 21:30:43 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global2 ; USER=root ; COMMAND=/bin/df
Jul 27 21:30:43 Harbers-Backup local2.notice sudo:   nobody : TTY=unknown ; PWD=/usr/htdocs/global2 ; USER=root ; COMMAND=/bin/df /mnt/External_1


Best,

Rik
rikharbers
Donator VIP
Donator VIP
 
Posts: 30
Joined: Tue Jan 06, 2015 8:27 pm
Location: Zwitserland

Re: Commands via Web Interface fail - command line works

Postby Jocko » Thu Jul 28, 2016 8:02 am

Well that seems to be more complex...

So
- check if the data partition is rightly mounted:
post the dmesg output and
Code: Select all
mount

- try to create the folder manually
Code: Select all
/bin/mkdir -p /share/1000/Storage

(Not if you succeed, delete it
Code: Select all
rmdir  /share/1000/Storage
)
- post also
Code: Select all
 ls -l /bin/mkdir
 ls -l /bin/busybox
Jocko
Site Admin - expert
 
Posts: 11356
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Commands via Web Interface fail - command line works

Postby rikharbers » Thu Jul 28, 2016 3:33 pm

dmesg:

Code: Select all
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 2 ports detected
scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDT72505 V56O PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
sd 0:0:0:0: [sda] Attached SCSI disk
EXT3-fs (sda2): recovery required on readonly filesystem
EXT3-fs (sda2): write access will be enabled during recovery
EXT3-fs: barriers not enabled
usb 1-1.2: new high speed USB device number 3 using orion-ehci
scsi1 : usb-storage 1-1.2:1.0
EXT3-fs (sda2): recovery complete
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) readonly on device 8:2.
Freeing init memory: 128K
EXT3-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
EXT3-fs (sda2): using internal journal
scsi 1:0:0:0: Direct-Access     LaCie    HD MAX                PQ: 0 ANSI: 4
sd 1:0:0:0: [sdb] 1953422766 512-byte logical blocks: (1.00 TB/931 GiB)
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 10 00 00 00
sd 1:0:0:0: [sdb] Assuming drive cache: write through
sd 1:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 1:0:0:0: [sdb] Assuming drive cache: write through
sd 1:0:0:0: [sdb] Attached SCSI disk
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda5): warning: maximal mount count reached, running e2fsck is recommended
EXT3-fs (sda5): using internal journal
EXT3-fs (sda5): recovery complete
EXT3-fs (sda5): mounted filesystem with ordered data mode
Adding 257036k swap on /dev/sda3.  Priority:-1 extents:1 across:257036k
NTFS driver 2.1.30 [Flags: R/W MODULE].
fuse init (API version 7.16)
usbcore: registered new interface driver usblp
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
iSCSI Enterprise Target Software - version trunk
iscsi_trgt: Registered io type fileio
iscsi_trgt: Registered io type blockio
iscsi_trgt: Registered io type nullio
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.0.0)
EXT3-fs (sda6): (no)user_xattr options not supported
EXT3-fs (sda6): (no)acl options not supported
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda6): warning: maximal mount count reached, running e2fsck is recommended
EXT3-fs (sda6): using internal journal
EXT3-fs (sda6): recovery complete
EXT3-fs (sda6): mounted filesystem with ordered data mode
udevd (632): /proc/632/oom_adj is deprecated, please use /proc/632/oom_score_adj instead.
udev: starting version 130
EXT3-fs (sdb1): (no)user_xattr options not supported
EXT3-fs (sdb1): (no)acl options not supported
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sdb1): using internal journal
EXT3-fs (sdb1): recovery complete
EXT3-fs (sdb1): mounted filesystem with ordered data mode
mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled


Output of mount:

Code: Select all
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=200k)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/proc/bus/usb on /proc/bus/usb type usbfs (rw,relatime)
/dev/sda6 on /share/1000 type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
/dev/sdb1 on /rw_fs/tmp/mnt/External_1 type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)
/dev/sdb1 on /share/1000/External_1 type ext3 (rw,noatime,errors=continue,barrier=0,data=ordered)


Creating the folder manually (and deleting it) works fine.

ls -l /bin/mkdir

Code: Select all
lrwxrwxrwx  1 root root 7 2014-12-30 21:35 /bin/mkdir -> busybox


ls -l /bin/busybox

Code: Select all
-rwxr-xr-x  1 root root 908996 2013-01-25 21:15 /bin/busybox


Any help?

Thanks,

Rik
rikharbers
Donator VIP
Donator VIP
 
Posts: 30
Joined: Tue Jan 06, 2015 8:27 pm
Location: Zwitserland

Next

Return to Philips SPD8020

Who is online

Users browsing this forum: No registered users and 2 guests