Discussion:
artsd crashes under centos 4.5
Olaf Mueller
2007-06-22 15:44:57 UTC
Permalink
Hello,

artsd (arts-1.5.7-1.el4) is crashing on centos 4.5. The soundsystem
could not be started under kcontrol.
Also /dev/snd/seq is missing. Is that ok?


regards
Olaf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-22 16:43:45 UTC
Permalink
Post by Olaf Mueller
Hello,
artsd (arts-1.5.7-1.el4) is crashing on centos 4.5. The soundsystem
could not be started under kcontrol.
Works for our boxes here.

Anyone else seeing this?
Post by Olaf Mueller
Also /dev/snd/seq is missing. Is that ok?
Not entirely sure, but it gives my bad vibes...

-- Rex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Olaf Mueller
2007-06-24 11:40:20 UTC
Permalink
Hello Rex.
Post by Rex Dieter
Post by Olaf Mueller
artsd (arts-1.5.7-1.el4) is crashing on centos 4.5. The soundsystem
could not be started under kcontrol.
Works for our boxes here.
Now I have installed the arts-1.5.7 sources from ftp.kde.org
under /usr/local/kde/. Then I have replaced the centos arts binaries
under /usr/bin/ with the self compiled sources
from /usr/local/kde/bin/ by symbolic links. The sound works fine now.
Also I had to load the module snd_seq by 'modprobe snd_seq'.

Could my centos-plus kernel (kernel-2.6.9-55.plus.c4.i686.rpm) be the
causer of this problem?

The error message of ~/.xsession-errors with the arts binaries from
centos:

AudioSubSystem::emergencyCleanup
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x2000005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20
Minor opcode: 0
Resource id: 0x2000005
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 19
Minor opcode: 0
Resource id: 0x2000005
ALSA lib seq_hw.c:446:(snd_seq_hw_open) open
/dev/snd/seq failed: Datei oder Verzeichnis nicht
gefunden
okay
unable to connect to sound server
unable to connect to sound server
unable to connect to sound server
unable to connect to sound server
unable to connect to sound server
unable to connect to sound server
AudioSubSystem::emergencyCleanup


regards
Olaf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-24 19:02:39 UTC
Permalink
Post by Olaf Mueller
Could my centos-plus kernel (kernel-2.6.9-55.plus.c4.i686.rpm) be the
causer of this problem?
Maybe ???

You could try out the stock kernel to see if problems persist or not.

-- Rex


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Olaf Mueller
2007-06-24 20:03:59 UTC
Permalink
Post by Rex Dieter
Post by Olaf Mueller
Could my centos-plus kernel (kernel-2.6.9-55.plus.c4.i686.rpm) be
the causer of this problem?
Maybe ???
You could try out the stock kernel to see if problems persist or not.
No, cause this kernel has no isa sound card support. That's why I am
using the centos-plus kernel.


regards
Olaf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Olaf Mueller
2007-06-25 05:25:35 UTC
Permalink
Post by Rex Dieter
Post by Olaf Mueller
Could my centos-plus kernel (kernel-2.6.9-55.plus.c4.i686.rpm) be
the causer of this problem?
Maybe ???
Now I am sure that there is something wrong with the compiling options
of fedora and centos. Cause I made an other test, that times with
fedora core 6 and kdm (kde 3.5.7) on an other computer to get more
info about Bugzilla Bug 243560.
I have installed kdm from sources (ftp.kde.org) to /usr/local/kde3.5.7
and created an link /usr/bin/kdm -> /usr/local/kde3.5.7/bin/kdm.

Now xdmcp with kdm works perfect.


regards
Olaf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-25 11:16:25 UTC
Permalink
Post by Olaf Mueller
Now I am sure that there is something wrong with the compiling options
of fedora and centos. Cause I made an other test, that times with
fedora core 6 and kdm (kde 3.5.7) on an other computer to get more
info about Bugzilla Bug 243560.
I have installed kdm from sources (ftp.kde.org) to /usr/local/kde3.5.7
and created an link /usr/bin/kdm -> /usr/local/kde3.5.7/bin/kdm.
Now xdmcp with kdm works perfect.
What ./configure options (if any) did you use?

We use on el4: (for the most part):
+ ./configure \
--includedir=/usr/include/kde --disable-rpath --disable-debug \
--disable-warnings --disable-dependency-tracking --enable-new-ldflags \
--disable-libmad --enable-final

