Re: monitoring swap i/o

2009-01-11 Thread Celejar
On Mon, 12 Jan 2009 07:06:21 +0100
Pol  wrote:

> I would like to be able to exactly monitor programs i/o in the swap
> area; 'top' does not seem to be the right tool as processes are sorted
> according to the total amount of swap space used, while i would like
> processes with high i/o activity (albeit in small amounts) to be
> highlighted. 

Check out iotop?

Celejar
--
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



monitoring swap i/o

2009-01-11 Thread Pol
I would like to be able to exactly monitor programs i/o in the swap
area; 'top' does not seem to be the right tool as processes are sorted
according to the total amount of swap space used, while i would like
processes with high i/o activity (albeit in small amounts) to be
highlighted. 

My case is with firefox and konqueror. They stay silently for hours, then
i/o starts, as one can hear that typical noise from the disk and as it can
be checked with 'vmstat'.  
Also i would like to locate programs more precisely, to tell which browser
tab, which plugin has triggered that swapping.  

Any hints?

Thank you

--
Pol


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Lightweight alternative to imagemagick?

2009-01-11 Thread André Berger
* Bob Cox (2009-01-11):
> I want to resize jpeg images (in order to create thumbnail images for a
> webpage) from a bash script and know that I can use 'convert' from the
> imagemagick package to achieve this.  This will be run on a (headless,
> no X) lenny/armel NSLU2 "slug". 
> 
> However, aptitude says that to install imagemagick requires 78 new
> packages, including x11-common, various gtk and font libraries - which
> will be irrelevant on the NSLU2.  Using the without-recommends switch in
> aptitude reduces the package count to 63 and choosing the
> 'graphicsmagick-imagemagick-compat' package rather than imagemagick
> brings it down to "only" 52 packages.  This still seems quite a lot and
> includes lots of font stuff and x11-common when all I want is the
> 'convert' command.
> 
> Does anyone know of a simpler, slimmer alternative for resizing jpegs
> from the command line please?

It all depends on your needs.

djpeg (from libjpeg-progs) Currently the scale factor must be  1/1, 1/2,  1/4,  
or  1/8.

If you're looking for photo gallery,

Super basic:



Good for offline creation:



-André

-- 
May as well be hung for a sheep as a lamb!
.
Linkstation/KuroBox/HG/HS/Tera Kernel 2.6/PPC from 
iPhone 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: /dev/sndstat

2009-01-11 Thread M. Lewis



Ron Johnson wrote:

On 01/11/09 22:34, M. Lewis wrote:

Ron Johnson wrote:

On 01/11/09 21:55, M. Lewis wrote:




[snip]



No, but I can show you what mine look like.  It's a Sid box running a 
hand-rolled kernel based on linux-source-2.6.28.  (The machine is 
about 3 months old, so also worked with 2.6.24.)



$ lspci | grep Audio
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)



$ lsmod | grep snd
snd_hda_intel 435324  3
snd_pcm77896  1 snd_hda_intel
snd_seq51376  1
snd_timer  21776  2 snd_pcm,snd_seq
snd_seq_device  7828  1 snd_seq
snd60856  12 
snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device

soundcore   7952  1 snd
snd_page_alloc  9104  2 snd_hda_intel,snd_pcm


# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux haggis 2.6.27smp64 #3 SMP Tue Dec 23 02:25:46 CST 2008 
x86_64

Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA NVidia at 0xfe024000 irq 21

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG



Thanks Ron, that helps some. At least I know what a working one looks 
like.


A little bit more detail, which correlates /dev/sndstat to lspci :

$ lspci -v -s00:06.1
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)

Subsystem: Foxconn International, Inc. Device 0d12
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
Memory at fe024000 (32-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

See how the "Card config:" matches the lspci info.



moe:~# lspci -v -s14.2
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
Subsystem: Giga-byte Technology Device a002
Flags: slow devsel, IRQ 16
Memory at fe024000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Kernel modules: snd-hda-intel


Do you happen to know what that fast devsel / slow devsel business is about?

Thanks,
Mike

--

 Any given program will expand to fill available memory.
  23:30:01 up  2:44,  1 user,  load average: 0.00, 0.00, 0.00

 Linux Registered User #241685  http://counter.li.org


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: howto make root emacs open in X

2009-01-11 Thread Paul E Condon
On Mon, Jan 12, 2009 at 12:50:00PM +1100, Alex Samad wrote:
> On Sun, Jan 11, 2009 at 03:38:30PM -0700, Paul E Condon wrote:
> > On Sun, Jan 11, 2009 at 12:48:48PM +0900, Osamu Aoki wrote:
> > > On Sat, Jan 10, 2009 at 04:04:03PM -0600, Harry P wrote:
> > > > Osamu Aoki  writes:
> > > > > On Sat, Jan 10, 2009 at 09:26:07AM -0600, Harry P wrote:
> > > > >> Axel Freyn  writes:
> > > > >> > Why do you use ssh to connect to the local machine? I would 
> > > > >> > propose to
> > > > > Point of Axel is use of SSH wastes CPU resource while gaining nothing.
> > > > > His suggestion is more efficient.  .. I think.
> > > > Setting the issue of whether you have to type out a passwd aside:
> > > 
> > > Hmmm... you must have set up passwordless SSH to root.  I hope this sshd
> > > is not accessible from Internet.  You may be attacked easily.
> > > 
> > 
> > I did it with localhost public key in /root/.ssh/known_hosts and my 
> > user pub key in /root/.ssh/authorized_keys .
> 
> Sorry I have come in a bit late and the answer might have been given
> previously.
> 

I gain freedom from continual typing of passwords.

I have three debian computers on a small LAN. I have deposited
authorized_keys and known_hosts files on all of them so that I can
work on files on any of them using the CPU of any of them, all from my
single desktop computer. Each time I log into my desktop I must give
my password once and run ssh-add and give my ssh key password
(once). After that I can move about the system without ever typing a
password again until I quit and have to log in again. I can abandon a
shell on a romote machine and them immediately reenter it by scrolling
back and reexecuting a previously typed in ssh command.

To do this, I use ssh and sshfs. No private keys that lack passwords
are need, just some ingenuity. This is all being done on a small LAN
protected from the internet wilderness by NAT. It's OK for me, IMHO.

YMMV 

-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: /dev/sndstat

2009-01-11 Thread Ron Johnson

On 01/11/09 22:34, M. Lewis wrote:

Ron Johnson wrote:

On 01/11/09 21:55, M. Lewis wrote:




[snip]



No, but I can show you what mine look like.  It's a Sid box running a 
hand-rolled kernel based on linux-source-2.6.28.  (The machine is 
about 3 months old, so also worked with 2.6.24.)



$ lspci | grep Audio
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)



$ lsmod | grep snd
snd_hda_intel 435324  3
snd_pcm77896  1 snd_hda_intel
snd_seq51376  1
snd_timer  21776  2 snd_pcm,snd_seq
snd_seq_device  7828  1 snd_seq
snd60856  12 
snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device

soundcore   7952  1 snd
snd_page_alloc  9104  2 snd_hda_intel,snd_pcm


# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux haggis 2.6.27smp64 #3 SMP Tue Dec 23 02:25:46 CST 2008 
x86_64

Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA NVidia at 0xfe024000 irq 21

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG



Thanks Ron, that helps some. At least I know what a working one looks like.


A little bit more detail, which correlates /dev/sndstat to lspci :

$ lspci -v -s00:06.1
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)

Subsystem: Foxconn International, Inc. Device 0d12
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
Memory at fe024000 (32-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

See how the "Card config:" matches the lspci info.

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: /dev/sndstat

2009-01-11 Thread M. Lewis

Ron Johnson wrote:

On 01/11/09 21:55, M. Lewis wrote:




[snip]



No, but I can show you what mine look like.  It's a Sid box running a 
hand-rolled kernel based on linux-source-2.6.28.  (The machine is about 
3 months old, so also worked with 2.6.24.)



$ lspci | grep Audio
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)



$ lsmod | grep snd
snd_hda_intel 435324  3
snd_pcm77896  1 snd_hda_intel
snd_seq51376  1
snd_timer  21776  2 snd_pcm,snd_seq
snd_seq_device  7828  1 snd_seq
snd60856  12 
snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device

soundcore   7952  1 snd
snd_page_alloc  9104  2 snd_hda_intel,snd_pcm


# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux haggis 2.6.27smp64 #3 SMP Tue Dec 23 02:25:46 CST 2008 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA NVidia at 0xfe024000 irq 21

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG



Thanks Ron, that helps some. At least I know what a working one looks like.
--

 Avoid GOTOs completely if you can keep the program readable.
  22:30:01 up  1:44,  1 user,  load average: 0.04, 0.08, 0.08

 Linux Registered User #241685  http://counter.li.org


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: /dev/sndstat

2009-01-11 Thread Ron Johnson

On 01/11/09 21:55, M. Lewis wrote:


I'm still working on troubleshooting my sound issues. Can someone tell 
me *what* config this is referring to?


moe:~# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.16 emulation code)
Kernel: Linux moe 2.6.26-1-amd64 #1 SMP Mon Dec 15 17:25:36 UTC 2008 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
--- no soundcards ---

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG


No, but I can show you what mine look like.  It's a Sid box running 
a hand-rolled kernel based on linux-source-2.6.28.  (The machine is 
about 3 months old, so also worked with 2.6.24.)



$ lspci | grep Audio
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio 
(rev a2)



$ lsmod | grep snd
snd_hda_intel 435324  3
snd_pcm77896  1 snd_hda_intel
snd_seq51376  1
snd_timer  21776  2 snd_pcm,snd_seq
snd_seq_device  7828  1 snd_seq
snd60856  12 
snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device

soundcore   7952  1 snd
snd_page_alloc  9104  2 snd_hda_intel,snd_pcm


# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux haggis 2.6.27smp64 #3 SMP Tue Dec 23 02:25:46 CST 2008 
x86_64

Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA NVidia at 0xfe024000 irq 21

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG



--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




/dev/sndstat

2009-01-11 Thread M. Lewis


I'm still working on troubleshooting my sound issues. Can someone tell 
me *what* config this is referring to?


moe:~# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.16 emulation code)
Kernel: Linux moe 2.6.26-1-amd64 #1 SMP Mon Dec 15 17:25:36 UTC 2008 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
--- no soundcards ---

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG

Thanks,
Mike
--

 IBM: Increasingly Bad Manufacturing
  21:50:01 up  1:04,  1 user,  load average: 0.07, 0.06, 0.01

 Linux Registered User #241685  http://counter.li.org


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Labeling backup DVD+RW's

