Re: SCSI-emulation

2005-06-22 Thread tony mancill
You can ignore that popup, hit the [Manually add device] button, and then
enter the device name of your CD burner - for example:  /dev/hdc.  As soon
as you hit enter, xcdroast should query the device and add it to the your
devices list.  It should work fine, the message is just a little misleading.

Greg Madden wrote:
> On Wednesday 22 June 2005 05:26 am, Attila Kocsis wrote:
> 
>>Hello,
>>
>>I have a quite simple question, though I haven't found
>>any documentation usable for me...
>>
>>How to enable SCSI-
>>Emulation under Debian amd-64?
>>Because XCDRoast says I have to do so in order to
>>activate it...
>>
>> Thanks
>>Attila
> 
> 
> The 2.6 kernels use dev=ATA:x,x,x, as in 'cdrecord dev=ATA: -scanbus'. I 
> haven't used Xcdroast but if there isn't a way to configure it to use  
> dev=ATA then I don't think it will work with a 2.6 kernel.
> 


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



Re: SCSI-emulation

2005-06-22 Thread Greg Madden
On Wednesday 22 June 2005 05:26 am, Attila Kocsis wrote:
> Hello,
>
> I have a quite simple question, though I haven't found
> any documentation usable for me...
>
> How to enable SCSI-
> Emulation under Debian amd-64?
> Because XCDRoast says I have to do so in order to
> activate it...
>
>  Thanks
> Attila

The 2.6 kernels use dev=ATA:x,x,x, as in 'cdrecord dev=ATA: -scanbus'. I 
haven't used Xcdroast but if there isn't a way to configure it to use  
dev=ATA then I don't think it will work with a 2.6 kernel.

-- 
Greg Madden


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



anyone running Asterisk w/Zaptel cards?

2005-06-22 Thread tony mancill
As a sanity check, is anyone out there successfully running Asterisk with
Zaptel cards under Debian amd64?  I'm running sid pure64 with the stock
2.6.12 kernel.  I was able to load the wcfxs and wcfxo modules, but as soon
as I started asterisk the system locked up (no response to any keyboard
input or pings from another system) and had to be power-cycled.  I check the
asterisk logs and kern.log, but no hints.  The system has been stable for
months, and no changes were made (other than adding the FXS and FXO cards,
which work fine in an i386 system).  I double-checked and the PCI bus in the
x86-64 system isn't overclocked.

If anyone on the list is able to run this configuration successfully, please
drop me a note.

Thanks,
tony


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



Re: kernel compile error, with amd power now k8

2005-06-22 Thread Mart Frauenlob

Hello Bruno,

Bruno Ducrot wrote:

On Wed, Jun 22, 2005 at 10:14:46PM +0200, Bruno Ducrot wrote:


linux/arch/i386/kernel/cpu/cpufreq/Kconfig contains those line:



Same for
linux/arch/x86_64/kernel/cpufreq/Kconfig (oops)



config X86_POWERNOW_K8_ACPI
   bool
depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
default y

therefore it's is a kconfig bug.



Thank you for looking it up!
I'm no programmer (just bit scripting :/), though i understand what 
these lines say ;-p.
I just wish (from the users point of view) those dependencies would be 
resolved while the i.e. 'menuconfig' process, not after...


Greets
Mart


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



Re: kernel compile error, with amd power now k8

2005-06-22 Thread Bruno Ducrot
On Wed, Jun 22, 2005 at 10:14:46PM +0200, Bruno Ducrot wrote:
> linux/arch/i386/kernel/cpu/cpufreq/Kconfig contains those line:

Same for
linux/arch/x86_64/kernel/cpufreq/Kconfig (oops)

> 
> config X86_POWERNOW_K8_ACPI
> bool
>   depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
>   depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
>   default y
> 
> therefore it's is a kconfig bug.
> 

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


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



Re: kernel compile error, with amd power now k8