-- Rex


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Olaf Mueller
2007-06-25 12:51:04 UTC
Permalink
Post by Rex Dieter
Post by Olaf Mueller
I have installed kdm from sources (ftp.kde.org) to
/usr/local/kde3.5.7
Now xdmcp with kdm works perfect.
What ./configure options (if any) did you use?
+ ./configure \
--includedir=/usr/include/kde --disable-rpath --disable-debug \
--disable-warnings --disable-dependency-tracking --enable-new-ldflags
\ --disable-libmad --enable-final
I have not used any additional options. The defaults from configure
file of arts are:

./configure --prefix=/usr --mandir=/usr/share/man \
--infodir=/usr/share/info --enable-shared --enable-threads=posix \
--enable-checking=release --with-system-zlib --enable-__cxa_atexit \
--disable-libunwind-exceptions --enable-libgcj-multifile \
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada \
--enable-java-awt=gtk --disable-dssi --enable-plugin \
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre \
--with-cpu=generic --host=i386-redhat-linux

Maybe my problem has something to do with alsa?


regards
Olaf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-25 12:55:01 UTC
Permalink
Post by Olaf Mueller
Maybe my problem has something to do with alsa?
Maybe, but I doubt it... I think you're on to something, since you seem
to have cured the XDMCP issue in the process.

I'll start tinkering.

-- Rex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Anthony J. H. M. Meijer
2007-06-28 07:46:38 UTC
Permalink
Post by Rex Dieter
Post by Olaf Mueller
Maybe my problem has something to do with alsa?
Maybe, but I doubt it... I think you're on to something, since you seem
to have cured the XDMCP issue in the process.
I'll start tinkering.
-- Rex
I am having a similar problem here. /dev/snd/seq disappeared and had to be
manually included using modprobe. Kernel is

2.6.9-55.0.2.ELsmp

kde version: 3.5.7-8.el4
arts/arts-devel: 1.5.7-1.el4

if I just type artsd on the command-line (w/o flags) I get the following
message:

artsd
unix_connect: can't connect to server
(unix:/tmp/ksocket-anthony/aardvark.shef.ac.uk-215d-468361f2)
tcp_connect: can't connect to server (tcp:aardvark.shef.ac.uk:34481)
loading extension from '/usr/lib/libartsmidi.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsmidi.la.
MCOP ObjectManager: can't find implementation for Arts::MidiManager.
loading extension from '/usr/lib/libartsbuilder.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsbuilder.la.
MCOP ObjectManager: can't find implementation for Arts::ArtsBuilderLoader.
Segmentation fault

The socket in question does exist, btw. Perhaps it is stale ?

Hope this helps. If there is anything for me to try, please let me know.

Anthony
--
--------------------------------------------------------------------------------
Dr. Anthony J. H. M. Meijer Email: ***@sheffield.ac.uk
Dept. of Chemistry, Room G8a WWW: meijer.group.shef.ac.uk
University of Sheffield Tel:+44-114-222-9482
Sheffield S3 7HF Fax:+44-114-222-9346
United Kingdom PGP:0xB55B90AF
--------------------------------------------------------------------------------
The best prophet of the future is the past.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-28 11:17:36 UTC
Permalink
Post by Anthony J. H. M. Meijer
I am having a similar problem here. /dev/snd/seq disappeared and had to be
manually included using modprobe. Kernel is
2.6.9-55.0.2.ELsmp
kde version: 3.5.7-8.el4
arts/arts-devel: 1.5.7-1.el4
Wierd indeed.
Post by Anthony J. H. M. Meijer
if I just type artsd on the command-line (w/o flags) I get the following
artsd
unix_connect: can't connect to server
(unix:/tmp/ksocket-anthony/aardvark.shef.ac.uk-215d-468361f2)
tcp_connect: can't connect to server (tcp:aardvark.shef.ac.uk:34481)
loading extension from '/usr/lib/libartsmidi.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsmidi.la.
MCOP ObjectManager: can't find implementation for Arts::MidiManager.
loading extension from '/usr/lib/libartsbuilder.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsbuilder.la.
MCOP ObjectManager: can't find implementation for Arts::ArtsBuilderLoader.
Segmentation fault
The socket in question does exist, btw. Perhaps it is stale ?
Separate problem. kdemultimedia-3.5.7 isn't yet built for el4.

-- Rex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Anthony J. H. M. Meijer
2007-06-28 12:43:42 UTC
Permalink
Post by Rex Dieter
Post by Anthony J. H. M. Meijer
I am having a similar problem here. /dev/snd/seq disappeared and had to
be manually included using modprobe. Kernel is
2.6.9-55.0.2.ELsmp
kde version: 3.5.7-8.el4
arts/arts-devel: 1.5.7-1.el4
Wierd indeed.
Strange indeed.

I've done some more testing. It does not appear related to using Alsa or OSS.
Also, I have played with the various options in kcontrol, but none of them
appear to have any effect on this.

Anthony
--
--------------------------------------------------------------------------------
Dr. Anthony J. H. M. Meijer Email: ***@sheffield.ac.uk
Dept. of Chemistry, Room G8a WWW: meijer.group.shef.ac.uk
University of Sheffield Tel:+44-114-222-9482
Sheffield S3 7HF Fax:+44-114-222-9346
United Kingdom PGP:0xB55B90AF
--------------------------------------------------------------------------------
Department chairmen never die, they just lose their faculties.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Rex Dieter
2007-06-28 12:18:22 UTC
Permalink
Post by Rex Dieter
Post by Anthony J. H. M. Meijer
I am having a similar problem here. /dev/snd/seq disappeared and had to
be manually included using modprobe. Kernel is
2.6.9-55.0.2.ELsmp
kde version: 3.5.7-8.el4
arts/arts-devel: 1.5.7-1.el4
Wierd indeed.
Post by Anthony J. H. M. Meijer
if I just type artsd on the command-line (w/o flags) I get the following
artsd
unix_connect: can't connect to server
(unix:/tmp/ksocket-anthony/aardvark.shef.ac.uk-215d-468361f2)
tcp_connect: can't connect to server (tcp:aardvark.shef.ac.uk:34481)
loading extension from '/usr/lib/libartsmidi.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsmidi.la.
MCOP ObjectManager: can't find implementation for Arts::MidiManager.
loading extension from '/usr/lib/libartsbuilder.la' failed: file not
found MCOP ObjectManager: Could not load extension libartsbuilder.la.
MCOP ObjectManager: can't find implementation for
Arts::ArtsBuilderLoader. Segmentation fault
The socket in question does exist, btw. Perhaps it is stale ?
Separate problem. kdemultimedia-3.5.7 isn't yet built for el4.
ok, i got the build problem fixed, pushing kdmm-3.5.7 for el4 to the repos
now...

-- Rex


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Anthony J. H. M. Meijer
2007-06-28 13:24:23 UTC
Permalink
Post by Rex Dieter
Post by Rex Dieter
Post by Anthony J. H. M. Meijer
I am having a similar problem here. /dev/snd/seq disappeared and had to
be manually included using modprobe. Kernel is
2.6.9-55.0.2.ELsmp
kde version: 3.5.7-8.el4
arts/arts-devel: 1.5.7-1.el4
Wierd indeed.
Post by Anthony J. H. M. Meijer
if I just type artsd on the command-line (w/o flags) I get the following
artsd
unix_connect: can't connect to server
(unix:/tmp/ksocket-anthony/aardvark.shef.ac.uk-215d-468361f2)
tcp_connect: can't connect to server (tcp:aardvark.shef.ac.uk:34481)
loading extension from '/usr/lib/libartsmidi.la' failed: file not found
MCOP ObjectManager: Could not load extension libartsmidi.la.
MCOP ObjectManager: can't find implementation for Arts::MidiManager.
loading extension from '/usr/lib/libartsbuilder.la' failed: file not
found MCOP ObjectManager: Could not load extension libartsbuilder.la.
MCOP ObjectManager: can't find implementation for
Arts::ArtsBuilderLoader. Segmentation fault
The socket in question does exist, btw. Perhaps it is stale ?
Separate problem. kdemultimedia-3.5.7 isn't yet built for el4.
ok, i got the build problem fixed, pushing kdmm-3.5.7 for el4 to the repos
now...
-- Rex
Not really wanting to contradict your earlier statement, but this does solve
the problem...

Anthony
--
--------------------------------------------------------------------------------
Dr. Anthony J. H. M. Meijer Email: ***@sheffield.ac.uk
Dept. of Chemistry, Room G8a WWW: meijer.group.shef.ac.uk
University of Sheffield Tel:+44-114-222-9482
Sheffield S3 7HF Fax:+44-114-222-9346
United Kingdom PGP:0xB55B90AF
--------------------------------------------------------------------------------
"OK, now let's look at four dimensions on the blackboard."
-- Dr. Joy

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Loading...