RE: tcpdump?

2010-02-20 Thread Hadi Motamedi
> Date: Sat, 20 Feb 2010 17:51:33 +0200 > From: brentgclarkl...@gmail.com > To: debian-user@lists.debian.org > Subject: Re: tcpdump? > > On 20/02/2010 12:48, Hadi Motamedi wrote: > > > > I tried for the following : > > #tcpflow -c port 4957 > > But it didn't produce any output . Can you pleas

RE: tcpdump?

2010-02-20 Thread Hadi Motamedi
> Date: Sun, 21 Feb 2010 07:32:19 +1100 > From: a...@samad.com.au > To: debian-user@lists.debian.org > Subject: Re: tcpdump? > > On Sat, Feb 20, 2010 at 07:22:29AM +, Hadi Motamedi wrote: > > [snip] > > > > try wireshark > > [snip] > > > > > I have Wireshark on my MS Windows platform

Re: Looking for a tool to simulate unreliable network connections

2010-02-20 Thread Celejar
On Sun, 21 Feb 2010 04:52:54 +0100 "Oliver Schneider" wrote: > Hi there, > > does anyone here know a tool/package that I can use on a Debian system that > acts as a router in order to simulate lossy or very slow network connections? There's dummynet - no experience with it, or this type of thi

Re: Looking for a tool to simulate unreliable network connections

2010-02-20 Thread Olaf Reitmaier Veracierta
Hi, Yes, use "tc" command from iproute package. Or you can make a script to: - Enable/Disable kernel forward in you router. echo 0 > /proc/sys/net/ipv4/ip_forward - Add/Drop static routes. route del default - Reduce TTL in the MANGLE table. - Enable/Disable firewall rules. The last two us

Looking for a tool to simulate unreliable network connections

2010-02-20 Thread Oliver Schneider
Hi there, does anyone here know a tool/package that I can use on a Debian system that acts as a router in order to simulate lossy or very slow network connections? Thanks in advance, // Oliver -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: SSL received a record that exceeded the maximum permissible length

2010-02-20 Thread Stephen Powell
On Sat, 20 Feb 2010 21:14:36 -0500 (EST), Bernard Fay wrote: > I create a CA certificate and site certificate according to > http://www.debian-administration.org/articles/618. > > I set it up in Apache under Debian Lenny. > > When I try to access the site, I receive the following message: > > Se

SSL received a record that exceeded the maximum permissible length

2010-02-20 Thread Bernard Fay
Hi, I create a CA certificate and site certificate according to http://www.debian-administration.org/articles/618. I set it up in Apache under Debian Lenny. When I try to access the site, I receive the following message: Secure Connection Failed An error occurred during a connection to www.king

Re: name -> address resolution

2010-02-20 Thread Andrei Popescu
On Sat,20.Feb.10, 17:09:53, peasth...@shaw.ca wrote: > I'm reposting this question with answers to questions > from Alex Samad organized better. This problem > appeared after an update of Squeeze on > February 7 or 8. > > Joule is a router with network access by a > dhcp configured link. d

Re: Correct binary for Intel Core i5

2010-02-20 Thread Mark Allums
On 2/20/2010 5:18 PM, Stan Hoeppner wrote: Peter Tenenbaum put forth on 2/20/2010 4:51 PM: Hello there -- I am planning to assemble a new computer for my home, and to run debian linux on it. I'm planning to use an Intel Core i5-660 CPU in this computer. From the documentation, it looks like t

name -> address resolution

2010-02-20 Thread peasthope
I'm reposting this question with answers to questions from Alex Samad organized better. This problem appeared after an update of Squeeze on February 7 or 8. Joule is a router with network access by a dhcp configured link. dnsmasq and resolvconf worked for months with no problem. Now the

Re: Two Lenny problems

2010-02-20 Thread Celejar
On Sat, 20 Feb 2010 10:07:03 -0500 (EST) Stephen Powell wrote: ... > Are you telling me you don't know how to search for a character string > in a web page? I don't use Opera, but in Epiphany and Iceweasel, it's > >Edit --> Find Or just -F, or even plain '/'. Celejar -- foffl.sourceforg

