Re: [slim] Slim 6.5.1 just hangs- will not run

2007-05-02 Thread rmassey

Well I decided my Windows 2003 server was just running slow in general
(Windoze Bloat).  I have been running three years on the original
install mostly without problems, but lately it's been getting slower
and slower.  So time for a reinstall from scratch.  

I reinstalled today and after all the MS updates, Active dir, Domain
creation, users, network share, printers, blah, blah, blah I
installed todays version of Slim 6.5.2 - So far things seem to be
running well, but it's still indexing my 29,xxx (flac + mp3)
collection.  Fingers crossed that I have overcome whatever gremlins
were causing me problems. 

One interesting thing I found in the Windows Services UI, was a bit
about if the service fails to start, set it to restart, 2nd failure ...
set to restart,  third failure... set to restart.  I did this to see if
it overcomes any failed services for Slim and/or the MySQL service too.


-- 
rmassey

rmassey's Profile: http://forums.slimdevices.com/member.php?userid=1495
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-20 Thread y360

After you run netstat, open up the windows 'task manager'
(ctrl-alt-delete) and correlate the last number on each netstat line
with Task Manager's PID column to find out what's running on the 9000
port


-- 
y360

y360's Profile: http://forums.slimdevices.com/member.php?userid=10150
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-19 Thread rmassey

netstat -ao gives me this...

TCPfs01:9000  fs01.massey.local:0LISTENING  
1276

TCPfs01:9000  fs01.massey.local:16618  ESTABLISHED   
1276
TCPfs01:9000  fs01.massey.local:16673  ESTABLISHED   
1276

TCPfs01:16618 fs01.massey.local:9000  ESTABLISHED
3644
TCPfs01:16672 fs01.massey.local:9000  TIME_WAIT  
0
TCPfs01:16673 fs01.massey.local:9000  ESTABLISHED
3644

TCPfs01:9000  AMD3500:3243   ESTABLISHED
1276


fs01 is my server name
massey is the domain
AMD3500 is a workstation connected tothe domain

Does the above look OK, or anything look incorrect?

TIA


-- 
rmassey

rmassey's Profile: http://forums.slimdevices.com/member.php?userid=1495
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-18 Thread rmassey

y360;195752 Wrote: 
> Checkpoint's VPN client SecuRemote/SecureClient is using port 9000
> 
> If you have it installed you need to shut it down, run slimserver,
> change the port via the slimserver web UI, then restart the vpn client
> 
> You can also run netstat -ao to see what process is listening on port
> 9000

Nope, not running anything else on 9000, I'll check again with netstat.
thanks.


-- 
rmassey

rmassey's Profile: http://forums.slimdevices.com/member.php?userid=1495
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-18 Thread rmassey

bukharin;195736 Wrote: 
> I guess a few things to try:
> 
> 1) are you sure you're pointing your browser to the correct address?
> Try http://127.0.0.1:9000 (without the :9000 it won't work)
> 
> Yes, I confirmed correct Address is being used
> 
> 2) is there a firewall blocking access to port 9000?
> 
> Nope
> 
> 3) it may also be worth trying to connect to the server with
> softsqueeze, to see if the problem is just with the http server (which
> btw is totally separate from IIS)
> 
> I'll give this a try
> 
> 4) I don't know where slimserver keeps its logs in Windows, but if
> there's a logfile somewhere, this may provide some clues
> 
> No idea either, thanks for the idea.
> 
> Good luck!

thanks for your comments :)


-- 
rmassey

rmassey's Profile: http://forums.slimdevices.com/member.php?userid=1495
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-18 Thread y360

Checkpoint's VPN client SecuRemote/SecureClient is using port 9000

If you have it installed you need to shut it down, run slimserver,
change the port via the slimserver web UI, then restart the vpn client

You can also run netstat -ao to see what process is listening on port
9000


-- 
y360

y360's Profile: http://forums.slimdevices.com/member.php?userid=10150
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-18 Thread bpa

You should use Task Manager or download Process Explorer to check for a
process called Slim.exe.  If it is not running then Slimserver is not
running regardless of what SlimTray say.

In 6.5.1 - depending on how Slimserver is set up and started SlimTray
is unreliable when reporting whether Slimserver is running or not.  You
should upgrade to 6.5.2 to fix this problem.

If another app (typically WMP 11) is running and using port 9000 -
Slimserver will fail to start.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Slim 6.5.1 just hangs- will not run

2007-04-17 Thread bukharin

I guess a few things to try:

1) are you sure you're pointing your browser to the correct address?
Try http://127.0.0.1:9000 (without the :9000 it won't work)

2) is there a firewall blocking access to port 9000?

3) it may also be worth trying to connect to the server with
softsqueeze, to see if the problem is just with the http server (which
btw is totally separate from IIS)

4) I don't know where slimserver keeps its logs in Windows, but if
there's a logfile somewhere, this may provide some clues

Good luck!


-- 
bukharin

bukharin's Profile: http://forums.slimdevices.com/member.php?userid=10859
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Slim 6.5.1 just hangs- will not run

2007-04-17 Thread rmassey

I cannot get SlimServer 6.5.1 to run any more on my server.  I run
Windows 2003 std server and have a raid5 setup with 4x250s. 

Anyway,  I reboot, I uninstall, I reinstall, I uninstall, I reinstall
to another dir, I completely remove any/all files, I reboot again, I
reinstall it again  till I am blue in the face. 
It shows slimserver running in the task bar, but when I try to open a
browser it just hangs and is non responsive.  WTF is going on?  DO I
have an IIS/webserver issue or what?  How/what else can I check here?

I simply cannot resolve this issue and both my SB2 and SB3 are useless
without a functional slim server.

Any suggestions?


-- 
rmassey

rmassey's Profile: http://forums.slimdevices.com/member.php?userid=1495
View this thread: http://forums.slimdevices.com/showthread.php?t=34560

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss