Koozali.org: home of the SME Server

502 bad gateway, whenever using server-manager through https

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« on: April 07, 2007, 10:52:13 AM »
with the topic suggested, i tried to restart the apache server

Code: [Select]
/etc/init.d/httpd restart

but only to get

Code: [Select]
Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address
 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]


so, what will be the solution?

it happened after i installed smeserver-userpanel through:

Code: [Select]
yum --enablerepo=smedev install smeserver-userpanel
given in http://forums.contribs.org/index.php?topic=35530.0

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: 502 bad gateway, whenever using server-manager through h
« Reply #1 on: April 07, 2007, 11:32:26 AM »
Quote from: "csj_84"
with the topic suggested, i tried to restart the apache server

Code: [Select]
/etc/init.d/httpd restart

but only to get

Code: [Select]
Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address
 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]


so, what will be the solution?

it happened after i installed smeserver-userpanel through:

Code: [Select]
yum --enablerepo=smedev install smeserver-userpanel
given in http://forums.contribs.org/index.php?topic=35530.0
It seems you have some problem with the httpd daemon. A reboot should fix this the easiest way I think as to me it seems to be a problem with lock files. There has been a script in the forums, bugtracker or wiki but I think a reboot should also fix this.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline raem

  • *
  • 3,972
  • +4/-0
Re: 502 bad gateway, whenever using server-manager through h
« Reply #2 on: April 07, 2007, 03:39:49 PM »
csj_84

> /etc/init.d/httpd restart

wrong command, try
/etc/rc7.d/S86httpd-e-smith restart
/etc/rc7.d/S86httpd-admin restart
...

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: 502 bad gateway, whenever using server-manager through h
« Reply #3 on: April 08, 2007, 05:07:44 AM »
Quote from: "cactus"
There has been a script in the forums, bugtracker or wiki but I think a reboot should also fix this.


http://forums.contribs.org/index.php?topic=33171.0
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #4 on: April 08, 2007, 08:42:20 AM »
i've tried restarting the server, with:
Code: [Select]
signal-event post-upgrade; signal-event reboot
it still produces the same result - 443 port used (even though port numbers changed to 60000, 1024, and 10001)
does it have to do with upgrading the smeserver-userpanel (from smedev) and the removal of e-smith-userpanel?

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
502 bad gateway, whenever using server-manager through https
« Reply #5 on: April 08, 2007, 09:54:49 AM »
Quote from: "csj_84"
i've tried restarting the server, with:
Code: [Select]
signal-event post-upgrade; signal-event reboot
it still produces the same result - 443 port used (even though port numbers changed to 60000, 1024, and 10001)
does it have to do with upgrading the smeserver-userpanel (from smedev) and the removal of e-smith-userpanel?
It could be... I think you should file it as a bug in the bugtracker against the smeserver-userpanel contrib. Perhaps the author of the contrib can help.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #6 on: April 08, 2007, 10:46:58 AM »
Can someone explain this ?

Quote
(even though port numbers changed to 60000, 1024, and 10001)
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #7 on: April 08, 2007, 11:35:29 AM »
Quote from: "william_syd"
Can someone explain this ?

Quote
(even though port numbers changed to 60000, 1024, and 10001)


i tried to change the listening port number for ssl from 0.0.0.0:443 to 0.0.0.0:60000, 0.0.0.0:1024, and 0.0.0.0:10001 then restart httpd every time changes took place.

and yet, these numbers are occupied, which puzzled me

Code: [Select]
Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address
 0.0.0.0:60000
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]



Code: [Select]
Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address
 0.0.0.0:10001
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]