2009-01-11 Thread Chris Jones
On Sun, Jan 11, 2009 at 08:59:39PM EST, Richard Hector wrote:
> On Sun, 2009-01-11 at 19:49 -0600, Ron Johnson wrote:
> > On 01/11/09 19:24, Richard Hector wrote:
> > > On Sun, 2009-01-11 at 20:03 -0500, Douglas A. Tutty wrote:
> > >> On Thu, Jan 08, 2009 at 05:29:54PM +1300, Richard Hector wrote:
> > >>  
> > >>> I'd be tempted to just write on something that never needs erasing -
> > >>> either a name that makes sense in a repeating cycle (eg 'Monday',
> > >>> 'Tuesday' etc) or just an index number, and keep a separate record of
> > >>> which disk you need for which date. Otherwise you increase the risk of
> > >>> damaging the disk.
> > >> What, no barcode reader in a burner?
> > > 
> > > I'm not very good at writing barcodes :-)
> > > 
> > > And I have nothing that will print on a CD/DVD. And I don't like the
> > > idea of putting sticky labels on a disk that spins that fast.

Me neither .. sounds like asking for trouble.

> > See if Lightscribe works for you.
> 
> [note that I'm not actually in need of a solution at this time]
> 
> My (laptop) burner claims to do lightscribe - but it needs special
> (expensive?) disks, doesn't it? And produces labels that the drive still
> can't read?

I'm pretty sure mine isn't .. but I have no evidence to the contrary either.

I've heard lightscribe burning takes for ever..

> I'm not actually sure where this thread is going any more though :-)

:-)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Speeding up Debian Boot

2009-01-11 Thread Paul Johnson
JoeHill wrote:

> Wow...had no idea. So badly want a portable.

PROTIP: Buy a share of IBM stock.  IBM shareholders get nice discounts
on Lenovo ThinkPads.  I love my A32 and T400.




signature.asc
Description: OpenPGP digital signature


How Much Do You Make From Forex?

2009-01-11 Thread info
Hi friend,

Want to live the dream? Fast cars, fast women, big houses and luxury holidays.

Its everyone’s dream to quit there job, drive the flash cars and live in a big 
house, but only a select few will ever get close to it. Why you may ask? Why is 
it that while you are slaving away with the 9-5 others are out there are 
actually living the dream?  The answer is knowledge. Knowledge is the key to 
success whether it be knowledge about medicine, engineering or any other walk 
of live, the people who are successful all have one thing in common they have 
knowledge.

What I’m going to give you is the ability to bypass the knowledge part of the 
success equation. That’s right absolutely no knowledge is required to start 
living the dream using the Forex Funnel system. I will show you step by step 
how to use our software that once set up will funnel immense amounts of money 
into your bank account on autopilot.

How would you like to be Taking Caribbean holidays every 2 months without a 
care in the world, how would you like to tell your boss to stick his job, how 
would you like the most important thing of all – time – time to spend with your 
familiy and friends ? Well all this and more can be yours sooner than you would 
ever think possible. Simply click on the link below to start living the dream.

Click Here!

or copy:
http://ovokovo.forexfun.hop.clickbank.net/?tid=EMAILING


Re: Help with u tube video streaming

2009-01-11 Thread Michael Pobega
On Sat, Jan 10, 2009 at 10:14:31AM +1000, Adrian Levi wrote:
> 2009/1/10 Michael Pobega :
> > On Fri, Jan 09, 2009 at 10:38:34PM +, Chris S wrote:
> >> Hello everyone genius type people,
> >> Can you help, I don't know much about computers (in comparison to you guys)
> 
> >> they ran perfectlly but now the video is very 'jerky'. I am unsure about 
> >> the
> >> further details you require and so instead of guessing could you let me 
> >> know
> >> what you need (and maybe how to find it) I will send you the details. I 
> >> have
> >> googled myself to near insanity but cannot find anything that directly
> >> helps. My apologies if I'm not being clear or doing something wrong.
> 
> > I'm not trying to say something completely useless here, but perhaps you
> > should try updated to Lenny? Etch is soon to be an unsupported version
> > of Debian, so I would honestly upgrade before getting into anything.
> 
> Yes it is soon to be oldstable but security fixes will still apply to
> it for some time.
> 
> Updating to Lenny for a new user for your reason above is 1)
> Unnessesary to fix this problem, 2) can create more problems than he
> is trying to fix and 3) Lenny is not stable yet.
> 

I don't really agree with that. Lenny already has very few RC bugs and
has been in freeze for quite a while. In my opinion Lenny would be
easier for a new user, as it will avoid the (often) troublesome upgrade
process.

Also, Lenny may include some updated video drivers that may or may not
fix Chris' problem; I don't see how trying to nip something like this in
the bud could create problems.

Though it's really up to Chris in the end anyway -- This is all just
idle chatter.


signature.asc
Description: Digital signature


Re: Labeling backup DVD+RW's

2009-01-11 Thread Richard Hector
On Sun, 2009-01-11 at 19:49 -0600, Ron Johnson wrote:
> On 01/11/09 19:24, Richard Hector wrote:
> > On Sun, 2009-01-11 at 20:03 -0500, Douglas A. Tutty wrote:
> >> On Thu, Jan 08, 2009 at 05:29:54PM +1300, Richard Hector wrote:
> >>  
> >>> I'd be tempted to just write on something that never needs erasing -
> >>> either a name that makes sense in a repeating cycle (eg 'Monday',
> >>> 'Tuesday' etc) or just an index number, and keep a separate record of
> >>> which disk you need for which date. Otherwise you increase the risk of
> >>> damaging the disk.
> >> What, no barcode reader in a burner?
> > 
> > I'm not very good at writing barcodes :-)
> > 
> > And I have nothing that will print on a CD/DVD. And I don't like the
> > idea of putting sticky labels on a disk that spins that fast.
> 
> See if Lightscribe works for you.

[note that I'm not actually in need of a solution at this time]

My (laptop) burner claims to do lightscribe - but it needs special
(expensive?) disks, doesn't it? And produces labels that the drive still
can't read?

I'm not actually sure where this thread is going any more though :-)

Richard



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: howto make root emacs open in X

2009-01-11 Thread Alex Samad
On Sun, Jan 11, 2009 at 03:38:30PM -0700, Paul E Condon wrote:
> On Sun, Jan 11, 2009 at 12:48:48PM +0900, Osamu Aoki wrote:
> > On Sat, Jan 10, 2009 at 04:04:03PM -0600, Harry P wrote:
> > > Osamu Aoki  writes:
> > > > On Sat, Jan 10, 2009 at 09:26:07AM -0600, Harry P wrote:
> > > >> Axel Freyn  writes:
> > > >> > Why do you use ssh to connect to the local machine? I would propose 
> > > >> > to
> > > > Point of Axel is use of SSH wastes CPU resource while gaining nothing.
> > > > His suggestion is more efficient.  .. I think.
> > > Setting the issue of whether you have to type out a passwd aside:
> > 
> > Hmmm... you must have set up passwordless SSH to root.  I hope this sshd
> > is not accessible from Internet.  You may be attacked easily.
> > 
> 
> I did it with localhost public key in /root/.ssh/known_hosts and my 
> user pub key in /root/.ssh/authorized_keys .

Sorry I have come in a bit late and the answer might have been given
previously.


But isn't it the same as using sudo, sudo caches your password (access)
for a user specified amount of time. Both methods seem to require a
password sudo can be setup to limit access what command and files can be
edited.

and as for X access I can run sudo xterm from my machine and a root
xterm pop's up on my X, what doesn't work is sudo su - and then xterm
but there is a simple work around for that as well - set XAUTHORITY and
DISPLAY

Alex

> 
> 
> -- 
> Paul E Condon   
> pecon...@mesanetworks.net
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> 
> 

-- 
"The legislature's job is to write law. It's the executive branch's job to 
interpret law."

- George W. Bush
11/22/2000
Austin, TX


signature.asc
Description: Digital signature


Re: Labeling backup DVD+RW's

2009-01-11 Thread Ron Johnson

On 01/11/09 19:24, Richard Hector wrote:

On Sun, 2009-01-11 at 20:03 -0500, Douglas A. Tutty wrote:

On Thu, Jan 08, 2009 at 05:29:54PM +1300, Richard Hector wrote:
 

I'd be tempted to just write on something that never needs erasing -
either a name that makes sense in a repeating cycle (eg 'Monday',
'Tuesday' etc) or just an index number, and keep a separate record of
which disk you need for which date. Otherwise you increase the risk of
damaging the disk.

What, no barcode reader in a burner?


I'm not very good at writing barcodes :-)

And I have nothing that will print on a CD/DVD. And I don't like the
idea of putting sticky labels on a disk that spins that fast.


See if Lightscribe works for you.

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Corrupt data - RAID sata_sil 3114 chip

2009-01-11 Thread Tejun Heo
Robert Hancock wrote:
>> There are apparently some reports of issues on NVidia chipsets as
>> well, though I don't have any details at hand.
> 
> Well, Carlos' email bounces, so much for that one. Anyone have any other
> contacts at Silicon Image?

I'll ping my SIMG contacts but I've pinged about this problem in the
past but it didn't get anywhere.

Thanks.

-- 
tejun


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Help with u tube video streaming

2009-01-11 Thread Ron Johnson

On 01/11/09 17:31, Celejar wrote:

On Sun, 11 Jan 2009 12:39:56 -0600
Ron Johnson  wrote:


On 01/10/09 19:27, Celejar wrote:

On Sat, 10 Jan 2009 11:49:18 -0600
Ron Johnson  wrote:

...


clive is good for grabbing Flash videos and converting them to .mp4.

I'm not sure that there's generally any need to convert them; mplayer is
perfectly happy with files with .flv extensions.

True.  But IIRC, the mp4 files are smaller.


Will transcoding reduce the quality?


I haven't noticed any reduction.

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Labeling backup DVD+RW's

2009-01-11 Thread Richard Hector
On Sun, 2009-01-11 at 20:03 -0500, Douglas A. Tutty wrote:
> On Thu, Jan 08, 2009 at 05:29:54PM +1300, Richard Hector wrote:
>  
> > I'd be tempted to just write on something that never needs erasing -
> > either a name that makes sense in a repeating cycle (eg 'Monday',
> > 'Tuesday' etc) or just an index number, and keep a separate record of
> > which disk you need for which date. Otherwise you increase the risk of
> > damaging the disk.
> 
> What, no barcode reader in a burner?

I'm not very good at writing barcodes :-)

And I have nothing that will print on a CD/DVD. And I don't like the
idea of putting sticky labels on a disk that spins that fast.

Richard



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Labeling backup DVD+RW's

2009-01-11 Thread Douglas A. Tutty
On Thu, Jan 08, 2009 at 05:29:54PM +1300, Richard Hector wrote:
 
> I'd be tempted to just write on something that never needs erasing -
> either a name that makes sense in a repeating cycle (eg 'Monday',
> 'Tuesday' etc) or just an index number, and keep a separate record of
> which disk you need for which date. Otherwise you increase the risk of
> damaging the disk.

What, no barcode reader in a burner?

:)

Doug.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Debian AMD64

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Ron Johnson wrote:
> >> # ls -1 NVID*177.82*run
> >> NVIDIA-Linux-x86-177.82-pkg1.run
> >> NVIDIA-Linux-x86_64-177.82-pkg2.run
> > 
>
> > wait, you have 177.82 ???


latest nvidia version now:
NVIDIA-Linux-x86-180.22-pkg1.run

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Debian AMD64

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Ron Johnson wrote:
> > I think you meant ls -l
> > ls -l NVID*
> > -rwxr-xr-x 1 pbc  pbc  19865216 2008-07-08 08:00
> > NVIDIA-Linux-x86-173.14.09-pkg1.run
> > -rw-r--r-- 1 pbc  pbc  19869479 2008-08-06 19:20
> > NVIDIA-Linux-x86-173.14.12-pkg1.run
>
> That's two different 32-bit versions.

Right, I always keep at least 1 older version that I KNOW works, in case the 
new one crashes, burns or doesn't work..
>
> > wait, you have 177.82 ???
>
> Yes.  The 32- and 64-bit "editions" of the same version of the
> binary driver.

right, I'll get both.
>
> >>> I'm assuming this is the part that needs to come from the amd64 build?
> >>
> >> I don't remember that part.  Are you running a 64-bit kernel yet?
> >
> > no, just getting my ducks in a row first.. I did get the kernel & header
> > files and updated grub, I just haven't rebooted YET..
>
> You'll need to get the NVIDIA versions from nvidia.com, since the
> packaged versions don't support this.

yup, same place I got the ones I have now, I just haven't looked recently 
because sgfx -c updated them for me.




-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Speeding up Debian Boot

2009-01-11 Thread JoeHill
Tzafrir Cohen wrote: 

