Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
SMS Forum Index » SMS User Support

Post new topic   Reply to topic
A few issues Goto page Previous  1, 2, 3, 4, 5  Next
View previous topic :: View next topic  
Author Message
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Mon Nov 12, 2012 5:52 pm    Post subject: Reply with quote

gerasimos_h wrote:
ffmpeg is available in /extra/DLNA/common, you can slapt-get it but might need other files from common.
To try it use
Code:
slapt-get -i ffmpeg ffmpegthumbnailer libva


If you have problems try installing all the packages in /extra/DLNA/common, they are not big, whole directory is 14MB with ffmpeg only been 8.2MB.

As for mediainfo isn't available in SMS, I can provide you packages of mediainfo and libmediainfo if you want for SMS.

gerasimos_h

Alright, it doesn't seem to like slapt-get, but I'm not too worried, I was more just letting you know.

One problem I am running into, is that the torrentflux downloads directory on /var/smb/....whatever was unwritable for rtorrent, as well through the fileserver on Windows. How would I be able to make this folder writable 1. for torrent and 2. on Windows fileshare, like Samba @ SMS is by default (while no others are). I have tried everything in Webmin to try to make the settings match up to no avail. Has me scratching my head.

EDIT: I chmoded the folder and this solved the issue.

EDIT2: How would I go about setting the rutorrent directory to be accessed via a port, and requiring a password hopefully?
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Mon Nov 12, 2012 8:42 pm    Post subject: Reply with quote

I just tried to slapt-get ffmpeg ffmpegthumbnailer and libva and didn't had any problems.
In fact you will have a working ffmpeg if you add libtheora too.
Code:
slapt-get -i ffmpeg ffmpegthumbnailer libva libtheora


Did you get any error, while running slapt-get?

I see you found the solution for folder permissions, that happens because of torrentflux, with rtorrent and Wtorrent for instance you don't have that problem...

As for rutorrent, didn't find anything usefull, about multiuser, it's documentation on this matter, ain't telling much.
I did a google search, and the results where telling to create physical users and run multiple instances of rtorrent on different scgi ports, way too complicated and meaningless.
You decide.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Tue Nov 13, 2012 4:37 am    Post subject: Reply with quote

gerasimos_h wrote:
I just tried to slapt-get ffmpeg ffmpegthumbnailer and libva and didn't had any problems.
In fact you will have a working ffmpeg if you add libtheora too.
Code:
slapt-get -i ffmpeg ffmpegthumbnailer libva libtheora


Did you get any error, while running slapt-get?

I see you found the solution for folder permissions, that happens because of torrentflux, with rtorrent and Wtorrent for instance you don't have that problem...

As for rutorrent, didn't find anything usefull, about multiuser, it's documentation on this matter, ain't telling much.
I did a google search, and the results where telling to create physical users and run multiple instances of rtorrent on different scgi ports, way too complicated and meaningless.
You decide.

gerasimos_h

Yes, way too freaking complicated I agree. Thanks for the help. Probably easier to just put a page in from of the index with a password eventually. I missed ffmpegs dependencies meh, and originally I forgot to -u.

I want to stream a video file, and I understand fuppes is DLNA I'm not sure that is what I want... I want to just have a link that streams a certain file I have selected at the moment that can be fast forwarded/rewound etc. Any suggestion?
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Tue Nov 13, 2012 9:27 am    Post subject: Reply with quote

Another client you can use is torrentflux-NG (a.k.a torrentflux-b4rt) it has many options, to the point it confuse you, that's a reason for choosing original torrentflux.
Do a google search, and if you think you want to give it a try, I can guide you to install it.

which app needs meh? rutorrent didn't complain.

To stream a single video file, through a web page similar to http://sms.it-ccs.com/videos just create a simple html page with a flash or html5 player.

Another more advanced option is to use one of the dozens youtube like, php scripts out there.

Another option with user management and collections (photos, movies, docs) is http://www.resourcespace.org I used it in the past, and it's a great app.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Fri Nov 16, 2012 1:58 pm    Post subject: Reply with quote

uh oh! I seriously broke something... the nameserver http://[sms] have stopped functioning! I know have to access it by local ip

also, samba has stopped working, this is quite a big problem with important files being stored there!

i was messing around with trying to get a folder to share in apache... i think that is all i have changed. is there any way i can quickly reset it (maybe installing the new version to update?) or a suggestion on a way to fix it?

