Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-26 Terurut Topik P-Man
>di slackware, untuk ServerType standalone dijalankan melalui rc.httpd
>yang dipanggil dari rc.M
>sedang kalo lewat inetd (inetd.conf) namanya bukan standalone ...cmiiw
Lah lalu namanya apa? berdiri sendiri? hehehe :) j/k

>akan bentrok bila dimungkinkan anda menjalankan dari inetd juga dari
>rc.httpd (standalone), namun yg mjd masalah adalah apache tidak dapat
>aktif yang dimungkinkan karena konfigurasi pada httpd.conf tsb   cmiiw
Mmmm saya juga tidak tau :)
Kalo saya coba flashback saya mau buat web server, saya kotak-katik dibagian
httpd.conf
lalu sesudah test jalanin http://localhost/ jalan ok.
beberapa hari kemudian saya pengen nyoba php. jadi saya edit file httpd.conf
saya aktifkan bagian ini:

# ==> mod_php configuration settings <==
#
# PACKAGES REQUIRED:  openssl-solibs (A series) and/or openssl (N series),
# mysql (AP series), gmp (L series), and apache (N
series)
#
Include /etc/apache/mod_php.conf

lalu saya edit file mod_php.conf

#
# mod_php - PHP Hypertext Preprocessor module
#
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c  ===> Saya Buang Pagernya <===
# Tell Apache to feed all *.php files through the PHP module
AddType application/x-httpd-php .php ===> Saya Buang Pagernya <===
# This will display PHP files in colored syntax form.  Use with caution.
AddType application/x-httpd-php-source .phps ===> Saya Buang Pagernya <===

sesudah saya jalankan httpd restart
ada pesan kesalahan bahwa module mod_php4.c sudah dijalankan.
Ya saya kasih tanda pager lagi bagian mod_php4.c
saya restart lagi. sekarang tidak ada lagi pesan kesalahan.
saya test dengan file phpinfo, jalan dengan baik
Dengan riangnya saya nyengir :)

dan besoknya ternyata itu httpd dah nggak jalan walaupun udah dijalankan
dengan perintah #httpd start
saya coba jalankan secara otomatis ternyata direfused. ya udah saya nyengir
*kecut* lagi.
Ya udah saya tanya ke milis abis bingung cara trouble shootingnya, dah nyari
lewat google nggak dapet-dapet. begitulah sejarahnya.
Oh iya... pada tanggal tersebut di lognya ada tulisan seperti ini:
> [Sun Mar 14 20:04:59 2004] [crit] (98)Address already in use: make_sock:
> could not bind to port 80
> [Sun Mar 14 20:09:00 2004] [crit] (98)Address already in use: make_sock:
> could not bind to port 80
crit itu apa sih? (critical?) could not bind juga maksudnya apa?

Terimakasih atas pencerahannya Oom Gemblung.

Hari ini dunia tampak cerah deh :-)

Salam,

P-Man

=-- signature ---=
"Dimana ada Kuasa, Disitu ada 'Jalan'
'Jalan' makin lebar, karena tidak punya malu"
=--- 12/06/2001 =




-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-26 Terurut Topik P-Man
>> apakah ServerType standalone itu dikasih pager aja?
>oh jgn, sebaiknya service http dijalankan sbg standalone instead of
internet super server (inetd)...
Sangkain saya karena inetd hanya support di unix platforms, jadi ServerType
standalone hanya buat windows ternyata salah pengertian lagi :-),
terimakasih atas pencerahannya.

>> inet1 untuk up NIC (IP, Gateway, DHCP)
>> inet2 untuk up NFS, SAMBA, Firewall, IPV4, ssh, bind, routed, NIS,
>> inetd untuk up ftp, comsat (???), talk, kerberos, pop3, imap,uucp,tftp,
>> bootps(???),finger, sistat,netstat, netbios untuk samba (nmbd,smbd) dan
>> swat.
>apa semua service2 ini mau dijalanin.. ?
Tentu saja tidak, tapi saya ketik itu hanya untuk dokumentasi slackware
saya, dan kalau ada kesalahan tempat file (entah inet1 atau inet2 atau
inetd) untuk menjalankan service. siapa tau ada yang mau koreksi :-)
Saat ini target saya hanya httpd buat intranet, jadi yang lain mungkin bisa
dimatikan servicenya.
Kalau di RedHat kan enak matiin servicenya, kalau di console tinggal ketik
sysinitv check atau uncheck service, kalau di xwindows tinggal klak-klik
beres.
Nah di slackware ini pusing saya, filenya jalan servicenya dimana.
Misalnya aja (cuma misal ya...) Kalau ada yang memberitahu httpd tidak jalan
karena firewall aktif.
lalu dia minta firewallnya dimatikan aja lah saya jadi bingung, matiin
firewallnya dimana? file apa yang terkait dengan firewall ini? firewall itu
mahluk apa? bentuknya kaya gimana? hehehe
Troubleshooting seperti ini melibatkan banyak perintah yang saya belum
kenal,susahnya jadi newbie :-)

>> >2. utk pastinya coba buka file rc.inet2, disitu ada spt ini :
>> >   # # start Apache
>> > dibawahnya ada perintah utk ngejalanin http, kalo benar berarti anda
>> > juga menjalankan service ini dari rc.inet2.
>jgn...yg saya tulis start dgn `s' bukan dgn `S'...
Wah mata saya sudah ngantuk jadi salah ketik, maaf salah terus nih.