> On Sun, Jan 11, 2009 at 06:42:37PM -0500, JoeHill wrote:
> > Celejar wrote:   
> 
> > > Suspend to disk; once you begin using it, you won't be able to do
> > > without it.  
> > 
> > How long does that last? Could you suspend to disk while you're commuting
> > for, say, an hour or more?  
> 
> Suspend to ram: much faster, but time-limited (memory runs on the battery.
> 
> Suspend to disk: slowwer, but unlimited in time.
> 
> $ uptime
>  01:51:08 up 130 days,  3:35,  4 users,  load average: 1.28, 1.21, 1.14
> 
> That's after countless of s2disk :-)

Wow...had no idea. So badly want a portable.

-- 
J


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Dotan Cohen
2009/1/12 Chris Jones :
> On Sun, Jan 11, 2009 at 05:16:14PM EST, Dotan Cohen wrote:
>> 2009/1/11 Robert Brockway :
>> > On Sun, 11 Jan 2009, Dotan Cohen wrote:
>
>> Like fine underwear, passwords should be changed every few months for good
>> measure.
>
> What? You recommend changing underwear every few months..??
>
> I certainly envy you for the tolerant disposition of your relatives, friends,
> or fellow workers.
>

I've heard it said once that passwords are like underwear: you don't
share them with your friends, you don't hang them on your monitor, and
you change them twice yearly. I only wish that I could take credit for
that poetic quote.

(it's an ingenious quote, because of the humour users tend to remember it)

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: Speeding up Debian Boot

2009-01-11 Thread Tzafrir Cohen
On Sun, Jan 11, 2009 at 06:42:37PM -0500, JoeHill wrote:
> Celejar wrote: 

> > Suspend to disk; once you begin using it, you won't be able to do
> > without it.
> 
> How long does that last? Could you suspend to disk while you're commuting for,
> say, an hour or more?

Suspend to ram: much faster, but time-limited (memory runs on the battery.

Suspend to disk: slowwer, but unlimited in time.

$ uptime
 01:51:08 up 130 days,  3:35,  4 users,  load average: 1.28, 1.21, 1.14

That's after countless of s2disk :-)

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Speeding up Debian Boot

2009-01-11 Thread JoeHill
Celejar wrote: 

> On Sun, 11 Jan 2009 17:17:57 -0500
> JoeHill  wrote:
> 
> > Ron Johnson wrote: 
> >   
> > > On 01/11/09 11:49, Dean Chester wrote:  
> > > > Hi
> > > > Is there anyway i can speed up debians boot time. Its embarrassing that 
> > > > Vista boots up quicker than debian.
> > > 
> > > If you only reboot your machine once or twice a month, does it 
> > > matter whether boot times are slow?  
> > 
> > maybe if it's a laptop ;)  
> 
> Suspend to disk; once you begin using it, you won't be able to do
> without it.

How long does that last? Could you suspend to disk while you're commuting for,
say, an hour or more?

-- 
J


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Speeding up Debian Boot

2009-01-11 Thread JoeHill
Ron Johnson wrote: 

> On 01/11/09 16:17, JoeHill wrote:
> > Ron Johnson wrote: 
> >   
> >> On 01/11/09 11:49, Dean Chester wrote:  
> >>> Hi
> >>> Is there anyway i can speed up debians boot time. Its embarrassing that 
> >>> Vista boots up quicker than debian.
> >> If you only reboot your machine once or twice a month, does it 
> >> matter whether boot times are slow?  
> > 
> > maybe if it's a laptop ;)  
> 
> Laps are for girls, not computers.

Desks can be for girls too, depends on who you work with.

>  (Is that ragingly sexist?)

If it is, I'm in real trouble now.

-- 
J


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Chris Jones
On Sun, Jan 11, 2009 at 05:16:14PM EST, Dotan Cohen wrote:
> 2009/1/11 Robert Brockway :
> > On Sun, 11 Jan 2009, Dotan Cohen wrote:

> Like fine underwear, passwords should be changed every few months for good
> measure.

What? You recommend changing underwear every few months..?? 

I certainly envy you for the tolerant disposition of your relatives, friends,
or fellow workers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Help with u tube video streaming

2009-01-11 Thread Celejar
On Sun, 11 Jan 2009 12:39:56 -0600
Ron Johnson  wrote:

> On 01/10/09 19:27, Celejar wrote:
> > On Sat, 10 Jan 2009 11:49:18 -0600
> > Ron Johnson  wrote:
> > 
> > ...
> > 
> >> clive is good for grabbing Flash videos and converting them to .mp4.
> > 
> > I'm not sure that there's generally any need to convert them; mplayer is
> > perfectly happy with files with .flv extensions.
> 
> True.  But IIRC, the mp4 files are smaller.

Will transcoding reduce the quality?

Celejar
--
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



Re: Speeding up Debian Boot

2009-01-11 Thread Celejar
On Sun, 11 Jan 2009 17:17:57 -0500
JoeHill  wrote:

> Ron Johnson wrote: 
> 
> > On 01/11/09 11:49, Dean Chester wrote:
> > > Hi
> > > Is there anyway i can speed up debians boot time. Its embarrassing that 
> > > Vista boots up quicker than debian.  
> > 
> > If you only reboot your machine once or twice a month, does it 
> > matter whether boot times are slow?
> 
> maybe if it's a laptop ;)

Suspend to disk; once you begin using it, you won't be able to do
without it.

Celejar
--
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



Re: Unknown network traffic (Conclusion)

2009-01-11 Thread T o n g

> I've tried all the network bandwidth monitoring tools that I know to find
> out the unknown network traffic I'm having now . . .

As for tools to further analysis the traffic,

Both Allen Kistler @gmail.com & Javier Barroso @comp.os.linux.networking
suggested tcpdump and wireshark, which are pretty much the standard tools
for capturing and dissecting traffic.

Chris Davies @comp.os.linux.networking suggested tshark (the console version
of wireshark) and showed its usage as well (thanks!):

   tshark -nlp -i eth0

James Youngman @gnu.org suggested to run 

 tcpdup -n -i eth0

although I didn't find where the executable comes from.

> My normal network bandwidth is almost 0. Now, with 1.95Kb outbound and 
> 4.71Kb inbound, I don't know what's exactly going on with my network.

As for analyzing the cause of the unknown traffic,

>   bps% desc
>  107.2   0% icmp unreach port 192.168.0.100 -> 119.40.7.39
>  107.2   0% icmp unreach port 192.168.0.100 -> 122-121-216-117
>  107.2   0% icmp unreach port 192.168.0.100 -> 17
>  107.2   0% icmp unreach port 192.168.0.100 -> 220-136-240-189
>  108.5   0% icmp unreach port 192.168.0.100 -> 227
>  105.4   0% icmp unreach port 192.168.0.100 -> 77.81.248.210
>  105.4   0% icmp unreach port 192.168.0.100 -> 83-157-127-150
>  . . .

Both James Youngman @gnu.org and Eric Pozharski @comp.os.linux.networking
explained the actual meaning of "icmp unreach port":

... these ICMP port-unreachable errors indicate that the remote systems are
trying to communicate with a network port you're not listening on.

... those hosts attempt to open port on yours address...; then, since you
(supposedly) don't have those services enabled on your host, yours kernel
REJECTs them (that's what "icmp unreach port" means).

Knowing this, I feel much relieved. 

> First of all, these are very small numbers.   This almost certainly is
> not a summary of what's using up all your bandwidth (if that's indeed
> happening). 

The explanation for this is that I didn't list all the traffic. There are
many and they do add up to all my bandwidth.

The actual reason, I think, is that I've used a Bittorrent client
before. But it was *hours* before -- didn't expect the Bittorrent clients
on other side were so persistent... 

Thanks again to everybody!

Cheers

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



Re: Speeding up Debian Boot

2009-01-11 Thread Ron Johnson

On 01/11/09 16:17, JoeHill wrote:
Ron Johnson wrote: 


On 01/11/09 11:49, Dean Chester wrote:

Hi
Is there anyway i can speed up debians boot time. Its embarrassing that 
Vista boots up quicker than debian.  
If you only reboot your machine once or twice a month, does it 
matter whether boot times are slow?


maybe if it's a laptop ;)


Laps are for girls, not computers.  (Is that ragingly sexist?)

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: howto make root emacs open in X

2009-01-11 Thread Paul E Condon
On Sun, Jan 11, 2009 at 12:48:48PM +0900, Osamu Aoki wrote:
> On Sat, Jan 10, 2009 at 04:04:03PM -0600, Harry P wrote:
> > Osamu Aoki  writes:
> > > On Sat, Jan 10, 2009 at 09:26:07AM -0600, Harry P wrote:
> > >> Axel Freyn  writes:
> > >> > Why do you use ssh to connect to the local machine? I would propose to
> > > Point of Axel is use of SSH wastes CPU resource while gaining nothing.
> > > His suggestion is more efficient.  .. I think.
> > Setting the issue of whether you have to type out a passwd aside:
> 
> Hmmm... you must have set up passwordless SSH to root.  I hope this sshd
> is not accessible from Internet.  You may be attacked easily.
> 

I did it with localhost public key in /root/.ssh/known_hosts and my 
user pub key in /root/.ssh/authorized_keys .


-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Debian AMD64

2009-01-11 Thread Ron Johnson

On 01/11/09 15:33, Paul Cartwright wrote:

On Sun January 11 2009, Ron Johnson wrote:

The .run files are containers,

18 meg shell scripts..

More than that!

# ls -1 NVID*177.82*run
NVIDIA-Linux-x86-177.82-pkg1.run
NVIDIA-Linux-x86_64-177.82-pkg2.run


I think you meant ls -l
ls -l NVID*
-rwxr-xr-x 1 pbc  pbc  19865216 2008-07-08 08:00 
NVIDIA-Linux-x86-173.14.09-pkg1.run
-rw-r--r-- 1 pbc  pbc  19869479 2008-08-06 19:20 
NVIDIA-Linux-x86-173.14.12-pkg1.run


That's two different 32-bit versions.

wait, you have 177.82 ??? 


Yes.  The 32- and 64-bit "editions" of the same version of the 
binary driver.



I'm assuming this is the part that needs to come from the amd64 build?

I don't remember that part.  Are you running a 64-bit kernel yet?
no, just getting my ducks in a row first.. I did get the kernel & header files 
and updated grub, I just haven't rebooted YET..


You'll need to get the NVIDIA versions from nvidia.com, since the 
packaged versions don't support this.



$ uname -m
x86_64

uname -m
i686

ls -l /boot
-rw-r--r-- 1 root root   88589 2008-07-18 16:22 config-2.6.25-2-686
-rw-r--r-- 1 root root   91651 2008-12-15 17:43 config-2.6.26-1-686
-rw-r--r-- 1 root root   85599 2008-12-15 17:47 config-2.6.26-1-amd64
drwxr-xr-x 2 root root4096 2009-01-10 15:59 grub
-rw-r--r-- 1 root root 6793424 2008-08-18 07:39 initrd.img-2.6.25-2-686
-rw-r--r-- 1 root root 6795167 2008-08-15 15:56 initrd.img-2.6.25-2-686.bak
-rw-r--r-- 1 root root 7217562 2008-12-20 08:40 initrd.img-2.6.26-1-686
-rw-r--r-- 1 root root 6943610 2008-10-06 09:15 initrd.img-2.6.26-1-686.bak
-rw-r--r-- 1 root root 7290666 2009-01-10 15:58 initrd.img-2.6.26-1-amd64
-rw-r--r-- 1 root root   20068 2007-12-04 17:21 memdisk
-rw-r--r-- 1 root root  103212 2008-03-24 16:08 memtest86.bin
-rw-r--r-- 1 root root  124152 2008-10-02 21:27 memtest86+.bin
-rw-r--r-- 1 root root  918470 2008-07-18 16:22 System.map-2.6.25-2-686
-rw-r--r-- 1 root root  928053 2008-12-15 17:43 System.map-2.6.26-1-686
-rw-r--r-- 1 root root 1225518 2008-12-15 17:47 System.map-2.6.26-1-amd64
-rw-r--r-- 1 root root 1484448 2008-07-18 16:21 vmlinuz-2.6.25-2-686
-rw-r--r-- 1 root root 1505712 2008-12-15 17:43 vmlinuz-2.6.26-1-686
-rw-r--r-- 1 root root 1755088 2008-12-15 17:46 vmlinuz-2.6.26-1-amd64







--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: howto make root emacs open in X

2009-01-11 Thread Paul E Condon
On Sat, Jan 10, 2009 at 09:26:07AM -0600, Harry P wrote:
> Axel Freyn  writes:
> 
> > Why do you use ssh to connect to the local machine? I would propose to
> 
> To make use of the ssh-agent and circumvent typing the password every
> time I want a root shell.
> 

Another approach to avoiding password typing is to use sshfs to mount an
access poing thru which you can access (rw) the file with root priveleges
from a user shell. Have I said it so its understandable? I do it and it
works. There is some automagical redefining of rwx to root for those which
pass thru the sshfs deamon. 

HTH
-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Speeding up Debian Boot

2009-01-11 Thread JoeHill
Ron Johnson wrote: 

> On 01/11/09 11:49, Dean Chester wrote:
> > Hi
> > Is there anyway i can speed up debians boot time. Its embarrassing that 
> > Vista boots up quicker than debian.  
> 
> If you only reboot your machine once or twice a month, does it 
> matter whether boot times are slow?

maybe if it's a laptop ;)

-- 
J


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Dotan Cohen
2009/1/11 Robert Brockway :
> On Sun, 11 Jan 2009, Dotan Cohen wrote:
>
>> On a machine that I have root access to, how can I see who is logged
>> into the machine? Specifically, I suspect that  a malicious entity is
>> logging on in a compromised account over SSH, even while the account's
>> user is sitting at the machine and logged in, so if I can catch two
>> simultaneous login sessions (one on the physical hardware, one over
>> ssh) then I can be sure. Thanks.
>
> w and who have been mentioned.  I generally prefer finger (which runs quite
> happily locally without a fingerd to connect to).
>
> You probably also want to look at last[1] which will show a history of when
> users were logged in.
>
> But...
>
> If you really think the a/c has been compromised then don't wait for the
> baddie to log in again.  Lock the account.  Scan the box for anomalies (eg,
> checkrootkit) and take a particular interest in that a/c.
>
> If you don't find any evidence that the baddie broke root then may wish to
> reset the a/c password and move on.  If you find any evidence that the
> baddie broke root then best practice is to restore the box from known good
> backups.  You can never guarantee that you found all of the backdoors that a
> cracker may have left on a system.
>
> I'll stop now as there is a lot more I could say on this topic but it isn't
> necessary at this stage.
>
> [1] I comment out the entry concerning wtmp in /etc/logrotate.conf as this
> allows the login history to remain indefinitely.  Even for multi-user boxes
> that have been running for years I haven't found a problem doing this.  wtmp
> is tiny so disk space is hardly an issue.
>
> Cheers,
>
> Rob
>

Thanks, Rob. Although I found no evidence of the breakin that I had
suspected, I changed the password anyway. Like fine underwear,
passwords should be changed every few months for good measure.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: Who is logged into this box?

2009-01-11 Thread Dotan Cohen
2009/1/11 Michael Shuler :
> Since it has not been mentioned in the other replies, I would certainly
> think that scrutiny of /var/log/auth.log is due.  The logs should show
> you when the user has logged in, and from what remote IP addresses.  it
> should be quite simple to correlate those times and locations with your
> user.
>

Thank you, that did give me the information that I needed.

> 'whois 11.22.33.44' on those IP addresses will get you an idea of the
> physical location (not precise in all cases, but an idea) the logins
> came from.
>

I did not realize that whois worked with IP addresses. Thanks.

> In any case - do not delay changing that user's password to a new strong
> one!
>

Done! Even though it was already strong (over 12 characters,
AlphaNumeric of varying case)

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: Unknown network traffic

2009-01-11 Thread Javier Barroso
On Fri, Jan 9, 2009 at 6:08 PM, T o n g  wrote:
> Hi,
>
> I've tried all the network bandwidth monitoring tools that I know to find
> out the unknown network traffic I'm having now, I've tried iftop, netstat,
> lsof and pktstat, and still can't find out the result. Please help.
Perhaps capturing packets with wireshark / tcpdump could help you to
interpret that traffic.

Regards


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Question about twisted.conch.telnet

2009-01-11 Thread Paul E Condon
Something on one of my computers is triggering a warning 
message form cron.daily about deprecation twisted.conch.telnet.
I have no idea what this is, and little confidence that I
could arrive at a workable fix thru self study. Is this a
known problem? i.e. known to release manager for Lenny? Or
someone else? 

The message arrives by email. It reads:
Subject: Cron  test -x /usr/sbin/anacron || ( cd / && run-parts
--report /etc/cron.daily )

/etc/cron.daily/logrotate:
/usr/lib/python2.5/site-packages/twisted/manhole/telnet.py:8:
+DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated.
+See twisted.conch.telnet for the current, supported API.
  from twisted.protocols import telnet
/usr/lib/python2.5/site-packages/twisted/manhole/telnet.py:8:
+DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated.
+See twisted.conch.telnet for the current, supported API.
  from twisted.protocols import telnet

Nothing that I notice is misbehaving on gq. I don't use telnet. I'm puzzled.

-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Debian AMD64

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Ron Johnson wrote:
> >> The .run files are containers,
> >
> > 18 meg shell scripts..
>
> More than that!
>
> # ls -1 NVID*177.82*run
> NVIDIA-Linux-x86-177.82-pkg1.run
> NVIDIA-Linux-x86_64-177.82-pkg2.run

I think you meant ls -l
ls -l NVID*
-rwxr-xr-x 1 pbc  pbc  19865216 2008-07-08 08:00 
NVIDIA-Linux-x86-173.14.09-pkg1.run
-rw-r--r-- 1 pbc  pbc  19869479 2008-08-06 19:20 
NVIDIA-Linux-x86-173.14.12-pkg1.run

wait, you have 177.82 ??? 
> 
> >
> > I'm assuming this is the part that needs to come from the amd64 build?
>
> I don't remember that part.  Are you running a 64-bit kernel yet?
no, just getting my ducks in a row first.. I did get the kernel & header files 
and updated grub, I just haven't rebooted YET..

>
> $ uname -m
> x86_64
uname -m
i686

ls -l /boot
-rw-r--r-- 1 root root   88589 2008-07-18 16:22 config-2.6.25-2-686
-rw-r--r-- 1 root root   91651 2008-12-15 17:43 config-2.6.26-1-686
-rw-r--r-- 1 root root   85599 2008-12-15 17:47 config-2.6.26-1-amd64
drwxr-xr-x 2 root root4096 2009-01-10 15:59 grub
-rw-r--r-- 1 root root 6793424 2008-08-18 07:39 initrd.img-2.6.25-2-686
-rw-r--r-- 1 root root 6795167 2008-08-15 15:56 initrd.img-2.6.25-2-686.bak
-rw-r--r-- 1 root root 7217562 2008-12-20 08:40 initrd.img-2.6.26-1-686
-rw-r--r-- 1 root root 6943610 2008-10-06 09:15 initrd.img-2.6.26-1-686.bak
-rw-r--r-- 1 root root 7290666 2009-01-10 15:58 initrd.img-2.6.26-1-amd64
-rw-r--r-- 1 root root   20068 2007-12-04 17:21 memdisk
-rw-r--r-- 1 root root  103212 2008-03-24 16:08 memtest86.bin
-rw-r--r-- 1 root root  124152 2008-10-02 21:27 memtest86+.bin
-rw-r--r-- 1 root root  918470 2008-07-18 16:22 System.map-2.6.25-2-686
-rw-r--r-- 1 root root  928053 2008-12-15 17:43 System.map-2.6.26-1-686
-rw-r--r-- 1 root root 1225518 2008-12-15 17:47 System.map-2.6.26-1-amd64
-rw-r--r-- 1 root root 1484448 2008-07-18 16:21 vmlinuz-2.6.25-2-686
-rw-r--r-- 1 root root 1505712 2008-12-15 17:43 vmlinuz-2.6.26-1-686
-rw-r--r-- 1 root root 1755088 2008-12-15 17:46 vmlinuz-2.6.26-1-amd64




-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: lenny cd live problem

2009-01-11 Thread Tzafrir Cohen
On Sun, Jan 11, 2009 at 06:47:29PM -0200, Marcelo Chiapparini wrote:
> Hi!,
>
> I am trying to test lenny using the i386 cd live image from  
> http://cdimage.debian.org/cdimage/, dated in 12/20/2008. After  
> downloading the iso file and verifying that the md5sum is ok, I burned  
> the cd, using 4x to be safe. But each time I want to boot using this cd  
> image I get the message:
>
> Loading /live/vmlinuz1.isolinux: Disk error 20, AX=42AC, drive EF
>
> I tried in two different machines, with the same result. Could the  
> isolinux file be corrupted?

Insert the cd and check its checksum . e.g.:

  md5sum /dev/cdrom

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: lenny cd live problem

2009-01-11 Thread Eugene V. Lyubimkin
Marcelo Chiapparini wrote:
> Eugene V. Lyubimkin wrote:
>> Hm... try another media?
>>
> 
> I tried 2 medias. The first burned at 24x, the second burned at 4x. All
> media are from the same cd set. I didn't have any problem with this
> media set before
Then, maybe, it's an error in daily build. Please use 'reportbug' ulitity
to report this against 'installation-reports' package.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


Re: lenny cd live problem

2009-01-11 Thread Eugene V. Lyubimkin
Marcelo Chiapparini wrote:
> Hi!,
> 
> I am trying to test lenny using the i386 cd live image from
> http://cdimage.debian.org/cdimage/, dated in 12/20/2008. After
> downloading the iso file and verifying that the md5sum is ok, I burned
> the cd, using 4x to be safe. But each time I want to boot using this cd
> image I get the message:
> 
> Loading /live/vmlinuz1.isolinux: Disk error 20, AX=42AC, drive EF
> 
> I tried in two different machines, with the same result. Could the
> isolinux file be corrupted?
Hm... try another media?

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


lenny cd live problem

2009-01-11 Thread Marcelo Chiapparini

Hi!,

I am trying to test lenny using the i386 cd live image from 
http://cdimage.debian.org/cdimage/, dated in 12/20/2008. After 
downloading the iso file and verifying that the md5sum is ok, I burned 
the cd, using 4x to be safe. But each time I want to boot using this cd 
image I get the message:


Loading /live/vmlinuz1.isolinux: Disk error 20, AX=42AC, drive EF

I tried in two different machines, with the same result. Could the 
isolinux file be corrupted?


Thanks in advance!

Marcelo

--
Marcelo Chiapparini


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Who is logged into this box?

2009-01-11 Thread Robert Brockway

On Sun, 11 Jan 2009, Dotan Cohen wrote:


On a machine that I have root access to, how can I see who is logged
into the machine? Specifically, I suspect that  a malicious entity is
logging on in a compromised account over SSH, even while the account's
user is sitting at the machine and logged in, so if I can catch two
simultaneous login sessions (one on the physical hardware, one over
ssh) then I can be sure. Thanks.


w and who have been mentioned.  I generally prefer finger (which runs 
quite happily locally without a fingerd to connect to).


You probably also want to look at last[1] which will show a history of 
when users were logged in.


But...

If you really think the a/c has been compromised then don't wait for the 
baddie to log in again.  Lock the account.  Scan the box for anomalies 
(eg, checkrootkit) and take a particular interest in that a/c.


If you don't find any evidence that the baddie broke root then may wish to 
reset the a/c password and move on.  If you find any evidence that the 
baddie broke root then best practice is to restore the box from known good 
backups.  You can never guarantee that you found all of the backdoors that 
a cracker may have left on a system.


I'll stop now as there is a lot more I could say on this topic but it 
isn't necessary at this stage.


[1] I comment out the entry concerning wtmp in 
/etc/logrotate.conf as this allows the login history to remain 
indefinitely.  Even for multi-user boxes that have been running for years 
I haven't found a problem doing this.  wtmp is tiny so disk space is 
hardly an issue.


Cheers,

Rob

--
I tried to change the world but they had a no-return policy


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-11 Thread Boyd Stephen Smith Jr.
On Sunday 2009 January 11 08:17:19 Joerg Schilling wrote:
>Then please follow the Nettiquette rules and send Cc:'s!

The rules for this mailing list are available from the URL I posted.  Please 
follow them and do not CC me on posts to the list.  If you would like to be 
CC'd on posts to the list, you'll need to ask for them.  I will take the 
quoted text as a request to be CC'd on this message.

>"Boyd Stephen Smith Jr."  wrote:
>> I claimed
>> that wodim has had more stable releases since the fork than cdrtools. 
>
>The minimum requirements one need to have on a "stable release" is that it
>does not have known bugs at the time of piublishing.

We have different requirements for a stable release.

>Cdrecord had 50 stable releases that match the requirements within the past
>three years.

These do not meet my requirements for a stable release.  They are explicitly 
marked as "alpha" by the person/group releasing them.  For me, that means 
they are not stable releases.

>If you speak for the Debian community,

I speak for only myself.

>> cdrkit, wodim in particular, is working.  I've used it many times in the
>> last few years.
>
>cdrkit is not working

I disagree.  Next time I burn a CD with wodim, shall I send you the logs to 
show that wodim is working?  Or perhaps post them to a public forum?

>If Paul makes a bug report, this will just add another bug to the long list
> of bugs in cdrkit but it will not result in a bugfix.

Since previous bugs files have resulted in a bugfix, I choose not to believe 
your predictions of the future.

> People who like to 
> write CDs, DVDs or BDs just use the original software because Debian does
> anything to prevent a vanilla Debian to be useful for this task.

I like to write CDs and DVDs; I use wodim (and other programs from the cdrkit 
project).  Unfortunately, I do not yet own a BD writer.
-- 
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: parallel to scsi converters question

2009-01-11 Thread Ron Johnson

On 01/11/09 12:48, Jude DaShiell wrote:
I have a parallel to scsi converter and a jazz drive.  If I hook that up 
to the debian box I have running, how will debian see that drive?  I 
expect I can activate parallel port support but once done what kind of a 
new device should I expect to find?


Probably an sd or sg device.

If the parport driver is loaded and udev is running, I'd just plug 
it in and see what happens.


# tail -f /var/log/syslog

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Debian AMD64

2009-01-11 Thread Ron Johnson

On 01/11/09 13:07, Paul Cartwright wrote:

On Sun January 11 2009, Ron Johnson wrote:

The .run files are containers,

18 meg shell scripts..


More than that!

# ls -1 NVID*177.82*run
NVIDIA-Linux-x86-177.82-pkg1.run
NVIDIA-Linux-x86_64-177.82-pkg2.run

I wouldn't do this from within X.  But then, I'm chicken and use startx.


with --no-kernel-module

You need both the 32-bit *and* 64-bit .run files.

64-bit for the module, and 32-bit for everything else.


do you still have a copy of the file you used that worked??

I see the part in the I686 for local_arch:

# Perform a platform check

LOCAL_OS=`uname 2> /dev/null`
LOCAL_ARCH=`uname -m 2> /dev/null`

[ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86"

I'm assuming this is the part that needs to come from the amd64 build?


I don't remember that part.  Are you running a 64-bit kernel yet?

$ uname -m
x86_64

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Dell E5500 notebook and Debian support

2009-01-11 Thread tanushyam bhattacharjee
Hi All,

I am going to purchase a dell E5500 notebook and Debian Linux will be used as 
OS.I am interested to know whether latest Debian kernel supports the wireless 
and graphics of this model or not.
tanushyam



  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: Speeding up Debian Boot

2009-01-11 Thread Hugo Vanwoerkom

Pavlos Parissis wrote:

On Sun, 11 Jan 2009 17:49:23 +
"Dean Chester"  wrote:


Hi
Is there anyway i can speed up debians boot time. Its embarrassing that
Vista boots up quicker than debian.
Dean



http://www.debian-administration.org/articles/620



good hint

Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




parallel to scsi converters question

2009-01-11 Thread Jude DaShiell
I have a parallel to scsi converter and a jazz drive.  If I hook that up 
to the debian box I have running, how will debian see that drive?  I 
expect I can activate parallel port support but once done what kind of a 
new device should I expect to find?




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Debian AMD64

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Ron Johnson wrote:
> The .run files are containers,
18 meg shell scripts..

>
> > with --no-kernel-module
>
> You need both the 32-bit *and* 64-bit .run files.
>
> 64-bit for the module, and 32-bit for everything else.

do you still have a copy of the file you used that worked??

I see the part in the I686 for local_arch:

# Perform a platform check

LOCAL_OS=`uname 2> /dev/null`
LOCAL_ARCH=`uname -m 2> /dev/null`

[ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86"

I'm assuming this is the part that needs to come from the amd64 build?

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Help with u tube video streaming

2009-01-11 Thread Ron Johnson

On 01/10/09 19:27, Celejar wrote:

On Sat, 10 Jan 2009 11:49:18 -0600
Ron Johnson  wrote:

...


clive is good for grabbing Flash videos and converting them to .mp4.


I'm not sure that there's generally any need to convert them; mplayer is
perfectly happy with files with .flv extensions.


True.  But IIRC, the mp4 files are smaller.

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Speeding up Debian Boot

2009-01-11 Thread Ron Johnson

On 01/11/09 11:49, Dean Chester wrote:

Hi
Is there anyway i can speed up debians boot time. Its embarrassing that 
Vista boots up quicker than debian.


If you only reboot your machine once or twice a month, does it 
matter whether boot times are slow?


--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Debian AMD64

2009-01-11 Thread Ron Johnson

On 01/10/09 13:58, Paul Cartwright wrote:

On Sat January 10 2009, Ron Johnson wrote:

Linux paulandcilla 2.6.26-1-amd64

Yup.  I did it myself at the beginning of last month.  (Except I
rolled my own kernel.)

I tried that once, I obviously didn't do everything right..


It takes some practice.  And hardware knowledge...


Note that, officially, you'll have to get rid of any binary video
driver and go with the corresponding xserver-xorg-video-* driver,
but you *can* run the 64-bit nvidia driver and 32-bit libs with a
little effort.
http://www.nvnews.net/vbulletin/showthread.php?t=112900


I have a Dell with NVIDIA GeForce card.. right now I use the sgfx -c from a 
terminal to update the driver.

are you saying you use the NVIDIA..###.run and then:
Extract the .run and then run the 'nvidia-installer' inside it 


The .run files are containers,


with --no-kernel-module


You need both the 32-bit *and* 64-bit .run files.

64-bit for the module, and 32-bit for everything else.

--
Ron Johnson, Jr.
Jefferson LA  USA

"I am not surprised, for we live long and are celebrated poopers."


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Speeding up Debian Boot

2009-01-11 Thread Pavlos Parissis
On Sun, 11 Jan 2009 17:49:23 +
"Dean Chester"  wrote:

> Hi
> Is there anyway i can speed up debians boot time. Its embarrassing that
> Vista boots up quicker than debian.
> Dean
> 

http://www.debian-administration.org/articles/620


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Speeding up Debian Boot

2009-01-11 Thread Dean Chester
Hi
Is there anyway i can speed up debians boot time. Its embarrassing that
Vista boots up quicker than debian.
Dean


Re: Who is logged into this box?

2009-01-11 Thread Michael Shuler
Dotan Cohen wrote:
> On a machine that I have root access to, how can I see who is logged
> into the machine? Specifically, I suspect that  a malicious entity is
> logging on in a compromised account over SSH, even while the account's
> user is sitting at the machine and logged in, so if I can catch two
> simultaneous login sessions (one on the physical hardware, one over
> ssh) then I can be sure. Thanks.
> 

Since it has not been mentioned in the other replies, I would certainly
think that scrutiny of /var/log/auth.log is due.  The logs should show
you when the user has logged in, and from what remote IP addresses.  it
should be quite simple to correlate those times and locations with your
user.

'whois 11.22.33.44' on those IP addresses will get you an idea of the
physical location (not precise in all cases, but an idea) the logins
came from.

In any case - do not delay changing that user's password to a new strong
one!

-- 
Kind Regards,
Michael Shuler


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Re: AMD Turion ZM82: freeze with 2 cores, works with 1 core (maxcpus=1)

2009-01-11 Thread Mitchell Laks
On 11:28 Sun 11 Jan , Adrian Levi wrote:
> 2009/1/11 Mitchell Laks :
> 
> 
> > I would try to explore the idea that the CPU or motherboard is defective. 
> > Perhaps the second core is bad.
> >
> > I had a problem with memory sticks that was similar. One stick worked and 
> > not two. I first found that
> > there was a bad memory stick ( 1 out of 2). then after replacing it, it 
> > happened again and it needed a
> > bios upgrade of the motherboard to work. I used memtest96+ to diagnose my 
> > problems.
> >
> > Perhaps you can find a testing software for the dual  core cpu from your 
> > cpu or motherboard vendor
> >
> > Mitchell
> 
> UBCD has numerous cpu testing programs on it, perhaps one of those?
> 
> http://www.ultimatebootcd.com/
> 
> Adrian


I have reconsidered the issue.

I would approach your problem in a systematic way. You have some data. 

CPU seems to lock up with dual core set up. You find it with Debian install, 
but not with Windows. Bah I don't believe that. 
Check using live CD: knoppix or finnix or some other ones. After booting try 
some tests.

Make sure to do Mem86+ test for the ram and make sure your ram is good. Very 
often RAM is bad and can be confusing.
you need to systematically test this stuff.

Look at this Great Article:

http://www.ibm.com/developerworks/library/l-hw1/
Linux hardware stability guide, Part 1
CPU and memory troubleshooting
Daniel Robbins (drobb...@gentoo.org), President/CEO, Gentoo Technologies, Inc.

Good luck,

Mitchell







> 
> -- 
> 24x7x365 != 24x7x52 Stupid or bad maths?
>  hm. I've lost a machine.. literally _lost_. it responds to
> ping, it works completely, I just can't figure out where in my
> apartment it is.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Lightweight alternative to imagemagick?

2009-01-11 Thread Bob Cox
On Sun, Jan 11, 2009 at 08:41:55 -0600, Kumar Appaiah 
(a.ku...@alumni.iitm.ac.in) wrote: 

> On Sun, Jan 11, 2009 at 07:40:37AM -0500, Paul Cartwright wrote:
> > > I want to resize jpeg images (in order to create thumbnail images for a
> > > webpage) from a bash script and know that I can use 'convert' from the
> > > imagemagick package to achieve this.  This will be run on a (headless,
> > > no X) lenny/armel NSLU2 "slug".
> > 
> >  GIMP  ships  with a second binary called gimp-console. This binary is a
> >console-only version and  behaves  as  if  gimp  was  called  with  
> > the
> >--no-interface command-line option.
> 
> I think you refer to gimp-console. Does it solve the OPs problem of
> Imagemagick being too heavy? I suspect that installing Gimp will also
> pull in several X and GTK+ based dependencies which offer little value
> on a Slug...

Thank you for the suggestion Paul, but you are right Kumar: Gimp wanted to
pull in nearly 70 packages totalling 107MB.

> As for other options, I cannot think of any myself. However, I suspect
> that while Imagemagick convert will stress your SLUG a little, it
> might still do the job for you as long as you don't run much else on
> the Slug...

As it happens I have gone ahead and installed imagemagick and it works
fine.  I just wanted to avoid installing what seems like unnecessary
packages.  They won't actually be doing anything and I am not short of
disk space, so really it does not matter at all I suppose.

The slug is kept busy running motion (movement detecting with a webcam)
and saving the resulting images.  Using convert from imagemagick to
reduce these images for viewing on a webpage will only add a bit more
stress ;-)

-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: howto make root emacs open in X

2009-01-11 Thread Sven Joachim
On 2009-01-11 16:40 +0100, Martin wrote:

> On Sat, Jan 10, 2009 at 03:19:03PM +0100, Tom Rauchenwald wrote:
>> I don't emacs as root, i use tramp... simply open a file you want to
>> open as root with /sudo:: or /su:: prefixed. You will be prompted for a
>> password, and can then edit the file from your user's emacs.
>
> I try this but it does not work!
> I typed
> /sudo::/var/log/syslog
> to find-file prompt and this is what I got:
> FTP Error: OPEN request failed: ftp: sudo: Host name lookup failure
>
> I use emacs that comes with etch
> GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2007-01-04 on saens, modified by Debian
> Copyright (C) 2001 Free Software Foundation, Inc.
>
> I also have setup that enable user to use sudo without password and run
> all programs.
>
> My question is what exactly do I type in find-file prompt or do
> I need to use newer emacs?

For Emacs 21 you need the tramp¹ package.  It is included in Emacs 22
and later.

Sven


¹ http://packages.debian.org/etch/tramp


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: howto make root emacs open in X

2009-01-11 Thread Martin
On Sat, Jan 10, 2009 at 03:19:03PM +0100, Tom Rauchenwald wrote:
> I don't emacs as root, i use tramp... simply open a file you want to
> open as root with /sudo:: or /su:: prefixed. You will be prompted for a
> password, and can then edit the file from your user's emacs.

I try this but it does not work!
I typed
/sudo::/var/log/syslog
to find-file prompt and this is what I got:
FTP Error: OPEN request failed: ftp: sudo: Host name lookup failure

I use emacs that comes with etch
GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-01-04 on saens, modified by Debian
Copyright (C) 2001 Free Software Foundation, Inc.

I also have setup that enable user to use sudo without password and run
all programs.

My question is what exactly do I type in find-file prompt or do
I need to use newer emacs?

Martin


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Lightweight alternative to imagemagick?

2009-01-11 Thread Kumar Appaiah
On Sun, Jan 11, 2009 at 07:40:37AM -0500, Paul Cartwright wrote:
> > I want to resize jpeg images (in order to create thumbnail images for a
> > webpage) from a bash script and know that I can use 'convert' from the
> > imagemagick package to achieve this.  This will be run on a (headless,
> > no X) lenny/armel NSLU2 "slug".
> 
>  GIMP  ships  with a second binary called gimp-console. This binary is a
>console-only version and  behaves  as  if  gimp  was  called  with  the
>--no-interface command-line option.

I think you refer to gimp-console. Does it solve the OPs problem of
Imagemagick being too heavy? I suspect that installing Gimp will also
pull in several X and GTK+ based dependencies which offer little value
on a Slug...

As for other options, I cannot think of any myself. However, I suspect
that while Imagemagick convert will stress your SLUG a little, it
might still do the job for you as long as you don't run much else on
the Slug...

Kumar
-- 
Kumar Appaiah


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Help with u tube video streaming-SOLVED

2009-01-11 Thread Chris S
2009/1/11 Chris Bannister :
> On Sat, Jan 10, 2009 at 12:48:22AM +, Chris S wrote:
>> reult from last advice seemed to install ok details to follow but no affect
>> on the frame rate on u tube, I get a picture update about one a sec and a
>> half, I know it can't be hardware as nothing has changed in hardware or
>> connection speed, oh and when I right click the video and go to ? it lists
>
> Just a thought ... how many instances/tabs of iceweasel are you running?
>
> To eliminate network issues, I'd grab the youtube video and play it in
> mplayer. Install clive (or youtube-dl if its available) and get the
> video. Install mplayer. then:
> mplayer cvxdssd.flv (or whatever the .flv is called that clive or
> youtube-dl grabbed).
>
> The output from the "mplayer cvxdssd.flv" command may give some clues to
> your problem.
>
> --
> Chris.
> ==
> I contend that we are both atheists. I just believe in one fewer god
> than you do. When you understand why you dismiss all the other
> possible gods, you will understand why I dismiss yours.
>   -- Stephen F Roberts
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>
Hey guys, just to let you all know that this problem is now solved
thanks to everyone for all your help, it was an issue with cpu load
using the flash plug in, I'n now using mplayer and it works perfectly.
Oh and thank you Paul for showing me how to close a problem in here, I
was away from PC last night or would of done it then. Again many
thanks for all your help and suggestions. May you all be blessed with
every happiness


-- 
OM MANI PADME HUM


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-11 Thread Joerg Schilling
"Boyd Stephen Smith Jr."  wrote:

> On Friday 2009 January 09 09:25:31 Joerg Schilling wrote:
> >There recently have been some mails from Boyd Stephen Smith Jr. and
> >Johannes Wiedersich that have not been send to me, so it seems that the
> >authors are not interested in a discussion.
>
> Actually, we are interested in discussion, but the are following the 

Then please follow the Nettiquette rules and send Cc:'s!


> I never claimed that there were no new releases of cdrtools.  I claimed that 
> wodim has had more stable releases since the fork than cdrtools.  Anyone can 
> verify my claim be going to http://www.cdrkit.org/releases/ and 
> ftp://ftp.berlios.de/pub/cdrecord/ then counting the number of releases since 
> 2005 displayed.

Well, face the reality:

The minimum requirements one need to have on a "stable release" is that it
does not have known bugs at the time of piublishing. With this contraints,
wodim never had a stable release in it's lifetime.

Cdrecord had 50 stable releases that match the requirements within the past
three years. 

For wodim (better cdrkit in general), there are dozens of documented bugs that
are not fixed since years. Instead the people behind wodim publish fix typos
in the man pages and in the source comment in order to pretend activity.

If you speak for the Debian community, then it looks like Debian is if Debian
is completely uninterested in the Debian users.



> cdrkit, wodim in particular, is working.  I've used it many times in the last 
> few years.

cdrkit is not working and besides the problems from the _current_ thread
there are dozens of other bugs in cdrkit. Many of them are show stopper bugs as 
they make it impossible to use th software at all.

> > Did the 
> > initiator of wodim intentionally introduce bugs that make "cdrkit" unusable
> > in order to support closed source software?
>
> Doubtful.  Still, Debian and the cdrkit project welcome bug reports, which 
> will not be ignored.

 Are you again ignoring reality?

There is a Debian user (Paul) who cannot write DVDs because Debian does not
include working software (cdrtools).

Paul asked here and did not get help from the Debian cummunity.

Paul did get help from me and simply going to the vanilla original software
fixed his problem.

If Paul makes a bug report, this will just add another bug to the long list of
bugs in cdrkit but it will not result in a bugfix. People who like to write 
CDs, DVDs or BDs just use the original software because Debian does anything to
prevent a vanilla Debian to be useful for this task.

Do whatever you like but don't forget that your current habbit is anti-OSS and
against Debian users.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Tzafrir Cohen wrote:
> > Just typing "w" (without the quotes) should be adequate.
>
> While we're at it:
>
> "w" # (with the quotes) will actually do the same thing on the shell ;-)

wow.. fully formatted and much better info than even who -uT!!!

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Dotan Cohen wrote:
> how can I see who is logged
> into the machine?

# who -uT
pbc  + tty7 2009-01-08 11:28   . 18900 (:0)
pbc  + pts/02009-01-08 15:58   . 19067 (:0.0)
pbc  + pts/12009-01-08 11:28 00:16   19067 (:0.0)
cilla+ tty8 2009-01-08 18:11 00:58   28825 (:20)

shows whether they are active & how long they have been logged in. and where 
from..
-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Lightweight alternative to imagemagick?

2009-01-11 Thread Paul Cartwright
On Sun January 11 2009, Bob Cox wrote:
> I want to resize jpeg images (in order to create thumbnail images for a
> webpage) from a bash script and know that I can use 'convert' from the
> imagemagick package to achieve this.  This will be run on a (headless,
> no X) lenny/armel NSLU2 "slug".

 GIMP  ships  with a second binary called gimp-console. This binary is a
   console-only version and  behaves  as  if  gimp  was  called  with  the
   --no-interface command-line option.


-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Labeling backup DVD+RW's

2009-01-11 Thread Paul Cartwright
On Sat January 10 2009, H.S. wrote:
> Brand and model is, I think, a personal choice depending on quality.
> Most important of these is the size and a reliable brand. For example, I
> have a little portable hard disk here (320GB I think) which I can
> connect to a laptop. It draws its power from the USB port and is a 3.2"
> disk (the ones that go in the laptops). I have another USB disk, which
> is actually a normal hard disk in an enclosure.

the MyBook models have their own transformer that plugs into the back of the 
unit, along with the USB cable. I have the 500Gb model, as does my son. He 
uses his for music, I use mine for backups..


-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-11 Thread Paul Cartwright
On Sat January 10 2009, Celejar wrote:
> > yes, that is my bug report. When I type "reportbug" it started the
> > process. I'm not sure how it picked that namd/email combo, unless I
> > signed up for reportbug with it long ago I use my yahoo account for
> > some online STUFF where I don't want to give out my good email IDs..
>
> On my system, that information is stored in $HOME/.reportbugrc

yes, it is,thanks!
# name and email setting (if non-default)
# realname "Paul Cartwright"
email "x...@yahoo.com"

I'll change that!

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Yo! PR: Shawty Lo Drops First Single "Supplier", "Carlos" In The Works

2009-01-11 Thread Yo! Raps
Please contact me if you place any of the following information on your
site, or to request an interview. Thank you for your time!

DJ SCREAM PRESENTS SHAWTY LO'S FIRST SINGLE "SUPPLIER", NEW ALBUM "CARLOS"
IN THE WORKS
 
New York, NY - January 11, 2008 - Your favorite rappers favorite turntable
rocker DJ Scream presents 3 new banging joints from the Mayor of Bankhead
Shawty Lo for free download. Shawty Lo is currently working on his new album
Carlos that is set to hit stores sometime in 2009. The first single is
titled Supplier and features Hip-Hop superstar Lil Wayne and R&B crooner
Trey Songz. Carlos is the follow-up to Shawty Lo's very successful debut
album Units In The City with its hit singles Dey Know and Foolish. The 2008
release put Mr. Lo on the map and his upcoming set Carlos will get him to
the forefront of the Hip-Hop game. 

DOWNLOADS: 
Shawty Lo ft. Lil Wayne & Trey Songz - Supplier [1st Single]
www.sendspace.com/file/zuox6v 

Shawty Lo ft. Lil Kim - Get Money
www.sendspace.com/file/ilgkc0 

Shawty Lo ft. Gucci Mane - Dope Boy Knot 
www.sendspace.com/file/bledy7
 
FOR INTERVIEW REQUESTS & BOOKING INQUIRIES, CONTACT: 
Johnnie @ hittaftah...@gmail.com

MYSPACE: www.myspace.com/therealshawtylo
CONTACT: Johnnie  | hittaftah...@gmail.com | 404 589 3558

Don't forget to check www.yoraps.com for your daily dose of Hip-Hop!
 
Let your song, video, mixtape, press release serviced up to 1,200,000
industry contacts including Label Execs, A&R's, Radio Stations, Record
Breakers, Record Pools, Magazines, Major Websites, Promoters, Artists,
Consumers, Managers, Publicists! Email: i...@yo-pr.com

---
This e-mail was sent to debian-user@lists.debian.org because you are
subscribed to at least one of our mailing lists. If at any time you would
like to remove yourself from our mailing list, please feel free to do so by
visiting:
http://www.yoraps.com/mailinglist/public/unsubscribe.php?g=6&addr=debian-u...@lists.debian.org



Birthday request

2009-01-11 Thread amar pal
I'm using a new service to keep track of the birthdays for my friends and
family.  Please click the link and enter your birthday for me.

http://perfspot.com/b.asp?e=debian%2Duser%40lists%2Edebian%2Eorg

Thanks for your help.

amar pal



You are receiving this email because amar pal (amararya1...@gmail.com) has
invited you to join.

If you wish to never be contacted by PerfSpot.com again, please click here:
http://perfspot.com/u.asp?e=debian%2Duser%40lists%2Edebian%2Eorg

If you have any questions or require assistance please contact our support
team:

Toll Free (USA): 1-888-311-PERF (311-7373)  
Direct Dial (International): (1)602-273-3758
Email: supp...@perfspot.com

PerfSpot.com | 4800 N. Scottsdale Rd Suite 4500 | Scottsdale, AZ 85251 | USA


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Corrupt data - RAID sata_sil 3114 chip (solved)

2009-01-11 Thread Bengt Samuelsson



I hope the problem is solved!

Make sure you do not run dmraid and mdadm !
So, if you have truble mdadm RAID, check you do not run dmraid !

I found this.

/etc/rcS.d/S04dmraid
/etc/rcS.d/S25mdadm-raid
/etc/rc0.d/S50mdadm-raid
/etc/rc0.d/S51dmraid
/etc/rc6.d/S50mdadm-raid
/etc/rc6.d/S51dmraid

They is now like this
/etc/rcS.d/K04dmraid
/etc/rcS.d/S25mdadm-0-sata_sil_slowdown
/etc/rcS.d/S25mdadm-raid
/etc/rc0.d/S50mdadm-raid
/etc/rc0.d/K51dmraid
/etc/rc6.d/S50mdadm-raid
/etc/rc6.d/K51dmraid

I also make this just before mdadm_raid start to set the "15" block write.
/etc/init.d/sata_sil_slowdown just to make it a bit safer.
---
#!/bin/sh
#
chmod 0644 /sys/modules/sata_sil/parameters/slow_down
echo 1 > /sys/modules/sata_sil/parameters/slow_down
chmod 0444 /sys/modules/sata_sil/parameters/slow_down
#
exit 0
---

I have now, during I write this, run a testcopy for 29hrs, still running
copytest without errors. Before it shuld got in ro-mode.  :-)


And Read this!
http://unclean.org/howto/sii3114_linux.html
or here at my site!
http://data-doc.se/howto/sii3114_linux.html



--
Bengt Samuelsson
Nydalavägen 30 A
352 48 Växjö

+46(0)703686441

http://sm7jqb.se


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Who is logged into this box?

2009-01-11 Thread Dotan Cohen
2009/1/11 Koh Choon Lin :
>>> "w" # (with the quotes) will actually do the same thing on the shell
>
> who has more info than w. :)
>

You tell me!

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: serial port program

2009-01-11 Thread Martin Kraus
On Sun, Jan 11, 2009 at 04:47:50PM +0900, J.H.Kim wrote:
> Hi, everyone
> 
> Is there serial program like windows hypertermal in debian other than
> minicom?
> When I use minicom, it is killed after being received non-ascii characters.
> I want to serial program to minitor rs-232 which shows ascii characters
> and hex data.

you may use screen like this:

screen /dev/ttyS0 115200

mk


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Koh Choon Lin
>> > Just typing "w" (without the quotes) should be adequate.
>>
>> While we're at it:
>>
>> "w" # (with the quotes) will actually do the same thing on the shell

who has more info than w. :)


-- 
Koh Choon Lin


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Bob Cox
On Sun, Jan 11, 2009 at 10:01:59 +, Tzafrir Cohen (tzaf...@cohens.org.il) 
wrote: 

> On Sun, Jan 11, 2009 at 09:01:57AM +, Bob Cox wrote:
> 
> > Just typing "w" (without the quotes) should be adequate.
> 
> While we're at it:
> 
> "w" # (with the quotes) will actually do the same thing on the shell ;-)

You are right - thank you!   Next time I shall have to say something
like "the quotes are not necessary", or, more correctly "the quotation
marks are not necessary".

Personally, I call them inverted commas, but I think that's a British
English thing.

-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: howto make root emacs open in X

2009-01-11 Thread Osamu Aoki
Hi,

On Sun, Jan 11, 2009 at 02:07:38AM -0600, Harry P wrote:
> Osamu Aoki  writes:
> 
> > Hmmm... you must have set up passwordless SSH to root.  

Come to think of ... passwordless SSH is quite secure.  I was tired :-)