Sad

edit: duely noted I do still have access to the server through the local ip as well as webmin through there

on a completely unrelated note after restarting it for the first time in a long time to try to fix the issue (which did not occur immediately, rather overnight i believe) /etc/rc,d/rc.vncservers start returns permission denied :S
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Nov 16, 2012 2:32 pm    Post subject: Reply with quote

Samba must be running to get access with name (sms).
Probably you have an error in /etc/samba/smb.conf and samba ain't starting, you can restore old smb.conf back or install samba again and rename smb.conf.new to smb.conf.
Also by entering "testparm" you will check that configurations is correct in smb.conf.

You can slapt-get sms-scripts to install smsconfig to help you with some tasks, like checking state of services and editing conf files.

Last but not least what you were trying to succeed, so I can help you configure it, safely Smile

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Fri Nov 16, 2012 10:23 pm    Post subject: Reply with quote

gerasimos_h wrote:
Samba must be running to get access with name (sms).
Probably you have an error in /etc/samba/smb.conf and samba ain't starting, you can restore old smb.conf back or install samba again and rename smb.conf.new to smb.conf.
Also by entering "testparm" you will check that configurations is correct in smb.conf.

You can slapt-get sms-scripts to install smsconfig to help you with some tasks, like checking state of services and editing conf files.

Last but not least what you were trying to succeed, so I can help you configure it, safely Smile

gerasimos_h


Code:
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[Samba @ SMS]"
Processing section "[FAXES]"
Processing section "[TorrentFlux Downloads]"
Processing section "[rtorrent]"
WARNING: The security=share option is deprecated
Loaded services file OK.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
        server string = SMS Samba Server
        security = SHARE
        log file = /var/log/samba.%m
        max log size = 50
        max protocol = SMB2
        server signing = auto
        domain master = No
        ldap ssl = no
        idmap config * : backend = tdb
        guest ok = Yes

[Samba @ SMS]
        path = /var/smb/samba/
        read only = No

[FAXES]
        path = /var/spool/hylafax/recvq/
        read only = No

[TorrentFlux Downloads]
        path = /var/smb/tflux_downloads/
        read only = No

[rtorrent]
        path = /var/smb/rtorrent
        read only = No
        delete readonly = Yes


EDIT: /sbin/smsconfig: line 2520: /etc/rc.d/rc.vncservers: Permission denied

this i what happens when trying to start the vnc server now...
i tried rerunning netconfig to no avail

i was trying to get a virtual server to open up at a certain folder accessable through a port (kind of like how webmin is) but i decided against it eventually.
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Nov 16, 2012 10:56 pm    Post subject: Reply with quote

What's the output of
Code:
smsconfig smb st
smsconfig vnc st

If they are disabled do
Code:
smscofnig smb on
smscofnig smb start
smsconfig vnc on
smscofnig vnc start


Also "delete readonly = yes" it's not needed, you just have to change guest user of samba to be the same as the one running rtorrent, and then you will have full permissions, to delete modify files.

Also output of logs are quite useful, while running samba.

Code:
tail -100 /var/log/syslog
tail -100 /var/log/messages
tail -100 /var/log/samba/log.smbd
tail -100 /var/log/samba/log.nmbd


gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Fri Nov 16, 2012 11:19 pm    Post subject: Reply with quote

gerasimos_h wrote:
What's the output of
Code:
smsconfig smb st
smsconfig vnc st

If they are disabled do
Code:
smscofnig smb on
smscofnig smb start
smsconfig vnc on
smscofnig vnc start


Also "delete readonly = yes" it's not needed, you just have to change guest user of samba to be the same as the one running rtorrent, and then you will have full permissions, to delete modify files.

Also output of logs are quite useful, while running samba.

Code:
tail -100 /var/log/syslog
tail -100 /var/log/messages
tail -100 /var/log/samba/log.smbd
tail -100 /var/log/samba/log.nmbd


gerasimos_h


samba was disabled, it says it is started now, but still not accessible in any way shape or form...
Service samba [ Running ] [ 12920 12914 ]

vnc still wont start

Code:


Starting VNC server: 0:root
Warning: serv:0 is taken because of /tmp/.X11-unix/X0
Remove this file if there is no X server serv:0
A VNC server is already running as :0
failure
Honestly can't figure out how to delete that file through telnet meh

and heres those logs you asked for

Code:
Nov 16 05:45:08 serv kernel: [    6.257181] EXT3-fs (sda2): error: couldn't mount because of unsupported optional features (240)
Nov 16 05:45:08 serv kernel: [    6.277175] EXT2-fs (sda2): error: couldn't mount because of unsupported optional features (240)
Nov 16 05:45:08 serv kernel: [    8.969424] intel_rng: Firmware space is locked read-only. If you can't or
Nov 16 05:45:08 serv kernel: [    8.969427] intel_rng: don't want to disable this in firmware setup, and if
Nov 16 05:45:08 serv kernel: [    8.969429] intel_rng: you are certain that your system has a functional
Nov 16 05:45:08 serv kernel: [    8.969431] intel_rng: RNG, try using the 'no_fwh_detect' option.
Nov 16 05:45:08 serv kernel: [   12.510745] intel_rng: Firmware space is locked read-only. If you can't or
Nov 16 05:45:08 serv kernel: [   12.510748] intel_rng: don't want to disable this in firmware setup, and if
Nov 16 05:45:08 serv kernel: [   12.510751] intel_rng: you are certain that your system has a functional
Nov 16 05:45:08 serv kernel: [   12.510753] intel_rng: RNG, try using the 'no_fwh_detect' option.
Nov 16 05:45:08 serv kernel: [   17.821130] intel_rng: Firmware space is locked read-only. If you can't or
Nov 16 05:45:08 serv kernel: [   17.821134] intel_rng: don't want to disable this in firmware setup, and if
Nov 16 05:45:08 serv kernel: [   17.821137] intel_rng: you are certain that your system has a functional
Nov 16 05:45:08 serv kernel: [   17.821139] intel_rng: RNG, try using the 'no_fwh_detect' option.
Nov 16 05:45:31 serv slapd[2343]: sql_select option missing
Nov 16 05:45:31 serv slapd[2343]: auxpropfunc error no mechanism available
Nov 16 05:53:40 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:01:06 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:08:32 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:15:58 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:23:24 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:30:50 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:38:16 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:45:42 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 06:53:09 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:00:36 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:08:02 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:15:29 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:22:55 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:30:21 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:37:47 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:45:13 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 07:52:39 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:00:06 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:07:32 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:14:58 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:22:24 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:29:50 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:37:16 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:44:42 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:52:08 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 08:59:35 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:07:01 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:14:27 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:21:53 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:29:19 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:36:45 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:44:11 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:51:37 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 09:59:03 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:06:29 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:13:55 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:21:21 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:28:47 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:36:14 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:43:40 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:51:06 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 10:58:32 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:05:58 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:13:24 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:20:50 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:28:16 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:35:42 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:43:08 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:50:34 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 11:58:00 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:05:26 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:12:52 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:20:19 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:27:45 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:35:11 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:42:37 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:50:03 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 12:57:29 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:04:55 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:12:21 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:19:47 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:27:13 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:34:39 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:42:05 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:49:32 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 13:56:58 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:04:24 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:11:50 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:19:16 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:22:46 serv smbd[11936]: [2012/11/16 14:22:46.470246,  0] lib/pidfile.c:146(pidfile_create)
Nov 16 14:22:46 serv smbd[11936]:   ERROR: smbd is already running. File /var/run/smbd.pid exists and process id 2482 is running.
Nov 16 14:26:42 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:34:08 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:41:34 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:49:00 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 14:54:51 serv kernel: [33001.580084] serial8250: too much work for irq18
Nov 16 14:54:51 serv kernel: [33001.585085] serial8250: too much work for irq18
Nov 16 14:54:51 serv kernel: [33001.587085] serial8250: too much work for irq18
Nov 16 14:54:51 serv kernel: [33001.588896] serial8250: too much work for irq18
Nov 16 14:54:51 serv kernel: [33001.676084] serial8250: too much work for irq18
Nov 16 14:54:52 serv kernel: [33002.155068] hub 4-0:1.0: unable to enumerate USB device on port 2
Nov 16 14:56:26 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 15:03:52 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
Nov 16 15:11:18 serv FaxQueuer[2340]: MODEM /dev/ttyS0 appears to be wedged
root@serv:/#