>liat point no.2 diatas, utk pastinya...blablabla...
Kok saya cari tulisan itu di file rc.inet2 tidak ada? (CMIIW) ini saya
lampirkan.
#!/bin/sh
#
# rc.inet2 This shell script boots up the entire network system.
#  Note, that when this script is used to also fire
#  up any important remote NFS disks (like the /usr
#  distribution), care must be taken to actually
#  have all the needed binaries online _now_ ...
#   Uncomment or comment out sections depending on which
#   services your site requires.
# This must be running in order to mount NFS volumes.
# Start the RPC portmapper:
if [ -x /sbin/rpc.portmap ]; then
  echo "Starting RPC portmapper:  /sbin/rpc.portmap"
  /sbin/rpc.portmap
fi
# Done starting the RPC portmapper.

# At this point, we are ready to talk to The World...

# Mount remote (NFS) filesystems:
echo "Mounting remote (NFS) file systems:  /sbin/mount -a -t nfs"
/sbin/mount -a -t nfs# This may be our /usr runtime!
# Show the mounted volumes:
/sbin/mount -v -t nfs
# Done mounting remote (NFS) filesystems.

# Mount remote (SMB) filesystems:
echo "Mounting remote (SMB) file systems:  /sbin/mount -a -t smbfs"
/sbin/mount -a -t smbfs
# Show the mounted volumes:
/sbin/mount -v -t smbfs
# Done mounting remote (SMB) filesystems.

# Start the system logger.
if [ -x /etc/rc.d/rc.syslog ]; then
  . /etc/rc.d/rc.syslog start
fi

# If there is a firewall script, run it before enabling packet forwarding.
# See the HOWTOs on http://www.netfilter.org/ for documentation on
# setting up a firewall or NAT on Linux.
if [ -x /etc/rc.d/rc.firewall ]; then
  /etc/rc.d/rc.firewall start
fi

# If we see IPv4 packet forwarding support in the kernel, we will turn it
on.
# This was the default for 2.0.x kernels, but with newer kernels it must be
# activated through a file in /proc.  IPv4 packet forwarding support is
# required if you plan to use your Linux machine as a router or firewall.
# If you don't want your Linux machine to forward packets, change the 1
below
# to a 0.
IPV4_FORWARD=1
if [ -f /proc/sys/net/ipv4/ip_forward ]; then
  if [ "$IPV4_FORWARD" = "1" ]; then
echo "Activating IPv4 packet forwarding."
echo 1 > /proc/sys/net/ipv4/ip_forward
  else
echo "Disabling IPv4 packet forwarding."
echo 0 > /proc/sys/net/ipv4/ip_forward
  fi
fi

# When using IPv4 packet forwarding, you will also get the rp_filter, which
# automatically rejects incoming packets if the routing table entry for
their
# source address doesn't match the network interface they're arriving on.
This
# has security advantages because it prevents the so-called IP spoofing,
# however it can pose problems if you use asymmetric routing (packets from
you
# to a host take a different path than packets from that host to you) or if
# you operate a non-routing host which has several IP addresses on different
# interfaces.  To turn rp_filter off, uncomment the lines below:
# if [ -r /proc/sys/net/ipv4/conf/all/rp_filter ]; then
#   echo "Disabling rp_filter."
#   echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
# fi

# Start the inetd serv

Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-25 Terurut Topik Enakan dadi wong Gemblung

On Fri, 26 Mar 2004, P-Man wrote:

> Oh... ternyata beda ya? hehehe... baru ngerti...
> apakah ServerType standalone itu dikasih pager aja?

di slackware, untuk ServerType standalone dijalankan melalui rc.httpd
yang dipanggil dari rc.M
sedang kalo lewat inetd (inetd.conf) namanya bukan standalone ...cmiiw

>
> Tolong mengenai hal ini dikoreksi ya Oom... (sekalian untuk dokumentasi)
> inet1 untuk up NIC (IP, Gateway, DHCP)
> inet2 untuk up NFS, SAMBA, Firewall, IPV4, ssh, bind, routed, NIS,
> inetd untuk up ftp, comsat (???), talk, kerberos, pop3, imap,uucp,tftp,
> bootps(???),finger, sistat,netstat, netbios untuk samba (nmbd,smbd) dan
> swat.

utk rc.inet1 pada slackware-9.1 dipermudah dengan adanya rc,inet1.conf
sementara kalo di slackware-9.0 jika mau seting2 NIC musti rubah di
rc.inet1 nya.

>
> Oh... iya saya coba simpulkan sedikit mengenai cara tracking Oom Lst
ini
> Apakah diduga apache saya bentrok dengan aplikasi lain? atau ada 2 perintah
> menjalankan apache ini sehingga malah bentrok dan tidak jalan? jadi kalau
> misalnya kesimpulan ini benar cara pemecahannya tinggal matikan aja salah
> satu service yang mencoba up apache ini. (please CMIIW)
>

akan bentrok bila dimungkinkan anda menjalankan dari inetd juga dari
rc.httpd (standalone), namun yg mjd masalah adalah apache tidak dapat
aktif yang dimungkinkan karena konfigurasi pada httpd.conf tsb   cmiiw

