Fwd: MySQL Server Rebooting Automatically?

2011-05-09 Thread Gustavo
Hais. You could see on your crontab or at jobs if there's anything down there, also make sure you don't have any application running like monit which can restart mysql. Send from iGustavo Begin forwarded message: > Resent-From: debian-user@lists.debian.org > From: Abraham > Date: 5 de mayo d

firmware-realtek (0.29) can't work at amd64

2011-05-09 Thread spp mg
hi I have rtl8191su wireless chip,and os is debian amd64 testing. I can compile source from RealTek in kernel 2.6.26,but the newer can't. So I try to use apt install the firmware-realtek (0.29).(I believe rtl8192 and rtl8191 use same source.),but it can't work too. And I try to use the i386 syste

Re: rootfs on SSD

2011-05-09 Thread Andrei Popescu
On Du, 08 mai 11, 23:23:52, Rainer Dorsch wrote: > > rd@blackbox:~$ mount|grep rootfs > rootfs on / type rootfs (rw) > rd@blackbox:~$ I don't have any 'rootfs' in the output of mount, instead I have this: /dev/sda6 on / type ext3 (rw,noatime,errors=remount-ro,commit=0) I have a feeling there's

Disk Space Issues

2011-05-09 Thread Daniel Linux
Hi, Can anybody tell me the steps to troubleshoot disk space issues. Thanks, D.A Why do you live?

Re: Disk Space Issues

2011-05-09 Thread Ron Johnson
On 05/09/2011 03:23 AM, Daniel Linux wrote: Hi, Can anybody tell me the steps to troubleshoot disk space issues. Too generic. Not enough information. -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corru

Re: Disk Space Issues

2011-05-09 Thread Daniel Linux
Yes, I need generic steps. After running df -h I know what filesystem is almost full. What should I do? Thanks, DA On Mon, May 9, 2011 at 4:36 AM, Ron Johnson wrote: > On 05/09/2011 03:23 AM, Daniel Linux wrote: > >> Hi, >> >> Can anybody tell me the steps to troubleshoot disk space issue

Re: cannot resolve hostname [SOLVED]

2011-05-09 Thread AG
On 07/05/11 14:14, AG wrote: Dear List I am pleased - & very relieved!! - to report that for the first time in several days now I have been able to reboot the machine and it retains connectivity!! This is great news, and although I still don't know what the cause of the problem was, but

Re: Disk Space Issues

2011-05-09 Thread Tom Grace
On 09/05/11 09:40, Daniel Linux wrote: Yes, I need generic steps. After running df -h I know what filesystem is almost full. What should I do? du -h /fullfilesystem is a good start, possibly with --max-depth to limit the output. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian

Re: Disk Space Issues

2011-05-09 Thread Daniel Linux
What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. Thanks, On Mon, May 9, 2011 at 4:43 AM, Tom Grace wrote: > On 09/05/11 09:40, Daniel Linux wrote: > >> Yes, I need generic steps. After run

Re: Disk Space Issues

2011-05-09 Thread Ron Johnson
You look for the biggest file. (I feel a GOML moment approaching.) On 05/09/2011 03:48 AM, Daniel Linux wrote: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. Thanks, On Mon, May 9, 2

Re: Disk Space Issues

2011-05-09 Thread Lisi
On Monday 09 May 2011 09:48:44 Daniel Linux wrote: > What you would do after you found a full filesystem? It is just a general > question that was asked in my class of operating systems and nobody had an > answer. I currently have this problem on two of my disks. As I see it, I have 3 realistic

Re: Disk Space Issues

2011-05-09 Thread Tom Grace
On 09/05/11 09:48, Daniel Linux wrote: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. It all depends on context, you'll need to add a little more detail. For instance: As an administra

Re: Disk Space Issues

2011-05-09 Thread Brad Alexander
Depends. Best case, you built your system using LVM and have reserved space. You can check this using the df command. If your filesystems start with /dev/mapper, then you are using LVM. You can check for free space using the vgdisplay command (as root): # vgdisplay ...Snip... Alloc PE / Size

Re: Disk Space Issues

2011-05-09 Thread Michiel Piscaer
Op 9-5-2011 10:48, Daniel Linux schreef: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. Thanks, On Mon, May 9, 2011 at 4:43 AM, Tom Grace > wr

Re: Disk Space Issues

