Re: OpenOffice.org 3.0 ?

2008-11-25 Thread Gudjon I. Gudjonsson
Hi
> thank you, but this is not quite just what I wanted. :) Of course, I know,
> it
> is in experimental. My question aimed more to, why it is still not in sid
> and
> what is the reason for it (i.e. problems, bugs or debian-political
> reasons).
I guess it is in experimental because of the freezing of Lenny. I have
installed the Debian packages and it works perfectly. I recommend that you
install it.

Cheers
Gudjon


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



Re: libmotif3 on amd64 (and rtai/comedi)

2008-09-10 Thread Gudjon I. Gudjonsson
Hi
> The package is in lenny and sid, and also in sarge, but it's missing
> from etch:
> apt-cache policy  libmotif3
> W: Unable to locate package libmotif3
>
> Searching for the package file at packages.debian.org shows this too.
> It's missing from all architectures.
Small changes are needed to the package in Lenny to make it compile on
Etch. Both source and binary packages for amd64 and i386 can be found on
my server if someone needs them.
http://gudjon.org/debian/motif_etch/

Cheers
Gudjon



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



Re: libmotif3 on amd64 (and rtai/comedi)

2008-09-09 Thread Gudjon I. Gudjonsson
Hi
$ apt-get source libmotif3
works perfectly for me.
the following line is needed in the sources.list file:
deb-src http://ftp.se.debian.org/debian/ testing main contrib non-free

But I haven't got a clue why libmotif3 is in i386 but not in amd64. An
explanation is more than welcome :)

I do have a larger problem with the rtai library since the next Debian
version of my package comedi will depend on it. Rtai is not supported for
amd64 but it compiles perfectly on my amd64 computer. Can anyone explain
that? I have asked the package manager but did not get an answer.

Cheers
Gudjon



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



Re: RedHat in Chroot

2008-06-25 Thread Gudjon I. Gudjonsson
Hi again
   Now I have a RHEL3 running happily in a Debian chroot. I had to install
REHL3 on a special partition on my own computer since the other is too
new. Then I could tar the whole distribution and move it to the other
computer.
   Unfortunately some of the problems still persist but now they are
certified :)

Thanks for the help and suggestions
Gudjon





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




Re: RedHat in Chroot

2008-06-24 Thread Gudjon I. Gudjonsson
Hi again
Thanks for the information. I will check mock very carefully. My
experience with Vmware tells me that virtualisation is not the thing I
am looking for. I would prefer that the user hardly recognises that
the programs are being run under some other system. I think I can fix
that in chroot but I don't know how with a virtual machine.
I read yesterday more carefully about LD_ASSUME_KERNEL (something I
should have done a long time ago). I really need a system that keeps
track of all the different library versions for all kinds of broken
software but I also want the ease of package management that I get
with Debian.
Shouldn't all the LD_ASSUME_KERNEL statements function under RedHat in
a chroot on a Debian amd64 system? As far as I have read, Debian has
never supported all the different versions of libraries made by
compiling them with different compilers. Does anyone on the list have
experience with software that needs LD_ASSUME_KERNEL to run?

Thanks
Gudjon


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



Re: Java and libpthread.so.0 (LD_ASSUME_KERNEL)

2008-06-23 Thread Gudjon I. Gudjonsson
Hi
   Sorry, I should have known the problem, I think I have even asked
similar question earlier. There was an LD_ASSUME_KERNEL statement
hiding in the code.

Thanks
Gudjon



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



RedHat in Chroot

2008-06-23 Thread Gudjon I. Gudjonsson
Hi
   Has anyone installed RedHat in a Debian Chroot? That would be the
perfect solution for me since I have some commercial software that for
some !"#$%&/ reason does not follow any sensible file hierarchy
standard. If I could install RedHat Enterprise 2 and 4 on the same
Debian machine I would be very happy. The intention is to run
everything later on Debian.
   I know I have to install RedHat with its installer but has anyone tried
using it with chroot?

Thanks
Gudjon

Ps. I got a private answer to my earlier question. Please don't spend your
time on it. I will send the solution to the list later today.


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



Java and libpthread.so.0

2008-06-22 Thread Gudjon I. Gudjonsson
Hi
   I have the following problem with a java version that is distributed
with a commercial program. But I have tried to replace the file with a
symbolic link to the Debian java but without success.
   Java doesn't find libpthread.so.0 but it does exist and I have run
ldconfig several times.

Can anyone explain this please?

/usr/local/ic5141/tools/jre/bin/java: error while loading shared
libraries: libpthread.so.0: cannot open shared object file: No such file
or directory

$ ldd /usr/local/ic5141/tools/jre/bin/java
linux-gate.so.1 =>  (0xe000)
libpthread.so.0 => /emul/ia32-linux/lib/libpthread.so.0 (0xf7f97000)
libdl.so.2 => /emul/ia32-linux/lib/libdl.so.2 (0xf7f93000)
libc.so.6 => /emul/ia32-linux/lib/libc.so.6 (0xf7e4c000)
/lib/ld-linux.so.2 (0xf7fd)

$ find /emul/ia32-linux/ -name libpthread.so.0
/emul/ia32-linux/usr/lib/libpthread.so.0
/emul/ia32-linux/lib/libpthread.so.0

Thanks
Gudjon


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



Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-19 Thread Gudjon I. Gudjonsson
Hi again
   Thanks for the advice. The problem is a tcl problem. I could get the
program running by setting up a sarge i386 chroot. Then I compiled
tcl-8.2 for that system and then the program runs happily. The solution
is more amd64 specific than the problem :)
   The function TclX_EvalRCFile seems to have disappeared from tcl8.4
without any explanation, but that is another discussion.

Cheers
Gudjon



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



SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-17 Thread Gudjon I. Gudjonsson
Hi
   I am fighting to get some code written 13 years ago in several
languages to run decently on my amd64. Making it run in 64 bit mode is
a far future dream but I'm hoping to fix a chroot. Currently I get most
success with an etch chroot.
   The program compiles and runs in 64 bit mode but without any sensible
output but when I run it in the chroot, I get the following output to
strace several times and then a segmentation fault.

ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xffdb6f38) = -1 ENOTTY
(Inappropriate ioctl for device)

Since it runs in 64 bit mode I guess it has something to do with the chroot.
Has anyone seen anything similar?

Thanks
Gudjon

Ps. Thanks Aaron and Lennart for the help with the non-TLS reference.




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



non-TLS reference

2008-06-07 Thread Gudjon I. Gudjonsson
Hi
   I am trying to compile a program and get the following error message:
/usr/bin/ld: errno: TLS definition in
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/../../../../lib/libc.a(errno.o)
section .tbss mismatches non-TLS reference in

Is there any easy trick to fix it?

Thanks
Gudjon


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



Re: Mounting a root device after installation

2008-02-15 Thread Gudjon I. Gudjonsson
Hi
   Sorry, my mistake. The disk was configured as RAID in BIOS. When
changing it to IDE, everything works perfectly. I overlooked this
option several times.

Cheers
Gudjon



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



Mounting a root device after installation

2008-02-15 Thread Gudjon I. Gudjonsson
Hi
   I sent this problem to the debian-user list but it hasn't appeared so I
hope you forgive me for sending it to you :)

   I have a problem with the newest Debian testing installer on i386.
The installation works perfectly but when I reboot after the installation
the computer is unable to mount the root partition. Resulting in
(initramfs) prompt which I don't know how to use.
   I have installed tens of Debian computers but this has never happened.
I tried both the stable and testing installer.
   When detecting the disks from a hard disk boot up I get the following
message
"Driver 'sd' needs updating - please use bus_type methods"
By searching the internet I get the information that this is a minor error
but for
me it is not.
   I tried to boot from the CD and chroot into the new system and then do
an upgrade
to kernel 2.6.24. The kernel installs but stops at the same place in the
boot sequence.

Thanks for any hints
Gudjon



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



Re: Java and libpthread.so.0 (Solved)

2008-02-06 Thread Gudjon I. Gudjonsson
Hi Alex
>>I have a problem with java
>> /usr/bin/java: error while loading shared libraries: libpthread.so.0:
>> cannot open shared object file: No such file or directory
>>
>> But both the 32 and 64 bit versions of libpthread exist on my system. I
>> found one thread on the internet where they seem to solve the problem
>> with
>> LD_ASSUME_KERNEL=2.4.19
>> but this is not possible in Debian, especially not on an amd64.
>
> While the error is somewhat misleading, you'll get a "No such file or
> directory" error if you have the wrong version of the libraries, which
> is what I suspect is happening in this case. You're either using a
> 32-bit JVM without the appropriate 32-bit libs installed on a 64-bit
> system, or, more likely, you're trying to run a Java application that
> uses some specific libraries that was intended to be run on a 32-bit
> system.
>
> Try running it in a 32-bit chroot and see if you still have the problem.
Thanks for the answer and sorry. I solved the problem but unfortunately
only sent the solution to myself but not to the list :)
In the startup script, there was an LD_ASSUME_KERNEL=2.4 statement. When I
removed it, everything works perfectly.

Now i have a perfectly running Cadence installation on Debian :)

I will be more careful where I send my emails in future.

Thanks again
Gudjon





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



Java and libpthread.so.0

2008-02-06 Thread Gudjon I. Gudjonsson
Hi
   I have a problem with java
/usr/bin/java: error while loading shared libraries: libpthread.so.0:
cannot open shared object file: No such file or directory

But both the 32 and 64 bit versions of libpthread exist on my system. I
found one thread on the internet where they seem to solve the problem with
LD_ASSUME_KERNEL=2.4.19
but this is not possible in Debian, especially not on an amd64.

Does anyone know this problem.

Thanks
Gudjon



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



Re: Grub and raid (Solved)

2008-02-04 Thread Gudjon I. Gudjonsson
Hi
   Thank you all for very through answers. The problem was very strange. I
had to disable the "ACPI APIC Support" in BIOS. Then I could run
grub-install but the computer then lost interrupt to hda (CDROM) and
also interrupts to the hard drives. With Grub installed, I could enable
this option again and now everything works.
   Before this change I used to boot with the install CD and make a chroot
to the installed system with the dev and proc directories rbind
mounted. Then I tried to run X. I got kdm working but if I tried to log
in, the computer went into sleeping mode. After the procedure described
above, I can switch between console and X mode without any problem.
   This looks quite like black magic to me but I hope to understand it
someday :)

Thanks again
Gudjon



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



Re: Grub and raid

2008-02-03 Thread Gudjon I. Gudjonsson
Hi again
   Thanks for the answers but there seems to be a problem with Grub. The
device map is OK but when installing GRUB it stops with the message
Error reading stage1
I tried to make a boot CDROM. It starts booting the kernel but then the
computer restarts. Has anyone tried the CDROM from grub-rescue-pc?

Is it possible that I have to switch to GRUB2?

Thanks
Gudjon

PS. Sorry. I have a huge time press on my right now. I could have searched
the internet better for solutions.


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



Re: Grub and raid

2008-02-03 Thread Gudjon I. Gudjonsson
Hi again
   Thanks for the answers but there seems to be a problem with Grub. The
device map is OK but when installing GRUB it stops with the message
Error reading stage1
I tried to make a boot CDROM. It starts booting the kernel but then the
computer restarts. Has anyone tried the CDROM from grub-rescue-pc?

Is it possible that I have to switch to GRUB2?

Is there any way to boot the machine from a CD and let it switch to the
hard drive automatically as a last solution?

Thanks
Gudjon

PS. Sorry. I have a huge time press on my right now. I could have searched
the internet better for solutions.




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



Re: Total vs per-cpu memory

2008-02-01 Thread Gudjon I. Gudjonsson
Hi again

> On Fri, Feb 01, 2008 at 04:10:25PM +0100, Gudjon I. Gudjonsson wrote:
>> Since you are discussing this. I spent yesterday on trying to debug
>> ngspice on amd64 with gdb and valgrind. It segfaults on amd64 but not on
>> i386. Can you point out some good documents on where to put those checks
>> you mention?
>
> The main thing to watch out for it people using int's as pointers.
> pointers should always be void * or longs.
If you are interested there is a Debian package on my server:
deb http://195.198.146.229/debian/ amd64/
deb-src http://195.198.146.229/debian/ source/
You just need to start the program and it will segfault :)
The debugging symbols are stripped even if it is run with the nostrip
option but they exist in src/ngspice.

Thanks
Gudjon



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



Grub and raid

2008-02-01 Thread Gudjon I. Gudjonsson
Hi
   I am using a 64 bit computer but the problem might be general. But
anyway, is there any unknown trick in making a computer with two raid1
SATA disks boot with Grub?

I can mount /dev/md* when I boot the system on the install CD but I am
unable to install grub on /dev/sda nor /dev/sdb.

Thanks
Gudjon


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



Re: Total vs per-cpu memory

2008-02-01 Thread Gudjon I. Gudjonsson
Hi
>> absolutely true. But then, who is so diligent to always do so,
>> especially
>> when developing your own code for scientific computation? I've written
>> some,
>> and only when it was for "public consumption" I cared to put all the
>> checks
>> in all the places... :P
>
> Ehm, anyone that wants to avoid embareshing things like segfaults in
> their programs.  It can save a lot of headaches debuging the problem
> later to just do things right to begin with.
Since you are discussing this. I spent yesterday on trying to debug
ngspice on amd64 with gdb and valgrind. It segfaults on amd64 but not on
i386. Can you point out some good documents on where to put those checks
you mention?
   Unfortunately often I don't know when a data structure can be freed.

Thanks
Gudjon



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



Re: Intel (s775) Johannesburg DQ35JOE mATX

2008-01-24 Thread Gudjon I. Gudjonsson
Thanks Lennart (and others) for a very through explanation.

>>Sorry for abusing your time but I am going to buy a computer with the
>> following ingredients. I am quite worried that I might have to wait for
>> half a year for support of some of the chips so I decided to ask first
>> if someone has used this (with good or bad experience):
>>
>> Motherboard: Intel (s775) Johannesburg DQ35JOE mATX
>
> I have only used a few Intel boards myself, but I wouldn't buy one.  I
> only buy Asus boards.  There has been a lot of trouble for people with
> more than 3GB ram and getting the MTRR cache setup right on intel boards
> in the last year, and it has taken a lot of pushing to even get intel to
> admit they screwed up their bios, while Gigabyte and Asus had a new bios
> within days of being notified of the mistake in intel's reference code.
> Not what I would consider a well supported board.  Most affected users
> were windows 64bit users who got a very very slow system if they had
> more than 3GB ram installed, and linux gets the same slow performance
> since the top of ram is not cached and hence very slow.
The salesman knew this problem but said it was a problem with the 965 chip
but was solved with the Q35 chip. I hope he is right.

About the kernel, I most often end up installing Debian unstable and then
I wait for it to become stable if there are no problems. But on my main
computer I happily use unstable and experimental.

Cheers
Gudjon


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



Intel (s775) Johannesburg DQ35JOE mATX

2008-01-23 Thread Gudjon I. Gudjonsson
Hi
   Sorry for abusing your time but I am going to buy a computer with the
following ingredients. I am quite worried that I might have to wait for
half a year for support of some of the chips so I decided to ask first
if someone has used this (with good or bad experience):

Motherboard: Intel (s775) Johannesburg DQ35JOE mATX
Chipset:   Intel Q35 Express

I am sure the following will work, I think the e1000 driver supports the
network card.
CPU: Intel Core2Quad Q6600 2,4GHz 1066/8MB s-775
Network card: Intel 82566DM Gigabit Adapter, integrated


Thanks
Gudjon




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



Re: Skype 2.0 beta on debian sid amd64?

2007-12-10 Thread Gudjon I. Gudjonsson
Hi
>> I want to use the skype 2.0 beta .deb package on my debian amd64 sid
>> system.
>> I saw hell a lot of guides hwoto use chroot, but I don't want a chroot!
>> Any guide available which is simple enough (e.g. just install some .deb
>> and it works?)?
>
> Tecnically, you can't simply install the .deb in the 64-bit system, as
> it is for a 32-bit debian. In practice, you can try
> --force-architecture (or something similar), but there is no guarantee
> that there are packages with the 32-bit libraries that Skype needs,
> and even if there are, it might simply not work.

I have always had problem with force-architechture next time I try to
upgrade. I have been running the static version of skype directly in my 64
bit system. I copy the binary to /usr/local/bin and run it without any
problems or chroot.

I just installed 2.0 beta. The 32-bit libXss.so.1* must be copied to
/emul/ia32-linux/usr/lib and then it runs smoothly.

Hope it helps
Gudjon



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



Re: X locking up

2007-10-10 Thread Gudjon I. Gudjonsson
Hi again
>> I could use the mouse and from it get to the console and kill X. Then by
> how did you use your mouse to change to a console ?
It is possible to enter console with the mouse in KDE. But then I switched
to xfce for some time and there was no problem in that. I haven't had this
problem for a while. Are you using the newest kernel and an updated
unstable?
>
>> looking at the output of dmesg I would get error messages about some
> I found that in the Xorg.log
I don't remember reading your error messages could you please post what
you get from dmesg and in Xorg.log?
>> strange input from keyboard (the computer did not have an nvidia card).
>>I did not file a bug report since I didn't know where to file it :)
> I wasn't sure either
Perhaps someone can answer that question :)

Cheers
Gudjon


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



Re: rescue bootable cd ???

2007-10-01 Thread Gudjon I. Gudjonsson
Hi
   It is also possible to use the install disk. You just stop after
detecting the hard disk (don't reformat it :) Then you do:
#mkdir /mnt
#mount /dev/sda1 /mnt
#chroot /mnt
and then you can do whatever you need to fix your system.

Hope it helps
Gudjon


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



Re: Running Java App fails...

2007-07-02 Thread Gudjon I. Gudjonsson
Hi
   It works on my computer
I downloaded
$JXv3.2deploy.tar.bz2  
$tar cjf  JXv3.2deploy.tar.bz2  
$cd jxplorer
$sh jxplorer.sh
And the program appears but I have not got a clue what it does :)
I am using
/usr/lib/jvm/java-6-sun/jre/bin/java


Cheers
Gudjon


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



Re: Running Java App fails...

2007-07-02 Thread Gudjon I. Gudjonsson
Hi Hans
> > I may be wrong but I don't think it is a bug and I think the following
> > will do the trick
> > #update-alternatives --config java
> > and then you select the java alternative you like.
> >
> > Hope it helps
> > Gudjon
>
> Not quite, please take a look:
>
> protheus2:/home/ullhan63# LANG=C update-alternatives --config java
>
> There is only 1 program which provides java
> (/usr/lib/jvm/java-6-sun/jre/bin/java). Nothing to configure.
> protheus2:/home/ullhan63#
>
>
> All other java-packages were deinstalled by aptitude (or apt-get
> dist-upgrade) bcause of conflicts.
There is plenty of possibilities on my computer :)
# update-alternatives --config java

There are 5 alternatives which provide `java'.

  SelectionAlternative
---
  1/usr/lib/jvm/ia32-java-6-sun/jre/bin/java
  2/etc/alternatives/kaffe-system/bin/java
* 3/usr/lib/jvm/java-6-sun/jre/bin/java
 +4/usr/lib/jvm/java-gcj/jre/bin/java
  5/usr/bin/gij-4.1

Press enter to keep the default[*], or type selection number:

I think the difference is that I use dselect since I found it better in 
resolving conflicts although it sometimes uses brute force.

Regards
Gudjon


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



Re: Running Java App fails...

2007-07-02 Thread Gudjon I. Gudjonsson
On Monday 02 July 2007 13:30:20 Hans-J. Ullrich wrote:
> Am Montag 02 Juli 2007 schrieb Thomas Besser:
> > Hi,
> >
> > I'm recently switched my desktop computer to amd64 architecture (intel
> > macbook) and want to use JXplorer (LDAP Browser in Java,
> > http://www.jxplorer.org) furthermore.
> >
> > Have installed all "sun-java5" packages also ia32-sun-java5 and ia32-libs
> > and so on, but installation fails:
> >
> > sissymobil:/home/software/linux/JXplorer# sh JXv3.2_install_linux.bin
> > Preparing to install...
> > Extracting the installation resources from the installer archive...
> > Configuring the installer for this system's environment...
> > nawk: error while loading shared libraries: libdl.so.2: cannot open
> > shared object file: No such file or directory
> > dirname: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > /bin/ls: error while loading shared libraries: librt.so.1: cannot open
> > shared object file: No such file or directory
> > basename: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > dirname: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > basename: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> > hostname: error while loading shared libraries: libc.so.6: cannot open
> > shared object file: No such file or directory
> >
> > Launching installer...
> >
> > grep: error while loading shared libraries: libc.so.6: cannot open shared
> > object file: No such file or directory
> > /usr/lib/jvm/java-1.5.0-sun/jre/bin/java: error while loading shared
> > libraries: libpthread.so.0: cannot open shared object file: No such file
> > or directory
> >
> > Any hints what can be done or where is the problem?
> >
> > Regards
> > Thomas
>
> There is a "bug" with the paths, as the newest java is not installed, where
> the applications do expect it.
>
> Solution (quick and dirty): create a symbolic link:
>
> ln -s  /usr/java  /usr/lib/jvm/java-6-sun-1.6.0.00/
>
> (I have sun-java-6 installed)
>
> Maybe it is worth a bugreport, but I do not know, if it really is. I
> suppose, someone, who is more experienced will report it as a bug
I may be wrong but I don't think it is a bug and I think the following will do 
the trick
#update-alternatives --config java
and then you select the java alternative you like.

Hope it helps
Gudjon


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



Re: ld ? ldd ? please help

2007-07-01 Thread Gudjon I. Gudjonsson
On Sunday 01 July 2007 11:52:02 Danny Tiberman wrote:
> Hello
>
> When I do /sbin/ldconfig -v | grep libtk I get :
> libtk8.4.so.0 ---> libtk8.4.so.0
>
> but when I run ldd executable i get:
>
> libtk8.4.so --> not found
>
> Please Help I have never done this before.
>
> Thanks In Advance
Hi
   This is strange.
/sbin/ldconfig -v | grep libtk
gives me 
libtk8.4.so.0 -> libtk8.4.so.0
which is OK.
but 
# ls -lah /usr/lib/libtk*
-rw-r--r-- 1 root root  1,7M 2006-03-19 20:18 /usr/lib/libtk8.4.a
lrwxrwxrwx 1 root root13 2006-08-29 13:05 /usr/lib/libtk8.4.so -> 
libtk8.4.so.0
-rw-r--r-- 1 root root 1002K 2006-03-19 20:18 /usr/lib/libtk8.4.so.0
-rw-r--r-- 1 root root  4,9K 2006-03-19 20:18 /usr/lib/libtkstub8.4.a

Did you install all the necessary libtk packages? What does  
ls -lah /usr/lib/libtk*
look like on your computer?

Hope it helps
Gudjon


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



Re: Urgent Help Is needed, PLEASE

2007-06-28 Thread Gudjon I. Gudjonsson
On Thursday 28 June 2007 09:38:16 Danny Tiberman wrote:
> Hello there,
>
> I have installed debian etch 4 every is runnning fine BUT
> i am trying to run a program I get  :
> "error while loading shared libraries: libtk8.4.so: cannot open object
> file: no such file  or directory"
>
> but the file is there under /usr/lib
> and the package is installed  ("dpkg -l " shows the program)
>
> WHAT am I missing ??? what is wrong ?
>
You might me missing the package containing libtk8.4.so
Go to the following page
http://www.debian.org/distrib/packages
And
Search the contents of packages
libtk8.4.so
It will show you the following package
tk8.4-dev
which you have to install.

If you are running a Debian program. Then please report it as a bug because 
then it is missing dependencies (and it shouldn't use development library 
anyway).

Hope it helps.
Gudjon


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



Re: Why does this happen ?

2007-06-23 Thread Gudjon I. Gudjonsson
On Saturday 23 June 2007 11:01:05 Hans-J. Ullrich wrote:
> Am Samstag 23 Juni 2007 schrieb Gudjon I. Gudjonsson:
> > Hi
> >Libcurl3 conflicts with libcurl4.
> > dselect will tell you that when you try to install libcurl3 and you can
> > download the source package and look at the control file.
> >
> > Cheers
> > Gudjon
>
> Oh sorry, I did not prezise my question corretly. I know that both
> conflict. This is clear for me. What I want to know is, WHY such a conflict
> happens. Why can (in my case) nexuis not access to libcurl4 and the other
> ones stay access to libcurl3 ? This was my question, as IMO both libs seem
> independent for me.
>
> On the other hand I wondered, why apt does not inhibit the deinstallation
> of the other programs or the installation of libcurl 4. Is it, because the
> philosophy says, in linux everything is allowed to be done and controlled
> by root ?
>
> My question aimed less to the technical side, but to the philosophical
> side.
>
> Hans
   Packages do conflict if their contents overlap for example. It is sad in 
this example because some packages depend on libcurl3 and other on libcurl4. 
You have to check their content to find the solution or ask the packager.

/Gudjon

>
> > On Saturday 23 June 2007 10:14:18 Hans-J. Ullrich wrote:
> > > Hi all,
> > >
> > > I wondered, why the additional installation of a library will deinstall
> > > the old one (and worth, the packages). IMO the libs should resize
> > > together without any harm, and more as long other packages do need
> > > them. Just take a look, what would happen, if I try this:
> > >
> > > --
> > >
> > > # LANG=C apt-get install libcurl4
> > > Reading package lists... Done
> > > Building dependency tree... Done
> > > The following extra packages will be installed:
> > >   nexuiz nexuiz-server
> > > The following packages will be REMOVED:
> > >   avscan clamav clamav-daemon clamav-freshclam clamsmtp hydrogen jigdo
> > >   libclamav2 libcurl3 liblrdf0 libraptor1 raptor-utils streamtuner
> > > wengophone The following NEW packages will be installed:
> > >   libcurl4
> > > The following packages will be upgraded:
> > >   nexuiz nexuiz-server
> > > 2 upgraded, 1 newly installed, 14 to remove and 2 not upgraded.
> > > Need to get 180kB/1686kB of archives.
> > > After unpacking 46.3MB disk space will be freed.
> > > Do you want to continue [Y/n]? n
> > > Abort.
> > > #
> > >
> > > --
> > >
> > >
> > > Can someone explain the background behind this behaviour ? Someone must
> > > have a good reason for this.
> > >
> > > Thanks for the help.
> > >
> > > regards
> > >
> > > Hans



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



Re: Why does this happen ?

2007-06-23 Thread Gudjon I. Gudjonsson
Hi
   Libcurl3 conflicts with libcurl4. 
dselect will tell you that when you try to install libcurl3 and you can 
download the source package and look at the control file.

Cheers
Gudjon



On Saturday 23 June 2007 10:14:18 Hans-J. Ullrich wrote:
> Hi all,
>
> I wondered, why the additional installation of a library will deinstall the
> old one (and worth, the packages). IMO the libs should resize together
> without any harm, and more as long other packages do need them. Just take a
> look, what would happen, if I try this:
>
> --
>
> # LANG=C apt-get install libcurl4
> Reading package lists... Done
> Building dependency tree... Done
> The following extra packages will be installed:
>   nexuiz nexuiz-server
> The following packages will be REMOVED:
>   avscan clamav clamav-daemon clamav-freshclam clamsmtp hydrogen jigdo
>   libclamav2 libcurl3 liblrdf0 libraptor1 raptor-utils streamtuner
> wengophone The following NEW packages will be installed:
>   libcurl4
> The following packages will be upgraded:
>   nexuiz nexuiz-server
> 2 upgraded, 1 newly installed, 14 to remove and 2 not upgraded.
> Need to get 180kB/1686kB of archives.
> After unpacking 46.3MB disk space will be freed.
> Do you want to continue [Y/n]? n
> Abort.
> #
>
> --
>
>
> Can someone explain the background behind this behaviour ? Someone must
> have a good reason for this.
>
> Thanks for the help.
>
> regards
>
> Hans



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



Re: Problems with schroot after a listdc update

2007-06-21 Thread Gudjon I. Gudjonsson
Hi
   I think I had this problem a year ago and the solution is the following. In 
the do_chroot script write
#!/bin/bash

LANG=C; exec schroot -p -c sid -q -- "`basename $0`" "$@"

This LANG=C fixes the problem. At least chroot works happily on my computer.

Cheers
Gudjon


Þann Thursday 21 June 2007 skrifaði Guillermo Movia:
> Hi all, yesterday, i updated my debian/testing/amd64 system and after
> it, i can't use the schroot (this is the error E:
> locale::facet::_S_create_c_locale name not valid). I search for the
> error on google and seems that the problem is solved with the new
> schroot package (in unstable
> [http://www.mail-archive.com/[EMAIL PROTECTED]/msg125547.
>html]).. Someone has the same problem, or can help me to solved before the
> new schroot package
>
> Thanks
> Guillermo




Re: Network failure

2007-06-21 Thread Gudjon I. Gudjonsson
Hi again
   To close my own thread. There is a failure in the experimental version of 
ifupdown 0.7 (and some dangerous greek letter) Now I will make a bugreport.

Cheers
Gudjon

On Thursday 21 June 2007 10:02:58 Gudjon I. Gudjonsson wrote:
> Hi
>   Today my network does not work.
> /etc/init.d/networkging restart
> answers with the following comment
> "RTNETLINK answers: File exists"
>
> It worked happily yesterday and I have not changed anything except for
> upgrading a little bit.
>
> Does anyone know the solution.
>
> Thanks
> Gudjon



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



Network failure

2007-06-21 Thread Gudjon I. Gudjonsson
Hi
  Today my network does not work.
/etc/init.d/networkging restart
answers with the following comment
"RTNETLINK answers: File exists"

It worked happily yesterday and I have not changed anything except for
upgrading a little bit.

Does anyone know the solution.

Thanks
Gudjon


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



Re: How to install Skype?

2007-06-17 Thread Gudjon I. Gudjonsson
Hi
   I have a chroot but for skype I like more to use the static version and 
just copy skype to /usr/local/bin. Somehow it worked better than in chroot  
but I don't remember how :)

Cheers
Gudjon
On Sunday 17 June 2007 19:05:22 Gilles Sadowski wrote:
> Hi.
>
> > inside a chroot if you have one
>
> No I don't have one, yet.
> Which program do you recommend, and how should I invoke it, in order to
> have everything (dependencies etc...) set up as easily as possible?
>
> Thanks,
> Gilles



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



Svn+sshfs+shfsmount (slightly offtopic)

2007-05-17 Thread Gudjon I. Gudjonsson
Hi
   Sorry. The problem may not be amd64 specific. I was using shfsmount earlier 
but it does not work with the 2.6.20 kernel so I switched to sshfs. This 
works more or less perfectly except when I commit changes to my subversion 
repository. I use subversion in the way that I mount the disk containing the 
repository to my working computer to checkout and commit to it. Everything 
works perfectly in kernel 2.6.18 with shfsmount but the following does not 
work with sshfs (and kernel 2.6.20). Then I get the following error message: 
svn commit -m "more rubbish"
Sendingtrunk/mcaeln.py
Transmitting file data .svn: Commit failed (details follow):
svn: Can't move '/home/gudjon/marconi/svn/mcaeln/db/current.2.tmp'
to '/home/gudjon/marconi/svn/mcaeln/db/current': Operation not permitted

Does anyone know a clever way to debug this? Is it a subversion problem or an 
sshfs problem?

Thanks
Gudjon


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



Re: PovRAY - Where are you?

2007-04-25 Thread Gudjon I. Gudjonsson
Hi again
   Excuse me for mailing you again. I downloaded the sources and compiled them 
and I don't see any problem with povray on amd64. I have never used it but it 
compiles perfectly and seems to work.
   Please test it too and if it works, it should enter the amd64 distribution 
again, I think.
apt-get source povray
cd povray-3.6.1
fakeroot dpkg-buildpackage

Hope it helps
Gudjon

On Wednesday 25 April 2007 22:59:40 Gudjon I. Gudjonsson wrote:
> Hi
>This is a splendid homepage that answers many questions :)
> http://www.us.debian.org/distrib/packages
> After searching for the povray package I found out that it only compiles on
> i386 architectures, unfortunately :(
>
> Regards
> Gudjon
>
> On Wednesday 25 April 2007 22:48:20 Andrew M.A. Cater wrote:
> > On Wed, Apr 25, 2007 at 09:34:29AM +0100, Steve 'Dobbo' Dobson wrote:
> > > Hi all
> > >
> > > I can remember using PovRAY to do benchmark testing back just before
> > > the AMD64 port became part of the regular Debian platform set.  Anyone
> > > know why it isn't available now.
> >
> > Non-free archives, perhaps?
> >
> > Andy



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



Re: PovRAY - Where are you?

2007-04-25 Thread Gudjon I. Gudjonsson
Hi
   This is a splendid homepage that answers many questions :)
http://www.us.debian.org/distrib/packages
After searching for the povray package I found out that it only compiles on 
i386 architectures, unfortunately :(

Regards
Gudjon

On Wednesday 25 April 2007 22:48:20 Andrew M.A. Cater wrote:
> On Wed, Apr 25, 2007 at 09:34:29AM +0100, Steve 'Dobbo' Dobson wrote:
> > Hi all
> >
> > I can remember using PovRAY to do benchmark testing back just before the
> > AMD64 port became part of the regular Debian platform set.  Anyone know
> > why it isn't available now.
>
> Non-free archives, perhaps?
>
> Andy



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



Re: gcc-4.1

2007-04-02 Thread Gudjon I. Gudjonsson
Hi Rob 
   And thanks for the answer.
>  >Has anyone noticed that gcc is older in experimental for amd64 than
>  > for other architectures. It seems to me like dependencies that go in
>  > circles. If so, does anyone have an explanation? I wanted to compile the
>  > newest version of openoffice but I need this version of gcc for that.
>
> The packages in experimental don't seem to build for all architectures -
> another example is gnome-applets, which has been built for i386 only.
>
> Sometimes it is because of failure to build on that architecture. Sometimes
> it just doesn't build.
>
> Look at the per-package build logs at buildd.debian.org for more
> information.
I can in fact wait a bit for the gcc  but the page you pointed out is 
interesting and I should have known. But I could not find the experimental 
build logs in there.
   I play with compiling openoffice myself because I sometimes have to wait 
months for the official amd64 debian compiler to do it (I'm not complaining, 
thanks for the job you do if you read it :) and I want to have the newest 
version to check its compatibility with MS-Word myself.

Regards
Gudjon


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



gcc-4.1

2007-04-01 Thread Gudjon I. Gudjonsson
Hi
   Has anyone noticed that gcc is older in experimental for amd64 than for 
other architectures. It seems to me like dependencies that go in circles.
   If so, does anyone have an explanation? I wanted to compile the newest 
version of openoffice but I need this version of gcc for that.

Regards
Gudjon


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



My server, changed IP + more

2007-03-25 Thread Gudjon I. Gudjonsson
Hi
   I have quit on Chalmers and I am slowly moving my stuff out. I have set up 
my own server and now the deb files will be at the following place:
deb http://195.198.146.229/debian/ amd64/
deb http://195.198.146.229/debian/ i386/
deb-src http://195.198.146.229/debian/ source/
   I would like to get some of the packages into the distribution. Is there 
anyone willing to help me?

Cheers
Gudjon


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



Re: kernel 2.6.18-4-amd64 hangs

2007-03-14 Thread Gudjon I. Gudjonsson
Hi
I had the same problem but I was quite sure I  had done something wrong. 
But what I suggest is that you insert the install CD and boot the computer 
(without installing anything)
Then you go to a shell ctrl F2 and do the following
#mkdir mnt
#mount /dev/hda3
#chroot /mnt
#mount -a
then you can use dselect to install and repair what is needed. I recommend 
that you reinstall the linux-image.

Hope it helps and be careful.

/Gudjon

Þann Miðvikudagur 14 mars 2007 19:03 skrifaði Constantine Kousoulos:
> Hello all,
>
> I have a 1.8 GHz turion notebook (specs attached). I was running
> debian-amd64 with few problems, but after the last 'apt-get
> dist-upgrade' i am unable to boot from the new 2.6.18-4-amd64
> kernel. Kernel 2.6.18-3-amd64 boots fine and that's the one i
> still use.
>
> I use the one and only grub to boot. When i select Debian with the
> new kernel, i just see the grub script appear on screen for a
> second and then the screen goes black and the system hangs. Here's
> the script that boots the new kernel (nothing sort of unusual):
>
> title Debian GNU/Linux, kernel 2.6.18-4-amd64
> root  (hd0,2)
> kernel/boot/vmlinuz-2.6.18-4-amd64 root=/dev/hda3 ro vga=771
> initrd/boot/initrd.img-2.6.18-4-amd64
> savedefault
>
>
> Any suggestions?
>
> Thanks in advance.
>
>
> Constantine



Re: 32 bit application (Sorry, spam)

2007-03-14 Thread Gudjon I. Gudjonsson
Sorry list
   I need a cup of coffie or two to wake up before answering emails :)

/Gudjon

Þann Miðvikudagur 14 mars 2007 09:12 skrifaði Gudjon I. Gudjonsson:
> Thanks Marco
>
> /Gudjon
>
> Þann Miðvikudagur 14 mars 2007 09:01 skrifaði Gudjon I. Gudjonsson:
> > Hi
> >Thanks for the answer, I should have known this package.
> >
> > > You can install 32bits libs.
> > > For your case, specially the package ia32-libs-gtk.
> >
> > This is the package but there is a bug filed against it, exactly the same
> > problem as I'm complaining about.
> >Somehow I always end up in using unstable, no matter how often I
> > decide not to :)
> >
> > Regards
> > Gudjon



Re: 32 bit application

2007-03-14 Thread Gudjon I. Gudjonsson
Thanks Marco

/Gudjon

Þann Miðvikudagur 14 mars 2007 09:01 skrifaði Gudjon I. Gudjonsson:
> Hi
>Thanks for the answer, I should have known this package.
>
> > You can install 32bits libs.
> > For your case, specially the package ia32-libs-gtk.
>
> This is the package but there is a bug filed against it, exactly the same
> problem as I'm complaining about.
>Somehow I always end up in using unstable, no matter how often I decide
> not to :)
>
> Regards
> Gudjon



Re: 32 bit application

2007-03-14 Thread Gudjon I. Gudjonsson
Hi
   Thanks for the answer, I should have known this package.
>
> You can install 32bits libs.
> For your case, specially the package ia32-libs-gtk.
This is the package but there is a bug filed against it, exactly the same 
problem as I'm complaining about. 
   Somehow I always end up in using unstable, no matter how often I decide not 
to :)

Regards
Gudjon


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



Re: 32 bit application

2007-03-13 Thread Gudjon I. Gudjonsson
Thanks Lennart  for the answer
Þann Þriðjudagur 13 mars 2007 20:14 skrifaði Lennart Sorensen:
> On Tue, Mar 13, 2007 at 05:18:23PM +0100, Gudjon I. Gudjonsson wrote:
> > Hi
> >I have been trying to install a 32 bit program on my amd64 and I got
> > it running but without fonts and with the following error messages.
> > /usr1/bin/pjob-manager
> >
> > (/usr1/bin/pjob-manager-real:11161): Gdk-WARNING **: locale not supported
> > by C library
> >
> > (/usr1/bin/pjob-manager-real:11161): Gtk-WARNING **: Locale not supported
> > by C library.
> > Using the fallback 'C' locale.
> >
> > (/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading
> > XPM image loader: Unable to load image-loading
> > module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so:
> > /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: cannot open shared
> > object file: No such file or directory
> >
> > (/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup
> > icon: pjm-pjm ((null))
> >
> > (/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading
> > XPM image loader: Unable to load image-loading
> > module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so:
> > /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: cannot open shared
> > object file: No such file or directory
> >
> > (/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup
> > icon: pjm-key ((null))
> >
> > (/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading
> > XPM image loader: Unable to load image-loading
> > module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so:
> > /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: cannot open shared
> > object file: No such file or directory
> >
> > (/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup
> > icon: pjm-license ((null))
> >
> > I get more or less the same results if I try to install realplayer into
> > the 64 bit environment. Does anyone know the solution.
> >
> > The program should most probably be run in chroot but there is a reason
> > why it is done like that.
>
> 32bit programs need 32bit libraries.  It appears you are missing some of
> those.  Since it can be tricky to have both 32 and 64bit libraries
> installed at the same time (at least they have to be in different
> locations since the filenames are the same) the chroot is much simpler,
> since there you can run en entire debian installation and manage
> upgrades and such using apt and friends, rather than having to manually
> update specific files for 32bit use.
>
> --
> Len Sorensen
I know that chroot is much more convenient and I use it myself most often. In 
this case I don't and it is a long history that I am not going to tell.
The problem is the same as when I tried (for theoretical purposes :) to 
install realplayer in the 64 bit part of my computer.  So if somebody has 
managed to make realplayer work in a 64 bit environment you may tell me.

Regards
Gudjon



32 bit application

2007-03-13 Thread Gudjon I. Gudjonsson
Hi 
   I have been trying to install a 32 bit program on my amd64 and I got it 
running but without fonts and with the following error messages.
/usr1/bin/pjob-manager

(/usr1/bin/pjob-manager-real:11161): Gdk-WARNING **: locale not supported by C 
library

(/usr1/bin/pjob-manager-real:11161): Gtk-WARNING **: Locale not supported by C 
library.
Using the fallback 'C' locale.

(/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading XPM 
image loader: Unable to load image-loading 
module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
/usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
cannot open shared object file: No such file or directory

(/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup icon: 
pjm-pjm ((null))

(/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading XPM 
image loader: Unable to load image-loading 
module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
/usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
cannot open shared object file: No such file or directory

(/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup icon: 
pjm-key ((null))

(/usr1/bin/pjob-manager-real:11161): GdkPixbuf-WARNING **: Error loading XPM 
image loader: Unable to load image-loading 
module: /usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
/usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so: 
cannot open shared object file: No such file or directory

(/usr1/bin/pjob-manager-real:11161): libpjm-WARNING **: fail to setup icon: 
pjm-license ((null))

I get more or less the same results if I try to install realplayer into the 64 
bit environment. Does anyone know the solution. 

The program should most probably be run in chroot but there is a reason why it 
is done like that.

Thanks
Gudjon


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



Re: "hda : lost interrupt." Why do I get this?

2007-03-09 Thread Gudjon I. Gudjonsson
Hi 
   Somewhere I heard that you get this message if you connect the hard drive 
to the middle of the cable, leaving the end floating.  The electric wave may 
become reflected in that way. Always connect the ends of the cables. Please 
try to reconnect it if this is the case.

/Gudjon

Þann Friday 9. March 2007 19:25 skrifaði Ramasubramanian Ramesh:
> After installing etch (Mar 6 daily build of net install) I am getting
> "hda: lost interrupt" messages on the console. In my system hda is a CD
> drive.
>
> While I was installing, I had issues with kernel panic whenever I forget
> to issue "install noapic" at boot prompt from the install CD. My final
> install was done properly and yet it is giving this error. The error
> started coming only after a boot of my hard disk installed system. It
> does not come when I boot the install CD with "install noapic". Do you
> know what might be the problem?
>
> Regards
> Ramesh



Re: Warning X locale (Chroot)

2007-02-20 Thread Gudjon I. Gudjonsson
Hi
   Thank you Goswin. You solved my problem too. I changed the do_chroot script 
to
#!/bin/bash

LANG=C; exec schroot -p -c sid -q -- "`basename $0`" "$@"

and now it is working perfectly (if anyone happens to have the same problem)

/Gudjon

Þann Wednesday 21. February 2007 08:09 skrifaði Goswin von Brederlow:
> Francesco Pietra <[EMAIL PROTECTED]> writes:
> > Thank you. Sorry for the 32bit. My problem is really
> > with amd64, where I use that softw, though it is also
> > installed on i386 and warnings are the same on both
> > systems. I use i386 for all affairs except
> > calculations. Nonetheless no good excuse.
>
> If you get them on i386 or with 64bit applications on amd64 then there
> is a problem. Did you generate the right locales? Is that the only
> application with this problem?
>
> Anyway, you should probably ask on debian-user or the X maintainer
> about this if it is not specific to amd64.
>
> > The alternative may be just to leave locales set as
> > they are and pay no attention to those warnings.
> > Apparently they do not affect functioning.
>
> That usualy just means it defaults to no (C) locale.
>
> > Regards
> > francesco pietra
>
> MfG
> Goswin



Re: Search Background

2007-02-20 Thread Gudjon I. Gudjonsson
Hi
   Even if there was an option, I wouldn't recommend it. If you need to force 
an overwrite, there is a bug in the package dependencies that should be 
corrected.
   You should always know what you are overwriting before doing it.

Regards
Gudjon

Þann Þriðjudagur 20 febrúar 2007 11:24 skrifaði Hans-J. Ullrich:
> Hi all,
>
> sometimes, when upgrading, I get this errors. My solution is, to install
> the package manually with dpkg --force-overwrite to get it installed. Is
> there another solution using apt ???
>
> If it is, please let me know.
>
> This is what happens:
>
>  snip ---
>
>
>  protheus1:/home/ullhan63# LANG=C apt-get dist-upgrade
> Reading package lists... Done
> Building dependency tree... Done
> Calculating upgrade... Done
> The following packages will be upgraded:
>   beryl-plugins
> 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0B/418kB of archives.
> After unpacking 160kB of additional disk space will be used.
> Do you want to continue [Y/n]?
> (Reading database ... 255732 files and directories currently installed.)
> Preparing to replace beryl-plugins 0.2.0+svn20070207-r3782+imudebian0
> (using .../beryl-plugins_0.2.0+svn20070217-r4120+imudebian0_i386.deb) ...
> Unpacking replacement beryl-plugins ...
> dpkg: error
> processing
> /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070217-r4120+imudebian0_i3
>86.deb (--unpack):
>  trying to overwrite `/usr/lib/beryl/libgroup.so', which is also in package
> beryl-plugins-extra
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
> 
> /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070217-r4120+imudebian0_i3
>86.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
> protheus1:/home/ullhan63#
>
>  snap 
>
>
>
> Thanks for your help.
>
> Regards
>
> Hans



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

2007-01-26 Thread Gudjon I. Gudjonsson
Hi
 
Þann Föstudagur 26. janúar 2007 17:38 skrifaði Stephen Olander Waters:
> On Fri, 2007-01-26 at 18:08 +1100, Hamish Moffatt wrote:
> > > Do you mind posting your /etc/fstab? I want to see if I'm mounting
> > > my /x86/dev similarly.
> >
> > # mounts for the i386 chroot
> > /home   /var/chroot/i386/home   nonebind0   0
> > /tmp/var/chroot/i386/tmpnonebind0   0
> > proc/var/chroot/i386/proc   procdefaults0   > > 0
> > /dev/var/chroot/i386/devnonebind0   0
> >
> > Nothing special.
>
> I am using rbind. I wonder if there is a difference between mounting
> rbind and bind. I will report back about this.
>
> What kernel are you using, Hamish?
>
If I add more to this long discussion. A year ago I needed to set Matlab up in 
a sarge chroot (because of its libc dependencies). I had some very tricky 
error message that I spend many hours on until Lennart pointed out to me that 
it was because of the chroot dev being mounted with bind instead of rbind.
   My guess is that bind is good enough as long as you don't need device nodes 
that are in subdirectories. But is there any reason for not using rbind?

/Gudjon



Re: Kernel 2.6.19, jmicron controller anche Core 2 Duo

2007-01-25 Thread Gudjon I. Gudjonsson
Hi
   The modules for the hard drives were moved around and renamed if I remember 
correctly. See what module is used for the hard drive in kernel 2.6.18, find 
its corresponding name in the 2.6.19 kernel tree and add it to the 
/etc/modules file

Hope it helps
Gudjon

Þann Fimmtudagur 25. janúar 2007 11:11 skrifaði leandro noferini:
> Ciao a tutti,
>
> I am  trying to run the  2.6.19-1 kernel version on  my computer because
> this  version is  the only  capable to  use the  ide controller  from my
> mother board. But I always get only
>
> unabel to mount root partition
>
> at boot and  I cannot understand why (quite the  same .config for 2.6.18
> works fine but the cdrom does not work properly).
>
> Could somebody send me a running .config for this version?



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

2007-01-24 Thread Gudjon I. Gudjonsson
Hi Mattias

> "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?
>
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. 

/Gudjon


-- 
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 Gudjon I. Gudjonsson
Hi Mattias
   And thanks for the answer
> /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.
Good to know but could you please point that out for the debian reference 
manual authors? You seem to have better understanding than I do.
>
> >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?
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.

Thanks
Gudjon



-- 
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 Gudjon I. Gudjonsson
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
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. 
http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot
chroot # cd /dev; /sbin/MAKEDEV generic; cd -
   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.

Regards
Gudjon


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



Re: Fresh Install Problems

2007-01-21 Thread Gudjon I. Gudjonsson
Hi 
   You may be able to do some tricks for saving your system but I don't know 
if you save time on it. If it boots and dpkg works, then you can download 
initrdtools by hand and do dpkg -i initrd*.deb.  What I can recommend is that 
you use dselect to select the packages you really want to upgrade or install 
and that you install apt-listbugs before installing anything else. Then it 
should not happen again.

Hope it helps
Gudjon


Þann Sunnudagur 21 janúar 2007 18:58 skrifaði smugzilla:
> I'm trying a fresh install of debian on my old Athlon 64 3200 box and
> this one is not proceeding as smoothly as the previous one. The initial
> install is smooth enough (I'm not even trying to install gnome yet) but
> I'm having problems as soon as I try to upgrade to sid. Basically the
> chain of events looks like this:
>
> 1. After the initial install I'm running kernel 2.6.8-12-em64t-p4-smp. I
> have no idea why I appear to have an smp-enabled kernel, but this is
> what I get when doing a basic install without tweaking the default
> settings. 2. I change my repositories to point to sid at Arizona.
> 3. apt-get update runs fine...
> 4. But when I run apt-get dist-upgrade I get a prompt with a warning
> that essentially says "You are running a kernel and attempting to remove
> the same version." I choose "No" when asked if I really want to remove
> the running kernel, then get two more error messages:
> "dpkg: error procecssing kernel-image-2.6.8.12..."
> "dpkg: initrd-tools: dependency problems, but removing anyway"
>
> After this my system seems pretty hosed: initrd-tools is gone and so I
> can't install any non-trivial packages and base-config is gone. Where
> did I screw up, and how do I fix this? Doing a fresh install and
> starting again from scratch is definitely an option here.



Re: AMD64 show stoppers

2007-01-17 Thread Gudjon I. Gudjonsson
Hi
 >
> Not 100 percent sure, my sources.list has a lot of entries and I've not
> bothered to add any comments.
>
> Have a go and see; else it has to be this one:
>
> deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./
  Just to mention since somebody is using nvu from my server that the path has 
changed.
deb http://mc2-m038.mc2.chalmers.se/~gudjon/debian/ amd64/ 
deb-src http://mc2-m038.mc2.chalmers.se/~gudjon/debian/ source/
   But what about getting nvu into the official repository again?

Regards
Gudjon


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



Re: Openoffice

2007-01-13 Thread Gudjon I. Gudjonsson
Hi Tomek
> > packages on my server if you are interested. But as before, there may be
> > some unwanted stuff on my server.
> >deb http://mc2-m038.mc2.chalmers.se/~gudjon/debian/ amd64/
> >
> >/Gudjon
>
> Hi. I've just downloaded some ooo components from the link above and found
> out that there is a problem with dependienses - openoffice.org-common
> requires openoffice.org-style-default and vice versa

You are right but what is the problem. Both files are on my server and it 
installed flawlessly on my computer.

/Gudjon


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



Re: Openoffice

2007-01-11 Thread Gudjon I. Gudjonsson
Hi
   Thanks for the answer.
> >Can anyone explain to me why Openoffice 2.1 is not available for
> > amd64?
>
> it's in experimental. Probably all the maintainers are working to try to
> release etch as soon and not put more difficult thing as openoffice 2.1 in
> sid.
Then I don't understand. On the following page
http://packages.debian.org/experimental/editors/openoffice.org
the only supported architecture is i386 and 
$apt-cache policy openoffice.org gives the output
openoffice.org:
  Installed: 2.1-1
  Candidate: 2.1-1
  Version table:
 *** 2.1-1 0
500 http://mc2-m038.mc2.chalmers.se amd64/ Packages
100 /var/lib/dpkg/status
 2.0.4.dfsg.2-3 0
500 http://ftp.se.debian.org unstable/main Packages
 2.0.4.dfsg.2-2 0
500 http://ftp.se.debian.org testing/main Packages
in my /etc/apt/sources.list there is 
deb-src http://ftp.se.debian.org/debian/ experimental main contrib non-free

Version 2.1 was available for i386 before christmas
> ok, thank's. Have you think about not repeat packages that are in
> experimental?
I always remove the packages from my server as soon as they reach the official 
distribution.

/Gudjon


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



Openoffice

2007-01-11 Thread Gudjon I. Gudjonsson
Hi
   Can anyone explain to me why Openoffice 2.1 is not available for amd64? It 
compiles perfectly and works nicely and you can get the debian packages on my 
server if you are interested. But as before, there may be some unwanted stuff 
on my server.
deb http://mc2-m038.mc2.chalmers.se/~gudjon/debian/ amd64/

/Gudjon


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



Re: java

2007-01-11 Thread Gudjon I. Gudjonsson
Hi
   It is a nice program you pointed out but I don't have any data for it :) 
Just install the sun java packages and select them with update alternatives 
as your default java. Well it is that way on my computer. The program run 
nicely (the svn version) but as I said, I don't have any molecules to look 
at.

Hope it helps
Gudjon

Þann Fimmtudagur 11. janúar 2007 17:06 skrifaði Francesco Pietra:
> Has anyone tried to run jmol 11.0.RC4 (SourceForge)?
> Which java >=4 package? Is java runtime from debian
> repositories ok to this purpose? Or which java from
> Sun?
>
> Sorry for asking about something non-free, though jmol
> would solve problems of viewing (and getting geometric
> parameters) in carrying out work chemical computing.
>
> Thanks for help
>
> francesco pietra
>
>
>
> ___
>_ Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com



Re: corrupted kernel module files with 2.6.18-3 on ext3

2006-12-20 Thread Gudjon I. Gudjonsson
Sorry, I may be wrong but is it possible that you have installed libattr1 
2.4.35? The problems seem similar to the problems  I saw on my computers a 
few days ago. The problem has been fixed with an emergency release of 
libattr1.

/Gudjon

Þann Miðvikudagur 20. desember 2006 17:50 skrifaði henk:
> On Tuesday 19 December 2006 21:20, Stephen Olander Waters wrote:
> > I've run into this weird filesystem and/or kernel problem where my
> > kernel module files get corrupted (they live on my root partition).
> >
> > This is my root partition. To fix it (temporarily) I boot into rescue
> > mode, shutdown networking and various daemons, unmount other
> > filesystems, and issue "mount -o ro,remount /" to remount / readonly. I
> > run fsck on it and it fixes the problems, though sometimes the modules
> > are deleted and I have to reinstall the kernel package.
> >
> > Has anyone else noticed this?  Should I just file a debian bug and
> > forget about it or should I report it to the ext3 maintainers or...?
>
> At work I have a sid i386 with the same sort of problem.
> ls works, ls -l gives an error message.
> On top of that I can't login into KDE, can't open new files with KDE
> programs under gnome.
> I can still work with the box, but it is sub-optimal.
> Didn't have the time to look into it, but yes i have noticed it.
>
> Mzzl
>   Henk



Warning about libattr1 2.4.35

2006-12-18 Thread Gudjon I. Gudjonsson
Hi
   Please take the warning about libattr1 seriously. It will leave you systems 
in an unusable state (nothing that can't be fixed though). The bug report in 
apt-listbugs did not sound so dangerous.
In case you have upgraded and it does not work then reboot your  machine to
recovery mode, Log in as root and do
mount /dev/first_disk / -o remount
edit sources.list to point to some updated mirror 
deb ftp://ftp.debian.org/debian/ unstable main
apt-get update
apt-get install --reinstall libattrib1

Version 2.4.32 is OK.

Hope it helps
Gudjon


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



Re: etch RC1 installer

2006-12-13 Thread Gudjon I. Gudjonsson
Hi
   For my veryvery important and extremely sophisticated calculations I do 
download libmotif and then I burn some CPU time on my precious amd64 to 
compile it and then I install it.
apt-src install libmotif***
fakeroot debian/rules binary
 Vola!

/Gudon


Þann Miðvikudagur 13 desember 2006 17:44 skrifaði Francesco Pietra:
> Hi Len, Hi all:
>
> I do use openGL for my molecular mechanics software
> and with the etch RC1 installation I got it working
> better than on previous use of nvidia drivers. Even in
> combination with povray-3.6 (provided the official
> package from povray is used; with the debian package
> 3.6 of povray I had troubles). Perhaps also because
> now I use gnome. I merely downloaded from unstable
> libmotif3_2.2.3-1.5.deb and installed it on my i386
> etch (I am talking here about i386; on the amd64
> machine I do mechanical/quantum/chemical computation
> only, so that I have not yet got X). The libmotif on
> etch does not afford support to openGL on my system.
> Not even before when I used nvidia drivers. In fact, I
> did the same as aboveon previous use of nvidia
> drivers, although I had glx installed. Probably I had
> a faulty installation. Now everything is fine.
>
> No, I never play motion-picture, no time and I don't
> like it on the small screen. And the great time of
> motion-pictures is over.
>
> cheers
> francesco pietra
>
>
> --- Lennart Sorensen <[EMAIL PROTECTED]>
>
> wrote:
> > On Tue, Dec 12, 2006 at 11:25:56PM -0800, Francesco
> >
> > Pietra wrote:
> > > Thank you for answering, though my point was to
> >
> > where
> >
> > > learning as this my new installation without
> >
> > nvidia
> >
> > > works. Why should I install nvidia when it works
> > > perfectly and very speedy? Finally, everything was
> > > done through official debian and I suppose they
> >
> > know
> >
> > > how to do.
> >
> > The nvidia binary driver does DRI openGL.  The free
> > driver is 2D only.
> > I also believe the free driver doesn't do video
> > playback acceleration
> > while the binary one does.  Of course if you never
> > play video or use any
> > opengl programs, then there is no reason to use the
> > binary driver.
> >
> > --
> > Len Sorensen
>
> ___
>_ Any questions? Get answers on any topic at www.Answers.yahoo.com. 
> Try it now.



Virtual machine on Debian amd64

2006-11-16 Thread Gudjon I. Gudjonsson
Hi
   I have made a childish attempt to become a software developer and I found 
out that there is some people out there in the big world using Windows :)
   I need some Windows environment and wine does not help since it does not 
support USB as far as I know. Is there anyone using a virtual machine 
successfully on amd64. And if so, does it work properly?

Regards
Gudjon


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



Re: nvu

2006-11-15 Thread Gudjon I. Gudjonsson
Yes I did five minutes ago :)
Someone has made a Debian package out of it. You should either add 
deb-src http://www.proesdorf.de/debian/ sarge main contrib non-free
to your sources and compile the package yourself or add
deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./
and download the packages I have compiled. But be careful, there might be some 
unwanted stuff un my server.

Hope it helps
Gudjon


Þann Miðvikudagur 15 nóvember 2006 21:11 skrifaði Valentina Messeri:
> somebody installed nvu recently???
>
> packet is not on debian anymore, building is quite annoying :)))
>
> any (faster) solution ?
>
> :)))
>
> Vale
>
> 
> This message was sent via Slackmail, web mail from Psand.net.



Re: purging linux-image-2.6.18.1

2006-11-08 Thread Gudjon I. Gudjonsson
Hi
I have had such problems several times and I have always resolved them by 
editing /var/lib/dpkg/status by hand, setting the status of the corresponding 
package to not-installed.
   This has worked but it is not the preferred solution. If anyone knows a 
better solution please tell.

Regards
Gudjon

Þann Miðvikudagur 08 nóvember 2006 19:41 skrifaði Seb:
> Hi,
>
> A bug seems to have crept in linux-image-2.6.18-1-amd64 so that purging
> the package fails with the error:
>
>
> dpkg: error processing linux-image-2.6.18-1-amd64 (--purge):
>  subprocess post-removal script returned error exit status 128
> Errors were encountered while processing:
>  linux-image-2.6.18-1-amd64
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
>
> Can somebody point out how this can be resolved?  Thanks.
>
>
> --
> Seb



Re: oowriter not recognising graphics in 64 bit

2006-10-25 Thread Gudjon I. Gudjonsson
Hi
   I can confirm that behaviour. Try to open the document with a chrooted 
oowriter. Then the picture should appear and you can then save it in odt 
format and then open it with the amd64 version. That worked for me at least. 
   I was so happy for the bugs that had disappeared so I did not consider this 
as a bug:)

/Gudjon

On 2006-10-24 15:03, Clive Menzies wrote:
> Hi
> 
> I've been running OOo 2.0 in a 32bit chroot for some time now and it
> works fine.  Our letterhead has a graphic logo which shows and prints
> OK.
> 
> I installed the 64bit OOo packages from sid recently and they too seemed
> work fine.  However, in trying to print an invoice today, I realise the
> logo is missing; it is neither shown on screen nor does it print.  I
> have another sid system with the 32bit packages in a chroot where the
> logo shows up fine on the invoices.
> 
> If I save a document under a different name within the 64bit system and
> then look at it in 32bit chroot there is no logo but the original doc
> still has it.
> 
> The logo was originally created in a word template.
> 
> Before file a bug report, I wonder if anyone else has seen this?
> Alternatively, does anyone have a view on what could be causing this?
> 
> Thanks
> 
> Clive
> 
> 
> 
> 
> 
> 
> 
> 
> 


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



Re: libmotif3

2006-10-14 Thread Gudjon I. Gudjonsson
You need to compile the package yourself
apt-src install libmotif3
cd libmotif...
fakeroot debian/rules binary
cd ..
su
dpkg -i *motif*.deb

/G

I have never understood why there are packages that are allowed in i386 
version of Debian but not in the amd64. But if I remember correctly there was 
a long and tiring discussion about it on the mailing list once:)
Anyway libmotif3 would be a welcome addition to the amd64 repository for me 
since most of the commercial programs I use make use of it and  lesstif2 
still crashes on my double processor machine.



Þann Laugardagur 14. október 2006 18:18 skrifaði Francesco Pietra:
> On reinstall (debian etch), my molecular modeling application requests
>
> libXm.so.3
>
> to run , while I was only able to find (as binary)
>
> libmotif3
>
> for stable (not for testing or unstable).
>
> Well, a trial installation of that libmotif3 for sarge (dpkg ...) was not
> accepted by the molecular modeling application (Error while loading shared
> libraries: libXm.so.3: not found)
>
> $locate libXm.so
> reported
> warning, database '/var/cache/locatedb' is more than 8 days old
> /usr/lib/libXm.so.2
> /usr/lib/libXm.so.2.0.1
>
> while the expected
> /usr/X11R6/lib/libXm.so.3
> was not shown.
>
> #apt-cache policy libmotif3
> reported
> Installed (and candidate) 2.2.3-1
> Version table *** 2.2.3-1
>
> (on previous running installation I had version 2.2.3-1.3 and also the
> installation /usr/X11R6/lib/libXm.so.3)
>
>
> I have noticed some problem for etch as far as OpenMotif is concerned,
> though I must confess I am confused. Graphics for all scientific chemical
> application is based on OpenMotif, so that I am really in troubles.
>
> Thanks a lot for suggestions.
>
> Cheers
> francesco Pietra applications are



Re: off-site backup

2006-10-14 Thread Gudjon I. Gudjonsson
Hi
   Excuse me, this is not amd64 specific I would recommend rdiff-backup. There 
is a Debian package and it is simple to set up and has worked perfectly for 
me.
http://www.nongnu.org/rdiff-backup/
It works on the same principle  as rsync but some extra routines to make it 
simpler like a user and group id tables between computers to preserve owner 
information. I have set it up to run over ssh tunnel to other computers as 
well as backing up to another hard disk on the same computer.
Hope I'm not boring you with trivial information:)

/Gudjon

Þann Laugardagur 14. október 2006 10:46 skrifaði Joost Kraaijeveld:
> You could use a remote computer:
>
> http://www.mikerubel.org/computers/rsync_snapshots/
>
>
> --
> Groeten,
>
> Joost Kraaijeveld
> Askesis B.V.
> Molukkenstraat 14
> 6524NB Nijmegen
> tel: 024-3888063 / 06-51855277
> fax: 024-3608416
> web: www.askesis.nl



Re: Does vlc work for anybody?

2006-10-13 Thread Gudjon I. Gudjonsson
Hi Manolo
   It does not work for me and fails with the same error messages so I guess 
it's a bug.

/Gudjon