> Jabat erat,
>
> P-Man
>

---
 Enakan dadi wong Gemblung
---

--- GemBLunG ---


pgp-keyring
http://su.gemblung.org/keyring.pgp




-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-25 Terurut Topik ~Lst
On Fri, 26 Mar 2004 04:46:14 +0700
"P-Man" <[EMAIL PROTECTED]> wrote:

> apakah ServerType standalone itu dikasih pager aja?
> 

oh jgn, sebaiknya service http dijalankan sbg standalone instead of internet super 
server (inetd)...

> inet1 untuk up NIC (IP, Gateway, DHCP)
> inet2 untuk up NFS, SAMBA, Firewall, IPV4, ssh, bind, routed, NIS,
> inetd untuk up ftp, comsat (???), talk, kerberos, pop3, imap,uucp,tftp,
> bootps(???),finger, sistat,netstat, netbios untuk samba (nmbd,smbd) dan
> swat.
> 

apa semua service2 ini mau dijalanin.. ?

> 
> >2. utk pastinya coba buka file rc.inet2, disitu ada spt ini :
> >   # # start Apache
> > dibawahnya ada perintah utk ngejalanin http, kalo benar berarti anda
> > juga menjalankan service ini dari rc.inet2.
> p>--
> Saya coba jalankan perintah ini:
> # grep "Start " /etc/rc.inet2

jgn...yg saya tulis start dgn `s' bukan dgn `S'...
liat point no.2 diatas, utk pastinya...blablabla...

> berarti httpd tidak dijalankan lewat sini ya. 

blom tentu

> apa mungkin karena bawaan
> versi apache dari slack kita berbeda? (saya pakai slack 9.0, kalau tidak
> salah Oom Lst pakai slack 9.1)
> 

hehehe...saya mulai dari yg versi 4.x - 9.1 mesinnya msh ada semua & idup, Apache yg 
dibawa oleh slackware by default service http-nya dihidupkan oleh si Volkerding ini 
lewat rc.inet2...
ini kutipan file rc.inet2 :
``This shell script boots up the entire network system...''

> 
> Oh... iya saya coba simpulkan sedikit mengenai cara tracking Oom Lst ini

saya bukan om-om :-)

> Apakah diduga apache saya bentrok dengan aplikasi lain? atau ada 2 perintah
> menjalankan apache ini sehingga malah bentrok dan tidak jalan? 

pasti.. !!

> jadi kalau
> misalnya kesimpulan ini benar cara pemecahannya tinggal matikan aja salah
> satu service yang mencoba up apache ini. (please CMIIW)
> 

betul ;-)

-- 
~Lst

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-25 Terurut Topik P-Man
p>--
ServerType standalone

>berarti anda tdk lewat inetd, inetd disini bukan inet{1 atau 2} yah... ;-)
p>--
Oh... ternyata beda ya? hehehe... baru ngerti...
apakah ServerType standalone itu dikasih pager aja?

Tolong mengenai hal ini dikoreksi ya Oom... (sekalian untuk dokumentasi)
inet1 untuk up NIC (IP, Gateway, DHCP)
inet2 untuk up NFS, SAMBA, Firewall, IPV4, ssh, bind, routed, NIS,
inetd untuk up ftp, comsat (???), talk, kerberos, pop3, imap,uucp,tftp,
bootps(???),finger, sistat,netstat, netbios untuk samba (nmbd,smbd) dan
swat.

p>--
$ grep "User" /etc/apache/httpd.conf
LoadModule userdir_module libexec/mod_userdir.so
LoadModule usertrack_module   libexec/mod_usertrack.so
AddModule mod_userdir.c

>ini Usernya mana ? anda nyarinya pake `u' ya, bukannya `U' ...?

p>--
Hehehe lupa... saya copynya dari ext3 ke fat32
jadi yang U.txt ketimpa sama yang u.txt, saya lupa fat32 nggak case
sensitive
Ini hasilnya:
# grep "User" /etc/apache/httpd.conf
LoadModule userdir_module libexec/mod_userdir.so
LoadModule usertrack_module   libexec/mod_usertrack.so
AddModule mod_userdir.c
AddModule mod_usertrack.c
# If you wish httpd to run as a different user or group, you must run
# User/Group: The name (or #number) of the user/group to run httpd as.
#  . On SCO (ODT 3) use "User nouser" and "Group nogroup".
#suggested workaround is to create a user www and use that user.
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.


user nobody
group nobody

>hmm, saya curiga anda menjalankan service http ini dari rc.inet2 & juga
dari rc.httpd.
>ini kutipan anda sblmnya :
>``Lalu saya coba jalankan perintah httpd ini secara otomatis dengan
perintah
>chmod 755 /etc/rc.d/rc.httpd
>lalu booting ulang.
>dibagian awal saat pesan saya melihat ada pesan /usr/sbin/apachectl start
>:httpd could not started.''
p>--
Tepat sekali (bukan paranormal kan? hehehe...)
karena saya mbaca di file config apa gitu
kalau ingin menjalankan secara otomatis harus di chmod 755

