Re: Ethernet connection

2010-09-02 Thread Camaleón
On Fri, 03 Sep 2010 01:18:57 +0200, Rodolfo Medina wrote: (...) > Now, I want to connect the Hyundai with an old desktop PC. How do I > know how to properly edit the same file? You can run "/sbin/ifconfig" in the old desktop PC to find out the IP address in use. Greetings, -- Camaleón

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Sven Joachim
On 2010-09-03 02:14 +0200, Bob Proulx wrote: > This appears to me that you are missing > > $ cat /etc/apt/apt.conf.d/00trustcdrom > APT::Authentication::TrustCDROM "true"; > > which instructs apt to trust the cdrom. This assumes that > sun-java6-bin and sun-java6-jre are on the cdrom and it i

Re: How to resume USB hubs

2010-09-02 Thread Camaleón
On Fri, 03 Sep 2010 11:40:03 +0800, Gero Putzar wrote: (...) > Is there a way to reset the usb hubs or to reinitialise the > corresponding kernel drivers or whatever deals with it? (I cannot reboot > the computer at the moment.) I tried: > # modprobe usbcore > FATAL: Module usbcore not found. (

Re: adding testing repositories

2010-09-02 Thread Celejar
On Thu, 02 Sep 2010 22:32:21 -0400 "Damon L. Chesser" wrote: ... > No. You don't "officially" install Sid. You install stable. You then > upgrade using apt-get or aptitude upgrade. See 3.1.11 of the FAQS I It actually is possible to "officially" install Sid: "Use the business card image.

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Celejar
On Thu, 2 Sep 2010 14:32:03 -0300 Henrique de Moraes Holschuh wrote: ... > That said, I don't trust hybernation. Your data is much safer in the > long run if you restrain yourself to suspend-to-RAM and shutdowns. Can you elaborate on this? I have certainly experienced my share of hibernation

Re: How to resume USB hubs

2010-09-02 Thread Olaf Reitmaier Veracierta
What about looking or turn to defaults your bios? On 02/09/10 23:10, Gero Putzar wrote: Hi, when I tried to log in to my computer today, I realized that the usb ports are not working anymore, therefore I've got no keyboard and no mouse anymore. Logging in via ssh, I checked that besides that ev

WINE in Squeeze taking associations of everything

2010-09-02 Thread GhostlyDeath
Hello, with the current WINE in Squeeze, all the file associations change and this is very annoying and as such I cannot have WINE installed, which means not testing my programs in a Windows-Like environment. WINE ruins my desktop completely. What I mean by this is that: Any text file now open in

How to resume USB hubs

2010-09-02 Thread Gero Putzar
Hi, when I tried to log in to my computer today, I realized that the usb ports are not working anymore, therefore I've got no keyboard and no mouse anymore. Logging in via ssh, I checked that besides that everything seems to be running fine. I googled around a bit and assume that the built in usb

Re: Configuration for a Linux router with a client having a public address

2010-09-02 Thread Bob Proulx
peasth...@shaw.ca wrote: > Bob Proulx wrote: > > So dalton has address 172.24.2.1 in the RFC1918 private address space. > > Dalton has external address 142.103.107.137 and several internal addresses > including 172.24.2.1. > > Here is an old sketch. Dalton is on the left. We're not concerned w

Re: adding testing repositories

2010-09-02 Thread Damon L. Chesser
On Thu, 2010-09-02 at 20:40 -0500, tom wrote: > On Thu, 2010-09-02 at 21:25 -0400, Damon L. Chesser wrote: > > On Thu, 2010-09-02 at 19:42 -0500, tom wrote: > > > Is it recommended to add testing repositories to package list in > > > Synaptic for lenny? > > > Tom > > > > > > > > > > Not by me.

Re: Can I sudo rsync to remote

2010-09-02 Thread T o n g
On Wed, 01 Sep 2010 14:41:11 +0100, Alan Chandler wrote: > > Under such setting what's the easiest approach to rsync files that I > > can't read locally and write remotely as me. > > : : : > I tend to use . . . so > in your case you would do rsync files that_remote_place:/path THANKS A THOUS

Re: Ethernet connection

2010-09-02 Thread Ariel Laganá
Hi Rodolfo, How are you connecting both PCs, are you using a switch or hub?. If you are connecting both devices directly to one another, you should use an ethernet crossover cable not a regular straight one... cause pc's nics don't have auto mdi/mdix capability. Before attempting to use rsyn

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Bob Proulx
Greg Heilers wrote: > Greg Madden wrote: > > 'aptitude' might work better in your case, at least it has a > > better resolver. more verbose. That is a view that is not without significant controversy. > How prescient of you! When I ran 'apt-get upgrade' the CD/DVD drive churned > away for a lon

Re: install lenny from iso

2010-09-02 Thread Bob Proulx
tom wrote: > I was in /home/tom directory, trying to have dpkg install file located > at /home/tom/Desktop, and running the dpkg command without identifying > the correct path to the file. But that doesn't account for your example: r...@freedom:~# echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/

two sound card problems

2010-09-02 Thread Damon L. Chesser
Debain Sid. 2.6.32-5-amd64 lspci -l |grep -i audio: 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2) 05:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series] I actually stopped using Debian for about a year because of th

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Heilers
On Thu, 02 Sep 2010 16:10:22 -0800 Greg Madden wrote: > > NOTE: You must accept Sun's EULA prior to successfully installing > this package: sun-java6-bin > > > You could put the sun java stuff on hold, or say yes to continue without > authentication. > That is what I ended up doing. > 'a

Re: What is the best way to migrate a server to new hardware?

2010-09-02 Thread Bob Proulx
Chris wrote: > On the new box: > Install Debian per normal. > > Old Box: > #sudo dpkg --get-selections "*" >> installed_packages.txt > copy the file, installed_packages.txt to the new box I have done this before and it is a good method. > On Newly install Debian: > #sudo dpkg --set-selections <

Re: What is the best way to migrate a server to new hardware?

2010-09-02 Thread Bob Proulx
Martin Kraus wrote: > Bob Proulx wrote: > > > > I like booting the new machine with a live cdrom and then > > > > using rsync to clone the old system onto the new system's disk > > > > over the network. Then install grub and boot the new system. > > > > > > > At other times I will move the new di

Re: install lenny from iso