Code:
Nov 16 13:04:55 serv FaxGetty[9852]: CLOSE /dev/ttyS0
Nov 16 13:04:55 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:04:55 serv FaxGetty[9974]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:07:04 serv FaxGetty[9974]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:12:21 serv FaxGetty[9974]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:12:21 serv FaxGetty[9974]: CLOSE /dev/ttyS0
Nov 16 13:12:21 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:12:21 serv FaxGetty[10083]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:12:22 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 13:14:30 serv FaxGetty[10083]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:19:47 serv FaxGetty[10083]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:19:47 serv FaxGetty[10083]: CLOSE /dev/ttyS0
Nov 16 13:19:47 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:19:47 serv FaxGetty[10190]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:21:56 serv FaxGetty[10190]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:27:13 serv FaxGetty[10190]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:27:13 serv FaxGetty[10190]: CLOSE /dev/ttyS0
Nov 16 13:27:13 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:27:13 serv FaxGetty[10295]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:27:15 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 13:29:22 serv FaxGetty[10295]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:34:39 serv FaxGetty[10295]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:34:39 serv FaxGetty[10295]: CLOSE /dev/ttyS0
Nov 16 13:34:39 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:34:39 serv FaxGetty[10414]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:36:48 serv FaxGetty[10414]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:42:05 serv FaxGetty[10414]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:42:05 serv FaxGetty[10414]: CLOSE /dev/ttyS0
Nov 16 13:42:05 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:42:06 serv FaxGetty[10520]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:42:07 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 13:44:14 serv FaxGetty[10520]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:49:32 serv FaxGetty[10520]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:49:32 serv FaxGetty[10520]: CLOSE /dev/ttyS0
Nov 16 13:49:32 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:49:32 serv FaxGetty[10671]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:51:40 serv FaxGetty[10671]: /dev/ttyS0: Can not initialize modem.
Nov 16 13:56:58 serv FaxGetty[10671]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 13:56:58 serv FaxGetty[10671]: CLOSE /dev/ttyS0
Nov 16 13:56:58 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 13:56:58 serv FaxGetty[10776]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 13:57:03 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 13:59:06 serv FaxGetty[10776]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:04:24 serv FaxGetty[10776]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:04:24 serv FaxGetty[10776]: CLOSE /dev/ttyS0
Nov 16 14:04:24 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:04:24 serv FaxGetty[10900]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:06:32 serv FaxGetty[10900]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:11:50 serv FaxGetty[10900]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:11:50 serv FaxGetty[10900]: CLOSE /dev/ttyS0
Nov 16 14:11:50 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:11:50 serv FaxGetty[11696]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:11:51 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 14:13:58 serv FaxGetty[11696]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:19:16 serv FaxGetty[11696]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:19:16 serv FaxGetty[11696]: CLOSE /dev/ttyS0
Nov 16 14:19:16 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:19:16 serv FaxGetty[11805]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:21:24 serv FaxGetty[11805]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:26:42 serv FaxGetty[11805]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:26:42 serv FaxGetty[11805]: CLOSE /dev/ttyS0
Nov 16 14:26:42 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:26:42 serv FaxGetty[12091]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:26:44 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 14:28:51 serv FaxGetty[12091]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:34:08 serv FaxGetty[12091]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:34:08 serv FaxGetty[12091]: CLOSE /dev/ttyS0
Nov 16 14:34:08 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:34:08 serv FaxGetty[12328]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:36:17 serv FaxGetty[12328]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:41:34 serv FaxGetty[12328]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:41:34 serv FaxGetty[12328]: CLOSE /dev/ttyS0
Nov 16 14:41:34 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:41:34 serv FaxGetty[12445]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:41:37 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 14:43:43 serv FaxGetty[12445]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:47:10 serv clamd[2350]: Reading databases from /usr/share/clamav
Nov 16 14:47:17 serv clamd[2350]: Database correctly reloaded (1324149 signatures)
Nov 16 14:49:00 serv FaxGetty[12445]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:49:00 serv FaxGetty[12445]: CLOSE /dev/ttyS0
Nov 16 14:49:00 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:49:00 serv FaxGetty[12592]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:51:09 serv FaxGetty[12592]: /dev/ttyS0: Can not initialize modem.
Nov 16 14:56:26 serv FaxGetty[12592]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 14:56:26 serv FaxGetty[12592]: CLOSE /dev/ttyS0
Nov 16 14:56:26 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 14:56:26 serv FaxGetty[12697]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 14:58:35 serv FaxGetty[12697]: /dev/ttyS0: Can not initialize modem.
Nov 16 15:00:03 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 15:03:52 serv FaxGetty[12697]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 15:03:52 serv FaxGetty[12697]: CLOSE /dev/ttyS0
Nov 16 15:03:52 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 15:03:52 serv FaxGetty[12821]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 15:06:01 serv FaxGetty[12821]: /dev/ttyS0: Can not initialize modem.
Nov 16 15:11:18 serv FaxGetty[12821]: Unable to setup modem on /dev/ttyS0; giving up after 2 attempts
Nov 16 15:11:18 serv FaxGetty[12821]: CLOSE /dev/ttyS0
Nov 16 15:11:18 serv FaxQueuer[2340]: MODEM WEDGED: bin/wedged 'ttyS0' '/dev/ttyS0'
Nov 16 15:11:18 serv FaxGetty[12976]: OPEN /dev/ttyS0  HylaFAX (tm) Version 5.5.1
Nov 16 15:11:21 serv clamd[2350]: SelfCheck: Database status OK.
Nov 16 15:13:27 serv FaxGetty[12976]: /dev/ttyS0: Can not initialize modem.


