Re: swap

2007-05-07 Thread Matthias Julius
Francesco Pietra [EMAIL PROTECTED] writes:

 Is it conceivable to add a low-quality 300GB HD (for
 swap file) to a raid1 system?

What do you mean with low-quality?

You certainly want a reliable driver there since a failin swap drive
can take down the whole system.

Matthias


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



Re: ETA amd-64 Java And Flash

2007-03-16 Thread Matthias Julius
Karl Schmidt [EMAIL PROTECTED] writes:

 If you buy things off the web - you will find that about 1/3 of the
 shopping carts require Java ...  Perhaps 1 in 10 require Flash - but
 what if it is the only place that has what you need?

Are you sure they require Jave - not JavaScript?

Matthias


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



Re: Automatic kernel-upgrade: How ?

2007-02-08 Thread Matthias Julius
Wolfgang Mader [EMAIL PROTECTED] writes:

 linux-image-2.6-amd64
 This package depends on the latest binary image for Linux kernel
 This packages just installes an new image, if one is availabel. You have to 
 uninstall the old one by hand.

This depends.  Aptitude can track automatically installed packages
(e.g. packages that are installed because of a dependency on them).
Aptitude will then uninstall an old kernel as soon as
linux-image-2.6-amd64 doesn't depend on it anymore.

Matthias


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



Re: wine amb64, ia32 chroot and nvidia drivers...

2007-02-05 Thread Matthias Julius
[EMAIL PROTECTED] writes:

 As for the Debian-provided nvidia packages - I didn't know about them. I must 
 try
 them when the next version appears.

You have to enable the non-free archive to see them.

Matthias


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



Re: For those who have no sound in their 32bit chroot

2007-01-24 Thread Matthias Julius
Gudjon I. Gudjonsson [EMAIL PROTECTED] writes:

 Yes, sorry, I sometimes forget to mention relevant information. 
 I was only using the 64 bit kernel modules and 32 bit library in chroot and 
 it 
 did not work.  But after porting the application to 64 bit it worked like 
 charm. 

Then you should be able to debug the application and see wether the
device file is actually opened or not.

Could it be that this is some data type issue that both the kernel
module and the application use a type for communication that has a
different size on a 32 bit platform and on a 64 bit platform?  This
way the 32 bit application would only work with a 32 bit kernel and
the 64 bit application only with a 64 bit kernel.

Matthias


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



Re: For those who have no sound in their 32bit chroot

2007-01-23 Thread Matthias Julius
Gudjon I. Gudjonsson [EMAIL PROTECTED] writes:

 Hi Goswin and all the others
 
  # ia32 chroot
  /home   /var/chroot/sid-ia32/home none  bind0   0
  /tmp/var/chroot/sid-ia32/tmp none   bind0   0
  proc/var/chroot/sid-ia32/proc proc  defaults0   0
  /dev/var/chroot/sid-ia32/dev none   bind0   0
 
  Well obviously there's more to it, this is just the relevant part ;)
 
  I hope this can help somebody.
  I have sound in flash and mplayer with no other configuration required:
  please note I use esd in my gnome desktop, not sure if it's relevant or
  not.
 
  Enjoy!

 You are missing /sys and /dev/pts.

 MfG
 Goswin
 Now there is one thing I don't understand. I do have sound with the following 
 entries in fstab (thanks to a hint from Lennart)
 # ia32 chroot
 /home   /var/chroot/sid-ia32/home none  bind0   0
 /tmp/var/chroot/sid-ia32/tmp none   bind0   0
 /dev/var/chroot/sid-ia32/dev none   rbind   0   0
 proc/var/chroot/sid-ia32/proc proc  defaults0   0
 rbind makes a difference

Yes, with rbind you don't need to mount /dev/pts separately

 but I have no no mounting to /sys, perhaps I should add that but according to 
 the debian reference manual it should be done in another way. 

/sys shouldn't be needed for sound.  But, for other hardware like USB
scanners it might be necessary.

 http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot
 chroot # cd /dev; /sbin/MAKEDEV generic; cd -

I wouldn't create a static /dev in a chroot on a system that uses udev.

Is this difference documented somewhere or can you explain this? It might 
 explain why my 32 bit xoscope cannot access the 64 bit comedi lib driver.

I have no clue about this :)

What is xoscope and comedi?

Matthias


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



Re: For those who have no sound in their 32bit chroot

2007-01-23 Thread Matthias Julius
Gudjon I. Gudjonsson [EMAIL PROTECTED] writes:

 xoscope is a software oscilloscope that only works on 32 bit machines and 
 comedi is a library to access several IO cards. I ported xoscope amd64 (if  
 anyone is interested) and then it works with comedi but not if I run the 32 
 bit version in chroot.
My guess was that I could solve that pussle  by using static /dev in the 
 chroot but obviously that is not an option.

As Goswin has pointed out a 32 bit program can not call a 64 bit
library.  You would need to install the 32 bit version of that library
in your chroot.  Or is it a kernel module that you are trying to use?

Matthias


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



Re: chroot question

2007-01-22 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 Anton Piatek [EMAIL PROTECTED] writes:

 I posted this on Debian-user list, but thought someone here might have tried 
 this already...

 I have a amd64 install of debian with a 32bit chroot for a couple of apps.
 This works great, but I have a question.

 Is it possible to have an application inside the 32bit chroot launch an
 application on my main 64 bit system? (e.g. a photo browsing program in the
 32bit chroot launching gimp, which is installed in my main 64 bit system).
 I currently launch my 32bit programs with schroot and am hoping I can set
 something to make specific programs outside the chroot available...

 I cannot think of how this can be achieved, so any ideas are welcomed.

 Regards,

 Anton

 mkdir /chroot-32/chroot-64/
 mount --bind / /chroot-32/chroot-64/

 Then applications inside chroot-32 can just again chroot into
 chroot-64 to get back out.

While this should work it is not necessary for many 32-bit applications.
They will run fine if called directly outside the chroot.  The 32-bit
libraries need to be listed in /etc/ld.so.conf and /lib/ld-linux.so.2
(the 32-bit linker) needs to be present (possibly as symlink to
/chroot32/lib/ld-linux.so.2).

Then, many applications will run fine in the 64-bit environment and
they can easily call 64-bit applications.

Matthias


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



Re: chroot: firefox browser plugins

2006-12-21 Thread Matthias Julius
Les Gray [EMAIL PROTECTED] writes:

 But, for the life of me, I am unable to create any symlinks in
 /usr/local/firefox/plugins to the currently installed plugins in the
 chroot (acrobat and java, atm). Each time I try, it results in a
 dangling symlink (and, yes, I am issuing each command from within the
 chroot).

Maybe you should explain in more detail what you are doing.

Did you install Firefox in the chroot?  If yes, do you run it from
within the chroot?  If you don't you should not create the symlinks
from within.

Matthias


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



Re: chroot: firefox browser plugins

2006-12-21 Thread Matthias Julius
Les Gray [EMAIL PROTECTED] writes:

 I'm just not being allowed to create symlinks to browser plugins or,
 for that matter, any other file or directory within /usr/lib/Adobe or
 /usr/lib/j2re1.5-sun . But I can link to any other file or folder
 within the chroot. And, yes, I'm trying all this from within the
 chroot, and as user root...

So when you do 'ls -l /usr/lib/Adobe' from wherever you want to make
the symlink you see the file and when you do
'ln -s /usr/lib/Adobe/filename .' you get a dangling symlink?  Are
you sure the path was right?

The TAB key was mentioned before.  What it does is to make sure the
path you enter exists.  If you type '/usr/lib/A TAB' and that 'A'
doesn't expand to 'Adobe' this is a good indication that this
directory isn't there where you think it is.

Matthias


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



Re: AMD64-generic doesn't see all 4GB RAM?

2006-11-08 Thread Matthias Julius
Gabor Gombas [EMAIL PROTECTED] writes:

 On Tue, Nov 07, 2006 at 12:27:46PM +, Jo Shields wrote:

 32-bit OSen have a theoretical limit of 4GiB addressable memory.

 PAE gives you 64 GiB physical memory on 32-bit processors that support
 it.

Yes, but a 32-bit OS still can't use it.  Or can it?

Matthias


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



Re: Wnie vs amd64

2006-10-13 Thread Matthias Julius
HXC [EMAIL PROTECTED] writes:

 Or wine compiled for 64-bit:
 http://wiki.winehq.org/WineOn64bit

This is not really compiling for 64 bit.  They are compiling a 32bit
wine to be run on 64bit Debian (or Gentoo, or...).  Instead you could
just unpack the 32bit .deb under /emul/ia32-linux/.

What was the name of Goswin's package which created amd64.debs from
i386.debs?

Personally I find it easier to manage i386 packages in a chroot.
There you can use your preferred package manager and habe proper
dependency checking and so on.  Many programs (including wine) can
than still be run from outside the chroot if there is a 32bit linker
available and the library paths are set right.

Matthias


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



Re: i386 or amd64?

2006-10-09 Thread Matthias Julius
[EMAIL PROTECTED] writes:

 I've just about finished building my new computer and need to decide
 which Debian port to install (i386 vs AMD64).

 Hardware:
   Asus M2N-SLI Deluxe motherboard
   AMD AM2 Athlon 64 3800+ (The best AM2 not on long back-order)
   One 1-GB stick of 800 MHz ECC ram

Just a note: Board and CPU support dual channel RAM.  It probably
takes a performance hit if you give it only one memory module.

Matthias


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



Re: blank DVDs no recognized, other media OK

2006-08-29 Thread Matthias Julius
Lennart Sorensen [EMAIL PROTECTED] writes:

 What model of drive?  Any chance the DVD laser is toast on the drive,
 but the CD laser is OK?  They are different lasers running different
 wavelength of light.

Are you sure?  I thought they both use red lasers.

Matthias


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



Re: Flash in firefox on amd64 -- revisted?

2006-08-22 Thread Matthias Julius
Robert Isaac [EMAIL PROTECTED] writes:

 I had pretty good luck with libswfdec (meaning it didn't crash as often).

No, it doesn't crash.  But it says something like This file is known
to cause problems and won't even try to play it.

Matthias


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



Re: google earth does not work after upgrade

2006-07-20 Thread Matthias Julius
Thierry Chatelet [EMAIL PROTECTED] writes:

 After an upgrade of my sid machine, googleearth and tremulous dont
 start any longer. When I try to start them from the menu in KDE, I get
 the timeglass for a short time and that's it.

Try to start it from the command line and see if you get any usefull
error message.

Matthias


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



Re: gluck.debian.org compromised ?

2006-07-13 Thread Matthias Julius
Hamish Moffatt [EMAIL PROTECTED] writes:

 On Thu, Jul 13, 2006 at 10:42:56AM +0200, Hans-J. Ullrich wrote:
 Hi maintainers,
 
 somebody mentioned that debian.gluck.org was compromised.
 
 Is that true ? If yes, IMO this should be made public on the website 
 (according to the agreement).

 It was made public on the appropriate mailing list.

 http://lists.debian.org/debian-devel-announce/2006/07/msg3.html

Since a lot of services are affected that concern Debian users it
might also be appropriate to send the announcement to debian-announce.

Matthias


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



Re: gluck.debian.org compromised ?

2006-07-13 Thread Matthias Julius
Matthias Julius [EMAIL PROTECTED] writes:

 Hamish Moffatt [EMAIL PROTECTED] writes:

 On Thu, Jul 13, 2006 at 10:42:56AM +0200, Hans-J. Ullrich wrote:
 Hi maintainers,
 
 somebody mentioned that debian.gluck.org was compromised.
 
 Is that true ? If yes, IMO this should be made public on the website 
 (according to the agreement).

 It was made public on the appropriate mailing list.

 http://lists.debian.org/debian-devel-announce/2006/07/msg3.html

 Since a lot of services are affected that concern Debian users it
 might also be appropriate to send the announcement to debian-announce.

Actually, after rereading the announcement, these are not so many.  So
bothering all Debian users might not be necessary.

Matthias


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



Re: Dropping the amd64-generic flavour

2006-06-26 Thread Matthias Julius
Florian Weimer [EMAIL PROTECTED] writes:

 Do we still need non-SMP kernels in the age of hyperthreading,
 multi-core CPUs, and preemption?

I don't know what is the penalty of a SMP kernel on a single core
machine.  But there certainly are lots of those in use (I have 2 of
them).

Matthias


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



Re: gcc

2006-06-07 Thread Matthias Julius
Francesco Pietra [EMAIL PROTECTED] writes:

 On Wednesday 07 June 2006 00:05, Matthias Julius wrote:
 # ln -s /usr/bin/gcc-4.1 /usr/local/bin/gcc

And did you try to create a gcc symlink?

Matthias


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



Re: Software RAID5

2006-06-06 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 I doubt that is ready yet. But other transformations are, raid5 with n
 disks to n+1 disks and such. None of those will do filesystem
 transformations and they don't need to. They just rearange the
 underlying block device to the new scheme. If the device size changes
 you have to resize the FS yourself.

That sounds very promising.  I wonder how LVM deals with a grown disk
used as PV.

Matthias


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



Re: Software RAID5

2006-06-06 Thread Matthias Julius
Lennart Sorensen [EMAIL PROTECTED] writes:

 On Tue, Jun 06, 2006 at 09:58:24AM -0400, Matthias Julius wrote:
 That sounds very promising.  I wonder how LVM deals with a grown disk
 used as PV.

 Well I don't think I have tried that.  I have tried moving all LVM data
 to other drives, then removing the PV, resizing it, and readding the
 larger PV, and then adding it back to LVM.

Unfortunately my RAID5 is the only volume in my LVM.  So it is not
really possible here to move the date somewhere else.


 I would hope LVM deals with resizing PVs though, but I did not want to
 risk trying it.

I would be willing to risk that (since I have a backup).  I just would
like to know before whether and how LVM is supposed to deal with that.

I guess I should go back and RTFM.

Matthias


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



Re: Software RAID5

2006-06-06 Thread Matthias Julius
Paul Brook [EMAIL PROTECTED] writes:

 man pvresize

Ahh, this is new in testing.  I didn't know that since I am running
Sarge.  And there is no pvresize.

Thanks,

Matthias


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



Re: gcc

2006-06-06 Thread Matthias Julius
Lennart Sorensen [EMAIL PROTECTED] writes:

 I think that should have been:
 # alias gcc=gcc-4.1
 # make

What also might work (depending on Makefile):

# CC=gcc-4.1 make

or

# ln -s /usr/bin/gcc-4.1 /usr/local/bin/gcc
(if /usr/local/bin is in $PATH)


Matthias


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



Re: problem with kernel

2006-04-28 Thread Matthias Julius
Bartosz BOGUSZEWSKI [EMAIL PROTECTED] writes:

 2006/4/27, Matthias Julius [EMAIL PROTECTED]:

 You will have to install kernel-headers-2.6.8-11-amd64-k8.  For newer
 kernels the package is called linux-headers-kernel-version.
 i know that's stupid question but how can i do that??
 what should i download and how to install - i'm very debutant

I see. :-)

Try

apt-get install kernel-headers-2.6.8-11-amd64-k8

Matthias

PS: There is no need to copy me on replies.  I am subscribed to the list.


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



Re: problem with kernel

2006-04-27 Thread Matthias Julius
Bartosz BOGUSZEWSKI [EMAIL PROTECTED] writes:

 i try to reinstall my graphic card - but system said that it cannot be
 done because of problem with kernel...

 where can i find those source file -- i'm using kernel
 2.6.8-11-amd64-k8 (i was trying others kernels for amd64 and there is
 same error) and how to install them...

You will have to install kernel-headers-2.6.8-11-amd64-k8.  For newer
kernels the package is called linux-headers-kernel-version.

But, isn't there a Debian package to install nVidia drivers?  This
should be pretty straight forward.

Matthias

PS: This question is better to be asked on debian-user since it is not
really AMD64 specific.


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



Re: Xorg 7.0

2006-04-14 Thread Matthias Julius
Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] writes:

 Le 13.04.2006 14:25:27, Jo Shields a écrit :
 Gudjon I. Gudjonsson wrote:
 
 Hi
   Rafaels suggestion is very good but my problem was having wrong  
 lines in sources.list
 Use these if you dont do it already.
 deb ftp://ftp.de.debian.org/debian/ testing main contrib non-free
 deb ftp://ftp.de.debian.org/debian/ unstable main contrib non-free
 
 Then you can upgrade if you want to.

 I'm a bit puzzled: these repositories are not for amd64 but i386.

At least for unstable this is not true anymore.
http://buildd.debian.org/stats/amd64.txt says currently it is 94.5 %
up-to-date.

What actually is the strategy for testing?

Matthias



Re: The future of the amd64 port

2006-04-11 Thread Matthias Julius
rickh [EMAIL PROTECTED] writes:

 I should know this, but my choices for sources.list repositories have always
 been provided by the installation program.  Now it seems that I'll have to
 change it, and I'm not sure what the exact change should be.

 I'm guessing something like:
 deb ftp://ftp.us.debian.org/amd64/ testing main contrib non-free
 deb-src ftp://ftp.us.debian.org/amd64/ testing main contrib non-free

deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src ftp://ftp.us.debian.org/debian/ testing main contrib non-free

like for any other official port.

Matthias


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



Re: cdrdao and growisofs

2006-03-11 Thread Matthias Julius
Kurt Roeckx [EMAIL PROTECTED] writes:

 On Sat, Mar 11, 2006 at 04:22:50PM +0100, Dirk Schleicher wrote:
 Hello,
 
 where I can find cdrdao and growisofs?

 growisofs is part of dvd+rw-tools.

... and you could have found that out yourself with
http://www.debian.org/distrib/packages#search_contents

Matthias


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



Re: high load average?

2006-01-27 Thread Matthias Julius
michael [EMAIL PROTECTED] writes:

 When a server is completely idle, shouldn't the load average be 0.00 ?
 and only showing 1 total tasks running? This one flips between 2 and 1 all 
 the time. (at idle times)

You don't have any daemons running?

 Is there any other way to figure out what that other process might be?

top itself maybe?

Matthias


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




Re: iTunes in 32bit chroot?

2006-01-11 Thread Matthias Julius
Craig Hagerman [EMAIL PROTECTED] writes:

 incredibly slow starting up (because I have so much music). I usually
 use xmms, but for some reason when I create and save a playlist it
 won't open in xmms afterwards anyway (wants to open in rhythm box!?)