>coba gini yah (pake root):
>1. coba ganti execute mode rc.httpd dgn chmod -x /etc/rc.d/rc.httpd
>2. utk pastinya coba buka file rc.inet2, disitu ada spt ini :
>   # # start Apache
> dibawahnya ada perintah utk ngejalanin http, kalo benar berarti anda
> juga menjalankan service ini dari rc.inet2.
p>--
Saya coba jalankan perintah ini:
# grep "Start " /etc/rc.inet2
-> keluar seperti ini
# Start the RPC portmapper:
  echo "Starting RPC portmapper:  /sbin/rpc.portmap"
# Start the system logger.
# Start the inetd server:
  echo "Starting Internet super-server daemon:  /usr/sbin/inetd"
# Start the OpenSSH SSH daemon:
  echo "Starting OpenSSH SSH daemon:  /usr/sbin/sshd"
# # Start the BIND name server daemon:
# # Option number one:  Start the NAMED/BIND name server as root.
#   echo "Starting BIND:  /usr/sbin/named"
# # Start the BIND name server daemon:
# # Option number two:  Start the NAMED/BIND name server as user daemon.
#   echo "Starting BIND:  /usr/sbin/named -u daemon"
# # Start the network routing daemon:
#   echo "Starting network routing daemon:  /usr/sbin/routed"
# # Start the system status server:
#   echo "Starting system status server:  /usr/sbin/rwhod"
# Start NIS (the Network Information Service):
# Start the NFS server.   Note that for this to work correctly, you'll
# Starting the NFS server:
#echo "Starting PC-NFS daemons:  /usr/sbin/rpc.pcnfsd
/usr/sbin/rpc.bwnfsd"
berarti httpd tidak dijalankan lewat sini ya. apa mungkin karena bawaan
versi apache dari slack kita berbeda? (saya pakai slack 9.0, kalau tidak
salah Oom Lst pakai slack 9.1)

>3. boot ulang.
p>--
Ini keahlian saya hehehe.

Oh... iya saya coba simpulkan sedikit mengenai cara tracking Oom Lst ini
Apakah diduga apache saya bentrok dengan aplikasi lain? atau ada 2 perintah
menjalankan apache ini sehingga malah bentrok dan tidak jalan? jadi kalau
misalnya kesimpulan ini benar cara pemecahannya tinggal matikan aja salah
satu service yang mencoba up apache ini. (please CMIIW)

Jabat erat,

P-Man

* -
Married life is very frustrating.
In the first year of marriage, the man speaks and the woman listens.
In the second year, the woman speaks and the man listens.
In the third year, they both speak and the neighbours listen.



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-23 Terurut Topik ~Lst
On Wed, 24 Mar 2004 08:00:58 +0700
"P-Man" <[EMAIL PROTECTED]> wrote:
>
> yang jelas directory /path/to/ itu nggak ada Oom
> jangan-jangan harusnya /path/to itu diganti dengan  /etc/apache kali yaa

:-) .. ya, betul

> ServerType standalone

berarti anda tdk lewat inetd, inetd disini bukan inet{1 atau 2} yah... ;-)

> Port 80

ya, ini juga dah di Port 80...
 
> $ grep "User" /etc/apache/httpd.conf
> LoadModule userdir_module libexec/mod_userdir.so
> LoadModule usertrack_module   libexec/mod_usertrack.so
> AddModule mod_userdir.c
> 

ini Usernya mana ? anda nyarinya pake `u' ya, bukannya `U' ...?
 
> ># /usr/sbin/httpd -t
> Ini cuma buat check syntax penulisan script di httpd khan?
> yang keluar syntax ok.
> 
yup...

hmm, saya curiga anda menjalankan service http ini dari rc.inet2 & juga dari rc.httpd.
ini kutipan anda sblmnya :
``Lalu saya coba jalankan perintah httpd ini secara otomatis dengan perintah
chmod 755 /etc/rc.d/rc.httpd
lalu booting ulang.
dibagian awal saat pesan saya melihat ada pesan /usr/sbin/apachectl start
:httpd could not started.''

coba gini yah (pake root):
1. coba ganti execute mode rc.httpd dgn chmod -x /etc/rc.d/rc.httpd
2. utk pastinya coba buka file rc.inet2, disitu ada spt ini :
   # # start Apache 
   dibawahnya ada perintah utk ngejalanin http, kalo benar berarti anda juga 
menjalankan service ini dari rc.inet2.
3. boot ulang.

-- 
~Lst

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-23 Terurut Topik P-Man
-Original Message-


>inetd-nya di jalanin lagi gak ?
>abis di bunuh, kan perlu diidupin lagi.
>sebetulnya sih cukup di restart aja inetd dan httpd.
>( correct me if i'm wrong, i didn't touch slackware for 3 years )
Baik dibunuh. ataupun sesudah dihidupkan lagi...
tetap sama Oom... belum jalan juga (Masih kaku kali jadi belum bisa
jalan ...)
kalo inetd, saya cari di etc nggak ada (slack 9.0), yang ada inet1...
inet2 saya dah jalanin semua sih...
sepertinya sama aja

Terimakasih atas sarannya,

