Re: Thinkpad T61 Power Management

2008-02-02 Thread Andrew Sackville-West
On Fri, Feb 01, 2008 at 06:43:12PM -0800, Thierry San Juan wrote:
> I installed Debian Sid on a new Thinkpad T61, and running into some
> issues in regard to power management:
> 
> I am running kernel 2.6.24-1-amd64.

...

> 2. When running on battery, the Gnome Power Manager applet is unable
> to read the battery status, the message reads: "battery discharge time
> is currently unknown".

So far as I know, this is a problem with the latest kernels changing
their acpi interface. The battery status (and other acpi stuff, I
guess) is being moved over to the sysfs interface from the procfs
interface. Many (most? all?) of the clients programs that read that
data do not look in the right place yet. There are a few bug reports
that mention this, so I would assume it's being worked on. 

I use this little gem:

batt_now=$(cat /sys/class/power_supply/BAT0/energy_now)
batt_full=$(cat /sys/class/power_supply/BAT0/energy_full)
batt_stat=$(cat /sys/class/power_supply/BAT0/status)" "$(echo\
"scale=2; ($batt_now*100)/$batt_full" | bc)" %"

to get a guess of the battery status on my lappy. This get's piped to
a stdin-reading taskbar (I used xmobar, dzen would work as well, and
maybe others), but that won't integrate into gnome very well, I
imagine. 

A


signature.asc
Description: Digital signature


system boot hangs at or after filesystems check

2008-02-02 Thread Csányi Pál
Hello!

Debian GN/Linux Etch, linux-image-2.6.18-5-686 #1 SMP

Since one or two days my system boot hangs at, or after
filesystem check.

I search for error message in log files, but I think I find 
nothing relevant.

I see only that that the sda SATA drive are used from some 
process.

How can I know what is happen here?

I installed anti virus scanner. 
Maybe I have a virus on system?

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: system boot hangs at or after filesystems check

2008-02-02 Thread Csányi Pál
Sat, 02 Feb 2008 08:39:48 + keltezéssel Csányi Pál azt írta:

> I see only that that the sda SATA drive are used from some 
> process.

I can to stop this with C-c, and the boot go on and come to end
successfully.

--
Regards, Paul
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



debconf problem

2008-02-02 Thread Alex Samad
Hi

I am trying to use debconf to setup some other packages from within a meta 
package.


I have grabbed the desired debconf setting with 

debconf-get-selections | grep -i locale

I get back 

locales locales/locales_to_be_generated multiselect en_AU ISO-8859-1, 
en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, en_GB.UTF-8 
UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8


on the destination machine i tried

echo "locales locales/locales_to_be_generated multiselect en_AU ISO-8859-1, 
en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, en_GB.UTF-8 
UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8" | 
debconf-set-selection

but I get an error

warning: Unknown type en_AU.UTF-8, skipping line 1

no win the man page for debconf-set-selection it reacons this will work
debconf-get-selections | ssh newhost debconf-set-selections

I guess I doing the above but just for locales





 -- "We've tripled the amount of money -- I believe it's from $50 million up to 
$195 million available."

- George W. Bush
03/23/2002
Lima, Peru


signature.asc
Description: Digital signature


Re: debconf problem

2008-02-02 Thread Alex Samad
On Sat, Feb 02, 2008 at 08:00:16PM +1100, Alex Samad wrote:
> Hi
> 
> I am trying to use debconf to setup some other packages from within a meta 
> package.
> 
> 
> I have grabbed the desired debconf setting with 
> 
> debconf-get-selections | grep -i locale
> 
> I get back 
> 
> locales locales/locales_to_be_generated multiselect en_AU ISO-8859-1, 
> en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, 
> en_GB.UTF-8 
> UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8
> 
> 
> on the destination machine i tried
> 
> echo "locales locales/locales_to_be_generated multiselect en_AU 
> ISO-8859-1, 
> en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, 
> en_GB.UTF-8 
> UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8" | 
> debconf-set-selection
> 
> but I get an error
> 
> warning: Unknown type en_AU.UTF-8, skipping line 1
> 
> no win the man page for debconf-set-selection it reacons this will work
> debconf-get-selections | ssh newhost debconf-set-selections
> 
> I guess I doing the above but just for locales

okay ignore this my cut and paste wasn't working properly, some space had been 
chopped off!
> 
> 
> 
> 
> 
>  -- "We've tripled the amount of money -- I believe it's from $50 million up 
> to 
> $195 million available."
> 
>   - George W. Bush
> 03/23/2002
> Lima, Peru



-- 
"Take it from me, whenever you see a bunch of buggers puttering
around talking about truth and beauty and the best way of attacking
Ethics, you can bet your sandals it's all because dozens of other
poor buggers are doing all the real work around the place."
(Small Gods)


signature.asc
Description: Digital signature


Re: system boot hangs at or after filesystems check

2008-02-02 Thread Csányi Pál
Sat, 02 Feb 2008 08:48:35 + keltezéssel Csányi Pál azt írta:

> Sat, 02 Feb 2008 08:39:48 + keltezéssel Csányi Pál azt írta:
> 
>> I see only that that the sda SATA drive are used from some 
>> process.
> 
> I can to stop this with C-c, and the boot go on and come to end
> successfully.

This hang happen at /var mount point. /var has its own partition
which is 14 GB. 

Maybe this hang is nothing else as fsck check the partitions filesystem?

Any advice is appreciated!


-- 
/home/csanyipal/maillistsignature


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Halting machine after fschk from within initscript

2008-02-02 Thread Malte Forkel

Hi,

I have written a small utility that monitors upcoming fscks and attempts to 
reschedule them, so they don't happen at an unexpected or inconvenient time. 
Part of my scheme is an option to force the fscks to be performed after the 
next reboot and then reboot the system instead of just halting it. In that 
case, I'd like to execute the boot process just up to and including the fscks 
and then halt the system.

I hope that I can use an initscript to achieve this. But I'm not sure what the 
proper spot would be and how to prematurely terminate the boot process from 
within an initscript.

Any advice on whether this is feasible at all and how to do it will be greatly 
appreciated.

Thanks in advance,
Malte


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




fsck.ext3

2008-02-02 Thread Jan Willem Stumpel
After converting my file system to ext3, I thought there would be
no more lengthy fsck's every 20 or so boot-ups. But they still
happen.

Some Googling revealed different opinions; some people say "ext3
does not need periodic fsck's", others say "even with ext3, it is
best to fsck every N boots, because PC hardware is cr*p". And
there are also several different methods (apparently) for
disabling periodic fsck's.

Is there a "standard Debian doctrine" or "standard Debian
practice" for this?

Regards, Jan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fsck.ext3

2008-02-02 Thread Brad Rogers
On Sat, 02 Feb 2008 11:53:46 +0100
Jan Willem Stumpel <[EMAIL PROTECTED]> wrote:

Hello Jan,

> After converting my file system to ext3, I thought there would be
> no more lengthy fsck's every 20 or so boot-ups. But they still
> happen.

Even with ext3, I get checks between 30 and 35 boots per partition.  It
can, under certain circumstances, mean an fsck run on four consecutive
boots.  Having said that, it's really only noticeable on the /home
partition, as that is far and away the largest, at 120GB.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"

Where will you be when the bodies burn?
The Gasman Cometh - Crass


signature.asc
Description: PGP signature


Re: fsck.ext3

2008-02-02 Thread Sven Joachim
On 2008-02-02 11:53 +0100, Jan Willem Stumpel wrote:

> After converting my file system to ext3, I thought there would be
> no more lengthy fsck's every 20 or so boot-ups. But they still
> happen.

You can increase the number of mounts between checks with "tune2fs -c",
see tune2fs(8).

> Some Googling revealed different opinions; some people say "ext3
> does not need periodic fsck's", others say "even with ext3, it is
> best to fsck every N boots, because PC hardware is cr*p". And
> there are also several different methods (apparently) for
> disabling periodic fsck's.

The tune2fs manpage recommends to check filesystems at least
ocasionally, so you should not use _both_ "tune2fs -c 0" and
"tune2fs -i 0".

> Is there a "standard Debian doctrine" or "standard Debian
> practice" for this?

None that I know of.

Sven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Create MNG from PNGs (SOLVED)

2008-02-02 Thread Torquil Macdonald Sørensen
> Hello,
>
> Does anyone know of a good application to create an MNG-file from a set of
> PNG files?
>
> Imagemagick uses an extremely large amount of memory for this, maybe it
> decomresses all the PNGs to RAM at the same time. At any rate, that makes
> it unusable for me, given the number of PNG files I have. E.g. with 300
> 640x480 PNG files imagemagick uses over 600MB to create an MNG. In
> addition, I cannot play it with the "animate" commmand, since that uses
> above 900MB, and the process is then automatically killed on my computer
> (1GB RAM). I can, however, display it with the "showimg" package. I want to
> do this with much more than 300 images, so imagemagick cannot be used for
> this on my computer.
>
> I tried the "advancecomp" package, but that didn't work on my PNGs, which
> are created with PLplot. I was very hopeful about this program, because it
> supports a fancy MNG mode where only differences between frames are encoded
> (I have an animated plot with lots of constant parts).
>
> I have not been able to find out if GIMP can create an MNG from set of
> PNG-files through the Gimp Animation Plugin.
>
> Any ideas?

I managed to make FLC animations which were very good, but they were a bit 
large. Then I found that if I use the 8bit PNG option in PLplot, I can use 
the advancecomp tools, i.e. advmng, to generate an MNG file. I don't need 
more colours, so I am quite happy with that. This file is much smaller, since 
MNG has good compression and it also only updates the differences between 
consecutive frames.

Example: 74 frames of 640x480 8bit PNGs from my simulation (some polygons 
moving around in a mostly black page with a box around and som text here and 
there):

FLC: 1.1MB and MNG: 360KB.

Best regards,
Torquil Sørensen



Re: debconf problem

2008-02-02 Thread Alex Samad
On Sat, Feb 02, 2008 at 08:02:29PM +1100, Alex Samad wrote:
> On Sat, Feb 02, 2008 at 08:00:16PM +1100, Alex Samad wrote:
> > Hi
> > 
> > I am trying to use debconf to setup some other packages from within a meta 
> > package.
> > 
> > 
> > I have grabbed the desired debconf setting with 
> > 
> > debconf-get-selections | grep -i locale
> > 
> > I get back 
> > 
> > locales locales/locales_to_be_generated multiselect en_AU ISO-8859-1, 
> > en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, 
> > en_GB.UTF-8 
> > UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8
> > 
> > 
> > on the destination machine i tried
> > 
> > echo "locales locales/locales_to_be_generated multiselect en_AU 
> > ISO-8859-1, 
> > en_AU.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, 
> > en_GB.UTF-8 
> > UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8" 
> > | 
> > debconf-set-selection
> > 
[snip]

but this doesn't seem to work, when i try dpkg-reconfigure -pcritical locales 
it has the original setting not the ones I have placed into debconf ?

what am i missing 

-- 
One learns to itch where one can scratch.
-- Ernest Bramah


signature.asc
Description: Digital signature


Re: ath5k (was Re: m-a a-i madwifi-source (linux-image-2.6.24-1-amd64))

2008-02-02 Thread Nate Bargmann
* Curt Howland <[EMAIL PROTECTED]> [2008 Feb 01 19:30 -0600]:
 
> > Check the status of your device at
> > http://linuxwireless.org/en/users/Drivers/ath5k#supportedchips
> > Some aren't working yet.
> 
> Well, bugger-all, sure enough the AR5213 isn't listed as working.
> 
> That means I have to wait for Bug#463353: madwifi-source to be 
> resolved.

I just discovered that yesterday when I tried 2.6.24 on my laptop.  Oh
well, 2.6.22 has no issues for me and I don't use wireless all that
often.  I'm looking forward to when ath5k is stable.  Then only Martian
Modem will be the only non-free module I'll need.

- Nate >>

-- 

"The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fsck.ext3

2008-02-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/02/08 04:53, Jan Willem Stumpel wrote:
> After converting my file system to ext3, I thought there would be
> no more lengthy fsck's every 20 or so boot-ups. But they still
> happen.

Correct.  That's the primary ext4 design goal.

The benefit of ext3 is that it doesn't need an fsck after *every*
improper shutdown.

> Some Googling revealed different opinions; some people say "ext3
> does not need periodic fsck's", others say "even with ext3, it is
> best to fsck every N boots, because PC hardware is cr*p". And
> there are also several different methods (apparently) for
> disabling periodic fsck's.
> 
> Is there a "standard Debian doctrine" or "standard Debian
> practice" for this?

The 20-or-so is different per partition, so that they won't all fsck
at the same time.

However, because a stable Linux system shouldn't reboot very often,
just relying on a boot counter might mean that it would be years
between fsck.  So, the system also forces an fsck every N days
(where N is slightly different per partition).  Thus, if you only
reboot yearly, they'll all fsck.

- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHpHmwS9HxQb37XmcRAp+CAJ0UFIBDb1rRDU4CY7d/Tn3R2s6BfgCgonBi
ac0KL131PM0euzTjXE/pptY=
=/1Td
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to compile modules in a Xen domU

2008-02-02 Thread Jeppe N. Madsen
Hi,

 

I've installed Debian Etch with 

 

Dom0:  Linux dom0 2.6.18-6-xen-amd64 #1 SMP Wed Jan 23 08:01:39 UTC 2008
x86_64 GNU/Linux

And

DomU:  Linux xentest 2.6.18-6-xen-amd64 #1 SMP Wed Jan 23 08:01:39 UTC 2008
x86_64 GNU/Linux

 

I need to compile some kernel modules for the domU (v4l-dvb), but have some
problems figuring out how to setup the environment.

 

If I (in the domU) do a make menuconfig I get the following:

 

make menuconfig

make -C /root/v4l-dvb/v4l menuconfig

make[1]: Entering directory `/root/v4l-dvb/v4l'

./scripts/make_kconfig.pl /lib/modules/2.6.18-6-xen-amd64/build
/lib/modules/2.6.18-6-xen-amd64/source

Preparing to compile for kernel version 2.6.18

File not found: /lib/modules/2.6.18-6-xen-amd64/build/.config at
./scripts/make_kconfig.pl line 32,  line 4.

make[1]: *** [Kconfig] Error 2

make[1]: Leaving directory `/root/v4l-dvb/v4l'

make: *** [menuconfig] Error 2

 

 

I have the following packages installed, but I'm a little confused as which
versions supports the xen-amd64 version.

 

dpkg-query -W -f='${Package}\n' "*2.6.18*"

linux-headers-2.6.18-6

linux-headers-2.6.18-6-amd64

linux-headers-2.6.18-6-xen

linux-kbuild-2.6.18

linux-source-2.6.18

 

xentest:/usr/src# dpkg --list|grep 2.6.18

ii  linux-headers-2.6-amd64  2.6.18+6etch3Header
files for Linux 2.6 on AMD64

ii  linux-headers-2.6.18-6   2.6.18.dfsg.1-17etch1Common
header files for Linux 2.6.18

ii  linux-headers-2.6.18-6-amd64 2.6.18.dfsg.1-17etch1Header
files for Linux 2.6.18 on AMD64

ii  linux-headers-2.6.18-6-xen   2.6.18.dfsg.1-17etch1Common
header files for Linux 2.6.18

ii  linux-kbuild-2.6.18  2.6.18-1 Kbuild
infrastructure for Linux 2.6.18

ii  linux-kernel-headers 2.6.18-7 Linux
Kernel Headers for development

ii  linux-source-2.6.18  2.6.18.dfsg.1-17etch1Linux
kernel source for version 2.6.18 with

 

xentest:/lib/modules/2.6.18-6-xen-amd64# ls -al

total 1356

drwxr-xr-x 3 root root   4096 Feb  2 14:06 .

drwxr-xr-x 5 root root   4096 Jan 29 22:05 ..

lrwxrwxrwx 1 root root 14 Feb  2 14:06 build -> /usr/src/linux

drwxr-xr-x 9 root root   4096 Jan 29 21:44 kernel

lrwxrwxrwx 1 root root 14 Feb  2 14:06 linux -> /usr/src/linux

-rw-r--r-- 1 root root 296604 Jan 29 21:45 modules.alias

-rw-r--r-- 1 root root 69 Jan 29 21:45 modules.ccwmap

-rw-r--r-- 1 root root 303531 Jan 29 21:45 modules.dep

-rw-r--r-- 1 root root813 Jan 29 21:45 modules.ieee1394map

-rw-r--r-- 1 root root712 Jan 29 21:45 modules.inputmap

-rw-r--r-- 1 root root  17450 Jan 29 21:45 modules.isapnpmap

-rw-r--r-- 1 root root 74 Jan 29 21:45 modules.ofmap

-rw-r--r-- 1 root root 240703 Jan 29 21:45 modules.pcimap

-rw-r--r-- 1 root root   1009 Jan 29 21:45 modules.seriomap

-rw-r--r-- 1 root root 128065 Jan 29 21:45 modules.symbols

-rw-r--r-- 1 root root 334496 Jan 29 21:45 modules.usbmap

lrwxrwxrwx 1 root root 28 Feb  2 10:17 source ->
/usr/src/linux-source-2.6.18

 

xentest:/usr/src# ls -al

total 28

drwxrwsr-x  7 root src  4096 Feb  2 14:12 .

drwxr-xr-x 10 root root 4096 Jan 29 22:03 ..

lrwxrwxrwx  1 root src36 Feb  2 14:12 linux ->
/usr/src/linux-headers-2.6.18-6-xen/

drwxr-xr-x 17 root root 4096 Feb  2 10:14 linux-headers-2.6.18-6

drwxr-xr-x  4 root root 4096 Feb  2 10:14 linux-headers-2.6.18-6-amd64

drwxr-xr-x 18 root root 4096 Feb  2 14:13 linux-headers-2.6.18-6-xen

drwxr-xr-x  3 root root 4096 Feb  2 10:14 linux-kbuild-2.6.18

drwxr-xr-x 19 root root 4096 Jan 22 17:43 linux-source-2.6.18

 

Any pointers to what may be wrong?

 

/Jeppe



Re: local copy of wikipedia

2008-02-02 Thread Wolodja Wentland

On Thu, 2008-01-31 at 10:33 +0100, Ivan Glushkov wrote:
> Hi,
> 
> I want to have wikipedia locally on my debian laptop. I tried to google
> about it, but the only useful link I found is
> 
> http://en.wikipedia.org/wiki/Wikipedia:Database_download
> 
> , which does not really explain in details the installation process. Do
> you know a nice HowTo on the topic answering the following questions:

There is a nice how-to at

http://www.pilhokim.com/pilhowiki/index.php?title=EChronicle:Importing_Wikipedia

But be advised that it will take around one or two weeks to insert all
database dumps. I am not sure if you can skip a couple of those dumps in
order to save some space. 

The following table gives you a short overview of the disk space you
will need. All this is without images and edit history.

6.9G./wp_fr_20071203
26G ./wp_en_20071018
4.4G./wp_it_20071215
3.2G./wp_nl_20080104
3.0G./wp_pt_20071116
344M./wp_tr_20071128
3.7G./wp_de_20071228
3.2G./wp_ru_20080104
44M ./wp_sw_20071117
988M./wp_no_20071127
623M./wp_zh_20071119
3.2G./wp_pl_20071129
1.5G./wp_es_20071202
1.1G./wp_fi_20080103

> Which way of installing wikipedia would take the least disk space?
> What software I need to install/configure/run to have a local copy with
> the full search functionality?

You will need to install MediaWiki and MySQL.

with kind regards

Wolodja Wentland


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


Re: fsck.ext3

2008-02-02 Thread Sam Leon

Jan Willem Stumpel wrote:

After converting my file system to ext3, I thought there would be
no more lengthy fsck's every 20 or so boot-ups. But they still
happen.

Some Googling revealed different opinions; some people say "ext3
does not need periodic fsck's", others say "even with ext3, it is
best to fsck every N boots, because PC hardware is cr*p". And
there are also several different methods (apparently) for
disabling periodic fsck's.

Is there a "standard Debian doctrine" or "standard Debian
practice" for this?

Regards, Jan





I set mine for 60 days or 100 mounts.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: system boot hangs at or after filesystems check

2008-02-02 Thread David S
Csányi Pál wrote:
> This hang happen at /var mount point. /var has its own partition
> which is 14 GB. 

Hi

Just a quick fix: disable checking the /var partition by changing
it's pass value in /etc/fstab to "0".

Does a CLI-invoked fsck hang when you check the /var partition?

David S


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Xorg problems dpkg-reconfigure

2008-02-02 Thread Der Engel
Hello,

I'm running sid and didn't chose to install a desktop enviroment
during install, I now want to install Xorg to run fluxbox.

I install xorg using aptitude, when trying to do 'dpkg-reconfigure
-plow xserver-xorg' the wizard only asks me about keyboard
configuration and saves itself inmediately,
it doesn't ask me about video, mouse, etc.. any ideas?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: OT:weird problem downloading big files

2008-02-02 Thread [EMAIL PROTECTED]


Original Message:
-
From: Raj Kiran Grandhi [EMAIL PROTECTED]
Date: Sat, 02 Feb 2008 09:58:00 +0530
To: debian-user@lists.debian.org, debian-user@lists.debian.org
Subject: Re: OT:weird problem downloading big files