2011-05-09 Thread Lisi
On Monday 09 May 2011 07:58:22 Michiel Piscaer wrote: > With # du -h --max-depth=1 you can find what directory is taking all of > the space. Next is take the right action, by emtying / deleting the > file, or moving the directory to an new disk. Thanks, Michiel. I had correctly selected the larg

Re: Disk Space Issues

2011-05-09 Thread Brad Rogers
On Mon, 9 May 2011 04:40:56 -0400 Daniel Linux wrote: Hello Daniel, > Yes, I need generic steps. After running df -h I know what > filesystem is almost full. What should I do? Your question is still too vague to give sensible answers to. Some options; 1) Buy a new computer. 2) Buy a new

Suite à une visite sur votre site

2011-05-09 Thread Emilie Rondo
Madame, Monsieur, Suite à une visite sur votre site internet, que je trouve particulièrement réussi d'ailleurs, j'ai eu l'idée de faire un petit montage, qui je trouve, colle parfaitement avec la présentation de votre entreprise. Voici ce que cela donne : http://creanimstudio.fr/demo/demo.

Re: Disk Space Issues

2011-05-09 Thread Stan Hoeppner
On 5/9/2011 1:58 AM, Michiel Piscaer wrote: Op 9-5-2011 10:48, Daniel Linux schreef: Yes, I need generic steps. After running df -h I know what filesystem is almost full. What should I do? du -h /fullfilesystem is a good start, possibly with --max-depth to limit the output. With # du -h --

Re: Disk Space Issues

2011-05-09 Thread Andrew McGlashan
Hi Lisi, Lisi wrote: On Monday 09 May 2011 09:48:44 Daniel Linux wrote: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. I currently have this problem on two of my disks. As I see it,

Re: Disk Space Issues

2011-05-09 Thread Andrew McGlashan
Hi, Daniel Linux wrote: Can anybody tell me the steps to troubleshoot disk space issues. Depending on the size of the file system to start with, you cold use find as follows to locate larger files for consideration. # find /home -size +10M -ls Generally, larger files once identified can gi

Re: Disk Space Issues

2011-05-09 Thread Tony van der Hoff
On 09/05/11 10:48, Daniel Linux wrote: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. This is the only full solution: sudo rm -rf / -- Tony van der Hoff | mailto:t...@vanderhoff.org

Re: Disk Space Issues

2011-05-09 Thread Darac Marjal
On Mon, May 09, 2011 at 04:59:40AM -0400, Brad Alexander wrote: >Depends. Best case, you built your system using LVM and have reserved >space. You can check this using the df command. If your filesystems start >with /dev/mapper, then you are using LVM. You can check for free space >

Is the Menu key used for anything in Debian?

2011-05-09 Thread Dotan Cohen
Windows keyboards come with a Menu key to the right of the spacebar. Is this key used for anything in Debian? I can find no use for it whatsoever so I am considering mapping it to something more useful. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- To UNSUBSCRIBE,

Re: Disk Space Issues

2011-05-09 Thread Brad Alexander
Yeah, good idea. Answering questions at 5am before coffee is contraindicated. :) --b On Mon, May 9, 2011 at 7:04 AM, Darac Marjal wrote: > On Mon, May 09, 2011 at 04:59:40AM -0400, Brad Alexander wrote: > >Depends. Best case, you built your system using LVM and have reserved > >space. Yo

Re: Does "apt-get dist-upgrade" upgrade the kernel?

