Re: diff files matching a pattern

2008-02-24 Thread strawks
ant to do >> >> diff -r dir1 dir2 [...] > for i in `seq 1 50`; do diff dir1/file$i.txt dir2/file$i.txt > > diff$i.txt ; done you could also do something like this (using patterns) : for var in dir1/file*.txt; do diff "$var" dir2/ ; done - -- strawks -BEGIN PGP SIGNA

RSCDS and iceowl (aka sunbird)/iceowl-extension (aka lightning) timezone

2008-01-19 Thread strawks
to this on google. Does anyone encountered something similar? regards, strawks -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHkkPx+2TXLlA5m78RApPGAJ9LnG22nIeyiyZji99yWrnmIwOVpgCfQKvo dIqQKcFkLERRrEis15qHt40= =viH

Re: cpufreq

2007-12-31 Thread strawks
no or unknown cpufreq driver is active on this CPU Try loading the acpi-cpufreq module (I'm using this one on a centrino laptop). -- regards, strawks signature.asc Description: This is a digitally signed message part

Re: Inconsistent screen resolutions depending on how X was started

2007-12-29 Thread strawks
esolution to the X server, so you can probably use : startx -- -dpi 85 regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Question about torrent

2007-12-29 Thread strawks
he same on the command line. > >> > > min-port 6881 and max the same. > > > So what's the crack? set a higher value for the max, something like 6890 would allow you to have at most 10 torrents at the same time. strawks signature.asc Description: This is a digitally signed message part

Re: Question about torrent

2007-12-29 Thread strawks
can use gconf-editor to check these (in the package gconf-editor) strawks signature.asc Description: This is a digitally signed message part

Re: Question about torrent

2007-12-29 Thread strawks
an also try some other clients like transmission or ktorrent, they only need one port even when downloading multiple torrents. regards, strawks signature.asc Description: This is a digitally signed message part

Re: How to uzip rar files?

2007-12-29 Thread strawks
Hi, > somebody can give ana advice how to unzip rar files, please? > Ark does not work. I suppose the package rar is not installed on your system. Install this package (apt-get install rar) and Ark should be able to extract rar archives. Note: rar is in the non-free section regards, s

Re: IPv6 routing issue

2007-12-29 Thread strawks
. Is this the way things should be setup? What is the purpose of these scope:link addresses? Thanks for your help and your time. -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: IPv6 routing issue

2007-12-29 Thread strawks
--- nadia.irken.org ping statistics --- 9 packets transmitted, 9 received, 0% packet loss, time 8002ms rtt min/avg/max/mdev = 0.233/0.341/1.179/0.296 ms -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: IPv6 routing issue

2007-12-29 Thread strawks
bal valid_lft forever preferred_lft forever inet6 fe80::4f8:202:202:2/64 scope link valid_lft forever preferred_lft forever -- strawks <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: IPv6 routing issue

2007-12-28 Thread strawks
on't see what's wrong with my setup. Anyway thanks for your reply. strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

IPv6 routing issue

2007-12-28 Thread strawks
n it stops working. I presume this has something to do with the neighbor solicitation/advertisement feature, but I don't know how to solve the problem. Please let me know if you need additional informations. Any help would be greatly appreciated. -- strawks <[EMAIL PROTECTED]> signatu

Re: How to reprobe scsi devices?

2007-12-27 Thread strawks
usly rescan a scsi bus. Maybe scsidev will also be of some use, take a look at the manpages for the details. This two utilities comes with the package scsitools. regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ip redirect

2007-12-19 Thread strawks
-t nat -A PREROUTING -i interface -d 87.10.123.32 --to-destination 192.168.1.10 -j DNAT Take a look at iptables manpage for the details. Hope this helps, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: System Lockup

2007-12-11 Thread strawks
IC-SYSRQ=y > > > So its there. Either I did something wrong or it doesn't work with the > problem I encountered. Correct me if I'm wrong, but I thought sysrq should work in any case but hardware problem as it's done directly in the IRQ handler. -- regards, strawks

Re: execution automatique a la deconnection sous gnome

2007-12-11 Thread strawks
dm ou autre) le script $HOME/.xsession sur ton compte. Par ex) : #!/bin/sh # Lancement de la session gnome-sesion # cette ligne est atteinte seulement lors de ladeconnexion # Fin de la session -- Regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: UPS