Code: [Select]
Stopping httpd:                                            [  OK  ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address
 0.0.0.0:1024
no listening sockets available, shutting down
Unable to open logs
                                                           [FAILED]

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #8 on: April 08, 2007, 01:35:00 PM »
Quote
Unable to open logs


Did you check out what Cactus  said before and the link I posted?

Do they apply in any way?
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #9 on: April 09, 2007, 03:52:18 AM »
william_syd, cactus, i have both smeserver-userpanel and smeserver-userpanels installed.

I suspect both might caused conflict to the server, which returns 502 error.

So i've tried remove smeserver-userpanel, and it prompt me to key in username & password, then return 500 error (Internal Server Error).

so, guys, what's your opinion?

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #10 on: April 09, 2007, 04:02:47 AM »
Check your httpd logs ?
Remove both and see if server-manager works ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #11 on: April 09, 2007, 04:22:35 AM »
where is the httpd server log?

btw, both smeserver-userpanel & smeserver-userpanels i'd removed, but still error 500 continue to appear.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #12 on: April 09, 2007, 05:10:53 AM »
Quote from: "csj_84"
where is the httpd server log?



/var/log/httpd
Regards,
William

IF I give advise.. It's only if it was me....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
502 bad gateway, whenever using server-manager through https
« Reply #13 on: April 09, 2007, 09:40:19 AM »
Quote from: "csj_84"
btw, both smeserver-userpanel & smeserver-userpanels i'd removed, but still error 500 continue to appear.
Look in the /var/log/messages file at the time the 500 error occured. See what information is in there and if you can not understand post the snippet here so we can help you.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #14 on: April 09, 2007, 09:58:05 AM »
I installed smeserver-phpmyadmin (a contrib by dmay), contrary to server-manager, it can be accessed (with SSL).

server-manager is still giving error 500 message

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #15 on: April 09, 2007, 10:51:07 AM »
the following is what i found in httpd admin access log

Code: [Select]
127.0.0.1 - - [09/Apr/2007:10:09:10 +0800] "GET /server-manager/ HTTP/1.1" 307 2
98
127.0.0.1 - - [09/Apr/2007:10:09:10 +0800] "GET /server-common/cgi-bin/login?bac
k=http%3a%2f%2fserver1.myesszone.com%2fserver-manager%2f HTTP/1.1" 200 479
127.0.0.1 - - [09/Apr/2007:10:09:13 +0800] "GET /server-common/cgi-bin/login?red
irect=1&back=http%3A%2F%2Fserver1.myesszone.com%2Fserver-manager%2F HTTP/1.1" 20
0 1172
127.0.0.1 - - [09/Apr/2007:10:09:14 +0800] "GET /server-common/css/tkt.css HTTP/
1.1" 200 674
127.0.0.1 - - [09/Apr/2007:10:09:14 +0800] "GET /server-common/smeserver_logo.jp
g HTTP/1.1" 200 6447
127.0.0.1 - - [09/Apr/2007:10:09:19 +0800] "POST /server-common/cgi-bin/login HT
TP/1.1" 200 436
127.0.0.1 - admin [09/Apr/2007:10:09:21 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:09:36 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:52 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:56 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:58 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:59 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:59 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:59 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:18:59 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:10:20:24 +0800] "GET /server-manager HTTP/1.1" 30
1 244
127.0.0.1 - admin [09/Apr/2007:10:20:25 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - - [09/Apr/2007:15:24:36 +0800] "GET /server-manager/ HTTP/1.1" 307 2
98
127.0.0.1 - - [09/Apr/2007:15:24:36 +0800] "GET /server-common/cgi-bin/login?bac
k=http%3a%2f%2fserver1.myesszone.com%2fserver-manager%2f HTTP/1.1" 200 1172
127.0.0.1 - - [09/Apr/2007:15:24:41 +0800] "POST /server-common/cgi-bin/login HT
TP/1.1" 200 436
127.0.0.1 - admin [09/Apr/2007:15:24:43 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:15:25:05 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:15:25:05 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:15:25:08 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - - [09/Apr/2007:15:34:34 +0800] "GET /server-manager/ HTTP/1.1" 307 2
84
127.0.0.1 - - [09/Apr/2007:15:34:34 +0800] "GET /server-common/cgi-bin/login?bac
k=http%3a%2f%2fserver1%2fserver-manager%2f HTTP/1.1" 200 465
127.0.0.1 - - [09/Apr/2007:15:34:37 +0800] "GET /server-common/cgi-bin/login?red
irect=1&back=http%3A%2F%2Fserver1%2Fserver-manager%2F HTTP/1.1" 200 1144
127.0.0.1 - - [09/Apr/2007:15:34:40 +0800] "GET /server-common/css/tkt.css HTTP/
1.1" 200 674
127.0.0.1 - - [09/Apr/2007:15:34:40 +0800] "GET /server-common/smeserver_logo.jp
g HTTP/1.1" 200 6447
127.0.0.1 - admin [09/Apr/2007:15:34:41 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - - [09/Apr/2007:15:34:50 +0800] "POST /server-common/cgi-bin/login HT
TP/1.1" 200 422
127.0.0.1 - admin [09/Apr/2007:15:34:52 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - - [09/Apr/2007:15:35:09 +0800] "GET /server-manager/ HTTP/1.1" 307 2
90
127.0.0.1 - - [09/Apr/2007:15:35:09 +0800] "GET /server-common/cgi-bin/login?bac
k=http%3a%2f%2f192.168.1.254%2fserver-manager%2f HTTP/1.1" 200 471
127.0.0.1 - - [09/Apr/2007:15:35:12 +0800] "GET /server-common/cgi-bin/login?red
irect=1&back=http%3A%2F%2F192.168.1.254%2Fserver-manager%2F HTTP/1.1" 200 1156
127.0.0.1 - - [09/Apr/2007:15:35:14 +0800] "GET /server-common/css/tkt.css HTTP/
1.1" 200 674
127.0.0.1 - - [09/Apr/2007:15:35:14 +0800] "GET /server-common/smeserver_logo.jp
g HTTP/1.1" 200 6447
127.0.0.1 - - [09/Apr/2007:15:35:18 +0800] "POST /server-common/cgi-bin/login HT
TP/1.1" 200 428
127.0.0.1 - admin [09/Apr/2007:15:35:19 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:15:35:27 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:16:07:26 +0800] "GET /server-manager HTTP/1.1" 30
1 244
127.0.0.1 - admin [09/Apr/2007:16:07:26 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:16:07:37 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:16:07:39 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:16:07:39 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525
127.0.0.1 - admin [09/Apr/2007:16:07:41 +0800] "GET /server-manager/ HTTP/1.1" 5
00 525

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #16 on: April 09, 2007, 11:06:50 AM »
Are there error logs in there as well ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
502 bad gateway, whenever using server-manager through https
« Reply #17 on: April 09, 2007, 11:09:48 AM »
Umm i had error 500 if i ran server-manager when i updated my server (all other stuff worked).
It was fixed by running signal-event post-upgrade and signal-event reboot a few times (i think that i did it twice in a row and it worked again).
"It should just work" if it doesn't report it. Thanks!

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #18 on: April 09, 2007, 11:43:00 AM »
yes, there are error logs, but no record concerning error 500 entries.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #19 on: April 09, 2007, 12:07:41 PM »
Generate the 500 error in your browser and then post the results of ..

Code: [Select]
tail /var/log/httpd/admin_error_logand
Code: [Select]
tail /var/log/httpd/error_logand
Code: [Select]
tail /var/log/messages
Regards,
William

IF I give advise.. It's only if it was me....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
502 bad gateway, whenever using server-manager through https
« Reply #20 on: April 09, 2007, 09:05:48 PM »
Removed message, posted in wrong thread.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #21 on: April 10, 2007, 03:27:02 AM »
below is the result of
tail /var/log/httpd/admin_error_log

Code: [Select]
[Tue Apr 10 09:20:28 2007] [error] [client 127.0.0.1] back is http://server1/ser
ver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] X-Forwarded-Host is server
1, referer: https://server1/server-common/cgi-bin/login?back=http%3a%2f%2fserver
1%2fserver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] HTTP_HOST is 127.0.0.1:980
, referer: https://server1/server-common/cgi-bin/login?back=http%3a%2f%2fserver1
%2fserver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] AUTH_DOMAIN is server1, re
ferer: https://server1/server-common/cgi-bin/login?back=http%3a%2f%2fserver1%2fs
erver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] AuthTkt->domain was set, r
eferer: https://server1/server-common/cgi-bin/login?back=http%3a%2f%2fserver1%2f
server-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] back from cgi param is htt
p://server1/server-manager, referer: https://server1/server-common/cgi-bin/login
?back=http%3a%2f%2fserver1%2fserver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] back is http://server1/ser
ver-manager, referer: https://server1/server-common/cgi-bin/login?back=http%3a%2
f%2fserver1%2fserver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] back is http://server1/ser
ver-manager, referer: https://server1/server-common/cgi-bin/login?back=http%3a%2
f%2fserver1%2fserver-manager
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] Can't do setuid (cannot ex
ec sperl)
[Tue Apr 10 09:20:33 2007] [error] [client 127.0.0.1] Premature end of script he
aders: index.cgi



below is the result of
tail /var/log/httpd/error_log

Code: [Select]
[Tue Apr 10 09:03:49 2007] [warn] RSA server certificate CommonName (CN) `server
1.myesszone.com' does NOT match server name!?
[Tue Apr 10 09:03:51 2007] [notice] Digest: generating secret for digest authent
ication ...
[Tue Apr 10 09:03:51 2007] [notice] Digest: done
[Tue Apr 10 09:03:54 2007] [warn] RSA server certificate CommonName (CN) `server
1.myesszone.com' does NOT match server name!?
[Tue Apr 10 09:03:55 2007] [notice] Apache configured -- resuming normal operati
ons
[Tue Apr 10 09:20:28 2007] [error] [client 192.168.1.254] File does not exist: /
home/e-smith/files/ibays/Primary/html/favicon.ico


but nothing special in tail /var/log/messages

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #22 on: April 10, 2007, 04:40:28 AM »
Sorry, I don't know where to go from here.
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #23 on: April 10, 2007, 05:15:38 AM »
is there to do with index.cgi script??

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #24 on: April 10, 2007, 06:34:47 AM »
Quote from: "csj_84"
is there to do with index.cgi script??


Very possible.

My last suggestion is to re-install server manager and then user manager.
Code: [Select]
yum remove smeserver-userpanel
Code: [Select]
yum remove smeserver-userpanels
Code: [Select]
rpm -e --nodeps e-smith-manager
Code: [Select]
yum install e-smith-manager \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons \

Code: [Select]
signal-event post-upgrade; signal-event reboot
Code: [Select]
db yum_repositories set dungog repository \
 BaseURL http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/ \
 EnableGroups yes \
 GPGCheck no \
 Name 'SME Server 7 - dungog' \
 Visible yes \
 status disabled

Code: [Select]
expand-template /etc/yum.conf
Code: [Select]
yum install \
smeserver-userpanel \
smeserver-userpanels \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons \
--enablerepo=dungog

Code: [Select]
signal-event post-upgrade; signal-event reboot

Make sure you close all browser windows before retesting.
Regards,
William

IF I give advise.. It's only if it was me....

Offline pfloor

  • *****
  • 889
  • +1/-0
502 bad gateway, whenever using server-manager through https
« Reply #25 on: April 10, 2007, 07:14:29 AM »
Quote from: "csj_84"
william_syd, cactus, i have both smeserver-userpanel and smeserver-userpanels installed.

I suspect both might caused conflict to the server, which returns 502 error.

So i've tried remove smeserver-userpanel, and it prompt me to key in username & password, then return 500 error (Internal Server Error).

so, guys, what's your opinion?

Remove both of those and any other contribs that modify the server-manager.  Certian contribs (including some versions of smeserver-userpanels) are known to cause problems.

eg:

# yum remove smeserver-userpanel smeserver-userpanels
# signal-event post-upgrade
# signal-event reboot

Don't forget the post-upgrade and reboot.

FYI: STOP USING /etc/init.d/httpd restart  IT IS NOT THE CORRECT WAY TO RESTART YOUR WEB SERVERS ON SME!
In life, you must either "Push, Pull or Get out of the way!"

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #26 on: April 10, 2007, 08:22:50 AM »
william_syd, the problem still persist, after i followed your instructions

Code: [Select]
[root@server1 ~]# tail /var/log/httpd/admin_error_log
[Tue Apr 10 14:21:03 2007] [error] [client 127.0.0.1] back is http://192.168.1.2
54/server-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] X-Forwarded-Host is 192.16
8.1.254, referer: https://192.168.1.254/server-common/cgi-bin/login?redirect=1&b
ack=http%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] HTTP_HOST is 127.0.0.1:980
, referer: https://192.168.1.254/server-common/cgi-bin/login?redirect=1&back=htt
p%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] AUTH_DOMAIN is 192.168.1.2
54, referer: https://192.168.1.254/server-common/cgi-bin/login?redirect=1&back=h
ttp%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] AuthTkt->domain was set, r
eferer: https://192.168.1.254/server-common/cgi-bin/login?redirect=1&back=http%3
A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] back from cgi param is htt
p://192.168.1.254/server-manager, referer: https://192.168.1.254/server-common/c
gi-bin/login?redirect=1&back=http%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] back is http://192.168.1.2
54/server-manager, referer: https://192.168.1.254/server-common/cgi-bin/login?re
direct=1&back=http%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] back is http://192.168.1.2
54/server-manager, referer: https://192.168.1.254/server-common/cgi-bin/login?re
direct=1&back=http%3A%2F%2F192.168.1.254%2Fserver-manager
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] Can't do setuid (cannot ex
ec sperl)
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] Premature end of script he
aders: index.cgi
[root@server1 ~]#

500 internal server error still appearing

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #27 on: April 10, 2007, 09:17:07 AM »
Code: [Select]
tail -n20 /var/log/yum/yum.log

Just in case something else slipped in. Need to see back to the time you installed smeserver-userpanel/s the first time.

But honestly, I have no idea now.
Regards,
William

IF I give advise.. It's only if it was me....

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
502 bad gateway, whenever using server-manager through https
« Reply #28 on: April 10, 2007, 09:30:02 AM »
Quote from: "csj_84"
Code: [Select]
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] Can't do setuid (cannot ex
ec sperl)
[Tue Apr 10 14:21:08 2007] [error] [client 127.0.0.1] Premature end of script he
aders: index.cgi
[root@server1 ~]#
It seems that the system tries to et a uid which fails for the user you are trying to use... I don't know what is causing this problem, it seems to be the index.cgi script. Was there nothing in the /var/log/messages log?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #29 on: April 10, 2007, 09:43:00 AM »
william_syd, here's tail -n100 /var/log/yum/yum.log:

Code: [Select]
[root@server1 ~]# tail -n100 /var/log/yum/yum.log
Apr 07 12:42:49 Installed: e-smith-release.noarch 24:7.0.0.11-2.el4.sme
Apr 07 12:43:05 Installed: smeserver-userpanel.noarch 0.9-10
Apr 07 12:43:05 Erased: smeserver-release
Apr 07 13:14:03 Installed: smeserver-release.noarch 26:7.1.3-1.el4.sme
Apr 07 13:14:03 Erased: e-smith-release
Apr 07 13:19:16 Installed: smeserver-userpanels.noarch 1.0-3
Apr 07 16:12:31 Updated: php-domxml.i386 4.3.9-3.22.3
Apr 07 16:12:31 Updated: php-ldap.i386 4.3.9-3.22.3
Apr 07 16:12:31 Updated: php-mysql.i386 4.3.9-3.22.3
Apr 07 16:12:33 Updated: php-pear.i386 4.3.9-3.22.3
Apr 07 16:12:33 Updated: php-imap.i386 4.3.9-3.22.3
Apr 07 16:12:33 Updated: php-gd.i386 4.3.9-3.22.3
Apr 07 16:12:34 Updated: php-mbstring.i386 4.3.9-3.22.3
Apr 07 16:12:36 Updated: php.i386 4.3.9-3.22.3
Apr 08 17:02:10 Updated: httpd.i386 2.0.59-1.el4s1.5.el4.centos
Apr 08 17:02:11 Updated: mod_ssl.i386 1:2.0.59-1.el4s1.5.el4.centos
Apr 08 17:02:12 Erased: httpd-suexec
Apr 08 17:51:50 Updated: smeserver-release.noarch 26:7.2-1.el4.sme
Apr 08 18:03:28 Updated: perl.i386 4:5.8.8-4.el4s1
Apr 08 18:03:32 Erased: perl-Filter
Apr 08 18:03:33 Erased: perl-Time-HiRes
Apr 08 19:10:48 Updated: smeserver-userpanels.noarch 1.0-5
Apr 09 09:15:20 Updated: pcre.i386 6.7-1
Apr 09 09:15:22 Installed: dansguardian.noarch 2.9.8-2
Apr 09 09:15:37 Installed: smeserver-dansguardian.noarch 2.9-2
Apr 09 09:30:11 Erased: smeserver-userpanel
Apr 09 09:56:13 Updated: runit.i386 1.7.2-1.el4.sme
Apr 09 09:56:13 Updated: e-smith-runit.noarch 1.0.0-5.el4.sme
Apr 09 09:56:14 Updated: ulogd.i386 1.24-2.el4.sme
Apr 09 09:56:15 Installed: mod_auth_tkt.i386 2.0.0rc2-1.el4.sme
Apr 09 09:56:17 Installed: dialog.i386 1.0.20040731-3
Apr 09 09:56:19 Updated: e-smith-lib.noarch 1.18.0-14.el4.sme
Apr 09 09:56:20 Updated: e-smith-grub.noarch 1.0.0-5.el4.sme
Apr 09 09:56:21 Updated: e-smith-manager.noarch 1.14.0-5.el4.sme
Apr 09 09:56:22 Installed: pv.i386 0.9.6-1.el4.rf
Apr 09 09:56:22 Installed: pam_abl.i386 0.2.3-3.el4.sme
Apr 09 09:56:30 Updated: e-smith-base.noarch 4.18.0-34.el4.sme
Apr 09 09:56:31 Updated: e-smith-packetfilter.noarch 1.18.0-4.el4.sme
Apr 09 09:56:33 Updated: e-smith-radiusd.noarch 1.0.0-15.el4.sme
Apr 09 09:56:34 Updated: e-smith-apache.noarch 1.2.0-11.el4.sme
Apr 09 09:56:35 Updated: e-smith-tinydns.noarch 1.0.0-7.el4.sme
Apr 09 09:56:37 Updated: e-smith-imp.noarch 1.13.0-9.el4.sme
Apr 09 09:56:38 Updated: e-smith-pptpd.noarch 1.12.0-8.el4.sme
Apr 09 09:56:38 Updated: e-smith-turba.noarch 1.7.0-13.el4.sme
Apr 09 09:56:39 Updated: e-smith-hosts.noarch 1.14.0-7.el4.sme
Apr 09 09:56:40 Updated: e-smith-backup.noarch 1.14.0-13.el4.sme
Apr 09 09:56:40 Updated: e-smith-dynamicdns-dyndns.noarch 1.5.0-1.el4.sme
Apr 09 09:56:41 Updated: e-smith-LPRng.noarch 1.14.0-5.el4.sme
Apr 09 09:56:42 Updated: e-smith-proxy.noarch 4.14.0-6.el4.sme
Apr 09 09:56:43 Updated: e-smith-horde.noarch 1.13.0-20.el4.sme
Apr 09 09:56:44 Updated: e-smith-ntp.noarch 1.16.0-9.el4.sme
Apr 09 09:56:45 Updated: e-smith-ldap.noarch 4.12.0-6.el4.sme
Apr 09 09:56:45 Updated: e-smith-domains.noarch 1.4.0-5.el4.sme
Apr 09 09:56:46 Updated: e-smith-ibays.noarch 1.2.0-4.el4.sme
Apr 09 09:56:47 Updated: e-smith-proftpd.noarch 1.12.0-8.el4.sme
Apr 09 09:56:48 Updated: e-smith-mysql.noarch 1.12.0-11.el4.sme
Apr 09 09:56:49 Updated: e-smith-dnscache.noarch 1.0.0-5.el4.sme
Apr 09 09:56:50 Updated: e-smith-nutUPS.noarch 1.2.0-9.el4.sme
Apr 09 09:56:52 Updated: e-smith-samba.noarch 1.14.0-27.el4.sme
Apr 09 09:56:53 Updated: e-smith-openssh.noarch 1.12.0-8.el4.sme
Apr 09 09:56:55 Updated: e-smith-qmail.noarch 1.10.0-13.el4.sme
Apr 09 09:56:57 Updated: e-smith-email.noarch 4.16.0-18.el4.sme
Apr 09 09:57:05 Erased: e-smith-ipmasq
Apr 09 10:18:00 Erased: smeserver-userpanels
Apr 09 15:53:35 Installed: smeserver-phpmyadmin.noarch 2.10.0.2-0.dmay
Apr 09 16:01:56 Installed: smeserver-diskusage.noarch 0.0.1-1dmay
Apr 09 16:02:14 Installed: smeserver-phpsysinfo.noarch 2.5.3-0dmay
Apr 10 09:38:19 Installed: smeserver-userpanels.noarch 1.0-5
Apr 10 09:55:49 Erased: smeserver-userpanels
Apr 10 09:59:21 Installed: smeserver-userpanel.noarch 0.9-10
Apr 10 13:39:50 Erased: smeserver-userpanel
Apr 10 13:45:10 Installed: e-smith-manager.noarch 1.14.0-5.el4.sme
Apr 10 13:59:44 Installed: smeserver-userpanel.noarch 0.9-10
Apr 10 13:59:46 Installed: smeserver-userpanels.noarch 1.0-5


