Jump to content

dmnokia

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by dmnokia

  1. Hi, I installed ML10 to my server. apache2 dont work, no error log in /var/log/messages, access_log and error_log. "etc/rc.d/init.d/httpd stop" dont produce any error but cant stop httpd2 process. I tryed XAMPP package (www.apachefriends.org) this package could not start too. Is there any way to debug the starting of apache2. Note: After fail ML10 I installed ML9.2. it works well any comment is welcome D.M
  2. Thanks a lot Idud, This is what I looking for months :D regards, D.M
  3. Hi, I am trying to install a web server using ML 10.0 I have not got any problem during the installation. during the boot I havent got any error messages. nmap shows 80 is open. httpd2 process is working. root@localhost# ps ax |grep httpd2 1042 ? S 0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_ACCESS -DHAVE_ACTIONS -DHAVE_ALIAS -DHAVE_ASIS -DHAVE_AUTH_ANON -DHAVE_AUTH_DBM -DHAVE_AUTH_DIGEST -DHAVE_AUTH -DHAVE_AUTOINDEX -DHAVE_CASE_FILTER_IN -DHAVE_CASE_FILTER -DHAVE_CERN_META -DHAVE_CGID -DHAVE_CGI -DHAVE_CHARSET_LITE -DHAVE_DIR -DHAVE_ENV -DHAVE_EXPIRES -DHAVE_EXT_FILTER -DHAVE_HEADERS -DHAVE_IMAP -DHAVE_INCLUDE -DHAVE_INFO -DHAVE_LOG_CONFIG -DHAVE_LOGIO -DHAVE_MIME_MAGIC -DHAVE_MIME -DHAVE_NEGOTIATION -DHAVE_REWRITE -DHAVE_SETENVIF -DHAVE_SPELING -DHAVE_STATUS -DHAVE_UNIQUE_ID -DHAVE_USERDIR -DHAVE_USERTRACK -DHAVE_VHOST_ALIAS but when i use "lynx localhost" it cant contact the web server. (HTTP request sent; waiting for response.) When I write # service httpd restart Starting httpd2: (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs [FAILED] the command cat not kill the httpd2 process (my ps ax command shows the httpd2 process) /var/log/messgages and /var/log/httpd/error_log dont contain any information for this error or I cant any information from google for this errror. Note: I cant work the apachefriends packet that contain apache2 any help is welcome, D.M
  4. Hi All, I want to chance my lilo theme during the select boot options. I was did it when I use Mandrake 9.1 but I forget it where I find it and how Is there any way for it or a package for it. I am using Mandrake 10.0 Thanks for your help, D.M [moved from Offtopic by spinynorman]
  5. Hi Folks, I mirrored official ML 10.0 from "ftp.uninett.no" then installed with ftp. When I want to add some programs with it produce a warring ıt says pgp key error do you want to ontinue?. I dont know why I receive this error. Any help is welcome, regards, D.M
  6. Hi folks, I want to set up a snort box with flexresp. I have ML 9.2. I install snort-mysql+flexresp package with urpmi. The installer installed snort and snort-mysql+flexresp packages. I confused some. I check the snort-mysql+flexresp package. It contains only one file named "/usr/sbin/snort-mysql+flexresp". I checked snort startup script "/etc/rc.d/init.d/snortd". It only contains "/usr/sbin/snort". It has not got any line for flexresp. I dont know what should I do for "snort-mysql+flexresp". Should I change snortd script? any help is welcome. D.M
  7. Hi, I need some wireless card name that you worked in Mandrake with no problem. I prefer 802.11a/b/g card Thx for answers D.M
  8. Hi, I want to make a FTP installation to my server. My server has got gigabit network card and the default network boot disk do not support my gigabit card (Intel 1000) How can I add a new module to startup disk. Thx for your help, D.M
  9. Hi All, I want learn something, is default kernel configuration for ML 92 ready for "traffic shaping" or not? Can I use " HTB" script directly? How can I learn that ? or should I compile a new kernel? any help is welcome D.M
  10. How can I learn kernel is ready for that? Thx for your great help Steve. D.M
  11. Hi All, I have a school network with 3 network. Student, staff and DMZ. Each has own real network address, gateway etc. I want to learn who fills my Internet bandwith I am using MRTG for monitoring my cisco device but it is not enough for me, I cant see who use. Is there any program or tool to monitor and shape the traffic with Mandrake. Any help is welcome, regards D.M
  12. I didnt work for me but I found a great answer from pclinuxonline.com forum. here is : open up a konsole and su to root then type update-menus -v It works for me :-) ths for your help, D.M
  13. Hi All, I installed ML 9.2 to my box with no problem. Then upgrade the ML with urpmi command then add plf site than upgrade again. When I restart my system some of KDE start menus is lost . For examle I have mozilla but I cant see the under internet menu, i cant see my games, etc. Where is my mandrake menus. any help is welcome. D.M
  14. Hi Paul, When I change "*" my eth0 IP all http virtual servers and my default servers work :-) But my default https stop the work. I think I should change something in /etc/httpd/conf.d/41_mod_ssl.default-vhost.conf ?? what should I do for virtual https servers ?? thx for your helps, D.M
  15. Hi Paul, I will check it but why my default server and virtual server dont work with http ?? thx for your help, D.M
  16. I have a Mandrake 9.1 box with apache 2.0.45 installed. In the default configuration I can access to default domain with http and https. When I add a virtual host to /etc/httpd/conf/vhosts/Vhosts.conf file I cant contact my default domain with https (I can access virtual domain with http protocol). If I want to connect my default site with http, my new virtual site comes . What should I do for my default domain? I want to run my default domain with http and https protocol and my virtual servers at a time. I only changed the /etc/httpd/conf/vhost/Vhost.conf file given below. ----------------------------------------------- NameVirtualHost 10.2.1.247 <VirtualHost *> ServerAdmin dm@testpc.domain.com DocumentRoot /var/www/html/mysource/web ServerName testpc01.domain.com <Directory /var/www/html/mysource/web> AllowOverride All Order allow,deny Allow from all </Directory> <Directory /var/www/html/mysource/squizlib> AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *> ServerAdmin dm@testpc.domain.com DocumentRoot /var/www/html/ ServerName testpc.domain.com <Directory /var/www/html/> AllowOverride All Order allow,deny Allow from all </Directory> CustomLog logs/testpc.domain.com-access_log "combined" ErrorLog logs/testpc.domain.com-error_log </VirtualHost> ----------------------------------------------- Any help is welcome D.M
  17. I found it :-) 1- add the texstar archive to urpmi urpmi.addmedia texstar ftp://ftp.ibiblio.org/pub/Linux/distribut...ndrake/9.0/rpms with hdlist.cz (single line) 2- urpmi --auto-select --media texstar thats all :-) DMnokia
  18. Hi folks, I have ML9.0 with KDE 3.0. I find KDE 3.1 at textstar for ML9.0 but I cant find any procedure to update. Can I use urpmi ? how? or any other methods for upgrade KDE? any suggesiton is welcome :-) Thx for your help DMNokia
  19. Hi, Thanks for your attention :-) DM
  20. Hi Folks, I downloaded some software from "mandrake.redbox.cz" and texstar. When I want to install I receive the following warning. "The following packages have bad signatures:" I dont know what this mean and what should I do Thx, for your help DM
  21. Hi folks, I have a ML 9.0 box with hardware RAID system (Mylex AcceleRAID 352). during the booting My ML9.0 box load the DAC960 driver and find my raid card and detects some of the partitons. After that load another driver and go on the boot process, 8-10 seconds later It finds more partitions of my hdd. Is it possible to giving some pausing after the "DAC 960" driver??. I wanting give more time to DAC960 driver for detect of my all partitions any help is welcome DMNokia
  22. Hi Folks, I have a Fujitsu-Siemens LifeBook C1020 Laptop. I installed ML9.0 during the setup it detects my sound card named "VT8233 [AC97 Audio Controller]" but I couldnt hear any voice my speaker only some "tik" tik sound. But I am not sure Mandrake detect my sound card correctly. My sound Card is "Conexant AC-link Audio". I can not find any information for my sound card to install a linux box :-( What should I do Any help is welcome DMNokia
×
×
  • Create New...