2005-06-22 Thread Bruno Ducrot
On Wed, Jun 22, 2005 at 09:14:05PM +0200, Mart Frauenlob wrote:
> Hello,
> 
> Bruno Ducrot wrote:
> >On Wed, Jun 22, 2005 at 05:56:27PM +0200, Mart Frauenlob wrote:
> >
> >>This only happens if i set AMD PowerNowK8 to be compiled directly into 
> >>the kernel.
> >
> >
> >But acpi_processor is compiled as a module, correct?  If yes it's a
> >kconfig trouble.
> 
> CONFIG_ACPI=y
> CONFIG_ACPI_BOOT=y
> CONFIG_ACPI_INTERPRETER=y
> # CONFIG_ACPI_SLEEP is not set
> CONFIG_ACPI_AC=m
> CONFIG_ACPI_BATTERY=m
> CONFIG_ACPI_BUTTON=m
> CONFIG_ACPI_FAN=m
> CONFIG_ACPI_PROCESSOR=m
> CONFIG_ACPI_THERMAL=m
> # CONFIG_ACPI_ASUS is not set
> # CONFIG_ACPI_TOSHIBA is not set
> # CONFIG_ACPI_DEBUG is not set
> CONFIG_ACPI_BUS=y
> CONFIG_ACPI_EC=y
> CONFIG_ACPI_POWER=y
> CONFIG_ACPI_PCI=y
> CONFIG_ACPI_SYSTEM=y
> 
> Yes... then it's a config trouble. In compiled with this settings quite 
> a couple of times, while changing others, so thought they would be ok 
> that way.
> 
> *shrug* -> closed
> 

Please reopen :)

linux/arch/i386/kernel/cpu/cpufreq/Kconfig contains those line:

config X86_POWERNOW_K8_ACPI
bool
depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
default y

therefore it's is a kconfig bug.

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


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



Re: Question about abbreviations

2005-06-22 Thread Ross Boylan
On Wed, Jun 22, 2005 at 08:52:51AM -0400, Lennart Sorensen wrote:
> On Tue, Jun 21, 2005 at 05:10:35PM -0700, Ross Boylan wrote:
> > First, thanks to all of you who worked on the AMD64 port.
> > 
> > In looking at http://amd64.debian.net/docs/package_changes.txt I don't
> > understand some of the abbreviations.  Could anyone clue me in?  In
> > particular, PaS and ANAIS.
> > 
Thanks for the clear explanation of ANAIS.  How about PaS?


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



Re: kernel compile error, with amd power now k8

2005-06-22 Thread Mart Frauenlob

Hello,

Bruno Ducrot wrote:

On Wed, Jun 22, 2005 at 05:56:27PM +0200, Mart Frauenlob wrote:

This only happens if i set AMD PowerNowK8 to be compiled directly into 
the kernel.



But acpi_processor is compiled as a module, correct?  If yes it's a
kconfig trouble.


CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
# CONFIG_ACPI_SLEEP is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y

Yes... then it's a config trouble. In compiled with this settings quite 
a couple of times, while changing others, so thought they would be ok 
that way.


*shrug* -> closed

cu
Mart


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



Re: kernel compile error, with amd power now k8

2005-06-22 Thread Bruno Ducrot
On Wed, Jun 22, 2005 at 05:56:27PM +0200, Mart Frauenlob wrote:
> 
> This only happens if i set AMD PowerNowK8 to be compiled directly into 
> the kernel.

But acpi_processor is compiled as a module, correct?  If yes it's a
kconfig trouble.

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


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



Re: variety by rimskys

2005-06-22 Thread Sam Mcgrath
ATTENTION - Immediate Action Required

This is your Third and Final Notification, there now are two potential deals 
for your review. 

Please note that past credit history is a non-factor as long as you (or your 
spouse) are still employed.

Verify your information with our secure form to ensure our records are up to 
date.

http://www.lending-leadersx.com/index.php?refid=windsor


We look forward to helping you reach your goals. 

--Sam Mcgrath
Senior Financial Analyst - LMR Inc.

Did this reach you in error? please let us know so you won't recieve again:
http://www.lending-leadersx.com/r.php





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



kernel compile error, with amd power now k8

2005-06-22 Thread Mart Frauenlob

Hello,

i get this error when compiling a debian kernel-source:

---
  AR  arch/x86_64/lib/lib.a
  GEN .version
  CHK include/linux/compile.h
  UPD include/linux/compile.h
  CC  init/version.o
  LD  init/built-in.o
  LD  .tmp_vmlinux1
ld: BFD 2.15 assertion fail ../../bfd/linker.c:619
arch/x86_64/kernel/built-in.o(.init.text+0x767a): In function 
`powernowk8_cpu_init':

: undefined reference to `acpi_processor_register_performance'
arch/x86_64/kernel/built-in.o(.init.text+0x7819): In function 
`powernowk8_cpu_init':

: undefined reference to `acpi_processor_unregister_performance'
arch/x86_64/kernel/built-in.o(.exit.text+0x33): In function 
`powernowk8_cpu_exit':

: undefined reference to `acpi_processor_unregister_performance'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [stamp-build] Error 2
--

This only happens if i set AMD PowerNowK8 to be compiled directly into 
the kernel.

LKM compile is not affected.
I tried gcc 3.3 and 3.4.
uname -r
2.6.8-11-amd64-k8

If anybody can reproduce this... a bug in the driver i guess?
Any more info needed?
I dont need PowerNow, but if help is needed i can do some testing.

greets

Mart


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



Re: kde 3.4.1 mime problems

2005-06-22 Thread Niclas Wahlgren

Modestas Vainius wrote:


2005 m. Birželio 22 d., Trečiadienis 16:42, Niclas Wahlgren rašė:
 


What to do?
   


Have you tried logging out and logging in again?
 



Now I have logged out and in, it works!
Thanks!


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



Re: Advice sought on moving to AMD64

2005-06-22 Thread Christopher Browne
On 6/20/05, Rory Campbell-Lange <[EMAIL PROTECTED]> wrote:
> Hi Everyone
> 
> On 20/06/05, Lennart Sorensen ([EMAIL PROTECTED]) wrote:
> > On Mon, Jun 20, 2005 at 03:49:33PM -0400, Nathan Dragun wrote:
> > > Woops, sorry about that bit of mis-information.
> > >
> > > What kind of performance gains have they been showing over the IDE/SCSI
> > > interface SATA drives, any clue?
> >
> > Well most drives have never hit the speed limits of the interface they
> > use, so in terms of raw throughput you generally won't see a difference.
> ...
> 
> We intend to use 2 SCSI disks in RAID1 for the system and the others in
> RAID10 for the DB.
> 
> There is (obviously) a lot of debate about SATA vs SCSI on the
> Postgresql list. The general opinion is that 7200 rpm SATA disks just
> aren't fast/smart enough to cut it for serious database use, 10K Raptors
> being a possible exception. Since SCSI drives are designed "to do
> physical I/O scheduling, because the CPU can issue multiple commands
> before the drive has to report completion of the first one.  IDE isn't
> designed to do that..." [Tom Lane], we're going for that.

IDE wasn't designed for that, but indications are that there are plans
for SATA to be able to support tagged command queueing.

It hasn't been supported with early SATA hardware, which is a pretty
thin veneer of SATA interfacing atop otherwise IDE hardware.

But command queuing should be starting to be supported...
-- 
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: kde 3.4.1 mime problems

2005-06-22 Thread Modestas Vainius
2005 m. Birželio 22 d., Trečiadienis 16:42, Niclas Wahlgren rašė:
> What to do?
Have you tried logging out and logging in again?


pgpTPzR04luSy.pgp
Description: PGP signature


kde 3.4.1 mime problems

2005-06-22 Thread Niclas Wahlgren

I added
deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./ to my soureces.list
and did update and upgrade

During install I got a lot of warnings about undefined mimetype

When trying to run konqueror:
[EMAIL PROTECTED]:~$ kio (KSycoca): WARNING: Found version 75, expecting 
version 79 or higher.

kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 75, expecting version 79 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 75, expecting version 79 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
.
.
.
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
Browser/View not found

kio (KSycoca): WARNING: Found version 75, expecting version 79 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
KURIFilter/Plugin not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
inode/directory not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
inode/directory not found

konqueror: WARNING: KonqFactory::createView : no factory
konqueror: WARNING: Profile Loading Error: View creation failed
kio (KMimeType): WARNING: KServiceType::offers : servicetype text/html 
not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype text/html 
not found

konqueror: WARNING: KonqFactory::createView : no factory
konqueror: WARNING: Profile Loading Error: View creation failed
kio (KMimeType): WARNING: KServiceType::offers : servicetype text/html 
not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype text/html 
not found

konqueror: WARNING: KonqFactory::createView : no factory
konqueror: WARNING: Profile Loading Error: View creation failed


when I try to run kcontrol:
"Could not find mime type application/octet-stream" pops up

What to do?


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



Re: Debian pure-amd64 and sun-java

2005-06-22 Thread Rathgeb Markus

could it be, that following is missing on sun amd64 java?

javaws (web start)
browser (firefox, ...) plugins

??


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



Re: SCSI-emulation

2005-06-22 Thread Lennart Sorensen
On Wed, Jun 22, 2005 at 06:26:54AM -0700, Attila Kocsis wrote:
> I have a quite simple question, though I haven't found
> any documentation usable for me...
> 
> How to enable SCSI-
> Emulation under Debian amd-64?
> Because XCDRoast says I have to do so in order to
> activate it...

Then xcdroast is wrong.

scsi emulation is highly discouraged under 2.6 kernels, since you get
better performance using the ide-cd interface for writers directly.

cdrdao, cdrecord and growisofs all support direct ide access, so scsi
emulation is unnecesary.  If xcdroast doesn't know that, it is terribly
out of date.

Perhaps using k3b or nautilus as an interface would be better than
xcdroast (which in my memory was a terrible piece of junk in the past).

I am personally a command line guy.

Len Sorensen


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



SCSI-emulation

2005-06-22 Thread Attila Kocsis
Hello,

I have a quite simple question, though I haven't found
any documentation usable for me...

How to enable SCSI-
Emulation under Debian amd-64?
Because XCDRoast says I have to do so in order to
activate it...

 Thanks
Attila

__
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: Does Debian-pure64 still exist?

2005-06-22 Thread Lennart Sorensen
On Wed, Jun 22, 2005 at 10:32:17AM +0200, [EMAIL PROTECTED] wrote:
> I just installed debian on my amd64 today with a
> debian-testing-amd64-netinst.iso . And I have a problem with the
> sources. Finally I use that one for the instalation:
> 
> deb http://ftp.es.debian.org/debian-amd64/debian testing main  non-free
> deb-src http://ftp.es.debian.org/debian-amd64/debian testing main  non-free
> 
> And now I'm upgrading to  Sid with and some marillat stuff for multimedia.
> 
> deb http://ftp.es.debian.org/debian-amd64/debian unstable main contrib 
> non-free
> deb-src http://ftp.es.debian.org/debian-amd64/debian unstable main contrib 
> non-f
> ree
> 
> I would like to help testing new packages, ?where can I get a
> 'funnier' sources.list?
>  I look at the list archives, but I feel I little confused because I
> read about pure64 but nows it looks to be just amd64 :? I see  sources
> for KDE, for xorg.. ?wich one are the official ones?

As far as I am able to tell there are currently two amd64 debian
releases it:
amd64.debian.net/debian or /debian-pure64 (your choice, one is a symlink)
amd64.debian.net/debian-amd64

The difference between amd64 and pure64 I am actually not sure of, but
they are not the same given files in each dir has different time stamps.

I keep a chroot of each on by i386 sarge machine so I can play with
programs from both (I mostly need i386 so that's what I installed on the
machine, the 64bit is just for playing with, hence the chroots for that).

The is also a gcc4.0 based release on the ppc machine somewhere (off
alioth as far as I recall) which I have not looked at, since it seems to
be the more experimental release.

Len Sorensen


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



Re: Question about abbreviations

2005-06-22 Thread Lennart Sorensen
On Tue, Jun 21, 2005 at 05:10:35PM -0700, Ross Boylan wrote:
> First, thanks to all of you who worked on the AMD64 port.
> 
> In looking at http://amd64.debian.net/docs/package_changes.txt I don't
> understand some of the abbreviations.  Could anyone clue me in?  In
> particular, PaS and ANAIS.
> 
> It might be nice to provide a little guide in that document, or a
> pointer to one (including other terms like FTBFS that I do know).
> 
> Oh, http://women.alioth.debian.org/dicts/dward.fi.html has
> ANAIS
> 
> Architecture Not Allowed In Source.
> 
> To be honest, that still doesn't mean much to me.

All debian source packages contain a line that says which architectures
it can build on.  Most will say any/all.  A package that has no
architecture specific code (only scripts and data files) will by
architecture any.  all means it has architecture specific files, such as
libraries and binaries.  all means it should compile an all
architectures in debian.  Some packages list specific architectures in
cases where they are known to only work on some architectures or to be
only of use to some architectures.  Sometimes they are wrong, and it
would have worked on another architecture but the maintainer hasn't
tried it and doesn't know that so it only lists the ones that are tested
and known to build.

A number of packages have traditionally only been of use to i386, but of
course given that amd64 is an extension of i386, most of those packages
would also make sense for amd64, but some haven't been updated to
indicate that.

> If you could cc me I'd appreciate it, as I'm not on this list.

Len Sorensen


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



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread antongiulio05
> I'm using K3b 1.11.20 too and I have no problems. It burns CDs and DVDs
> with no errors. You can get
> cdrdao's source - http://ftp.debian.org/debian/pool/main/c/cdrdao/
> the 64bit patch - 
> http://ftp.sh.cvut.cz/MIRRORS/debian-amd64/debian-amd64/patches/
> Patch it, compile and install it. It works fine.
> 
> Svilen

I have patched && compiled cdrdao (removing 'rep-package'). Now it's not crash 
on 'dvd-data' but on 'cd-data'.

Giulio


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



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread antongiulio05
> I am also experiencing crashes with 0.11.20.
> I suspected that they are caused by the non-official "cdrdao"-package, I use? 
> Where did you get your cdrdao package from? I hope there will soon be one in 
> the AMD64 Debian repository.

I got here my cdrdao pack:

### mirror.switch.ch
deb http://mirror.switch.ch/ftp/mirror/debian-amd64/debian/ unstable main 
contrib non-free
deb-src http://mirror.switch.ch/ftp/mirror/debian-amd64/debian/ unstable main 
contrib non-free

Giulio


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



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread Svilen Stanoev
Hi,
I'm using K3b 1.11.20 too and I have no problems. It burns CDs and DVDs
with no errors. You can get
cdrdao's source - http://ftp.debian.org/debian/pool/main/c/cdrdao/
the 64bit patch - 
http://ftp.sh.cvut.cz/MIRRORS/debian-amd64/debian-amd64/patches/
Patch it, compile and install it. It works fine.

Svilen

Frank wrote:
> Am Mittwoch, 22. Juni 2005 09:55 schrieb antongiulio05:
> 
>>Hi,
>>
>>I have installed k3b from debian repository. It's an old version again
>>(0.11.20) with many crashes everytime. And so I have recompiled new version
>>(0.12.1) with all necessary libs. However, k3b crashes many times again!
>>This problem is related directly to k3b, or at use of k3b on debian? Have
>>you tested last k3b version?
>>
>>Thanks
>>Giulio
> 
> 
> I am also experiencing crashes with 0.11.20.
> I suspected that they are caused by the non-official "cdrdao"-package, I use? 
> Where did you get your cdrdao package from? I hope there will soon be one in 
> the AMD64 Debian repository.
> 
> Frank
> 
> 

Internet Securities, Inc. (trading as ISI Emerging Markets) is a Euromoney 
Institutional Investor company.


This communication contains information which is confidential. It is for the 
exclusive use of the intended recipient(s). If you are not the intended 
recipient(s) please note any distribution, copying or use of this communication 
or the information in it is strictly prohibited. If you have received this 
communication in error please notify us by e-mail or bytelephone (as above) and 
then delete the e-mail and all attachments and any copies thereof.



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



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread Frank
Am Mittwoch, 22. Juni 2005 09:55 schrieb antongiulio05:
> Hi,
>
> I have installed k3b from debian repository. It's an old version again
> (0.11.20) with many crashes everytime. And so I have recompiled new version
> (0.12.1) with all necessary libs. However, k3b crashes many times again!
> This problem is related directly to k3b, or at use of k3b on debian? Have
> you tested last k3b version?
>
> Thanks
> Giulio

I am also experiencing crashes with 0.11.20.
I suspected that they are caused by the non-official "cdrdao"-package, I use? 
Where did you get your cdrdao package from? I hope there will soon be one in 
the AMD64 Debian repository.

Frank


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



Re: Has anyone ever....

2005-06-22 Thread Graham Smith



I haven't tried it, but I suspect if you tell it to use them as DDR400,
it will either automatically pick slower timins for CAS and such, so it
will at best be rather slow DDR400 memory, or you have to make it use
slower timings to make it work.

I have used PC100 CAS 2 memory as PC133 CAS 3 memory before and that
seemed reliable.

Len Sorensen


 

Probably very unlikely that it would be stable with the same latencies 
and timings as the 2700 settings then?  I know that some chips far out 
perform what they boast, where others barely meet the expectations.  No 
clue if Corsair can hold these expections or not. : /


Thanks for the reply,
Nathan

Code is poetry.




You'll need to test them and see what happens. Corsair is generally 
"overclockable" but by how much you can't tell until you try. If 
possible position a fan over the memory to cool it when it is 
overclocked as this can help achieve higher overclocks.


Of course this is predicated on you having a motherboard that allows you 
to tweak the memory speeds and timings which not all do.


Graham


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



Does Debian-pure64 still exist?

2005-06-22 Thread [EMAIL PROTECTED]
Hi, 

I just installed debian on my amd64 today with a
debian-testing-amd64-netinst.iso . And I have a problem with the
sources. Finally I use that one for the instalation:

deb http://ftp.es.debian.org/debian-amd64/debian testing main  non-free
deb-src http://ftp.es.debian.org/debian-amd64/debian testing main  non-free

And now I'm upgrading to  Sid with and some marillat stuff for multimedia.

deb http://ftp.es.debian.org/debian-amd64/debian unstable main contrib non-free
deb-src http://ftp.es.debian.org/debian-amd64/debian unstable main contrib non-f
ree

I would like to help testing new packages, ¿where can I get a
'funnier' sources.list?
 I look at the list archives, but I feel I little confused because I
read about pure64 but nows it looks to be just amd64 :? I see  sources
for KDE, for xorg.. ¿wich one are the official ones?

Cheers.

-excuses about my poor english-



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread antongiulio05
> I tested k3b 0.12 beta a few weeks ago. I had no problems with it at all. 
> Indeed, I don't experience crashes with 0.11.20 either.
> 
> What's to your problem, did you uninstall old k3b debs before compiling & 
> installing new k3b? I have plans to make quick&dirty k3b 0.12.1 packages for 
> private use some time today or tomorrow. I could share them with you if you 
> wish.


Yes, I have unistalled all k3b-packages.
An example of crash: when I click on 'make dvd-datas'.
However, if you have a precompiled madeself package please send me it to test.

This is the final output my './configure --prefix=/usr':

K3b Configure results:
--
Ogg Vorbis support:yes

Mp3 decoding support (libmad): yes

Audio meta data reading with Taglib:   yes

libsndfile audio decoding support: yes

FLAC support:  yes

Musepack support:  yes

Lame Mp3 encoder plugin:   yes

Audio resampling:
using version bundled with K3b

FFMpeg decoder plugin (decodes wma and others):
   yes

Resmgr support:yes

Audioplayer available (aRts)   yes

Compile K3bSetup 2:yes

Tag guessing using MusicBrainz yes

Compile HAL supportyes
--


Good - your configure finished. Start make now

it seems all ok.

Thanks,
Giulio


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



Re: k3b 0.12.1 multi-crash

2005-06-22 Thread Modestas Vainius
2005 m. Birželio 22 d., Trečiadienis 10:55, antongiulio05 rašė:
Hi,

> I have installed k3b from debian repository. It's an old version again
> (0.11.20) with many crashes everytime. And so I have recompiled new version
> (0.12.1) with all necessary libs. However, k3b crashes many times again!
> This problem is related directly to k3b, or at use of k3b on debian? Have
> you tested last k3b version?
I tested k3b 0.12 beta a few weeks ago. I had no problems with it at all. 
Indeed, I don't experience crashes with 0.11.20 either.

What's to your problem, did you uninstall old k3b debs before compiling & 
installing new k3b? I have plans to make quick&dirty k3b 0.12.1 packages for 
private use some time today or tomorrow. I could share them with you if you 
wish.


pgpn1RGdu7799.pgp
Description: PGP signature


Re: Asus A8V Deluxe, Xfree display problems with BIOS 1011

2005-06-22 Thread Joerg Rossdeutscher
Hi,

I know, this thread is 6 weeks old, but... solved. Finally.

On Thu, 2005-05-05 at 15:08 +0200, Joerg Rossdeutscher wrote:
> Am Mittwoch, den 04.05.2005, 15:41 + schrieb Jean-Luc Coulon 
> 
> > I've an ASUS A8V Deluxe with an ASUS A9250T/D video card.
> > I've just updated my BIOS from 1009 to 1011.
> > 
> > After this update, the machine boot fine and the display works in  
> > cosole mode but while swtiching to X when gdm starts, I get a black  
> > screen with only the cursor image in white.

Me2 with an K8V Deluxe. 
Today a beta(!)-Bios was released that seems to fix the problem. I can
see my desktop again, and glxgears runs fine.

ftp://ftp.asuscom.de/pub/ASUSCOM/BIOS/Socket_754/VIA_Chipset/K8T800/K8V_Deluxe/

1011d_02.zip

Bye,
Ratti

-- 
 -o) fontlinge | Fontmanagement for Linux | Schriftenverwaltung in Linux
 /\\ http://freshmeat.net/projects/fontlinge/
_\_V http://www.gesindel.de https://sourceforge.net/projects/fontlinge/


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


k3b 0.12.1 multi-crash

2005-06-22 Thread antongiulio05
Hi,

I have installed k3b from debian repository. It's an old version again 
(0.11.20) with many crashes everytime. And so I have recompiled new version 
(0.12.1) with all necessary libs. However, k3b crashes many times again! This 
problem is related directly to k3b, or at use of k3b on debian? Have you tested 
last k3b version?

Thanks
Giulio


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



Re: Question about abbreviations

2005-06-22 Thread Rathgeb Markus

you could use 'dict'

apt-get install dict



$dict PaS

4 definitions found

From The Collaborative International Dictionary of English v.0.48 [gcide]:

  Pas \Pas\, n. [F. See {Pace}.]
 1. A pace; a step, as in a dance. --Chaucer.
[1913 Webster]

 2. Right of going foremost; precedence. --Arbuthnot.
[1913 Webster]

From WordNet (r) 2.0 [wn]:

  pas
   n : (ballet) a step in dancing (especially in classical ballet)

From Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera]:

  PAS
   Publicly Available Specifications (ISO)



From Bouvier's Law Dictionary, Revised 6th Ed (1856) [bouvier]:

  PASS. In the slave states this word signifies a certificate given by the
  master or mistress to a slave, in which it is stated that he is 
permitted to
  leave his home, with the authority of his master or mistress. The 
paper on

  which such certificate is written is also called a pass.



$dict FTBFS

1 definition found

From Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera]:

  FTBFS
   Fails To Build From Source (Linux, Debian, slang)



but also this do not know all ;-)

$dict ANAIS

No definitions found for "anais", perhaps you mean:
gcide:  Nais  Anas  Anaks
wn:  Anas
vera:  aais


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



Re: chroot and alsa

2005-06-22 Thread Rathgeb Markus

perhaps a other person should test it too :-)



i do not think that the gui is the problem

i prepared to install alsaplayer-alsa in mychroot (no alsaplayer-oss or
something else)

without bind mount:

[EMAIL PROTECTED]:~/downloads$ alsaplayer
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function
[EMAIL PROTECTED]:~/downloads$ alsaplayer
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load
NOTE: THIS IS THE NULL PLUGIN.  YOU WILL NOT HEAR SOUND!!
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$ alsaplayer
cat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load
NOTE: THIS IS THE NULL PLUGIN.  YOU WILL NOT HEAR SOUND!!



with bind mound no error message

[EMAIL PROTECTED]:~/downloads$ alsaplayer


i have installed a alsa modem modul too, but that should not the problem.

are you sure you do not use the alsa oss emulation? if you think, that
dchroot with option -d should give an access to the 'normal' devices,
why is then there no /dev/snd in the chroot when i change with "dchroot
-c ia32 -d" to it?


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