Re: problem getting source for package

2010-02-20 Thread Kumar Appaiah
On Sun, Feb 21, 2010 at 10:29:51AM +1100, Alex Samad wrote: > Hi > > I am trying to get the source package for rdiff-backup [snip] > > now when I do a apt-get source rdiff-backup, I only get 1.2.8-5 not > 1.2.8-5+b2. > > From the changelog i can see this > > rdiff-backup (1.2.8-5+b2) unstable;

Re: regexp for rename command - please help!

2010-02-20 Thread Chris Burkhardt
Vadkan Jozsef wrote: > The filename, that i want to rename: > > ---vol.-01-disk-cantatas-bwv-3; > > commands, that doesn't work: > > $ rename 's/^---//g' * > Unknown option: -vol.-01-disk-cantatas-bwv-3; > Usage: rename [-v] [-n] [-f] perlexpr [filenames] Use: rename 's/^---//g' -- * The -- is

problem getting source for package

2010-02-20 Thread Alex Samad
Hi I am trying to get the source package for rdiff-backup apt-cache policy rdiff-backup rdiff-backup: Installed: (none) Candidate: 1.2.8-5+b2 Version table: 1.2.8-5+b2 0 500 http://ftp.au.debian.org testing/main Packages 100 http://ftp.au.debian.org unstable/main Packag

Re: Removing SSH's welcome message (before login)

2010-02-20 Thread Rob Owens
On Sat, Feb 20, 2010 at 03:36:20PM +, Nuno Magalhães wrote: > Hi > > Ok, i was told sshd will keep sessions alive during an upgrade, which > would make sense since they're in memory and i'm upgrading the binary > on disk. Still, after many aptitude upgrades where the ncurses popup > tells me t

Re: Correct binary for Intel Core i5

2010-02-20 Thread Stan Hoeppner
Peter Tenenbaum put forth on 2/20/2010 4:51 PM: > Hello there -- > > I am planning to assemble a new computer for my home, and to run debian > linux on it. I'm planning to use an Intel Core i5-660 CPU in this > computer. From the documentation, it looks like the correct binary to use > is the AM

Correct binary for Intel Core i5

2010-02-20 Thread Peter Tenenbaum
Hello there -- I am planning to assemble a new computer for my home, and to run debian linux on it. I'm planning to use an Intel Core i5-660 CPU in this computer. From the documentation, it looks like the correct binary to use is the AMD64. Is this right? Does anyone know of any problems runni

Re: regexp for rename command - please help!