2007-12-03 Thread strawks
UPS here : http://www.networkupstools.org/compat/ regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: weird empty dir

2007-12-01 Thread strawks
that big (space for file list is allocated when needed but not freed when files are deleted). regards, strawks. signature.asc Description: This is a digitally signed message part

Re: please help about etch

2007-11-30 Thread strawks
t for your hard drive directly into the kernel or add initrd support (option --initrd of make-kpkg). If you already have support for initrd check that your boot loader effectively load the correct initrd image. regards, strawks signature.asc Description: This is a digitally signed message part

Re: how to detect the number of processors ?

2007-11-28 Thread strawks
rnel could show 2 CPUs if there is only one, as each CPU are initialized one after another. -- regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Logitech mouse V220 : tilt wheel buttons not working

2007-11-28 Thread strawks
config file) change depending on what devices are connected and the order in which they are connected and so I can't use this option. It seems that my config is correct and the bug comes in fact from the evdev driver itself (http://www.mail-archive.com/[EMAIL PROTECTED]/msg69202.html) regards, s

Logitech mouse V220 : tilt wheel buttons not working

2007-11-28 Thread strawks
Option "SendCoreEvents""true" EndSection The only related thing in the X log is : (EE) Logitech V220: cannot open input pEvdev (II) UnloadModule: "evdev" (EE) PreInit returned NULL for "Logitech V220" Does anyone has experienced the same problem? Any help would be appreciated. -- strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: New box

2007-02-20 Thread strawks
is terribly slow (this come from the fact that when a read command is issued to a IDE device, this device will claim the bus until the request completes, and as you know CD/DVD reading is very slow compared to HD). -- regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: strange processor (slow

2007-01-07 Thread strawks
ling 2.6.17 and later, so yes it may help. -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: strange processor (slow on AC, normal on battery)

2007-01-07 Thread strawks
have some time I'll try to see what has changed between the 2.6.16 and 2.6.17 kernel, but I'm not an expert. -- regards, strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: strange processor (slow on AC, normal on battery)

2007-01-07 Thread strawks
ow i am > so thankful that it seems to be hardware problem... > Unfortunately I don't have this problem solved. I tried on another similar laptop as mine (I have an Asus A6VA and tried on an A6VM) and there is the same problem. Do you also have an asus laptop? -- regards, st

Re: Disk space not re-claimed, because of loop mount?

2007-01-07 Thread strawks
00:01:40 [loop4] > root 6234 1 0 17:45 ?00:00:00 [loop5] > > please comment > Maybe the loop device is still set up even after unmounting it. Try the following command (replacing the loop device if necessary) : losetup /dev/loop0 To delete a loop device use : losetup -d /dev/loop0 -- regards, strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: strange processor (slow on AC, normal on battery)

2006-12-22 Thread strawks
On jeu, 2006-12-21 at 21:39 +0100, Matus UHLAR - fantomas wrote: > On 21.12.06 20:44, strawks wrote: > > I don't have any governor loaded when testing it, just the processor > > module, without speedstep-centrino and cpufreq-* modules. > > in such case it may be the

Re: strange processor (slow on AC, normal on battery)

2006-12-22 Thread strawks
8-50°C when idle, it can go up to more than 60°C when compiling. Fan is running properly. regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: strange processor (slow on AC, normal on battery)

2006-12-21 Thread strawks
On jeu, 2006-12-21 at 21:39 +0100, Matus UHLAR - fantomas wrote: > On 21.12.06 20:44, strawks wrote: > > I don't have any governor loaded when testing it, just the processor > > module, without speedstep-centrino and cpufreq-* modules. > > in such case it may be the

Re: strange processor (slow on AC, normal on battery)

2006-12-21 Thread strawks
ttery or on AC power). What is strange is that it seems that I'm the only one having this issue and only on my laptop. regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

