Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-18 Thread Goswin von Brederlow
On Thu, Mar 14, 2013 at 10:32:16PM +0100, Michael wrote: I guess you meant i should download the i386 deb directly from google ? I didn't mean that but rather fixing the google earth package in debian to behave like your installing on i386 even if you are on amd64. The dependencies it

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-15 Thread A J Stiles
On Thursday 14 March 2013, Michael wrote: This seems to end up in dependency hell too :) google-earth requires lsb-core:i386 which does not recognize the already installed alien v 8.88 (which is arch:all), but still insists on alien = 8.36 (but no arch specified). This is with debian

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-15 Thread Klaus Becker
Le jeudi 14 mars 2013 22:32:16, Michael a écrit : This seems to end up in dependency hell too :) google-earth requires lsb-core:i386 which does not recognize the already installed alien v 8.88 (which is arch:all), but still insists on alien = 8.36 (but no arch specified). (I wonder what

Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
Hello May I ask how to correctly link lapack and C standard libraries with Debian amd64 wheezy? Packages installed: liblapack3gf liblapack3 libblas3 libc6 libc6-dev ** The code to compile makes a generic example: LIBS=-llapack -lstdc++ thanks francesco pietra -- To UNSUBSCRIBE,

Re: Linking lapack and C standard library

2013-03-14 Thread Darac Marjal
On Thu, Mar 14, 2013 at 12:00:43PM +0100, Francesco Pietra wrote: Hello May I ask how to correctly link lapack and C standard libraries with Debian amd64 wheezy? Packages installed: liblapack3gf liblapack3 libblas3 libc6 libc6-dev ** Try installing the -dev packages for those

Re: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
Hello João Luis: Sorry for my lack of care in setting the addresses. What I did was: install liblapack3gf-dev to complete the installations, according to previous suggestions. Now, my guess for the link is LIBS=-L/usr/lib -llapack -L/usr/lib -lstdc++ According to the README, a link to both

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
No, it is not correct. With the indicated links, patching reports all correct Hunk(s), while a post script is incorrect. So that make depends for the program+plugin does not correlate anything. I tried the link to -L/usr with same error. It is not clear to me whether it is a problem of path, or

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
As to the problem of linking lapack, I wonder whether this is because it deal of a C-language code, requiring a fine-tuned calling. Is any C interface to lapack in Debian? thanks francesco -- Forwarded message -- From: Francesco Pietra chiendar...@gmail.com Date: Thu, Mar 14,

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
I just came across liblapacke liblapacke-dev for amd64 wheezy. Are these packages what is needed to link lapack header files and so files for a C-language program? If so, can these packages be installed in addition to those already installed: liblapack3gf liblapack3gf-dev thanks francesco

Re: Fwd: Linking lapack and C standard library

2013-03-14 Thread Giacomo Mulas
On Thu, 14 Mar 2013, Francesco Pietra wrote: As to the problem of linking lapack, I wonder whether this is because it deal of a C-language code, requiring a fine-tuned calling. Is any C interface to lapack in Debian? Ciao Francesco. There are several implementation of lapack in debian. You

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
Goswin, If your package is depending on ia32-libs then you are not using the right package for multiarch. Only the amd64 package would depend on ia32-libs. Use the i386 package instead. The i386 package of what ? I've got an amd64. My sources suck testing and unstable and i have multiarch

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
Ah ! I was too focused on apt. I guess you meant i should download the i386 deb directly from google ? ok i'll do that now. -- To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
This seems to end up in dependency hell too :) google-earth requires lsb-core:i386 which does not recognize the already installed alien v 8.88 (which is arch:all), but still insists on alien = 8.36 (but no arch specified). (I wonder what prevents lsb-core from being arch:all.) There seems to

Re: Installing cuda-4.0

2013-03-13 Thread Francesco Pietra
Solved except for a side topic. See my closing question to this regard. Installation of cuda 4.0 in amd64 wheezy succeeds from Debian packages, and there is no conflict with the installation of the nvidia driver the Debian way. No need to go to the nvidia web, so that both the nvidia driver and

Re: Installing cuda-4.0

2013-03-13 Thread Jerome BENOIT
Hi Francesco, your issue may not be a CUDA issue, but rather a NAMD. CUDA debian packages are fine. You may look in this directory, in particular for installing NAMD success story on Debian and for some deb ball written by some folks. In general the main issue with these kinds of source is

Re: Installing cuda-4.0

2013-03-13 Thread Jerome BENOIT
On 13/03/13 08:02, Jerome BENOIT wrote: Hi Francesco, your issue may not be a CUDA issue, but rather a NAMD. CUDA debian packages are fine. You may look in this directory, in particular for installing NAMD success story on Debian and for some deb ball written by some folks. In general the

Installing cuda-4.0

2013-03-11 Thread Francesco Pietra
Hello: With amd64 wheezy, intel i7-3930K and two GTX-680, so far I got correctly the X server by installing build-essential nvidia-kernel-dkms and nvidia-xconfig. I could also run successfully binary CUDA-enabled codes (NAMD molecular dynamics, which contains the runtime libcudart.so.4) Now, in

Re: RAID1 all bootable

2013-03-07 Thread Ralf Saalmüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.03.2013 22:40, schrieb Francesco Pietra: ... I must confess that I am confused, or my description was unclear. Hope not to bother you, I summarize my procedure; Using the amd64 wheezy beta 4 installer, downloaded Feb 1, 2013, I got the

Re: RAID1 all bootable

2013-03-06 Thread Francesco Pietra
On Wed, Mar 6, 2013 at 8:38 AM, Bob Proulx b...@proulx.com wrote: Francesco Pietra wrote: Bob Proulx wrote: Francesco Pietra wrote: Thanks so much for this manual. Unfortunately, I have no more the initial situation (one HD replaced) because I was hurried by an editor to provide

Re: RAID1 all bootable

2013-03-06 Thread Lennart Sorensen
On Wed, Mar 06, 2013 at 06:59:01AM +0100, Francesco Pietra wrote: I had all my data on another raid1 machine. Following the new install, all data were scp transferred. All my machine are on a router, with passwordless scp. Which is also used to contact external server for computational work.

Re: RAID1 all bootable

2013-03-06 Thread Shane Johnson
On Wed, Mar 6, 2013 at 8:44 AM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: snip Thanks a lot for your generous help. I (we) learned a lot from you. Are you running with raid1 on raw sda and sdb or are you creating partitions and running raid on the partitions (which to me is the

Re: RAID1 all bootable

2013-03-06 Thread Francesco Pietra
Sorry, I forgot both the list and the appropriate output; root@:/home/francesco# fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096

Re: RAID1 all bootable

2013-03-06 Thread Simon Vos
Yes, looks as if the grub configuration used for the grub-install was not correct (which is definitely if you don't chroot into your mounted HDD with /boot/ being avaiable) On 6 March 2013 21:03, Lennart Sorensen lsore...@csclub.uwaterloo.cawrote: On Wed, Mar 06, 2013 at 08:03:12PM +0100,

Re: RAID1 all bootable

2013-03-06 Thread Francesco Pietra
On Wed, Mar 6, 2013 at 9:03 PM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: On Wed, Mar 06, 2013 at 08:03:12PM +0100, Francesco Pietra wrote: Sorry, I forgot both the list and the appropriate output; root@:/home/francesco# fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes

Re: RAID1 all bootable

2013-03-05 Thread Bob Proulx
Francesco Pietra wrote: Thanks so much for this manual. Unfortunately, I have no more the initial situation (one HD replaced) because I was hurried by an editor to provide computational data from my CUDA server. I did not want to run the server before all my data were backed up. Therefore I

Re: RAID1 all bootable

2013-03-05 Thread Francesco Pietra
On Tue, Mar 5, 2013 at 7:30 PM, Bob Proulx b...@proulx.com wrote: Francesco Pietra wrote: Thanks so much for this manual. Unfortunately, I have no more the initial situation (one HD replaced) because I was hurried by an editor to provide computational data from my CUDA server. I did not want

Re: RAID1 all bootable

2013-03-05 Thread Bob Proulx
Francesco Pietra wrote: Bob Proulx wrote: Francesco Pietra wrote: Thanks so much for this manual. Unfortunately, I have no more the initial situation (one HD replaced) because I was hurried by an editor to provide computational data from my CUDA server. I did not want to run the server

Re: RAID1 all bootable

2013-03-03 Thread Simon Vos
Hi Francesco, I was under the impression your grub configuration was correct and the only thing wrong was not having it installed on that one HDD. Of course your grub configuration should point to the correct root. In my little (easy) setup I have my main partition, boot partition and swap

Re: RAID1 all bootable

2013-03-03 Thread Bob Proulx
Hi Francesco, As far as I can determine reading this thread you have had a RAID1 with two disks sda and sdb. The disk sda failed. But grub was only installed on the failed sda. The disk sdb contains a mirror of everything but does not boot. Earlier in the thread Lennart gave an excellent

Re: RAID1 all bootable

2013-03-03 Thread Francesco Pietra
Hi Bob: Thanks so much for this manual. Unfortunately, I have no more the initial situation (one HD replaced) because I was hurried by an editor to provide computational data from my CUDA server. I did not want to run the server before all my data were backed up. Therefore I did a fresh amd64

Re: RAID1 all bootable

2013-03-02 Thread Francesco Pietra
Is this recipe devised for installing grub on both sda and sda with an undamaged RAID1? In my case, with the sda that contained grub loader replaced by a new disk, the rescue mode (using the same CD installer for amd64 wheezy) did not find any partition. Inverting the SATA cables, same result.

Fwd: RAID1 all bootable

2013-03-02 Thread Francesco Pietra
A further piece on information. With knoppix 7.0, the procedure for examining mdadm arrives at cat /proc/partitions sda sdb RAID1 (md0 md1) is not seen. I assume that this is the way Knoppix behaves in this situation. Thanks francesco pietra -- Forwarded message -- From:

Re: RAID1 all bootable

2013-03-02 Thread Simon Vos
Have you assembled you raid devices again (mdadm --assemble /dev/mdX /dev/sdX)? That should still work with the disk that was used for your RAID-1, when that's done you can mount your disk, chroot into it and run grub-install /dev/sda (and grub-install /dev/sdb, so you won't have this problem in

Re: RAID1 all bootable

2013-03-02 Thread Francesco Pietra
Hi Lennart, Hi Simon A proper understanding of mdadm is required. Hurrying with focus on codes for biochemical applications has brought me into a mess. Relying of all my data, and special compiled programs, present on another raid1 amd64 wheezy, I carried out a reinstall of amd64 wheezy on the

RAID1 all bootable

2013-03-01 Thread Francesco Pietra
Hi: With a raid1 amd64 wheezy, one of the two HDs got broken. Unfortunately, I had added grub to sda only, which is just the one broken. So that, when it is replaced with a fresh HD, the OS is not found. Inverting the SATA cables of course does not help (Operative System Not Found). In a previous

Re: RAID1 all bootable

2013-03-01 Thread Lennart Sorensen
On Fri, Mar 01, 2013 at 08:20:09PM +0100, Francesco Pietra wrote: Hi: With a raid1 amd64 wheezy, one of the two HDs got broken. Unfortunately, I had added grub to sda only, which is just the one broken. So that, when it is replaced with a fresh HD, the OS is not found. Inverting the SATA

Re: packages requiring ia32-libs ia32-libs-gtk

2013-02-28 Thread Goswin von Brederlow
On Sun, Feb 10, 2013 at 03:43:47AM +0100, Michael wrote: On my Athlon PC, multiarch (amd64,i386) is enabled and all packages are latest update 'testing', none broken. I've downgraded to testing, downloaded the latest googleearth version (6.0.3) and installed all dependencies, including

Order..

2013-02-24 Thread Eric Anderson
My name is Eric Anderson,I want to place an order in your store,I will like to know if you ship to Philippines. Do you have credit card facility?Get back to me with your website.I will await your prompt response. Best Regards, Eric Anderson -- To UNSUBSCRIBE, email to

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-15 Thread Chris Swenson
Did you ever look into backports? There are newer kernal versions hosted there, as well as many newer packages. http://backports-master.debian.org/ – Chris On Thu, Feb 14, 2013 at 10:47 PM, Hendrik Boom hend...@topoi.pooq.comwrote: On Fri, Feb 15, 2013 at 03:39:06AM +0100, Michael wrote:

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-15 Thread Karl Schmidt
On 02/14/2013 10:47 PM, Hendrik Boom wrote: I do expect that these problems will be mostly sorted out by the time wheezy gets close to being stable. That is really the basic question - wheezy is close - down to 211 bugs http://bugs.debian.org/release-critical/ I'm wondering if I can jump

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-15 Thread Hendrik Boom
On Fri, Feb 15, 2013 at 10:02:46AM -0600, Karl Schmidt wrote: On 02/14/2013 10:47 PM, Hendrik Boom wrote: I do expect that these problems will be mostly sorted out by the time wheezy gets close to being stable. That is really the basic question - wheezy is close - down to 211 bugs

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-15 Thread Hendrik Boom
On Fri, Feb 15, 2013 at 11:21:47AM -0500, Hendrik Boom wrote: I check that both systems boot, and that, when booted, they each have mounted the correct partitions, and not each others'. In the case of lilo, I try to make it boot from a floppy, and I install the old and new systems' lilos

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-15 Thread Dick Thomas
About.me http://about.me/dick.thomas Blog: www.xpd259.co.uk G+: www.google.com/profiles/xpd259 gpg key: C791809B On 15 February 2013 16:29, Hendrik Boom hend...@topoi.pooq.com wrote: On Fri, Feb 15, 2013 at 11:21:47AM -0500, Hendrik Boom wrote: I check that both systems boot, and that, when

kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Karl Schmidt
I am still using squeeze - I want to jump the gun and upgrade to wheezy - Most likely problems would have to do with nvidia. Is anyone running wheezy today? (down to 211 release critical bugs !! ) Karl

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Michael
Is anyone running wheezy today? Yes. I don't see crashes or critical bugs with major applications, but i avoid KDE on 'production' desktops :) but then, 'production ready' is a slightly broad term :) From my i386 laptop, it seems to be ok though (with plasma desktop) if you don't insist on

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Hendrik Boom
On Thu, Feb 14, 2013 at 04:35:28PM -0600, Karl Schmidt wrote: I am still using squeeze - I want to jump the gun and upgrade to wheezy - Most likely problems would have to do with nvidia. Is anyone running wheezy today? (down to 211 release critical bugs !! ) I'm running wheezy on all my

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Hendrik Boom
On Fri, Feb 15, 2013 at 12:58:45AM +0100, Michael wrote: Is anyone running wheezy today? Yes. I don't see crashes or critical bugs with major applications, but i avoid KDE on 'production' desktops :) but then, 'production ready' is a slightly broad term :) From my i386 laptop, it

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Michael
Hendrik, I see. Now that's another statement ! Maybe you should move to grub then, within Squeeze, and also try to upgrade only the 'problem' packages first ? if that's all fine, to the rest ? I always do such things within aptitude, maybe in several cycles, since it gives me more choices

Re: kde Desktop on wheezy - nvidiacard - production ready?

2013-02-14 Thread Hendrik Boom
On Fri, Feb 15, 2013 at 03:39:06AM +0100, Michael wrote: Hendrik, I see. Now that's another statement ! Maybe you should move to grub then, within Squeeze, and also try to upgrade only the 'problem' packages first ? if that's all fine, to the rest ? In one of my tries, one of the problem

Kennen wir uns aus der AvHS und einer Klassenreise in den Harz?

2013-02-09 Thread Dunja Schwab
Hallo Sönke, ich bin auf der Suche nach jmd aus Bordesholm bzw. Wattenbek, mit dem ich in der AvHS auf Klassenreise im Harz war. Sven Domnik habe ich auf fb gefunden, Stefan Plate bei der Polizei B´holm und wo bist Du? -- Mit freundlichem Gruss Dunja Schwab Wippendorfstr. 3 24534 Neumünster/

Re: packages requiring ia32-libs ia32-libs-gtk

2013-02-09 Thread Michael
On my Athlon PC, multiarch (amd64,i386) is enabled and all packages are latest update 'testing', none broken. I've downgraded to testing, downloaded the latest googleearth version (6.0.3) and installed all dependencies, including ia32-libs. Now still i get

¡Una deliciosa sorpresa!

2013-02-08 Thread Postres Pasteliz
Postres Pasteliz (http://www.facebook.com/postres.pasteliz) Si no desea recibir más este tipo de mensajes, de clic aqui (http://miboletin.us5.list-manage1.com/unsubscribe?u=e83a785953b3ddcc4d5e7b484id=eff9026770e=[UNIQID]c=f89d1d5985) . Sent to debian-amd64@lists.debian.org — why did I get

Re: sound card problems

2013-02-07 Thread Hendrik Boom
On Thu, Feb 07, 2013 at 02:35:08AM +0100, Michael wrote: Install alsamixergui, the most simple tool. If you don't know what those channels refer to, turn up anything Presumably you shoude first turn up *everything* in case your audio has to go through several of these channels. then turn

Re: sound card problems

2013-02-07 Thread Michael
Ah yes, you're probably right, Hendrik. And just one more quick hint. With 'vlc' playing music, you can switch on-the-fly (while playing music) between the available devices by the 'Audio' - 'Device' top menu. Just to check which card or chip works, or not. Another issue i've seen with older

Re: sound card problems

2013-02-06 Thread Lennart Sorensen
On Wed, Feb 06, 2013 at 05:44:42PM +0100, Francesco Pietra wrote: Hello: With Debian amd64 wheezy I was unable to get the sound card working correctly (bumping voice or sound) for a Gygabyte GA-X79-UD3 motherboard, while with other motherboards there are no problems. :~$ lspci | grep -i

Re: sound card problems

2013-02-06 Thread Michael
Francesco, with most video / audio players you can configure which sound source shall be used (in their preferences). Install alsamixergui, the most simple tool. If you don't know what those channels refer to, turn up anything then turn down those which don't make a difference. (Click the

Re: packages requiring ia32-libs ia32-libs-gtk

2013-02-05 Thread Goswin von Brederlow
On Mon, Oct 15, 2012 at 02:28:47PM -0500, Seb wrote: On Mon, 15 Oct 2012 14:00:00 -0500, Seb splu...@gmail.com wrote: Hi, Packages ia32-libs and ia32-libs-gtk are not installable in sid, and this prevents installation of some packages like the Debian amd64 version provided by Skype and

Office

2013-02-05 Thread elarav
I want install Office but I don't know. I need help, please. --- Ya estamos en Congreso PEDAGOGIA 2013 Encuentro por la unidad de los educadores. Palacio de Convenciones de La Habana, del 4 al 8 de febrero. Favor de consultar detalles en:

Re: Office

2013-02-05 Thread Adam Stiles
On Tuesday 05 February 2013, elarav wrote: I want install Office but I don't know. I need help, please. $ sudo apt-get install libreoffice -- AJS Price Engines Ltd. DDI: 01283 707058. -- To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: Office

2013-02-05 Thread Rene Engelhard
Hi, On Tue, Feb 05, 2013 at 01:45:36PM +, Adam Stiles wrote: On Tuesday 05 February 2013, elarav wrote: I want install Office but I don't know. I need help, please. $ sudo apt-get install libreoffice Which won't help him if he's on stable and doesn't have backports installed. In which

Just to be very clear about Office

2013-02-05 Thread Hendrik Boom
On Tue, Feb 05, 2013 at 02:59:39PM +0100, Rene Engelhard wrote: Hi, On Tue, Feb 05, 2013 at 01:45:36PM +, Adam Stiles wrote: On Tuesday 05 February 2013, elarav wrote: I want install Office but I don't know. I need help, please. $ sudo apt-get install libreoffice Which won't

Re: Office

2013-02-05 Thread Ralf Saalmüller
Am 05.02.2013 14:59, schrieb Rene Engelhard: Hi, On Tue, Feb 05, 2013 at 01:45:36PM +, Adam Stiles wrote: On Tuesday 05 February 2013, elarav wrote: I want install Office but I don't know. I need help, please. $ sudo apt-get install libreoffice Which won't help him if he's on stable and

Re: Just to be very clear about Office

2013-02-05 Thread Robert Isaac
You will find the user interface different. It is capable of reading and writing microsoft file formats, OpenOffice still doesn't write OOXML and there is very little macro compatibility with Excel. I dn't know what to do if you want to run Microsoft Office on a Linux system. Rumours are

Re: Just to be very clear about Office

2013-02-05 Thread Chris Swenson
Even MS Office doesn't fully support the standard OOXML... – Chris On Tue, Feb 5, 2013 at 10:21 AM, Robert Isaac rjis...@gmail.com wrote: You will find the user interface different. It is capable of reading and writing microsoft file formats, OpenOffice still doesn't write OOXML and

Re: Just to be very clear about Office

2013-02-05 Thread Lennart Sorensen
On Tue, Feb 05, 2013 at 11:21:15AM -0500, Robert Isaac wrote: OpenOffice still doesn't write OOXML and there is very little macro compatibility with Excel. Well only Microsoft Office 2013 can write OOXML files. 2010 could read them. OOXML of course being defined as ISO/IEC 29500. -- Len

HP DV7 amd64 Turin x2 RM-70

2013-01-07 Thread Tiandao Li
HI, My laptop, HP Pavilion DV7, is an AMD Turion 64 x2 dual core mobile RM-70, with 4G RAM and 250 G HD. I installed Ubuntu or Lubuntu from 6 till 12.10. Since the recent Ubuntu/Lubuntu constantly crash, I want to change to Debian. I installed 32-bit Debian 6.0.6 without any problem on Dell

Re: HP DV7 amd64 Turin x2 RM-70

2013-01-07 Thread subbia
Hi Tiandao, I've not seen the spec, but i guess your laptop has an ati as vga card. I know of many problems caused by framebuffer and ati cards not working well together. Try booting with the right vga option. Grub's man page is a good reference point for this. Hth. Cheers, Dario Sent from

Re: HP DV7 amd64 Turin x2 RM-70

2013-01-07 Thread Dean Hamstead
blacklist the radeon driver and see how you go (remember to rebuild initrd), then install the newest ati driver Dean On 08/01/2013, at 6:25 PM, sub...@gmail.com wrote: Hi Tiandao, I've not seen the spec, but i guess your laptop has an ati as vga card. I know of many problems caused by

Re: Bug#685967: amd64 install FAQ can't be read without a login / broken link

2012-11-25 Thread Francesca Ciceri
Hi all, I commented out both the not working links ([1] and [2]) but I'll be happy to add them again if and when the amd64 people (cc-ed) will make them available again. @ amd64-people: please feel free to drop a mail to debian-...@lists.debian.org when you have working links to be added to the

new pics for you..

2012-10-21 Thread jannette
Hi folks ! I looked at your personal picture on fb. I like you a lot. Let us chat ! I could send you my picture if you want Please drop me a line at: ron...@datingreplyz.com Kisses roni -- To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org with a subject of unsubscribe.

Re: packages requiring ia32-libs ia32-libs-gtk

2012-10-20 Thread Michael
Hello, I am running testing/unstable. I just enabled i386 multiarch mode, installed package ia32-libs and all its dependencies, and then run make-googleearth-package, which d/l version 6.0.3. All through with no errors. Now when i launch the binary, it responds with:

Fwd: packages requiring ia32-libs ia32-libs-gtk

2012-10-16 Thread Francesco Pietra
Sorry, I forgot the list -- Forwarded message -- From: Francesco Pietra chiendar...@gmail.com Date: Tue, Oct 16, 2012 at 8:39 AM Subject: Re: packages requiring ia32-libs ia32-libs-gtk To: Lennart Sorensen lsore...@csclub.uwaterloo.ca There is a general problem of the

packages requiring ia32-libs ia32-libs-gtk

2012-10-15 Thread Seb
Hi, Packages ia32-libs and ia32-libs-gtk are not installable in sid, and this prevents installation of some packages like the Debian amd64 version provided by Skype and google-earth-stable. How do we get around this? Thanks, -- Seb -- To UNSUBSCRIBE, email to

Re: packages requiring ia32-libs ia32-libs-gtk

2012-10-15 Thread Lennart Sorensen
On Mon, Oct 15, 2012 at 02:00:00PM -0500, Seb wrote: Packages ia32-libs and ia32-libs-gtk are not installable in sid, and this prevents installation of some packages like the Debian amd64 version provided by Skype and google-earth-stable. How do we get around this? Well one option might be

Re: packages requiring ia32-libs ia32-libs-gtk

2012-10-15 Thread Seb
On Mon, 15 Oct 2012 14:00:00 -0500, Seb splu...@gmail.com wrote: Hi, Packages ia32-libs and ia32-libs-gtk are not installable in sid, and this prevents installation of some packages like the Debian amd64 version provided by Skype and google-earth-stable. How do we get around this? I was

vostro 3460 driver problem

2012-10-13 Thread Lajos Salétli
Hi Guys, I need your help. I have a dell vostro 3460 driver, I would like to install the latest debian version, but the system cannot identify my ethernet and wlan card... and sound too. I found one how to (eth install) (compat-wireless drivers) but I if download and unpack its working fine, the

Running 32bit OpenGL program with amd64

2012-10-09 Thread Francesco Pietra
Hello: I would like to continue to use a 32bit graphical program based on OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3). Is it conceivable to simply add libXm.so.3 (taken from my dismissed i388 PC) to ia32-libs? Thanks for advice francesco pietra -- To UNSUBSCRIBE,

Re: Running 32bit OpenGL program with amd64

2012-10-09 Thread Hendrik Boom
On Tue, Oct 09, 2012 at 02:08:12PM +0200, Francesco Pietra wrote: Hello: I would like to continue to use a 32bit graphical program based on OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3). Is it conceivable to simply add libXm.so.3 (taken from my dismissed i388 PC) to

Re: Issues with nvidia 302.17

2012-09-27 Thread Darac Marjal
On Thu, Sep 27, 2012 at 09:58:40AM +0200, Francesco Pietra wrote: Hello: Following upgrading of amd64 wheezy, version 302.17 of nvidia is incompatible with software I was using for molecular dynamics on CPU-GPU. On the other hand, amd64 stable offers a version of nvidia that is too old

Re: Issues with nvidia 302.17

2012-09-27 Thread Francesco Pietra
Thanks, I am examining the archive, although, so far, it is not clear to me what to do with the nvidia installed version 302.17-3, and how DKMS will behave if I intall previous nvidia packages. At any event, I forgot to indicate that: xserver and nvidia are the same version: francesco@gig64:~$

Re: namd-l: namd on nvidia 302.17

2012-09-27 Thread Francesco Pietra
There are for me two ways of getting cuda at work: (a) install the driver according to nvidia (as probably is implied in what you suggested); (b) rely on Debian amd64, which furnishes precompiled nvidia driver. I adopted (b) because upgrading is automatic and Debian is notoriously highly reliable.

Re: namd-l: namd on nvidia 302.17

2012-09-27 Thread Francesco Pietra
SOLVED. Although not told by the the testsdpkg -l |grep nvia| amd modinfo nvidia, there was a mismatch between the runtime and the driver. When this became clear, on a new apt-get upgrade a mixture of versions 302 and 304 was installed, creating a mess. I had to correct manually by installing the

Re: Issues with nvidia 302.17

2012-09-27 Thread Francesco Pietra
SOLVED. Although not told by the the testsdpkg -l |grep nvia| amd modinfo nvidia, there was a mismatch between the runtime and the driver. When this became clear, on a new apt-get upgrade a mixture of versions 302 and 304 was installed, creating a mess. I had to correct manually by installing the

Re: namd-l: namd on nvidia 302.17

2012-09-27 Thread Aron Broom
glad to hear you fixed it. I guess that means you can use the normal non-development driver to run NAMD? That is good news. On Thu, Sep 27, 2012 at 1:39 PM, Francesco Pietra chiendar...@gmail.comwrote: SOLVED. Although not told by the the testsdpkg -l |grep nvia| amd modinfo nvidia, there

hello!:) I'm Danyelle.

2012-09-04 Thread Danyelle Fortney
Howdy, My name is Danyelle. In three words about myself – sexy, mad and free. I am sending this letter cuz I want to meet you man and I wanna meet you|think that u r hot and I'd like to know more about you. Maybe it will be an interesting conversation and that's all, maybe it'll be interesting

Re: hello!:) I'm Danyelle.