That certainly can be adjusted in the file manager you are using.
Which one is that?  Or how do you open a playlist?

Matthias


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



Re: How best to make nfs mounts also available in chroot env?

2006-01-09 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 This is a limitation of bind mounts.  I don't think there is any good
 solution to it at this time.  Mounting the NFS to the chroot, and having
 the main system symlink to the chroot seems like a popular solution.

You can mount the NFS mounts twice inside and outside the chroot.

Matthias


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



Re: Ethernet problem

2005-12-22 Thread Matthias Julius
Jens Schwarze [EMAIL PROTECTED] writes:

 maybe I doesn't tried it the right way, but the command pppoeconf 
 cannot be found in my debian. Perhaps you can explain it to me more in 
 detail?

If you are told to use command xxx and you can not find that on your
system go to http://www.debian.org/distrib/packages#search_contents
enter xxx into the search field at the bottom, select your
distribution and hit search.

For pppoeconf it will tell you that this is in package
net/pppoeconf.  So, you will have to install that:

apt-get install pppoeconf

Matthias


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



Re: question: hotplug vs udev

2005-12-22 Thread Matthias Julius
Paolo Alexis Falcone [EMAIL PROTECTED] writes:

 The latest udev already provides the hotplug functionality/scripts.

And it told you so during upgrade.  And it told you to purge hotplug.

Matthias


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



Re: CONGRATULATIONS!!!

2005-12-22 Thread Matthias Julius
Matthew Robinson [EMAIL PROTECTED] writes:

 I hope kmail sent my email address as [EMAIL PROTECTED] like 
 i asked it to, rather than my real email address.

No, it didn't.  And it is better that way.  Nobody likes to get his
replies to your mails bounced back.

If you don't like to expose your precious email address, get another
one for mailing lists.

Matthias


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



Re: why is amd64 still separate?

2005-12-05 Thread Matthias Julius
Hamish Moffatt [EMAIL PROTECTED] writes:

 It's deemed necessary to split the archive into popular/less-popular
 architectures before any more can be added -- not just amd64. The
 current single archive is too big for mirrors. That work is in progress.

I don't understand the problem there.  Each mirror already can decide
which architectures to mirror.

Matthias


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



Re: vmware workstation 5.0

2005-11-29 Thread Matthias Julius
Thomas Steffen [EMAIL PROTECTED] writes:

 On 11/29/05, Alejandro Barcena [EMAIL PROTECTED] wrote:
 I seem to recall some trouble doing that myself. I think VMware tries
 to use gcc, which is really gcc-4.0. Unless I am mistaken, the kernel
 has to be compiled using gcc version 3, and that also goes for the
 modules.

On my system procinfo says

Linux 2.6.12-1-amd64-k8 ([EMAIL PROTECTED]) (gcc 4.0.2 )

Matthias


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



Re: amd64: Sarge or Etch?

2005-11-11 Thread Matthias Julius
Dean Hamstead [EMAIL PROTECTED] writes:

 the downside is, as i recall sarge uses k 2.6.8
 and hw support has gone quite far since then, 2.6.12
 being vastly better and 2.6.14 being noticable better

Unless you are so unlucky that this prevents an installation
completely you can upgrade your kernel later, too.

Matthias


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



Re: amd64: Sarge or Etch?

2005-11-10 Thread Matthias Julius
Homer Whittaker [EMAIL PROTECTED] writes:

 Bill I am in a similiar position so I have decided to go Etch.  
 For no other reason than I  normally use Debian Testing and I 
 assume :) that etch will be just about the same.
 If and when you find a decent AMD64 Etch download please let me 
 know, and I will do the same for you.  Have not been able to 
 find an etch .iso as yet.

Install Sarge and then upgrade to Etch.

Matthias


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



Re: [OT?] LVM questions - I have seriously screwed my system

2005-10-20 Thread Matthias Julius
Craig Hagerman [EMAIL PROTECTED] writes:

 But sdb1 had ALREADY been set up. Actually I had formatted it with
 ext3, then followed the howto (pvcreate, vgcreate, lvcreate, mount) to
 set up LVM and then copied all my old data over. So I then set the
 partition type to LVM on a disc that already was set up with a VG, LV.

Changing the partition type does not touch the partition itself.  It
just sets a flag in the partition table.


 ...now vgdisplay gives me

 $ vgdisplay
   Couldn't find device with uuid 'ZHl4Ak-mGS4-wFlF-4neF-G1Ed-GxWB-C4Smj6'.
   Couldn't find all physical volumes for volume group media_vg.
   Couldn't find device with uuid 'ZHl4Ak-mGS4-wFlF-4neF-G1Ed-GxWB-C4Smj6'.
   Couldn't find all physical volumes for volume group media_vg.
   Volume group media_vg doesn't exist

 ...but pvdisplay gives me encouraging news. I just don't know what to
 do with this information to try to recover.

 $ pvdisplay
   Couldn't find device with uuid 'ZHl4Ak-mGS4-wFlF-4neF-G1Ed-GxWB-C4Smj6'.
   --- Physical volume ---
   PV Name   /dev/sdb1
   VG Name   media_vg
   PV Size   233.75 GB / not usable 0
   Allocatable   yes
   PE Size (KByte)   4096
   Total PE  59841
   Free PE   193
   Allocated PE  59648
   PV UUID   rlnV4y-B4eJ-Pyc0-RLJm-2Zbv-t04C-dxzU1A

sdb1 is OK.


   --- Physical volume ---
   PV Name   unknown device
   VG Name   media_vg
   PV Size   186.30 GB / not usable 0
   Allocatable   yes
   PE Size (KByte)   4096
   Total PE  47694
   Free PE   47694
   Allocated PE  0
   PV UUID   ZHl4Ak-mGS4-wFlF-4neF-G1Ed-GxWB-C4Smj6

LVM does not find sda2.  What does pvdisplay /dev/sda2 say?

I guess LVM only scans devices that have its type set to LVM.  So it
might be enough to just do that for sda2.

Matthias


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



Re: [OT?] LVM questions - I have seriously screwed my system