cactus, here's tail /var/log/messages*

Code: [Select]
[root@server1 ~]# tail /var/log/messages*
==> /var/log/messages <==
Apr 10 14:20:16 server1 sshd(pam_unix)[5913]: session opened for user root by ro
ot(uid=0)
Apr 10 14:40:21 server1 pwauth(pam_unix)[8593]: authentication failure; logname=
 uid=101 euid=0 tty= ruser= rhost=  user=admin
Apr 10 15:30:49 server1 smbd[15249]: [2007/04/10 15:30:49, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:30:49 server1 smbd[15249]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:30:49 server1 smbd[15249]: [2007/04/10 15:30:49, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:30:49 server1 smbd[15249]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:32:08 server1 smbd[15421]: [2007/04/10 15:32:08, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:32:08 server1 smbd[15421]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:32:08 server1 smbd[15421]: [2007/04/10 15:32:08, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:32:08 server1 smbd[15421]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain

==> /var/log/messages.20070407110551 <==
Apr  7 11:06:16 localhost esmith::event[2481]: S30conf-modules=action|Event|post
-install|Action|S30conf-modules|Start|1175915165 383519|End|1175915176 980466|El
apsed|11.596947
Apr  7 11:06:17 localhost esmith::event[2481]: Running event handler: /etc/e-smi
th/events/post-install/S50create-mnt-floppy
Apr  7 11:06:17 localhost esmith::event[2481]: S50create-mnt-floppy=action|Event
|post-install|Action|S50create-mnt-floppy|Start|1175915176 981984|End|1175915177
 524643|Elapsed|0.542659
Apr  7 11:06:17 localhost esmith::event[2481]: Running event handler: /etc/e-smi
th/events/post-install/S90testing-conf
Apr  7 11:06:18 localhost /etc/e-smith/events/post-install/S90testing-conf[2511]
: /home/e-smith/db/configuration: OLD testing=(undefined)
Apr  7 11:06:19 localhost /etc/e-smith/events/post-install/S90testing-conf[2511]
: /home/e-smith/db/configuration: NEW testing=service
Apr  7 11:06:19 localhost /etc/e-smith/events/post-install/S90testing-conf[2511]
: /home/e-smith/db/configuration: OLD testing=service
Apr  7 11:06:19 localhost /etc/e-smith/events/post-install/S90testing-conf[2511]
: /home/e-smith/db/configuration: NEW testing=service|destruction|0
Apr  7 11:06:19 localhost esmith::event[2481]: S90testing-conf=action|Event|post
-install|Action|S90testing-conf|Start|1175915177 526788|End|1175915179 133737|El
apsed|1.606949
Apr  7 11:08:52 localhost exiting on signal 15

==> /var/log/messages.20070407110552 <==
Apr  7 12:52:55 server1 atalk: cnid_metad shutdown succeeded
Apr  7 12:52:55 server1 crond: crond shutdown succeeded
Apr  7 12:52:55 server1 apmd[3140]: Exiting
Apr  7 12:52:55 server1 apmd[3140]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  7 12:52:56 server1 apmd: apmd shutdown succeeded
Apr  7 12:52:57 server1 irqbalance: irqbalance shutdown failed
Apr  7 12:52:57 server1 kernel: Kernel logging (proc) stopped.
Apr  7 12:52:57 server1 kernel: Kernel log daemon terminating.
Apr  7 12:52:58 server1 syslog: klogd shutdown succeeded
Apr  7 12:52:58 server1 exiting on signal 15

==> /var/log/messages.20070407125154 <==
Apr  7 13:46:29 server1 atalk: cnid_metad shutdown succeeded
Apr  7 13:46:29 server1 crond: crond shutdown succeeded
Apr  7 13:46:29 server1 apmd[2689]: Exiting
Apr  7 13:46:29 server1 apmd[2689]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  7 13:46:30 server1 apmd: apmd shutdown succeeded
Apr  7 13:46:31 server1 irqbalance: irqbalance shutdown failed
Apr  7 13:46:31 server1 kernel: Kernel logging (proc) stopped.
Apr  7 13:46:31 server1 kernel: Kernel log daemon terminating.
Apr  7 13:46:32 server1 syslog: klogd shutdown succeeded
Apr  7 13:46:32 server1 exiting on signal 15

==> /var/log/messages.20070407134531 <==
Apr  8 17:37:33 server1 messagebus: messagebus -TERM succeeded
Apr  8 17:37:34 server1 crond: crond shutdown succeeded
Apr  8 17:37:35 server1 apmd[2568]: Exiting
Apr  8 17:37:35 server1 apmd[2568]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  8 17:37:36 server1 apmd: apmd shutdown succeeded
Apr  8 17:37:36 server1 irqbalance: irqbalance shutdown failed
Apr  8 17:37:36 server1 kernel: Kernel logging (proc) stopped.
Apr  8 17:37:36 server1 kernel: Kernel log daemon terminating.
Apr  8 17:37:37 server1 syslog: klogd shutdown succeeded
Apr  8 17:37:38 server1 exiting on signal 15

==> /var/log/messages.20070408173624 <==
Apr  8 18:33:38 server1 atalk: cnid_metad shutdown succeeded
Apr  8 18:33:38 server1 crond: crond shutdown succeeded
Apr  8 18:33:38 server1 apmd[2685]: Exiting
Apr  8 18:33:38 server1 apmd[2685]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  8 18:33:40 server1 apmd: apmd shutdown succeeded
Apr  8 18:33:40 server1 irqbalance: irqbalance shutdown failed
Apr  8 18:33:40 server1 kernel: Kernel logging (proc) stopped.
Apr  8 18:33:40 server1 kernel: Kernel log daemon terminating.
Apr  8 18:33:41 server1 syslog: klogd shutdown succeeded
Apr  8 18:33:41 server1 exiting on signal 15

==> /var/log/messages.20070408183242 <==
Apr  9 10:00:57 server1 atalk: cnid_metad shutdown succeeded
Apr  9 10:00:57 server1 crond: crond shutdown succeeded
Apr  9 10:00:58 server1 apmd[2568]: Exiting
Apr  9 10:00:58 server1 apmd[2568]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  9 10:00:59 server1 apmd: apmd shutdown succeeded
Apr  9 10:00:59 server1 irqbalance: irqbalance shutdown failed
Apr  9 10:00:59 server1 kernel: Kernel logging (proc) stopped.
Apr  9 10:00:59 server1 kernel: Kernel log daemon terminating.
Apr  9 10:01:00 server1 syslog: klogd shutdown succeeded
Apr  9 10:01:00 server1 exiting on signal 15

==> /var/log/messages.20070409100033 <==
Apr  9 17:44:51 server1 atalk: cnid_metad shutdown succeeded
Apr  9 17:44:51 server1 crond: crond shutdown succeeded
Apr  9 17:44:52 server1 apmd[2678]: Exiting
Apr  9 17:44:52 server1 apmd[2678]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr  9 17:44:53 server1 apmd: apmd shutdown succeeded
Apr  9 17:44:53 server1 irqbalance: irqbalance shutdown failed
Apr  9 17:44:54 server1 kernel: Kernel logging (proc) stopped.
Apr  9 17:44:54 server1 kernel: Kernel log daemon terminating.
Apr  9 17:44:55 server1 syslog: klogd shutdown succeeded
Apr  9 17:44:55 server1 exiting on signal 15

==> /var/log/messages.20070409174408 <==
Apr 10 08:58:52 server1 atalk: cnid_metad shutdown succeeded
Apr 10 08:58:53 server1 crond: crond shutdown succeeded
Apr 10 08:58:53 server1 apmd[2559]: Exiting
Apr 10 08:58:53 server1 apmd[2559]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 08:58:54 server1 apmd: apmd shutdown succeeded
Apr 10 08:58:55 server1 irqbalance: irqbalance shutdown failed
Apr 10 08:58:55 server1 kernel: Kernel logging (proc) stopped.
Apr 10 08:58:55 server1 kernel: Kernel log daemon terminating.
Apr 10 08:58:56 server1 syslog: klogd shutdown succeeded
Apr 10 08:58:56 server1 exiting on signal 15

==> /var/log/messages.20070410085813 <==
Apr 10 09:29:38 server1 atalk: cnid_metad shutdown succeeded
Apr 10 09:29:38 server1 crond: crond shutdown succeeded
Apr 10 09:29:39 server1 apmd[2681]: Exiting
Apr 10 09:29:39 server1 apmd[2681]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 09:29:40 server1 apmd: apmd shutdown succeeded
Apr 10 09:29:40 server1 irqbalance: irqbalance shutdown failed
Apr 10 09:29:40 server1 kernel: Kernel logging (proc) stopped.
Apr 10 09:29:40 server1 kernel: Kernel log daemon terminating.
Apr 10 09:29:41 server1 syslog: klogd shutdown succeeded
Apr 10 09:29:41 server1 exiting on signal 15

==> /var/log/messages.20070410092900 <==
Apr 10 09:44:50 server1 atalk: cnid_metad shutdown succeeded
Apr 10 09:44:50 server1 crond: crond shutdown succeeded
Apr 10 09:44:50 server1 apmd[2677]: Exiting
Apr 10 09:44:50 server1 apmd[2677]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 09:44:51 server1 apmd: apmd shutdown succeeded
Apr 10 09:44:52 server1 irqbalance: irqbalance shutdown failed
Apr 10 09:44:52 server1 kernel: Kernel logging (proc) stopped.
Apr 10 09:44:52 server1 kernel: Kernel log daemon terminating.
Apr 10 09:44:53 server1 syslog: klogd shutdown succeeded
Apr 10 09:44:53 server1 exiting on signal 15

==> /var/log/messages.20070410094410 <==
Apr 10 10:02:57 server1 atalk: cnid_metad shutdown succeeded
Apr 10 10:02:57 server1 crond: crond shutdown succeeded
Apr 10 10:02:57 server1 apmd[2677]: Exiting
Apr 10 10:02:57 server1 apmd[2677]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 10:02:58 server1 apmd: apmd shutdown succeeded
Apr 10 10:02:58 server1 irqbalance: irqbalance shutdown failed
Apr 10 10:02:59 server1 kernel: Kernel logging (proc) stopped.
Apr 10 10:02:59 server1 kernel: Kernel log daemon terminating.
Apr 10 10:03:00 server1 syslog: klogd shutdown succeeded
Apr 10 10:03:00 server1 exiting on signal 15

==> /var/log/messages.20070410100222 <==
Apr 10 13:47:27 server1 atalk: cnid_metad shutdown succeeded
Apr 10 13:47:27 server1 crond: crond shutdown succeeded
Apr 10 13:47:27 server1 apmd[2555]: Exiting
Apr 10 13:47:27 server1 apmd[2555]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 13:47:28 server1 apmd: apmd shutdown succeeded
Apr 10 13:47:29 server1 irqbalance: irqbalance shutdown failed
Apr 10 13:47:29 server1 kernel: Kernel logging (proc) stopped.
Apr 10 13:47:29 server1 kernel: Kernel log daemon terminating.
Apr 10 13:47:30 server1 syslog: klogd shutdown succeeded
Apr 10 13:47:30 server1 exiting on signal 15

==> /var/log/messages.20070410134652 <==
Apr 10 14:02:18 server1 atalk: cnid_metad shutdown succeeded
Apr 10 14:02:19 server1 crond: crond shutdown succeeded
Apr 10 14:02:19 server1 apmd[2672]: Exiting
Apr 10 14:02:19 server1 apmd[2672]: apmd_call_proxy: executing: '/etc/sysconfig/
apm-scripts/apmscript' 'stop'
Apr 10 14:02:20 server1 apmd: apmd shutdown succeeded
Apr 10 14:02:20 server1 irqbalance: irqbalance shutdown failed
Apr 10 14:02:21 server1 kernel: Kernel logging (proc) stopped.
Apr 10 14:02:21 server1 kernel: Kernel log daemon terminating.
Apr 10 14:02:22 server1 syslog: klogd shutdown succeeded
Apr 10 14:02:22 server1 exiting on signal 15

==> /var/log/messages.20070410140143 <==
Apr 10 14:20:16 server1 sshd(pam_unix)[5913]: session opened for user root by ro
ot(uid=0)
Apr 10 14:40:21 server1 pwauth(pam_unix)[8593]: authentication failure; logname=
 uid=101 euid=0 tty= ruser= rhost=  user=admin
Apr 10 15:30:49 server1 smbd[15249]: [2007/04/10 15:30:49, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:30:49 server1 smbd[15249]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:30:49 server1 smbd[15249]: [2007/04/10 15:30:49, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:30:49 server1 smbd[15249]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:32:08 server1 smbd[15421]: [2007/04/10 15:32:08, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:32:08 server1 smbd[15421]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain
Apr 10 15:32:08 server1 smbd[15421]: [2007/04/10 15:32:08, 0] rpc_server/srv_net
log_nt.c:get_md4pw(244)
Apr 10 15:32:08 server1 smbd[15421]:   get_md4pw: Workstation JEREMY$: no accoun
t in domain

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
502 bad gateway, whenever using server-manager through https
« Reply #30 on: April 10, 2007, 09:45:50 AM »
Could there be an issue with perl-suidperl.i386 ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline csj_84

  • *
  • 13
  • +0/-0
502 bad gateway, whenever using server-manager through https
« Reply #31 on: April 10, 2007, 10:05:24 AM »
what does that package to do with my server?

does that mean i need to update perl-suidperl.i386 ?

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
502 bad gateway, whenever using server-manager through https
« Reply #32 on: April 10, 2007, 12:31:21 PM »
Quote from: "csj_84"
cactus, here's tail /var/log/messages*
That is nice but we are not interested in the last 100 lines, post the lines ranging from just before the error occurs until a little after that time.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)