Þann Föstudagur 13 október 2006 14:10 skrifaði Manolo Díaz:
> Hi all,
>   When I try to use vlc (0.8.6-svn20061008.debian-1, unstable) the main
> window is shown but, when I choose the media to reproduce (no matter
> whether it's a file or a dvd) it crashes with:
>
> VLC media player 0.8.6 Janus
> X Error of failed request:  BadWindow (invalid Window parameter)
>   Major opcode of failed request:  2 (X_ChangeWindowAttributes)
>   Resource id in failed request:  0x
>   Serial number of failed request:  18
>   Current serial number in output stream:  19
>
> Well, to not send noise to the maintainer, I would like to be assure that
> is a real bug and not a misconfiguration. Have you had problems with vlc?
>
> Best Regards,
> Manolo.



Re: i386 or amd64?

2006-10-08 Thread Gudjon I. Gudjonsson
Hi
   I hope I'm not repeating any of the earlier postings. I am much more 
interested in running amd64 software on amd64. If in doubt, I would (and have 
done) add an extra partition for i386 distribution. Then you can install an 
i386 Debian on that if the 64 bit version does not fit your needs. You should 
perhaps buy a bigger hard disk.
   I didn't see any program in the list that is not supported.

Regards
Gudjon

Þann Laugardagur 7. október 2006 22:07 skrifaði [EMAIL PROTECTED]:
> Hello,
>
> 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
>   Seagate Barracuda 7200 rpm, 80 GB SATA drive
>   Asus EN7300GT/silent PCI-E video card, based on nVidia 7300GT
>   All housed in a CoolerMaster Stacker STC-T01 with 6 fans.
>   Running an Intergraph 21" flat CRT drafting monitor.
>
> What software packages available for i386 will not be ready for AMD64
> when Etch becomes stable and is released (in December?)?
>
> i.e. is there anything that I've listed below that I wouldn't be able to
> do if I installed the AMD64 version?
>
> Thanks,
>
> Doug.
>
>
>
> ---
> Software I routinely use:
>   lout
>   gv, xpdf (prefer gv but some downloaded pdfs don't show in gv)
>   gnumeric
>   xfig
>   gqview
>   lynx
>   dillo (because its faster on my 486 than Mozilla)
>   Mozilla (because many websites need java/script and https,
>   frames, better rendering)
>   gworldclock
>   xcdroast
>   workman (listen to CDs)
>
> Software I don't use:
>   flashplayer
>
> Software I hope to use soon:
>   listen to realaudio on the internet (e.g. access CBC radio
>   archives)
>   watch short video clips (e.b. www.cbc.ca/news)
>   interact with my new Palm Zire 31
>   including transfering music from CD to MP3 and putting
>   it on the Palm.
>   watch DVDs
>
> Software I hope to use later:
>   Using hardware MPEG encoding, transfer video from VHS, clean up,
>   remove commercials, and save as DVDs.



openoffice 2.0.4, rc3

2006-10-04 Thread Gudjon I. Gudjonsson
Hi
   The newest version of openoffice more or less works. I have a doc file 
(unfortunately confidential) that I have always tried to open and openoffice 
for amd64 has always crashed on. Now I could open it. Two figure, a little 
bit of text and an excel table is missing but the rest is there. If the file 
is opened in the 32 bit version and saved as a odt file everything works 
perfectly.
   I claim that it is more or less usable now so please try it out.

Regards
Gudjon


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



Dunc-Tank

2006-09-28 Thread Gudjon I. Gudjonsson
Hi
   Before I start I want to state that I don't want to start a flame war.
I have been reading about this Dunc-Tank project
http://www.linux-watch.com/news/NS7543606709.html
and I have decided to pay 40€ into the project.
   In the last years I have been fighting inside my institution for getting 
acceptance for Linux without much success. I like the Debian distribution but 
I have found unstable to be both the newest and most reliable part of Debian. 
Unfortunately I cannot convince people that are looking for a stable 
distribution to use that. On the other hand, the people I know that use 
RedHat or SuSe always seem to me to end up with very old versions of all 
programs with bugs that were resolved long time ago. A Debian release on time 
would make my work easier.
   Some years ago I was enthusiastic to become a Debian maintainer and learn 
to program properly but as the years have gone by I have found out that since 
I cannot support projects technically, to do something I may at least support 
them financially. I have also found out that many of the Linux projects are 
quite poor.
   Is there anyone out there thinking the same way I am. I suggest that those 
who are in support of this experiment just pay to the 
http://www.dunc-tank.org/
Some intelligent comments are welcome but I don't want to start an argument.

Regards
Gudjon



Re: xmgrace on double processor machines

2006-09-25 Thread Gudjon I. Gudjonsson
Hi Li
   Thank you for your help. I tried to compile the program with motif instead 
of lesstif. Then the program works perfectly on my double processor amd64. Is 
you machine a single or double processor machine?
   Anyway I have reported it to the lesstif developers and hope I'm finished.

Regards
Gudjon

Þann Mánudagur 25 september 2006 22:50 skrifaði LI Daobing:
> On 9/26/06, Gudjon I. Gudjonsson <[EMAIL PROTECTED]> wrote:
> > Hi once again
> >Hope I'm not boring you. I got a hint from a user that had no problems
> > with xmgrace. I tried more and to my surprise it works perfectly on my
> > single processor machine but when doing
> > File->Print Setup
> > on my double processor machine and clicking "Browse" always results in:
> > *** glibc detected *** double free or corruption (out):
> > 0x0092f3b0 *** Aborted
> >
> > It is the only program that crashes on that machine so I guess the
> > machine is OK.
> >
> > Is there any possibility that this bug may be confined to multi processor
> > machines?
>
> I can not reproduce this bug, my cpu is "Intel(R) Pentium(R) D CPU
> 3.00GHz" and uname -a is Linux ldblab 2.6.17-2-amd64 #1 SMP Fri Aug 11
> 20:47:32 CEST 2006 x86_64 GNU/Linux
>
> I think you should debug it:
> http://wiki.debian.org/HowToGetABacktrace
>
> --
> LI Daobing



xmgrace on double processor machines

2006-09-25 Thread Gudjon I. Gudjonsson
Hi once again
   Hope I'm not boring you. I got a hint from a user that had no problems with 
xmgrace. I tried more and to my surprise it works perfectly on my single 
processor machine but when doing
File->Print Setup
on my double processor machine and clicking "Browse" always results in:
*** glibc detected *** double free or corruption (out): 0x0092f3b0 ***
Aborted

It is the only program that crashes on that machine so I guess the machine is 
OK. 

Is there any possibility that this bug may be confined to multi processor 
machines?

Regards
Gudjon


Þann Mánudagur 25 september 2006 17:41 skrifaðir þú:
> Hi
>Wonder if anyone reads my emails but anyway. Sorry but I was wrong
> yesterday. xmgrace segfaulted as well after recompiling. But I downloaded
> lesstif 0.95 and made one of my dirty Debian packages out of it, recompiled
> grace and it worked perfectly. Haven't been able to make it crash still. If
> anyone is willing to try it out, both lesstif and grace can be found at:
> deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./
>
> Regards
> Gudjon



xmgrace

2006-09-25 Thread Gudjon I. Gudjonsson
Hi
   Wonder if anyone reads my emails but anyway. Sorry but I was wrong 
yesterday. xmgrace segfaulted as well after recompiling. But I downloaded 
lesstif 0.95 and made one of my dirty Debian packages out of it, recompiled 
grace and it worked perfectly. Haven't been able to make it crash still. If 
anyone is willing to try it out, both lesstif and grace can be found at:
deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./

Regards
Gudjon



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



Openoffice in Sid for amd64

2006-09-24 Thread Gudjon I. Gudjonsson
Hi again
   An hour after my emailing I found out that openoffice for amd64 had been 
accepted into the unstable repository. You can read about it on
http://openoffice.debian.net/
so I removed my packages immediately.

Regards
Gudjon

Þann Mánudagur 25. september 2006 02:29 skrifaðir þú:
> Gudjon I. Gudjonsson wrote:
> >I have compiled openoffice 2.0.4 rc2 and it can be found on my server
> > deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./
>
> I don't see it, you sure it's there?
>
> Justin



Openoffice+kdenlive

2006-09-24 Thread Gudjon I. Gudjonsson
Hi
   I have compiled openoffice 2.0.4 rc2 and it can be found on my server
deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./

Has anyone tried kdenlive on amd64. Shall I ask Marillat to add amd64 to the 
list of supported distributions? (don't know if he will) The 
option "motion_est" must be disabled.
   Does anyone know if this feature "motion_est" in the mlt libraries will 
ever work on amd64?

Anyway, kdenlive can as well be found on my server if you are interested.

Regards
Gudjon


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



xmgrace, wxmaxima, recompiling once more

2006-09-24 Thread Gudjon I. Gudjonsson
Hi again
   Now I have verified that both xmgrace and wxmaxima do not work as they are 
downloaded from the Debian server but after beeing recompiled they work 
perfectly.
   Is anyone willing to try to install grace 5.1.20 . When printing a plot it 
will fail with something similar to
*** glibc detected *** double free or corruption (out): 0x00d5d0f0 ***
Aborted

After recompiling the package it works perfectly

The same applies to wxmaxima. Both maxima and wxmaxima need to be recompiled 
and reinstalled.

I have filed bug reports but I am wondering if the compilation procedure in 
Debian is not appropriate. 

I am not a programmer but an unintelligent guess tells me that a program that 
works only after recompiling is not buggy.

Regards
Gudjon


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



Wine, it works!

2006-09-19 Thread Gudjon I. Gudjonsson
Hi again
   My last email before going to sleep. Wine works, Now I can 
play "Mumintrollen" on my amd64 computer (or in fact my daughter will).

If you are interested you read the following page
http://wiki.winehq.org/WineOn64bit

Apparently you don't need the ia32-libs-dev  package
copy the libraries from the libicu34 and libicu34-dev packages to 
the /emul/ia32-linux/usr/lib directory
make a symbolic link from libGLU.so.1 to libGLU.so

Run
./configure --libdir=/emul/ia32-linux/usr/lib/ --prefix=/emul/ia32-linux/usr 
--x-libraries=/emul/ia32-linux/usr/lib
make depend
make

The first time it stops do
cd dlls/gdi/
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./gdi32.spec 
dispdib.spec.o gdi.exe.spec.o wing.spec.o bidi16.o dispdib.o env.o gdi16.o 
metafile16.o wing.o  bidi.o bitblt.o bitmap.o brush.o clipping.o dc.o dib.o 
driver.o enhmetafile.o enhmfdrv/bitblt.o enhmfdrv/dc.o enhmfdrv/graphics.o 
enhmfdrv/init.o enhmfdrv/mapping.o enhmfdrv/objects.o font.o freetype.o 
gdi_main.o gdiobj.o icm.o mapping.o metafile.o mfdrv/bitblt.o mfdrv/dc.o 
mfdrv/graphics.o mfdrv/init.o mfdrv/mapping.o mfdrv/objects.o mfdrv/text.o 
painting.o palette.o path.o pen.o printdrv.o region.oversion.res   -o 
gdi32.dll.so  -ladvapi32 -lkernel32 -lntdll  
/emul/ia32-linux/usr/lib/libsicuuc.a /emul/ia32-linux/usr/lib/libsicudata.a 
-lstdc++ -lgcc_s ../../libs/port/libwine_port.a
cd ../../

(/usr/lib changes to /emul/ia32-linux/usr/lib/)

make
cd dlls/opengl32/
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec
opengl_ext.o opengl_norm.o wgl.oversion.res   -o 
opengl32.dll.so  -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll  
-L/emul/ia32-linux/usr/lib  -lXext -lX11  -lGL -lGLU 
../../libs/port/libwine_port.a
cd ../../
make
and then you can do 
make install

Hope I haven't forgotten anything but it should get you started if you are 
interested

/Gudjon


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



Re: ia32-libs-dev missing+wine

2006-09-19 Thread Gudjon I. Gudjonsson
Hi again
   To answer my own question, 
ia32-libs is compiled for amd64 and ia64 but
ia32-libs-dev is only compiled for ia64
don't understand why.
   I am compiling wine for amd64 according to the instructions at
http://wiki.winehq.org/WineOn64bit 
Has anyone done that? 
Anyway, the instructions are not complete. Will provide what is needed if I 
succeed and no cleverer person will do it before me:)

/Gudjon

Þann Þriðjudagur 19 september 2006 23:26 skrifaði Gudjon I. Gudjonsson:
> Hi
>Can anyone explain to me why ia32-libs-dev is missing from the Debian
> distribution?
>
> Regards
> Gudjon



ia32-libs-dev missing

2006-09-19 Thread Gudjon I. Gudjonsson
Hi
   Can anyone explain to me why ia32-libs-dev is missing from the Debian 
distribution?

Regards
Gudjon


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



Re: Problem with Alsa

2006-09-17 Thread Gudjon I. Gudjonsson
Hi
   One suggestion. I just came to think of that I did get a warning message 
during an upgrade some days ago. There is said that I should read
/usr/share/doc/sysvinit/NEWS.Debian.gz

The messages below are starting to look like the suggestions there. I followed 
the suggestions and haven't had any of the problems mentioned on the list.
I might be wrong but it is anyway a lovely reading before going to sleep:)

/Gudjon

Þann Sunnudagur 17 september 2006 19:36 skrifaði Sylvain Archenault:
> I did approximately the same things for reinstalling udev. Nevertheless,
> automount still doesn't work. gnome-volume-manager and hal are installed!
>
> Nice to see it helps.
>
> Regards.
>
> Johann Heymes wrote:
> > Hi,
> >
> > Thanks for the advice. I have purged my udev and its dependences and
> > reinstalled them. After some problems with the reinstallation of udev,
> > all works well.
> >
> > No problems for the automount of my usbkey... did you have installed
> > gnome-volume-manager or something like that with hal package ?
> >
> >
> > About the problem of reinstalling udev, I have had to do the following :
> > - purge udev and its dependances
> > - reboot
> > - reinstall all (many apt/dpkg errors)
> > - add link in startup sysinit
> > update-rc.d -f udev start 03 S .
> > update-rc.d -f udev-mtab start 36 S .
> > - reboot
> > - make a : dpkg -a --configue
> > - reboot
> >
> >
> > Johann Heymes.
> >
> > On Sun, 17 Sep 2006 10:08:55 +0200
> >
> > Sylvain Archenault <[EMAIL PROTECTED]> wrote:
> >> Actually, I purge udev (remove all rule files in /etc/udev/) and then
> >> reinstall it.
> >>
> >> At reboot, the sound card works. Remain the problem of automount. If I
> >> plug a usbkey at boot time, it is mounted. But if I plug it after, it is
> >> not mounted. Nevertheless, I can mount it by hand.
> >>
> >> I'll check that.
> >>
> >> Regards.
> >>
> >> Sylvain Archenault wrote:
> >>> Hi johann,
> >>>
> >>> Do you also have problems with usb device ? My usb keys, ipod doesn't
> >>> mount automatically anymore. Actually the /dev/sdc devices are not
> >>> created.
> >>>
> >>> I suspect a problem with udev, I'm looking into it.
> >>>
> >>> Regards.
> >>>
> >>> Bibiche wrote:
>  Hi,
> 
>  I have some problems with alsa too.
>  In fact, it's with the /dev devices like dsp, mixer, ... that I have a
>  problem. At each restart these devices disappear. So at each time, I
>  need to perform : dpkg-reconfigure alsa-base
>   alsactl restore
> 
>  I am not sure that the problem arises from alsa package...
> 
>  Thanks, Regards.
> 
>   Johann Heymes.
> 
>  On Sat, 16 Sep 2006 10:55:27 +0200
> 
>  Sylvain Archenault <[EMAIL PROTECTED]> wrote:
> >> Since some days, I've got problems with my sound card. The snd-*
> >> modules are not load at boot time.
> >>
> >> To fix it, I try to run alsaconf, but it still doesn't work. The
> >> modules are loaded after the call, but after reboot.
> >>
> >> In /etc/modprobe.d, I've got a sound file :
> >> alias snd-card-0 snd-intel8x0
> >> options snd-intel8x0 index=0
> >>
> >> If I load snd-intel8x0 (by hand, or by adding to /etc/modules), it
> >> still doesn't work. I need to also run "dpkg-reconfigure alsa-base".
> >> What does the configure scripts of alsa-base do ?
> >>
> >> --
> >> Sylvain Archenault
> >>
> >>
> >> --
> >> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> >> with a subject of "unsubscribe". Trouble? Contact
> >> [EMAIL PROTECTED]
>
> --
> Sylvain Archenault



Some very experimental packages

2006-09-17 Thread Gudjon I. Gudjonsson
Hi
   I have been making some packages because of need and curiousity and I am 
keeping them on my private server:
deb http://mve035.mc2.chalmers.se/~gudjon/debian/amd64/ ./
The following packages can be found

kdenlive(The mlt library needs to be compiled with the 
--disable-motion_est 
option so some functionality is lost but everything else seems to work). I 
will suggest to Marillat that he adds the amd64 to the list of supported 
platform. (Unless you prove me wrong:)

gnuplot 4.1 (There is much to much new useful function to wait for that 
program)

wxmaxima(This package is recompiled and it can even factorise 10!. 
Refer to 
older mails on the list) You need to install maxima and wxmaxima to try it 
out.

openoffice.org 2.0.4 (More for fun but please use it and report bugs where 
they shall go to)

ngspice and easyspice (These have been quite useful to me)

If you find it interesting, please remember that you are using it at your own 
risk. I will spend more time on it during Christmas. (Now I need to do some 
real work).


Regards
Gudjon



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



Re: Problem with Alsa

2006-09-17 Thread Gudjon I. Gudjonsson
Hi
   I have been pretty happy with alsa for the last few years. It even 
configured an ISA-PnP card without problems (or the only problem was my 
intervention in the process:)
   There is one problem with alsa (or udev) and that is that if my webcamera 
is connected to the USB port then it becomes the original sound system and I 
cannot use the other system. I have tried this on two computers but just 
decided to plug out my webcamera at boot time.
   Don't think it is a solution to the problems below but hope it helps.

/Gudjon


Þann Laugardagur 16 september 2006 21:16 skrifaði Bibiche:
> Hi,
>
> I have some problems with alsa too.
> In fact, it's with the /dev devices like dsp, mixer, ... that I have a
> problem. At each restart these devices disappear. So at each time, I need
> to perform : dpkg-reconfigure alsa-base
>   alsactl restore
>
> I am not sure that the problem arises from alsa package...
>
> Thanks, Regards.
>
>   Johann Heymes.
>
> On Sat, 16 Sep 2006 10:55:27 +0200
>
> Sylvain Archenault <[EMAIL PROTECTED]> wrote:
> > Since some days, I've got problems with my sound card. The snd-* modules
> > are not load at boot time.
> >
> > To fix it, I try to run alsaconf, but it still doesn't work. The modules
> > are loaded after the call, but after reboot.
> >
> > In /etc/modprobe.d, I've got a sound file :
> > alias snd-card-0 snd-intel8x0
> > options snd-intel8x0 index=0
> >
> > If I load snd-intel8x0 (by hand, or by adding to /etc/modules), it still
> > doesn't work. I need to also run "dpkg-reconfigure alsa-base". What does
> > the configure scripts of alsa-base do ?



Sorry SPAM(Re: NVidia official driver)

2006-09-15 Thread Gudjon I. Gudjonsson
Sorry for the spamming. Forgot to check where the email was coming from before 
answering:)

