Admin console not accessable after 15-1 update

Admin console not accessable after 15-1 update

Postby brinka123 » Tue Feb 18, 2014 7:37 pm

Hi,

Any one have the same issue? I can't reproduce this, but the Administration console is sometimes not reachable.
I think after using transmission. But I am not sure. Had to reboot the disk, to get it working again.
The disk works fine...

This happens since 15-1 upgrade.

Regards.
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: Admin console not accessable after 15-1 update

Postby Jocko » Tue Feb 18, 2014 7:46 pm

Hi brinka

Currently fvdw and me don't have your issue.

I don't think that transmission can do this : there is no change with the transmission feature.

What are the running servers on your nwsp2? btsync and mldonkey can use many memory ressources

before restarting, try to open a shell terminal and do this command
Code: Select all
ps axf
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Admin console not accessable after 15-1 update

Postby brinka123 » Tue Feb 18, 2014 8:16 pm

No response from ps axf ....

When I do ps -ef processes are shown but don't get the command prompt back...

Could it be nzbget ?? Had never problems with this...
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: Admin console not accessable after 15-1 update

Postby fvdw » Tue Feb 18, 2014 8:20 pm

please check free space on the disk
give the command
Code: Select all
df

And see how much free space /dev/root has

It looks like that you have filled up the system partition with a download or so, this might happen if the files you download are not stored on partition 8
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Admin console not accessable after 15-1 update

Postby brinka123 » Tue Feb 18, 2014 8:23 pm

root@NetworkSpace2:/ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 247968 178992 56176 76% /
/dev/sda1 247968 178992 56176 76% /
/dev/sda5 790556 17576 764948 2% /rw_fs
tmpfs 5000 748 4252 15% /rw_fs/tmp/usr/var
/dev/sda8 958609700 689601196 259269584 73% /share/1000
/dev/root 198368 126032 62096 67% /lacie-boot
root@NetworkSpace2:/ #

No problem according to me...
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: Admin console not accessable after 15-1 update

Postby Jocko » Tue Feb 18, 2014 8:27 pm

No you have a problem on sda5 ! (very few free space)

So in putty, search if there are big files in the folder /tmp or /rw_fs
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Admin console not accessable after 15-1 update

Postby fvdw » Tue Feb 18, 2014 8:29 pm

yep jocko is right you have something big stored on sda5
sda5 is mounted on the directory /rw_fs

do a directory listing of that folder to find out what is in there
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Admin console not accessable after 15-1 update

Postby brinka123 » Tue Feb 18, 2014 8:42 pm

Did some investigation, looks like locking.tdb is a big file....
root@NetworkSpace2:/rw_fs/tmp/usr/var/locks # ls -al
total 748
drwxr-xr-x 4 root root 440 2014-02-18 21:32 .
drwxrwxrwt 3 root root 60 2014-02-16 09:18 ..
-rw------- 1 root root 4096 2014-02-16 09:18 account_policy.tdb
-rw-r--r-- 1 root root 45056 2014-02-18 19:09 brlock.tdb
-rw-r--r-- 1 root root 219 2014-02-18 21:32 browse.dat
-rw-r--r-- 1 root root 12288 2014-02-18 20:24 connections.tdb
-rw-r--r-- 1 root root 696 2014-02-16 09:18 gencache.tdb
-rw------- 1 root root 4096 2014-02-16 09:18 group_mapping.tdb
-rw-r--r-- 1 root root 614400 2014-02-18 20:50 locking.tdb
-rw------- 1 root root 4096 2014-02-16 10:44 messages.tdb
-rw-r--r-- 1 root root 5 2014-02-16 09:18 nmbd.pid
-rw-r--r-- 1 root root 4096 2014-02-18 18:59 notify.tdb
-rw------- 1 root root 4096 2014-02-16 09:18 ntdrivers.tdb
-rw------- 1 root root 696 2014-02-16 09:18 ntforms.tdb
-rw------- 1 root root 4096 2014-02-16 09:18 ntprinters.tdb
drwxr-xr-x 2 root root 40 2014-02-16 09:18 perfmon
drwxr-xr-x 2 root root 40 2014-02-16 09:18 printing
-rw------- 1 root root 16384 2014-02-16 09:18 registry.tdb
-rw-r--r-- 1 root root 20480 2014-02-18 20:24 sessionid.tdb
-rw------- 1 root root 4096 2014-02-16 09:20 share_info.tdb
-rw-r--r-- 1 root root 5 2014-02-16 09:18 smbd.pid
-rw-r--r-- 1 root root 8192 2014-02-17 23:04 unexpected.tdb
root@NetworkSpace2:/rw_fs/tmp/usr/var/locks #
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Re: Admin console not accessable after 15-1 update

Postby Jocko » Tue Feb 18, 2014 8:46 pm

You could use the command du to find easily the big file
Code: Select all
du -ha /rw_fs


Note: currently my locking file is
Code: Select all
root@Kappa:/ # ls -al   /rw_fs/tmp/usr/var/locks/locking.tdb
-rw-r--r--  1 root root 262144 2014-02-18 19:04 /rw_fs/tmp/usr/var/locks/locking.tdb

so the size of your file is not big (~600kB)
the sda5 size is ~772MB
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Admin console not accessable after 15-1 update

Postby brinka123 » Tue Feb 18, 2014 8:46 pm

Hmmmm... Samba....
brinka123
Donator VIP
Donator VIP
 
Posts: 126
Joined: Sat Nov 17, 2012 3:06 pm

Next

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 3 guests