> I hope this sshd
> > is not accessible from Internet.  You may be attacked easily.
> >
> > You can set sudo not to request password to become root too.  (Setting
> > this up like this also makes your user's system less secure but at least
> > intruders must have shell access first with sudo.)
> 
> Probably should really start a new for this but let me ask about
> something above:
> 
> First, no the sshd is NOT accessible from internet and it is setup
> with authorized_keys so still some security.

Yes.

> About setting sudo for passwordless... yes I know how to do that, but
> I ran into some confusing problems with environment when using sudo.
> 
> For example, many functions I keep in a file on ~/.SYS_RR_ENV that I
> pass from machine to machine  (also at /root/.SYS_RR_ENV), these
> functions are unknown to the root I get through  sudo.
> 
> I know that can be tweaked too but I found it confusing and would
> sooner use ssh which gives full login env.

sudo without -H option keeps $HOME as old user's one.  If you want what
you said, use "ssh -H".


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Tzafrir Cohen
On Sun, Jan 11, 2009 at 09:01:57AM +, Bob Cox wrote:

> Just typing "w" (without the quotes) should be adequate.

While we're at it:

"w" # (with the quotes) will actually do the same thing on the shell ;-)

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Rick Thomas


On Jan 11, 2009, at 4:16 AM, steve wrote:


i often wondered where some of these commands got their name from
myself. w?  and that is short for user in what way??



It's short for "who(1)", which does much the same thing, but  
differently.


Rick


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: Who is logged into this box?

2009-01-11 Thread steve
Dotan Cohen wrote:
> 2009/1/11 steve :
>> Dotan Cohen wrote:
>>> On a machine that I have root access to, how can I see who is logged
>>> into the machine? Specifically, I suspect that  a malicious entity is
>>> logging on in a compromised account over SSH, even while the account's
>>> user is sitting at the machine and logged in, so if I can catch two
>>> simultaneous login sessions (one on the physical hardware, one over
>>> ssh) then I can be sure. Thanks.
>>>
>> I believe just type w in a command line should dump all users.
>>
> 
> What ever happened to long, complicated commands?!?
> 
> Thanks!
> 

ok lol

 w -h -u -s -f -o  >users.txt


i often wondered where some of these commands got their name from
myself. w?  and that is short for user in what way??






-- 
Steve Reilly

http://reillyblog.com





-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread Dotan Cohen
2009/1/11 steve :
> Dotan Cohen wrote:
>> On a machine that I have root access to, how can I see who is logged
>> into the machine? Specifically, I suspect that  a malicious entity is
>> logging on in a compromised account over SSH, even while the account's
>> user is sitting at the machine and logged in, so if I can catch two
>> simultaneous login sessions (one on the physical hardware, one over
>> ssh) then I can be sure. Thanks.
>>
>
> I believe just type w in a command line should dump all users.
>