Code:


[2012/10/30 22:53:31,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/10/31 18:11:54,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/01 15:33:54,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/01 22:31:43,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/06 19:45:55,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:48:16,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:48:42,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:54:39,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 05:46:10,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 14:22:45,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 15:08:18,  0] smbd/server.c:1053(main)
  smbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
root@serv:/#


Code:


  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/10/31 18:10:06,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/10/31 18:11:55,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/10/31 18:12:18,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/01 15:32:10,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/01 15:33:55,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/01 15:34:18,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/01 22:30:00,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/01 22:31:43,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/01 22:32:06,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/06 19:45:56,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/06 19:46:19,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/12 09:48:16,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/12 09:48:16,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:48:16,  0] lib/pidfile.c:146(pidfile_create)
  ERROR: nmbd is already running. File /var/run/nmbd.pid exists and process id 2            427 is running.
[2012/11/12 09:48:42,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:49:05,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/12 09:54:34,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/12 09:54:39,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/12 09:55:02,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/16 05:44:13,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/16 05:46:11,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 05:46:34,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/16 14:22:45,  0] nmbd/nmbd.c:66(terminate)
  Got SIGTERM: going down...
[2012/11/16 14:22:46,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 14:23:09,  0] nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
  *****

  Samba name server SERV is now a local master browser for workgroup WORKGROUP o            n subnet 192.168.0.3

  *****
[2012/11/16 15:08:19,  0] nmbd/nmbd.c:861(main)
  nmbd version 3.6.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2012/11/16 15:08:19,  0] lib/pidfile.c:146(pidfile_create)
  ERROR: nmbd is already running. File /var/run/nmbd.pid exists and process id 1            1939 is running.
root@serv:/#
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Nov 16, 2012 11:31 pm    Post subject: Reply with quote

To fix VNC do
Code:
rm -rf /tmp/.X11-unix/X0

Although I set to delete leftovers from a power failure,still problem exist some times.

fix also fax server, disable it for not spamming your mailbox
Code:
smsconfig fax off


Also seems samba started twice, do a
Code:
smsconfig smb stop
smsconfig smb start


Do you have an idea how samba get disabled?

Try to run "smbtree " to see if shares are visible.

If you have a login (PM me), I can login to see what might have happened, or we can figure it out from here.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Sat Nov 17, 2012 4:41 am    Post subject: Reply with quote

gerasimos_h wrote:
To fix VNC do
Code:
rm -rf /tmp/.X11-unix/X0

Although I set to delete leftovers from a power failure,still problem exist some times.

fix also fax server, disable it for not spamming your mailbox
Code:
smsconfig fax off


Also seems samba started twice, do a
Code:
smsconfig smb stop
smsconfig smb start


Do you have an idea how samba get disabled?

Try to run "smbtree " to see if shares are visible.

If you have a login (PM me), I can login to see what might have happened, or we can figure it out from here.

gerasimos_h


smbtree returns nothing, should I run it with options?

all i have done recently to samba is to add the rtorrent directory

i messed more with apache... but i dont remember changing anything without reseting it
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Sat Nov 17, 2012 3:49 pm    Post subject: Reply with quote

By typing "smbtree" and pressing enter, you should see something like..