P-Man


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-23 Terurut Topik P-Man
> $ grep "ServerType" /path/to/httpd.conf
> $ grep "Port" /path/to/httpd.conf
> $ grep "Listen" /path/to/httpd.conf
> $ grep "User" /path/to/httpd.conf
ini maksudnya apa ya Oom? untuk mengecheck baris script bagian "tertentu"
yang ada di httpd.conf ya?
yang jelas directory /path/to/ itu nggak ada Oom
jangan-jangan harusnya /path/to itu diganti dengan  /etc/apache kali yaa
Ok gini kelanjutannya:
# grep "ServerType" /etc/apache/httpd.conf
# ServerType is either inetd, or standalone.  Inetd mode is only supported
on
ServerType standalone
# If your ServerType directive (set earlier in the 'Global Environment'

# grep "Port" /etc/apache/httpd.conf
# Port: The port to which the standalone server listens. For
Port 80
# Port to form a "canonical" name.  With this setting off, Apache will
# Portugese (pt) - Luxembourgeois* (ltz)
# Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)

$ grep "port" /etc/apache/httpd.conf
# ServerType is either inetd, or standalone.  Inetd mode is only supported
on
# ports, in addition to the default. See also the 
# BindAddress: You can support virtual hosts with this option. This
directive
# Dynamic Shared Object (DSO) Support
# Note: The order in which modules are loaded is important.  Don't change
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
# use the hostname:port that the client supplied, when possible.  This
# information on the fly. Note: Not all browsers support this.
# support keepalive when it is used on 301 or 302 (redirect) responses.
# Allow server status reports, with the URL of
http://servername/server-status
# Allow remote server configuration reports, with the URL of
# There have been reports of people trying to abuse an old bug from pre-1.1
# support/phf_abuse_log.cgi.

# grep "Listen" /etc/apache/httpd.conf
# is used to tell the server which IP address to listen to. It can either
# Port: The port to which the standalone server listens. For

$ grep "User" /etc/apache/httpd.conf
LoadModule userdir_module libexec/mod_userdir.so
LoadModule usertrack_module   libexec/mod_usertrack.so
AddModule mod_userdir.c
AddModule mod_usertrack.c
# If you wish httpd to run as a different user or group, you must run
# User/Group: The name (or #number) of the user/group to run httpd as.
#  . On SCO (ODT 3) use "User nouser" and "Group nogroup".
#suggested workaround is to create a user www and use that user.
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.


> $ grep "80" /etc/rc.d/* ,kalo permission denied coba pake root..
/etc/rc.d/ps.txt:root 1  0.5  0.0   480  228 ?S00:49
0:04 init
/etc/rc.d/ps.txt:root   304  0.0  0.2  1480  552 ?S00:49
0:00 /usr/sbin/crond -l10
/etc/rc.d/rc.modules:# USB Mustek MDC800 Digital Camera Support:
/etc/rc.d/rc.modules:#/sbin/modprobe mdc800
/etc/rc.d/rc.modules:#/sbin/modprobe ne io=0x280 # NE2000 at 0x280
/etc/rc.d/rc.modules:# Western Digital WD80*3 (and clones) support:
/etc/rc.d/rc.modules:# RealTek 8129/8139 (not 8019/8029!) support:
/etc/rc.d/rc.modules:# DTC 3180/3280 SCSI support:
/etc/rc.d/rc.modules:# Generic NCR5380/53c400 SCSI support:
/etc/rc.d/rc.modules:#/sbin/modprobe g_NCR5380
/etc/rc.d/rc.modules:# Floppy tape support (such as Colorado Jumbo 250 or
other QIC-80 drives):
Yang ini perintah untuk check modul yang diload ya?

># /usr/sbin/httpd -t
Ini cuma buat check syntax penulisan script di httpd khan?
yang keluar syntax ok.

Sepertinya masih di tracking satu-satu, menarik juga cara melacaknya
terimakasih.

Salam,

P(emula)-Man


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-22 Terurut Topik arifdep

inetd-nya di jalanin lagi gak ?
abis di bunuh, kan perlu diidupin lagi.
sebetulnya sih cukup di restart aja inetd dan httpd.
( correct me if i'm wrong, i didn't touch slackware for 3 years )





-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-22 Terurut Topik ~Lst
On Tue, 2004-03-23 at 01:37, ~Lst wrote:
> On Mon, 2004-03-22 at 01:47, P-Man wrote:
> > 
> > padahal sudah tinggal 2 port yang kebuka tetapi ketika dijalankan httpd
> > start tetap saja tinggal 2 (untung tidak trek... dung trek dung
> > tralala :) harusnya nambah satu lagi khan ya port 80 gitu...
> > 
> 
> coba gini yah :
> $ grep "ServerType" /path/to/httpd.conf
> $ grep "Port" /path/to/httpd.conf
> $ grep "Listen" /path/to/httpd.conf
> $ grep "User" /path/to/httpd.conf
> $ grep "80" /etc/rc.d/* ,kalo permission denied coba pake root..
> 

maap, tambahan satu lagi, sbg root coba:
# /usr/sbin/httpd -t

-- 
~Lst <[EMAIL PROTECTED]>

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-22 Terurut Topik ~Lst
On Mon, 2004-03-22 at 01:47, P-Man wrote:
> 
> padahal sudah tinggal 2 port yang kebuka tetapi ketika dijalankan httpd
> start tetap saja tinggal 2 (untung tidak trek... dung trek dung
> tralala :) harusnya nambah satu lagi khan ya port 80 gitu...
> 

coba gini yah :
$ grep "ServerType" /path/to/httpd.conf
$ grep "Port" /path/to/httpd.conf
$ grep "Listen" /path/to/httpd.conf
$ grep "User" /path/to/httpd.conf
$ grep "80" /etc/rc.d/* ,kalo permission denied coba pake root..

diliat dari hasil ps -aux anda, sptnya hampir semua service anda masih
dijalankan lewat inetd yah (terbukti dgn stlh meng-kill inetd, hanya
tinggal 2 service yg msh jalan)...
 
-- 
~Lst <[EMAIL PROTECTED]>

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-21 Terurut Topik P-Man
From: Abdullah Karim
>> [Sun Mar 14 20:09:00 2004] [crit] (98)Address already in use: make_sock:
>> could not bind to port 80

>coba # netstat -pln |grep LISTEN
>liat siapa yg sudah pake port 80
Kalo melihat dari hasil netstat (dapet ilmu baru hehehe...)
tcp0  0 0.0.0.0:515 0.0.0.0:*   LISTEN
301/
tcp0  0 0.0.0.0:37  0.0.0.0:*   LISTEN
289/inetd
tcp0  0 0.0.0.0:587 0.0.0.0:*   LISTEN
309/
tcp0  0 0.0.0.0:79  0.0.0.0:*   LISTEN
289/inetd
tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN
278/
tcp0  0 0.0.0.0:113 0.0.0.0:*   LISTEN
289/inetd
tcp0  0 0.0.0.0:21  0.0.0.0:*   LISTEN
289/inetd
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
292/sshd
tcp0  0 0.0.0.0:25  0.0.0.0:*   LISTEN
309/
unix  2  [ ACC ] STREAM LISTENING 308301/
/var/run/lprng
unix  2  [ ACC ] STREAM LISTENING 335318/gpm
/dev/gpmctl

Kayanya nggak ada yang pakai port 80 ini kan

>> root   289  0.0  0.2  1396  524 ?S06:05   0:00
>> /usr/sbin/inetd
>coba di matiin si inetd nya :)
Siap  bos
kalo ngeliat dari inetd.conf caranya sih kill -HUP 
saya lihat pidnya dengan cara ps -aux
USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root 1  0.6  0.0   480  228 ?S06:05   0:04 init
root 2  0.0  0.0 00 ?SW   06:05   0:00 [keventd]
root 3  0.0  0.0 00 ?SWN  06:05   0:00
[ksoftirqd_CPU0]
root 4  0.0  0.0 00 ?SW   06:05   0:00 [kswapd]
root 5  0.0  0.0 00 ?SW   06:05   0:00 [bdflush]
root 6  0.0  0.0 00 ?SW   06:05   0:00 [kupdated]
root10  0.0  0.0 00 ?SW<  06:05   0:00 [mdrecoveryd]
root11  0.0  0.0 00 ?SW   06:05   0:00 [kreiserfsd]
rpc278  0.0  0.2  1504  564 ?S06:05   0:00 [rpc.portmap]
root   284  0.0  0.2  1424  612 ?S06:05   0:00
/usr/sbin/syslogd
root   287  0.0  0.1  1360  460 ?S06:05   0:00
/usr/sbin/klogd -c 3 -x
root   289  0.0  0.2  1396  524 ?S06:05   0:00
/usr/sbin/inetd
root   292  0.0  0.5  3044 1384 ?S06:05   0:00
/usr/sbin/sshd
lp 301  0.0  0.4  3348 1240 ?S06:05   0:00 [lpd]
root   304  0.0  0.2  1480  552 ?S06:05   0:00
/usr/sbin/crond -l10
daemon 306  0.0  0.2  1488  652 ?S06:05   0:00 [atd]
root   309  0.0  0.5  3288 1448 ?S06:05   0:00 [sendmail]
smmsp  312  0.0  0.5  3284 1428 ?S06:05   0:00 [sendmail]
root   318  0.0  0.1  1404  472 ?S06:05   0:00
/usr/sbin/gpm -m /dev/mouse -t ps2
root   320  0.0  0.5  2260 1292 tty1 S06:05   0:00 -bash
root   321  0.0  0.4  2256 1276 tty2 S06:05   0:00 -bash
root   322  0.0  0.1  1356  488 tty3 S06:05   0:00 /sbin/agetty
38400 tty3 linux
root   323  0.0  0.1  1356  488 tty4 S06:05   0:00 /sbin/agetty
38400 tty4 linux
root   324  0.0  0.1  1356  488 tty5 S06:05   0:00 /sbin/agetty
38400 tty5 linux
root   325  0.0  0.1  1356  488 tty6 S06:05   0:00 /sbin/agetty
38400 tty6 linux
root   376  0.0  0.3  2656  812 tty2 R06:18   0:00 ps -aux

saya coba jalankan kill -HUP 289 sepertinya tidak berpengaruh... habis masih
ada sih kalau di ps -aux lagi
Lalu saya coba menjadi pembunuh berdarah dingin : kill -9 289
hasilnya adalah:
USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root 1  1.4  0.0   480  228 ?S01:05   0:04 init
root 2  0.0  0.0 00 ?SW   01:05   0:00 [keventd]
root 3  0.0  0.0 00 ?SWN  01:05   0:00
[ksoftirqd_CPU0]
root 4  0.0  0.0 00 ?SW   01:05   0:00 [kswapd]
root 5  0.0  0.0 00 ?SW   01:05   0:00 [bdflush]
root 6  0.0  0.0 00 ?SW   01:05   0:00 [kupdated]
root10  0.0  0.0 00 ?SW<  01:05   0:00 [mdrecoveryd]
root11  0.0  0.0 00 ?SW   01:05   0:00 [kreiserfsd]
rpc278  0.0  0.2  1504  564 ?S01:05   0:00 [rpc.portmap]
root   284  0.0  0.2  1424  612 ?S01:05   0:00
/usr/sbin/syslogd
root   287  0.0  0.1  1360  460 ?S01:05   0:00
/usr/sbin/klogd -c 3 -x
lp 298  0.0  0.4  3348 1240 ?S01:05   0:00 [lpd]
root   301  0.0  0.2  1480  552 ?S01:06   0:00
/usr/sbin/crond -l10
daemon 303  0.0  0.2  1488  652 ?S01:06   0:00 [atd]
root   309  0.0  0.1  1404  472 ?S01:06   0:00
/usr/sbin/gpm -m /dev/mouse -t ps2
root   311  0.0  0.5  2260 1316 tty

Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-20 Terurut Topik Abdullah Karim


On Sun, 21 Mar 2004, P-Man wrote:

> >ditmpt saya pake versi Apache-2.x...
> >$ grep "ErrorLog" /etc/apache2/httpd.conf
> ># ErrorLog: The location of the error log file.
> ># If you do not specify an ErrorLog directive within a 
> >ErrorLog /var/log/apache2/error_log
> >#ErrorLog /var/log/apache2/dummy-host.example.com-error_log
> >
> >apa kata /var/log/apache2/error_log ??
>
> Ini Oom lognya... terimakasih atas petunjuk melihat error_lognya dimana
>
> [Sun Mar 14 20:01:50 2004] [warn] module mod_php4.c is already added,
> skipping
> --->untuk yang ini saya sengaja buat test aja, sesudah saya kasih tanda #
> pada file mod_php.conf untuk mod_php4.c sudah beres...
>
> [Sun Mar 14 20:01:51 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
> configured -- resuming normal operations
> [Sun Mar 14 20:01:51 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
> [Sun Mar 14 20:04:59 2004] [warn] module mod_php4.c is already added,
> skipping
> [Sun Mar 14 20:04:59 2004] [crit] (98)Address already in use: make_sock:
> could not bind to port 80
> [Sun Mar 14 20:09:00 2004] [crit] (98)Address already in use: make_sock:
> could not bind to port 80

coba # netstat -pln |grep LISTEN
liat siapa yg sudah pake port 80


> root   289  0.0  0.2  1396  524 ?S06:05   0:00
> /usr/sbin/inetd

coba di matiin si inetd nya :)

Salam,

Duken

> P-Man
> (newbie)


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-20 Terurut Topik P-Man
>ditmpt saya pake versi Apache-2.x...
>$ grep "ErrorLog" /etc/apache2/httpd.conf
># ErrorLog: The location of the error log file.
># If you do not specify an ErrorLog directive within a 
>ErrorLog /var/log/apache2/error_log
>#ErrorLog /var/log/apache2/dummy-host.example.com-error_log
>
>apa kata /var/log/apache2/error_log ??

Ini Oom lognya... terimakasih atas petunjuk melihat error_lognya dimana

[Sun Mar 14 20:01:50 2004] [warn] module mod_php4.c is already added,
skipping
--->untuk yang ini saya sengaja buat test aja, sesudah saya kasih tanda #
pada file mod_php.conf untuk mod_php4.c sudah beres...

[Sun Mar 14 20:01:51 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
configured -- resuming normal operations
[Sun Mar 14 20:01:51 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Mar 14 20:04:59 2004] [warn] module mod_php4.c is already added,
skipping
[Sun Mar 14 20:04:59 2004] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Sun Mar 14 20:09:00 2004] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Sun Mar 14 20:14:17 2004] [notice] caught SIGTERM, shutting down
[Sun Mar 14 20:16:13 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
configured -- resuming normal operations
[Sun Mar 14 20:16:13 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Mar 14 20:23:46 2004] [notice] caught SIGTERM, shutting down
[Sun Mar 14 20:37:46 2004] [warn] module mod_php4.c is already added,
skipping
[Sun Mar 14 20:37:47 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
configured -- resuming normal operations
[Sun Mar 14 20:37:47 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Mar 14 21:24:23 2004] [crit] (98)Address already in use: make_sock:
could not bind to port 80
[Sun Mar 14 21:25:19 2004] [notice] caught SIGTERM, shutting down
[Wed Mar 17 02:28:49 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
configured -- resuming normal operations
[Wed Mar 17 02:28:49 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Mar 17 02:40:53 2004] [notice] caught SIGTERM, shutting down
[Wed Mar 17 02:48:00 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.1
configured -- resuming normal operations
[Wed Mar 17 02:48:00 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)

Sepertinya ada yang udah pakai addressnya kalau saya tidak salah baca.
saya coba ps -aux
USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root 1  0.6  0.0   480  228 ?S06:05   0:04 init
root 2  0.0  0.0 00 ?SW   06:05   0:00 [keventd]
root 3  0.0  0.0 00 ?SWN  06:05   0:00
[ksoftirqd_CPU0]
root 4  0.0  0.0 00 ?SW   06:05   0:00 [kswapd]
root 5  0.0  0.0 00 ?SW   06:05   0:00 [bdflush]
root 6  0.0  0.0 00 ?SW   06:05   0:00 [kupdated]
root10  0.0  0.0 00 ?SW<  06:05   0:00 [mdrecoveryd]
root11  0.0  0.0 00 ?SW   06:05   0:00 [kreiserfsd]
rpc278  0.0  0.2  1504  564 ?S06:05   0:00 [rpc.portmap]
root   284  0.0  0.2  1424  612 ?S06:05   0:00
/usr/sbin/syslogd
root   287  0.0  0.1  1360  460 ?S06:05   0:00
/usr/sbin/klogd -c 3 -x
root   289  0.0  0.2  1396  524 ?S06:05   0:00
/usr/sbin/inetd
root   292  0.0  0.5  3044 1384 ?S06:05   0:00
/usr/sbin/sshd
lp 301  0.0  0.4  3348 1240 ?S06:05   0:00 [lpd]
root   304  0.0  0.2  1480  552 ?S06:05   0:00
/usr/sbin/crond -l10
daemon 306  0.0  0.2  1488  652 ?S06:05   0:00 [atd]
root   309  0.0  0.5  3288 1448 ?S06:05   0:00 [sendmail]
smmsp  312  0.0  0.5  3284 1428 ?S06:05   0:00 [sendmail]
root   318  0.0  0.1  1404  472 ?S06:05   0:00
/usr/sbin/gpm -m /dev/mouse -t ps2
root   320  0.0  0.5  2260 1292 tty1 S06:05   0:00 -bash
root   321  0.0  0.4  2256 1276 tty2 S06:05   0:00 -bash
root   322  0.0  0.1  1356  488 tty3 S06:05   0:00 /sbin/agetty
38400 tty3 linux
root   323  0.0  0.1  1356  488 tty4 S06:05   0:00 /sbin/agetty
38400 tty4 linux
root   324  0.0  0.1  1356  488 tty5 S06:05   0:00 /sbin/agetty
38400 tty5 linux
root   325  0.0  0.1  1356  488 tty6 S06:05   0:00 /sbin/agetty
38400 tty6 linux
root   376  0.0  0.3  2656  812 tty2 R06:18   0:00 ps -aux

Apa saya harus melakukan pembunuhan (kill)? tapi yang mana yang harus
dibunuh?
Atau mungkin salah satu service di /etc/rc.d ada yang harus dirubah cmodnya?
Tebak-tebakan saya banyak yang salah yaa. hehehe..

mohon pencerahannya...

terimakasih sebelumnya,

salam,

P-Man
(newbie)



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



Re: [tanya-jawab] httpd slackware tidak jalan

2004-03-20 Terurut Topik ~Lst
On Sat, 2004-03-20 at 23:12, P-Man wrote:

> dibagian awal saat pesan saya melihat ada pesan /usr/sbin/apachectl start
> :httpd could not started.
> saya coba lihat di /var/log/messages juga nggak ada yang ada hubungannya
> dengan apache ini. Binun..
> 

ditmpt saya pake versi Apache-2.x...
$ grep "ErrorLog" /etc/apache2/httpd.conf
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a 
ErrorLog /var/log/apache2/error_log
#ErrorLog /var/log/apache2/dummy-host.example.com-error_log

apa kata /var/log/apache2/error_log ??

-- 
~Lst <[EMAIL PROTECTED]>

-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php



[tanya-jawab] httpd slackware tidak jalan

2004-03-20 Terurut Topik P-Man
Teman-teman yang baik..

Ketika kemarin saya coba menjalankan perintah di slackware
httpd start perintah #>links http://localhost/ berjalan dengan baik

Tapi tiba tiba pada pagi harinya ketika saya ketikkan perintah itu kembali
httpd start (tidak ada pesan error sama sekali).
lalu mencoba perintah
links http://localhost/ tiba-tiba di refused. biasanya sih kalo seperti ini
yang saya tau hal ini karena httpd belum dijalankan.
saya coba jalankan perintah nmap localhost ternyata memang tidak ada port 80
yang terbuka. Bahkan pid-nya pun tidak ada.
padahal kemarin saya jalankan bisa berjalan dengan baik.
lalu saya coba lagi ketik httpd start setau saya kalau perintah ini
dijalankan kembali biasanya ada pesan kalau httpd sudah dijalankan dan
sedang berjalan.
Tapi ini aneh tidak ada lagi pesan seperti itu.

Lalu saya coba jalankan perintah httpd ini secara otomatis dengan perintah
chmod 755 /etc/rc.d/rc.httpd
lalu booting ulang.
dibagian awal saat pesan saya melihat ada pesan /usr/sbin/apachectl start
:httpd could not started.
Saya kira ini mungkin karena iptables, lalu saya coba jalankan iptables -F
lalu saya coba ketikkan httpd start kembali.
Tapi tetap saja apachenya tidak jalan. tidak jalan tapi tidak ada kesalahan
saya coba lihat di /var/log/messages juga nggak ada yang ada hubungannya
dengan apache ini. Binun..

Pertanyaannya kenapa hal ini terjadi? bagaimana cara mengatasinya?

Salam,

Newbie


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php