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 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 port.
> 
> Brent
> 
> 
> -- 
> 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/4b800505.6080...@gmail.com
> 

 

Please find below the output of 'netstat' :

#netstat -nalptu |grep 4959

udp  0   0  0.0.0.0:49590.0.0.0:*   
1008/iptrans

As you see , my trace is listening on that port .


 
  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

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 . 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 you please let me know how can I do 
> > that in Wireshark ?
> > 
> 
> So first you are trying to look at the data that is being sent to/from
> exchange. You are trying to decode the udp packets ?
> 
> if so , then if anything out of the box can do it, that would be
> wireshark, by default (atleast on the linux/debian version), it comes
> with alot of decoders. Select the packet you are looking into and drill
> down, you should have 3 windows of different information. with the
> bottom window you can view the payload and if wireshark can decode it,
> it will into something more sensible. but if its been encryted then you
> are going to need the keys or a lot of money and time.
> 
> 
> Why not explain what you are trying to do, you main goal
> 
> 

Thank you for your reply . My mail goal is to find what is the exact command 
syntax and its arguments that the attached network element is sending to my 
Debian server on the specified port . I am seeing communication packets 
exchaned between the network element and my Debian (through opening the log on 
Wireshark) but I want to decode it and find the exact syntax of the command 
sent .


 
  
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

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 thing in
general, but the homepage provides some sort of Debian tarball:

http://info.iet.unipi.it/~luigi/dummynet/
http://www.technogumbo.com/tutorials/Network-Bandwidth-Latency-and-Delay-Simulation-Tutorial/Network-Bandwidth-Latency-and-Delay-Simulation-Tutorial.php

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
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/20100220231546.121a4c75.cele...@gmail.com



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 using iptables.

Depending on frequency of this command you can simulate a slow connection.

Bye!!!

On 20/02/10 23:22, 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?


Thanks in advance,

// Oliver


   


--
-
   "You don't know where your shadow will fall",
Somebody.-
-
 Ing. Olaf Reitmaier Veracierta
-
 Personal Web Page -- http://olafrv.com -- i...@olafrv.com
-


--
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/4b80b3d4.60...@gmail.com



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". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100221035254.83...@gmx.net



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:
> 
> Secure Connection Failed
> An error occurred during a connection to www.kingstongrant.com.
> SSL received a record that exceeded the maximum permissible length.
> (Error code: ssl_error_rx_record_too_long)
> 
> What could be wrong?  Am I missing a module?  I have the following modules
> loaded in Apache.
> 
> apache2ctl -M
> Loaded Modules:
> core_module (static)
> log_config_module (static)
> logio_module (static)
> mpm_prefork_module (static)
> http_module (static)
> so_module (static)
> alias_module (shared)
> auth_basic_module (shared)
> authn_file_module (shared)
> authz_default_module (shared)
> authz_groupfile_module (shared)
> authz_host_module (shared)
> authz_user_module (shared)
> autoindex_module (shared)
> cgi_module (shared)
> deflate_module (shared)
> dir_module (shared)
> env_module (shared)
> mime_module (shared)
> negotiation_module (shared)
> perl_module (shared)
> php5_module (shared)
> proxy_module (shared)
> proxy_http_module (shared)
> setenvif_module (shared)
> ssl_module (shared)
> status_module (shared)
> Syntax OK
> 

You say you created a CA certificate and a site certificate on your site.
Let's call that site A.  So the web server on site A is using a site
certificate signed by a homemade CA certificate.  Now you try to do
a secure SSL connection to site A from site B.  But ...

Does site B have that homemade CA certificate installed in its
repository of trusted CAs?  If not, then it won't work.  I'm not sure
about a "record length exceeded" error; but I do know that if site
B does not have the CA certificate that signed the site certificate
that site A's web server is using installed in its database of trusted
CAs that TLS negotiation will certainly fail.


-- 
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/1018608095.13923661266721987968.javamail.r...@md01.wow.synacor.com



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.kingstongrant.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)

What could be wrong?  Am I missing a module?  I have the following modules
loaded in Apache.

apache2ctl -M
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 perl_module (shared)
 php5_module (shared)
 proxy_module (shared)
 proxy_http_module (shared)
 setenvif_module (shared)
 ssl_module (shared)
 status_module (shared)
Syntax OK

Thanks,
Bernard


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.  dnsmasq and resolvconf 
> worked for months with no problem.  Now the 
> machine doesn't resolve its own name.  Other 
> names inside and outside the LAN are still 
> resolved.  
 
What does your /etc/hosts file look like?

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


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 the correct binary to use
is the AMD64.  Is this right?  Does anyone know of any problems running
debian AMD64 on Intel core-i5 processors?


This is the proper binary for the core i5, but that's the least of your worries.
  Your real concern should focus on whether Debian/Linux has all the drivers for
the various hardware devices on the motherboard and in the expansion slots,
including, but not limited to:

1.  GPU
2.  Network interface
3.  SATA controller
4.  Sound chip