Code:
WORKGROUP
        \\SERV                           SMS Samba Server
                \\SMS\IPC$              IPC Service (SMS Samba Server)
                \\SMS\rtorrent
                \\SMS\TorrentFlux Downloads
                \\SMS\FAXES
                \\SMS\Samba @ SMS


Is hostname setup properly, after running netconfig?
Code:
grep $(hostname) /etc/httpd/httpd.conf
cat /etc/hosts
cat /etc/HOSTNAME


What's the output of
Code:
nmap 127.0.0.1


Does anyone have access to your server?
I'm worried how rc.samba and rc.vncservers become not executable, unless you did it accidentally.

Did you follow the Secure and optimize guide at
http://sms.it-ccs.com/forum/viewforum.php?f=9

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Sat Nov 17, 2012 4:06 pm    Post subject: Reply with quote

gerasimos_h wrote:
By typing "smbtree" and pressing enter, you should see something like..

Code:
WORKGROUP
        \\SERV                           SMS Samba Server
                \\SMS\IPC$              IPC Service (SMS Samba Server)
                \\SMS\rtorrent
                \\SMS\TorrentFlux Downloads
                \\SMS\FAXES
                \\SMS\Samba @ SMS


Is hostname setup properly, after running netconfig?
Code:
grep $(hostname) /etc/httpd/httpd.conf
cat /etc/hosts
cat /etc/HOSTNAME


What's the output of
Code:
nmap 127.0.0.1


Does anyone have access to your server?
I'm worried how rc.samba and rc.vncservers become not executable, unless you did it accidentally.

Did you follow the Secure and optimize guide at
http://sms.it-ccs.com/forum/viewforum.php?f=9

gerasimos_h


Code:
root@serv:/# smbtree
Enter root's password:
root@serv:/# grep $(hostname) /etc/httpd/httpd.conf
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# server as "/usr//var/log/httpd/foo.log".
# ServerRoot: The top of the directory tree under which the server's
# running httpd, as with most system services.
# 'Main' server configuration
# server, which responds to any requests that aren't handled by a
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
ServerAdmin root@serv.serv
# ServerName gives the name and port that the server uses to identify itself.
ServerName serv:80
# DocumentRoot: The directory out of which you will serve your
# to which services and features are allowed and/or disabled in that
    # Controls who can get stuff from this server.
# DirectoryIndex: sets the file that Apache will serve if a directory
    # exist in your server's namespace, but do not anymore. The client
    # If you include a trailing / on /webpath then the server will
    # ScriptAlias: This controls which directories contain server scripts.
    # run by the server when requested rather than as documents sent to the
    # ScriptSock: On threaded servers, designate the path to the UNIX
# DefaultType: the default MIME type the server will use for a document
# If your server contains mostly text or HTML documents, "text/plain" is
    # actions unrelated to filetype. These can be either built into the server
    # To parse .shtml files for server-side includes (SSI):
# The mod_mime_magic module allows the server to use various hints from the
#ErrorDocument 500 "The server made a boo boo."
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted
# the server, or you may simply copy their contents here and change as
<VirtualHost serv:4242>
root@serv:/# cat /etc/hosts
#
# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.  Just add the names, addresses
#               and any aliases to this file...
#
# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1
# should NEVER be named with the name of the machine.  It causes problems
# for some (stupid) programs, irc and reputedly talk. :^)
#

# For loopbacking.
127.0.0.1               localhost
192.168.0.3             serv.serv serv

# End of hosts.

root@serv:/# cat /etc/HOSTNAME
serv.serv
root@serv:/# nmap 127.0.0.1