Sergio Belkin wrote:
> Hi, 
> 
> I've stuck with a weird problem... 
> 
> I can't download "big" files, I mean, I can't download well DVD iso
files, for 
> example, if I try download any file of 
>
http://linux.cucea.udg.mx/geeklog/staticpages/index.php?page=200801231703241
95
> I get something so:
> 
> wget 
>
http://linux.cucea.udg.mx/espejo/Mandriva/2008.0/mandriva-linux-2008.0-free-
dvd-i586.iso
> --00:40:53--  
>
http://linux.cucea.udg.mx/espejo/Mandriva/2008.0/mandriva-linux-2008.0-free-
dvd-i586.iso
>=> `mandriva-linux-2008.0-free-dvd-i586.iso'
> Resolviendo linux.cucea.udg.mx... 148.202.23.6
> Connecting to linux.cucea.udg.mx|148.202.23.6|:80... conectado.
> Petición HTTP enviada, esperando respuesta... 200 OK
> Longitud: 269.768.704 (257M) [application/octet-stream]

Does the version of wget you are using support large files? (> 4GB) I 
faced a similar problem a couple of years ago and upgrading wget to the 
most recent version solved it.

Try "downloading" a dvd iso from a local machine (say localhost running 
apache) If it fails, try upgrading your client.

> 
>  0% 
> [
] 
> 14.87217.01K/s
> 
> 257M??? Why other iso files has similar problem
> 
> At first glance, I think that my wireless router was putting a limit, but
then 
> I connect directly to my ISP... I'm not behind a proxy (well, I don't if
my 
> ISP has one) but it's a recent 
> problem, please could say me what's wrong?

Someone correct me if I am wrong, but I think routers operate at a much 
lower level and don't know anything about files and their sizes.

>>You are correct.  Routers operate at the IP level and aren't even aware
of TCP/UDP
 Larry



-- 
Raj Kiran Grandhi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail




Re: FreeNX on Sparc

2008-02-02 Thread s. keeling
Yi Shi <[EMAIL PROTECTED]>:
> 
>  I have a Debian Linux 4 running on Sun Ultra 60 machine. I want to
>  install FreeNX on it so I can access the desktop remotely. I
>  understand there is no binary available for Sparc machines. Could
>  someone send detailed instructions on how to install it?

debian.org has lots of information on how to build packages from
source, but I wonder why you need freenx to access the other machine?
Enable X11Forwarding in sshd_config and your two boxes will be happy
to play with each other.  Put them both behind a router and they'll be
safe from harm.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[SOLVED]Setting up Debian on a mobile disk

2008-02-02 Thread Dan H.
Purrs like a kitten now. But I did have to start from scratch using a
netinstall CD.

Thanks everybody!


signature.asc
Description: Digital signature


Re: Xorg problems dpkg-reconfigure

2008-02-02 Thread Andrew Sackville-West
On Sat, Feb 02, 2008 at 10:16:05AM -0500, Der Engel wrote:
> Hello,
> 
> I'm running sid and didn't chose to install a desktop enviroment
> during install, I now want to install Xorg to run fluxbox.
> 
> I install xorg using aptitude, when trying to do 'dpkg-reconfigure
> -plow xserver-xorg' the wizard only asks me about keyboard
> configuration and saves itself inmediately,
> it doesn't ask me about video, mouse, etc.. any ideas?

what happens when you startx? 

please provide the output of

dpkg -l \*xorg\* | grep ^ii

and the contents of /etc/X11/xorg.conf


A


signature.asc
Description: Digital signature


cannot connect to my wifi

2008-02-02 Thread oxy
Hi friends,
i tryed many suggestions on internet, but no success yet to connect to my wifi.
I have the following hardware:
# lspci
08:07.0 Ethernet controller: Atheros Communications, Inc. AR5005G
802.11abg NIC (rev 01)

I installed madwifi according go the post

http://www.webservertalk.com/archive291-2007-4-1865856.html

It seems to work. But the connection i cannot manage to get done.
First i tried network-manager. All fields there, just typed it as worked
for previous windows and ... no success.
Many posts in internet report problems of network-manager anyway.
Some ubuntu people said they solved their problems
using gtkwifi, nm-applet, and wicd, but i didnt find
them for debian (??? aren't they the same???).
I also tried iwconfig but got an

Error : unrecognised wireless request "thenet.com"

OBS: the name was correct.

Than i installed wifi-radar. It makes it easy to set
the connection, but there is no way to set the interface
name. So wifi-radar keeps on trying to connect a certain eth2 interface,
that does not exist!

Any tip, please, i ran out of possibilities :-)
Thank u all in advance ...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg problems dpkg-reconfigure

2008-02-02 Thread Der Engel
startx enters me fine into fluxbox but mouse doesn't work, looks like
X detects automatically resolution and driver card cause startx enters
me into fluxbox even if i don't have an xorg.conf but still mouse
doesn't work as it should be.

ouput of dpkg -l \*xorg\* | grep ^ii :

ii  xorg 1:7.3+10
X.Org X Window System
ii  xorg-docs1:1.4-2
Miscellaneous documentation for the X.Org so
ii  xserver-xorg 1:7.3+10
the X.Org X server
ii  xserver-xorg-core2:1.4.1~git20080131-1
Xorg X server - core server
ii  xserver-xorg-input-all   1:7.3+10
the X.Org X server -- input driver metapacka
ii  xserver-xorg-input-evdev 1:1.2.0-1
X.Org X server -- evdev input driver
ii  xserver-xorg-input-kbd   1:1.2.2-3
X.Org X server -- keyboard input driver
ii  xserver-xorg-input-mouse 1:1.2.3-2
X.Org X server -- mouse input driver
ii  xserver-xorg-input-synaptics 0.14.7~git20070706-2
Synaptics TouchPad driver for X.Org/XFree86
ii  xserver-xorg-input-wacom 0.7.9.3-2
X.Org X server -- Wacom input driver
ii  xserver-xorg-video-all   1:7.3+10
the X.Org X server -- output driver metapack
ii  xserver-xorg-video-apm   1:1.1.1-10
X.Org X server -- APM display driver
ii  xserver-xorg-video-ark   1:0.6.0-9
X.Org X server -- ark display driver
ii  xserver-xorg-video-ati   1:6.7.197-1
X.Org X server -- ATI display driver
ii  xserver-xorg-video-chips 1:1.1.1-9
X.Org X server -- Chips display driver
ii  xserver-xorg-video-cirrus1:1.1.0-8
X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-cyrix 1:1.1.0-8
X.Org X server -- Cyrix display driver
ii  xserver-xorg-video-dummy 1:0.2.0-7
X.Org X server -- dummy display driver
ii  xserver-xorg-video-fbdev 1:0.3.1-4
X.Org X server -- fbdev display driver
ii  xserver-xorg-video-glint 1:1.1.1-8
X.Org X server -- Glint display driver
ii  xserver-xorg-video-i128  1:1.2.1-4
X.Org X server -- i128 display driver
ii  xserver-xorg-video-i740  1:1.1.0-7
X.Org X server -- i740 display driver
ii  xserver-xorg-video-imstt 1:1.1.0-7
X.Org X server -- IMSTT display driver
ii  xserver-xorg-video-intel 2:2.2.0-1
X.Org X server -- Intel i8xx, i9xx display d
ii  xserver-xorg-video-mga   1:1.4.8.dfsg.1-1
X.Org X server -- MGA display driver
ii  xserver-xorg-video-neomagic  1:1.1.1-8
X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-newport   1:0.2.1-4
X.Org X server -- Newport display driver
ii  xserver-xorg-video-nsc   1:2.8.3-2
X.Org X server -- NSC display driver
ii  xserver-xorg-video-nv1:2.1.7-1
X.Org X server -- NV display driver
ii  xserver-xorg-video-rendition 1:4.1.3.dfsg.1-4
X.Org X server -- Rendition display driver
ii  xserver-xorg-video-s31:0.5.0-4
X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-s3virge   1:1.9.1-7
X.Org X server -- S3 ViRGE display driver
ii  xserver-xorg-video-savage1:2.1.3-5
X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion 1:1.5.1-3
X.Org X server -- SiliconMotion display driv
ii  xserver-xorg-video-sis   1:0.9.3-6
X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb1:0.8.1-9
X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx  1:1.3.0-6
X.Org X server -- tdfx display driver
ii  xserver-xorg-video-tga   1:1.1.0-9
X.Org X server -- TGA display driver
ii  xserver-xorg-video-trident   1:1.2.3-6
X.Org X server -- Trident display driver
ii  xserver-xorg-video-tseng 1:1.1.1-4
X.Org X server -- Tseng display driver
ii  xserver-xorg-video-v4l   0.1.1-6
X.Org X server -- Video 4 Linux display driv
ii  xserver-xorg-video-vesa  1:1.3.0-4
X.Org X server -- VESA display driver
ii  xserver-xorg-video-vga   1:4.1.0-8
X.Org X server -- VGA display driver
ii  xserver-xorg-video-via   1:0.2.2-5
X.Org X server -- VIA display driver
ii  xserver-xorg-video-vmware1:10.15.2-1
X.Org X server -- VMware display driver
ii  xserver-xorg-video-voodoo1:1.1.1-5
X.Org X server -- Voodoo display driver

xorg.conf is:


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, r

Re: Xorg problems dpkg-reconfigure

2008-02-02 Thread Kelly Clowers
On Feb 2, 2008 9:06 AM, Der Engel <[EMAIL PROTECTED]> wrote:
> startx enters me fine into fluxbox but mouse doesn't work, looks like
> X detects automatically resolution and driver card cause startx enters
> me into fluxbox even if i don't have an xorg.conf but still mouse
> doesn't work as it should be.



> xorg.conf is:
>
>
> # xorg.conf (X.Org X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the xorg.conf manual page.
> # (Type "man xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "InputDevice"
> Identifier  "Generic Keyboard"
> Driver  "kbd"
> Option  "XkbRules"  "xorg"
> Option  "XkbModel"  "pc104"
> Option  "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
> Identifier  "Configured Mouse"
> Driver  "mouse"
> EndSection
>
> Section "Device"
> Identifier  "Configured Video Device"
> EndSection
>
> Section "Monitor"
> Identifier  "Configured Monitor"
> EndSection
>
> Section "Screen"
> Identifier  "Default Screen"
> Monitor "Configured Monitor"
> EndSection
>
>
>

Try adding a "device" option to the mouse section:

 Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option "Device""/dev/input/mice"
 EndSection


And possibly a protocol option, such as:

Option  "Protocol"  "ImPS/2"

You may not need this or the protocol "auto" may work.
See "man mouse" for more protocols.


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot connect to my wifi

2008-02-02 Thread Patrick Wiseman
On Feb 2, 2008 11:46 AM, oxy <[EMAIL PROTECTED]> wrote:

> Than i installed wifi-radar. It makes it easy to set
> the connection, but there is no way to set the interface
> name. So wifi-radar keeps on trying to connect a certain eth2 interface,
> that does not exist!

In the wifi-radar GUI, select Preferences and turn off Auto-detect
wireless device.  I don't know if that will work, because it should be
auto-detecting your device!

Patrick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg problems dpkg-reconfigure

2008-02-02 Thread Der Engel
Well, my issue really is to make 'dpkg-reconfigure xserver-xorg'  to
work, to be able to generate a full xorg.conf with it, i don't know
why it only asks me keyboard options only and then it closes. The
xorg.conf below was generated using:  'dpkg-reconfigure -plow
xserver-xorg'


On Feb 2, 2008 12:06 PM, Der Engel <[EMAIL PROTECTED]> wrote:
> startx enters me fine into fluxbox but mouse doesn't work, looks like
> X detects automatically resolution and driver card cause startx enters
> me into fluxbox even if i don't have an xorg.conf but still mouse
> doesn't work as it should be.
>
> ouput of dpkg -l \*xorg\* | grep ^ii :
>
> ii  xorg 1:7.3+10
> X.Org X Window System
> ii  xorg-docs1:1.4-2
> Miscellaneous documentation for the X.Org so
> ii  xserver-xorg 1:7.3+10
> the X.Org X server
> ii  xserver-xorg-core2:1.4.1~git20080131-1
> Xorg X server - core server
> ii  xserver-xorg-input-all   1:7.3+10
> the X.Org X server -- input driver metapacka
> ii  xserver-xorg-input-evdev 1:1.2.0-1
> X.Org X server -- evdev input driver
> ii  xserver-xorg-input-kbd   1:1.2.2-3
> X.Org X server -- keyboard input driver
> ii  xserver-xorg-input-mouse 1:1.2.3-2
> X.Org X server -- mouse input driver
> ii  xserver-xorg-input-synaptics 0.14.7~git20070706-2
> Synaptics TouchPad driver for X.Org/XFree86
> ii  xserver-xorg-input-wacom 0.7.9.3-2
> X.Org X server -- Wacom input driver
> ii  xserver-xorg-video-all   1:7.3+10
> the X.Org X server -- output driver metapack
> ii  xserver-xorg-video-apm   1:1.1.1-10
> X.Org X server -- APM display driver
> ii  xserver-xorg-video-ark   1:0.6.0-9
> X.Org X server -- ark display driver
> ii  xserver-xorg-video-ati   1:6.7.197-1
> X.Org X server -- ATI display driver
> ii  xserver-xorg-video-chips 1:1.1.1-9
> X.Org X server -- Chips display driver
> ii  xserver-xorg-video-cirrus1:1.1.0-8
> X.Org X server -- Cirrus display driver
> ii  xserver-xorg-video-cyrix 1:1.1.0-8
> X.Org X server -- Cyrix display driver
> ii  xserver-xorg-video-dummy 1:0.2.0-7
> X.Org X server -- dummy display driver
> ii  xserver-xorg-video-fbdev 1:0.3.1-4
> X.Org X server -- fbdev display driver
> ii  xserver-xorg-video-glint 1:1.1.1-8
> X.Org X server -- Glint display driver
> ii  xserver-xorg-video-i128  1:1.2.1-4
> X.Org X server -- i128 display driver
> ii  xserver-xorg-video-i740  1:1.1.0-7
> X.Org X server -- i740 display driver
> ii  xserver-xorg-video-imstt 1:1.1.0-7
> X.Org X server -- IMSTT display driver
> ii  xserver-xorg-video-intel 2:2.2.0-1
> X.Org X server -- Intel i8xx, i9xx display d
> ii  xserver-xorg-video-mga   1:1.4.8.dfsg.1-1
> X.Org X server -- MGA display driver
> ii  xserver-xorg-video-neomagic  1:1.1.1-8
> X.Org X server -- Neomagic display driver
> ii  xserver-xorg-video-newport   1:0.2.1-4
> X.Org X server -- Newport display driver
> ii  xserver-xorg-video-nsc   1:2.8.3-2
> X.Org X server -- NSC display driver
> ii  xserver-xorg-video-nv1:2.1.7-1
> X.Org X server -- NV display driver
> ii  xserver-xorg-video-rendition 1:4.1.3.dfsg.1-4
> X.Org X server -- Rendition display driver
> ii  xserver-xorg-video-s31:0.5.0-4
> X.Org X server -- legacy S3 display driver
> ii  xserver-xorg-video-s3virge   1:1.9.1-7
> X.Org X server -- S3 ViRGE display driver
> ii  xserver-xorg-video-savage1:2.1.3-5
> X.Org X server -- Savage display driver
> ii  xserver-xorg-video-siliconmotion 1:1.5.1-3
> X.Org X server -- SiliconMotion display driv
> ii  xserver-xorg-video-sis   1:0.9.3-6
> X.Org X server -- SiS display driver
> ii  xserver-xorg-video-sisusb1:0.8.1-9
> X.Org X server -- SiS USB display driver
> ii  xserver-xorg-video-tdfx  1:1.3.0-6
> X.Org X server -- tdfx display driver
> ii  xserver-xorg-video-tga   1:1.1.0-9
> X.Org X server -- TGA display driver
> ii  xserver-xorg-video-trident   1:1.2.3-6
> X.Org X server -- Trident display driver
> ii  xserver-xorg-video-tseng 1:1.1.1-4
> X.Org X server -- Tseng display driver
> ii  xserver-xorg-video-v4l   0.1.1-6
> X.Org X server -- Video 4 Linux display driv
> ii  xserver-xorg-video-vesa  1:1.3.0-4
> X.Org X server -- VESA display driver
> ii  xserver-xorg-video-vga   1:4.1.0-8
> X.Org X server -- VGA display driver
> ii  xserver-xorg-video-via   1:0.2.2-5
> X.Org X server -- VIA display driver
> ii  xserver-xorg-video-vmware1:10.15.2-1
> X.Org X server -- VMware display driver
> ii  xserver-xorg-video-voodoo1:1.1.1-5
> X.Org X server -- Voodoo display driver
>
> xorg.conf is:
>
>

Re: Building vmware workstation kernel module on 2.6.24 fails (sid)

2008-02-02 Thread Magnus Therning
Peter Velichkov wrote:
> Just wrote a how-to about installing vmware player/workstation on debian
> unstable with default kernel 2.6.24
> http://blog.creonfx.com/linux/how-to-install-vmware-player-workstation-on-2624-kernel

I didn't succeed with the vmware-any-any package.  'make-vmpkg -p
any-any -s -u 116 ' succeeded and I ended up with a
package named vmware-any-any-kernel-source containing the source.
However, when building the source with 'm-a a-i
vmware-any-any-kernel-source' failed with:

 gcc-4.1: error trying to exec 'cc1plus': execvp: No such file or directory

How do I get past this?

/M

-- 
Magnus Therning (OpenPGP: 0xAB4DFBA4)
magnus@therning.org Jabber: magnus.therning@gmail.com
http://therning.org/magnus

What if I don't want to obey the laws? Do they throw me in jail with
the other bad monads?
 -- Daveman



signature.asc
Description: OpenPGP digital signature


Re: Building vmware workstation kernel module on 2.6.24 fails (sid)

2008-02-02 Thread Sven Joachim
On 2008-02-02 19:34 +0100, Magnus Therning wrote:

> I didn't succeed with the vmware-any-any package.  'make-vmpkg -p
> any-any -s -u 116 ' succeeded and I ended up with a
> package named vmware-any-any-kernel-source containing the source.
> However, when building the source with 'm-a a-i
> vmware-any-any-kernel-source' failed with:
>
>  gcc-4.1: error trying to exec 'cc1plus': execvp: No such file or directory

Apparently the C++ compiler for gcc-4.1 is missing.

> How do I get past this?

Install the g++-4.1 package and retry.

Sven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fsck.ext3

2008-02-02 Thread Manon Metten
Hi,

On 2/2/08, Sam Leon <[EMAIL PROTECTED]> wrote:

I set mine for 60 days or 100 mounts.
>


Before I change something, I would like to know the current
setings. How do I find those?

Greetings, Manon.


Re: system boot hangs at or after filesystems check

2008-02-02 Thread Csányi Pál
Sat, 02 Feb 2008 22:17:46 +0900 keltezéssel David S azt írta:

> Csányi Pál wrote:
>> This hang happen at /var mount point. /var has its own partition
>> which is 14 GB. 

> Just a quick fix: disable checking the /var partition by changing
> it's pass value in /etc/fstab to "0".

I better leave it to "2".

> Does a CLI-invoked fsck hang when you check the /var partition?

Actually, this hang is not forever; I leave it to see how long
shall to hang and the time was about a minit or two (60-120 seconds).

So, I should to leave fsck to do the job. :)

I dont know why this "hang" happen so random?

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Udev Installation Question

2008-02-02 Thread David Baron
What happens to the original contents of /dev?

1. Still there--the tmpfs simply mounts over them (kind of wasteful since a 
statis /dev had zillions of unused nodes).

2. Deleted. Want to go back ... well there is a make-devfs script somewhere to 
create all the zillions of nodes that Knoppix uses.

3. Tarred, feathered and stashed somewhere I had read that this does occur. 
Where?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Brother laserprinter refuses to print pdfs

2008-02-02 Thread Jonas Meurer
Hello,

I've a brother laserprinter (setup as network printer), which works
quite well in general, except that it refuses to print most pdfs.

I'm running debian/unstable with cups as printing backend.

When printing pdfs, regardless whether I try to print from evince, gimp
or invoke lpr directly (from cupsys-bsd), only an errormessage is
printed to the paper:

ERROR NAME;
   typecheck
COMMAND;
   image
OPERAND STACK;

As far as i can tell, other documents are printed just fine.

The only way to print pdfs right now is to first convert them to ps. but
unfortunately pdf2ps seems to have problems with some pdfs, therefore I
don't have any chance to print them.

Is there any way to make my printer print pdfs?

The config in /etc/cups/printers.conf is:


Info Brother HL-5270DN
Location Flur
DeviceURI lpd://192.168.3.11/
State Idle
StateTime 1200927229
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer


thanks in advance,
 jonas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Udev Installation Question

2008-02-02 Thread Andrew Reid
On Saturday 02 February 2008 14:00, David Baron wrote:
> What happens to the original contents of /dev?
>
> 1. Still there--the tmpfs simply mounts over them (kind of wasteful since a
> statis /dev had zillions of unused nodes).
>
> 2. Deleted. Want to go back ... well there is a make-devfs script somewhere
> to create all the zillions of nodes that Knoppix uses.
>
> 3. Tarred, feathered and stashed somewhere I had read that this does occur.
> Where?

  3. Specifically, remounted on /dev/.static/dev. 

-- A.
-- 
Andrew Reid / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Any good todo manager?

2008-02-02 Thread Kamaraju S Kusumanchi
> Any good todo manager?

I recommend korganizer for this. It is part of KDE but can be installed on
machines not running KDE as well.

raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: missing /var/mail

2008-02-02 Thread Douglas A. Tutty
On Fri, Feb 01, 2008 at 09:45:42PM -0600, Ron Johnson wrote:
 > 
> > There are other mailbox formats, most notably Maildir, which store each
> > message in a separate file.  If the system drops while a file is being
> > written and that file's data is lost, then you only lose one message
> > instead of the whole mailbox.
> 
> That's exactly what I meant

OK.  With stock Debian's exim4 and mutt, how do I switch from mbox to
maildir?  I assume that once I do, the user's interaction with the mail
from within Mutt will look the same?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Xorg problems dpkg-reconfigure

2008-02-02 Thread Kelly Clowers
On Feb 2, 2008 10:10 AM, Der Engel <[EMAIL PROTECTED]> wrote:
> Well, my issue really is to make 'dpkg-reconfigure xserver-xorg'  to
> work, to be able to generate a full xorg.conf with it, i don't know
> why it only asks me keyboard options only and then it closes. The
> xorg.conf below was generated using:  'dpkg-reconfigure -plow
> xserver-xorg'

I think the debconf stuff for xorg has been changed, due to the fact
that xorg now works (or should work) with a very minimal xorg.conf.
The goal the upstream xorg devs are approaching is to be able to
run X without any conf file at all.

I just found some related information:
http://wiki.debian.org/XStrikeForce/XSFTODO


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: missing /var/mail

2008-02-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/02/08 10:22, Douglas A. Tutty wrote:
> On Fri, Feb 01, 2008 at 09:45:42PM -0600, Ron Johnson wrote:
>  > 
>>> There are other mailbox formats, most notably Maildir, which store each
>>> message in a separate file.  If the system drops while a file is being
>>> written and that file's data is lost, then you only lose one message
>>> instead of the whole mailbox.
>> That's exactly what I meant
> 
> OK.  With stock Debian's exim4 and mutt, how do I switch from mbox to
> maildir?

I use postfix, and the only modification to it's main.cf is:
home_mailbox = Maildir/

Regarding conversion: Google for "mb2md.pl", which, as it's name
implies, is a Perl script to convert from mbox to Maildir.  Maildir
directories are created with maildirmake(1).

You could also "cheat" and use a GUI MUA to drag the mails from mbox
to IMAP.

Also, I use courier-imap to access the Maildirs, so my .muttrc looks
like:
$ grep imap .muttrc
set imap_user=me
set spoolfile=imap://haggis/INBOX
set folder=imap://haggis/INBOX.
set record=imap://haggis/INBOX/Sent

>  I assume that once I do, the user's interaction with the mail
> from within Mutt will look the same?

I don't see why not...

- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHpNYxS9HxQb37XmcRAo+xAKDtCERwgS6dq0OwTYGN4sU2smbqiACdHh6V
PtPuo6NA5sZ1li0BXrNNoPg=
=Vtj4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: vuescan won't start

2008-02-02 Thread Felix Karpfen
On Wed, 30 Jan 2008 16:52:16 -0500, Richard Carter wrote:

On Wed, 30 Jan 2008 16:52:16 -0500, Richard Carter wrote:

> Hi Folks,
> 
> I'm running debian 4.0 (etch) on a PC with an amd64 processor.

SNIP
> 
> How can I get vuescan to start?

I asked a similar question and did not score an answer.  I hope that
you are luckier.

For what it is worth, Vuescan (+ an Epson Perfection 4490 scanner) works
with Sarge on my box; but not with Etch.

Felix Karpfen



-- 
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot connect to my wifi

2008-02-02 Thread oxy
> In the wifi-radar GUI, select Preferences and turn off Auto-detect
> wireless device.  I don't know if that will work, because it should be
> auto-detecting your device!


Hi Patrick,
sorry, but i do not have this option (Preferences) in my wifi-radar.
Also not an option to turn off Auto-detect. ???
It is a Linux version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-17etch1).
I installed wifi-radar today, so must be a new version.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



FUSE and NFS

2008-02-02 Thread Jerome BENOIT

Hello List,

is there a way to use FUSE to mount a partition
served by a NFS server ?

Thanks in advance,
Jerome
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: vuescan won't start

2008-02-02 Thread Florian Kulzer
On Wed, Jan 30, 2008 at 16:52:16 -0500, Richard Carter wrote:
> Hi Folks,
> 
> I'm running debian 4.0 (etch) on a PC with an amd64 processor.
> 
> I downloaded vuesca84.tgz and expanded it to /home/robin/vuesca84 which now
> includes an executable file vuescan.  When I enter "vuescan", as either
> robin or as su, I get:
> 
> vuescan: error while loading shared libraries: libusb-0.1.so.4: cannot open
> shared object file: No such file or directory
> 
> when I enter "locate libusb-0.1.so.4" I get:
> 
> /lib/libusb-0.1.so.4
> /lib/libusb-0.1.so.4.4.4
> 
> How can I get vuescan to start?

I have a symlink in /usr/lib/ pointing to /lib/libusb-0.1.so.4 (which in
turn points to libusb-0.1.so.4.4.4). I wonder why you do not see this.
Which version of the libusb-0.1-4 package is installed on your system?

Do you get any output from

ldconfig -pNX | grep libusb

?

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: FUSE and NFS

2008-02-02 Thread Tzafrir Cohen
On Sun, Feb 03, 2008 at 05:14:59AM +0800, Jerome BENOIT wrote:
> Hello List,
> 
> is there a way to use FUSE to mount a partition
> served by a NFS server ?

Why would you want to use a FUSE when you have an existing NFS
implementation in the kernel?

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il || a Mutt's
[EMAIL PROTECTED] ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Switching from ipw3945 to iwl3945 driver]

2008-02-02 Thread Jurij Smakov
Hi,

If you do not own any hardware with Intel PRO/Wireless 3945ABG wifi 
cards, you can stop reading now.

The 2.6.24 kernel has recently hit unstable, and it contains a new 
shiny iwl3945 driver which should replace the old ipw3945 one. The 
good news is that you will no longer need to run the ipw3945d binary 
daemon, the bad news is that binary firmware is still required (but it 
is available as a package). The plan is to remove ipw3945-modules-* 
and ipw3945d packages from the archive as soon as 2.6.24 kernel hits 
testing. Because of that, everyone running unstable and using ipw3945
is encouraged to switch to using 2.6.24 and iwl3945 driver as soon as 
possible. The switching instructions are available at 

http://wiki.debian.org/iwlwifi

I've only tested this procedure myself, so feel free to contribute 
additional information to the wiki page, and reply to this thread if
you encounter any problems (cc me in this case, as I'm not on d-u).

Best regards,
-- 
Jurij Smakov   [EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2 Network Cards

2008-02-02 Thread Ken Irving
On Fri, Feb 01, 2008 at 09:44:47PM -0900, Ken Irving wrote:
> > On Fri, Feb 01, 2008 at 04:37:03PM -0800, Raquel wrote:
> > > On Fri, 1 Feb 2008 16:09:00 -0800 Raquel wrote:
> > > 
> > > > I have 2 network cards in this machine.  Currently only one of those
> > > > cards is setup but now I have need to setup another.  The
> > > > current /etc/network/interfaces looks like:
> > > > ...
> > > Is there anything else I need to watch out for?  I know that the
> > > firewall needs to be changed.
> ... 
> I dimly recall that there's something in how the kernel works with
> interfaces and ip address that's perhaps not intuitive, and easy to
> get wrong.

ARP (Address Resolution Protocol) flux looks like something you might
want to look into.
 
-- 
Ken Irving, [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Building vmware workstation kernel module on 2.6.24 fails (sid)

2008-02-02 Thread Magnus Therning
Sven Joachim wrote:
> On 2008-02-02 19:34 +0100, Magnus Therning wrote:
> 
>> I didn't succeed with the vmware-any-any package.  'make-vmpkg -p
>> any-any -s -u 116 ' succeeded and I ended up with a
>> package named vmware-any-any-kernel-source containing the source.
>> However, when building the source with 'm-a a-i
>> vmware-any-any-kernel-source' failed with:
>>
>>  gcc-4.1: error trying to exec 'cc1plus': execvp: No such file or directory
> 
> Apparently the C++ compiler for gcc-4.1 is missing.
> 
>> How do I get past this?
> 
> Install the g++-4.1 package and retry.

Reading this I just realised that I wasn't paying attention to version
numbers at all.  I added /usr/lib/gcc/x86_64-linux-gnu/4.2 to $PATH and
re-ran m-a, which seems to have worked fine.

/M

-- 
Magnus Therning (OpenPGP: 0xAB4DFBA4)
magnus@therning.org Jabber: magnus.therning@gmail.com
http://therning.org/magnus

What if I don't want to obey the laws? Do they throw me in jail with
the other bad monads?
 -- Daveman



signature.asc
Description: OpenPGP digital signature


Re: Switching from ipw3945 to iwl3945 driver]

2008-02-02 Thread Andrew Sackville-West
On Sat, Feb 02, 2008 at 10:13:56PM +, Jurij Smakov wrote:
> Hi,
> 
> If you do not own any hardware with Intel PRO/Wireless 3945ABG wifi 
> cards, you can stop reading now.
> 
> The 2.6.24 kernel has recently hit unstable, and it contains a new 
> shiny iwl3945 driver which should replace the old ipw3945 one. The 
> good news is that you will no longer need to run the ipw3945d binary 
> daemon, the bad news is that binary firmware is still required (but it 
> is available as a package). The plan is to remove ipw3945-modules-* 
> and ipw3945d packages from the archive as soon as 2.6.24 kernel hits 
> testing. Because of that, everyone running unstable and using ipw3945
> is encouraged to switch to using 2.6.24 and iwl3945 driver as soon as 
> possible. The switching instructions are available at 
> 
> http://wiki.debian.org/iwlwifi
> 
> I've only tested this procedure myself, so feel free to contribute 
> additional information to the wiki page, and reply to this thread if
> you encounter any problems (cc me in this case, as I'm not on d-u).

I just went through this nightmare yesterday. There are a couple of
critical things that people need to know. These are things that I
encountered that took a while to figure out because they aren't
obvious. Note that I use a customized combination of scripts to
configure my wireless for different locations. I don't use any of the
whizz-bang gui methods...

1) you cannot iwlist  scan unless you bring the interface
up first. You can bring the interface up without any parameters, do a
scan, search the results and then process accordingly.

2) some of the iwconfig settings (particularly "mode" and maybe
others) require the interface to be *down* before you can set them. So
in my case where I scan for available access points and then set mode
and ssid etc accordingly I have to up the interface, scan, down the
interface, set some stuff, up the interface again to set more stuff
and then pass it back to ifup to let it finish configuring the
interface. It's kind of a pain, but it seems to work. 

3) you need to delete previous references to your card from
/etc/udev/rules.d/z25_persistent-net.rules file and let it be
recreated.

4) it appears that WEP doesn't work for ad-hoc networks :( 

my .02

A


signature.asc
Description: Digital signature


Re: fsck.ext3

2008-02-02 Thread Paul Johnson
On Feb 2, 2008 2:53 AM, Jan Willem Stumpel <[EMAIL PROTECTED]> wrote:
> After converting my file system to ext3, I thought there would be
> no more lengthy fsck's every 20 or so boot-ups. But they still
> happen.
>
> Some Googling revealed different opinions; some people say "ext3
> does not need periodic fsck's", others say "even with ext3, it is
> best to fsck every N boots, because PC hardware is cr*p". And
> there are also several different methods (apparently) for
> disabling periodic fsck's.
>
> Is there a "standard Debian doctrine" or "standard Debian
> practice" for this?

I usually use tune2fs to change checks to every 30 days or 30 boots,
mostly because I don't boot that often; I either leave machines on
(thus not unmounting filesystems) or use hibernate.

-- 
Paul Johnson
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fsck.ext3

2008-02-02 Thread Paul Johnson
On Feb 2, 2008 11:01 AM, Manon Metten <[EMAIL PROTECTED]> wrote:
> Before I change something, I would like to know the current
> setings. How do I find those?

I believe the manual page for tune2fs would be able to tell you how to
display the current filesystem options.

-- 
Paul Johnson
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot connect to my wifi

2008-02-02 Thread Robin
On 02/02/2008, oxy <[EMAIL PROTECTED]> wrote:
>
> Hi friends,
> i tryed many suggestions on internet, but no success yet to connect to my
> wifi.
> I have the following hardware:
> # lspci
> 08:07.0 Ethernet controller: Atheros Communications, Inc. AR5005G
> 802.11abg NIC (rev 01)
>
> I installed madwifi according go the post
>
> http://www.webservertalk.com/archive291-2007-4-1865856.html
>
> It seems to work. But the connection i cannot manage to get done.
> First i tried network-manager. All fields there, just typed it as worked
> for previous windows and ... no success.
> Many posts in internet report problems of network-manager anyway.
> Some ubuntu people said they solved their problems
> using gtkwifi, nm-applet, and wicd, but i didnt find
> them for debian (??? aren't they the same???).
> I also tried iwconfig but got an
>
> Error : unrecognised wireless request "thenet.com"
>
> OBS: the name was correct.
>
> Than i installed wifi-radar. It makes it easy to set
> the connection, but there is no way to set the interface
> name. So wifi-radar keeps on trying to connect a certain eth2 interface,
> that does not exist!
>
> Any tip, please, i ran out of possibilities :-)
> Thank u all in advance ...
>


This may/may not be of help as I have a different device. You will need to
adjust the settings to suit the specs of your device and router.

ifconfig wlan0 up
iwconfig wlan0 mode managed
iwconfig wlan0 essid ***
iwpriv wlan0 set AuthMode=WPA2PSK
iwpriv wlan0 set WPAPSK= *
iwpriv wlan0 set EncrypType=AES
dhclient

-- 
rob


http://www.worldcommunitygrid.org/team/viewTeamInfo.do?teamId=82BS4ZCMFR1


Re: Any good todo manager?

2008-02-02 Thread Sudev Barar
On 03/02/2008, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote:
> > Any good todo manager?
>
> I recommend korganizer for this. It is part of KDE but can be installed on
> machines not running KDE as well.
>

Look at tomboy with reminder extension installed. I have written a
review at http://blog.sudev.in/archives/52

-- 
Regards,
Sudev Barar

Read http://blog.sudev.in for topics ranging from here to there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



multiple qc-usb drivers?

2008-02-02 Thread Davide Mancusi

Hi all,

	I own a Logitech Quickcam Messenger (a webcam) which works fine using 
the qc-usb drivers at [1]. As far as I understand, however, there are 
many forks of the qc-usb project, one of which being the version 
included in the Debian archive [2]. Another fork can be found at [3].


Needless to say, my webcam works with [1], but does not with [2] or [3].

	At the moment I am compiling and installing the kernel modules by hand, 
but by and large I would prefer to use m-a and apt for the task. Is 
there any way to do this? Note that I would not be able to make a Debian 
package out of the module sources.


Thanks for the help!

Davide

[1] http://home.mag.cx/messenger/
[2] http://qce-ga.sourceforge.net/
[3] http://tuukkat.awardspace.com/quickcam/quickcam.html

--
A tautology is a thing which is tautological.
--
Time flies like an arrow.  Fruit flies like a banana.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: What package does my bug report belong to?

2008-02-02 Thread Kamaraju S Kusumanchi
Jose Maria Gomez Llorente wrote:

> I have an ACER TM7720 (ATI Mobility Radeon 2400 XT card)
> laptop under Debian 4.0.
> When I press Alt-Ctrl-F1 from the gdm login window or from the gnome
> desktop to switch session and then come back with Alt-Ctrl-F7, the
> screen is screwed up with a mess of colors; mouse and keyboard seem to
> work fine. I have to press Alt-Ctrl-Backspace to recover the login
> window.
> What package does my bug report belong to?
> Thanks a lot.

First I would narrow down the bug a little bit more before reporting it like
this. For example

1) uninstall gdm and use startx to start gnome and see if the problem
disappears.
2) Try a more basic/appropriate video driver and see if you experience the
same problem.
3) Instead of gnome, what happens if you use a different desktop
environment?
4) Are there any errors in /var/log/Xorg.0.log when X is started via startx
method etc.,


regards
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ksudoku segfault

2008-02-02 Thread Kamaraju S Kusumanchi
Paul Cartwright wrote:

> up until yesterday I was able to play this game, today I can't. a terminal
> session just shows this:
> $ ksudoku
> Segmentation fault
> $
> 
> any clues or ideas? running Debian Lenny, updated as of just now. Today I
> got about 18 updates. It didn't work before or after todays updates.

You can install kdegames-dbg and take a look at the backtrace of the crash.
You can also try running ksudoku under gdb and take a look at the backtrace.

hth
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot connect to my wifi

2008-02-02 Thread oxy
>
> ifconfig wlan0 up
> iwconfig wlan0 mode managed
> iwconfig wlan0 essid ***
> iwpriv wlan0 set AuthMode=WPA2PSK
> iwpriv wlan0 set WPAPSK= *
> iwpriv wlan0 set EncrypType=AES
> dhclient

hi rob, sorry but it did not help. When i run wifi-radar i get the messages:

Error for wireless request "Set Frequency" (8B04) :
SET failed on device ath0 ; Invalid argument.
Stale pid file.  Removing
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:16:e3:17:c0:c7
Sending on   LPF/ath0/00:16:e3:17:c0:c7
Sending on   Socket/fallback
DHCPREQUEST on ath0 to 255.255.255.255 port 67
DHCPREQUEST on ath0 to 255.255.255.255 port 67
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 14


I just found the wifi-radar.conf an paste here

[DEFAULT]
ifup_required = False
auto_profile_order = xxx
speak_up = False
scan_timeout = 5
interface = ath0
commit_required = False

[xxx]
prescript =
use_wpa = no
postscript =
mode = Managed
key = 94722934517829456543324697
use_dhcp = yes
security = open
wpa_driver = madwifi
channel = auto

Any idea more ??? Thanx


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot connect to my wifi

2008-02-02 Thread oxy
> ifconfig wlan0 up
> iwconfig wlan0 mode managed
> iwconfig wlan0 essid ***
> iwpriv wlan0 set AuthMode=WPA2PSK
> iwpriv wlan0 set WPAPSK= *
> iwpriv wlan0 set EncrypType=AES
> dhclient

hi rob, sorry but it did not help. When i run wifi-radar i get the messages:

Error for wireless request "Set Frequency" (8B04) :
   SET failed on device ath0 ; Invalid argument.
Stale pid file.  Removing
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:16:e3:17:c0:c7
Sending on   LPF/ath0/00:16:e3:17:c0:c7
Sending on   Socket/fallback
DHCPREQUEST on ath0 to 255.255.255.255 port 67
DHCPREQUEST on ath0 to 255.255.255.255 port 67
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 14


I just found the wifi-radar.conf an paste here

[DEFAULT]
ifup_required = False
auto_profile_order = xxx
speak_up = False
scan_timeout = 5
interface = ath0
commit_required = False

[xxx]
prescript =
use_wpa = no
postscript =
mode = Managed
key = 94722934517829456543324697
use_dhcp = yes
security = open
wpa_driver = madwifi
channel = auto

Any idea more ??? Thanx


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ksudoku segfault

2008-02-02 Thread Paul Cartwright
On Sat February 2 2008, Kamaraju S Kusumanchi wrote:
> You can install kdegames-dbg and take a look at the backtrace of the crash.
how do you look at  a backtrace??

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Getting started with Xen -- Xen enabled kernel for Lenny?

2008-02-02 Thread Michael D. Norwick

Michael D. Norwick wrote:

Michael D. Norwick wrote:

Rick Thomas wrote:

I'm trying to get started with Xen.

Still trying to build a Xen kernel with or without the dfsg.  Found 
this though;


http://help.lockergnome.com/linux/build-XEN-make-kpkg-ftopict384180.html

Michael
Still trying to compile a XEN enabled kernel and got somewhat farther.  
Taking hints from a blog on building xen 3.2 specifically I found


http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/hg-cheatsheet.txt

Unfortunately, I did not bookmark the initial page that linked to the 
mercurial cheatsheet above.  It essentially said that the xen 3.2 stable 
source build was broken and that in order to get it to build correctly 
it recommended downloading the whole 'testing' repository source tree 
using the command;


$> hg clone http://xenbits.xensource.com/xen-3.2-testing.hg

I wondered where hg was (I knew it was the symbol for mercury) as I did 
not have that particular program installed.  It turns out that the xen 
project uses mercurial as a revision control system and that program 
needed to be installed in order to clone the project source tree.  Now I 
have cvs, subversion AND mercurial.  Using;


$> sudo apt-get install mercurial

brought in mercurial along with python 2.5 and friends.  I was then able 
to run the hg command and download the 'testing (3.2.1)' source tree.  I 
thought I had all the tools necessary to build xen a week ago but, 
apparently not.  The build is running now and I can relate the rest of 
the story if anyone is interested.  I would also like to try 'make 
world' on the xen-3.2 directory to see if I just needed tools which were 
not spelled out in the 'README'.  I've used up a lot of bandwidth 
(sorry!) at kernel.org getting linux 2.6.18 several times and still will 
need to resolve;


1.  The kernel xen-3.2 uses, appears to be set at linux-2.6.18 and 
trying to use a more recent kernel version appears troublesome.
2.  Building distribution packages are documented on RedHat, Ubuntu, and 
CentOS, but debian will require some study (and I don't know if I care

about running xen from a .deb).

Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ksudoku segfault

2008-02-02 Thread Александър Л . Димитров
Quoth Paul Cartwright:
> On Sat February 2 2008, Kamaraju S Kusumanchi wrote:
> > You can install kdegames-dbg and take a look at the backtrace of the crash.
> how do you look at  a backtrace??

http://wiki.debian.org/HowToGetABacktrace

Aleks


signature.asc
Description: Digital signature


Re: how to best track linux-doc-2.6

2008-02-02 Thread David Fox
On 2/1/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> How does one best track linux-doc-2.6?
>
> # apt-get install linux-doc-2.6
> Note, selecting linux-doc-2.6.24 instead of linux-doc-2.6
> The following NEW packages will be installed:
>   linux-doc-2.6.24

My guess, is if the linux-doc package is like the linux-kernel (or
linux-image) packages, is that if you install the 2.6.24 version
you'll always have the 2.6.24 version installed, even if 2.6.25
becomes available. But if you install linux-doc-2.6 it's a 'virtual'
package that automatically brings in the most recent version of that
package, so you'll get linux-doc-2.6.25 when it becomes available,
just like if you have linux-image-2.6 as a kernel package iinstalled,
rather than linux-kernel.2.6.whateveriscurrentnow :).

(or whatever it's called nowadays - linux-image, I suppose).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Switching from ipw3945 to iwl3945 driver]

2008-02-02 Thread Александър Л . Димитров
Quoth Andrew Sackville-West:
> On Sat, Feb 02, 2008 at 10:13:56PM +, Jurij Smakov wrote:
> > Hi,
> > 
> > I've only tested this procedure myself, so feel free to contribute 
> > additional information to the wiki page, and reply to this thread if
> > you encounter any problems (cc me in this case, as I'm not on d-u).
>
> 2) some of the iwconfig settings (particularly "mode" and maybe
> others) require the interface to be *down* before you can set them. So
> in my case where I scan for available access points and then set mode
> and ssid etc accordingly I have to up the interface, scan, down the
> interface, set some stuff, up the interface again to set more stuff
> and then pass it back to ifup to let it finish configuring the
> interface. It's kind of a pain, but it seems to work. 

Interesting. Maybe this is part of the issue that stands between me and
wpa_supplicant being able to connect to WEP - it can't for now and that's
extremely annoying.

> 4) it appears that WEP doesn't work for ad-hoc networks :( 

Well, as I've said, not only there, but wpa_supplicant seems to have problems,
too.

Good thing is: WPA at least Works for Me. But there are some caveats I could
throw in as well:

* Once you've brought up wpa_supplicant on your wireless interface, the driver
  does not know how to go back. If you kill wpa_supplicant (like when you
  suspend and go somewhere else and want to connect to another WEP AP) -
  congratulations, your driver is now officially hosed. You will have to:

  rmmod iwl3945 mac80211 cfg80211 arc4 ecb firmware_class && modprobe iwl3945

  After this step succeeds, everything seems to be fine again, HOWEVER:

* Sometimes this will go wrong. Terribly wrong. Modprobe and pdflush go hand in
  hand right into the abyss, coming back as CPU-eating undead and
  unkillable zomies. Yay. Only thing that really helps is hard reset, as working
  on a 100%-devoured CPU is no fun and my kill-9-voodoo doesn't work on neither
  of the offenders.

As an aside, I'm not using the Debian stock kernel, but a recently compiled
vanilla. So I hope it's not me who's causing the trouble here, though I doubt
it.

Aleks


signature.asc
Description: Digital signature


Re: FUSE and NFS

2008-02-02 Thread Jerome BENOIT



Tzafrir Cohen wrote:

On Sun, Feb 03, 2008 at 05:14:59AM +0800, Jerome BENOIT wrote:

Hello List,

is there a way to use FUSE to mount a partition
served by a NFS server ?


Why would you want to use a FUSE when you have an existing NFS
implementation in the kernel?


Because I want a hardened box

Jerome

--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Changing Ethernet Drivers [Solved]

2008-02-02 Thread Johan Kullstam
Travis Crook <[EMAIL PROTECTED]> writes:

> On Tue, 22 Jan 2008 14:53:47 -0700
> Travis Crook <[EMAIL PROTECTED]> wrote:
>
>> On Tue, 22 Jan 2008 22:38:11 +0100
>> Jörg-Volker Peetz <[EMAIL PROTECTED]> wrote:
>> 
>> > Travis Crook wrote:
>> > [...]
>> > >> First one in the list, after running modprobe forcedeth.  The
>> > >> question is: how do I tell the nic (which is a RealTek 8111
>> > >> Gigabit on-board adapter) to use the forcedeth driver instead of
>> > >> the r8169, which is automatically loaded on boot?
>> > > 
>> > >> Thanks!
>> > >>
>> > >>
>> > 
>> > Try to put the module name "r8169" into the file
>> > "/etc/modprobe.d/blacklist" before rebooting.
>> 
>> I tried the line "blacklist r8169" and rebooted - the module still
>> loaded.
>
> Well, once again, the solution was to boot into Windows, tell it to
> behave itself, then boot into linux and the whole world is happy.
> Here is the reference:
> "As of 27 May 2007, in kernel 2.6.21.3, you may experience the issues
> with the r8169 driver if you dual boot Windows on some systems. Windows
> by defaults disables the NIC at Windows shutdown time in order to
> disable Wake-On-Lan, and this NIC will remain disabled until the next
> time Windows turns it on. The r8169 driver in the kernel does not know
> how to turn the NIC on from this disabled state; therefore, the device
> will not respond, even if the driver loads and reports that the device
> is up. To work around this problem, simply enable the feature
> "Wake-on-lan after shutdown." You can set this options through Windows'
> device manager."

I had no end of trouble with that realtek ethernet.  Sometimes it
would just disappear from the list (lspci).  Every so often, even
windows wouldn't see it.  I scavanged an old 3com 905b pci card from a
retired machine in my basement.  Then I disabled the realtek from the
boot bios.  Problem solved.

Btw are there are any motherboards *not* using this POS realtek?
Every new board I have bothered to check had it.  I guess some might
have an intel ethernet chipset.  Unfortunately, newegg didn't give a
way to search motherboard on the basis of on-board ethernet make.

> and it's found here:
> http://gentoo-wiki.com/HARDWARE_RTL8168
>
> Thanks for all of the help and tips!  It's always a learning
> experience...
>
> -- 
> Travis Crook
> Visions Beyond
> www.VisionsBeyond.com
> 208-478-7836
>

-- 
Johan KULLSTAM



Re: Changing Ethernet Drivers [Solved]

2008-02-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/02/08 22:59, Johan Kullstam wrote:
[snip]
> 
> Btw are there are any motherboards *not* using this POS realtek?
> Every new board I have bothered to check had it.  I guess some might
> have an intel ethernet chipset.  Unfortunately, newegg didn't give a
> way to search motherboard on the basis of on-board ethernet make.

NVIDIA boards use forcedeth.

- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHpWlnS9HxQb37XmcRAsOUAKCa6dtEoGRKxed74l1oEtKU0ih1gACfa4jR
DsM/e2/SVknl9j83ENQoCK8=
=QY0f
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Installing Debian on iMac (Rev. C)

2008-02-02 Thread Ben Leighton
is it possible of me to instal Debian on an iMac (Rev. C)?

-- 
Ben Leighton
Website
www.videoflash.piczo.com
Webcam
www.mycampage.com/benthebug