strange processor (slow on AC, normal on battery)

2006-12-20 Thread strawks
stock 2.6.16-2 kernel since this is the last working kernel on my laptop. Does anyone have seen the same behaviour on another laptop or desktop? Googling around didn't get me anything. Any hint would be appreciated. regards, strawks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: How does wdm detect and store window manger sessions?

2005-08-11 Thread strawks
erstood the > question though, and also previous answer... > > Javier. I also use the .xsession but I think the question was how to add WM in the wdm login window (the drop downlist at the left of the window). -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: How does wdm detect and store window manger sessions?

2005-08-11 Thread strawks
n separated list of window managers to use as options in the login panel. Note that if you include the path to the window manager, it will look ugly. You may set this resource to None if you want only NoChange to appear. -- strawks <[EMAIL PROTECTED]&g

Re: Standard 2.6.8 Debian kernel is not working!! Why? Please help!

2005-07-31 Thread strawks
'm not a member of the list, so please use the cc. Did you specify the right initrd.img to use to your bootloader (lilo or grub)? -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: printer

2005-07-29 Thread strawks
c-filters-ppds: usr/share/ppd/Samsung/Samsung-ML-1710-gdi.ppd.gz [...] Install this package then restart CUPS and your printer should be listed. -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: printer

2005-07-28 Thread strawks
stalled Sarge. What's the solution. I am trying to configure my > Samsung 1710 printer. Thanks, > > rajiv > Is the package cupsys installed? -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: pstopdf possible

2005-07-25 Thread strawks
$ apt-file search ps2pdf autoconf-archive: usr/share/autoconf-archive/ac_prog_ps2pdf.m4 autoconf-archive: usr/share/doc/autoconf-archive/htmldoc/ac_prog_ps2pdf.html gs-common: usr/bin/ps2pdf gs-common: usr/bin/ps2pdf12 gs-common: usr/bin/ps2pdf13 [...] I tried ps2pdf with a simple ps, it seems

Re: where do they go?

2005-07-24 Thread strawks
, > HOW CAN I? > > If you don't *KNOW* why do you bother replying with such idiocy? Can't you just mount your memory card and copy the file with cp or nautilus? -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: 2 monitors on Nvidia GeForce 5700LE using x.org

2005-07-22 Thread strawks
look at the appendix P of the nvidia README.txt file (Configuring Multiple X Screens on One Card) -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Server crashing (revisited)

2005-07-22 Thread strawks
your server is running is not sufficient to make sure your ram is OK, you should boot memtest from your bootloder (lilo/grub). -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: comments about hardware

2005-07-22 Thread strawks
On jeu, 2005-07-21 at 21:50 -0500, Ron Johnson wrote: > It's almost the same, from what I've read. Here you can see the differences : http://www.theinquirer.net/?article=13344 http://reviews.zdnet.co.uk/hardware/processorsmemory/0,39024015,39193811,00.htm -- strawks <

Re: Bizarre ls Behavior