/Gudjon


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



Re: NVidia official driver

2006-09-15 Thread Gudjon I. Gudjonsson
Hi again
   It works perfectly for me. Are you using unstable? I have found testing 
often to be less dependable than unstable.
Please send me some more debug information if you need help.

/Gudjon

Þann Laugardagur 16 september 2006 07:19 skrifaði LI Daobing:
> On 9/16/06, Pepo <[EMAIL PROTECTED]> wrote:
> > Hi friends.
> >
> > I am trying to install NVIDIA-Linux-x86_64-1.0-8774-pkg2.run on my new
> > amd64 system but it didn't find kernel source. How do I can install this
> > driver?
> >
> > My kernel is 2.6.17-2 and Ive installed linux-headers-2.6.17-2
> > linux-headers-2.6.17-2-amd64  linux-source-2.6.17.
>
> Hello,
>
> try to install module-assistant and run m-a
>
>
>
> --
> LI Daobing



Wxmaxima does not work

2006-09-15 Thread Gudjon I. Gudjonsson
Hi
   Could anyone test this please
Open wxmaxima
Open the help
try some examples like
(%i1) factor(10!);8  4  2
(%o1)  2  3  5  7
(%i2) expand ((x + y)^6);
   65   2  4   3  3   4  2  5  6
(%o2) y  + 6 x y  + 15 x  y  + 20 x  y  + 15 x  y  + 6 x  y + x
(%i3) factor (x^6 - 1);
  22
(%o3)   (x - 1) (x + 1) (x  - x + 1) (x  + x + 1)

It does not work for me. 
Then I recompiled the package
apt-src install wxmaxima
cd wxmaxima...
fakeroot debian/rules binary
cd ..
apt-src install maxima
cd maxima...
fakeroot debian/rules binary
cd ..
dpkg -i *maxima*.deb

and everything works perfectly.

I am using 
 wxmaxima:
  Installed: 0.6.5-1
maxima:
  Installed: 5.9.3-1.1

I think the problem is more general than only for this single package. But I 
would like some more clever people than me to verify it before making more 
fuzz about it. 

Regards
Gudjon


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



Recompiling

2006-09-14 Thread Gudjon I. Gudjonsson
Hi
   Now I had the problem that wxmaxima did not work for me until I recompiled 
the Debian source package (both maxima and wxmaxima). Now it works 
charmingly.
   A few months ago some guy was complaining about the grace program. That 
crashed as well for me until I recompiled it.
   Yesterday I could not install subversion-tools (or was it some dependency 
that couldn't be solved) but the source package compiled and installed 
perfectly (this was in fact solved with a new version this morning).

   Am I the only one having these problems? My guess is that some underlying 
libraries change without the packages being recompiled. Is there some way to 
fix this or am I misunderstanding something. That has happened before:)

Regards
Gudjon

Ps. I try to make bug reports when I can.


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



linux-image-2.6.17-2-???-smp and more

2006-09-13 Thread Gudjon I. Gudjonsson
Hi 
   One of the things I am confused about is why I cannot find any kernel 
linux-image-2.6.17-2 with the smp extension. Perhaps it's a silly question 
but I've got another and a little bit less silly:)
   I have a few times found differences in the amd64 archive and the i386 
archive. Today I could not install subversion 1.4 but it is available for 
i386. I downloaded the Debian source package and compiled it without 
problems. Can anyone explain this to me? It has happened before with 
different packages and it can not be explained by syncing of servers.

Regards
Gudjon


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



Re: Debian AMD64 - any 32bit compatibility?

2006-08-30 Thread Gudjon I. Gudjonsson
Hi
> Add wine to the list, and maybe other non-free software like skype.
I downloaded skype static library and installed on my amd64 part. It works 
perfectly except for the dead acute when chatting. The specific Icelandic 
characters did not work when I used it in chroot.
   Hope somebody is interested.

/Gudjon

Ps. The beta version 1.???.37 seems to work perfectly but version 1.???.30 had 
problem with the sound.


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



ADS, no input from keyboard

2006-08-03 Thread Gudjon I. Gudjonsson
Hi
   To answer my own question. The problem that the program ADS does not work 
with xorg 7.0 can be solved in the following way.
By adding a symbolic link
cd /usr/X11R6/lib/X11
ln -s /usr/share/X11/XErrorDB  .
ln -s /usr/share/X11/XKeysymDB  .

Only half a years headace and it works:)

/Gudjon


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



Re: Broken applications: Openoffice on AMD64

2006-07-25 Thread Gudjon I. Gudjonsson
Hi
   Edit  openoffice.org-2.0.3/debian/rules and there is some variable
build_amd64???=n that should be y
I only started building it seemed to work properly after that change.

Hope it helps
Gudjon

Þann Mánudagur 24. júlí 2006 23:13 skrifaði Emmanuel Fleury:
> Hi,
>
> A J Stiles wrote:
> > I do not *want* pre-built .debs.  What I specifically want is to compile
> > the whole thing from source on my own machine.
>
> Do the following:
>
> 1) Get the sources:
>   apt-get source openoffice.org
>
> 2) Get the packages needed to compile it:
>   su -c 'apt-get build-dep openoffice.org'
>
> 3) Go in the directory:
>   cd openoffice.org-2.0.3
>
> 4) Build-it:
>   dpkg-buildpackage -rfakeroot -us -uc
>
> ...
>
> Unfortunately, it doesn't work. :-/
>
> I get a lot of errors:
>
> ...
> dpkg-genchanges: warning: package openoffice.org-l10n-cy in control file
> but not in files list
> dpkg-genchanges: warning: package openoffice.org-l10n-ko in control file
> but not in files list
> dpkg-genchanges: warning: package openoffice.org-l10n-fr in control file
> but not in files list
> dpkg-genchanges: warning: package openoffice.org-l10n-hr in control file
> but not in files list
> dpkg-genchanges: warning: package openoffice.org-l10n-ar in control file
> but not in files list
> dpkg-genchanges: warning: package openoffice.org-l10n-ja in control file
> but not in files list
> dpkg-genchanges: not including original source code in upload
> dpkg-buildpackage: binary and diff upload (original source NOT included)
>
> If you find the way to get through this tell me, because I also would
> like to compile it. :)
>
> Regards
> --
> Emmanuel Fleury  | Office: 211
> Associate Professor, | Phone: +33 (0)5 40 00 35 24
> LaBRI, Domaine Universitaire | Fax:   +33 (0)5 40 00 66 69
> 351, Cours de la Libération  | email: [EMAIL PROTECTED]
> 33405 Talence Cedex, France  | URL: http://www.labri.fr/~fleury



Re: get rid of landlord

2006-07-23 Thread Gudjon I. Gudjonsson
You start gnome by writing gnome-session.

Does it reduce performance, having *dm running? As far as I understand, an
unused program is stored on swap space but not in RAM and should therefore
not reduce performance?

/Gudjon

> Sorry, it was quite simple to stop gmd and gnome by
> renaming /etc/rc2.d/S99gdm /etc/rc2.d/K01gdm
> whereby it boots into nongraphical $
>
> after that, the script
> /home/francesco/.Xsession
>
> #!/bin/sh
> xrdb -load $HOME/.Xresources
> exec xterm
>
> leads into twm. From here it is easy to modify .Xsession to launch a light
> window manager like jwm.
>
> A QUESTION: how to launch gnome from the terminal window above? In case of
> installed kde the command is:
>
> $startkde
>
> Cheers
> francesco
>
>
> Reinstalled amd64 Debian etch to have ext3 filesystem throughout.
>
> Netinstall with daily build 20 July, mirror ftp.uni-koeln.de, install
> --Desktop environment
> --Standard system
>
> whereby I got gnome and I have not yet found a way to get rid of it (or,
> preferably, set it aside, to use it for e-mail should my i386 machine go
> down).
>
> I have written in my home a .Xsession file
>
> #!/bin/sh
> xrdb -load $HOME/.Xresources
> exec xterm
>
> however, instead of getting the expected
> $
> from where to launch, if wanted,
> $startx
> and then, if wanted,
> $startkde
>
> (as I am used to do on the i386 machine, while on previous installation of
> amd64 I neither had kde nor gnome, but only jwm)
>
> I get the yellow flower of gnome, from which user/pass leads to term
> window in
> X system and from which I am unable to get rid of the X system.
>
> I tried to configure
>
> #update-alternatives --config x-window-manager
> but the answer is that there is only /usr/bin/metacity
> (which is not true, because there is also /usr/bin/xterm).
>
> Well, this gnome has taken possession of my machine. I know Windows
> little,
> but it seems something like that.
>
> I came to amd64 for calculations, how to get pure
> $
> without graphics? gnome not only takes memory but it might interfere with
> the
> calculations.
>
> Thanks for help
>
> francesco pietra
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>



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



Re: Broken applications: Openoffice on AMD64

2006-07-20 Thread Gudjon I. Gudjonsson
Þann Fimmtudagur 20. júlí 2006 23:15 skrifaði sigi:
> On Thu, Jul 20, 2006 at 10:50:13PM +0200, Thierry Chatelet wrote:
> > Adam Stiles wrote:
> > >On Thursday 20 July 2006 14:47, sigi wrote:
> > >>I'm using this [64-bit OpenOffice.org] package since it's released, and
> > >>had
> > >>only very few
> > >>crashes. OOo only crashes while opening some MS-word files - with some
> > >>others it has no problem.
> > >>
> > >>Saving documents failed never here - neither on .odt nor .doc-files.
> > >>Mostly I use OOo-writer - and that package seems to work very well.
> > >
> > >Where can I get the .dsc, .diff and .tar.gz files to build this?  I'm
> > >running 64-bit Sid.
> >
> > Just apt-get install openoffice.org
>
> Since when are the debs for amd64 in the official repositories?
> I can't find them.
> If you wanted to give a hint to download the source-files,
> your command is wrong: apt-get source 
> would be right, imho.
>
> sigi.
Sorry I forgot to read the whole thread before posting my last email:) The 
source files are in the official repositories although the amd64 files are 
not.
Add
deb-src ...
into the sources.list file and then type
apt-src install openoffice.org
but I did not find out how to compile it
fakeroot debian/rules binary did not work and neither did pdebuild. I would 
like to know how to build it even if I am not going to.

Hope it helps and I'm not off topic
Gudjon




Re: Broken applications: Openoffice on AMD64

2006-07-20 Thread Gudjon I. Gudjonsson
Hi
   Go to  http://openoffice.debian.net/ and there you will find all 
information but I recommend setting up a chroot for openoffice. I have both 
chroot and amd64 version of openoffice and the 64 bit crashes sometimes when 
opening  doc files. But version 2.0.3 is better than 2.0.2.

/Gudjon

Þann Fimmtudagur 20. júlí 2006 23:15 skrifaði sigi:
> On Thu, Jul 20, 2006 at 10:50:13PM +0200, Thierry Chatelet wrote:
> > Adam Stiles wrote:
> > >On Thursday 20 July 2006 14:47, sigi wrote:
> > >>I'm using this [64-bit OpenOffice.org] package since it's released, and
> > >>had
> > >>only very few
> > >>crashes. OOo only crashes while opening some MS-word files - with some
> > >>others it has no problem.
> > >>
> > >>Saving documents failed never here - neither on .odt nor .doc-files.
> > >>Mostly I use OOo-writer - and that package seems to work very well.
> > >
> > >Where can I get the .dsc, .diff and .tar.gz files to build this?  I'm
> > >running 64-bit Sid.
> >
> > Just apt-get install openoffice.org
>
> Since when are the debs for amd64 in the official repositories?
> I can't find them.
> If you wanted to give a hint to download the source-files,
> your command is wrong: apt-get source 
> would be right, imho.
>
> sigi.



Re: No sound on etch when using video players

2006-07-18 Thread Gudjon I. Gudjonsson
Hi
   I might be off topic but I have had the problem with my sound card 
that /dev/dsp is not created at boot time. I need to create it myself
mknod /dev/dsp c 14 3
chgrp audio /dev/dsp
chmod 660 /dev/dsp

then I can use realplayer and skype. Hope it helps and a solution would be 
very much appreciated:)

/Gudjon


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



  1   2   >