2012-09-04 Thread Pietro Paolini
Ahahahah! I really don't think is not the good mailing list! :-) 2012/9/4 Danyelle Fortney cmara...@yahoo.com Howdy, My name is Danyelle. In three words about myself – sexy, mad and free. I am sending this letter cuz I want to meet you man and I wanna meet you|think that u r hot and I'd

Re: Bug#685967: amd64 install FAQ can't be read without a login / broken link

2012-08-26 Thread David Prévot
Control: user www.debian@packages.debian.org Control: usertag -1 content ports Hi amd64 people, Le 27/08/2012 00:33, Wim Lewis a écrit : Package: www.debian.org Attempting to read the FAQ for the amd64 port leads me to a page requiring a login. Starting from the page

Re: gnome-session charsh

2012-08-25 Thread Francesco Pietra
I am bound to gnome for the program gchempaint. In my experience, it is the only program, freely available as gnu, that allows drawing chemical structures as required by chemical journals. jchempaint is based on gtk, therefore, in principle, it might run on other window managers based on gtk.

Re: gnome-session charsh

2012-08-25 Thread Stefan Monnier
jchempaint is based on gtk, therefore, in principle, it might run on other window managers based on gtk. However, if not offered as precompiled (as within gnome), it is extremely arduous to compile. The fact that a program uses Gtk has no influence on what kind of window-manager you can use.