2011-05-09 Thread Camaleón
On Sun, 08 May 2011 13:02:18 -0600, Paul E Condon wrote: > On 20110508_095510, Camaleón wrote: (...) >> > Whether one of these packages is installed by default depends on how >> > you installed that particular machine (example: it might not be >> > installed in expert mode since AFAIR you get a

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Brad Rogers
On Mon, 9 May 2011 14:20:10 +0300 Dotan Cohen wrote: Hello Dotan, > Windows keyboards come with a Menu key to the right of the spacebar. > Is this key used for anything in Debian? I can find no use for it It'll be the DE that sets this, not Debian, per se. Here, it brings up the RMB context me

Re: ReiserFS: "filesystem is not clean" after a kernel update

2011-05-09 Thread Camaleón
On Sun, 08 May 2011 14:29:12 -0500, Stan Hoeppner wrote: > On 5/8/2011 7:44 AM, Camaleón wrote: >> Yesterday I updated the kernel to 2.6.38-2 on wheezy and now I get (at >> a random basis) a warning about the ReiserFS filesystem "is not clean" >> when booting. >> >> Despite the boot message, ther

Single mouse click registers as double click

2011-05-09 Thread Ijon Tichy
Hi. I've had this problem (a single mouse click being considered as double click) from quite a long time (almost two years) in two different computers, and unfortunately I couldn't solve it yet. Searching through Google and (of course) the Debian mailing lists, I found that: (1) it seems to be a

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread AG
On 09/05/11 12:20, Dotan Cohen wrote: Windows keyboards come with a Menu key to the right of the spacebar. Is this key used for anything in Debian? I can find no use for it whatsoever so I am considering mapping it to something more useful. Thanks. Not that I am aware of. I have it mapped to b

Re: /etc/resolv.conf file is empty

2011-05-09 Thread Camaleón
On Sun, 08 May 2011 22:27:40 +0100, Lisi wrote: > On Sunday 08 May 2011 18:49:27 Camaleón wrote: >> Good. And I'm so sorry for NM but is nothing but a headache > > If NM ever gets installed by default, the first thing I do is purge it! > ;-) I don't like the idea of not having it installed. Th

Re: Finding Library Dependencies - MxEasy Security Camera Software

2011-05-09 Thread CACook
On Sunday 8 May, 2011 08:27:27 godo wrote: > it's happened sometimes that some package missing in testing or sid but > from my experience it will come in few days or week. > > If you are in hurry try with sid version and if there is not to much > dependencies I think it wont be a problem. I've

no network after hibernate

2011-05-09 Thread Kamaraju S Kusumanchi
I am using Debian squeeze on Dell Inspiron E1505 laptop. When I boot from scratch, the network works fine. However, if I do "sudo hibernate" and reboot, the network does not come up automatically. I have to do "/etc/init.d/networking restart" every time I resume from hibernation. It works after

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 14:56, Brad Rogers wrote: > It'll be the DE that sets this, not Debian, per se.  Here, it brings up > the RMB context menu for whatever has focus.  Setting the correct > keyboard layout may be required, too. > True. I suppose if I have gotten this far with never using it th

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread David Jardine
On Mon, May 09, 2011 at 02:20:10PM +0300, Dotan Cohen wrote: > Windows keyboards come with a Menu key to the right of the spacebar. > Is this key used for anything in Debian? I can find no use for it > whatsoever so I am considering mapping it to something more useful. In _text_ mode I have it map

Re: Need /etc/apt/sources.list

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 00:12:23 +0300, Dotan Cohen wrote: > On Sun, May 8, 2011 at 13:28, Camaleón wrote: >>> There is a point when I don't care about being right or wrong, I made >>> my say and I'll not argue over trivial things with people who I'd >>> really rather get along with. >> >> Fine, but

Re: Disk Space Issues

2011-05-09 Thread Lisi
On Monday 09 May 2011 10:57:55 Tony van der Hoff wrote: > On 09/05/11 10:48, Daniel Linux wrote: > > What you would do after you found a full filesystem? It is just a > > general question that was asked in my class of operating systems and > > nobody had an answer. > > This is the only full solutio

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Brad Rogers
On Mon, 9 May 2011 15:52:20 +0300 Dotan Cohen wrote: Hello Dotan, > True. I suppose if I have gotten this far with never using it then I > can sacrifice it. I just don't want to paint myself into a corner by Probably. TBH, I rarely use the menu key as it's set up here. I keep forgetting it.

Re: Single mouse click registers as double click

2011-05-09 Thread Lisi
On Monday 09 May 2011 13:01:18 Ijon Tichy wrote: > I've had this problem (a single mouse click being considered as double > click) from quite a long time (almost two years) in two different > computers, That's not a bug, that's a feature! It is Windows that has the bug with all those double-clic

Re: Finding Library Dependencies - MxEasy Security Camera Software

2011-05-09 Thread godo
And the kicker is that libsdl1.2debian (no -all) which I have installed, has these exact files with these exact names as well. So I think the software is looking for the package name with -all, and when it doesn't find it it fails. I overrode dependencies and installed it anyway, but inexplic

Re: Need /etc/apt/sources.list

2011-05-09 Thread Lisi
On Sunday 08 May 2011 22:12:23 Dotan Cohen wrote: > That does not mean that I intend to > debate the subject for three days over tens of posts. So why are you doing it?? Here's a revolutionary idea: you could let someone else have the last word and get on with your life. No-one but you yourself

Re: Single mouse click registers as double click

2011-05-09 Thread godo
On 2011-05-09 16:02, Lisi wrote: On Monday 09 May 2011 13:01:18 Ijon Tichy wrote: I've had this problem (a single mouse click being considered as double click) from quite a long time (almost two years) in two different computers, That's not a bug, that's a feature! It is Windows that has the

Re: Single mouse click registers as double click

2011-05-09 Thread Brad Rogers
On Mon, 9 May 2011 15:02:30 +0100 Lisi wrote: Hello Lisi, > That's not a bug, that's a feature! It is Windows that has the bug > with all those double-clicks. And in KDE is configurable. Probably in other DEs, too. -- Regards _ / ) "The blindingly obvious is / _

