Re: arts/ALSA problem after unstable upgrade

2006-05-28 Thread Adam Collins
On Saturday 27 May 2006 21:24, David R. Litwin wrote:
 Logical: You (most probably) have only one repository for Sid (don't
 see why you'd need more) and this one has but one version of each
 package. Therefore, you may wish to use the manual solution: I found
 it very easy. Don't be alarmed by the statements that various other
 packages won't work: you are installing an other version of that which
 you take out.

Ok, this makes sense.  I'm coming from the Gentoo world where emerge lets 
you choose from many different versions of each package.  I've seen 
screenshots with aptitude where multiple package versions are shown, too, 
so I just assumed I was missing out on something.  Thanks for the 
clarification.

-- 
Pulling together is the aim of despotism and tyranny.
 Free men pull in all kinds of directions.
   Terry Pratchett, The Truth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: arts/ALSA problem after unstable upgrade

2006-05-28 Thread Florian Kulzer
On Sat, May 27, 2006 at 23:47:54 -0700, Adam Collins wrote:
 On Saturday 27 May 2006 21:24, David R. Litwin wrote:
  Logical: You (most probably) have only one repository for Sid (don't
  see why you'd need more) and this one has but one version of each
  package. Therefore, you may wish to use the manual solution: I found
  it very easy. Don't be alarmed by the statements that various other
  packages won't work: you are installing an other version of that which
  you take out.
 
 Ok, this makes sense.  I'm coming from the Gentoo world where emerge lets 
 you choose from many different versions of each package.  I've seen 
 screenshots with aptitude where multiple package versions are shown, too, 
 so I just assumed I was missing out on something.  Thanks for the 
 clarification.

You can add more lines to your /etc/apt/sources.list to include the
testing and the stable branch. That is quite handy for quick downgrades
when one of the packages in Sid has a problem. If you ever had the older
version installed you can also dpkg -i the corresponding .deb file
from /var/cache/apt/archives (unless you set up your system such that
the package cache is cleaned out regularly.)

-- 
Regards,
  Florian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



arts/ALSA problem after unstable upgrade

2006-05-27 Thread kruton
After the regualar apt-get update and upgrade
yesterday, the aRts sound server crashes on KDE
startup. On my machine I am using ALSA as the main
sound interface. If I Enable the Sound System from
Control Center  Sound Multimedia  Sound System with
audio device (in Hardware tab) to Autodetect or ALSA,
then, it keeps on starting sound system in an
infinite loop. And the KDE crash handler pops up with 
The application soundserver (artsd) crashed and
caused the signal 11 (SISEGV).

The backtrace shows:
This backtrace appears to be of no use.
This is probably because your packages are built in a
way which prevents creation of proper backtraces, or
the stack frame was seriously corrupted in the crash.

The disturbing part is that, if I Cancel this
starting sound system message/dialog box, crash
handler box pops up again, AND KEEPS POPING UP in a
new box unless I logout from KDE!!! Its a junk!

Using testing/unstable on i386 machine. I was not able
to find any bugs like this on bugs.debian.org.

--kruton


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: arts/ALSA problem after unstable upgrade

2006-05-27 Thread David R. Litwin
On 27/05/06, kruton [EMAIL PROTECTED] wrote:

After the regualar apt-get update and upgradeyesterday, the aRts sound server crashes on KDEstartup.snipThe problem is with libasound2. To quote Linas Žvirblis:If you do not use aptitude (I highly recommend it), you can do it manually:
1. Download libasound2_1.0.11-4_ARCH_NAME-HERE.deb from [1];2. Remove the package by running...   dpkg -r --force-all libasound2  ...as root;3. Install previously downloaded deb by running...
   dpkg -i DEB_NAME_NAME  ...as root.[1] http://ftp.us.debian.org/debian/pool/main/a/alsa-lib/That should take care of it.
-- —A watched bread-crumb never boils. —My hover-craft is full of eels.—[...]and that's the he and the she of it.  


Re: arts/ALSA problem after unstable upgrade (solved)

2006-05-27 Thread kruton
thanks that works.
--- David R. Litwin [EMAIL PROTECTED] wrote:

 On 27/05/06, kruton [EMAIL PROTECTED] wrote:
 
  After the regualar apt-get update and upgrade
  yesterday, the aRts sound server crashes on KDE
  startup.
 
 
 snip
 
 The problem is with libasound2. To quote Linas
 Žvirblis:
 
 If you do not use aptitude (I highly recommend it),
 you can do it manually:
 
 1. Download libasound2_1.0.11-4_ARCH_NAME-HERE.deb
 from [1];
 2. Remove the package by running...
 dpkg -r --force-all libasound2
 ...as root;
 3. Install previously downloaded deb by running...
 dpkg -i DEB_NAME_NAME
 ...as root.
 
 [1]

http://ftp.us.debian.org/debian/pool/main/a/alsa-lib/;
 
 That should take care of it.
 
 -- 
 —A watched bread-crumb never boils.
 —My hover-craft is full of eels.
 —[...]and that's the he and the she of it.
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: arts/ALSA problem after unstable upgrade

2006-05-27 Thread Adam Collins
On Saturday 27 May 2006 13:04, David R. Litwin wrote:
 The problem is with libasound2. To quote Linas Žvirblis:

 If you do not use aptitude (I highly recommend it), you can do it
 manually:

 1. Download libasound2_1.0.11-4_ARCH_NAME-HERE.deb from [1];
 2. Remove the package by running...
 dpkg -r --force-all libasound2
 ...as root;
 3. Install previously downloaded deb by running...
 dpkg -i DEB_NAME_NAME
 ...as root.

 [1] http://ftp.us.debian.org/debian/pool/main/a/alsa-lib/;

 That should take care of it.

Ok, so I'm trying to use aptitude to downgrade, but it only shows one 
version (1.0.11-5) available for the libasound2 package.  In fact, all 
packages only show one version available as far as I can tell...  I haven't 
found any explanation online as to why there aren't multiple versions 
available through aptitude.  Could there be something wrong with my 
aptitude configuration or my sources (ftp.debian.us.org)?  Or does sid only 
track one version of each package?

-- 
Pulling together is the aim of despotism and tyranny.
 Free men pull in all kinds of directions.
   Terry Pratchett, The Truth



Re: arts/ALSA problem after unstable upgrade

2006-05-27 Thread David R. Litwin
On 27/05/06, Adam Collins [EMAIL PROTECTED] wrote:
Ok, so I'm trying to use aptitude to downgrade, but it only shows oneversion (1.0.11-5) available for the libasound2 package.Logical:You(mostprobably)haveonlyonerepositoryforSid(don'tseewhyyou'dneedmore)andthisonehasbutoneversionofeach
package.Therefore,youmaywishtousethemanualsolution:Ifounditveryeasy.Don'tbealarmedbythestatementsthatvariousotherpackageswon'twork:youareinstallinganotherversionofthatwhichyoutakeout.
Cheers.-- —A watched bread-crumb never boils.—My hover-craft is full of eels.—[...]and that's the he and the she of it.