Re: gnome-session charsh

2012-08-24 Thread Chris Swenson
I believe there's an option at install whether to install a GUI. – Chris Swenson On Fri, Aug 24, 2012 at 8:34 AM, Francesco Pietra chiendar...@gmail.comwrote: Hi all: Since the latest gnome, the sequence startx gnome-session is often attended by hanging of linux at gnome-session with both

Re: gnome-session charsh

2012-08-24 Thread Hendrik Boom
On Fri, Aug 24, 2012 at 08:37:10AM -0500, Chris Swenson wrote: I believe there's an option at install whether to install a GUI. But is there one to choose which GUI? -- hendrik – Chris Swenson On Fri, Aug 24, 2012 at 8:34 AM, Francesco Pietra chiendar...@gmail.comwrote: Hi all:

Something for you to read if ur not busy

2012-08-13 Thread Shari Berzas
This seems like a great way to make extra money for your family or yourself. http://osc.10solution.com/ext/wah.php -- To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Debian package installed ....configuration afterwards?

2012-08-09 Thread thunder7
From: stefaan.co...@telenet.be stefaan.co...@telenet.be Date: Wed, Aug 08, 2012 at 03:52:13PM +0200 Not a problem tho, Debian offers precompiled packages and now I've installed hylafax, t38modem How configuring Hylafax and t38 modem , same as with compiled versions or another