2010-02-20 Thread Jörg-Volker Peetz
(Sorry, forgot to adapt the regular expression in my previous mail.) The problem is not the syntax of rename but the name of the files beginning with '-'. So try something like $ rename 's|^\./---||g' ./* where the shell expands the filenames to "./---vol1 ./---vol2 ...". Then the rename command

Re: regexp for rename command - please help!

2010-02-20 Thread Jörg-Volker Peetz
The problem is not the syntax of rename but the name of the files beginning with '-'. So try something like $ rename 's/^---//g' ./* where the shell expands the filenames to "./---vol1 ./---vol2 ...". Then the rename command doesn't interpret the filenames as switches. -- Regards, Jörg-Volker.

Re: Tips for compiling VirtualBox OSE on lenny

2010-02-20 Thread Alex Samad
On Sat, Feb 20, 2010 at 05:34:09PM +0900, Osamu Aoki wrote: > Hi, > > On Fri, Feb 19, 2010 at 07:05:33PM +0500, surreal wrote: > > I compiled VirtualBox OSE from source on my machine. > > curious to know why you don't use virtualbox, precompile debs ? [snip] -- "Well, that's going to be up t

Re: tcpdump?

2010-02-20 Thread Alex Samad
On Sat, Feb 20, 2010 at 07:22:29AM +, Hadi Motamedi wrote: [snip] > > try wireshark [snip] > > I have Wireshark on my MS Windows platform . I captured the tcpdump output in > a file and opened it in Wireshark , but I cannot find how to decode the udp > payload data in ascii format . Can

xawtv and lavrec setup problems

2010-02-20 Thread Thomas H. George
I want to capture video from the component output of my Canon DC410 camcorder. I purchased KWorld DVD Maker USB2.0 (Maybe not the best choice?) When connected to a Squeeze 64 bit system it was immediately recognized as /dev/video0 xawtv -hwscan produced the following outbut: Script started on

Re: Anyone Care to Critique my Apt Preferences? (was Re: apt-cacher as package rollback buffer)

2010-02-20 Thread Freeman
On Sat, Feb 20, 2010 at 06:41:35PM +0900, Osamu Aoki wrote: > Hi, > > On Fri, Feb 19, 2010 at 11:15:24PM -0800, Freeman wrote: > > I'd rather find out that the above Preferences are destructive here than > > during an install! > > Your setting will install latest experimental of a package which

Re: Nouveau's 3D NVIDIA drivers

2010-02-20 Thread Andrei Popescu
On Sat,20.Feb.10, 14:55:32, Sven Joachim wrote: > > $ apt-cache show xserver-xorg-video-nouveau > > Package: xserver-xorg-video-nouveau > > You are aware that this package is not even installable? I only noticed it was not installable together with nvidia-glx which makes it quite difficult for

Re: Two Lenny problems

2010-02-20 Thread Stephen Powell
On Sat, 20 Feb 2010 11:30:40 -0500 (EST), Lisi wrote: > But to be fair to Cecil, I suppose that you have to > know what you are looking for to look. Of course I want to be fair to Cecil. I want to be fair to everyone. But my post stated: Let's try blacklisting the snd_intel8x0 kernel modu

Re: Two Lenny problems

2010-02-20 Thread Lisi
On Saturday 20 February 2010 15:07:03 Stephen Powell wrote: > Are you telling me you don't know how to search for a character string > in a web page?  I don't use Opera, but in Epiphany and Iceweasel, it's > >    Edit --> Find And in Konqueror and Opera. Exactly the same. But to be fair to Cecil

Re: tcpdump?

2010-02-20 Thread Brent Clark
On 20/02/2010 12:48, Hadi Motamedi wrote: I tried for the following : #tcpflow -c port 4957 But it didn't produce any output . Can you please give me a hint? K Lets start with a silly question show us netstat -nalptu | grep 4957 I.e. Do you have actually have something listening on that por

Re: passwd on weekly snapshot isos

2010-02-20 Thread Harry Putnam
Harry Putnam writes: > I've googled and looked everywhere my little pea brain could think of > but not finding the all important passwd for the weekly snapshot isos. > > I'll bet its somewhere totally obvious, but I've spent the last hour > drawing blanks. > > strings like these in google: > >

Re: Removing SSH's welcome message (before login)

2010-02-20 Thread Nuno Magalhães
Hi Ok, i was told sshd will keep sessions alive during an upgrade, which would make sense since they're in memory and i'm upgrading the binary on disk. Still, after many aptitude upgrades where the ncurses popup tells me the following services need to be restarted, that didn't come to mind at the

Re: regexp for rename command - please help!

2010-02-20 Thread Stephen Powell
On Sat, 20 Feb 2010 09:44:29 -0500 (EST), Vadkan Jozsef wrote: > > The filename, that i want to rename: > > ---vol.-01-disk-cantatas-bwv-3; > > commands, that doesn't work: > > $ rename 's/^---//g' * > Unknown option: -vol.-01-disk-cantatas-bwv-3; > Usage: rename [-v] [-n] [-f] perlexpr [filena

Re: regexp for rename command - please help!

2010-02-20 Thread Camaleón
On Sat, 20 Feb 2010 15:44:29 +0100, Vadkan Jozsef wrote: > The filename, that i want to rename: > > ---vol.-01-disk-cantatas-bwv-3; (...) > What is the regexp to get this filename?: > > vol-01-disk-cantatas-bwv-3 After some attemps (:-P)... *** s...@stt008:~/Desktop$ rename -n "s/---vol./vol

Re: Two Lenny problems

2010-02-20 Thread Stephen Powell
On Fri, 19 Feb 2010 23:33:16 -0500 (EST), Cecil Knutson wrote: > Blacklist, hell, I removed it. I'm using a network connection and never > use a modem anyway. > Same number and kind of columns in alsamixer. I went over your > installation instructions just to see if blacklisting would make a

Re: Thanks, guys \o/ \o/ was: Re: Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Lisi
On Saturday 20 February 2010 14:31:25 Lisi wrote: > exhuberant Ouch! Typing is _not_ my strongpoint. :-( s/exhuberant/exuberant Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http:/

regexp for rename command - please help!

2010-02-20 Thread Vadkan Jozsef
The filename, that i want to rename: ---vol.-01-disk-cantatas-bwv-3; commands, that doesn't work: $ rename 's/^---//g' * Unknown option: -vol.-01-disk-cantatas-bwv-3; Usage: rename [-v] [-n] [-f] perlexpr [filenames] $ rename 's/.-/-/g' * Unknown option: -vol.-01-disk-cantatas-bwv-3; Usage: re

Re: Man pages show non-english characters

2010-02-20 Thread T o n g
On Fri, 19 Feb 2010 21:43:58 -0600, Harry Putnam wrote: > on a recently upgrade to squeeze and still working the upgrade I notice > my man pages have a scattering of non-englsh char scattered through > them, that in places makes it difficult to read. > . . . > How can I get all english man pages?

Thanks, guys \o/ \o/ was: Re: Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Lisi
I started down the madwifi route, but hit problems: including, but not limited to, an initial c. I know that i means installed, and I think I know that v is virtual, but c I don't know. I tried installing anyway, but of course couldn't. So I shelved that pro tem and installed the kernel that

Re: Asrock G31M-GS compatibility...

2010-02-20 Thread Camaleón
On Sat, 20 Feb 2010 10:33:57 +0100, Andrea Giuliano wrote: > I'm pretty sure that this motherboard works with recent Linux kernels, > but since I'm going to buy it on-line I would like to know if there is > anybody out there who has it actually working. > > Till now I haven't found reliable info

Re: Nouveau's 3D NVIDIA drivers

2010-02-20 Thread Sven Joachim
On 2010-02-20 12:43 +0100, Andrei Popescu wrote: > On Fri,19.Feb.10, 08:28:05, Mark Neidorff wrote: >> Just "for your information" on an open source driver for NVIDIA video cards. >> >> http://www.linux-mag.com/cache/7708/1.html >> >> enjoy (but, please...don't blame me. I'm just posting inter

Re: changing file browser lxde

2010-02-20 Thread Rob Owens
On Fri, Feb 19, 2010 at 08:46:26PM +1100, Daniel Dalton wrote: > Hi, > > Could someone please inform me how to change the default file browser in > lxde from pcmanfm to nautilus? I'm wanting to do this as I'm blind and > use orca, and it appears nautilus runs better than pcmanfm with > orca. I've

Re: Asrock G31M-GS compatibility...

2010-02-20 Thread Aioanei Rares
Andrea Giuliano wrote: Hi, I'm pretty sure that this motherboard works with recent Linux kernels, but since I'm going to buy it on-line I would like to know if there is anybody out there who has it actually working. Till now I haven't found reliable info about compatibility with Linux. Best re

Re: Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Sebastian
Hi Lisi On Sat, Feb 20, 2010 at 09:47AM +, Lisi wrote: > I am trying to set up the wireless card in Lenny on an Acer Aspire One ZG5. > Linpus has no problems, but the sooner I can wipe it off the hard drive the > happier I shall be. :-( > > I have wicd 1.6.2.2 (bzr -r463) installed. I ha

RE: tcpdump?

2010-02-20 Thread Hadi Motamedi
> Date: Sat, 20 Feb 2010 11:15:33 + > Subject: tcpdump? > From: brianol...@gmail.com > To: debian-user@lists.debian.org > > > #tcpdump port 4957 > > I want to obtain the payload data to see what is realy being exchanged > > between my Debian server and the outside network element . Can yo

Re: IBM Model M Keyboards (Was: Air compressors vs. canned air)

2010-02-20 Thread Kevin Monceaux
On Wed, Feb 17, 2010 at 09:24:39AM -0500, Stephen Powell wrote: > I second that motion! I have two of them. I wish I had more. They are > the best keyboards ever made, in my humble opinion. I'll third that motion. Back in the 486 days my keyboard gave out. I went in search of one at a small

Re: Anyone Care to Critique my Apt Preferences? (was Re: apt-cacher as package rollback buffer)

2010-02-20 Thread Lisi
On Saturday 20 February 2010 11:24:01 Andrei Popescu wrote: > On Sat,20.Feb.10, 18:41:35, Osamu Aoki wrote: > > FYI: > > The upcoming apt_preferences(5) manpage (e.g.: apt_0.7.26~exp2_i386.deb) > > states: > > > >Preferences are a strong power in the hands of a system > > administrator but

Re: Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Lisi
On Saturday 20 February 2010 11:49:03 Andrei Popescu wrote: > On Sat,20.Feb.10, 09:47:46, Lisi wrote: > > I am trying to set up the wireless card in Lenny on an Acer Aspire One > > ZG5. Linpus has no problems, but the sooner I can wipe it off the hard > > drive the happier I shall be. :-( > > > > I

Re: Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Andrei Popescu
On Sat,20.Feb.10, 09:47:46, Lisi wrote: > I am trying to set up the wireless card in Lenny on an Acer Aspire One ZG5. > Linpus has no problems, but the sooner I can wipe it off the hard drive the > happier I shall be. :-( > > I have wicd 1.6.2.2 (bzr -r463) installed. I have installed the Athe

Re: tcpdump?

2010-02-20 Thread Camaleón
On Sat, 20 Feb 2010 11:06:26 +, Hadi Motamedi wrote: >> Does "tcpshow" helps? (...) > I tried to install 'tcpshow' on my Debian , but 'apt-cache search > tcpshow' didn't return anything . Can you please give me a hint? Mmm, you're right. It seems that package is not available in Debian's r

Re: Nouveau's 3D NVIDIA drivers

2010-02-20 Thread Andrei Popescu
On Fri,19.Feb.10, 08:28:05, Mark Neidorff wrote: > Just "for your information" on an open source driver for NVIDIA video cards. > > http://www.linux-mag.com/cache/7708/1.html > > enjoy (but, please...don't blame me. I'm just posting interesting > information), $ apt-cache show xserver-xorg-vi

Re: Anyone Care to Critique my Apt Preferences? (was Re: apt-cacher as package rollback buffer)

2010-02-20 Thread Andrei Popescu
On Sat,20.Feb.10, 18:41:35, Osamu Aoki wrote: > FYI: > The upcoming apt_preferences(5) manpage (e.g.: apt_0.7.26~exp2_i386.deb) > states: > >Preferences are a strong power in the hands of a system administrator >but they can become also their biggest nightmare if used without ca

tcpdump?

2010-02-20 Thread John O Laoi
> #tcpdump port 4957 > I want to obtain the payload data to see what is realy being exchanged > between my Debian server and the outside network element . Can you please > let me know how I can modify my command ? Try tcpdump host and port 4957 This will grab all packets to and from the serv

RE: tcpdump?

2010-02-20 Thread Hadi Motamedi
> To: debian-user@lists.debian.org > From: noela...@gmail.com > Subject: Re: tcpdump? > Date: Sat, 20 Feb 2010 09:49:50 + > > On Sat, 20 Feb 2010 06:26:07 +, Hadi Motamedi wrote: > > > Sorry . I mean inside the payload data (as I have obtained the output by > > tracing with tcpdump)

RE: tcpdump?

2010-02-20 Thread Hadi Motamedi
> Date: Sat, 20 Feb 2010 10:42:03 +0200 > From: brentgclarkl...@gmail.com > To: debian-user@lists.debian.org > Subject: Re: tcpdump? > > On 20/02/2010 08:05, Hadi Motamedi wrote: > > Dear All > > I have put tcpdump trace on port 4957 on my Debian server , as the > > following : > > #tcpdump

Re: Anyone Care to Critique my Apt Preferences? (was Re: apt-cacher as package rollback buffer)

2010-02-20 Thread Boyd Stephen Smith Jr.
In <20100220094135.gc12...@osamu.debian.net>, Osamu Aoki wrote: >Right >now, stable and testing have too much gap usually to be useful. That's not true. I mix stable/backports/testing/unstable/experimental. Roughly 78% of my systems is packages from stable with the remainder mostly from testin

Re: Anyone Care to Critique my Apt Preferences? (was Re: apt-cacher as package rollback buffer)

2010-02-20 Thread Osamu Aoki
Hi, On Fri, Feb 19, 2010 at 11:15:24PM -0800, Freeman wrote: > On Mon, Feb 15, 2010 at 05:10:26PM -0800, evenso wrote: > > On Mon, Feb 15, 2010 at 02:33:05PM -0600, Boyd Stephen Smith Jr. wrote: > > > On Monday 15 February 2010 13:30:19 Freeman wrote: > > > > > > > > > However, could a rollback

Re: Two Lenny problems

2010-02-20 Thread Florian Kulzer
On Fri, Feb 19, 2010 at 19:11:05 -0800, Cecil Knutson wrote: > dimension8400:/home/cecil# lspci [...] > 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW > (ICH6 Family) AC'97 Audio Controller (rev 03) [...] > 04:01.0 Multimedia audio controller: Creative Labs SB Aud

Re: tcpdump?

2010-02-20 Thread Camaleón
On Sat, 20 Feb 2010 06:26:07 +, Hadi Motamedi wrote: > Sorry . I mean inside the payload data (as I have obtained the output by > tracing with tcpdump) . I need to decode the exchanged data . Does "tcpshow" helps? *** tcpshow - decode a tcpdump savefile (...) tcpshow reads a tcpdump(1) sa

Persuading an Atheros wireless card to function in Lenny

2010-02-20 Thread Lisi
I am trying to set up the wireless card in Lenny on an Acer Aspire One ZG5. Linpus has no problems, but the sooner I can wipe it off the hard drive the happier I shall be. :-( I have wicd 1.6.2.2 (bzr -r463) installed. I have installed the Atheros 5 driver module and now get the following res

Asrock G31M-GS compatibility...

2010-02-20 Thread Andrea Giuliano
Hi, I'm pretty sure that this motherboard works with recent Linux kernels, but since I'm going to buy it on-line I would like to know if there is anybody out there who has it actually working. Till now I haven't found reliable info about compatibility with Linux. Best regards. -- Andrea Giulia

Re: tcpdump?

2010-02-20 Thread Brent Clark
On 20/02/2010 08:05, Hadi Motamedi wrote: Dear All I have put tcpdump trace on port 4957 on my Debian server , as the following : #tcpdump port 4957 I want to obtain the payload data to see what is realy being exchanged between my Debian server and the outside network element . Can you please

Re: Two Lenny problems

2010-02-20 Thread Osamu Aoki
On Fri, Feb 19, 2010 at 08:33:16PM -0800, Cecil Knutson wrote: > Blacklist, hell, I removed it. I'm using a network connection and > never use a modem anyway. > Same number and kind of columns in alsamixer. I went over your > installation instructions just to see if blacklisting would make a > di

Re: Tips for compiling VirtualBox OSE on lenny

2010-02-20 Thread Osamu Aoki
Hi, On Fri, Feb 19, 2010 at 07:05:33PM +0500, surreal wrote: > I compiled VirtualBox OSE from source on my machine. > > Everything went fine, till I got an error from VirtualBox - > libpython2.6.sonot found. > > then I did the following - > > r...@indiaforce:/usr/local/lib# locate libpython2.6.