Starting Nmap 6.01 ( http://nmap.org ) at 2012-11-17 07:57 CST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000012s latency).
Not shown: 977 closed ports
PORT      STATE SERVICE
21/tcp    open  ftp
22/tcp    open  ssh
25/tcp    open  smtp
37/tcp    open  time
53/tcp    open  domain
80/tcp    open  http
81/tcp    open  hosts2-ns
110/tcp   open  pop3
113/tcp   open  ident
139/tcp   open  netbios-ssn
143/tcp   open  imap
389/tcp   open  ldap
443/tcp   open  https
445/tcp   open  microsoft-ds
631/tcp   open  ipp
783/tcp   open  spamassassin
993/tcp   open  imaps
995/tcp   open  pop3s
5000/tcp  open  upnp
5800/tcp  open  vnc-http
5900/tcp  open  vnc
6000/tcp  open  X11
10000/tcp open  snet-sensor-mgmt

Nmap done: 1 IP address (1 host up) scanned in 0.68 seconds
root@serv:/#


I had not ran that, but the only ports available to the outside of the network at for a minecraft server and torrent client forwards. i made 80 available for like, one day for personal testing but noone should have accessed it. I will try the secure thing now.

Code:
root@serv:/# smsconfig secure

+----------------------------------------------------+
|     SMS - Securing and Optimizing your Server      |
+----------------------------------------------------+
| This script will help you to change all default    |
| passwords for all default users and services.      |
| Press any key to continue or (Ctrl+C) to exit.     |
+----------------------------------------------------+

Changing password for administrator
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Re-enter new password:
passwd: password changed.

+-------------------------------+
| Manage users login:           |
+-------------------------------+
spamduser
vmail
dovecot
administrator
Do you want to disable shell access to those users? (y/n):
n

+-------------------------------+
| Manage ftp users:             |
+-------------------------------+
(Y)Change passwords (D)Delete all ftp users (S)Skip
y
Changing password for ftpuser
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Re-enter new password:
passwd: password changed.
Changing password for webftp
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
New password:
Re-enter new password:
passwd: password changed.

+-------------------------------+
| Manage OpenLDAP users:        |
+-------------------------------+
Enter new password for OpenLDAP's root:
Enter new password for uid=Administrator,ou=virtualusers,o=virtualmail,dc=serv,dc=serv:
ldap_bind: Invalid credentials (49)
Starting OpenLDAP Server

+-------------------------------+
| Manage MySQL users:           |
+-------------------------------+
Enter new password for MySQL's root:
121117 08:04:48 mysqld_safe Logging to '/var/lib/mysql/serv.err'.
121117 08:04:48 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Choose password for database sqlgrey:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Choose password for database weberp:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

+-------------------------------+
| Manage Webmin login:          |
+-------------------------------+
Choose password for admin user:
Updated password of Webmin user admin

+-------------------------------+
| Manage Web apps:              |
+-------------------------------+
Are you going to use Torrentflux? (y/n)
y
Enter a password for database torrentflux:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Are you going to use webERP? (y/n)
n
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

+-------------------------------+
| Manage Samba network access:  |
+-------------------------------+
Do you want to limit samba access to your network only [192.168.0.]? (y/n)

y

+----------------------------------------------------+
|            Configuration completed                 |
+----------------------------------------------------+


Those errors do not look good to so that least, and now MySQL is broken on torrentflux and likely elsewhere.
Back to top
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Sat Nov 17, 2012 5:05 pm    Post subject: Reply with quote

Mysql reset didn't work, we have to do it manual, I set longer sleep between commands in newer smsconfig to avoid that.

I can reproduce you problem of smbtree by having no proper IP, or network.

what's the output of
Code:
ifconfig -a
cat /etc/resolv.conf
route


Do you have a router that act as DNS in your network e.g. speedtouch?
for instance if you setup a static IP for SMS on the router and now SMS have another IP.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
yumcake
Member


Joined: 31 Oct 2012
Posts: 44

PostPosted: Sat Nov 17, 2012 6:01 pm    Post subject: Reply with quote

gerasimos_h wrote:
Mysql reset didn't work, we have to do it manual, I set longer sleep between commands in newer smsconfig to avoid that.

I can reproduce you problem of smbtree by having no proper IP, or network.

what's the output of
Code:
ifconfig -a
cat /etc/resolv.conf
route


Do you have a router that act as DNS in your network e.g. speedtouch?
for instance if you setup a static IP for SMS on the router and now SMS have another IP.

gerasimos_h


I have had a static IP on the router since creation

Looks all good here...


eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 [x] prefixlen 64 scopeid 0x20<link>
ether [x] txqueuelen 1000 (Ethernet)
RX packets 29569581 bytes 455878300 (434.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 47355298 bytes 934407201 (891.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 1891995 bytes 5132447804 (4.7 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1891995 bytes 5132447804 (4.7 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@serv:/# cat /etc/resolv.conf
search serv
nameserver 156.154.70.22
root@serv:/# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.0.1 0.0.0.0 UG 1 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
localnet * 255.255.255.0 U 0 0 0 eth0

[x] was excluded[/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SMS Forum Index » SMS User Support All times are GMT + 2 Hours
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

SMS - Superb! Mini Server Project © 2016
Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional