mp3 encoding - lame?

2005-08-20 Thread jurriaan
I want to encode some .wav files to mp3's. There's no lame in standard
debian amd64, so I downloaded a package from 

deb http://cyberspace.ucla.edu/marillat/ unstable main

This seems to hang on some files, gdb shows a backtrace starting with
count_bits(). Then I downloaded the original source (lame-3.96.1) and
compiled that (./configure, make, make install). This even manages to
crash with a segmentation fault on some files.

What do you people use to create mp3s ?

Thanks,
Jurriaan
-- 
Eat shit -- billions of flies can't be wrong.
Debian (Unstable) GNU/Linux 2.6.13-rc4-mm1 5505 bogomips load 0.17


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



Re: mp3 encoding - lame?

2005-08-20 Thread Azer Demir
hi,

there is a package called toolame, it is nearly identical to lame, but
it is a different project. in i386 (and maybe in other archs) lame
package is available, but not in amd64, i don't know why. but i used
toolame with grip(you can use it in command-line), it works fine.you
just configure your encoder type like other, and write encoder
executable like /usr/bin/toolame in Config/Encode/Encoder path in tabs.

jurriaan yazmış:

I want to encode some .wav files to mp3's. There's no lame in standard
debian amd64, so I downloaded a package from 

deb http://cyberspace.ucla.edu/marillat/ unstable main

This seems to hang on some files, gdb shows a backtrace starting with
count_bits(). Then I downloaded the original source (lame-3.96.1) and
compiled that (./configure, make, make install). This even manages to
crash with a segmentation fault on some files.

What do you people use to create mp3s ?

Thanks,
Jurriaan
  



-- 
Azer Demir


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



Is amd64 J2EE possible?

2005-08-20 Thread Joost Kraaijeveld
Hi,

Is it possible to develop J2EE applications on an AMD64 using a
(non)free 64 bit environment? 

If so, is there a HOWTO or other form of documentation of how to set up
such environement? 

TIA

Joost


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



mysql broken by apt-get

2005-08-20 Thread Craig Hagerman
I recently (yesterday) did an apt-get dist-upgrade which upgraded a
ton of stuff. After that I discovered that my web site was down. I
tracked it down to a problem with mysql. MySQL reports that

% Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)

After doing some reading online I did

% apt-get install mysql-server-4.1

I can't remember anything about how I installed mysql previously, but
I *think* I did it manually (without apt-get). I have a symlink in
/usr/local/mysql pointing to:

mysql-standard-4.0.22-unknown-linux-x86_64-glibc23

The dates on these files are all from 2004. But in /usr/bin/ I have a
lot of mysql* files dated  yesterday.

So right now, i can't log into mysql from the command line, my web
site (mambo) doesn't work (because of mysql it seems), myphpadmin
doesn't work. I assume that someone mysql got fs*ked when I did the
big apt-get dist-upgrade. Can anyone shed some light on what has
happened and how to get thing back to normal? I am not all that good
with mysql and have been bashing my head against this all night
without success.

Craig



Re: Is amd64 J2EE possible?

2005-08-20 Thread Angel Claudio Alvarez
El sáb, 20-08-2005 a las 14:11 +0200, Joost Kraaijeveld escribió:
 Hi,
 
 Is it possible to develop J2EE applications on an AMD64 using a
 (non)free 64 bit environment? 
 
Yes, it is

 If so, is there a HOWTO or other form of documentation of how to set up
 such environement?
 It's like in 1386 arch
Download j2sdk (for 64 bits) + tomcat + jboss
If you wish you can copile the sources (tomcat +jboss)
but I downloaded the binaries and then work fine


  
 
 TIA
 
 Joost
 
 
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: This is a digitally signed message part


Re: Is amd64 J2EE possible?

2005-08-20 Thread Joost Kraaijeveld
On Sat, 2005-08-20 at 11:56 -0300, Angel Claudio Alvarez wrote:
 El sáb, 20-08-2005 a las 14:11 +0200, Joost Kraaijeveld escribió:
  Hi,
  
  Is it possible to develop J2EE applications on an AMD64 using a
  (non)free 64 bit environment? 
  
 Yes, it is
 
  If so, is there a HOWTO or other form of documentation of how to set up
  such environement?
  It's like in 1386 arch
 Download j2sdk (for 64 bits) + tomcat + jboss
 If you wish you can copile the sources (tomcat +jboss)
 but I downloaded the binaries and then work fine
I can install the SDK but I cannot install the j2EE sdk (which I want to
use, besides JBoss that runs fine):

./sjsas_pe-8_1_02_2005Q2-linux.bin: error while loading shared
libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No
such file or directory 

But I cannot find the package for libstdc++-libc6.2-2 in any Debian
package...

Joost



Re: Is amd64 J2EE possible?

2005-08-20 Thread Bob Proulx
Joost Kraaijeveld wrote:
 On Sat, 2005-08-20 at 11:56 -0300, Angel Claudio Alvarez wrote:
  El sáb, 20-08-2005 a las 14:11 +0200, Joost Kraaijeveld escribió:
   Is it possible to develop J2EE applications on an AMD64 using a
   (non)free 64 bit environment? 
 
  Yes, it is
  
   If so, is there a HOWTO or other form of documentation of how to set up
   such environement?
   It's like in 1386 arch
  Download j2sdk (for 64 bits) + tomcat + jboss
  If you wish you can copile the sources (tomcat +jboss)
  but I downloaded the binaries and then work fine

 I can install the SDK but I cannot install the j2EE sdk (which I want to
 use, besides JBoss that runs fine):
 
 ./sjsas_pe-8_1_02_2005Q2-linux.bin: error while loading shared
 libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No
 such file or directory 
 
 But I cannot find the package for libstdc++-libc6.2-2 in any Debian
 package...

It is in the libstdc++2.10-glibc2.2_2.95.4-8_i386.deb which is a
32-bit package.  And also very old.  But you said you wanted a 64-bit
development environment.  So I assume you are trying to use the wrong
(32-bit instead of 64-bit) development environment.

Bob


signature.asc
Description: Digital signature


Re: mp3 encoding - lame?

2005-08-20 Thread Alan Ianson
On Sat August 20 2005 12:18 am, jurriaan wrote:
 I want to encode some .wav files to mp3's. There's no lame in standard
 debian amd64, so I downloaded a package from

 deb http://cyberspace.ucla.edu/marillat/ unstable main

There are a few packages missing from the amd64 archive because they don't 
build (yet) or don't behave. Should be available at some point. I never 
noticed this one was missing because I have been using oggenc for quite a 
while now and it is working fine on amd64. You could use that unless you need 
mp3 files.

 This seems to hang on some files, gdb shows a backtrace starting with
 count_bits(). Then I downloaded the original source (lame-3.96.1) and
 compiled that (./configure, make, make install). This even manages to
 crash with a segmentation fault on some files.

 What do you people use to create mp3s ?

 Thanks,
 Jurriaan
 --
 Eat shit -- billions of flies can't be wrong.
 Debian (Unstable) GNU/Linux 2.6.13-rc4-mm1 5505 bogomips load 0.17


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



Re: mysql broken by apt-get

2005-08-20 Thread Don Hayward

I recently (yesterday) did an apt-get dist-upgrade which upgraded a
ton of stuff. After that I discovered that my web site was down. I
tracked it down to a problem with mysql. MySQL reports that

% Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)

After doing some reading online I did

% apt-get install mysql-server-4.1

I can't remember anything about how I installed mysql previously, but
I *think* I did it manually (without apt-get). I have a symlink in
/usr/local/mysql pointing to:

mysql-standard-4.0.22-unknown-linux-x86_64-glibc23

The dates on these files are all from 2004. But in /usr/bin/ I have a
lot of mysql* files dated  yesterday.

So right now, i can't log into mysql from the command line, my web
site (mambo) doesn't work (because of mysql it seems), myphpadmin
doesn't work. I assume that someone mysql got fs*ked when I did the
big apt-get dist-upgrade. Can anyone shed some light on what has
happened and how to get thing back to normal? I am not all that good
with mysql and have been bashing my head against this all night
without success.

Craig




Try this:

Edit /etc/mysql/my.cnf
Comment out the line old_passwords = 1

HTH

Don

Don Hayward at pomobuli.net
On Sat, 20 Aug 2005, Craig Hagerman wrote:


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



illegal user logon

2005-08-20 Thread Dr Gavin Seddon
Hi,
I have noticed in my log there has been people trying to logon to my
debian box.  Is there any software available to stop this, or should I
use pam to restrict access?
Thanks.


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



Re: illegal user logon

2005-08-20 Thread Jan-Benedict Glaw
On Sat, 2005-08-20 19:10:07 +, Dr Gavin Seddon [EMAIL PROTECTED] wrote:
 I have noticed in my log there has been people trying to logon to my
 debian box.  Is there any software available to stop this, or should I
 use pam to restrict access?

Could you please go into deeper detail level? A simple my box doesn't
work the way I expected it is far from being helpful.

How did they log in? ...using which services? Are these services
expected to run on your system? How is authentication and authorization
done on your system? What shall said users be allowed to do, what not?
Is it enough to place /bin/true or /bin/false as login shell?

...and most important: why do you ask this on amd64 mailing list? Is
this problem amd64 specific? If not, maybe a different list would be
more supportive for you...

MfG, JBG

-- 
Jan-Benedict Glaw   [EMAIL PROTECTED]. +49-172-7608481 _ O _
Eine Freie Meinung in  einem Freien Kopf| Gegen Zensur | Gegen Krieg  _ _ O
 für einen Freien Staat voll Freier Bürger  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH)  ~(NEW_COPYRIGHT_LAW | DRM | TCPA));


signature.asc
Description: Digital signature


Mounting 32 bit-created XFS on AMD64: Bad???

2005-08-20 Thread Christopher Browne
It seems the power supply on my IA-32 box didn't survive the tornado
thunderstorms we experienced in Toronto yesterday.

In lieu of fixing it, I thought I'd mount the drives on the AMD64 box;
I have been putting off the migration for way too long.

Alas, it appears that I cannot mount any of the XFS filesystems.

Is it the case that XFS on IA-32 doesn't play well with XFS on AMD64? 
Irritating, if so...   (Means I can't get at /home until I take the
drive in to the office on Monday...)
-- 
http://www3.sympatico.ca/cbbrowne/linux.html
The true  measure of a  man is how he treats  someone who can  do him
absolutely no good. -- Samuel Johnson, lexicographer (1709-1784)



Re: Turion64 clock and the APIC

2005-08-20 Thread Frank
Am Donnerstag, 18. August 2005 08:06 schrieb Alex Perry:
 I've been using a Turion64 based laptop for a couple of weeks,
 installed with Sarge/Pure64 in a single boot configuration,
 and everything is as expected.  Just like my Athlon64 laptops.

 There's just one irritating thing.  Unless I specify NOAPIC,
 the system clock runs exactly twice as fast as wall clock.
 It maintains that ratio irrespective of the CPU frequency.
 It's true in both the Debian kernel-image-2.6.8-11-amd64-k8
 as well as the most recent 2.6.12.5 stable release (local build).

 Has anyone come across a patch to fix the problem neatly so I
 can turn my the APIC again?  Just thought I'd ask on list ...
   Alex.

 PS:
 HP L2005: ML-34, ATI south  video, RTL8139, Broadcom, rest TI.

I read this on debian-laptop, maybe it is a better fix then noapic?

http://lists.debian.org/debian-laptop/2005/07/msg00391.html


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



Re: Turion64 clock and the APIC

2005-08-20 Thread Alex Perry
 Am Donnerstag, 18. August 2005 08:06 schrieb Alex Perry:
  I've been using a Turion64 based laptop for a couple of weeks,
  installed with Sarge/Pure64 in a single boot configuration,
  and everything is as expected.  Just like my Athlon64 laptops.
 
  There's just one irritating thing.  Unless I specify NOAPIC,
  the system clock runs exactly twice as fast as wall clock.
  It maintains that ratio irrespective of the CPU frequency.
  It's true in both the Debian kernel-image-2.6.8-11-amd64-k8
  as well as the most recent 2.6.12.5 stable release (local build).
 
  Has anyone come across a patch to fix the problem neatly so I
  can turn my the APIC again?  Just thought I'd ask on list ...
  Alex.
 
  PS:
  HP L2005: ML-34, ATI south  video, RTL8139, Broadcom, rest TI.
 
 I read this on debian-laptop, maybe it is a better fix then noapic?
 
 http://lists.debian.org/debian-laptop/2005/07/msg00391.html

Looks great, but doesn't work for me ... either on custom or Debian kernel.


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