Re: no network after hibernate

2011-05-09 Thread Klistvud
Dne, 09. 05. 2011 14:20:00 je Kamaraju S Kusumanchi napisal(a): I am using Debian squeeze on Dell Inspiron E1505 laptop. When I boot from scratch, the network works fine. However, if I do "sudo hibernate" and reboot, the network does not come up automatically. I have to do "/etc/init.d/netwo

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 16:56, Brad Rogers wrote: > Hmmm.  Can it be re-enabled by altering/creating the relevant section in > xorg.conf, perhaps? > Actually, I'm just going to eliminate it in my custom ergonomic keyboard layout: http://dotancohen.com/eng/noah_ergonomic_keyboard_layout.html -- D

Re: Single mouse click registers as double click

2011-05-09 Thread Ijon Tichy
Hi again >>> I've had this problem (a single mouse click being considered as double >>> click) from quite a long time (almost two years) in two different >>> computers, >> >> That's not a bug, that's a feature!  It is Windows that has the bug with >> all >> those double-clicks. >> >> Lisi >> >> >

Re: Single mouse click registers as double click

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 15:11:24 +0100, Brad Rogers wrote: > On Mon, 9 May 2011 15:02:30 +0100 > Lisi wrote: > > Hello Lisi, > >> That's not a bug, that's a feature! It is Windows that has the bug >> with all those double-clicks. > > And in KDE is configurable. Probably in other DEs, too. Sure!

#debian-next - channel for testing/unstable discussions

2011-05-09 Thread Wolodja Wentland
Hi all, I wanted to announce the creation of a new IRC channel #debian-next on irc.debian.org / irc.oftc.net. The channel is dedicated to the discussion and (reasonable) support of testing, unstable and (if it ever sees the light of the day) rolling. The policy in #debian regarding testing and un

Re: no network after hibernate

2011-05-09 Thread Brian
On Mon 09 May 2011 at 08:20:00 -0400, Kamaraju S Kusumanchi wrote: > $cat /etc/network/interfaces | grep -v ^# | grep -v ^$ > > auto lo > iface lo inet loopback > auto wlan0 > iface wlan0 inet dhcp > wpa-conf manage

Re: Single mouse click registers as double click

2011-05-09 Thread Darac Marjal
On Mon, May 09, 2011 at 02:01:18PM +0200, Ijon Tichy wrote: > Hi. > > I've had this problem (a single mouse click being considered as double > click) from quite a long time (almost two years) in two different > computers, and unfortunately I couldn't solve it yet. > > Searching through Google and

Re: Single mouse click registers as double click