If the MB uses the Intel ICH10 Southbridge, the SATA, at least, will 
work.  If the Northbridge is Intel, as it virtually *must* be with the 
Core i5, the GPU will be okay.  If the GPU is external, then buying an 
AMD/ATI or NVIDIA card will be safe.  Most boards have Marvell NIC 
chips, that's covered.  And sound will almost certainly be Intel Azalia 
HD; that's covered.  I think you'll be fine.


AMD64 is the designation for the 64-bit chip architecture, not the 
actual chip manufacturer.  AMD devised it, and Intel did the sensible 
thing and copied it when they expanded their x86 architecture to 64-bit; 
it was a very good design.


Stay away from the IA64 port.  That's for the Itanium.

Mark Allums



--
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/4b80892e.7090...@allums.com



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 
machine doesn't resolve its own name.  Other 
names inside and outside the LAN are still 
resolved.  

  pe...@joule:~$ cat /etc/hostname
  joule
  pe...@joule:~$ host joule
  Host joule not found: 3(NXDOMAIN)
  pe...@joule:~$ host joule.invalid
  Host joule.invalid not found: 3(NXDOMAIN)
  pe...@joule:~$ host dalton
  dalton has address 142.103.107.137

This is the last message to the console at startup.

  apache2: Could not reliably determine the server's fully qualified domain 
name,
  using 127.0.0.1 for ServerName

Also I wonder whether a problem with qpopper 
derives from this name-address problem.

Results are the same with kernels 2.6.30-2-686 
and 2.6.32-trunk-686.

Date:   Tue, 16 Feb 2010 18:04:53 +1100, Alex Samad wrote,
as> I presume you are on joule and it has dnsmasq + resolvconf installed on it.

Yes. 

as> can you 
as> cat /etc/resolv.conf*

  pe...@joule:~$ cat /etc/resolv.conf*
  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  nameserver 127.0.0.1
  search pi.shawcable.net

as> kill -SIGUSR1 $(pidof dnsmasq) ; tail -n 40 /var/log/syslog | grep 
  dnsmas | tail -n 4

  joule:/home/peter# kill -SIGUSR1 $(pidof dnsmasq) ; tail -n 40 
/var/log/syslog |
grep dnsmas | tail -n 4
  Feb 20 16:01:31 joule dnsmasq[2070]: queries forwarded 29, queries answered 
loca
lly 24
  Feb 20 16:01:31 joule dnsmasq[2070]: server 64.59.160.13#53: queries sent 12, 
re
tried or failed 0
  Feb 20 16:01:31 joule dnsmasq[2070]: server 64.59.160.15#53: queries sent 26, 
re
tried or failed 0
  Feb 20 16:01:31 joule dnsmasq[2070]: server 64.59.144.19#53: queries sent 15, 
re
tried or failed 0

as> and maybe cat dnsmasq.conf

Visible here.
  http://carnot.yi.org/joule.dnsmasq.conf
It's the installed default with a few comment lines added.

Any further ideas?

Thanks,  ... Peter E.


-- 
Google "pathology workshop"


-- 
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/171056404.70261.629...@heaviside.invalid



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.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
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/20100220194539.f3d802fc.cele...@gmail.com



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; urgency=low
> 
>   * Binary-only non-maintainer upload for i386; no source changes.
>   * Build extension for python2.6
> 
>  -- i386 Build Daemon   Tue, 26 Jan 2010 
> 03:34:45 +

The binNMU implies that the same source package was rebuilt for your
architecture due to some changes in the libraries which it depends
on. See http://wiki.debian.org/binNMU for details.

> so what do I do, just keep using 1.2.8-5 and up my version to 
> 1.2.8-5+b2alex03 ?

This would be perfectly fine, and work as you expect.

Kumar

-- 
#define FALSE   0   /* This is the naked Truth */
#define TRUE1   /* and this is the Light */
-- mailto.c


signature.asc
Description: Digital signature


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 commonly used to let programs know that whatever follows should not be
interpreted as an option (which is necessary because your file name begins with 
--)

- Chris Burkhardt


-- 
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/hlpkgk$8l...@ger.gmane.org



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 Packages
 1.2.8-5alex0.2 0
500 http://deb.samad.com.au testing/main Packages
 1.2.5-1 0
500 http://ftp.au.debian.org stable/main Packages

I apply a patch to the source before using.


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; urgency=low

  * Binary-only non-maintainer upload for i386; no source changes.
  * Build extension for python2.6

 -- i386 Build Daemon   Tue, 26 Jan 2010 
03:34:45 +


so what do I do, just keep using 1.2.8-5 and up my version to 1.2.8-5+b2alex03 ?

Thanks
Alex