What ever happened to long, complicated commands?!?

Thanks!

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: Who is logged into this box?

2009-01-11 Thread Bob Cox
On Sun, Jan 11, 2009 at 10:54:25 +0200, Dotan Cohen (dotanco...@gmail.com) 
wrote: 

> On a machine that I have root access to, how can I see who is logged
> into the machine? Specifically, I suspect that  a malicious entity is
> logging on in a compromised account over SSH, even while the account's
> user is sitting at the machine and logged in, so if I can catch two
> simultaneous login sessions (one on the physical hardware, one over
> ssh) then I can be sure. Thanks.

Just typing "w" (without the quotes) should be adequate.

-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Who is logged into this box?

2009-01-11 Thread steve
Dotan Cohen wrote:
> On a machine that I have root access to, how can I see who is logged
> into the machine? Specifically, I suspect that  a malicious entity is
> logging on in a compromised account over SSH, even while the account's
> user is sitting at the machine and logged in, so if I can catch two
> simultaneous login sessions (one on the physical hardware, one over
> ssh) then I can be sure. Thanks.
> 

I believe just type w in a command line should dump all users.





-- 
Steve Reilly

http://reillyblog.com





-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Who is logged into this box?

2009-01-11 Thread Dotan Cohen
On a machine that I have root access to, how can I see who is logged
into the machine? Specifically, I suspect that  a malicious entity is
logging on in a compromised account over SSH, even while the account's
user is sitting at the machine and logged in, so if I can catch two
simultaneous login sessions (one on the physical hardware, one over
ssh) then I can be sure. Thanks.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü


Re: Help with u tube video streaming

2009-01-11 Thread Chris Bannister
On Sat, Jan 10, 2009 at 12:48:22AM +, Chris S wrote:
> reult from last advice seemed to install ok details to follow but no affect
> on the frame rate on u tube, I get a picture update about one a sec and a
> half, I know it can't be hardware as nothing has changed in hardware or
> connection speed, oh and when I right click the video and go to ? it lists

Just a thought ... how many instances/tabs of iceweasel are you running?

To eliminate network issues, I'd grab the youtube video and play it in
mplayer. Install clive (or youtube-dl if its available) and get the
video. Install mplayer. then:
mplayer cvxdssd.flv (or whatever the .flv is called that clive or
youtube-dl grabbed).

The output from the "mplayer cvxdssd.flv" command may give some clues to
your problem.

-- 
Chris.
==
I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other
possible gods, you will understand why I dismiss yours.
   -- Stephen F Roberts


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: serial port program

2009-01-11 Thread Arthur Marsh
J.H.Kim wrote, on 2009-01-11 18:17:
> Hi, everyone
> 
> Is there serial program like windows hypertermal in debian other than
>  minicom? When I use minicom, it is killed after being received
> non-ascii characters. I want to serial program to minitor rs-232
> which shows ascii characters and hex data.
> 
> Thanks in advance.
> 
> Regards, J.H.Kim
> 
> 

You may wish to look at ckermit in non-free or grab the latest source
from ftp://ftp.columbia.edu/kermit/test/tar/x.tar.gz

Information on C-Kermit is available at http://www.columbia.edu/kermit

Arthur.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: AMD64 No sound

2009-01-11 Thread M. Lewis


M. Lewis wrote:

M. Lewis wrote:

Lenny
KDE

I decided to change from 686 to AMD64 architecture after all the buzz 
the past few days about the virtues of using the AMD64 architecture. 
After installing Lenny, I have no sound at all. (with 686, I had sound 
from the install, no problem).


moe:~# lspci | grep -i audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)

moe:~#  cat /proc/asound/cards
--- no soundcards ---

moe:~# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.16 emulation code)
Kernel: Linux moe 2.6.26-1-amd64 #1 SMP Mon Dec 15 17:25:36 UTC 2008 
x86_64

Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
--- no soundcards ---

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG

moe:~# ls -l /dev/{snd,dsp}
ls: cannot access /dev/dsp: No such file or directory
/dev/snd:
total 0
crw-rw 1 root audio 116,  1 2009-01-10 07:28 seq
crw-rw 1 root audio 116, 33 2009-01-10 07:28 timer


I've done a good bit of searching in the archives, but as of yet I've 
not found a solution.


Thanks in advance,
Mike



Doing more digging, I find I also have this [1] problem (problem #1). 
I'm not sure if the two issues are related at all. I have tried booting 
with iommu=soft, still no sound.


[1] http://marc.info/?l=debian-user&m=122797497510015&w=2


I may be getting closer to the solution. I did get sound out of the 
machine a few minutes ago. I found this entry in /var/log/messages when 
the sound was working:


Jan 11 02:04:28 moe kernel: [ 6431.540366] ACPI: PCI Interrupt 
:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16
Jan 11 02:06:39 moe kernel: [ 6578.403702] hda-intel: Invalid position 
buffer, using LPIB read method instead.



After a reboot and trying to use the sound, I see these messages in 
/var/log/messages:


Jan 11 02:16:20 moe kernel: [  354.828388] ACPI: PCI Interrupt 
:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16
Jan 11 02:16:20 moe kernel: [  354.858407] ACPI: PCI interrupt for 
device :00:14.2 disabled
Jan 11 02:16:29 moe kernel: [  364.409661] ACPI: PCI Interrupt 
:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16
Jan 11 02:16:29 moe kernel: [  364.437812] ACPI: PCI interrupt for 
device :00:14.2 disabled
Jan 11 02:17:12 moe kernel: [  410.171457] ACPI: PCI Interrupt 
:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16
Jan 11 02:17:12 moe kernel: [  410.203559] ACPI: PCI interrupt for 
device :00:14.2 disabled



So it would seem that my sound is not getting (for some strange reason) 
an interrupt because it is disabled. Note, nothing was changed in the 
BIOS during this reboot.


Thanks for any clues,
Mike



--

 Don't diddle code to make it faster; find a better algorithm.
  02:25:01 up 14 min,  1 user,  load average: 0.00, 0.04, 0.06

 Linux Registered User #241685  http://counter.li.org


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: howto make root emacs open in X

2009-01-11 Thread Harry P
Osamu Aoki  writes:

> Hmmm... you must have set up passwordless SSH to root.  I hope this sshd
> is not accessible from Internet.  You may be attacked easily.
>
> You can set sudo not to request password to become root too.  (Setting
> this up like this also makes your user's system less secure but at least
> intruders must have shell access first with sudo.)

Probably should really start a new for this but let me ask about
something above:

First, no the sshd is NOT accessible from internet and it is setup
with authorized_keys so still some security.

About setting sudo for passwordless... yes I know how to do that, but
I ran into some confusing problems with environment when using sudo.

For example, many functions I keep in a file on ~/.SYS_RR_ENV that I
pass from machine to machine  (also at /root/.SYS_RR_ENV), these
functions are unknown to the root I get through  sudo.

I know that can be tweaked too but I found it confusing and would
sooner use ssh which gives full login env.



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Lightweight alternative to imagemagick?

2009-01-11 Thread Bob Cox
I want to resize jpeg images (in order to create thumbnail images for a
webpage) from a bash script and know that I can use 'convert' from the
imagemagick package to achieve this.  This will be run on a (headless,
no X) lenny/armel NSLU2 "slug". 

However, aptitude says that to install imagemagick requires 78 new
packages, including x11-common, various gtk and font libraries - which
will be irrelevant on the NSLU2.  Using the without-recommends switch in
aptitude reduces the package count to 63 and choosing the
'graphicsmagick-imagemagick-compat' package rather than imagemagick
brings it down to "only" 52 packages.  This still seems quite a lot and
includes lots of font stuff and x11-common when all I want is the
'convert' command.

Does anyone know of a simpler, slimmer alternative for resizing jpegs
from the command line please?

-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org