2011-05-09 Thread godo
OK, I see I haven't explained myself properly :D I know the feature you talk about. But I'm talking about (random) single clicks being considered by the system as (undesidered) double clicks ("random" because it doesn't happen all the time). By the way, I forgot to mention that it happens with

Re: Single mouse click registers as double click

2011-05-09 Thread Ijon Tichy
2011/5/9 godo : > >> OK, I see I haven't explained myself properly :D >> >> I know the feature you talk about. But I'm talking about (random) >> single clicks being considered by the system as (undesidered) double >> clicks ("random" because it doesn't happen all the time). By the way, >> I forgot

Re: Single mouse click registers as double click

2011-05-09 Thread Ijon Tichy
>> So the question is: does anyone know whether there is a solution for this >> bug? > > Might it be the case that Xorg is detecting your mouse twice? Have a > look through /var/log/Xorg.0.log for lines containing "XINPUT:". You > should find at least one that states "Adding input device "Your Mou

Re: firmware-realtek (0.29) can't work at amd64

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 15:05:12 +0800, spp mg wrote: > I have rtl8191su wireless chip,and os is debian amd64 testing. > > I can compile source from RealTek in kernel 2.6.26,but the newer can't. > So I try to use apt install the firmware-realtek (0.29).(I believe > rtl8192 and rtl8191 use same source

Re: Trying to reinstall exim4

2011-05-09 Thread Camaleón
On Sun, 08 May 2011 20:45:00 -0700, Carl Johnson wrote: > Ron Johnson writes: > >> What *exact* command did you run? > > I used the curses interface to aptitude, so I just told it to install > exim4 and remove postfix. I just tried a command line equivalent as > follows: > > # aptitude instal

Re: Single mouse click registers as double click

2011-05-09 Thread Brad Rogers
On Mon, 9 May 2011 14:51:33 + (UTC) Camaleón wrote: Hello Camaleón, > Sure! In GNOME (as in Windows) you can also configure that by going to > "Nautilus/Edit/Preferences/Behavior/[·] Double click to activate > items". It turns out though, that it's not this feature that Ijon is talking abo

Re: Disk Space Issues

2011-05-09 Thread godo
On 2011-05-09 10:48, Daniel Linux wrote: What you would do after you found a full filesystem? It is just a general question that was asked in my class of operating systems and nobody had an answer. Thanks, Hi, I'm not expert at all, but I will first check which directory is to large. For exam

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Dotan Cohen
for the same matter, does anybody know of a use for the Scroll Lock and Pause/Break keys? If I get rid of those keys, into what type of corner will I be painting myself? I've never used them, but if anybody does, in any environment, I'd really like to know. Thanks! -- Dotan Cohen http://gibberi

iceweasle history search by specific time

2011-05-09 Thread lina
Hi, I know sometimes I looked through a website, let's say Saturday 07,May,2011 02:47:36 PM SG actually it's something I downloaded, but I failed to find the exact URL. and the history list is so long. How can I find the specific url of that time, Thanks, -- Best Regards, lina -- To UNSUB

Re: Single mouse click registers as double click

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 14:01:18 +0200, Ijon Tichy wrote: > I've had this problem (a single mouse click being considered as double > click) from quite a long time (almost two years) in two different > computers, and unfortunately I couldn't solve it yet. Now that the main nature of the problem is mor

Re: iceweasle history search by specific time

2011-05-09 Thread Ron Johnson
On 05/09/2011 11:19 AM, lina wrote: Hi, I know sometimes I looked through a website, let's say Saturday 07,May,2011 02:47:36 PM SG actually it's something I downloaded, but I failed to find the exact URL. and the history list is so long. How can I find the specific url of that time, History

Re: iceweasle history search by specific time

2011-05-09 Thread Camaleón
On Tue, 10 May 2011 00:19:27 +0800, lina wrote: > I know sometimes I looked through a website, let's say Saturday > 07,May,2011 02:47:36 PM SG > > actually it's something I downloaded, but I failed to find the exact > URL. and the history list is so long. > > How can I find the specific url of t

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread shawn wilson
On May 9, 2011 12:18 PM, "Dotan Cohen" wrote: > > for the same matter, does anybody know of a use for the Scroll Lock don't recall using it. > and Pause/Break keys? It'll pause your boot sequence but don't recall using it in the OS.

Re: iceweasle history search by specific time

2011-05-09 Thread lina
Thanks. Further question, is it possible to find the history which was cleared, if browser clear history regularly On Tue, May 10, 2011 at 12:30 AM, Camaleón wrote: > On Tue, 10 May 2011 00:19:27 +0800, lina wrote: > >> I know sometimes I looked through a website, let's say Saturday >> 07,May,20

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 19:39, shawn wilson wrote: > > On May 9, 2011 12:18 PM, "Dotan Cohen" wrote: >> >> for the same matter, does anybody know of a use for the Scroll Lock > > don't recall using it. > >> and Pause/Break keys? > > It'll pause your boot sequence but don't recall using it in the O

Re: Single mouse click registers as double click

2011-05-09 Thread Nigel Henry
On Monday 09 May 2011 16:47, Ijon Tichy wrote: > Hi again > > >>> I've had this problem (a single mouse click being considered as double > >>> click) from quite a long time (almost two years) in two different > >>> computers, > >> > Thanks anyway for your replies. > > Cheers. Hi. I had this pr

Re: rootfs on SSD

2011-05-09 Thread Thilo Six
Andrei Popescu wrote the following on 09.05.2011 09:18 >> rd@blackbox:~$ mount|grep rootfs >> rootfs on / type rootfs (rw) >> rd@blackbox:~$ > > I don't have any 'rootfs' in the output of mount, instead I have this: > > /dev/sda6 on / type ext3 (rw,noatime,errors=remount-ro,commit=0) > > I hav

Re: Booting a USB hard drive

2011-05-09 Thread Peter Bonucci
On Sunday, May 08, 2011 10:17:47 pm Klaus Wolf wrote: > Sorry, > > I think that this is not a debian related problem, The BIOS of > your Laptop has to bi figured to use the USB-Drive for boot. > > so long > > klaus The BIOS of this computer boots from all of my other USB drives. The problem i

Re: iceweasle history search by specific time

2011-05-09 Thread Camaleón
On Tue, 10 May 2011 00:39:42 +0800, lina wrote: > On Tue, May 10, 2011 at 12:30 AM, Camaleón wrote: >> On Tue, 10 May 2011 00:19:27 +0800, lina wrote: >> >>> I know sometimes I looked through a website, let's say Saturday >>> 07,May,2011 02:47:36 PM SG >>> >>> actually it's something I downloaded

How to install using apt-get from local .deb files without Internet OR how to bypass sudo apt-get update

2011-05-09 Thread Narendra Sisodiya
I recently created a offline installer.. debbundle.. I got a bug in it.. Let me explain the process.. See code -> http://code.google.com/p/debbundle/source/browse/trunk/OneClickInstall_Deb_Creator?spec=svn10&r=10 To install vim-gtk, I am first downloading all deb package (and not installing it.)

Re: Booting a USB hard drive

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 09:02:45 -0700, Peter Bonucci wrote: > On Sunday, May 08, 2011 10:17:47 pm Klaus Wolf wrote: >> I think that this is not a debian related problem, The BIOS of your >> Laptop has to bi figured to use the USB-Drive for boot. >> > > The BIOS of this computer boots from all of m

Re: Disk Space Issues

2011-05-09 Thread Gilles Mocellin
Le lundi 09 mai, Michiel Piscaer écrivit : > Op 9-5-2011 10:48, Daniel Linux schreef: > >What you would do after you found a full filesystem? It is just a > >general question that was asked in my class of operating systems > >and nobody had an answer. > > > >Thanks, > > > >On Mon, May 9, 2011 at 4

What happened to OpenOffice 2.4.1?

2011-05-09 Thread Jason Hsu
What happened to OpenOffice 2.4.1? Where can I get the *.deb file for it? I know OpenOffice 2.4.1 is from Debian's Lenny branch, which is now oldstable. However, version 2 of OpenOffice is substantially lighter than version 3. I'm working on the creation of the new version (0.1.0) of Swift Linux

Re: What happened to OpenOffice 2.4.1?

2011-05-09 Thread Camaleón
On Mon, 09 May 2011 13:04:18 -0500, Jason Hsu wrote: > What happened to OpenOffice 2.4.1? Where can I get the *.deb file for > it? (...) It's there: http://packages.debian.org/lenny/openoffice.org And also in the snapshot directory: http://snapshot.debian.org/binary/openoffice.org/ I dunno w

Re: What happened to OpenOffice 2.4.1?

2011-05-09 Thread Boyd Stephen Smith Jr.
In <20110509130418.15f3f873.jhsu802...@jasonhsu.com>, Jason Hsu wrote: >What happened to OpenOffice 2.4.1? Where can I get the *.deb file for it? Lenny should still be available from most Debian mirrors. Even when it is finally retired, it will be available in the archives. Finally, almost any

Re: Multiple instances of udev daemon?

2011-05-09 Thread Christopher Judd
On Friday 06 May 2011 11:56:05 Simon Brandmair wrote: > Hello, > > On 6/5/2011 15:00 Christopher Judd wrote: > > Is it normal to have multiple instances of udev daemon running? > > I don't know if it is "normal". But on my system, I have three instances > of udev daemon as well. I was curiou

Re: Single mouse click registers as double click

2011-05-09 Thread Tom Furie
On Mon, May 09, 2011 at 06:56:24PM +0200, Nigel Henry wrote: > All I had to do was edit a line in /etc/X11/xorg.conf relating to the mouse. > > Section "InputDevice" "Generic Mouse" > > Option "SendCoreEvents" "true" > > I changed the above line from "true" t

Re: Trying to reinstall exim4

2011-05-09 Thread Freeman
On Sun, May 08, 2011 at 05:55:27PM -0700, Carl Johnson wrote: > I was trying out postfix but I was unable to get it working the way I > wanted, so I tried to purge postfix and reinstall exim4. I used > aptitude to select postfix to purge and to install exim4, exim4-base, > exim4-config, and exim

Upgrade to squeeze some menu stock items disappeared

2011-05-09 Thread Jeroen van Aart
After I upgraded from lenny to squeeze applets as well as the default gnome menus in the panel don't show (some) stock items anymore. I am talking about things suchs as http://developer.gnome.org/gtk/2.24/gtk-Stock-Items.html#GTK-STOCK-REFRESH:CAPS This actually also appears to happen with a v

Re: findfs does not find rootfs UUID [solved]

2011-05-09 Thread Rainer Dorsch
Am Sonntag, 8. Mai 2011 schrieb Rainer Dorsch: > Am Sonntag, 8. Mai 2011 schrieb Rainer Dorsch: > > Hello, > > > > I moved my root partition to a new SSD and used ext4 as filesystem. > > Everything works well, except that I get an error message during boot > > (which I think was not there before):

Re: Customising Debian install

2011-05-09 Thread Andrew Wood
I dont see why Gnome as a whole depends on Empathy. On a separate note, the task selection in the installer governs which packages are installed by default. If I wanted to make a custom derived distro presumably the first point of call (after creating my own repository and copying all the sta

Re: Customising Debian install

2011-05-09 Thread Erwan David
Le Mon 9/05/2011, Andrew Wood disait > I dont see why Gnome as a whole depends on Empathy. > > On a separate note, the task selection in the installer governs > which packages are installed by default. > > If I wanted to make a custom derived distro presumably the first > point of call (after cr

Re: Booting a USB hard drive

2011-05-09 Thread Peter Bonucci
On Monday, May 09, 2011 10:25:44 am Camaleón wrote: > On Mon, 09 May 2011 09:02:45 -0700, Peter Bonucci wrote: > > On Sunday, May 08, 2011 10:17:47 pm Klaus Wolf wrote: > >> I think that this is not a debian related problem, The BIOS of your > >> Laptop has to bi figured to use the USB-Drive for bo

Re: Single mouse click registers as double click

2011-05-09 Thread Tom Furie
On Mon, May 09, 2011 at 06:56:24PM +0200, Nigel Henry wrote: > All I had to do was edit a line in /etc/X11/xorg.conf relating to the mouse. > > Section "InputDevice" "Generic Mouse" > > Option "SendCoreEvents" "true" > > I changed the above line from "true" t

Re: Booting a USB hard drive

2011-05-09 Thread owens
- Original Message - From: Peter Bonucci To: debian-user@lists.debian.org Sent: 5/9/2011 4:02:45 PM Subject: Re: Booting a USB hard drive On Sunday, May 08, 2011 10:17:47 pm Klaus Wolf wrote: > Sorry, > > I think that this is not a debian related problem, The BIOS of > your Lap

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread mark
On Monday 09 May 2011 07:20:10 am Dotan Cohen wrote: > Windows keyboards come with a Menu key to the right of the > spacebar. Is this key used for anything in Debian? I can find no > use for it whatsoever so I am considering mapping it to something > more useful. In KDE (Lenny) it is mapped to the

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Doug
On 05/09/2011 07:20 AM, Dotan Cohen wrote: Windows keyboards come with a Menu key to the right of the spacebar. Is this key used for anything in Debian? I can find no use for it whatsoever so I am considering mapping it to something more useful. Thanks. Even if it was used for something, if *y

Kovboju pistoles, sekss un copēšana

2011-05-09 Thread Gunita
Pirmajā numurā lasi smieklīgus aprakstus par dažu vīriešu erekcijas pārstāvju potences problēmām un to, kā tie malači ar to tika galā. Tāpat iegūsti info, kur iegādāties labus medikamentus, un kā vīriešiem gāja makšķerējot Peipusā. Obligāti izlasi mūsu galvaspilsētas nekaunīgāko mauku jājēju

Re: Single mouse click registers as double click

2011-05-09 Thread Doug
On 05/09/2011 10:10 AM, godo wrote: On 2011-05-09 16:02, Lisi wrote: On Monday 09 May 2011 13:01:18 Ijon Tichy wrote: I've had this problem (a single mouse click being considered as double click) from quite a long time (almost two years) in two different computers, That's not a bug, that's a

Re: Is the Menu key used for anything in Debian?

2011-05-09 Thread Doug
On 05/09/2011 12:18 PM, Dotan Cohen wrote: for the same matter, does anybody know of a use for the Scroll Lock and Pause/Break keys? If I get rid of those keys, into what type of corner will I be painting myself? I've never used them, but if anybody does, in any environment, I'd really like to kn

Re: How to install using apt-get from local .deb files without Internet OR how to bypass sudo apt-get update

2011-05-09 Thread Bjørn Michelsen
On Mon, May 09, 2011 at 10:31:14PM +0530, Narendra Sisodiya wrote: Hey there, (...) > To install vim-gtk, I am first downloading all deb package (and not > installing it.) > > mkdir -p vim-gtk > mkdir -p vim-gtk/partial > sudo apt-get -y -o dir::cache::archives=./vim-gtk install --download-only

Re: Trying to reinstall exim4

2011-05-09 Thread Carl Johnson
Camaleón writes: > On Sun, 08 May 2011 20:45:00 -0700, Carl Johnson wrote: > >> Ron Johnson writes: >> >>> What *exact* command did you run? >> >> I used the curses interface to aptitude, so I just told it to install >> exim4 and remove postfix. I just tried a command line equivalent as >> fo

Re: Trying to reinstall exim4

2011-05-09 Thread Carl Johnson
Freeman writes: > On Sun, May 08, 2011 at 05:55:27PM -0700, Carl Johnson wrote: >> I was trying out postfix but I was unable to get it working the way I >> wanted, so I tried to purge postfix and reinstall exim4. I used >> aptitude to select postfix to purge and to install exim4, exim4-base, >

Re: Booting a USB hard drive

2011-05-09 Thread Arno Schuring
Peter Bonucci (peter.bonu...@verizon.net on 2011-05-09 13:21 -0700): > On Monday, May 09, 2011 10:25:44 am Camaleón wrote: > > On Mon, 09 May 2011 09:02:45 -0700, Peter Bonucci wrote: > > > On Sunday, May 08, 2011 10:17:47 pm Klaus Wolf wrote: > > >> I think that this is not a debian related proble

Re: Trying to reinstall exim4 [Solved]

2011-05-09 Thread Carl Johnson
Carl Johnson writes: > I was trying out postfix but I was unable to get it working the way I > wanted, so I tried to purge postfix and reinstall exim4. I used > aptitude to select postfix to purge and to install exim4, exim4-base, > exim4-config, and exim4-daemon-light. It seems to accept the

Please i wait to hear from you

2011-05-09 Thread Ian Davies
I am Ian Davies ;an accredited vendor of Alliot Groups, a subsidiary firm of Emirates International Holding (EIH); A private equity funds holding company that focuses on hedge funds. I have contacted you in the hope that you can be my associate by accepting to stand as the legal recipient to a Fi

Re: Nouveau Experiments (was: Re: grub-probe: error: cannot stat `/dev/root')

2011-05-09 Thread Stephen Powell
On Mon, 09 May 2011 01:45:33 -0400 (EDT), Boyd Stephen Smith Jr. wrote: > > The problem I am having is a bit more subtle. The framebuffer completely > fills my 19" monitor, but the framebuffer has gaps on the bottom and right of > my 24" monitor. Both are connected to the same physical card.

Solicitors Outsourcing Association: the essential competitive advantage

2011-05-09 Thread The SOA
Having trouble reading this email? Click here to view it in your web browser. How well are you managing your clients' great expectations? Nowadays, trust, empathy and good communication are all key to keeping clients satisfied. In an increasingly competitive landscape, it's easy to focus o

Re: Solicitors Outsourcing Association: the essential competitive advantage

2011-05-09 Thread Jeroen van Aart
The SOA wrote: Having trouble reading this email? Click here to view it in your web browser. This must be the most spam infested mailing list I have subscribed to, and I am only subscribed for half a day, 3 or 4 spam emails in about 8 hours. Has this list list been forgotten by its maintainer

Re: no network after hibernate

2011-05-09 Thread Kamaraju S Kusumanchi
Brian wrote: > On Mon 09 May 2011 at 08:20:00 -0400, Kamaraju S Kusumanchi wrote: > >> $cat /etc/network/interfaces | grep -v ^# | grep -v ^$ >> auto lo >> iface lo inet loopback >> auto wlan0 >> iface wlan0 inet dhcp >> wpa-conf managed >> wpa-ssid >> wpa-key-mgmt WPA-PSK >> wpa-psk > > I thi

Defending yourself

2011-05-09 Thread Ron Johnson
On 05/09/2011 11:00 PM, Jeroen van Aart wrote: [snip] This must be the most spam infested mailing list I have subscribed to, and I am only subscribed for half a day, 3 or 4 spam emails in about 8 hours. Has this list list been forgotten by its maintainer(s)? Aren't you running your own spam f

  1   2   >