signature.asc
Description: Digital signature


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 the following services need to be restarted, that didn't come
> to mind at the time. So the idea was to run two different binaries on
> two different ports with two different config files (just changing the
> port (yes i opened the ports in the fw)). This is a minimal remote
> server running lenny. Here's a step-by-step of what i've done, maybe
> someone can shed some light on where i went wrong:
> 
> 1. cp /usr/sbin/sshd /usr/sbin/sshd2
> 2. cp /etc/ssh/sshd_config /etc/ssh/sshd_config2
> Change the port in 2.
> 3. open the new port in the fw and restart it
> 4. cp /etc/init.d/ssh /etc/init.d/ssh2
> Come to think of it i don't know why i would also copy the init
> script, 'cos that evidently screwed any attempt at a clean reboot.
> 5. /usr/sbin/sshd2 -f /etc/ssh/sshd_config2 &
> 6. test both connections
> 7. wget ...debian.org...openssh-server_5.3p1-1_i386.deb
> 8. dpkg -i openssh-server_5.3p1-1_i386.deb
> Which produced this:
> 
> 

I missed the beginning of this thread...

I just tested a couple of my machines, and I can stop the ssh daemon
while logged in via ssh.  My session persists, and I can restart the
daemon later from that same session.

-Rob


-- 
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/20100220231951.gc5...@aurora.owens.net



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 AMD64.  Is this right?  Does anyone know of any problems running
> debian AMD64 on Intel core-i5 processors?

This is the proper binary for the core i5, but that's the least of your worries.
 Your real concern should focus on whether Debian/Linux has all the drivers for
the various hardware devices on the motherboard and in the expansion slots,
including, but not limited to:

1.  GPU
2.  Network interface
3.  SATA controller
4.  Sound chip

-- 
Stan


-- 
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/4b806dc9.1040...@hardwarefreak.com



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 running
debian AMD64 on Intel core-i5 processors?

Thanks in advance,
-PT


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 doesn't interpret the filenames as switches.
-- 
Regards,
Jörg-Volker.


-- 
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/hlpboh$ki...@ger.gmane.org



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.


-- 
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/hlpb22$ki...@ger.gmane.org



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 to the pundits and the people to make up their 
mind.  I'll tell you what is a president for him, for example, talking about my 
record in the state of Texas.  I mean, he's willing to say anything in order to 
convince people that I haven't had a good record in Texas."

- George W. Bush
09/20/2000
on MSNBC


signature.asc
Description: Digital signature


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 you please let me know how can I do that 
> in Wireshark ?
> 

So first you are trying to look at the data that is being sent to/from
exchange.  You are trying to decode the udp packets ?

if so , then if anything out of the box can do it, that would be
wireshark, by default (atleast on the linux/debian version), it comes
with alot of decoders.  Select the packet you are looking into and drill
down, you should have 3 windows of different information. with the
bottom window you can view the payload and if wireshark can decode it,
it will into something more sensible. but if its been encryted then you
are going to need the keys or a lot of money and time.


Why not explain what you are trying to do, you main goal




signature.asc
Description: Digital signature


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 Sat 20 Feb 2010 01:08:25 PM EST
t...@dragon:/data/video/Ischgl$ xawtv -hwscan
This is xawtv-3.95.dfsg.1, running on Linux/x86_64 (2.6.30-2-amd64)
looking for available devices
/dev/video0: OK [ -device /dev/video0 ]
type : v4l2
name : PointNix Intra-Oral Camera
flags:  capture  

t...@dragon:/data/video/Ischgl$ exit

Script done on Sat 20 Feb 2010 01:08:49 PM EST

Which looks OK but both xawtv and lavrec fail.  I would appreciate any
help in getting one of these programs or some other video capture
program to work.

The following logs show the output of starting xawtv and lavrec:

Script started on Sat 20 Feb 2010 01:04:24 PM EST
t...@dragon:/data/video/Ischgl$ xawtv
This is xawtv-3.95.dfsg.1, running on Linux/x86_64 (2.6.30-2-amd64)
xinerama 0: 1920x1080+0+0
X Error of failed request:  XF86DGANoDirectVideoMode
  Major opcode of failed request:  130 (XFree86-DGA)
  Minor opcode of failed request:  1 (XF86DGAGetVideoLL)
  Serial number of failed request:  68
  Current serial number in output stream:  68
t...@dragon:/data/video/Ischgl$ exit

Script done on Sat 20 Feb 2010 01:04:43 PM EST

Next I tried lavrec first setting the environmental variable
LAV_VIDEO_DEV=/dev/video0 and then entering

lavrec --format=a --input=n --audio-bitsize=0
/data/video/Ischgl/test.avi

which resulted in the following message:


Script started on Sat 20 Feb 2010 01:01:50 PM EST
t...@dragon:/data/video/Ischgl$ lavrec --format=a --input=n --audio-bitsize=0 
/da 
ta/video/Ischgl/text.avi
**ERROR: [lavrec] Error getting video parameters: Invalid argument
**ERROR: [lavrec] Something went wrong while setting up the card
t...@dragon:/data/video/Ischgl$ exit

Script done on Sat 20 Feb 2010 01:03:16 PM EST

For additional information I ran lsusb -s 001:007



Bus 001 Device 007: ID eb1a:2860 eMPIA Technology, Inc. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0xeb1a eMPIA Technology, Inc.
  idProduct  0x2860 
  bcdDevice1.00
  iManufacturer   0 
  iProduct0 
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  249
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x80
  (Bus Powered)
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   3
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol255 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0001  1x 1 bytes
bInterval  11
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84  EP 4 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   3
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol255 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Ty

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 you
> insalled from experimental.  I see no reason to have stable or volatile
> when you are basically tracking testing or unstable.