2010-09-02 Thread tom
On Thu, 2010-09-02 at 19:14 -0600, Bob Proulx wrote: > tom wrote: > > > r...@freedom:~# echo $PATH > > > /usr/local/bin:/usr/bin:/bin:/usr/games > > > r...@freedom:~# > > ... > > Bob: Aahh, but I can screw up even the most bulletproof programming. > > Turns out I was not in the right directory to

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Madden
On Thursday 02 September 2010 16:05:58 Greg Heilers wrote: > On Thu, 2 Sep 2010 15:27:52 -0800 > > James Zuelow wrote: > > Original Message > > From: James Zuelow [mailto:james_zue...@ci.juneau.ak.us] > > Sent: Thursday, September 02, 2010 3:24 PM > > > > You said: > > >> DVD. (It has bee

Re: how to locate files on my computer

2010-09-02 Thread T o n g
On Thu, 02 Sep 2010 19:39:04 -0500, tom wrote: > I thought using the command: $ locate would work, but > nothing happens, even if I su to root. Any help appreciated. Is it a brand new installation that less than 24 hours old? Any way, run updatedb as root. PS. I recommend using mlocate p

Re: adding testing repositories

2010-09-02 Thread Bob Proulx
tom wrote: > Is it recommended to add testing repositories to package list in > Synaptic for lenny? Add Testing sources only if you intend to upgrade your system to Testing. If not then I wouldn't. You might want to look at backports. Although it began as an unofficial non-Debian addition to De

Re: how to locate files on my computer

2010-09-02 Thread tom
On Thu, 2010-09-02 at 20:13 -0500, Neal Hogan wrote: > On Thu, Sep 2, 2010 at 8:00 PM, tom wrote: > > On Thu, 2010-09-02 at 19:44 -0500, Neal Hogan wrote: > >> On Thu, Sep 2, 2010 at 7:39 PM, tom wrote: > >> > I thought using the command: $ locate would work, but > >> > nothing happens, even if

Re: how to locate files on my computer

2010-09-02 Thread Miles Fidelman
Neal Hogan wrote: On Thu, Sep 2, 2010 at 8:00 PM, tom wrote: On Thu, 2010-09-02 at 19:44 -0500, Neal Hogan wrote: On Thu, Sep 2, 2010 at 7:39 PM, tom wrote: I thought using the command: $ locatewould work, but nothing happens, even if I su to root. Any help appreciated

Re: how to locate files on my computer

2010-09-02 Thread Bob Proulx
tom wrote: > I thought using the command: $ locate would work, but > nothing happens, even if I su to root. Any help appreciated. The locate command operates on a pre-compiled database. The database is updated nightly in the /etc/cron.daily/locate script. If you have created or renamed a file

Re: install lenny from iso

2010-09-02 Thread Bob Proulx
tom wrote: > > r...@freedom:~# echo $PATH > > /usr/local/bin:/usr/bin:/bin:/usr/games > > r...@freedom:~# > ... > Bob: Aahh, but I can screw up even the most bulletproof programming. > Turns out I was not in the right directory to be running the command. > Cute, eh? My apologies to the list. I

Re: how to locate files on my computer

2010-09-02 Thread Neal Hogan
On Thu, Sep 2, 2010 at 8:00 PM, tom wrote: > On Thu, 2010-09-02 at 19:44 -0500, Neal Hogan wrote: >> On Thu, Sep 2, 2010 at 7:39 PM, tom wrote: >> > I thought using the command: $ locate  would work, but >> > nothing happens, even if I su to root.  Any help appreciated. >> > Tom >> > >> >> man f

adding testing repositories

2010-09-02 Thread tom
Is it recommended to add testing repositories to package list in Synaptic for lenny? Tom -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1283474550.3274.16.ca...@freed

how to locate files on my computer

2010-09-02 Thread tom
I thought using the command: $ locate would work, but nothing happens, even if I su to root. Any help appreciated. Tom -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.

Re: install lenny from iso

2010-09-02 Thread tom
On Thu, 2010-09-02 at 18:04 -0600, Bob Proulx wrote: > tom wrote: > > Jordan Metzmeier wrote: > > > > r...@freedom:~# echo $PATH > > > > /usr/local/bin:/usr/bin:/bin:/usr/games > > > > r...@freedom:~# > > > > > > You seemed to have modified root's default PATH. You should have the > > > directorie

Re: What creates /etc/exim4

2010-09-02 Thread Kent West
Oops; sorry; meant to sent that to the list, not to Timo. (having to use GMail until i get this figured out) On Thu, Sep 2, 2010 at 7:27 PM, Kent West wrote: > > On Thu, Sep 2, 2010 at 6:49 PM, Timo Juhani Lindfors > wrote: > >> Kent West writes: >> > What process creates these directories? Wh

Re: What is the best way to migrate a server to new hardware?

2010-09-02 Thread Martin Kraus
On Thu, Sep 02, 2010 at 10:13:49AM -0600, Bob Proulx wrote: > Aniruddha wrote: > > Bob Proulx wrote: > > > I like booting the new machine with a live cdrom and then using rsync > > > to clone the old system onto the new system's disk over the network. > > > Then install grub and boot the new system

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Heilers
On Thu, 2 Sep 2010 18:14:27 -0600 Bob Proulx wrote: > Greg Heilers wrote: > > James Zuelow wrote: > > > apt-cdrom add > > > apt-get upgrade > > I think you also want to > > apt-get update > > in there to update the package index lists. > > > When I try 'apt-get upgrade' - after listing all

Re: Ethernet connection

2010-09-02 Thread Bob Proulx
Rodolfo Medina wrote: > Some months ago I managed to connect my Hyundai and Acer laptops with an > ethernet cable. I can copy file from one PC to another with rsync. The file > `/etc/network/interfaces' is edited on the Acer as follows: > > auto eth1 > allow-hotplug eth1 > iface eth1 inet static

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Bob Proulx
Greg Heilers wrote: > James Zuelow wrote: > > apt-cdrom add > > apt-get upgrade I think you also want to apt-get update in there to update the package index lists. > When I try 'apt-get upgrade' - after listing all of the packages to > be upgraded, the output continues as follows: > > 342 up

Re: install lenny from iso

2010-09-02 Thread Bob Proulx
tom wrote: > Jordan Metzmeier wrote: > > > r...@freedom:~# echo $PATH > > > /usr/local/bin:/usr/bin:/bin:/usr/games > > > r...@freedom:~# > > > > You seemed to have modified root's default PATH. You should have the > > directories listed in the error message, specifically the sbin > > directories.

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Heilers
On Thu, 2 Sep 2010 15:27:52 -0800 James Zuelow wrote: > Original Message > From: James Zuelow [mailto:james_zue...@ci.juneau.ak.us] > Sent: Thursday, September 02, 2010 3:24 PM > > You said: > > >> DVD. (It has been added with 'apt-cdrom add') > > I said: > > > > Try: > > > > apt-cd

Re: What creates /etc/exim4

2010-09-02 Thread Timo Juhani Lindfors
Kent West writes: > What process creates these directories? Where does exim4-config store its $ dpkg -S /etc/exim4 exim4-config: /etc/exim4 should explain what creates it at least. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Re: Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Heilers
On Thu, 2 Sep 2010 15:27:52 -0800 James Zuelow wrote: > Original Message > From: James Zuelow [mailto:james_zue...@ci.juneau.ak.us] > Sent: Thursday, September 02, 2010 3:24 PM > > You said: > > >> DVD. (It has been added with 'apt-cdrom add') > > I said: > > > > Try: > > > > apt-c

What creates /etc/exim4

2010-09-02 Thread Kent West
Apparently "aptitude purge exim4" does not remove /etc/exim4 or /var/lib/exim4. Apparently "aptitude install exim4" does not create /etc/exim4 or /var/lib/exim4. Apparently "dpkg-reconfigure exim4-config" neither creates nor reads from /etc/exim4. I've apparently got wrong perms on /etc/exim4, s

RE: Upgrade From 5.02 To 5.05

2010-09-02 Thread James Zuelow
Original Message From: James Zuelow [mailto:james_zue...@ci.juneau.ak.us] Sent: Thursday, September 02, 2010 3:24 PM You said: >> DVD. (It has been added with 'apt-cdrom add') I said: > > Try: > > apt-cdrom add > Doh! Next time read the original e-mail more carefully... If you've

Re: Problems mounting cdrom

2010-09-02 Thread Rodolfo Medina
Rodolfo Medina writes: >>> I just removed from the case of my PC two old cdrom/dvd devices that were >>> broken. Then I set all the cables as I could but I'm no expert and don't >>> know if I did everything ok. Anyway, all seems ok except that I can't >>> mount the cdrom device that is now in m

RE: Upgrade From 5.02 To 5.05

2010-09-02 Thread James Zuelow
Original Message From: Greg Heilers [mailto:heilers.g...@gmail.com] > I have just received the "Debian 5.05 Update DVD." > > How does one upgrade *only* the already-installed packages? > And how does one do this without an internet connection? > 'dpkg' does not seem to have an option for

Ethernet connection

2010-09-02 Thread Rodolfo Medina
Some months ago I managed to connect my Hyundai and Acer laptops with an ethernet cable. I can copy file from one PC to another with rsync. The file `/etc/network/interfaces' is edited on the Acer as follows: auto lo iface lo inet loopback auto eth1 allow-hotplug eth1 iface eth1 inet static

Upgrade From 5.02 To 5.05

2010-09-02 Thread Greg Heilers
I have just received the "Debian 5.05 Update DVD." How does one upgrade *only* the already-installed packages? And how does one do this without an internet connection? 'dpkg' does not seem to have an option for "already installed" and I can not seem to get 'apt-get upgrade' to work with the DVD.

Re: install lenny on Dell

2010-09-02 Thread tom
On Thu, 2010-09-02 at 23:15 +0100, Lisi wrote: > On Sunday 29 August 2010 00:54:01 Tom Poe wrote: > > I bring up stuff on my computer, and it has an icon with CD-RW/DVD-ROM > > drive. I downloaded a lenny i386 iso image, and used brasero to burn it > > to a Memorex DVD+RW disc. I shut down comput

A better Emacs sql mode?

2010-09-02 Thread T o n g
Hi, Anyone here code sql seriously using Emacs and need strict Sql Coding Style [1]? I found that the default Emacs' sql mode is geared more towards interactive debugging, instead of sql coding. E.g., I simply wasn't able to indent my sql code the same way as any other programming language.

Re: Configuration for a Linux router with a client having a public address

2010-09-02 Thread peasthope
From: Bob Proulx Date: Thu, 02 Sep 2010 14:00:20 -0600 > So dalton has address 172.24.2.1 in the RFC1918 private address space. Dalton has external address 142.103.107.137 and several internal addresses including 172.24.2.1. Here is an old sketch. Dalton is on the left. We're not concerne

Срочно знать ужe сeйчaс

2010-09-02 Thread Bce для чаcтного прeдпpинимaтeля
-- | Всe для ЧACТНОГО ПPEДПPИНИМАТЕЛЯ. | | Огрaничений пo юридичеcким, буxгалтерским, информaционным... в 2011 г. нe будeт!!! - | | нo будeт нeчто нeожида

Re: install lenny on Dell

2010-09-02 Thread Lisi
On Sunday 29 August 2010 00:54:01 Tom Poe wrote: > I bring up stuff on my computer, and it has an icon with CD-RW/DVD-ROM > drive. I downloaded a lenny i386 iso image, and used brasero to burn it > to a Memorex DVD+RW disc. I shut down computer, started computer, got a > blinking cursor for a few

Re: install lenny from iso

2010-09-02 Thread tom
On Thu, 2010-09-02 at 17:47 -0400, Jordan Metzmeier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 09/02/2010 05:25 PM, tom wrote: > > > > Paul: Thanks. Worked like a charm. I tried to install Skype, and got > > this. Any suggestions on how to make dpkg find the path? > >

Re: Problems mounting cdrom

2010-09-02 Thread Rodolfo Medina
Stephen Powell writes: > On Thu, 02 Sep 2010 16:38:31 -0400 (EDT), Rodolfo Medina wrote: >> >> I just removed from the case of my PC two old cdrom/dvd devices that were >> broken. Then I set all the cables as I could but I'm no expert and don't >> know if I did everything ok. Anyway, all seems

Re: install lenny from iso

2010-09-02 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/02/2010 05:25 PM, tom wrote: > > Paul: Thanks. Worked like a charm. I tried to install Skype, and got > this. Any suggestions on how to make dpkg find the path? > dpkg -i skype-debian_2.0.0.72-1_i386.deb > dpkg: `ldconfig' not found on PA

Re: Problems mounting cdrom

2010-09-02 Thread Stephen Powell
On Thu, 02 Sep 2010 16:38:31 -0400 (EDT), Rodolfo Medina wrote: > > I just removed from the case of my PC two old cdrom/dvd devices that were > broken. Then I set all the cables as I could but I'm no expert and don't know > if I did everything ok. Anyway, all seems ok except that I can't mount t

Re: install lenny from iso

2010-09-02 Thread tom
On Thu, 2010-09-02 at 16:53 -0400, Paul Cartwright wrote: > On Thu September 2 2010, tom wrote: > > Hey, you folks are marvelous. Managed to get a lenny i386 netinst.iso > > loaded on my Dell desktop that has a master/slave drives setup. I used > > the guided with LVM option. Not sure what LVM i

Strategic Scenario Planning

2010-09-02 Thread Noraini Othman
view this message in a browser Corporate Training Building Resilience into Corporate Planning Processes Strategic Scenario Planning Developing Strategy, Implementation & beyond... 6th & 7th October 2010, JW Marriott, Kual

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Camaleón
On Thu, 02 Sep 2010 22:11:33 +0200, Frank Steinmetzger wrote: > Am Donnerstag, 2. September 2010 schrieb Camaleón: (...) >> > Booting to the login screeen takes ~35–40 seconds here. Plus another >> > half minute to load the DE. Usually I am using normal standby (aka >> > suspend to RAM). Powerde

Problems mounting cdrom

2010-09-02 Thread Rodolfo Medina
Hi to all Debian users. I just removed from the case of my PC two old cdrom/dvd devices that were broken. Then I set all the cables as I could but I'm no expert and don't know if I did everything ok. Anyway, all seems ok except that I can't mount the cdrom device that is now in my system. In fs

install lenny from iso

2010-09-02 Thread tom
Hey, you folks are marvelous. Managed to get a lenny i386 netinst.iso loaded on my Dell desktop that has a master/slave drives setup. I used the guided with LVM option. Not sure what LVM is all about, but figured better to have it, than not. The screen display is too small for this old codger's

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Frank Steinmetzger
Am Donnerstag, 2. September 2010 schrieb Camaleón: > On Thu, 02 Sep 2010 13:40:56 +0200, Frank Steinmetzger wrote: > > Am Donnerstag, 2. September 2010 schrieb Camaleón: > >> I meant you can hibernate your computer with any amount of ram > >> available, there are still restoring speed gains in some

Re: Configuration for a Linux router with a client having a public address

2010-09-02 Thread Bob Proulx
peasth...@shaw.ca wrote: > Given linux router dalton, eth 3, connected to a local machine > carnot, eth0, with a cross-over cable, I need some help to set > the configurations properly. > > #dalton:/etc/network/interfaces >... > iface eth3 inet static > address 172.24.2.1 > up

Re: Have you ever...

2010-09-02 Thread AG
On 02/09/10 07:27, Scott Ferguson wrote: On 02/09/10 05:52, Tom H wrote: On Wed, Sep 1, 2010 at 1:58 PM, Anticept . wrote: On Sun, Aug 29, 2010 at 11:31 PM, Poo Py wrote: Had dog sex?��Or posted naked? I need to kno. cuz I won't support a distro that has people doing that. It's a sin an

Re: Now lost boot dir

2010-09-02 Thread Stephen Powell
On Thu, 02 Sep 2010 12:26:45 -0400 (EDT), David Baron wrote: > Stephen Powell wrote: >> >> The standard 2.6.32 kernel used by Squeeze (I currently use 2.6.32-5-686, >> version 2.6.32-20) works fine, and includes the nouveau driver. The >> nouveau driver seems to work OK in my experience, as long a

Configuration for a Linux router with a client having a public address

2010-09-02 Thread peasthope
Given linux router dalton, eth 3, connected to a local machine carnot, eth0, with a cross-over cable, I need some help to set the configurations properly. #dalton:/etc/network/interfaces ... iface eth3 inet static address 172.24.2.1 up route add -host 142.103.107.138

Re: df: where is the root fs?

2010-09-02 Thread Anticept .
On Wed, Sep 1, 2010 at 2:45 PM, hugo vanwoerkom wrote: > Hi, > > When I do 'df /' I get: > > Filesystem           1K-blocks      Used Available Use% Mounted on > /dev/hda6             13456580   5923184   6849832  47% / > tmpfs                   253024         0    253024   0% /lib/init/rw > udev

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Henrique de Moraes Holschuh
On Thu, 02 Sep 2010, Andrei Popescu wrote: > On Jo, 02 sep 10, 07:39:09, Camaleón wrote: > > Amount of ram should not be a relevant key value for benefiting of > > hibernation. > > Unless there's something I'm missing, copying the contents of the RAM to > HDD and back heavily depends on the tota

Oффшoрные схeмы в бизнесе

2010-09-02 Thread Вcе вaжное , чтo нужно знать
| OФФШОРНЫЕ CxEМЫ B БИЗHЕCЕ:| | Bсе вaжное, чтo нужнo знaть пpи рaботе c оффшopами. | | Пpактичeские coветы. | > Сeминaр • 9 cентября •

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Camaleón
On Thu, 02 Sep 2010 13:40:56 +0200, Frank Steinmetzger wrote: > Am Donnerstag, 2. September 2010 schrieb Camaleón: > >> I meant you can hibernate your computer with any amount of ram >> available, there are still restoring speed gains in some computers. >> Your mileage may vary. > > But you also

Re: Now lost boot dir

2010-09-02 Thread d_baron
> > Using the Debian rescue CD, I built a 2.6.34 kernel compiling > in more.> > > > However, locale issues prevented me from installing it and > running > > lilo.> > Funny--worked fine last week. I got it to work today. Kernel will > > still not boot.> I am wondering whether to > bite the bu

Re: http://70gigapixel.cloudapp.net/ crashes Iceweasel 3.0.6 (2010072023 Firefox/3.0.6 (Debian-3.0.6-3))

2010-09-02 Thread Merciadri Luca
Well, I just tried without Moonlight. Evidently, no crash, but the website is unuseful without a Silverlight equivalent. Mr. Ferreira, were you using Moonlight when trying the website? I should have mentioned that it had an importance. Merciadri Luca wrote: > Here is what the log tells me, at the

Re: http://70gigapixel.cloudapp.net/ crashes Iceweasel 3.0.6 (2010072023 Firefox/3.0.6 (Debian-3.0.6-3))

2010-09-02 Thread Merciadri Luca
Here is what the log tells me, at the end: == --- .xsession-errors - ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue variable 2 (2) ** Message: GetValue variable 1 (1) ** Message: GetValue

Re: ia64? amd64

2010-09-02 Thread Michal
On 02/09/10 16:51, Jangita wrote: On 02/09/2010 4:02 p, Michal wrote: On 02/09/10 14:50, Jangita wrote: Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. don't forget the PAE kernels PAE? thought 64bit kernel and debian w

Re: What's the Debian way of disabling suspend to disk?

2010-09-02 Thread Frank Steinmetzger
Am Donnerstag, 2. September 2010 schrieb Camaleón: > I meant you can hibernate your computer with any amount of ram available, > there are still restoring speed gains in some computers. Your mileage may > vary. But you also need as much space on the HDD to store the RAM content, which I don’t re

Re: What is the best way to migrate a server to new hardware?

2010-09-02 Thread Bob Proulx
Aniruddha wrote: > Bob Proulx wrote: > > I like booting the new machine with a live cdrom and then using rsync > > to clone the old system onto the new system's disk over the network. > > Then install grub and boot the new system. > > > At other times I will move the new disks onto the old system,

(SOLVED) Re: ia64? amd64

2010-09-02 Thread Jangita
On 02/09/2010 3:50 p, Jangita wrote: Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. Thanks! -- Jangita | +256 76 91 8383 | Y! & MSN: jang...@yahoo.com Skype: jangita | GTalk: jangita.nyag...@gmail.com -- To UNSUBSCRIBE, ema

Re: ia64? amd64

2010-09-02 Thread Jangita
On 02/09/2010 4:02 p, Michal wrote: On 02/09/10 14:50, Jangita wrote: Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. don't forget the PAE kernels PAE? thought 64bit kernel and debian will give me access to several Gigs

Re: ia64? amd64

2010-09-02 Thread Jerome BENOIT
I guess you need amd64: to be sure, try first with a Live CD (DebianLive, Knoppix, ...) hth, Jerome On 02/09/10 21:50, Jangita wrote: Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. -- Jerome BENOIT jgmbenoit-at+rezozer*dot_

Re: Distributed Debian Distribution Development

2010-09-02 Thread Olivier Berger
Hi. Le mercredi 01 septembre 2010 à 17:40 +0100, Luke Kenneth Casson Leighton a écrit : > i leave you with this: the idea of the "Freedom Box" caused quite a > stir at debconf2010, but i honestly doubt that, without any experience > of getting *yourselves* off of the client-server paradigm, there

Distributed bugtracker - Was: Re: Distributed Debian Distribution Development

2010-09-02 Thread Olivier Berger
Hi. Le mercredi 01 septembre 2010 à 17:40 +0100, Luke Kenneth Casson Leighton a écrit : > > * again: ikiwiki or something similar could well be used as the basis > for a distributed bugtracker. > I'd suggest you have a look at the SD tool and the incoming debbugs support for it developped by C

Re: ia64? amd64

2010-09-02 Thread Rod James Bio
Depends on your Machine CPU. amd64 for 64bit( Core 2 Duos line for intel ) CPU. IA64(Itanium 64) high end CPU's mostly for server lines. amd64 is more common now though. BTW debian has a kernel in its repository suffix bigmem. Try it. Your 32bit debian will detect your memory above 4GB. On Thu, S

Re: ia64? amd64

2010-09-02 Thread Michal
On 02/09/10 14:50, Jangita wrote: Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. don't forget the PAE kernels -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: ia64? amd64

2010-09-02 Thread Erwan David
On Thu, Sep 02, 2010 at 03:50:47PM CEST, Jangita said: > Hello, > > Difference between ia64 and amd64? I'm moving to servers with larger > memory >4GB so want to move to 64 bit. > ia64 is the archtecture of intel itanium processors. Very unlikely you've got one. amd64 is ia32 with 64 bits exte

Re: http://70gigapixel.cloudapp.net/ crashes Iceweasel 3.0.6 (2010072023 Firefox/3.0.6 (Debian-3.0.6-3))

2010-09-02 Thread Camaleón
On Thu, 02 Sep 2010 15:53:54 +0200, Merciadri Luca wrote: > Everything is in the title: using Iceweasel 3.0.6, I'm sure to crash it > if I go to http://70gigapixel.cloudapp.net/. What about your versions? The site loads fine here (no crash, using the same version as you for Iceweasel) but I don'

Re: df: where is the root fs?

2010-09-02 Thread hugo vanwoerkom
Mike Bird wrote: On Wed September 1 2010 12:01:16 hugo vanwoerkom wrote: But that does not have the device: rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 none /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev tmpfs rw,relatime,size=10240k,mode=755 0 0 /dev/sd

Re: http://70gigapixel.cloudapp.net/ crashes Iceweasel 3.0.6 (2010072023 Firefox/3.0.6 (Debian-3.0.6-3))

2010-09-02 Thread Joao Ferreira gmail
On Thu, 2010-09-02 at 15:53 +0200, Merciadri Luca wrote: > Hi, > > Everything is in the title: using Iceweasel 3.0.6, I'm sure to crash it > if I go to http://70gigapixel.cloudapp.net/. What about your versions? > No crash here... using iceweasel 3.5.11-1 jmf -- To UNSUBSCRIBE, email to d

Re: ia64? amd64

2010-09-02 Thread Axel Freyn
Hi Jangita, > Difference between ia64 and amd64? I'm moving to servers with larger > memory >4GB so want to move to 64 bit. This are two different, binary incompatible 64-bit architectures. However, also many intel-processors use amd64... In fact, I think the only "ia64"-processors are the Itaniu

Re: ia64? amd64

2010-09-02 Thread Angus Hedger
On Thu, 02 Sep 2010 15:50:47 +0200 Jangita wrote: > Hello, > > Difference between ia64 and amd64? I'm moving to servers with larger > memory >4GB so want to move to 64 bit. > Hey AMD64 is a 64bit extension to X86, IA64 is a totally different architecture. I would bet you need AMD64, becaus

http://70gigapixel.cloudapp.net/ crashes Iceweasel 3.0.6 (2010072023 Firefox/3.0.6 (Debian-3.0.6-3))

2010-09-02 Thread Merciadri Luca
Hi, Everything is in the title: using Iceweasel 3.0.6, I'm sure to crash it if I go to http://70gigapixel.cloudapp.net/. What about your versions? -- Merciadri Luca See http://www.student.montefiore.ulg.ac.be/~merciadri/ I use PGP. If there is an incompatibility problem with your mail client, pl

ia64? amd64

2010-09-02 Thread Jangita
Hello, Difference between ia64 and amd64? I'm moving to servers with larger memory >4GB so want to move to 64 bit. -- Jangita | +256 76 91 8383 | Y! & MSN: jang...@yahoo.com Skype: jangita | GTalk: jangita.nyag...@gmail.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Re: Distributed Debian Distribution Development

2010-09-02 Thread Luke Kenneth Casson Leighton
On Thu, Sep 2, 2010 at 1:44 PM, Oscar Morante wrote: > Have you seen this project [1]? It looks like they have been already > thinking about the git+bittorrent idea. > > [1] http://code.google.com/p/gittorrent/ yes. it's effectively shelved. the name "gittorrent" was abandoned and the name "mi

Re: 512AN_MMWW2 it is a min pci exprress

2010-09-02 Thread Camaleón
On Thu, 02 Sep 2010 08:33:20 -0400, chris chalifoux wrote: > hi i was wondering will 512AN_MMWW2 it is a min pci exprress card and i > was wondering will it woork ? That card seems to be using "5100" series chipset. If so, take a look into this: http://wiki.debian.org/iwlagn Greetings, -- Ca

Re: Do not reboot on system error - how?

2010-09-02 Thread Miles Fidelman
Proskurin Kirill wrote: Hello. I try to catch nasty error what reboot`s my system. How to make Debian just freeze\hang on error and not reboot so I can look at console errors? Check the list archives - this was discussed in depth within the past 3 weeks. Miles Fidelman -- In theory, there

Re: Do not reboot on system error - how?

2010-09-02 Thread Camaleón
On Thu, 02 Sep 2010 16:14:12 +0400, Proskurin Kirill wrote: > I try to catch nasty error what reboot`s my system. How to make Debian > just freeze\hang on error and not reboot so I can look at console > errors? AFAIK, default kernel setup does not reboot after "panics", so maybe you are experien

512AN_MMWW2 it is a min pci exprress

2010-09-02 Thread chris chalifoux
hi i was wondering will 512AN_MMWW2 it is a min pci exprress card and i was wondering will it woork ? thank you chris

Re: Distributed Debian Distribution Development

2010-09-02 Thread Oscar Morante
Have you seen this project [1]? It looks like they have been already thinking about the git+bittorrent idea. [1] http://code.google.com/p/gittorrent/ -- Oscar Morante "Self-education is, I firmly believe, the only kind of education there is."

Re: network card

2010-09-02 Thread Jonathan Wiltshire
On Thu, Sep 02, 2010 at 07:51:00AM -0400, chris chalifoux wrote: > hi i was wondering will 512AN_MMWW2 it is a min pci exprress card and i was > wondering will it woork ? > thank you chris Please ask on the debian-user@lists.debian.org list, as copied. -- Jonathan Wiltshire 4096R: 0xD3524C51 /

Do not reboot on system error - how?

2010-09-02 Thread Proskurin Kirill
Hello. I try to catch nasty error what reboot`s my system. How to make Debian just freeze\hang on error and not reboot so I can look at console errors? Debian 5.0 -- Best regards, Proskurin Kirill -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscri

Re: Connecting to a wifi network requiring certificate authentication

2010-09-02 Thread Camaleón
On Wed, 01 Sep 2010 18:13:51 +1000, Daniel Dalton wrote: > Using wpasupplicant could someone please try and give me a few hints > what I should try in the wpasupplicant.conf file? I have the .der > certificate file, and output of iwlist scan is below my name. "man wpa_supplicant.conf" provides so

Re: Distributed Debian Distribution Development

2010-09-02 Thread Luke Kenneth Casson Leighton
On Wed, Sep 1, 2010 at 6:47 PM, Yaroslav Halchenko wrote: > Just - Wow... thanks! > > Hopefully digesting of this tasty post would not cause too much of farting ;-) :) > seems might be worth adding (if I am not missing the point), then the > concept of "derivatives" would then converge finally

Re: ATA Disk problems.

2010-09-02 Thread Camaleón
On Wed, 01 Sep 2010 05:39:21 -0700, Account for Debian group mail wrote: > One of my mail servers is having some disk problems. I see stuff like > this in my log files: (...) Run a smart test with "smartcl" and check for the results. Just note that some hardware raid controllers do not allow ru

  1   2   >