Debian package installed ....configuration afterwards?

2012-08-08 Thread stefaan . codde
First , I tried compilation of Hylafax, T38modem, Iaxmodem, Asterisk but always an error during make. Not a problem tho, Debian offers precompiled packages and now I've installed hylafax, t38modem How configuring Hylafax and t38 modem , same as with compiled versions or another approach. I

Re: your mail

2012-07-23 Thread Lennart Sorensen
On Sat, Jul 21, 2012 at 07:22:47PM +0200, Pietro Paolini wrote: I tried to add the firsts you wrote me and no result. Before add the last one I have a question, what I have to do is run: apt-get update apt-get upgrade I would recommend always using dist-upgrade, not upgrade. upgrade

No installable kernel found in the defined APT sources during install

2012-07-23 Thread Dan Vingo
Hello, I'm attempting to install debian 6.0.5 stable using the small CD image and it continuously fails on the Installing base system step. It gets all the way to the end then fails with the message: No installable kernel found in the defined APT sources I've searched around the Internet

[no subject]

2012-07-21 Thread Pietro Paolini
Hi all, I have still freeze in my laptop, I discover it is not related at a music or video reproduction, in adding I discovered that my Ethernet card is not recognized, I really really ask for help because my PC is going to be unusable! It happens when I stress a bit more my PC, like compilation

Re: (no subject)

2012-07-21 Thread OpenSimFan
i have a realtek Ethernet card, and it working great... pedr0 wrote: Hi all, I have still freeze in my laptop, I discover it is not related at a music or video reproduction, in adding I discovered that my Ethernet card is not recognized, I really really ask for help because my PC is

Re: freeze in my laptop

2012-07-21 Thread OpenSimFan
i have a realtek Ethernet card, and it working great... pedr0 wrote: Hi all, I have still freeze in my laptop, I discover it is not related at a music or video reproduction, in adding I discovered that my Ethernet card is not recognized, I really really ask for help because my PC is

Re: (no subject)

2012-07-21 Thread OpenSimFan
i have a realtek Ethernet card, and it working great... pedr0 wrote: Hi all, I have still freeze in my laptop, I discover it is not related at a music or video reproduction, in adding I discovered that my Ethernet card is not recognized, I really really ask for help because my PC is

<    6   7   8   9   10   11   12   13   14   15   >