Experimental: I failed to mention that I have the target release set at
testing.  As I read the man, the 500 setting will respect the target
release.

Stable: True, and the setting is redundant. If there is no replacement version,
stable packages will be left alone either way.

Volatile: I was thinking of freshcalm but that setting wouldn't help anyway.

> 
> 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 care!
>APT will not questioning the preferences so wrong settings will
>therefore lead to uninstallable packages or wrong decisions while
>upgrading packages. Even more problems will arise if multiply
>distribution releases are mixed without a good understanding of the
>following paragraphs. You have been warned.
> 
> (Hmmm... s/multiply/multiple/ .. time to make another bug report.)
>  

I've read that a few times. 8)


> > My ego may be the more delicately balanced but my system is the more
> > precious. :)
> 
> This squeeze testing cycle has been rough because of major transitions.
> My recent upgrade in one of the multiboot setup from stable to unstable
> caused unbootable system.
> 

Yep. I've never lost a file-system in 7 years of Debian until the
xserver-xorg/mesa upgrade.

> If your ego ticks you, testing only (or with testing security if
> available) is good idea.  If something broke, add unstable while keeping
> testing as default (higher preference) to get fixed packages.  Right
> now, stable and testing have too much gap usually to be useful.  I would
> rather rely on my local package archive under /var/cache/apt/packages/*
> for recent but working packages.  
> 

So really I don't need a preferences file except for my emergency plan to
rollback to a cached version of a package.  (apt-cacher keeps its cache on a
usb drive for my 3 machines.  I am archiving versions by not cleaning it
until the next release.)

In that scenario, I would have gone ahead with an unwise package upgrade and
would be retreating to save my arse, er ("down ego, down boy") the system.

In which case, I pin the rolled back version to 1001. The preferences file
can live on in moderation for the sake of learning.

-- 
Kind Regards,
Freeman


-- 
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/20100220194126.ga7...@europa.office



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 me to test it.

> > Version: 1:0.0.10~git+20090701+c0bf670-1
> 
> More than seven months old, an eternity for such a fast moving target as
> nouveau.

Too bad, I am really interested in testing it. Unfortunately I do need 
3D often enough so anything more than editing xorg.conf each time I need 
it would be quite a hassle.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


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
   module and see what happens.  Follow the instructions for 
   blacklisting given in my web page.  Then shutdown and reboot.

If someone gave you those instructions, and you knew what
web page it was referring to, what word would you search for?
By the confession of his own mouth, he's been using computers
since the days of DOS.  Did I make an unreasonable assumption?


-- 
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/242127282.13841461266685417657.javamail.r...@md01.wow.synacor.com



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, I 
suppose that you have to know what you are looking for to look.

Lisi


--
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/201002201630.40395.lisi.re...@gmail.com



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 port.

Brent


--
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/4b800505.6080...@gmail.com



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:
>
> site:debian.org password install media
> site:debian.org password weekly snapshots
> site:debian.org install password 
>
>
> None of those worked ... the install FAQ has nothing about it.
> The install documentation appears to assume a full scale cd install
> where you are using an installer and create the users and passwords as
> you go.
>
> I booted up a weekly snapshot iso and reached the login prompt... now what?

Please disregard... this was total operator error of the dumbest kind.
Its a debian install as vmware guest.  The bootup was simply bypassing
the iso and booting up the exiting os, which of course needed the
password I gave it long ago... gack... sorry.


-- 
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/87d3zzoqrd@newsguy.com



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 time. So the idea was to run two different binaries on
two different ports with two different config files (just changing the
port (yes i opened the ports in the fw)). This is a minimal remote
server running lenny. Here's a step-by-step of what i've done, maybe
someone can shed some light on where i went wrong:

1. cp /usr/sbin/sshd /usr/sbin/sshd2
2. cp /etc/ssh/sshd_config /etc/ssh/sshd_config2
Change the port in 2.
3. open the new port in the fw and restart it
4. cp /etc/init.d/ssh /etc/init.d/ssh2
Come to think of it i don't know why i would also copy the init
script, 'cos that evidently screwed any attempt at a clean reboot.
5. /usr/sbin/sshd2 -f /etc/ssh/sshd_config2 &
6. test both connections
7. wget ...debian.org...openssh-server_5.3p1-1_i386.deb
8. dpkg -i openssh-server_5.3p1-1_i386.deb
Which produced this:

dpkg: dependency problems prevent configuration of openssh-server:
 openssh-server depends on libc6 (>= 2.8); however:
  Version of libc6 on system is 2.7-18.
 openssh-server depends on libgssapi-krb5-2 (>= 1.7dfsg~beta1); however:
  Package libgssapi-krb5-2 is not installed.
 openssh-server depends on libk5crypto3 (>= 1.6.dfsg.2); however:
  Package libk5crypto3 is not installed.
 openssh-server depends on libkrb5-3 (>= 1.6.dfsg.2); however:
  Package libkrb5-3 is not installed.
 openssh-server depends on libssl0.9.8 (>= 0.9.8k-1); however:
  Version of libssl0.9.8 on system is 0.9.8g-15+lenny5.
 openssh-server depends on openssh-client (= 1:5.3p1-1); however:
  Version of openssh-client on system is 1:5.1p1-5.
dpkg: error processing openssh-server (--install):
 dependency problems - leaving unconfigured

I assumed dpkg didn't actually do anything, but i guess it must've
done something. When i came home i couldn't log in again.

Fortunately my host's reachable by phone, we scheduled a reboot.
Didn't work, i wasn't even getting error messages again, just
connection refused[1], on both ports, by the new version. They opened
console through vnc, i ran some updates, upgrades, purges and what not
and it's back working again, with the old version.

And it still shows its damn string.

Btw why does openssh-server depends on openssh-client? Anyway thanks
for the tips.

[1] http://pastebin.com/m35b138b9

-- 
()  ascii-rubanda kampajno - kontraŭ html-a retpoŝto
/\  ascii ribbon campaign - against html e-mail


--
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/6b1504c41002200736o7f4d031ct93f4d607da80c...@mail.gmail.com



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 [filenames]
> 
> 
> $ 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: rename [-v] [-n] [-f] perlexpr [filenames]
> 
> 
> What is the regexp to get this filename?:
> 
> vol-01-disk-cantatas-bwv-3
> 
> Thank you:)

I guess I'm not really sure what you want, but if all you want
to do is rename

   ---vol.-01-disk-cantatas-bwv-3;

to

   vol-01-disk-cantatas-bwv-3

The command is

   mv -- ---vol.-01-disk-cantatas-bwv-3\; vol-01-disk-cantatas-bwv-3

Two things are significant.  First, the double hyphen (--) after mv
tells mv that this is the end of the options list and anything after
it that starts with a hyphen is to be interpreted as a command
argument instead of a command option.  Second, the backslash (\) in front
of the semicolon (;) causes the semicolon to be interpreted by the shell
as part of the filename and not as a command separator.  Normally,
the semicolon is used to separate multiple commands on a single line.


-- 
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/500651757.13824951266679323475.javamail.r...@md01.wow.synacor.com



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/" 
$HOME/Desktop/---vol.-01-disk-cantatas-bwv-3
/home/sm01/Desktop/---vol.-01-disk-cantatas-bwv-3 renamed as 
/home/sm01/Desktop/vol-01-disk-cantatas-bwv-3
***

Greetings,

-- 
Camaleón


-- 
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/pan.2010.02.20.15.11...@gmail.com



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  
> difference and did not find anything about blacklisting.  Where is it?

Removing the module is not sufficient.  Some things happen only at boot
time.  But as to blacklisting ...

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

This causes an entry field to appear in the bottom left corner of the
browser, where you type in the character string

   blacklist

"Previous" and "Next" buttons also appear near the entry field for you
to click on.  I'm sure there must be a similar function in Opera.

I'm willing to help you find food, but I'm not willing to chew it for
you.  I spent months writing that web page for the benefit of others.
Granted, it's for a different computer and a different sound chip, but
many of the techniques are applicable to other machines and sound cards.
It's there.  Find it and read it.  You'd learn a lot about Linux in
general and Debian in particular by reading the whole web page, though
that will take a while.  But for now, all I'm asking you to do is search
for the string "blacklist", back up a paragraph or two, and read.
That's not hard is it?


-- 
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/908595485.13821941266678423142.javamail.r...@md01.wow.synacor.com



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://lists.debian.org/201002201448.29133.lisi.re...@gmail.com



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: rename [-v] [-n] [-f] perlexpr [filenames]


$ rename 's/;$//g' *
Unknown option: -vol.-01-disk-cantatas-bwv-3;
Usage: rename [-v] [-n] [-f] perlexpr [filenames]


What is the regexp to get this filename?:

vol-01-disk-cantatas-bwv-3

Thank you:)


-- 
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/1266677069.6612.0.ca...@ubuntu



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?

I get the same problem after one of my squeeze upgrades, and tried 
several days solving it, but none works. 

But now I don't have such problem any more. I think the problem disappear 
after I reboot.

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
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/hlort9$5n...@ger.gmane.org



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 Andrei 
suggested - and I have a wireless connection. 

 I'm very grateful to you both and am restraining myself from turning 
cartwheels* round the garden. :-))

Lisi

* http://en.wikipedia.org/wiki/Cartwheel_(gymnastics)  The expression 
indicates exhuberant delight.


-- 
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/201002201431.25881.lisi.re...@gmail.com



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 about compatibility with Linux.

"Reliable info about compatibility with Linux" is something /hard/ to 
find :-P, but at least Debian HCL has listed a similar model:

Asrock: g31m-s
http://kmuto.jp/debian/hcl/Asrock/g31m-s

Greetings,

-- 
Camaleón


-- 
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/pan.2010.02.20.14.16...@gmail.com



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 interesting 
>> information),
>
> $ apt-cache show xserver-xorg-video-nouveau
> Package: xserver-xorg-video-nouveau

You are aware that this package is not even installable?

> Version: 1:0.0.10~git+20090701+c0bf670-1

More than seven months old, an eternity for such a fast moving target as
nouveau.

> Provides: xserver-xorg-video-5

,
| % apt-cache show xserver-xorg-core | grep ^Conflicts | cut -d , -f 1,14
| Conflicts: xserver-common (<< 7), xserver-xorg-video-5
`     

:-(

Sven


-- 
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/874olcnh9n@turtle.gmx.de



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 tried running nautilus from the shell and it works great, so
> a way to make this the default file browser in lxde would be fantastic.
> 
Would simply putting a Nautilus button in the LXDE panel suffice?

In case you don't know, here is the command to get nautilus running
without having it take over your desktop:

nautilus --browser --no-desktop

-Rob


-- 
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/20100220132619.gb2...@aurora.owens.net



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 regards.

  

From what I see, it should work ok with Linux.


--
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/4b7fe152.5030...@gmail.com



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 have installed the Atheros 5 
> driver module and now get the following results from lshw and modprobe -l: 

I have an Atheros card on my laptop as well and am running it with
madwifi as the ath5k*-modules weren't able to do the job for me so
far. But madwifi-(modules|tools) (think that's in the non-free
repository) with (custom-built) kernel 2.6.26 and wicd 1.6.2.2 (from
the backports) works fine for me. I still have issues with the
connection being lost every now and then but I'm fairly confident
that's a problem caused by my router since everyone sharing this
wireless-access-point has the same problem.

My card is the following:

a...@herbx:~$ lspci | grep -i ath
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x
802.11abg Wireless PCI Express Adapter (rev 04)

I'd suggest if you have that card (or something similar), go with
madwifi (although some people reported that they got same type of card
working with the ath5*-modules on newer (>=2.6.30) kernels without any
hassle.

Hope that helps...

Cheerio

Sebastian


-- 
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/20100220125909.ga2...@herbx.tri



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 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 server, which are to or
> from port 4957
> 
> If you want traffic in one direction only, you can use "src host" or
> "dst host" instead of "host", and/or
> "src port" or "dst port" instaed of "port".
> 
> You could add -s 0 to ensure you grab entire packets regardless of
> size, and -v, -vv or -vvv if you need more details on packets.
> 
> 
> John
> 
> 
> -- 
> 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/1f1816a91002200315o39f14dbdsd6376f5a3b9ec...@mail.gmail.com
> 

 

I tried as the following :

#tcpdump -s 0 -vvv port 4957

But the output does not have additional data over the 'tcpdump port 4957' 
output . Can you please let me know what is wrong here?


 
  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969

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 local computer store.  They were out of stock
but gave me a used Model M as a loaner until they got more in.  After using
it briefly I called the store to ask about buying it or one like it.  They
gave it to me.  My 486 has long since been retired but I'm still using that
same keyboard.



-- 

Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

What's the definition of a legacy system?  One that works! 
Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!


-- 
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/20100220121957.ga4...@rawfeddogs.net



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 they can become also their biggest nightmare if used
> > without care! APT will not questioning the preferences so wrong settings
> > will therefore lead to uninstallable packages or wrong decisions while
> > upgrading packages. Even more problems will arise if multiply
> > distribution releases are mixed without a good understanding of the
> > following paragraphs. You have been warned.
> >
> > (Hmmm... s/multiply/multiple/ .. time to make another bug report.)
>
> And either:
>
> s/will not questioning/will not question/ or
> s/will not questioning/will not be questioning/
>
> I hope a native speaker will point to the better one (second?).

The first is not only the better one, but in this context the only correct 
one.  

Lisi


-- 
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/201002201223.06097.lisi.re...@gmail.com



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 have wicd 1.6.2.2 (bzr -r463) installed.  I have installed the Atheros
> > 5 driver module and now get the following results from lshw and modprobe
> > -l:
>
> I'd suggest installing linux-image-2.6.30-bpo.2-686 and wicd from
> backports.
>
> Regards,
> Andrei

Thanks for the suggestions, Andrei.  I have already installed wicd from 
backports.  I'll look into installing that kernel.  (A quick google shows 
some missing dependencies, so I obviously need a more extensive google.)

Would I perhaps do better to upgrade to Squeeze?

Lisi


-- 
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/201002201219.06514.lisi.re...@gmail.com



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 Atheros 5 
> driver module and now get the following results from lshw and modprobe -l: 

I'd suggest installing linux-image-2.6.30-bpo.2-686 and wicd from 
backports.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


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 
repos :-?

Anyway, have you tried to save the file with "tcpdump -w" and then read 
it with "tcpdump -r" switch? 

Greetings,

-- 
Camaleón


-- 
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/pan.2010.02.20.11.44...@gmail.com



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-video-nouveau
Package: xserver-xorg-video-nouveau
Priority: optional
Section: x11
Installed-Size: 416
Maintainer: Debian X Strike Force 
Architecture: amd64
Version: 1:0.0.10~git+20090701+c0bf670-1
Replaces: nvidia-glx, xserver-xorg (<< 6.8.2-35)
Provides: xserver-xorg-video-5
Depends: libc6 (>= 2.2.5), libdrm-nouveau1 (>= 2.4.11+git+20090630+de1ed01), 
xserver-xorg-core (>= 2:1.5.99.901), linux-nouveau-modules
Conflicts: nvidia-glx
Filename: 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090701+c0bf670-1_amd64.deb
Size: 187212
MD5sum: 20c53ab4d34a747d38bbd72cc908ad4e
SHA1: e5ed3535ce5dc6c1419355aa3e2b241ea75084f4
SHA256: 977ca0425cd64ef781cf8691d1fae0812c2acc2693dfe6b037882bc8593bc9fc
Description: X.Org X server -- Nouveau display driver (experimental)
 This driver for the X.Org X server (see xserver-xorg for a further description)
 provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
 .
 Note that these drivers are INCOMPLETE, and are only really useful for testing
 at this point. People needing a stable driver should use the "nv" driver
 instead. Although the upstream nouveau drivers provide some 3D support, these
 packages do not include the necessary files. Users requiring 3D support should
 use the non-free "nvidia" driver.
 .
 This package is built from the FreeDesktop.org xf86-video-nouveau driver.
 .
 Users wishing to install these drivers should first use module-assistant to
 build the drm kernel modules (via ``module-assistant auto-install drm'').
Homepage: http://nouveau.freedesktop.org/wiki/

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


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 care!
>APT will not questioning the preferences so wrong settings will
>therefore lead to uninstallable packages or wrong decisions while
>upgrading packages. Even more problems will arise if multiply
>distribution releases are mixed without a good understanding of the
>following paragraphs. You have been warned.
> 
> (Hmmm... s/multiply/multiple/ .. time to make another bug report.)

And either:

s/will not questioning/will not question/ or
s/will not questioning/will not be questioning/

I hope a native speaker will point to the better one (second?).

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


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 server, which are to or
from port 4957

If you want traffic in one direction only, you can use "src host" or
"dst host" instead of "host", and/or
"src port" or "dst port" instaed of "port".

You could add  -s 0   to ensure you grab entire packets regardless of
size, and -v, -vv or -vvv if you need more details on packets.


John


--
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/1f1816a91002200315o39f14dbdsd6376f5a3b9ec...@mail.gmail.com



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) . I need to decode the exchanged data .
> 
> Does "tcpshow" helps?
> 
> ***
> tcpshow - decode a tcpdump savefile 
> 
> (...)
> 
> tcpshow reads a tcpdump(1) savefile and provides a reasonably complete 
> decode of Ethernet, IP, ICMP, UDP and TCP headers, in packets that match 
> the boolean expression. The data belonging to these packets is displayed 
> in ASCII.
> ***
> 
> Greetings,
> 
> -- 
> Camaleón
> 
> 
> -- 
> 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/pan.2010.02.20.09.49...@gmail.com
> 

 

I tried to install 'tcpshow' on my Debian , but 'apt-cache search tcpshow' 
didn't return anything . Can you please give me a hint?


 
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

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 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 ?
> > Thank you
> 
> Hiya
> 
> Use tcpflow
> 
> i.e.
> tcpflow -c port 4957
> 
> HTH
> 
> Brent Clark
> 
> 
> -- 
> 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/4b7fa05b.7010...@gmail.com
> 

 

I tried for the following :

#tcpflow -c port 4957

But it didn't produce any output . Can you please give me a hint?


 
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

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 testing.

Packages installed: 1688
Version from stable/security/volatile: 1318
Version from backports: 34
Version from testing/security: 239
Version from unstable: 94
Version from experimental: 0
Local packages: 3
nvidia-kernel-2.6.32-trunk-amd6 - NVIDIA binary kernel module for Linux 
2.6.
pq  - Progress Quest is a "fire and forget" 
comp
w64codecs   - win64 binary codecs

Aptitude requires more use of the interactive resolver than in a pure system, 
but other than that (which I am very comfortable with), I actually am 
encountering fewer bugs than when I used stable+backports.

This is also specific to my package selection.  Users of different bits of 
software may find that much more of testing/unstable needs to be pulled in.  

Osamu is absolutely correct that this is an advanced setup.  It requires an 
attentive and knowledgeable system administrator, and has only minimal support 
form the DDs themselves.  (They provide you plenty of rope with which you can 
hang yourself.)

>(experimental's preference is set to 1 with reason.)

Backports is set to 1 as well. :P
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


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 represent an incursion on the priority system?
...
> The above preferences are for testing/unstable/experimental with a
> contingency for and emergency rollback a package to an obsolete package
> archived in my apt-cacher files. (My recent experience with the buggy
> xserver-xorg/mesa upgrade prompted this plan.)

In short, I do not like people asking this kind of question to casually
install mixed archive for their sake.  Especially things like experimental.

> 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 you
insalled from experimental.  I see no reason to have stable or volatile
when you are basically tracking testing or unstable.

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 care!
   APT will not questioning the preferences so wrong settings will
   therefore lead to uninstallable packages or wrong decisions while
   upgrading packages. Even more problems will arise if multiply
   distribution releases are mixed without a good understanding of the
   following paragraphs. You have been warned.

(Hmmm... s/multiply/multiple/ .. time to make another bug report.)
 
> My ego may be the more delicately balanced but my system is the more
> precious. :)

This squeeze testing cycle has been rough because of major transitions.
My recent upgrade in one of the multiboot setup from stable to unstable
caused unbootable system.

If your ego ticks you, testing only (or with testing security if
available) is good idea.  If something broke, add unstable while keeping
testing as default (higher preference) to get fixed packages.  Right
now, stable and testing have too much gap usually to be useful.  I would
rather rely on my local package archive under /var/cache/apt/packages/*
for recent but working packages.  

(experimental's preference is set to 1 with reason.)

Osamu




-- 
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/20100220094135.gc12...@osamu.debian.net



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 Audigy LS
> 
> Alsamixer: card: CA0106; Chip: (blank); View: [Playback]; Item: IEC958
> Columns from left to right: IEC958, IEC958 C, IEC958 F, IEC958 R,
> IEC958 U, Analog C, Analog F, Analog R, Analog S, Capture.
> Sheesh! there are many more columns in your instance than mine.
> 
> Yes, There is only one sound card, the Creative Sound Blaster Live.
> So, why are there two listings for "Multimedia Audio Controller"?

Please post the output of:

  grep '.*' /proc/asound/* /proc/asound/card?/*

(or, if there is a lot of text, make the output available on
 http://debian.pastebin.com/ and post the link here)

-- 
Regards,|
  Florian   |


-- 
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/20100220093554.ga10...@isar.localhost



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) savefile and provides a reasonably complete 
decode of Ethernet, IP, ICMP, UDP and TCP headers, in packets that match 
the boolean expression. The data belonging to these packets is displayed 
in ASCII.
***

Greetings,

-- 
Camaleón


-- 
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/pan.2010.02.20.09.49...@gmail.com



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 results from lshw and modprobe -l: 

Cronos:/home/lisi# lshw | grep ath
configuration: broadcast=yes driver=ath5k_pci
latency=0 module=ath5k multicast=yes wireless=IEEE 802.11
Cronos:/home/lisi# modprobe -l | grep ath
/lib/modules/2.6.26-2-686/kernel/drivers/md/multipath.ko
/lib/modules/2.6.26-2-686/kernel/drivers/md/dm-multipath.ko
/lib/modules/2.6.26-2-686/kernel/drivers/net/wireless/ath5k/ath5k.ko
/lib/modules/2.6.26-2-686/net/ath_rate_onoe.ko
/lib/modules/2.6.26-2-686/net/ath_rate_sample.ko
/lib/modules/2.6.26-2-686/net/ath_rate_minstrel.ko
/lib/modules/2.6.26-2-686/net/ath_hal.ko
/lib/modules/2.6.26-2-686/net/ath_pci.ko
/lib/modules/2.6.26-2-686/net/ath_rate_amrr.ko
Cronos:/home/lisi#

But wireless still does not work.  I.e., I cannot get on the internet without 
a wired connection, and wicd reports: 

No wireless networks found.

I am at a loss where to go next. :-(  Googling, and a pointer from a friend to 
the relevant page on the Debian Wiki, got me this far, but are of no further 
assistance.

Any suggestions?  I really want to wipe that horrible* Linpus and rely on 
Debian.

Thanks,
Lisi
* "horrible" is a subjective description and is not intended as an objective 
one.


-- 
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/201002200947.46249.lisi.re...@gmail.com



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 Giuliano 


--
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/1266658437.27469.5.ca...@localhost



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 let me know how I can modify my command ?

Thank you


Hiya

Use tcpflow

i.e.
tcpflow -c port 4957

HTH

Brent Clark


--
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/4b7fa05b.7010...@gmail.com



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
> difference and did not find anything about blacklisting.  Where is
> it?

this is blacklisting for module loading, i guess.

$ man modprobe
...
$ find /etc/modprobe.d |grep blacklist
/etc/modprobe.d/fbdev-blacklist.conf
/etc/modprobe.d/alsa-base-blacklist.conf
/etc/modprobe.d/blacklist.conf


-- 
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/20100220084010.gb12...@osamu.debian.net



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.so
> /opt/openoffice.org/basis3.1/program/libpython2.6.so.1.0
> r...@indiaforce:/usr/local/lib# cp `locate libpython2.6.so` /usr/local/lib/
> 
> 
> I then copied this libpython2.6.so.1.0 in /usr/local/lib and renamed it to
> libpython2.6.so
> 
> VirtualBox OSE then got compiled without any errors.

Good work :-)

Please use reportbug to file bug report on VirtualBox OSE
(virtualbox-ose-source) with version number etc with the same message
content as this mail of your experience.  Then package may be
fixed by the maintainer at its root cause.

Osamu


-- 
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/20100220083409.ga12...@osamu.debian.net