RE: [opensuse] Re: upgrading Apache (Suse 10.0)
In order to avoid breaking stuff you should do the following. add this repositories: http://software.opensuse.org/download/Apache/SUSE_Linux_10.0/ http://software.opensuse.org/download/server:/php/server_apache_SuSE_Linux_1 0.0/ the remove your old PHP installation **completely** ( in case you are using the version included in 10.0 of course) then reinstall apache2-mod_php5 apache2-prefork, the needed PHP modules... ( you may need to upgrade more stuff depending what other software in your system uses libapr* ) ~~~~ Thank you Cristian for the info. The install went great, however I am getting the following error when starting apache; # rcapache2 status Checking for httpd2: unused testserver:~ # rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1 failed How can I fix this? Thank you for your help. ~James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
James D. Parra escribió:
# rcapache2 status Checking for httpd2: unused testserver:~ # rcapache2 start Starting httpd2 (prefork) (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs startproc: exit status of parent of /usr/sbin/httpd2-prefork: 1 failed
You probably got a zombie apache process.. use "killall -9 apache2-prefork" ( use with caution) and try to start apache again. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I have a sound card built in to my motherboard, and for some reason I cannot get it to play mp3 files. I downloaded the correct driver for it, from http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=23&PFid=23&Level=4&Conn=3&DownTypeID=3&GetDown=false#AC and I used the installer script they provided and it seemed to work fine. But when I try to start amarok 1.4 to try and play a file, I get an error saying "xine was unable to initialize any audio drivers." Also, when I try to do a "cat tst>/dev/audio" or "cat tst>/dev/dsp", with "tst" just being a text file, I get an error: "bash: /dev/dsp: No such device" and "bash: /dev/audio: No such device". I am running openSUSE 10.2 on the KDE gui. Anyone have any ideas? -Brandon -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I have a sound card built in to my motherboard, and for some reason I cannot get it to play mp3 files. I downloaded the correct driver for it, from http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=23&PFid=23&Level=4&Conn=3&DownTypeID=3&GetDown=false#AC and I used the installer script they provided and it seemed to work fine. But when I try to start amarok 1.4 to try and play a file, I get an error saying "xine was unable to initialize any audio drivers."
Also, when I try to do a "cat tst>/dev/audio" or "cat tst>/dev/dsp", with "tst" just being a text file, I get an error: "bash: /dev/dsp: No such device" and "bash: /dev/audio: No such device". I am running openSUSE 10.2 on the KDE gui.
Anyone have any ideas?
-Brandon -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Also, when I go into "hardware>sound" in Yast, it shows the device as "not configured," but when I do a "quick automatic setup" it says: "An error occurred during the installation of 'VT8233/A/8235/8237 AC97 Audio Controller'. The kernel module snd-via82xx for sound support could not be loaded. The can be caused by incorrect module parameters, including invalid IO or IRQ parameters." Does that mean I have to recompile? -Brandon -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2007-07-11 at 23:34 -0700, Brandon Carl wrote:
Also, when I go into "hardware>sound" in Yast, it shows the device as "not configured," but when I do a "quick automatic setup" it says: "An error occurred during the installation of 'VT8233/A/8235/8237 AC97 Audio Controller'. The kernel module snd-via82xx for sound support could not be loaded. The can be caused by incorrect module parameters, including invalid IO or IRQ parameters."
Does that mean I have to recompile?
RealTek is generally supported on install. Is this sound device disabled in bios? Does it work in the other OS? Can you use play in konsole? Interesting it says it could not load the module not that it was missing or unsupported. Have you tried the repair function off the installation disk? -- ___ _ _ _ ____ _ _ _ | | | | [__ | | | |___ |_|_| ___] | \/ | \ /|\ || |\ / |~~\ /~~\ /~~| //~~\ | \ / | \ || | X |__/| || |( `--. |__ | | \| \_/ / \ | \ \__/ \__| \\__/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Brandon Carl
-
Carl Spitzer
-
Cristian Rodriguez R.
-
James D. Parra