On 06/02/2014 14:06, Tino Sino wrote:
It has been asked before, but with different answers, e.g.:
1) dpkg-query --list | awk '/^ii +/ { print $2; }'
2) dpkg --get-selections | cut -f 1
3) ... etc ...
Given that the output is the same:
$ diff \
<(dpkg --get-selections | cut -f 1) \
On 01/03/2013 09:41, Maroš Žilka wrote:
Hi,
I read in book about Linux file systems and at the end of chapter
there was one example in which author wanted to create dedicated
volume for /var coz it was mounted on root partition. Lets skip some
steps and assume we have prepared partition on disk
On 29/05/2012 17:28, lina wrote:
$ apt-get source htop/sid
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Ignore unavailable target release 'sid' of package 'htop'
E: Unable to find a source package for
Something wrong here?
As far as I experienced,
Le 09/04/2012 11:12, Pierre Frenkiel a écrit :
aptitude search ~i\!~M -F "%p"
This shows manually and automatically installed packages.
I get 2220 packages, (and 995 with "~i~M")
No, the above command doesn't show automatically installed packages.
Sorry, retry it without -F "%p" to
On 21/03/2012 11:01, Pierre Frenkiel wrote:
hi,
I wanted to upgrade from Squeeze to Wheezy, and as I saw in several places
that aptitude should be preferred to apt-get, I first tried with it.
I started with only 1 line in sources.list:
deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-
On 19/03/2012 15:13, Camaleón wrote:
On Mon, 19 Mar 2012 15:01:12 +0100, Nicolas Bercher wrote:
On a Squeeze, I'm trying debootstrap with variant fakeroot:
$ sudo debootstrap --arch=amd64 --variant=fakeroot squeeze
debootstrap-squeeze-amd64
E: unsupported variant
(...)
By re
On a Squeeze, I'm trying debootstrap with variant fakeroot:
$ sudo debootstrap --arch=amd64 --variant=fakeroot squeeze
debootstrap-squeeze-amd64
E: unsupported variant
This is exactly bug 319100[1] (2005), which is tagged as "fixed":
- the error is the same,
- the man page states:
On 06/02/2012 02:01, Stayvoid wrote:
BTW, there is another program called "hibernate." Which one is the best?
Under Trinity desktop, I use the kde3 applet kpowersave. I can configure
it to do custom things. Sometimes, and on some machines, hibernating or
suspending to ram fails when triggered
On 04/02/2012 23:54, Stayvoid wrote:
It's possible that I've not installed something important because I've
used debootstrap to install the system.
Maybe you missed the tasksel step, on my squeeze, I have:
$ tasksel --list-tasks
u desktop Graphical desktop environment
u web-server
What about the use of ulimit or any other tool that your sysadmin could control?
On the other hand, these solutions seem ok:
http://stackoverflow.com/questions/1537956/bash-limit-the-number-of-concurrent-jobs
Nicolas
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a
On 31/01/2012 03:19, Cam Hutchison wrote:
seq 0 108 | xargs -I@ -P8 cat A_@.txt B_@.txt C_@.txt -o ABC_@.txt
Of course, this is (since cat -o doesn't exist):
seq 0 108 | xargs -I@ -P8 cat A_@.txt B_@.txt C_@.txt > ABC_@.txt
but "> ABC_@.txt" is out of the scope of xargs.
Nicolas
--
To UN
On 23/01/2012 19:58, Andrei POPESCU wrote:
On Lu, 23 ian 12, 14:40:40, Nicolas Bercher wrote:
An abandoned project, tra by Russ Cox, was about synchronizing several
computers (N>=2) "the way" unison does for two computers only:
http://swtch.com/tra/
I think, the underlying
Hal Vaughan a écrit :
Anything I search for to find this keeps giving me links to backing up your
home directory, and I know how to do that.
What I'm concerned with is setting the home directory in /etc/rsyncd.conf. In
other words, if I type:
rsync thisdir me@backupsys::Backup
How can I spe
Dan a écrit :
I use rdiff-backup it uses the rsync alorythm but it keeps the
increments so you can recover deleted files or the old form of file. I
makes weekly backups and delete files in the backup files which are
older than 3 months.
Take care with --remove-older-than option, as the man page
Tony van der Hoff a écrit :
On 21/01/12 16:23, Camaleón wrote:
On Sat, 21 Jan 2012 15:55:07 +, Tony van der Hoff wrote:
(...)
Whilst this is usable, I can't help but think it's a bit clumsy. Does
anyone know of a replacement for (or addition to) rsync that will
synchronise both ways?
So
On 12/01/2012 07:36, lina wrote:
On Thursday 12,January,2012 02:29 PM, Scott Ferguson wrote:
Putty
They did not have putty installed.
You can download and use putty without being system admin.
I used it everywhere, even in internet shops.
Nicolas
--
To UNSUBSCRIBE, email to debian-user-re
On 12/01/2012 13:38, Sharon Kimble wrote:
I have a USB external hard drive for my backups which is formatted ext
3. It is currently named as
'/media/8eef3b99-c17b-4913-ae61-d34c7fd5d459_ ' and mounted via fstab.
I've tried using e2label as follows;-
sudo e2label /media/8eef3b99-c17b-4913-ae61-d3
On 11/01/2012 20:22, Panayiotis Karabassis wrote:
I remember from some installation (either Debian or Ubuntu) being asked to type
keys to
have the installer detect my layout. I wonder, does anyone know the name of
this program,
and the package that provides it?
I used this tool some years ago
On 11/01/2012 22:03, Celejar wrote:
Do I have to do something after modifying /etc/uswsusp.conf such
as updating initramfs?
Yes - I've often had similar problems, and I'm pretty sure that
updating the initramfs is required. [I suspend to a swap LVM volume on
top of a LUKS container.]
OK, I'll
Hi,
I enjoy suspend to disk using s2disk (package uswsusp) on several
computers. However, on a laptop (dell e4200 with SSD drive),
s2disk succeeds in hibernating the laptop (s2disk) but can't find
the swap device, /dev/dm-2, on reboot in order to reload the
system. I've checked for it: swap is
Darac Marjal a écrit :
On Thu, Jan 05, 2012 at 03:43:22PM +0100, Vincent Lefevre wrote:
I was in this situation myself a while ago and decided that the best
solution was as follows:
* Before upgrading, take an LVM snapshot (this, of course, assumes
you ARE on LVM).
* Per
Jude DaShiell a écrit :
First make sure they'll load after running emacs and hitting meta-x and
keying in the file names. Then read the original .el files for
instructions. I expect you'll find code in them starting with (require
that needs to be inserted in your .emacs file to have these loa
Something is driving me crazy as it seems to be so trivial.
I have a bunch of .el files I'd like emacs to load on startup (emacs-22,
Lenny). I saved them to ~/.emacs.d/elisp/:
$ ls -l ~/.emacs.d/elisp/
total 8
-rwxr-xr-x 1 nbercher nbercher 496 déc 2 10:23 nb-org-mode.el
-rwxr-xr-x 1 n
Darac Marjal a écrit :
On Thu, Dec 01, 2011 at 12:19:06PM +0100, Jochen Spieker wrote:
Nicolas Bercher:
I'd like use set up a crontab rule from 6 am to midnight, and crontab(5)
mentions:
field allowed values
hour 0-23
Then, I tried something like:
*/10 6-0 * * 1
Hi,
I'd like use set up a crontab rule from 6 am to midnight, and crontab(5)
mentions:
field allowed values
hour 0-23
Then, I tried something like:
*/10 6-0 * * 1-5 my-script
Can this be correct or do I face an overlap issue? (I mean since 0 is the
begining of the *nex
On 24/11/2011 10:00, Paul Isambert wrote:
not to mention the book I could have bought instead...
You mean the ethernet wire, isn't it? Bad joke.
Nicolas
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.
> De : Hugo Vanwoerkom
>> It seems you're rong since this driver is not reported to be supported
> in squeeze (requires linux > 3.0, etc.).
>> Wiki's explaination are valid only for wheezy. Hence, a squeeze user
> must use testing and unstable repositories to get fresher packages, this
> pro
> De : Paul Isambert
> Ouch. That means uninstalling/reinstalling Debian, since I can't update via
> the network (or I'll really have to buy ethernet cord). Perhaps another
> solution will be proposed? If it comes to reinstalling, then I'll do so, but
> I'd prefer not to.
No, you never need to
> De : Hugo Vanwoerkom
> À : debian-user@lists.debian.org
> Cc :
> Envoyé le : Mardi 22 Novembre 2011 16h09
> Objet : Re: Make WiFi work.
>
> I guess if you see this you solved your problem or you are on window$.
> Did you look at:
> http://wiki.debian.org/rtl819x
>
> That describes how to set
hI,
Your card seems to be a pci-e one. According to this page
http://wiki.debian.org/rtl819x#Drivers
I think you should upgrade your linux kernel to some version > 3.0.0 since
support for your wireless card has started with kernel
3.0.0~rc1-1~experimental.1.
To do so, you must install a fre
On 03/09/2011 23:03, shawn wilson wrote:
So, I can understand your frustration but, 4 discs out of how many thousands
they make
every day? That's not that conclusive. That said, iirc the reviews about a year
ago did
say that this was a very consumer drive. I don't remember hearing them break
b
On 14/07/2011 00:20, Selim T. Erdogan wrote:
Probably not relevant, but:
Some time ago, on the console, I noticed that the "windows key" would
turn the caps lock on and off (I think without turning on the led).
Though I just tested this and didn't reproduce it.
You are right, and here (tty1) I h
I remember that the first time I had this issue really regularly, it was when I had a new
keyboard from Dell at work (and maybe a new machine with it!) a SK8115 if I remember well.
The fact is that I'm quite sure I didn't have such issues with old noname keyboards at
home or older brand keyboar
On 14/07/2011 02:44, lee wrote:
Do you have a Hungarian keyboard?
No, of course I tried this keeping the french layout.
But two options were really confusing to me and my muscle memory:
- "ctrl:swapcaps" : swaps left ctrl with caps
- "nodeadkeys" : wasn't able to do ^-e to get ê
Nicolas
-
On 12/07/2011 17:23, Csanyi Pal wrote:
XKBMODEL="pc105"
XKBLAYOUT="hu"
XKBVARIANT="nodeadkeys"
XKBOPTIONS="ctrl:swapcaps"
BACKSPACE="guess"
I tried that and it was really ugly !!!
Nicolas
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble
On 12/07/2011 23:01, lee wrote:
What exactly means "reversed"?
Sometimes the num/caps lock led is on, but the actual underneath function if off, and vice
versa.
Nicolas
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas
On 12/07/2011 23:01, lee wrote:
What exactly means "reversed"?
Sometimes the num/caps lock led is on, but the actual underneath function if off, and vice
versa.
Nicolas
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas
On 12/07/2011 17:23, Csanyi Pal wrote:
I did the following:
Edited:
$ sudo mcedit /etc/default/keyboard
XKBMODEL="pc105"
XKBLAYOUT="hu"
XKBVARIANT="nodeadkeys"
XKBOPTIONS="ctrl:swapcaps"
BACKSPACE="guess"
according to man keyboard
XKBOPTIONS may have values described here:
$ mlocate xorg.l
Hi ,
It's been a while (years!) that I sometimes find my keyboard's capslock/numlock keys
behaving reversed at times. This is often the case after: wackup-from-/any/, using qemu
or as the result of unidentified operations.
Does anyone here know how to get rid of this? Avoid it, restore the
On 05/07/2011 00:11, Joey Hess wrote:
I keep my user crontabs in ~/.cron/$user/$hostname and only change those
files then feed to cron. This allows keeping them in git and eg, pushing
crontab changes out to machines.
This is really cool, I thought about something like that but didn't spent the ti
On 04/07/2011 21:35, consul tores wrote:
If you use Lilo, then look for mbr copy.
If you backed up your MBR, maybe it's time to recover it (on a copy hard drive as well) to
restore the partition table (hope your xfs partition haven't changed too much).
Nicolas
--
To UNSUBSCRIBE, email to debi
On 04/07/2011 19:17, Joey Hess wrote:
That is unnecessarily complicated. You can instead use an @reboot
cron job, which can be set up using crontab -e by any user without
root. For example:
@reboot screen -d -m -S rtorrent rtorrent
OK, this sounds really interesting. I've always been thinking o
On 04/07/2011 18:19, Ramon Hofer wrote:
Why don't you put it into the debian wiki or somewhere else?
I was googling for such a script for several days.
Like that you can share it even easier :-)
Don't know really, maybe I originally intented to give it to people I know.
That's an idea...
I p
On 04/07/2011 15:59, wolf python london wrote:
I thought you were a young
MAN geek, full of energy
and helpful ! You are so active in this list!
Actually, I thought the same!
It's funny to realize what we're able to (deeply) imagine, just on the base of
a few details!
Nicolas
--
To UNSUBSCR
On 04/07/2011 13:25, Ramon Hofer wrote:
Wow, this really is perfect!
I did what you told me and it works like a charm :-)
Thank you!
Indeed, it's a great pleasure for me to share this script! When I wrote it, I was
particularly proud and then I polished it with the idea in mind to be able to
On 04/07/2011 14:37, Axel Freyn wrote:
Hi,
So, the question is, how much is this data worth to you? If you made a
backup before you started playing with it, it might not be more than $500
for a data recovery company to get your stuff back. If you didn't make that
post 'oh shit' backup, your ch
On 04/07/2011 05:08, Khosrow Hassani wrote:
Hi,
I am running kvm 0.12.5 from Squeeze. the problem I am having is that
kvm -hda disk1.img -hdb disk2.img doesn't give me 2 drives in my Windows
xp inside kvm, even when I run it as root. only the first disk where
windows is installed shows up! I crea
On 04/07/2011 10:15, Ramon Hofer wrote:
Hi all
I'd like to start rtorrent automatically when the system boots.
Does anybody have a init.d script for that?
I have the perfect script for you!
Here it is:
http://users.klvb-larve.org/nico/bin/bash/rtorrent-user.username
You must copy it in /etc
On 25/06/2011 19:58, lee wrote:
T o n g writes:
On my system the /dev/cdrom is actually DVD while My CD is actually /dev/
cdrom1. This confuse most of the media software. How can I fix it?
Do you have entries about these devices in /etc/fstab?
Be careful that entries in /etc/fstab are only
On 28/06/2011 20:48, Tom Furie wrote:
Or perhaps edit /etc/udev/rules.d/70-persistent-cd.rules so that the
devices get the links in /dev that he wants.
Cheers,
Tom
I also think this is the solution because udev names devices on startup, so if you want
something permanent, that's the way to do i
On 03/07/2011 15:10, Adrian Levi wrote:
I don't see anything on the screen, Can't wake up the screen (it goes
blank) no oops, no nothing. Dosen't even respond to a num-lock,
caps-lock button press.
Adrian
OK, so you may want to use a live cd to inspect the Debian logs...?
Nicolas
--
To UNSUB
On 03/07/2011 09:43, Adrian Levi wrote:
My home server has been experiencing instability issues running Debian stable.
My issue is I have no sound output and overnight the computer will
hard lock-up so that the num-lock light won't even toggle.
I updated to 2.6.38 thinking it might be a kernel c
On 03/07/2011 10:25, alex.pad...@laposte.net wrote:
Hi,
I would like to know if the root have a graphical environnement ?
I don't connect with login root with the password of root but in
terminal window I can connect me as root.
Regards.
Alex PADOLY
Probably because you have to authorize X co
On 15/06/2011 19:32, Hans-J. Ullrich wrote:
1. An option, to read the changelog BEFORE a package is installed or upgraded.
When invoking aptitude from the command line, and when aptitude asks you if you agree with
the things to install/remove*, you can type 'c ' to see the Debian changelog.
Nic
On 15/06/2011 21:17, Dan wrote:
Therefore I am just
going to sync the names between the two machines. To do that I guess
that I just need to change the file /etc/passwd and /etc/group Should
I update the names somewhere else?
If you have data you want to keep under /home/*/ on your various machin
On 15/06/2011 01:56, Dan wrote:
In NFSv3 there should be
an option map_static to map de UIDs and GIDs but for some reason it
does not work. It seems that I have to use the package nfs-user-server
to use that option, but it does not exist in squeeze
http://www.spencerstirling.com/computergeek/NFS_
On 12/06/2011 16:02, Chris Davies wrote:
Nicolas Bercher wrote:
Maybe the pop3 side config in fetching e-mails, leaving them on the
server, etc. has an effect on the imap side.
I should expect that reading a message with POP would indeed mark it as
read for the IMAP presentation. IMO this
On 12/06/2011 17:14, Nicolas Bercher wrote:
...but, the tricky thing is that I can't turn off the pop3 option
WITHOUT setting up a mail transfert...! This is really stupid: it is
impossible to disable the two options at the same time!
In order to continue my investigations, I created an
On 12/06/2011 16:02, Chris Davies wrote:
Nicolas Bercher wrote:
Maybe the pop3 side config in fetching e-mails, leaving them on the
server, etc. has an effect on the imap side.
I should expect that reading a message with POP would indeed mark it as
read for the IMAP presentation. IMO this
On 12/06/2011 16:02, Chris Davies wrote:
Nicolas Bercher wrote:
Maybe the pop3 side config in fetching e-mails, leaving them on the
server, etc. has an effect on the imap side.
I should expect that reading a message with POP would indeed mark it as
read for the IMAP presentation. IMO this
On 11/06/2011 15:35, Camaleón wrote:
On Fri, 10 Jun 2011 22:13:20 +0200, Nicolas Bercher wrote:
(...)
However, I have two issues that might concern many people here that uses
icedove and have yahoo mailboxes:
1. Near every messages that arrive into inbox and are marked as read,
but not
On 10/06/2011 22:55, PaulNM wrote:
On 06/10/2011 04:13 PM, Nicolas Bercher wrote:
Hi,
1. Near every messages that arrive into inbox and are marked as read,
but not all of them. This seems to be an imap side-problem: my account
was freshly set up and I never saw this before with account from
Hi,
I recently set up my yahoo.fr account (this one) as an *imap* mailbox under thunderbird.
I've waited a long time for this to happen and with the success of smart phones, it seems
that yahoo enabled an imap server, but didn't communicate that much for regular users (the
one who got their ac
Sorry: the MAC I wrote is too long, please read aa:bb:cc:dd:ee:ff instead.
Nicolas
--
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/4de79491.7070...@yahoo.fr
Hi,
I want to start a virtual machine and be able to connect to it from the host. Reading the
qemu manual, I found I have to use "-net nic" to choose both NIC MAC and model and "-net
user" in order to define port forwards from host to guest.
I want to forward ports (tcp) this way:
host:256
Le 10/09/2010 18:19, Elmer E. Dow a écrit :
When typing on my laptop, occasionally my cursor will skip back (up) a
few lines and I'll be entering text in the midst of text previously
entered. Sometimes I can't reproduce it, but this morning when typing
the word "we're" the cursor would jump up
Hi everybody,
I wish to give a try to Trinity (KDE 3.5 fork) on Squeeze.
But as I do
aptitude install desktop-base-trinity kde-trinity
it asks me to replace desktop-base & sudo packages with
desktop-base-trinity & sudo-trinity.
Have you guy tested it? Is it safe to replace such sensible pa
On 09.06.2010 09:45, Mathieu Malaterre wrote:
Hi there,
Has anyone installed a debian stable + nvidia driver recently. I am
stuck with linux kernel 2.6-26, I do not understand exactly what is
going on with backports:
http://packages.debian.org/lenny-backports/linux-headers-2.6-amd64
I e
Hi,
Does anyone knows what technologies are involved behind snapshot.debian.org?
I'm interested in snapshot file systems and I'm looking for nice
solutions running on Debian. An example which looks perfect is the Plan9
fossil/venti solution (http://plan9.bell-labs.com/magic/man2html/4/fossil)
T
Hi,
Sorry if this has already been discussed here, but I can't find a
working solution (I googled it).
I read the mailing archive (here:
http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg668446.html
), and it seems that I need to install both mplayer and FFmpeg as
synchronized p
Hi,
I'm looking for a way to automatically share the latest Debian CD/DVD
images via torrent.
Before thinking about how to implement it myself, I'd like to know if
anyone has developped something like this yet.
In France where I live, a new stupid law (HADOPI) about the control of
file trans
David Fox a écrit :
On Fri, Apr 17, 2009 at 1:36 AM, Nicolas BERCHER
wrote:
On another computer with the same grip version, it works good.
Could that be related to a CD drive problem? Any idea?
You might want to further troubleshoot the problem by using a
lower-level tool such as
Hi,
On one of my Debian systems, grip is unable to extract the first track
of any audio CD.
$ apt-cache policy grip
grip:
Installé : 3.3.1-15+b2
Candidat : 3.3.1-15+b2
Table de version :
*** 3.3.1-15+b2 0
500 http://ftp.fr.debian.org stable/main Packages
100 /var/lib/dpkg/status
Hi,
I often have 100% CPU usage when I visit "full-of-flash-web sites"
(fortunately, I run on a dual core CPU!)
It depends on the site I visit: on myspace, this is horrible (yes
myspace has horrible page layouts and people abuse on flash gadgets...),
on other sites this is OK.
So I configured
Finally, I've solved the problem for my distro (stable/testing/unstable
mix):
Upgraded Iceweasel to sid/main 3.0.3-2 and installed back
flashplugin-nonfree (tested flashplayer-mozilla this morning with no
success with Iceweasel 3.0.1 & 3.0.3).
Does it work for you ?
N.
Hi,
with Iceweasel 3.0.
Hi,
with Iceweasel 3.0.1 & flashplayer-mozilla, I have many problems with
flash plugin on myspace, lastfm, etc.
It seems that's because of the recent Iceweasel upgrade I did.
How about you ?
N.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [
Remove "nodeadkeys" from the Xorg.conf and you are done.
I am using german, french and turkisch and
have had never problems with NEdit...
Hi,
I don't have this option enabled in my /etc/X11/xorg.conf.
So what am I doing wrong ?
I also tried with luit:
LANG=fr_FR luit /usr/bin/nedit
Thank you for your interest !
What kind of hardware (processor, chip-set) are you using?
CPU: Core 2 Duo [EMAIL PROTECTED]
Chipset: Intel MCP51 (see below for details !)
What is the result of the following commands?
cat /proc/cpuinfo
lspci -vv
cat /proc/interrupts
For example, my notebook wi
I solved some of the problems I had:
My computer serves both as a web server and as a personal desktop
computer, so my KDE sessions can be a few days, weeks or months long !
The problem with my sound card is solved and is due to a mistake I did
when I changed the groups my login is part of (wron
Note: When the problem occured, cat
/sys/devices/system/clocksource/clocksource0/current_clocksource
returned "jiffie"
After reseting the computer it returns "tsc".
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Since my last mail, I rebooted the machine (using reset, init 6
wasn't able to reboot after a few minutes).
Just before reseting, top was long to start displaying stats and then
it started to work nice (normal speed) and showed % CPU usage on
certain processes !
It was not often the case,
Sjoerd Hardeman a écrit :
Nicolas BERCHER wrote:
Celejar a écrit :
On Mon, 22 Sep 2008 22:26:36 +0200
Nicolas BERCHER <[EMAIL PROTECTED]> wrote:
Hi,
Since yesterday, some processes are really slow on my Lenny/Sid.
KDE clock is 10 hours late, bash is really really slow, ke
Celejar a écrit :
On Mon, 22 Sep 2008 22:26:36 +0200
Nicolas BERCHER <[EMAIL PROTECTED]> wrote:
Hi,
Since yesterday, some processes are really slow on my Lenny/Sid.
KDE clock is 10 hours late, bash is really really slow, keyboard
repetition seems broken or really long to start, et
Hi,
Since yesterday, some processes are really slow on my Lenny/Sid.
KDE clock is 10 hours late, bash is really really slow, keyboard
repetition seems broken or really long to start, etc.
I found this in /var/log/messages:
[1510354.692239] Clocksource tsc unstable (delta = 51799116882 ns)
Can
OK, I found an acceptable solution: download NEdit from here
http://www.nedit.org/ftp/v5_5/executables/ to get an well linked binary,
install it into /usr/local/ !
(Sorry Debian packagers, but I really need to work with NEdit. ;-) )
N.
OK, I found something "interesting": when it begins to be bu
OK, I found something "interesting": when it begins to be buggy,
accentuated characters only fails when I open multiple files in tabs, on
every tabs except the tab of the first file I opened via the command line...
stupid rule...
I know that NEdit is considered stable only when linked to specif
I think you should just backup your / with rsync and its option
--exclude-from in order to ignore /proc, /sys, /mnt, /media, /tmp and so
on...
Simply put items to ignore into a text :
/proc
/sys
/tmp
/mnt
/media
...
then call rsync:
rsync --exclude-from=...
Indeed, It is also possible to o
Hi,
I use NEdit all day long to draft ma thesis (LaTeX), I work under
lenny-sid/KDE (3.5.9) and I use bash under Konsole.
When I write in french, I use to call NEdit this way:
LANG=fr_FR /usr/bin/nedit &
since my locale is LANG=fr_FR.UTF-8.
It works good for a while (I mean I have all cha
88 matches
Mail list logo