2005-07-22 Thread strawks
On ven, 2005-07-22 at 18:11 +1000, Geoff Reidy wrote: > $ dpkg -S '/usr/bin/\[' > coreutils: /usr/bin/[ > > Must admit I never knew it was a separate binary. it's also a shell builtin (at least in bash) $ type [ [ is a shell builtin -- strawks <[EMAIL PROTECTED

Re: comments about hardware

2005-07-21 Thread strawks
ce gain with a dual core are higher, but I never read anything about it. -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Kernel and compiler version?

2005-07-21 Thread strawks
Hi, On Thu, 2005-07-21 at 11:29 -0400, Ishwar Rattan wrote: > Is there way to find out what version of gcc it was compiled > with? 'uname -a' does not tell the gcc info. you can find it in /proc/version -- strawks <[EMAIL PROTECTED]> signature.asc Description: This

Re: Numlock at startup?

2005-07-21 Thread strawks
x user # 330034 > May this be a good day for learning > > -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Server crashing

2005-07-19 Thread strawks
On Tue, 2005-07-19 at 13:52 -0500, Josh Battles wrote: > strawks said: > > The best way to avoid RAM problem is to buy ECC RAM. This way if your > > RAM has a failling cell, you'll know it. > > ECC RAM is expensive and RAM errors are relatively rare nowdays, I don&#

Re: Server crashing

2005-07-19 Thread strawks
ious hardware problem and I need to start replacing stuff? > > > > Curtis > > The only time this happened to me was when I had broken RAM. > > Can you afford to run memtest on the machine for a couple of days in order to > rule it out. > > I swapped the RAM into anoth

Re: window manager: move without raisiing window?

2005-07-19 Thread strawks
Hi, On Tue, 2005-07-19 at 12:57 -0400, Daniel B. wrote: > Besides FVWM, which window managers can move and resize windows without > raising and/or focusing them? IceWM is one of them (by using Alt+Left drag and Alt+Right drag) -- strawks <[EMAIL PROTECTED]> signature.asc Descript

Re: No mouse or keyboard on startup

2005-07-19 Thread strawks
ches KDE without a mouse or keyboard connected? > Thanks. > > -Dan > > > Dan W. Priestley > Phone: (248) 642-4765 > Cell: (248) 321-2347 -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Illegal instruction on Gimp startup

2005-07-19 Thread strawks
On Mon, 2005-07-18 at 18:47 -0700, David E. Fox wrote: > On Sat, 16 Jul 2005 21:05:01 +0200 > strawks <[EMAIL PROTECTED]> wrote: > > > > (script-fu:26063): LibGimpBase-WARNING **: script-fu: wire_read(): error > > Illegal instruction (core dumped) > >

Illegal instruction on Gimp startup

2005-07-16 Thread strawks
ion depends on what dialogs I try to open. On another machine (a P4 Xeon), gimp-2.2.8 runs well with no "Illegal instruction", so maybe it is an optimisation problem (a P2 has only MMX, not SSE or SSE2). Does anybody have the same problem? regards, strawks -- strawks <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

kdbg problem (libthread_db)

2004-04-17 Thread strawks
0x08048e3d in main (argc=1, argv=0xbfffee54) at test.c:34 (gdb) Can anyone help, please? Thanks strawks. signature.asc Description: This is a digitally signed message part

Re: Block size

2004-04-15 Thread strawks
Hi, You can use dumpe2fs from the e2fsprogs pkg : dumpe2fs -h I think it works on 2.4.x and 2.6.x kernel. strawks. On Thu, 2004-04-15 at 14:00, [EMAIL PROTECTED] wrote: > Hi. > How can i find which block size my ext2 or ext3 filesystem uses? Can I use > same method on 2.4.x and 2.6

Re: testing PPP connection

2004-04-14 Thread strawks
Hi, you can check the status of your ppp connexion with pppstatus. You can also try to ping some hosts like google : $ ping google.com strawks. On Wed, 2004-04-14 at 21:14, Phil wrote: > I've created a dial-in connection to my ISP, I pon and get BSD compression > messages and the

Re: problems with fetching packages via apt-get

2004-04-13 Thread strawks
Hi, Current version of nfs-kernel-server is 1.0.6-3, 1.0.3-1 is not available anymore. try apt-get update && apt-get install nfs-kernel-server strawks. On Tue, 2004-04-13 at 10:13, [EMAIL PROTECTED] wrote: > Hello all, > > I'm new to the list, and also new to Debia

Re: Kernel recompilation

2004-04-12 Thread strawks
r ext3 and ide disks directly in the kernel, not as a module. strawks. On Mon, 2004-04-12 at 17:48, Jansen Carlo Sena wrote: > Ok, > > I moved the /boot/config-2.4.25-1-386 file to > /usr/src/kernel-source-2.4.25/.config and ran "make oldconfig". After, I > just disa

Re: Kernel recompilation

2004-04-12 Thread strawks
Hi, The kernel config file used to compile the debian kernel is installed by the kernel-image package in /boot/config-kernver Copy /boot/config-kernver into your kernel source tree as .config to get the options of the debian kernel. strawks. On Mon, 2004-04-12 at 14:20, Jansen Carlo Sena wrote