2005-10-20 Thread Matthias Julius
Craig Hagerman [EMAIL PROTECTED] writes:

 On 10/20/05, Matthias Julius [EMAIL PROTECTED] wrote:


 LVM does not find sda2. What does pvdisplay /dev/sda2 say?

 % pvdisplay /dev/sda2
 No physical volume label read from /dev/sda2
 Failed to read physical volume /dev/sda2

 I guess LVM only scans devices that have its type set to LVM. So it
 might be enough to just do that for sda2.


 Before, the partition type for /dev/sdb1 was ext3 (ie 82). Now it is LVM
 (8e). So you are saying that just by changing the partition type the data is
 not effected, right? If I now change it BACK to ext3, do you suppose
 everything will be mount-able?

There is no ext3 on your sdb1.  There is a PV with data in it.  From
the old ext3 fs is certainly not much left.  And the type of LVM is
appropriate.  And the data on there are probably OK.


 Right now sda2 is showing up as type Linux. It was previously set to ext3
 so this looks correct, but since I created the VG and LV, I can't mount it
 with mount -t ext3  or mount -t auto.

There is no partition type ext3.  All linux partitions with a
filesystem have the type Linux.  The type of your sda2 probably should
be set to LVM.

,[from man vgcfgrestore]
| REPLACING PHYSICAL VOLUMES
| vgdisplay --partial --verbose will show you the UUIDs and  sizes  of  any
| PVs  that  are no longer present.  If a PV in the VG is lost and you wish
| to substitute another of the same size, use pvcreate --restorefile  file-
| name --uuid uuid (plus additional arguments as appropriate) to initialise
| it with the same UUID as the missing PV.  Repeat for  all  other  missing
| PVs in the VG.  Then use vgcfgrestore --file filename to restore the vol-
| ume group's metadata.
`

I would try that.

If you did not extend the LV after adding sda2 you can also run
vgreduce --removemissing vg-name to get rid of the missing PV and to
get a clean VG.

Matthias


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



Re: [OT?] LVM questions - I have seriously screwed my system

2005-10-19 Thread Matthias Julius
Craig Hagerman [EMAIL PROTECTED] writes:

 WARNING: Re-reading the partition table failed with error 16: Device
 or resource busy.
 The kernel still uses the old table.
 The new table will be used at the next reboot.
 Syncing disks.

This just means what is says.  The disk is in use and the kernel can
not reread the partition table.  You have to reboot to do that.


 So, am I totally screwed or can I recover the data and save
 everything? The situation before, was that the data was mirrored on
 both sda and sdb (sdb mounted as LVM at /mnt/media). But I now see
 that I inadvertantly changed the partition type of sdb (when I
 intended sda). So I assume that is a lost cause. (?)

 Is there anything I can do now to recover?

Actually I don't think there is anything you need to recover from.
You have set the partition type of sdb1 to LVM and that is what it
should be.  That is assuming that you used sdb1 as PV and not sdb.

Now you just need to do the same for sda2 and you should be fine.
Reboot after that.

Debian will activate the VG but it will not mount the LVs automatically.
You still have to add them to /etc/fstab.

Matthias


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



Re: searching program on amd64 for...

2005-10-14 Thread Matthias Julius
Ric Otte [EMAIL PROTECTED] writes:

 My chroot is located at /chroot, so I added those libs to
 /etc/ld.so.conf which gives me:
 /usr/X11R6/lib
 /emul/ia32-linux/lib
 /emul/ia32-linux/usr/lib
 /emul/ia32-linux/usr/X11R6/lib

I would take /emul/* out.  Those libs are redundant.

 /chroot/lib
 /chroot/usr/lib
 /chroot/usr/X11R6/lib
 /chroot/usr/local/lib
 But when I run ldd /usr/bin/skype I get the same output.  Several
 libraries, such as libpng12.so.0 are not found, even though they are
 in /chroot/usr/lib.  Did I do something wrong?

Did you run ldconfig after changing /etc/ld.so.conf?

Matthias


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



Re: searching program on amd64 for...

2005-10-13 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 It is simpler and cleaner to just add your chroot lib dirs to
 /etc/ld.so.conf

Yes.  I didn't know you already have a chroot.


 Only disadvantage is that you must comment them out before doing a libc6
 package upgrade.  Other than that, it is nice and clean.

 That way any lib installed in the chroot is accessable to 32bit programs
 outside the chroot.

And you can use apt within the chroot to manage updates and resolve
dependencies to avoid problems as you describe.

Matthias


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



Re: searching program on amd64 for...

2005-10-12 Thread Matthias Julius
Ric Otte [EMAIL PROTECTED] writes:

 With ldd /usr/bin/skype I get:

 linux-gate.so.1 =  (0x)
 libqt-mt.so.3 = not found
 libXext.so.6 = /emul/ia32-linux/usr/X11R6/lib/libXext.so.6 
 (0x5557b000)
 libX11.so.6 = /emul/ia32-linux/usr/X11R6/lib/libX11.so.6 (0x5558a000)
 libpthread.so.0 = /emul/ia32-linux/lib/tls/libpthread.so.0 
 (0x55651000)
 libstdc++.so.5 = /emul/ia32-linux/usr/lib/libstdc++.so.5 (0x5566)
 libm.so.6 = /emul/ia32-linux/lib/tls/libm.so.6 (0x5571a000)
 libgcc_s.so.1 = /emul/ia32-linux/lib/libgcc_s.so.1 (0x5573c000)
 libc.so.6 = /emul/ia32-linux/lib/tls/libc.so.6 (0x55744000)
 libdl.so.2 = /emul/ia32-linux/lib/tls/libdl.so.2 (0x55879000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x5000)

 So it looks like the problem is libqt-mt-so.3.  I have that installed at 
 /usr/lib/libqt-mt.so.3, but not in /emul/.  Is this library supposed to be in 
 ia32-libs?
 Thanks,
 Ric  

Appearently it is not.  But you can unpack the libqt3c102-mt package
for i386 manually and copy its content to /emul/ia32-linux/.

Matthias


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



Re: searching program on amd64 for...

2005-10-11 Thread Matthias Julius
Adam Stiles [EMAIL PROTECTED] writes:

 If you have to run closed-source software, you'll most probably be stuck in a 
 chroot.  It's best for everyone if you contact the vendors concerned and 
 request politely but firmly that they release their products as Open Source.

The Skype client will probably run happyly with the ia32-libs
package.  If it doesn't you can find out which libs it wants by
running ldd /path/to/skype.

Matthias


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



Re: chroot:32-bit-linker , how ????

2005-09-30 Thread Matthias Julius
Hans [EMAIL PROTECTED] writes:

 From where to where I have to set the symlink ? What is target ? And what is 
 source ? And what must be the name of the symlink ?

You need to run something like

ln -s /path/to/chroot/lib/ld-linux.so.2 /lib/ld-linux.so.2

Matthias


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



Re: Wine on AMD64

2005-09-09 Thread Matthias Julius
Matthias Reinhardt [EMAIL PROTECTED] writes:

 Can u give me the location of this HOWTO

http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html

Using an IA32 chroot to run 32bit applications:
http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id271960


 apt-get install wine libwine doesn't work.

Of course not.

Matthias


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



Re: sarge in chroot

2005-09-09 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 If you run 64bit normal system and 64bit chroot, yeah that could cause
 problems.  The ld.so.conf stuff is only for mixing 32/64 together.

And for that to work you also need the 64bit linker in /lib/ (or
/lib64/ ?).

Matthias


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



Re: Wine on AMD64

2005-09-08 Thread Matthias Julius
[EMAIL PROTECTED] writes:

 is it possible to get wine on a AMD64 Debian Sarge System?
 Because I can't find any packets ...

There is no 64bit wine.

Install a 32bit chroot.  See the HOWTO.  Then you can call wine from
outside the chroot.

Matthias


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



Re: Code of Conduct was Re: network card on AMD64 installation

2005-09-02 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 Mail-Followup-To is ignored by many mail clients too, given it doesn't
 appear to actually be a standard.

You are right.  It is not a standard.  It is just a proposal.  But, I
think it is usefull.  And I think people shoul use it.  That way it
might become a standard even if it is not formalized.  A number of
MUAs have implemented it already and in many cases it just needs to be
activated.


 X-Mailing-List works in mutt (when hitting reply to list).  It does
 absolutely nothing with the Followup header.

Is that a standard?  MFT would have the advantage that the sender of a
message can specify where followups should go.

Matthias


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



Re: Code of Conduct was Re: network card on AMD64 installation

2005-09-01 Thread Matthias Julius
Stephen Cormier [EMAIL PROTECTED] writes:

 Aside from your opinion of mail reader design decisions it is against 
 the Debian mailing list code of conduct to CC people unless 
 specifically asked to do so.

You should set the Mail-Followup-To header appropriately.  Otherwise I
guess many mailreaders default to CC the author.

Matthias


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



Re: 64-bit java plugin (or lack thereof)

2005-08-28 Thread Matthias Julius
Corey Hickey [EMAIL PROTECTED] writes:

 In any case, I'm looking for a 64-bit java plugin that can run this:
 http://games.yahoo.com/games/downloads/tx.html

I have Blackdown's Java package installed and it works fine with
Konqueror.  Firefox crashes when I try to visit the link above.

Matthias


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



Re: Problems compiling wine

2005-08-11 Thread Matthias Julius
Michelasso [EMAIL PROTECTED] writes:

 I am running sid 64bit on my turion64 based laptop, and since there
 are no debian packages for wine for this architecture I am trying to
 build it form cvs sources.

Why do you want to run a 64 bit wine?  Do you have 64 bit Windows apps
you want to use?  I doubt that 32 bit programs will run under 64 bit
wine even if you would get it to compile.

And regarding compiling of wine from CVS sources you probably better
ask the wine folks at wine-devel@winehq.org or [EMAIL PROTECTED]

Matthias


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



Re: CPU burns 3

2005-08-10 Thread Matthias Julius
antonio giulio [EMAIL PROTECTED] writes:

 any weeks ago, I have posted about a strange behaviour of my amd64
 cpu. GPG or molecular dynamics calcs in 3/4 minutes make cpu burning.
 Now notebook is at acer labs to control (under garantee). A technician
 (at phone) tell me that his stress-cpu program (windows) ...

Windows was his stress-SPU program?

I think it is putting more stress on the user.

Matthias


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



Re: sane works, xsane not

2005-08-09 Thread Matthias Julius
Dan Cherry [EMAIL PROTECTED] writes:

 The bus:device numbers can change each time you reboot or power off your 
 scanner, so if you don't use a script to reset the permissions, you have to 
 find the usb numbers each time you start up the scanner.

There is a description of how to setup hotplug so that it sets the
right permission for the scanner when the device is created at
http://www.freecolormanagement.com/sane/libusb.html.


 (btw, I don't have to restart X to use the scanner after resetting the 
 permissions - I don't know why???) 

When adding yourself to another group you have to relogin for that to
have an efect.  I don't think you have to restart X though.

Matthias


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



Re: Vuescan and Nikon LS-40

2005-08-08 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 On Sat, Aug 06, 2005 at 05:58:54PM -0400, Matthias Julius wrote:
 I have mounted usbfs inside the chroot.  Is there a problem with that?

 I doubt it will do much.

Of course it does.  /proc/bus/usb/xxx/yyy is the interface newer
software (exactly: libusb) uses to communicate with scanners and other
devices.


 It should not be the cause since Vuescan 8.2.11 does not see the
 scanner outside the chroot neither.

 Does /dev/input/scanner* or whatever the scanner device names are exist?

 Does your user have rw access to the devices?

The scanner module is depreciated and not even in the debian
kernel debs.  I think it even is removed from the vanilla kernel,
but, I am not sure.

In the meantime I tried kernel 2.6.12 and it works with exactly the
same configuration.  So, appearently there was something wrong with
kernel 2.6.11.

Thanks for your effort.

Matthias


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



Re: Upgrading C lib problem

2005-08-08 Thread Matthias Julius
Hans [EMAIL PROTECTED] writes:

 Just delete the entry in /etc/ld.so.conf (not comment it out), and then 
 afterwards, implement it again.

What is wrong with commenting it out?  It worked for me.

Matthias


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



Vuescan and Nikon LS-40

2005-08-06 Thread Matthias Julius
Hi all,

I used to use Vuescan 8.2.11 from Ed Hamrick http://www.hamrick.com
together with my Nikon LS-40 (USB) to scan my photos. Unfortunately is
a 32 bit binary only software.  I had Vuescan installed under
/usr/local/vuescan and the required libs via chroot according to the
HOWTO.

This worked happyly until the last time I used it sometime in April or
so.  The recent Debian kernel at this point probably was 2.6.8.

Now, the other day I wanted to use my scanner again and Vuescan did
not find the it.  So I first updated Vuescan to the latest version at
this time 8.2.26.  Sometime in between 8.2.11 and 8.2.26 Ed Hamrick
switched from GTK to GTK2.  I did not find an easy way to configure 32
bit pango so I installed Vuescan inside the chroot and run it in
there.

Vuescan is now running but despite all the effort it still does not
find the scanner.  64 bit XSane is working so it does not seam to be a
hardware problem.  However, 32 bit XSane inside the chroot does not see
the scanner neither.  In the hope to get a clue I run both XSane and
Vuescan with strace.  In its output with XSane i found:

open(/proc/bus/usb/002/017, O_RDWR)   = 6
ioctl(6, USBDEVFS_IOCTL, 0xb350)= -1 EINVAL (Invalid argument)
close(6)= 0

That certainly does not look good.  With Vuescan strace showed
something similar.  I guess it is some 32/64 bit type error.

Since it worked with an earlier kernel: Has there something changed
since kernel 2.6.8?

I have mounted usbfs inside the chroot.  Is there a problem with that?

It should not be the cause since Vuescan 8.2.11 does not see the
scanner outside the chroot neither.

Has anyone a clue what I could do to get closer to my goal?

Matthias


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



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread Matthias Julius
rainer herrendoerfer [EMAIL PROTECTED] writes:

 When I try starting firefox using
 /var/chroot/sarge-ia32/usr/bin/firefox
 i get
 grep: error while loading shared libraries: libc.so.6: cannot open
 shared object file: No such file or directory
 cut: error while loading shared libraries: libc.so.6: cannot open shared
 object file: No such file or directory
 sed: error while loading shared libraries: libc.so.6: cannot open shared
 object file: No such file or directory
 /usr/bin/artsdsp: line 108: /usr/lib/mozilla-firefox/firefox-bin: Datei
 oder Verzeichnis nicht gefunden
 /usr/bin/artsdsp: line 108: exec: /usr/lib/mozilla-firefox/firefox-bin:
 cannot execute: Datei oder Verzeichnis nicht gefunden
 (translates to: file or directory not found)

You to put the 32 bit library locations in your /etc/ld.so.conf.  And
you have to have the 32 bit ldd installed.  For that copy or symlink
/var//chroot/sarge-ia32/lib/ld-2.3.2.so to /lib/ld-linux.so.2.  Then
run ldconfig.

Matthias


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



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 Do you have your chroot lib and usr/lib dirs in /etc/ld.so.conf?

 The only problem with doing that of course is that you have to comment
 it out before any libc upgrades since the libc package gets annoyed if
 it sees the 32bit libc in the ldpath.

Yes, I found that out, too.

That should probably mentioned in the HOWTO.

Matthias


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



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 On Wed, Jul 27, 2005 at 12:04:13PM -0400, Matthias Julius wrote:
 [EMAIL PROTECTED] (Lennart Sorensen) writes:
 
  Do you have your chroot lib and usr/lib dirs in /etc/ld.so.conf?
 
  The only problem with doing that of course is that you have to comment
  it out before any libc upgrades since the libc package gets annoyed if
  it sees the 32bit libc in the ldpath.
 
 Yes, I found that out, too.
 
 That should probably mentioned in the HOWTO.

 I thought it was.  Maybe it isn't.

It's not.  I checked that before I wrote my last mail.

Matthias


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



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread Matthias Julius
rainer herrendoerfer [EMAIL PROTECTED] writes:

 I had this:
 $ cat /etc/ld.so.conf
 /usr/X11R6/lib
 # chroot i386 system libs
 /var/chroot/sarge-ia32/lib
 /var/chroot/sarge-ia32/usr/lib
 /var/chroot/sarge-ia32/usr/X11R6/lib
 /var/chroot/sarge-ia32/usr/local/lib

 /emul/ia32-linux/lib
 /emul/ia32-linux/usr/lib
 /emul/ia32-linux/usr/X11R6/lib

You probably want to remove those entries as those libraries are
redundant with the ones in your chroot.  You don't really need
ia32-libs anymore when you use the libs from your chroot.

 /lib/i486-linux
 /usr/lib/i486-linux
 /usr/X11R6/lib/i486-linux
 /usr/lib/GNUstep/System/Library/Libraries

 and
 $ ls -l /var/chroot/sarge-ia32/lib |grep ld
 lrwxrwxrwx  1 root root  18 2005-07-27 18:06 ld-2.3.2.so -
 /lib/ld-linux.so.2

This should be the other way around.

/lib/ld-linux.so.2 - /var/chroot/sarge-ia32/lib/ld-2.3.2.so

Just run

ln -s /var/chroot/sarge-ia32/lib/ld-2.3.2.so /lib/ld-linux.so.2

 for me it looks like I should remove /lib/ld-linux-x86-64.so.2 and
 substitute it with a link to /Path/to/chroot/lib/, with the same name,

Don't do that!  This will break your 64 bit binaries.

 Meanwhile I tried to make a mount point /var/chroot/sarge-ia32/root64
 and mounted 64's / there. I could see 64 bit tree from 32, but xmms and
 xine started neither.

There you have the same problem.  The 64 bit apps don't find their
linker.  And if they would that linker wouldn't find the 64 bit libs.

You would need

/lib/ld-linux-x86-64.so.2 - /root64/lib/ld-2.3.2.so

and /root64/lib, /root64/usr/lib and so on in /etc/ld.so.conf _within_
your chroot.

AFAIK, the path to the linker is compiled into each dynamic binary.
For 32 bit binaries it is /lib/ld-linux.so.2 and for 64 bit binaries
it is /lib/ld-linux-x86-64.so.2.  These linkers then look for
compatible libraries in some default directories and in the
directories listed in /etc/ld.so.conf.

Matthias


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



Re: Calling 64 bit apps from 32 bit Chroot]

2005-07-27 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 / /var/chroot/sarge-ia32/var/chroot/sarge-amd64 none bind 0 0

Is there a limit to the depth of chroots?

Matthias


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



Re: X.org and NVidia

2005-07-20 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 You can recompile the nvidia-glx yourself too if that is the only
 problem you hit in sid. But if you aren't sure about that, then
 staying with etch till the transition moves there in one big jump is
 the best thing to do.

I think staying with testing is the best thing to do for
non-developers anyways.  In general testing is not that far behind
unstable.  Was it two weeks that packages need to be without severe
bugs in unstable to migrate to testing?  Packages that don't migrate
usually have some problems.  What you get in return is a much more
stable system especially during transitions like the current ones.
And KDE 3.3 and XFree86 are not that terrible that I could not wait a
couple more weeks.

And if you really need a package from unstable you can install it on
testing without problems in most cases.  At least without more
problems than you have with running unstable.

Matthias


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



Re: X.org and NVidia

2005-07-20 Thread Matthias Julius
GOMBAS Gabor [EMAIL PROTECTED] writes:

 Has the problem of security updates been solved for testing? If not,
 using testing is worse than using sid (breakage of a dependency may keep
 an important security update out of testing for a looong time). Esp. for
 non-developers who do not tend to know too much about security issues...

Well, if you are concerned about security you probably should stay
with stable.

Matthias


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



Re: wine for amd64?

2005-07-20 Thread Matthias Julius
Alexander Fieroch [EMAIL PROTECTED] writes:

 wine is still not available for debian amd64. Does anybody know why?
 Isn't it possible to compile on amd64 and will there be a version in
 future for amd64 (like openoffice)?

Probably because you would need 64 bit Windows DLLs to run it.  Since
XP64 has been released not that long ago there is certainly not much
work done in that direction - if at all.

Then, most likely you would want to run 32 bit applications on it.
That would require 32 bit libraries as well.  And that requires a
little more than just to recompile it with a 64 bit compiler.

Or you could just run a 32 bit wine...

Does wine really need to run in a chroot?

Matthias


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



Re: multiarch/bi-arch status (ETA) question

2005-07-06 Thread Matthias Julius
David Wood [EMAIL PROTECTED] writes:

 can't be a symlink to /usr/lib/i386-linux after all.  So if programs on

 I don't understand. Why not?

Just try it:

- mkdir /usr/lib/i386-linux
- rm -r /usr/lib
- ln -s /usr/lib/i386-linux /usr/lib

Does that work on your machine?

Matthias


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



Re: multiarch/bi-arch status (ETA) question

2005-07-06 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 Better not try that with /usr/lib. :)

Well, you always have a backup. Right?

Matthias


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



Re: amd64 into mainstream

2005-04-21 Thread Matthias Julius
[EMAIL PROTECTED] (Lennart Sorensen) writes:

 woody is a perfectly good samba/nfs/apache/dns server.  Nothing wrong
 with the software in it.  A few years ago that software was state of the
 art, but now you think it is unusable?  Why?

Woody certainly is as good as it was 3 years ago.  Only with time and
availability of new features expectation changes.  Apache2 and PHP5
for example have some advantages.  And so have some other packages.

Who would want to buy a new model '80 car?  It is certainly as good as
it was in 1980.  But technical debelopments make it desireable to buy
a newer model.

Matthias


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



Re: RAID bus controller: Promise Technology, Inc. PDC20376(FastTrak376) (rev 02)

2005-02-23 Thread Matthias Julius
Goswin von Brederlow [EMAIL PROTECTED] writes:

 It is supported by the source as such, it has the PCI id in its
 list. The problem is it doesn't seem to work right. I have a TX4 too
 which works perfectly.

 It seems noone else is using the onboard 20376 so it might not be
 surprising that bugs haven't been found.

I have an ASUS K8V with a Promise PDC20376.  It is running under
kernel 2.6.9-9-amd64-k8 without problems so far.  I probably have
never put a very high load on it.

Matthias


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



Re: aRts problem

2005-02-12 Thread Matthias Julius
Chris Wakefield [EMAIL PROTECTED] writes:

 Hi Alessandro,

 I've had the same problem for months.  I just keep killing the artsd pid, and 
 it's ok for a few hours or so.

 I've recompiled several new kernels and still the same problem pops up.

 I'm running pure64 as well with kernel 2.6.11-rc3 on an Asus K8V with an amd 
 3200+

I had the problem until a month or so ago.  I have the gcc-3.4 branch
running here and aRts stopped its annoying behavior after some relatet
package update (can't remember which one, I think it was
kdemultimedia).

Matthias


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



Re: KDE fonts garbled

2005-02-07 Thread Matthias Julius
[EMAIL PROTECTED] writes:

 From yesterday, all fonts display are completely garbled.
 Konsole seems to print ok, but only first menu is displayed, the others
 are blank.
 The font selection displays only one font (the bitstream one).

[...]

 So, has anyone a clue about what happened to KDE ?

I don't have a clue, but I experience the same problem.

Anyone else?

Matthias


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



Re: small fix for Debian AMD64 HowTo

2004-12-30 Thread Matthias Julius
Sebastian Kuegler [EMAIL PROTECTED] writes:

 exec dchroot -c ia32 -d $(basename $0) $@
  ^

That certainly does not work.

Matthias




Re: Status of debian-amd64 after sarge release

2004-11-22 Thread Matthias Julius
[EMAIL PROTECTED] (Pete Harlan) writes:

 To reinstall, something like this works:

 dpkg --get-selections | grep -w install | awk '{print $1}' | xargs -m 10 -- 
 apt-get -y --reinstall install

You probably have to make a

apt-get clear

first.

Matthias





Re: libswig gone, breaking subversion

2004-10-06 Thread Matthias Julius
Harald Dunkel [EMAIL PROTECTED] writes:

 On gcc-3.2 (and maybe pure64) the libswig1.3.21 package
 seems to be gone. This breaks subversion.

 Would it be possible to get libswig back?

Having the same problem I downloaded the source from ftp.debian.org
(swig1.3) and after installing the build-depends it compiled without
problem on my gcc-3.4 system.

What is the problem with the archive?

Matthias