Re: Installing xfce 4.6 on Lenny

2009-04-28 Thread Magnus Pedersen

Matteo Riva wrote:

Hello everybody.  I have been using Debian for a while, I had an old
system which went through many dist upgrades and I always played with
testing and unstable stuff, even before I actually knew what I was
doing.

Now since I'm running a fresh and "clean" Lenny install I'm here
to ask what is the correct way to handle packages from the testing
branch, in case I want to use a newer version of some software (namely
xfce in this specific case).

Do I have to do a full dist-upgrade or can I just mix packages from
stable and testing branches?

Any input appreciated, thanks.


I wouldn't mix stable and testing, get XFCE from backports if it is 
available or run testing.


YMMV

/Magnus


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




Re: lenny thinkpad x301 suspend keys

2009-04-28 Thread Andrei Popescu
On Tue,28.Apr.09, 22:55:02, Bruno Voigt wrote:
> Hi,
> 
> I wonder how to configure the thinkpad Fn+F4/F12 suspend 2 ram / disk keys.
> I have installed kmilo, powersaved, kpowersave, acpid, uswsusp,
> laptop-mode-tools.
> I am using KDE 3.5.9.
> 
> Currently nothing happens by pressing these keys.
 
Do you have acpi-support and pm-utils installed? My keys just work.

> The cmdline utils work, eg. s2ram -f or s2disk, resume to.
> 
> How work all these tools together?
> How to put some action on these buttons?
> 
> BTW: is there a config file for s2ram to have the -f as default ?

AFAIR 's2ram -f' should be used only for testing. If you get it to work 
you have to get your machine whitelisted (maybe that's why Fn+F4 is not 
working), see /usr/share/doc/uswsusp/README.s2ram-whitelist.gz

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


RE: Kernel failure

2009-04-28 Thread Thamm, Russell
Hi Gilles,

Thanks for the info.

However, I can find no mention of oops in kern.log, messages, dmesg etc.

I can find nothing obviously wrong with the system. 


Cheers
Russell


-Original Message-
From: Gilles Mocellin [mailto:gilles.mocel...@free.fr] 
Sent: Wednesday, 29 April 2009 3:11 AM
To: debian-user@lists.debian.org
Subject: Re: Kernel failure

Le Tuesday 28 April 2009 03:55:47 Thamm, Russell, vous avez écrit :
> Hi,
>
> I've just installed lenny under VirtualBox as I wanted to try a 
> different Linux distribution.
>
> When I logon to a Gnome session, I often get a popup saying:
>
> "Your system has had a kernel failure"
>
> It most often happens the first time I logon using gnome after a boot.
> I don't get this if I select a KDE session.

It is the package kerneloops.

$ aptitude show kerneloops
Package: kerneloops
[...]
Description: kernel oops tracker
 kerneloops is a daemon that collects kernel crash information and then submits 
the extracted signature to the kerneloops.org  website for statistical analysis 
and presentation to the Linux kernel developers.

> How do I track this down?

Look at /var/log/kernel.log
You should find some logs and a kernel Ooops ! (an error in the kernel or a 
module).
I think it will not be very informative.

I also have this at every boot on my Thinkpad T41 running SID.
I think it's related to the wifi chipset having problem with the firmware 
ipw2100. It is reloaded very often.


IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.




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



Re: Butchered python configuration ...

2009-04-28 Thread itsovermyhead
Thank you very much indeed Florian for your detailed and clear reply -
that seems to have fixed the problem.

Kind regards

Sam


2009/4/29 Florian Kulzer :
> On Tue, Apr 28, 2009 at 14:19:28 +1200, Sam wrote:
>> Okay this is ungraceful entrance to this mailing list but I hope that
>> someone can help. I seem to have butchered my default Python install
>> somewhat. The server is running Debian 'etch' and I wanted to make
>> python2.5 the default install so I decided to link python2.5 to python
>> in /usr/bin?
>
> I would not do this; the expected default version is 2.4 on Etch. You
> can explicitly refer to your desired version of python in your own code
> without changing the default.
>
>> The present state of /usr/bin:
>> dev3:/usr/bin# ls -la python*
>> -rwxr-xr-x 2 root root 1015264 2008-10-23 08:53 python
>> -rwxr-xr-x 2 root root 1015264 2008-10-23 08:53 python2.4
>> -rwxr-xr-x 1 root root    1276 2008-10-23 08:53 python2.4-config
>
> IIRC, /usr/bin/python should be a symlink to /usr/bin/python2.4 on Etch.
>
> [...]
>
>> Setting up python2.4-minimal (2.4.4-3+etch2) ...
>> Linking and byte-compiling packages for runtime python2.4...
>> Traceback (most recent call last):
>
> [...]
>
>>   File "/usr/share/pycentral-data/pyversions.py", line 120, in 
>> default_version
>>     _default_version = link = os.readlink('/usr/bin/python')
>> OSError: [Errno 22] Invalid argument: '/usr/bin/python'
>
> pyversions.py tries to follow the /usr/bin/python symlink to find out
> what the default version is; this fails if /usr/bin/python is not a
> symlink.
>
>> dpkg: error processing python2.4-minimal (--configure):
>>  subprocess post-installation script returned error exit status 1
>
> [ snip: this causes problems for all packages that depend on
>  python2.4-minimal ]
>
> The first thing to do is to restore the /usr/bin/python symlink and then
> run "apt-get install -f". Note that the symlink should use the direct
> relative path to python2.4, without any directory components in it.
>
> --
> Regards,            | http://users.icfo.es/Florian.Kulzer
>          Florian   |
>
>
> --
> 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: update to Lenny - eth not found

2009-04-28 Thread Steven Jones
Hi,

The guest should be seeing a vmware vmxnet module and not the e1000, the e1000 
is esxi compatibleits one of the better ones.

regards

Steven

-Original Message-
From: Boyd Stephen Smith Jr. [mailto:b...@iguanasuicide.net] 
Sent: Wednesday, 29 April 2009 4:18 p.m.
To: debian-user@lists.debian.org
Subject: Re: update to Lenny - eth not found

In <20090429035421.b67ee13a5...@liszt.debian.org>, Mario Batz wrote:
>i have an ESXi with debian as guest with vmwaretools.
>i update debian etch to lenny, and the update shows no errors. But the 
>kernel 2.6.26 dont find eth0. If i boot with 2.6.18, the system find 
>eth0 and all works fine.

I'm not sure if it was removed from Debian's 2.6.26, but the non-free firmware 
for the e1000 may have been.  If so, you'll need to firmware-linux package from 
non-free.

(I'm pretty sure the e1000 firmware was in Debian's 2.6.18 kernel.)
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread JoeHill
David Fox wrote: 

> On Tue, Apr 28, 2009 at 11:26 AM, JoeHill  wrote:
> 
> > node1:/home/joehill# apt-cache policy xfdesktop4
> > xfdesktop4:
> >  Installed: (none)
> >  Candidate: 4.4.2-7
> >  Version table:
> >     4.6.0-2 0
> >        800 http://debian.yorku.ca unstable/main Packages
> >        100 /var/lib/dpkg/status
> >     4.4.2-7 0
> >        900 http://debian.yorku.ca testing/main Packages  
> 
> Hmm. So pinning here would prefer to install the older version of the
> package, which isn't what you want. I think that using 'aptitude -t
> unstable install' and listing both packages might help, but if Boyd is
> seeing a more recent version of xfdesktop-data than the one on
> yorku.ca, maybe your mirror is just not synced yet, or you might try
> another mirror. Or, wait a little while for the packages to sync.

That was it exactly, and wow what a difference a few hours makes.

120 new updates, most of gnome it looks like, and an ffmpeg that's only 2 weeks
old. Aaaw yah ;)

Cheers mate.

-- 
J


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



Re: update to Lenny - eth not found

2009-04-28 Thread Boyd Stephen Smith Jr.
In <20090429035421.b67ee13a5...@liszt.debian.org>, Mario Batz wrote:
>i have an ESXi with debian as guest with vmwaretools.
>i update debian etch to lenny, and the update shows no errors. But the
>kernel 2.6.26 dont find eth0. If i boot with 2.6.18, the system find eth0
>and all works fine.

I'm not sure if it was removed from Debian's 2.6.26, but the non-free firmware 
for the e1000 may have been.  If so, you'll need to firmware-linux package 
from non-free.

(I'm pretty sure the e1000 firmware was in Debian's 2.6.18 kernel.)
-- 
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.


[partially SOLVED] xen, "Hotplug scripts not working"

2009-04-28 Thread gcrimp
On Sun, Apr 26, 2009 at 01:18:09AM -0700, G. Crimp wrote:
> Hi,
> 
> I'm trying to use xen for the first time.  This box is running a recent
> install of Lenny.  
> 
> # time xm  create -c config.mabelle_vm 
> /ramdisk=/boot/initrd.img-2.6.26-2-xen-686
> Using config file "/etc/xen/config.mabelle_vm".
> Error: Device 769 (vbd) could not be connected. Hotplug scripts not working.
> 
> real1m44.306s
> user0m0.748s
> sys 0m0.200s

For the archives:

I'd run debootstrap manually then tried to run the above command.  I've
since found xen-create-image which uses debootstrap.  That has gotten me
past the above error message, though not yet to a running guest. 

Thanks for the suggestions Javier.

gc


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread JoeHill
Boyd Stephen Smith Jr. wrote: 

> It wants a version that exactly matches its version.  Unfortunately, that 
> version is not available.  xfdesktop4=4.6.0-2 isn't available in the main 
> archive anymore either.

...aand I only had to be patient for another few minutes. It's fixed now,
just came down.

Sweet!

-- 
J


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread JoeHill
Boyd Stephen Smith Jr. wrote: 

> In <20090428142648.76754...@teksavvy.com>, JoeHill wrote:
> >Boyd Stephen Smith Jr. wrote:  
> >> In <20090428131409.036db...@teksavvy.com>, JoeHill wrote:  
> >> >node1:/home/joehill# aptitude -t unstable install xfdesktop4
> >> > The following packages have unmet dependencies:
> >> >  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but it is not
> >> > installable The following actions will resolve these dependencies:
> >> >
> >> >Keep the following packages at their current version:
> >> >xfdesktop4 [Not Installed]
> >> >
> >> >I think what is likely happening is that a new enough xfdesktop simply
> >> > has not been uploaded to unstable, but I am not sure how to check that
> >> > :-\  
> >>
> >> apt-cache policy 
> >> is what I use to check available versions.  
> >
> >node1:/home/joehill# apt-cache policy xfdesktop4
> >xfdesktop4:
> >  Installed: (none)
> >  Candidate: 4.4.2-7
> >  Version table:
> > 4.6.0-2 0
> >800 http://debian.yorku.ca unstable/main Packages
> >100 /var/lib/dpkg/status
> > 4.4.2-7 0
> >900 http://debian.yorku.ca testing/main Packages  
> 
> Did you run an 'apt-get update' or 'aptitude update'?  That's required to 
> get new versions to show up as available.

I don't always remember, but I did this time.

> >> I'm seeing xfdesktop4-data=4.6.1-1 in unstable and
> >> xfdesktop4-data=4.4.2-7 in testing.  I'm also now showing
> >> xfdesktop4=4.6.1-1 in unstable and it might be installable--it versioned
> >> Depend on xfdesktop4-data is certainly satisfiable.
> >>
> >> Try again?  
> >
> >It's still doing the same thing. But what I'm not clear on is, it almost
> > looks like it is saying that it wants an _older_ version of
> > xfdesktop4-data...but then, I'm pretty new at this ;)  
> 
> It wants a version that exactly matches its version.  Unfortunately, that 
> version is not available.  xfdesktop4=4.6.0-2 isn't available in the main 
> archive anymore either.

Okay, so I'm probably just stuck in between, as they're pushing out the new
4.6.1. I'll be patient :-)

Many thanks.

-- 
J


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



RE: update to Lenny - eth not found

2009-04-28 Thread Steven Jones
Hi,

By going to Lenny the kernel changed

I would assume then, you need to re-run /usr/bin/vmware-config-tools.pl and 
restart networking, or reboot, did you do that? 

Which version is the esxi? 3.5update3?   update4 is now out, its supposed to 
have better support for vmware tools.

regards

Steven

-Original Message-
From: Mario Batz [mailto:batzma...@gmx.net] 
Sent: Wednesday, 29 April 2009 3:54 p.m.
To: debian-user@lists.debian.org
Subject: update to Lenny - eth not found

Hallo,
 
i have an ESXi with debian as guest with vmwaretools.
i update debian etch to lenny, and the update shows no errors. But the
kernel 2.6.26 dont find eth0. If i boot with 2.6.18, the system find eth0
and all works fine.

 
Bootmessage

Configurating network interfaces ... SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
Bla bla bla
Failed to bring up eth0

 
I checked this 
- "/etc/modules" have loop, fuse, vmxnet and e1000
- "lsmod" list the driver "e1000", but "used by" 0
- "ifconfig -a" shows only "lo"
- "dmesg | grep eth0" shows "Driver 'sd' needs updating - please use
bus_type methods"
 
- "lspci -v" with the old kernel:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host
bridge (rev 01)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
(rev 01)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0f.0 VGA compatible controller: VMware Inc [VMware SVGA II] PCI Display
Adapter
00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X
Fusion-MPT Dual Ultra320 SCSI (rev 01)
00:11.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet
Controller (Copper) (rev 01)
00:12.0 Memory controller: VMware Inc Unknown device 0801 (rev 01)
 
- "lspci -v" with the new kernel (empty rows are dropped):
00:00.0 Class 0600: Unknown device 8086:7190 (rev 01)
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 0
00:01.0 Class 0604: Unknown device 8086:7191 (rev 01)
Flags: bus master, 66MHz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
00:07.0 Class 0601: Unknown device 8086:7110 (rev 08)
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 0
00:07.1 Class 0101: Unknown device 8086:7111 (rev 01) (prog-if 8a [Master
SecP PriP])
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 64
[virtual] Memory at 01f0 (32-bit, non-prefetchable) [disabled]
[size=8]
[virtual] Memory at 03f0 (type 3, non-prefetchable) [disabled]
[size=1]
[virtual] Memory at 0170 (32-bit, non-prefetchable) [disabled]
[size=8]
[virtual] Memory at 0370 (type 3, non-prefetchable) [disabled]
[size=1]
I/O ports at 1050 [size=16]
00:07.3 Class 0680: Unknown device 8086:7113 (rev 08)
Subsystem: Unknown device 15ad:1976
Flags: medium devsel, IRQ 9
00:0f.0 Class 0300: Unknown device 15ad:0405
Subsystem: Unknown device 15ad:0405
Flags: medium devsel
I/O ports at 1060 [size=16]
Memory at f800 (32-bit, non-prefetchable) [size=64M]
Memory at f400 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at f101 [disabled] [size=32K]
00:10.0 Class 0100: Unknown device 1000:0030 (rev 01)
Flags: bus master, medium devsel, latency 64, IRQ 17
I/O ports at 1080 [size=128]
Memory at f480 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at f1018000 [disabled] [size=16K]
00:11.0 Class 0200: Unknown device 15ad:0720 (rev 10)
Subsystem: Unknown device 15ad:0720
Flags: medium devsel, IRQ 11
I/O ports at 1400 [size=64]
[virtual] Expansion ROM at f100 [disabled] [size=64K] 
 
I moved "70-persistent-net.rules", but the system dont recreate the file

Anyone have an idea?
Thx a lot.


Mit freundlichen Grüßen
Mario Batz 





-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an
debian-user-german-requ...@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmas...@lists.debian.org
(engl)



-- 
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: update to Lenny - eth not found

2009-04-28 Thread H.S.
Mario Batz wrote:
> Hallo,
>  
> i have an ESXi with debian as guest with vmwaretools.
> i update debian etch to lenny, and the update shows no errors. But the
> kernel 2.6.26 dont find eth0. If i boot with 2.6.18, the system find eth0
> and all works fine.
>  
> I moved "70-persistent-net.rules", but the system dont recreate the file
> 
> Anyone have an idea?

What does "ifconfig -a" show?



-- 

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


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



update to Lenny - eth not found

2009-04-28 Thread Mario Batz
Hallo,
 
i have an ESXi with debian as guest with vmwaretools.
i update debian etch to lenny, and the update shows no errors. But the
kernel 2.6.26 dont find eth0. If i boot with 2.6.18, the system find eth0
and all works fine.

 
Bootmessage

Configurating network interfaces ... SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
Bla bla bla
Failed to bring up eth0

 
I checked this 
- "/etc/modules" have loop, fuse, vmxnet and e1000
- "lsmod" list the driver "e1000", but "used by" 0
- "ifconfig -a" shows only "lo"
- "dmesg | grep eth0" shows "Driver 'sd' needs updating - please use
bus_type methods"
 
- "lspci -v" with the old kernel:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host
bridge (rev 01)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
(rev 01)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0f.0 VGA compatible controller: VMware Inc [VMware SVGA II] PCI Display
Adapter
00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X
Fusion-MPT Dual Ultra320 SCSI (rev 01)
00:11.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet
Controller (Copper) (rev 01)
00:12.0 Memory controller: VMware Inc Unknown device 0801 (rev 01)
 
- "lspci -v" with the new kernel (empty rows are dropped):
00:00.0 Class 0600: Unknown device 8086:7190 (rev 01)
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 0
00:01.0 Class 0604: Unknown device 8086:7191 (rev 01)
Flags: bus master, 66MHz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
00:07.0 Class 0601: Unknown device 8086:7110 (rev 08)
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 0
00:07.1 Class 0101: Unknown device 8086:7111 (rev 01) (prog-if 8a [Master
SecP PriP])
Subsystem: Unknown device 15ad:1976
Flags: bus master, medium devsel, latency 64
[virtual] Memory at 01f0 (32-bit, non-prefetchable) [disabled]
[size=8]
[virtual] Memory at 03f0 (type 3, non-prefetchable) [disabled]
[size=1]
[virtual] Memory at 0170 (32-bit, non-prefetchable) [disabled]
[size=8]
[virtual] Memory at 0370 (type 3, non-prefetchable) [disabled]
[size=1]
I/O ports at 1050 [size=16]
00:07.3 Class 0680: Unknown device 8086:7113 (rev 08)
Subsystem: Unknown device 15ad:1976
Flags: medium devsel, IRQ 9
00:0f.0 Class 0300: Unknown device 15ad:0405
Subsystem: Unknown device 15ad:0405
Flags: medium devsel
I/O ports at 1060 [size=16]
Memory at f800 (32-bit, non-prefetchable) [size=64M]
Memory at f400 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at f101 [disabled] [size=32K]
00:10.0 Class 0100: Unknown device 1000:0030 (rev 01)
Flags: bus master, medium devsel, latency 64, IRQ 17
I/O ports at 1080 [size=128]
Memory at f480 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at f1018000 [disabled] [size=16K]
00:11.0 Class 0200: Unknown device 15ad:0720 (rev 10)
Subsystem: Unknown device 15ad:0720
Flags: medium devsel, IRQ 11
I/O ports at 1400 [size=64]
[virtual] Expansion ROM at f100 [disabled] [size=64K] 
 
I moved "70-persistent-net.rules", but the system dont recreate the file

Anyone have an idea?
Thx a lot.


Mit freundlichen Grüßen
Mario Batz 





-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an
debian-user-german-requ...@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmas...@lists.debian.org
(engl)



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



Re: Debian's glacial movement--a rant

2009-04-28 Thread Kamaraju S Kusumanchi


Freddy Freeloader wrote:

> I've never been pissed off at Debian before but I guess there is always
> a first.
> 
> I'm experiencing a bug in Gnucash that appeared a couple of days ago on
> my system that makes Gnucash completely unusable for me.  I turned in a
> bug report on Friday, checked on it yesterday, and by today the bug had
> been blocked from being displayed.  It could be found by searching
> Debian's bug tracker, but only if you know the bug id number.   If you
> just search for bugs in Gnucash the bug does not appear to exist.
> 
> The bug was closed, and blocked, because it's been fixed upstream in
> version 2.2.9 which was released by Gnucash in February of this year.
> 
> Great.   The bug has been fixed.   Why it needed to be hidden from being
> displayed is puzzler for me, but that's the way it is.
> 
> Now the bad news.
> 
> Since Gnucash in both Sid and Sqeeze is now at version 2.2.6 I only have
> to wait until Debian works through versions 2.2.7 and 2.2.8 before
> Gnucash in Debian finally becomes usable for me again in version
> 2.2.9.   As Sid is "only" 9 months behind Gnucash's release schedule at
> this point I guess the fact that all my business records for the last
> couple of years are in Gnucash means I'll be able to start doing my
> business accounting again sometime after the first of next year, at a
> minimum, if I wait for Debian

Things like this could be such a drag in the business environment.

Normally, I suggest to start updating machine(s) when testing is in
the "frozen" state. Then check if all the critical software is functioning
as it should. If not, file relevant bugs immediately. That way, when a new
stable version is released, you can be assured that all the applications
are working seamlessly.

Anyway, here are my suggestions ...

1) Compile it from source, install it in say /opt.

2) If (1) is not an option, try to install it from backports. If the package
is not available in backports already, request for it on their mailing
list. Someone might package it for you.

3) Try to see if the problem goes away by installing a older version of
gnucash.


hth
raju
-- 
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/


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



Re: Installing xfce 4.6 on Lenny

2009-04-28 Thread Osamu Aoki
On Wed, Apr 29, 2009 at 01:45:22AM +0200, Matteo Riva wrote:
> Hello everybody.  I have been using Debian for a while, I had an old
> system which went through many dist upgrades and I always played with
> testing and unstable stuff, even before I actually knew what I was
> doing.
> 
> Now since I'm running a fresh and "clean" Lenny install I'm here
> to ask what is the correct way to handle packages from the testing
> branch, in case I want to use a newer version of some software (namely
> xfce in this specific case).
> 
> Do I have to do a full dist-upgrade or can I just mix packages from
> stable and testing branches?

If you are asking this question, I should say "DO NOT MIX" although it
probably work most of time for now until testing get more newer
libraries.  For reason, please read:

http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#basicprecautions

> Any input appreciated, thanks.

Osamu


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



Re: debiantutorials.org seeks input and new blood

2009-04-28 Thread Osamu Aoki
On Tue, Apr 28, 2009 at 09:59:01PM +0300, Andrei Popescu wrote:
> On Mon,27.Apr.09, 10:24:39, H.S. wrote:
>  
> > Sure there is, but one has to keep the audience in mind. A beginner or a
> > person just starting to find introductory information regarding current
> > linux distros and related applications and programs is best served by
> > google (the search is very fast and reasonably efficient) as an initial
> > step. If one did not have today's web search engines at his disposal, it
> > would take much longer to start getting comfortable with an OS.
> 
> I agree search engines are a very good resource, but one has to be 
> careful with the information as sometimes the solutions found are plain 
> wrong. Of course, a reference manual can also contain mistakes (or is 
> just outdated), but there usually is a way to contact the author to 
> correct it. 

I agree.

I also feel that google tends to rate *.debian.org sites high so you are
likely to see these more than any random blog posts with good reasons
(especially if you have debian in keywords).

So improving contents like wiki.debian.org is important.
 
samu


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



Re: not an 8139C+ compatible chip, Try the "8139too" driver instead

2009-04-28 Thread jidanni
Michael Biebl  writes:
> echo "blacklist 8139cp" >> /etc/modprobe.d/blacklist.conf
Now with the 2.6.29-1-686 kernel none of this is needed! The errors are gone.


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



Re: Anyone using the CAD packages?

2009-04-28 Thread 明覺
On Tue, Apr 28, 2009 at 10:47 PM, Preston Boyington
 wrote:
> Paul Johnson wrote:
>> Alan Shutko wrote:
>>> Aryan Ameri  writes:
>>>
 Well, I always thought that AutoCAD was the equivalent of Windows in the
 CAD world. And I thought that for more professinal stuff ( i.e
 designing BMW cars) businesses use more sophisticated products (which
 again I always thought) run on Unix workstations.
>>> Yes, basically.  Although the big packages also run on NT.  (I used
>>> to work for Unigraphics, which is one of the high-end packages.)
>>>
 It seems I was wrong though. AutoCAD is the only CAD product which I
 have ever heard it's name (OK, aside from QCAD).
>>> High-end CAD is not a very common occupation.  Many more people use
>>> AutoCAD than have ever used UG, CATIA or Pro/E.  The high-end licenses
>>> cost about the same as a small car per seat, so it's natural many,
>>> many more people talk about AutoCAD.
>>
>> I know this is digging up old news, but I have to wonder if the
>> situation has changed in the years that this was originally posted, now
>> that AutoCAD costs more than I have ever paid for a car, and still
>> doesn't work in Wine.
>>
>>
>
> The short answer (AFAIK) is "no".  I would dearly _love_ to be able to
> run Solidworks, AutoCAD, MicroStation, plus their related
> Civil/Mechanical softwares on a Linux machine, but that is just not
> happening.
>
> IF there were more of a push for Linux at the workplace (desktops not
> just server room) then the "money factor" would help bring the
> businesses around.  As it is, there's no real incentive to produce a
> product that is cross platform when most of the users/businesses will
> have a Microsoft OS on the machine anyway.
>
> The last I saw was someone getting an old (ACAD 2000?) working on Linux
> through WINE.  The other option is running it in a Virtual Machine, but
> then you have a performance hit on top of running a Microsoft OS since
> the software is not native.

or to ask the question: what's the best free applications for CAD/CAM
in linux or debian?

>
> That just is not good enough.
>
> Preston
>
> --
>
> Arrant Drivel - really, it's just trash...
> http://www.arrantdrivel.com/
>
> Where the road takes me - a highwayman's perspective
> http://www.prestonboyington.com/
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>



-- 
My platform is Gnu/Linux Debian(sid-amd64, lenny-intelx86) Gnome
Mozilla/Iceweasel Gmail/Evolution GTK/Anjuta Scim Totem.


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



Re: Installing xfce 4.6 on Lenny

2009-04-28 Thread Boyd Stephen Smith Jr.
In , Matteo Riva 
wrote:
>Hello everybody.  I have been using Debian for a while, I had an old
>system which went through many dist upgrades and I always played with
>testing and unstable stuff, even before I actually knew what I was
>doing.
>
>Now since I'm running a fresh and "clean" Lenny install I'm here
>to ask what is the correct way to handle packages from the testing
>branch, in case I want to use a newer version of some software (namely
>xfce in this specific case).
>
>Do I have to do a full dist-upgrade or can I just mix packages from
>stable and testing branches?

I prefer a mixed system although upgrading/installing packages gets a bit more 
complex, because there are more often conflicts that are best resolved 
manually.

Here's my setup--
sources.list:
# Debian
deb http://127.0.0.1:/debianstable  main contrib non-free
deb-src http://127.0.0.1:/debianstable  main contrib non-free
deb http://127.0.0.1:/debiantesting main contrib non-free
deb-src http://127.0.0.1:/debiantesting main contrib non-free
deb http://127.0.0.1:/debianunstablemain contrib non-free
deb-src http://127.0.0.1:/debianunstablemain contrib non-free
deb http://127.0.0.1:/debianexperimentalmain contrib non-free
deb-src http://127.0.0.1:/debianexperimentalmain contrib non-free

# Security
deb http://127.0.0.1:/debian-security   stable/updates  main contrib 
non-free
deb-src http://127.0.0.1:/debian-security   stable/updates  main contrib 
non-free
deb http://127.0.0.1:/debian-security   testing/updates main contrib 
non-free
deb-src http://127.0.0.1:/debian-security   testing/updates main contrib 
non-free

# Volatile
deb http://127.0.0.1:/debian-volatile   stable/volatile main contrib 
non-free
deb-src http://127.0.0.1:/debian-volatile   stable/volatile main contrib 
non-free

# Backports
deb http://127.0.0.1:/debian-backports  lenny-backports main contrib 
non-free
deb-src http://127.0.0.1:/debian-backports  lenny-backports main contrib 
non-free

# Multimedia
deb http://127.0.0.1:/debian-multimedia stable  main
deb-src http://127.0.0.1:/debian-multimedia stable  main
deb http://127.0.0.1:/debian-multimedia testing main
deb-src http://127.0.0.1:/debian-multimedia testing main
deb http://127.0.0.1:/debian-multimedia unstablemain
deb-src http://127.0.0.1:/debian-multimedia unstablemain
deb http://127.0.0.1:/debian-multimedia experimentalmain
deb-src http://127.0.0.1:/debian-multimedia experimentalmain

That only makes sense once you see my /etc/approx/approx.conf:
# Here are some examples of remote repository mappings.
# See http://www.debian.org/mirror/list for mirror sites.

debian  http://ftp.us.debian.org/debian
debian-security http://security.debian.org/debian-security
debian-volatile http://volatile.debian.org/debian-volatile
debian-backportshttp://www.backports.org/debian
debian-multimedia   http://www.debian-multimedia.org/

# The following are the default parameter values, so there is
# no need to uncomment them unless you want a different value.
# See approx.conf(5) for details.

$interface  lo
#$port  
$max_wait   30
#$max_rate  unlimited
#$user  approx
#$group approx
#$syslogdaemon
#$pdiffstrue
#$verbose   false
#$debug false

/etc/apt/preferences:
Package: *
Pin: release a=stable
Pin-Priority: 900

Package: *
Pin: release a=lenny-backports
Pin-Priority: 800

Package: *
Pin: release a=testing
Pin-Priority: 700

Package: *
Pin: release a=unstable
Pin-Priority: 500

Package: *
Pin: release a=experimental
Pin-Priority: 300

/etc/apt/apt.conf.d/99local:
APT::Default-Release "lenny";

Aptitude {
Recommends-Important"false";
Keep-Recommends "true";
Keep-Suggests   "true";
};

APT::Periodic {
Update-Package-Lists1;
Download-Upgradeable-Packages   1;
AutocleanInterval   7;
}

Any questions?  Ask away.
-- 
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: emacs22 and version control

2009-04-28 Thread T o n g
On Tue, 28 Apr 2009 20:39:03 +0200, Sven Joachim wrote:

>>  File is under version-control; use C-x v v to check in/out [2 times]
> 
> Well, did you try C-x v v then? . . . 

Gotya, thanks for the comprehensive explanation.


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



Installing xfce 4.6 on Lenny

2009-04-28 Thread Matteo Riva
Hello everybody.  I have been using Debian for a while, I had an old
system which went through many dist upgrades and I always played with
testing and unstable stuff, even before I actually knew what I was
doing.

Now since I'm running a fresh and "clean" Lenny install I'm here
to ask what is the correct way to handle packages from the testing
branch, in case I want to use a newer version of some software (namely
xfce in this specific case).

Do I have to do a full dist-upgrade or can I just mix packages from
stable and testing branches?

Any input appreciated, thanks.


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



Re: X.org Keyboard repeat rate through hal

2009-04-28 Thread Davide Mancusi
Florian,

Thanks for your time.

> > > Strace suggests that the mouse and keyboard settings are saved in
> > > ~/.kde/share/config/kcminputrc on my system. Do you have anything
> > > in this file? My keyboard section in there looks like this:
> > > 
> > [snip]
> > 
> > The file exists, but there's no Keyboard section in it.
> 
> I would be tempted to add the section to the file just to see if that
> changes anything.

Will do, but the next point is more interesting.

> I can open the keyboard configuration dialog directly by running:
> 
> kcmshell4 keyboard
> 
> What happens when you try this?

Nothing happens. The keyboard configuration module is provided
by /usr/lib/kde4/kcm_keyboard.so, from package kdebase-workspace-bin.
The file exists, the package is correctly installed and debsums does
not complain; still...

dav...@macco:~$ kcmshell4 --list | grep keyboard
keyboard_layout- Mappatura della tastiera

The "keyboard" module is not listed among the possible choices. I have
also checked with "ldd /usr/lib/kde4/kcm_keyboard.so" that all linked
libraries are available. What could I do next?

Cheers,
Davide

-- 
Time flies like an arrow.  Fruit flies like a banana.
--
If anything can go wrong it wSegmentation fault
core dumped


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



lenny thinkpad x301 suspend keys

2009-04-28 Thread Bruno Voigt
Hi,

I wonder how to configure the thinkpad Fn+F4/F12 suspend 2 ram / disk keys.
I have installed kmilo, powersaved, kpowersave, acpid, uswsusp,
laptop-mode-tools.
I am using KDE 3.5.9.

Currently nothing happens by pressing these keys.

The cmdline utils work, eg. s2ram -f or s2disk, resume to.

How work all these tools together?
How to put some action on these buttons?

BTW: is there a config file for s2ram to have the -f as default ?

The system is not pure lenny but has some stuff from unstable,
and is running a 2.6.29.2 kernel.

TIA,
Bruno


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



Re: Kernel failure

2009-04-28 Thread Mark Allums

明覺 wrote:

On Tue, Apr 28, 2009 at 9:55 AM, Thamm, Russell
 wrote:

Hi,

I've just installed lenny under VirtualBox as I wanted to try a different
Linux distribution.

When I logon to a Gnome session, I often get a popup saying:

"Your system has had a kernel failure"

It most often happens the first time I logon using gnome after a boot.

I got the same issue, I'm wondering if I should login as root directly.


I don't get this if I select a KDE session.

How do I track this down?

Cheers
Russell Thamm

IMPORTANT: This email remains the property of the Australian Defence
Organisation and is subject to the jurisdiction of section 70 of the CRIMES
ACT 1914. If you have received this email in error, you are requested to
contact the sender and delete the email.








It's a kernel oops.  Those usually clear up as the kernel you are using 
matures.   File a bug.   Also, check the settings of the vm again.  If 
you have hardware virtualization support (CPU), use it.  Or if you are 
using it, turn it off.


Mark Allums


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




Re: bugreport fails

2009-04-28 Thread Andrei Popescu
On Tue,28.Apr.09, 08:14:21, C. Bronson H. Crothers wrote:
> For some reason bugreport can't seem to use my SMTP server.
> 
> Evolution can, but bugreport says:
> 
> Connecting to mail.roadrunner.com via SMTP...
> Enter SMTP password for bcroth...@mail.roadrunner.com: 
> SMTP send failure: SMTP AUTH extension not supported by server.
> Wrote bug report to /tmp/reportbug-totem-20090428-4326-Y_6000
> 
> ... it's hard to report bugs, and hard to figure out why you can't
> report bugs with so little information.  This was the forth or fifth
> time I had tried to report the bug using the bugreport program... there
> must be a better way...

Run 'reportbug --configure' and don't put anything when it asks for the 
server.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


how to get numdisplay to work

2009-04-28 Thread prad
we are using python-pyfits to try to work through a scipy tutorial:
http://www.scipy.org/wikis/topical_software/Tutorial

it requires import numdisplay, but there is no python-numdisplay on
debian (as there is on fedora, for instance).

on the web we can get numdisplay, but it produced this same error:
http://www.linuxquestions.org/questions/programming-9/numdisplay-wont-display-anything-in-debian-720425/#post3515151

unfortunately, there isn't a solution on that forum, so i was wondering
if anyone has any suggestions.

-- 
In friendship,
prad

  ... with you on your journey
Towards Freedom
http://www.towardsfreedom.com (website)
Information, Inspiration, Imagination - truly a site for soaring I's


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



Re: shutdown firewall

2009-04-28 Thread Andrei Popescu
On Mon,27.Apr.09, 17:58:56, Erik Xavior wrote:
> Hi
> How to shut down a firewall "officaly"?
 
shutdown -h now

;)

That was a joke! As the firewall is integral part of the linux kernel 
you probably don't want to shut it down, but clear all rules. See the 
manual page of iptables, the tool used for controlling the kernel 
firewall (netfilter).

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: server memory & swap eaten up then freaks out

2009-04-28 Thread Pete Boyd
> On Mon, 2009-04-27 at 12:33 +0100, Pete Boyd wrote:
>> I have a mail and Samba PDC server that, after a couple of days, runs
>> out
>> of RAM then swap then freaks out with oom killer kicking in, at which
>> point it becomes very unresponsive and needs rebooting.
>>
>> Does anyone have any ideas of what could be causing this please?
>
> Watch the ten biggest processes, are they growing permanently?
> ps aux | sort -nr -k5 | grep -v USER | head -10
>
> Whats about the process count? How many processes running? Is this
> number constantly growing?
> ps aux | wc -l

I monitored for 2 days. In day one only three staff were in and the server
showed no strain. On day two there were 10 staff. I found that no one
single process consumes RAM but the number of imap instances grows and
grows throught the day, and with it the and amount of RAM and swap used.
Eventually there were 250 imap instances, at which point nearly all of
swap had been used up and I pre-emptively rebooted. I've summarised my
findings below.

Before seeing this issue, this server has run fine for two years with
Sarge, and fine for a couple of months with Etch. Thunderbird 2 was
installed on workstations in December. Other than that barely any changes
have been made and nothing jumps out at me as a meaningful change.
...other than a faulty web app that emailed 50GB of small emails, that
have been manually removed at the command-line from a .Trash maildir
directory with rm so as far as I can imagine are long gone.

If anyone can suggest which way I should progress with this that would be
really appreciated thanks.

This is how it looks right after a reboot:

# ps aux | wc -l
139

# ps aux | grep imap | wc -l
20

# free -m
 total   used   free sharedbuffers cached
Mem:  2027379   1647  0 19134
-/+ buffers/cache:225   1801
Swap: 2572  0   2572


This is how it looked at 15:20 just before I rebooted because it was
looking as though it would fall over soon:

# free -m
 total   used   free sharedbuffers cached
Mem:  2027   1961 66  0232130
-/+ buffers/cache:   1597429
Swap: 2572   1772800

# ps aux | wc -l
370

# ps aux | grep imap | wc -l
250


This was vmstat -s at 14:50:

  2075976  total memory
  2023420  used memory
  1726100  active memory
   208488  inactive memory
52556  free memory
   256460  buffer memory
   168756  swap cache
  2634620  total swap
  1362060  used swap
  1272560  free swap
92674 non-nice user cpu ticks
10611 nice user cpu ticks
  1318293 system cpu ticks
 38722678 idle cpu ticks
  3335461 IO-wait cpu ticks
 1057 IRQ cpu ticks
 6754 softirq cpu ticks
0 stolen cpu ticks
 11745364 pages paged in
 21594305 pages paged out
41058 pages swapped in
   342237 pages swapped out
 13813415 interrupts
 29292565 CPU context switches
   1240817136 boot time
74626 forks


I'm wondering if these settings in dovecot.conf could be used to fix the
issue:

# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
#login_process_size = 32

# Should each login be processed in it's own process (yes), or should one
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
#login_process_per_connection = yes

# Number of login processes to keep for listening new connections.
#login_processes_count = 3

# Maximum number of login processes to create. The listening process count
# usually stays at login_processes_count, but when multiple users start
logging
# in at the same time more extra processes are created. To prevent
fork-bombing
# we check only once in a second if new processes should be created - if all
# of them are used at the time, we double their amount until the limit set by
# this setting is reached.
#login_max_processes_count = 128

# Maximum number of connections allowed per each login process. This setting
# is used only if login_process_per_connection=no. Once the limit is reached,
# the process notifies master so that it can create a new login process.
# You should make sure that the process has at least
# 16 + login_max_connections * 2 available file descriptors.
#login_max_connections = 256


ps aux from 12:35:

server:~# ps aux
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 1  0.0  0.0   1940   636 ?Ss   Apr27   0:01 init [2]
root 2  0.0  0.0  0 0 ?S<   Apr27   0:00 [kthreadd]
root 3  0.0  0.0  0 0 ?S<   Apr27   0:00
[migration/0]
root 4  0.0  0.0  0 0 ?S<   Apr27   0:06
[ksoftirqd/0]

Re: xmodmap

2009-04-28 Thread Andrei Popescu
On Tue,28.Apr.09, 18:04:46, marc wrote:
> 
> Nah, might get overwritten with an update down the line.

The relevant package is xkb-data and it's not updated too often, there 
were 5 uploads for 2008 (according to Debian.changelog).

I keep my changes as a patch in root's home and just 'patch < my.diff' 
whenever the package gets updated.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: can't install xfdesktop from unstable

2009-04-28 Thread Boyd Stephen Smith Jr.
In <20090428142648.76754...@teksavvy.com>, JoeHill wrote:
>Boyd Stephen Smith Jr. wrote:
>> In <20090428131409.036db...@teksavvy.com>, JoeHill wrote:
>> >node1:/home/joehill# aptitude -t unstable install xfdesktop4
>> > The following packages have unmet dependencies:
>> >  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but it is not
>> > installable The following actions will resolve these dependencies:
>> >
>> >Keep the following packages at their current version:
>> >xfdesktop4 [Not Installed]
>> >
>> >I think what is likely happening is that a new enough xfdesktop simply
>> > has not been uploaded to unstable, but I am not sure how to check that
>> > :-\
>>
>> apt-cache policy 
>> is what I use to check available versions.
>
>node1:/home/joehill# apt-cache policy xfdesktop4
>xfdesktop4:
>  Installed: (none)
>  Candidate: 4.4.2-7
>  Version table:
> 4.6.0-2 0
>800 http://debian.yorku.ca unstable/main Packages
>100 /var/lib/dpkg/status
> 4.4.2-7 0
>900 http://debian.yorku.ca testing/main Packages

Did you run an 'apt-get update' or 'aptitude update'?  That's required to 
get new versions to show up as available.

>> I'm seeing xfdesktop4-data=4.6.1-1 in unstable and
>> xfdesktop4-data=4.4.2-7 in testing.  I'm also now showing
>> xfdesktop4=4.6.1-1 in unstable and it might be installable--it versioned
>> Depend on xfdesktop4-data is certainly satisfiable.
>>
>> Try again?
>
>It's still doing the same thing. But what I'm not clear on is, it almost
> looks like it is saying that it wants an _older_ version of
> xfdesktop4-data...but then, I'm pretty new at this ;)

It wants a version that exactly matches its version.  Unfortunately, that 
version is not available.  xfdesktop4=4.6.0-2 isn't available in the main 
archive anymore either.
-- 
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: debiantutorials.org seeks input and new blood

2009-04-28 Thread Andrei Popescu
On Mon,27.Apr.09, 10:24:39, H.S. wrote:
 
> Sure there is, but one has to keep the audience in mind. A beginner or a
> person just starting to find introductory information regarding current
> linux distros and related applications and programs is best served by
> google (the search is very fast and reasonably efficient) as an initial
> step. If one did not have today's web search engines at his disposal, it
> would take much longer to start getting comfortable with an OS.

I agree search engines are a very good resource, but one has to be 
careful with the information as sometimes the solutions found are plain 
wrong. Of course, a reference manual can also contain mistakes (or is 
just outdated), but there usually is a way to contact the author to 
correct it. 

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: can't install xfdesktop from unstable

2009-04-28 Thread David Fox
On Tue, Apr 28, 2009 at 11:26 AM, JoeHill  wrote:

> node1:/home/joehill# apt-cache policy xfdesktop4
> xfdesktop4:
>  Installed: (none)
>  Candidate: 4.4.2-7
>  Version table:
>     4.6.0-2 0
>        800 http://debian.yorku.ca unstable/main Packages
>        100 /var/lib/dpkg/status
>     4.4.2-7 0
>        900 http://debian.yorku.ca testing/main Packages

Hmm. So pinning here would prefer to install the older version of the
package, which isn't what you want. I think that using 'aptitude -t
unstable install' and listing both packages might help, but if Boyd is
seeing a more recent version of xfdesktop-data than the one on
yorku.ca, maybe your mirror is just not synced yet, or you might try
another mirror. Or, wait a little while for the packages to sync.





-- 
thanks for letting me change the magnetic patterns on your hard disk.


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



Re: [SOLVED] Re: Ldap browsing script

2009-04-28 Thread plegal
Yes your solution is similar the one I found here :
http://www.zimbra.com/forums/administrators/22998-automated-ad-users-sync-script.html

I work on a mail server with postfix, procmail, amavis, spamassassin,
dovecot.
The authentication is base on a ldap server on another host.
The users maildir are hosted on the mail server.
The problem is to easily create the users maildir :
- at mail reception ? I don't know if it's possible
- at mail consultation (squirrelmail + dovecot) ? I was unsuccessfull

I choose to write a script that :
- list ldap users to file1
- list homedir to file2
- diff file1 and file2
- add new users homedir+maildir
- delete old users homedir+maildir

I don't know if it's a good solution but it'll be ok for me.

Philippe


Le Tuesday 28 April 2009 14:09:33 Javier Barroso, vous avez écrit :
> On Tue, Apr 28, 2009 at 1:50 PM, Eduardo M KALINOWSKI
>
>  wrote:
> > On Ter, 28 Abr 2009, Philippe Le Gal wrote:
> >> Probleme solved.
> >
> > You might want to tell the list how you did that, in case other people
> > have a similar problem and could benefit from the solution.
>
> A simple solution is:
>
> function create_home
> {
> ...
> }
> function create_maildir
> {
> ...
> }
> for uid in $(ldapsearch -x -h ldap -bdc=example,dc=com uid | awk
> '/^uid/ {print $2})
> do
>  create_home $uid
>  create_maildir $uid
> done
>
> Perhaps better having pam_mkhomedir installed


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



Re: emacs22 and version control

2009-04-28 Thread Sven Joachim
On 2009-04-28 18:08 +0200, T o n g wrote:

> I upgrade my emacs from emacs21 to emacs22, but the default version 
> control for rcs files are not working any more. 

Hard to believe.

> According to 
> http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-
> Control.html
> "VC is enabled by default in Emacs."
>
> and I never have to do anything before to get emacs and version control 
> work for rcs[1]. Do I have to do anything special for emacs22? 

No.  But please type C-h n and skim through the NEWS file when you have
an hour or two to spare.

> Further, "currently, it [emacs VC] supports ... Subversion", any one 
> knows how to utilize it please? How about git? 

First you have to create a new repository or check out/clone an existing
one; consult your $VCS manual how to do that.  After that, Emacs
supports subversion, git and a bunch of other VCS out of the box.

> [1]. As per http://www.linux.org/docs/ldp/howto/RCS-8.html

Hint: random Internet documentation is often outdated.  The official
manual is a much better choice.

> "When editing a file with emacs(1) which is registered with RCS, the 
> command vc-toggle-read-only (bound to C-x C-q by default) will check a 
> file in to the emacs's Version Control, and then into RCS. Emacs will 
> open a buffer where you can type a log message to be included in the RCS 
> log. . . "
>
> but all I get is 
>
>  File is under version-control; use C-x v v to check in/out [2 times]

Well, did you try C-x v v then?

> without getting into the vc log message buffer.

Here's the relevant entry from the NEWS file:

,
| *** The key C-x C-q only changes the read-only state of the buffer
| (toggle-read-only).  It no longer checks files in or out.
| 
| We made this change because we held a poll and found that many users
| were unhappy with the previous behavior.  If you do prefer this
| behavior, you can bind `vc-toggle-read-only' to C-x C-q in your
| `.emacs' file:
| 
| (global-set-key "\C-x\C-q" 'vc-toggle-read-only)
| 
| The function `vc-toggle-read-only' will continue to exist.
`

Note that vc-toggle-read-only is not really useful with anything more
modern than RCS.  You're best off unlearning the C-x C-q command and
stick to C-x v v, which will DTRT most of the time regardless of the VC
backend.

Sven


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



Re: [SOLVED] Re: Ldap browsing script

2009-04-28 Thread plegal
Sorry, your're right.
I found a simple example here :
http://www.zimbra.com/forums/administrators/22998-automated-ad-users-sync-script.html

With minors changes, it makes the deal.

Thanks for the other answers to the post.

Philippe

Le Tuesday 28 April 2009 13:50:10 Eduardo M KALINOWSKI, vous avez écrit :
> On Ter, 28 Abr 2009, Philippe Le Gal wrote:
> > Probleme solved.
>
> You might want to tell the list how you did that, in case other people
> have a similar problem and could benefit from the solution.
>
> --
> Eduardo M KALINOWSKI
> edua...@kalinowski.com.br


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread JoeHill
Boyd Stephen Smith Jr. wrote: 

> In <20090428131409.036db...@teksavvy.com>, JoeHill wrote:
> >node1:/home/joehill# aptitude -t unstable install xfdesktop4
> >Reading package lists... Done
> >Building dependency tree
> >Reading state information... Done
> >Reading extended state information
> >Initializing package states... Done
> >Reading task descriptions... Done
> >The following packages are BROKEN:
> >  xfdesktop4
> >The following NEW packages will be installed:
> >  libxfce4menu-0.1-0{a}
> >0 packages upgraded, 2 newly installed, 0 to remove and 433 not upgraded.
> >Need to get 0B/203kB of archives. After unpacking 1090kB will be used.
> >The following packages have unmet dependencies:
> >  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but it is not
> > installable The following actions will resolve these dependencies:
> >
> >Keep the following packages at their current version:
> >xfdesktop4 [Not Installed]
> >
> >I think what is likely happening is that a new enough xfdesktop simply has
> > not been uploaded to unstable, but I am not sure how to check that :-\  
> 
> apt-cache policy 
> is what I use to check available versions.

node1:/home/joehill# apt-cache policy xfdesktop4
xfdesktop4:
  Installed: (none)
  Candidate: 4.4.2-7
  Version table:
 4.6.0-2 0
800 http://debian.yorku.ca unstable/main Packages
100 /var/lib/dpkg/status
 4.4.2-7 0
900 http://debian.yorku.ca testing/main Packages

> I'm seeing xfdesktop4-data=4.6.1-1 in unstable and xfdesktop4-data=4.4.2-7 
> in testing.  I'm also now showing xfdesktop4=4.6.1-1 in unstable and it 
> might be installable--it versioned Depend on xfdesktop4-data is certainly 
> satisfiable.
> 
> Try again?

It's still doing the same thing. But what I'm not clear on is, it almost looks
like it is saying that it wants an _older_ version of xfdesktop4-data...but
then, I'm pretty new at this ;)

-- 
J


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



Re: emacs22 and version control

2009-04-28 Thread prad
On Tue, 28 Apr 2009 16:08:58 + (UTC)
T o n g  wrote:

> Do I have to do anything special for emacs22? 
> 
no

>  File is under version-control; use C-x v v to check in/out [2 times]
> 
> without getting into the vc log message buffer.
>
rcs is working fine for me.
when i check in i get to add a comment (is this what you are not
seeing?)
if i want to see the log messages i C-x v l

-- 
In friendship,
prad

  ... with you on your journey
Towards Freedom
http://www.towardsfreedom.com (website)
Information, Inspiration, Imagination - truly a site for soaring I's



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



Re: xmodmap

2009-04-28 Thread marc
Florian Kulzer said:

> On Tue, Apr 28, 2009 at 11:42:13 +, marc wrote:
>> Florian Kulzer said:
> 
> [...]
> 
>> > Once you are done editing the file you can compile the new keymap and
>> > update the layout of the X server (both steps with one command):
>> > 
>> > $ xkbcomp layout.xkb $DISPLAY
>> > 
>> > The changes should be effective immediately.
>> 
>> Thanks very much for this, you nailed the problem precisely.
>> 
>> One further question, is there a way to make this change permanent or
>> do I have to run:
>> 
>>   $ xkbcomp layout.xkb $DISPLAY
>> 
>> at every login?
> 
> I think you have to run this at every login

Okay, cool.

> but you do not have to do that manually.

I think I worked that out!

> Alternatively, you can edit the relevant keymap in
> /usr/share/X11/xkb/symbols/ or create a copy with a new name, modify the
> copy and configure Xorg to always load the new layout (or both the new
> and the old layout with a key combination to quickly switch between the
> two).

Nah, might get overwritten with an update down the line.

-- 
Best,
Marc


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread Boyd Stephen Smith Jr.
In <20090428131409.036db...@teksavvy.com>, JoeHill wrote:
>node1:/home/joehill# aptitude -t unstable install xfdesktop4
>Reading package lists... Done
>Building dependency tree
>Reading state information... Done
>Reading extended state information
>Initializing package states... Done
>Reading task descriptions... Done
>The following packages are BROKEN:
>  xfdesktop4
>The following NEW packages will be installed:
>  libxfce4menu-0.1-0{a}
>0 packages upgraded, 2 newly installed, 0 to remove and 433 not upgraded.
>Need to get 0B/203kB of archives. After unpacking 1090kB will be used.
>The following packages have unmet dependencies:
>  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but it is not
> installable The following actions will resolve these dependencies:
>
>Keep the following packages at their current version:
>xfdesktop4 [Not Installed]
>
>I think what is likely happening is that a new enough xfdesktop simply has
> not been uploaded to unstable, but I am not sure how to check that :-\

apt-cache policy 
is what I use to check available versions.

I'm seeing xfdesktop4-data=4.6.1-1 in unstable and xfdesktop4-data=4.4.2-7 
in testing.  I'm also now showing xfdesktop4=4.6.1-1 in unstable and it 
might be installable--it versioned Depend on xfdesktop4-data is certainly 
satisfiable.

Try again?
-- 
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: Hardware Firewall Suggestions

2009-04-28 Thread David Christensen
Samuel Bächler wrote:

> I have 2 Computers behind a Firewall (currently D-Link DFL-200).
> On both computers there is a ftp-server running. I want connect to
> the first by `foous...@192.168.1.10:21', to the second by
> `foous...@192.168.1.11:2121'.

I've configured many Netgear, DLink, Netopia, etc., home/SOHO routers,
and some of them should be able to do what you want.  But, I prefer and
use IPCop for my own SOHO network:

http://ipcop.org/

IPCop can do the above plus a whole lot more.


HTH,

David


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread Nyizsnyik Ferenc
On Tue, 28 Apr 2009 12:26:33 -0400
JoeHill  wrote:

> 
> Hi there,
> 
> I'm using Debian Testing but with apt-pinning so that I can get stuff
> from unstable as well.
> 
> I installed XFCE 4.6 from unstable, and all went well up to a point.
> There was an update to 4.6.1 recently, looks like everything except
> xfdesktop came down. Now I've been stuck in this situation for about
> a week:
> 
> node1:/home/joehill# apt-get -t unstable install xfdesktop4
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but 4.6.1-1 is to
> be installed E: Broken packages
> 
> I think I saw on here once where one could check to see what packages
> are waiting to be uploaded to unstable, but I can't find it now
> (should have noted it, I know).
> 
> Any tips?
> 

My idea is:

apt-get -t unstable install xfdesktop4 xfdesktop4-data

-- 
Nyizsa.
http://nyizsa.uni.cc


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



Re: Kernel failure

2009-04-28 Thread Gilles Mocellin
Le Tuesday 28 April 2009 03:55:47 Thamm, Russell, vous avez écrit :
> Hi,
>
> I've just installed lenny under VirtualBox as I wanted to try a
> different Linux distribution.
>
> When I logon to a Gnome session, I often get a popup saying:
>
> "Your system has had a kernel failure"
>
> It most often happens the first time I logon using gnome after a boot.
> I don't get this if I select a KDE session.

It is the package kerneloops.

$ aptitude show kerneloops
Package: kerneloops
[...]
Description: kernel oops tracker
 kerneloops is a daemon that collects kernel crash information and then 
submits the extracted signature to the kerneloops.org
 website for statistical analysis and presentation to the Linux kernel 
developers.

> How do I track this down?

Look at /var/log/kernel.log
You should find some logs and a kernel Ooops ! (an error in the kernel or a 
module).
I think it will not be very informative.

I also have this at every boot on my Thinkpad T41 running SID.
I think it's related to the wifi chipset having problem with the firmware 
ipw2100. It is reloaded very often.



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


Re: Butchered python configuration ...

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 14:19:28 +1200, Sam wrote:
> Okay this is ungraceful entrance to this mailing list but I hope that
> someone can help. I seem to have butchered my default Python install
> somewhat. The server is running Debian 'etch' and I wanted to make
> python2.5 the default install so I decided to link python2.5 to python
> in /usr/bin?

I would not do this; the expected default version is 2.4 on Etch. You
can explicitly refer to your desired version of python in your own code
without changing the default.

> The present state of /usr/bin:
> dev3:/usr/bin# ls -la python*
> -rwxr-xr-x 2 root root 1015264 2008-10-23 08:53 python
> -rwxr-xr-x 2 root root 1015264 2008-10-23 08:53 python2.4
> -rwxr-xr-x 1 root root1276 2008-10-23 08:53 python2.4-config

IIRC, /usr/bin/python should be a symlink to /usr/bin/python2.4 on Etch.

[...]

> Setting up python2.4-minimal (2.4.4-3+etch2) ...
> Linking and byte-compiling packages for runtime python2.4...
> Traceback (most recent call last):

[...]

>   File "/usr/share/pycentral-data/pyversions.py", line 120, in default_version
> _default_version = link = os.readlink('/usr/bin/python')
> OSError: [Errno 22] Invalid argument: '/usr/bin/python'

pyversions.py tries to follow the /usr/bin/python symlink to find out
what the default version is; this fails if /usr/bin/python is not a
symlink.

> dpkg: error processing python2.4-minimal (--configure):
>  subprocess post-installation script returned error exit status 1

[ snip: this causes problems for all packages that depend on
  python2.4-minimal ]

The first thing to do is to restore the /usr/bin/python symlink and then
run "apt-get install -f". Note that the symlink should use the direct
relative path to python2.4, without any directory components in it.

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


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread JoeHill
Harry Rickards wrote: 

> JoeHill wrote:
> > Hi there,
> > 
> > I'm using Debian Testing but with apt-pinning so that I can get stuff from
> > unstable as well.
> > 
> > I installed XFCE 4.6 from unstable, and all went well up to a point. There
> > was an update to 4.6.1 recently, looks like everything except xfdesktop
> > came down. Now I've been stuck in this situation for about a week:
> > 
> > node1:/home/joehill# apt-get -t unstable install xfdesktop4
> > Reading package lists... Done
> > Building dependency tree   
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >   xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but 4.6.1-1 is to be
> > installed E: Broken packages
> > 
> > I think I saw on here once where one could check to see what packages are
> > waiting to be uploaded to unstable, but I can't find it now (should have
> > noted it, I know).
> > 
> > Any tips?
> >   
> I'm no expert with apt stuff by any means, but you could try using
> aptitude, as everyone seems to say it can resolve dependencies better
> than apt-get.

Good tip, but still no go:

node1:/home/joehill# aptitude -t unstable install xfdesktop4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following packages are BROKEN:
  xfdesktop4 
The following NEW packages will be installed:
  libxfce4menu-0.1-0{a} 
0 packages upgraded, 2 newly installed, 0 to remove and 433 not upgraded.
Need to get 0B/203kB of archives. After unpacking 1090kB will be used.
The following packages have unmet dependencies:
  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but it is not installable
The following actions will resolve these dependencies:

Keep the following packages at their current version:
xfdesktop4 [Not Installed]

I think what is likely happening is that a new enough xfdesktop simply has not
been uploaded to unstable, but I am not sure how to check that :-\

Thanks!

-- 
J


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



Re: X.org Keyboard repeat rate through hal

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 00:40:32 +0200, Davide Mancusi wrote:
> Earlier, Florian Kulzer wrote:

[...]

> > Strace suggests that the mouse and keyboard settings are saved in
> > ~/.kde/share/config/kcminputrc on my system. Do you have anything in
> > this file? My keyboard section in there looks like this:
> > 
> [snip]
> 
>   The file exists, but there's no Keyboard section in it.

I would be tempted to add the section to the file just to see if that
changes anything.

[...]

> dav...@macco:~$ dpkg -l kdelibs\* kdebase-workspace\* systemsettings | awk 
> '/^i/{print$1,$2,$3}'

[ snip: I have the same packages in the same versions, so that does not
provide any further clues. ]

>   The 3.5.10 packages are there to satisfy dependencies of
> isolated KDE3 programs.

I can open the keyboard configuration dialog directly by running:

kcmshell4 keyboard

What happens when you try this?

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


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



Re: can't install xfdesktop from unstable

2009-04-28 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

JoeHill wrote:
> Hi there,
> 
> I'm using Debian Testing but with apt-pinning so that I can get stuff from
> unstable as well.
> 
> I installed XFCE 4.6 from unstable, and all went well up to a point. There was
> an update to 4.6.1 recently, looks like everything except xfdesktop came down.
> Now I've been stuck in this situation for about a week:
> 
> node1:/home/joehill# apt-get -t unstable install xfdesktop4
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but 4.6.1-1 is to be
> installed E: Broken packages
> 
> I think I saw on here once where one could check to see what packages are
> waiting to be uploaded to unstable, but I can't find it now (should have noted
> it, I know).
> 
> Any tips?
> 
I'm no expert with apt stuff by any means, but you could try using
aptitude, as everyone seems to say it can resolve dependencies better
than apt-get.

- --
Many thanks
Harry Rickards (a.k.a l33tmyst)

- --

()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkn3NnwACgkQ1kZz3mRu0GqbjQCgk4GvX4nFIPuddBsQer4Mxzyh
kLUAn2GvVWaNBI+PV0Y4LOCXS5dze7/B
=jBTK
-END PGP SIGNATURE-


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



Re: debiantutorials.org seeks input and new blood

2009-04-28 Thread Chris Jones
On Mon, Apr 27, 2009 at 01:39:18PM EDT, Dotan Cohen wrote:

[..]

> > You must be using one of the M$ Windows clones as your "desktop".
> >
> 
> KDE 4.2 at the moment, which is acceptably quick. KDE 3.5.10 on the
> same hardware (2 GB RAM, 2 GHz dual core processor, 7200 RPM sata
> drive) was sluggish enough to be annoying.

Hmm.. I do have a ubuntu 8.10 on  the side - running gnome and with only
384 Meg of RAM, a 650MHz Pentium III, and a slower 5200 RPM ata drive, I
wouldn't say  it's really crisp but  much to my surprise,  it has turned
out to  be quite  usable, at  least for stuff  like web  browsing, video
streaming, and running shells under gnome-terminal.

> > Well, if you find it unbearably slow, you must upgrade your
> > hardware.
> 
> Surely 640k is more than enough for anyone!

Occam's razor strikes again ..?

:-)

> > Else, take the consequences like a man or switch back to the linux
> > console.
> 
> I cannot open the complex OOo documents that I need on the console.
> I'd love an ncurses interface to Zim, though, and I might write it
> when the Python port is done. 

Actually, since I hadn't  even heard of Zim, I did  a "zim linux" google
Images search and it looks like something I should get acquainted with.

> I do occasionally browse the web in lynx, though! I really do not like
> the more modern console browsers.

I get by with ELinks in 256-color mode - pros: pages are rendered almost
instantly even on my antiquated hardware .. cons: limited js support and
no support at all for css - and multimedia naturally, a blessing in most
cases.

CJ


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



Re: xmodmap

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 06:01:14 -0500, Hugo Vanwoerkom wrote:
> Florian Kulzer wrote:

[...]

>> I do not know how to override these restricted type definitions with
>> xmodmap, but it is not difficult to tweak the layout with xkbcomp:
>>
>> $ xkbcomp $DISPLAY layout.xkb
>>
>
> With the Upgraded xserver-xorg (1:7.4+1) I get:
>
> /etc/X11Tue Apr 28-05:55:47SDB5# xkbcomp $DISPLAY
> Warning:  Could not load keyboard geometry for :0.0
>   BadAlloc (insufficient resources for operation)
>   Resulting keymap file will not describe geometry

I see these warnings, too; I have not noticed any problems with the
resulting keymap file. (I have the same version of xserver-xorg)

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


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



can't install xfdesktop from unstable

2009-04-28 Thread JoeHill

Hi there,

I'm using Debian Testing but with apt-pinning so that I can get stuff from
unstable as well.

I installed XFCE 4.6 from unstable, and all went well up to a point. There was
an update to 4.6.1 recently, looks like everything except xfdesktop came down.
Now I've been stuck in this situation for about a week:

node1:/home/joehill# apt-get -t unstable install xfdesktop4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xfdesktop4: Depends: xfdesktop4-data (= 4.6.0-2) but 4.6.1-1 is to be
installed E: Broken packages

I think I saw on here once where one could check to see what packages are
waiting to be uploaded to unstable, but I can't find it now (should have noted
it, I know).

Any tips?

-- 
J


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



Re: xmodmap

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 11:42:13 +, marc wrote:
> Florian Kulzer said:

[...]

> > Once you are done editing the file you can compile the new keymap and
> > update the layout of the X server (both steps with one command):
> > 
> > $ xkbcomp layout.xkb $DISPLAY
> > 
> > The changes should be effective immediately.
> 
> Thanks very much for this, you nailed the problem precisely.
> 
> One further question, is there a way to make this change permanent or do 
> I have to run:
> 
>   $ xkbcomp layout.xkb $DISPLAY
> 
> at every login?

I think you have to run this at every login, but you do not have to do
that manually. In scripts I would make sure to discard the spurious
warnings about keycodes without symbols:

xkbcomp layout.xkb $DISPLAY &>/dev/null

Alternatively, you can edit the relevant keymap in
/usr/share/X11/xkb/symbols/ or create a copy with a new name, modify the
copy and configure Xorg to always load the new layout (or both the new
and the old layout with a key combination to quickly switch between the
two).

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


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



Re: Hideous font when printing text file

2009-04-28 Thread Mike McCarty

Henk Koster wrote:
Thanks for your assistance. I use lp or lpr for printing text files (as 
stated in the OP), e.g.


$ ls |lp

to print a directory listing to the default printer (I have only one 
printer). That lp is really /usr/bin/lp. I've made no changes to the 
default Debian printing setup.


There's no problem printing such text files using a2ps, I don't know 
whether or not this is significant.


Is there a question in there? Are you asking how to change
the font your printer uses by default? If so, then you
need to consult your printer documentation.

Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!


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




emacs22 and version control

2009-04-28 Thread T o n g
Hi,

I upgrade my emacs from emacs21 to emacs22, but the default version 
control for rcs files are not working any more. 

According to 
http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-
Control.html
"VC is enabled by default in Emacs."

and I never have to do anything before to get emacs and version control 
work for rcs[1]. Do I have to do anything special for emacs22? 

Further, "currently, it [emacs VC] supports ... Subversion", any one 
knows how to utilize it please? How about git? 

Thanks a lot

[1]. As per http://www.linux.org/docs/ldp/howto/RCS-8.html

"When editing a file with emacs(1) which is registered with RCS, the 
command vc-toggle-read-only (bound to C-x C-q by default) will check a 
file in to the emacs's Version Control, and then into RCS. Emacs will 
open a buffer where you can type a log message to be included in the RCS 
log. . . "

but all I get is 

 File is under version-control; use C-x v v to check in/out [2 times]

without getting into the vc log message buffer.

Thanks

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



bugreport fails

2009-04-28 Thread C. Bronson H. Crothers
For some reason bugreport can't seem to use my SMTP server.

Evolution can, but bugreport says:

Connecting to mail.roadrunner.com via SMTP...
Enter SMTP password for bcroth...@mail.roadrunner.com: 
SMTP send failure: SMTP AUTH extension not supported by server.
Wrote bug report to /tmp/reportbug-totem-20090428-4326-Y_6000

... it's hard to report bugs, and hard to figure out why you can't
report bugs with so little information.  This was the forth or fifth
time I had tried to report the bug using the bugreport program... there
must be a better way...

BC

-- 
/***

Bronson Crothers
17 Charles St.
Orono ME 04473

Phone: 207 866 0405

de AA1ZB

--... ...--

Email: bcroth...@roadrunner.com

**/


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



Re: Anyone using the CAD packages?

2009-04-28 Thread Preston Boyington
Paul Johnson wrote:
> Alan Shutko wrote:
>> Aryan Ameri  writes:
>>
>>> Well, I always thought that AutoCAD was the equivalent of Windows in the 
>>> CAD world. And I thought that for more professinal stuff ( i.e 
>>> designing BMW cars) businesses use more sophisticated products (which 
>>> again I always thought) run on Unix workstations.
>> Yes, basically.  Although the big packages also run on NT.  (I used
>> to work for Unigraphics, which is one of the high-end packages.)
>>
>>> It seems I was wrong though. AutoCAD is the only CAD product which I 
>>> have ever heard it's name (OK, aside from QCAD). 
>> High-end CAD is not a very common occupation.  Many more people use
>> AutoCAD than have ever used UG, CATIA or Pro/E.  The high-end licenses
>> cost about the same as a small car per seat, so it's natural many,
>> many more people talk about AutoCAD.
> 
> I know this is digging up old news, but I have to wonder if the
> situation has changed in the years that this was originally posted, now
> that AutoCAD costs more than I have ever paid for a car, and still
> doesn't work in Wine.
> 
> 

The short answer (AFAIK) is "no".  I would dearly _love_ to be able to
run Solidworks, AutoCAD, MicroStation, plus their related
Civil/Mechanical softwares on a Linux machine, but that is just not
happening.

IF there were more of a push for Linux at the workplace (desktops not
just server room) then the "money factor" would help bring the
businesses around.  As it is, there's no real incentive to produce a
product that is cross platform when most of the users/businesses will
have a Microsoft OS on the machine anyway.

The last I saw was someone getting an old (ACAD 2000?) working on Linux
through WINE.  The other option is running it in a Virtual Machine, but
then you have a performance hit on top of running a Microsoft OS since
the software is not native.

That just is not good enough.

Preston

-- 

Arrant Drivel - really, it's just trash...
http://www.arrantdrivel.com/

Where the road takes me - a highwayman's perspective
http://www.prestonboyington.com/


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



Re: lenny and raid 1 with adaptec 1220 SATA

2009-04-28 Thread Zhengquan Zhang
On Tue, Apr 28, 2009 at 02:03:10PM +0200, Peter Sprenger wrote:
>
> Hi,
>
> I have a 2 1TB SATA hardisk configuration with an Adaptec 1220SA  
> controller. I created a healthy RAID 1 array and now I want to install a  
> lenny distribution on it. Now my first question is, in the debian  
> installer I see two drives /sda and /sdb instead of only one. Now how to  
> partition these disks?
>
> I am aware that this controller only supports "hostraid" that is some  
> kind of software raid. Can anybody give me some hints how to get this  
> raid array under debian to work?

days ago I got a similar problem. Finally I decide to disable the
controller and use softraid instead. Take a look at this

https://help.ubuntu.com/community/FakeRaidHowto

HTH,

-- 
Zhengquan


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



Re: Bug#522358: AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed

2009-04-28 Thread Julien Cristau
On Fri, Apr 24, 2009 at 10:20:32 +0800, jida...@jidanni.org wrote:

> I wonder how to stop this error.
>  (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed 
> (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or 
> directory)
>  (EE) GLX: could not load software renderer
>  (II) GLX: no usable GL providers found for screen 0
> 
> I don't use my computer to render anything fancy, so perhaps it is
> assuming that I have certain packages installed.

And you're sending this to an unrelated bug report because...?

Cheers,
Julien


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



Re: [OT] loosing data

2009-04-28 Thread randall

Adrian Chapela wrote:
Imagine the next situation: one PC with windows, linux and a FAT32 
data partition. Someone tried to install a new linux distribution but 
he didn't take care about the partitioning process and selected the 
automatic creation. Now he has two partitions one ext3 for the system 
and swap partition.


We need to recover data from the deleted FAT32 partition, how could I 
do that ?


I am thinking on use photorec but How could I recover the partitions ? 
We haven't any backup, data or mbr are totally lost now.


What is your idea ?


last time i used my boss his computer to format a usb stick and 
accidentally formatted the entire drive (yes, this makes a man sweat)
photorec and testdisk for the partition saved the day (and my job), i 
installed it after booting from a livecd and copied everything over to 
the file server.


i guess you want to get the files save first and then recover the 
partition in that order



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




Re: Desktop Search Engines

2009-04-28 Thread David Baron
On Tuesday 28 April 2009 01:43:05 debian-user-digest-requ...@lists.debian.org 
wrote:
> >> What would be a good choice, for a desktop search engine,
> >> since have TB of Music and Video, and GB of .pdf files,
> >> would like to index all, including metadata...
> >
> > I have not used any of them extensively, but from playing around
> > with Beagle and Tracker, I prefer Tracker. Tracker is supposed
> > to be lighter on resources than Beagle.  Tracker also does not
> > depend on Mono, if you care about that sort of thing.
> >
> > Another option is Strigi, which has community connections to
> > KDE (but it does not have KDE or QT dependencies).
>
> Correction, the Strigi daemon does not have QT or KDE
> dependencies. The default client, however, is in QT.

I am currently running recoll which seems the least intrusive.
I you want to use nepomuk, you are stuck with the strigi stuff.
Nepomuk, even with NO indexing, is a system-hawg. Ihave to manually renice it 
just to make KDE4 usable.


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



[SOLVED] Re: Re: how to play VOB files using xine?

2009-04-28 Thread Serge H.
If these VOBs form a DVD structure (VIDEO_TS directory, files with 
names such as VTS_01_1.VOB or something similar), you can run 
something like

xine dvd:/path/to/your/dvd/structure

  
If not, then you could try to form a DVD structure, but the files have 
to contain the whole DVD, menus and everything. You may have only the 
video itself. 

This works! Thank you, Eduardo!
Before, I've tried open the VOB files directly.

Cheers,
Serge.


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




Re: magic sysRq

2009-04-28 Thread David Fox
On Mon, Apr 27, 2009 at 11:47 PM, Brad Rogers  wrote:


> Why "S" twice?  Or just a mistake?

Probably overkill. Habits die hard, and for instance 'sync;sync;sync'
is probably engrained into the fingers of many a Unix admin, but it's
probably overkill.

Reminds me of that line from Kitchen Table Software source (TRS80 days):

10  CLS:CLS:CLS:CLS:'CLEAR SCREEN REALLY GOOD

:)



-- 
thanks for letting me change the magnetic patterns on your hard disk.


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



Re: debiantutorials.org seeks input and new blood

2009-04-28 Thread David Fox
oops. I wanted this to go to the list. darn gmail :(

On Tue, Apr 28, 2009 at 6:13 AM, David Fox  wrote:
> On Sun, Apr 26, 2009 at 4:56 AM, Miles Fidelman <
>> It's a reference manual, not a getting started book - and like any reference
>> manual it tries to have everything you might possibly need, but isn't
>> designed to be read cover-to-cover - including everything from an
>
> Another site to look at (not for Debian specifically) is FLOSS
> manuals. I know one of the documenters personally.
>
> http://en.flossmanuals.net/
>
> They can use some help. The manuals (such as they are) are
> introductory but you can print a copy on demand and have the book
> shipped to you. And it's a collaborative effort.
>
>
> --
> thanks for letting me change the magnetic patterns on your hard disk.
>



-- 
thanks for letting me change the magnetic patterns on your hard disk.


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



Re: Kernel failure

2009-04-28 Thread Daryl Styrk
On Tue, Apr 28, 2009 at 10:50:25AM +0800, 明覺 wrote:
> On Tue, Apr 28, 2009 at 9:55 AM, Thamm, Russell
>  wrote:
> > Hi,
> >
> > I've just installed lenny under VirtualBox as I wanted to try a different
> > Linux distribution.
> >
> > When I logon to a Gnome session, I often get a popup saying:
> >
> > "Your system has had a kernel failure"
> >
> > It most often happens the first time I logon using gnome after a boot.
> I got the same issue, I'm wondering if I should login as root directly.
> 

I have had the same problem with a Squeeze install.  I upgraded to sid
which brought in a newer kernel fixing that error.  


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



lenny and raid 1 with adaptec 1220 SATA

2009-04-28 Thread Peter Sprenger


Hi,

I have a 2 1TB SATA hardisk configuration with an Adaptec 1220SA 
controller. I created a healthy RAID 1 array and now I want to install a 
lenny distribution on it. Now my first question is, in the debian 
installer I see two drives /sda and /sdb instead of only one. Now how to 
partition these disks?


I am aware that this controller only supports "hostraid" that is some 
kind of software raid. Can anybody give me some hints how to get this 
raid array under debian to work?


Regards

Pete


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




Re: [SOLVED] Re: Ldap browsing script

2009-04-28 Thread Javier Barroso
On Tue, Apr 28, 2009 at 1:50 PM, Eduardo M KALINOWSKI
 wrote:
> On Ter, 28 Abr 2009, Philippe Le Gal wrote:
>>
>> Probleme solved.
>
> You might want to tell the list how you did that, in case other people have
> a similar problem and could benefit from the solution.

A simple solution is:

function create_home
{
...
}
function create_maildir
{
...
}
for uid in $(ldapsearch -x -h ldap -bdc=example,dc=com uid | awk
'/^uid/ {print $2})
do
 create_home $uid
 create_maildir $uid
done

Perhaps better having pam_mkhomedir installed


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



Re: Desktop Search Engines

2009-04-28 Thread Jeff Zhang
On Tue, Apr 28, 2009 at 12:28 PM, John Magolske  wrote:

> * Kelly Clowers  [090427 21:03]:
> > On Mon, Apr 27, 2009 at 20:17, Jeff Zhang  wrote:
> > > On Tue, Apr 28, 2009 at 12:43 AM, Rick  wrote:
> > >>
> > >> What would be a good choice, for a desktop search engine
>
> There was a thread discussing this last year:
>
> http://lists.debian.org/debian-user/2008/10/thrd3.html#01357
>
> I haven't gotten around to implementing any of the suggestions yet,
> hope to do so soon, am leaning towards recoll. One feature that's
> important to me is a cli interface.
>
> > > roll is my favourite for such thing.
> >
> > What is roll? I don't see it in Sid
>
> I think that was meant to be "recoll".


yes, sorry for mistype


Re: error while loading shared libraries

2009-04-28 Thread frank
Hi Andrzej,

On Tue, 2009-04-28 at 03:34 +0200, Andrzej wrote:

> I just installed Lenny 64 and have problem with UPS software. There is no
> debs, but script for so called other distros. I run it and seems to be ok. But
> when I tried to run it i receive errror: "upsm: error while loading shared
> libraries: libstdc++.so.5: cannot open shared object file: No such file or
> directory".

Looks like the lib is there. Maybe the installed software is 32bit and
therefor needs a 32bit libstdc++.so.5? Use "ldd upsm" to view the needed
libs and file to determine the file type. Not installed per default, use
"apt-get install file" 

Bye
Frank




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



Re: [SOLVED] Re: Ldap browsing script

2009-04-28 Thread Eduardo M KALINOWSKI

On Ter, 28 Abr 2009, Philippe Le Gal wrote:

Probleme solved.


You might want to tell the list how you did that, in case other people  
have a similar problem and could benefit from the solution.


--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


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




smplayer caching other applications?

2009-04-28 Thread Nuno Magalhães
Greetings from Here.

While running fslint i came across a bunch of repeated files on
~/.smplayer. It seems that this application is caching other
applications' stuff. Not only do i have Opera's and Firefox's cache,
the same files are also under ~/.smplayer/.opera and .mozilla...
There's also .Skype and .purple (for pidgin).

Why is that? Are these applications using smplayer as a plugin and
caching their stuff, while smplayer is doing the same? The only cache
i could think of would be youtube's videos... everything else is
regular browsing... and skype and pidgin?!

TIA,
Nuno Magalhães

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


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



Re: how to play VOB files using xine?

2009-04-28 Thread Eduardo M KALINOWSKI

On Ter, 28 Abr 2009, Serge Khmelevsky wrote:

Hi, some VOB files has the menus and I cannot understand how to handle
such menus.
My favorite video player is xine, so I have googled how to handle DVD
menus with it and found something about libdvdcss and xine-dvdnav. I
cannot find these packages in the repository.


If these VOBs form a DVD structure (VIDEO_TS directory, files with  
names such as VTS_01_1.VOB or something similar), you can run  
something like


xine dvd:/path/to/your/dvd/structure

If not, then you could try to form a DVD structure, but the files have  
to contain the whole DVD, menus and everything. You may have only the  
video itself.


--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


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




Re: xmodmap

2009-04-28 Thread marc
Florian Kulzer said:

> On Mon, Apr 27, 2009 at 10:07:03 +, marc wrote:
>> 
>> I'm trying to use the following local .xmodmaprc
>> 
>>   keycode  26 = e E e E eacute Eacute
>>   keycode  31 = i I i I iacute Iacute
>>   keycode  32 = o O o O oacute Oacute
>>   keycode  30 = u U u U uacute Uacute
>>   keycode  57 = n N n N ntilde Ntilde
>> 
>> via
>> 
>>   $ xmodmap .xmodmaprc
>> 
>> This runs fine, but the mappings for e and n don't 'take'. Initially,
>> it's as if eacute, Eacute, ntilde and Ntilde aren't defined.
> 
> [...]
> 
>> Any idea why there's a problem with the e and n keys?
> 
> You probably use a keyboard layout on which these two keys are of type
> TWO_LEVEL or ALPHABETIC. That means the only recognized modifier is
> SHIFT/CAPSLOCK and all further symbols are ignored. This behavior is
> documented in /usr/share/X11/doc/input/XKB-Enhancing.txt.
> 
> I do not know how to override these restricted type definitions with
> xmodmap, but it is not difficult to tweak the layout with xkbcomp:
> 
> $ xkbcomp $DISPLAY layout.xkb
> 
> will save the current layout in an xkb source file. You can edit the
> relevant sections in this file, e.g. this one:
> 
> key  {
> type= "ALPHABETIC",
> symbols[Group1]= [   n,   N ]
> };
> 
> These sections can be changed to have the same structure as the ones of
> keys that do accept additional AltGr symbols, i.e.:
> 
> key  {
> type= "FOUR_LEVEL_SEMIALPHABETIC",
> symbols[Group1]= [   n,   N, ntilde,
> Ntilde ]
> };
> 
> Once you are done editing the file you can compile the new keymap and
> update the layout of the X server (both steps with one command):
> 
> $ xkbcomp layout.xkb $DISPLAY
> 
> The changes should be effective immediately.

Thanks very much for this, you nailed the problem precisely.

One further question, is there a way to make this change permanent or do 
I have to run:

  $ xkbcomp layout.xkb $DISPLAY

at every login?

Thanks again.

-- 
Best,
Marc


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



Re: Hardware Firewall Suggestions

2009-04-28 Thread Jerome BENOIT

Hello

Samuel Bächler wrote:

Dear All

I have 2 Computers behind a Firewall (currently D-Link DFL-200). Consider
one of them having IP-address 192.168.1.10 and the other having 
192.168.1.11.
On both computers there is a ftp-server running. I want connect to the 
first
by `foous...@192.168.1.10:21', to the second by 
`foous...@192.168.1.11:2121'.

After fiddling around for some time I am wondering if my idea can be
implemented using a D-Link DFL-200 Firewall.

Did any of you configure successfully a Firewall the following way:

- If request is on port 21 connect to ftp-server with IP-address 
192.168.1.10
- If request is on port 2121 connect to ftp-server with IP-address 
192.168.1.11




What you want is port forwarding:

Below is an example for on old OpenWRT box (port 22 being ssh)

IPT=/usr/sbin/iptables
#(...)
$IPT -t nat -A PREROUTING -p tcp --source xx.xx.xx.xx   --dport 22 -j DNAT --to 
192.168.0.11:22
#(...)

hth,
Jerome


If yes, whats the name of it and is there a sound howto about it?

Looking forward to your inputs.

Regards

Sam




--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net


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



Re: Hardware Firewall Suggestions

2009-04-28 Thread 明覺
2009/4/28 Samuel Bächler :
> Dear All
>
> I have 2 Computers behind a Firewall (currently D-Link DFL-200). Consider
> one of them having IP-address 192.168.1.10 and the other having
> 192.168.1.11.
> On both computers there is a ftp-server running. I want connect to the first
> by `foous...@192.168.1.10:21', to the second by
> `foous...@192.168.1.11:2121'.
> After fiddling around for some time I am wondering if my idea can be
> implemented using a D-Link DFL-200 Firewall.
>
> Did any of you configure successfully a Firewall the following way:
>
> - If request is on port 21 connect to ftp-server with IP-address
> 192.168.1.10
> - If request is on port 2121 connect to ftp-server with IP-address
> 192.168.1.11
>
> If yes, whats the name of it and is there a sound howto about it?
>
> Looking forward to your inputs.
I think your D-link router should support the function of redirection,
it might be named virtual server, you setup the port of the incoming
request, and its intented server ip, then it will works. For example,
you setup incoming requests with port 21 to be directed to
192.168.1.10, with port 2121 to be directed to 192.168.1.11, port 80
to the ip of your web server.

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



-- 
My platform is GNU/Linux Debian(sid-amd64, lenny-Intelx86) Gnome
Gmail/Evolution GTK/Anjuta.


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



Re: Hardware Firewall Suggestions

2009-04-28 Thread Alex
Samuel Bächler wrote:
> Dear All
>
> I have 2 Computers behind a Firewall (currently D-Link DFL-200). Consider
> one of them having IP-address 192.168.1.10 and the other having
> 192.168.1.11.
> On both computers there is a ftp-server running. I want connect to the
> first
> by `foous...@192.168.1.10:21', to the second by
> `foous...@192.168.1.11:2121'.
> After fiddling around for some time I am wondering if my idea can be
> implemented using a D-Link DFL-200 Firewall.
>
> Did any of you configure successfully a Firewall the following way:
>
> - If request is on port 21 connect to ftp-server with IP-address
> 192.168.1.10
> - If request is on port 2121 connect to ftp-server with IP-address
> 192.168.1.11
>
> If yes, whats the name of it and is there a sound howto about it?
>
> Looking forward to your inputs.
>
> Regards
>
> Sam
>
>
You can do a redirect from your Dlink router , redirect port 21 to
192.168.1.10 and port 2121 to 192.168.1.11


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



Noatun Title format properties

2009-04-28 Thread M. Henne
Hello,

When playing an mp3-song using noatun (KDE 3.5.10 and 4.2.2), noatun
displays the title of the currently played song in a format, that can be
configured in the noatun settings. (The playlist uses probably the same
format)

There's a line that composes the format of the title to display, that reads
(in my default config):

$("["author"] - ")$(title)$(" ("bitrate"kbps)")

That shows that it's possible to use keywords (properties) like 'bitrate'
or 'author' that gets evaluated (from mp3Id's I guess). 

But I want the filename to be displayed, not the author, bitrate or song
title. The documentation has no list of valid properties and I tried 'file'
and 'filename' to no avail.

Can someone tell me how to display the filename and where I can find valid
properties (except for the source-code :-) ).

Tnx in advance


-- 
Martin


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



Re: xmodmap

2009-04-28 Thread Hugo Vanwoerkom

Florian Kulzer wrote:

On Mon, Apr 27, 2009 at 10:07:03 +, marc wrote:

I'm trying to use the following local .xmodmaprc

  keycode  26 = e E e E eacute Eacute
  keycode  31 = i I i I iacute Iacute
  keycode  32 = o O o O oacute Oacute
  keycode  30 = u U u U uacute Uacute
  keycode  57 = n N n N ntilde Ntilde

via

  $ xmodmap .xmodmaprc

This runs fine, but the mappings for e and n don't 'take'. Initially, 
it's as if eacute, Eacute, ntilde and Ntilde aren't defined.


[...]


Any idea why there's a problem with the e and n keys?


You probably use a keyboard layout on which these two keys are of type
TWO_LEVEL or ALPHABETIC. That means the only recognized modifier is
SHIFT/CAPSLOCK and all further symbols are ignored. This behavior is
documented in /usr/share/X11/doc/input/XKB-Enhancing.txt.

I do not know how to override these restricted type definitions with
xmodmap, but it is not difficult to tweak the layout with xkbcomp:

$ xkbcomp $DISPLAY layout.xkb



With the Upgraded xserver-xorg (1:7.4+1) I get:

/etc/X11Tue Apr 28-05:55:47SDB5# xkbcomp $DISPLAY
Warning:  Could not load keyboard geometry for :0.0
  BadAlloc (insufficient resources for operation)
  Resulting keymap file will not describe geometry

Hugo


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




Hardware Firewall Suggestions

2009-04-28 Thread Samuel Bächler

Dear All

I have 2 Computers behind a Firewall (currently D-Link DFL-200). Consider
one of them having IP-address 192.168.1.10 and the other having 
192.168.1.11.

On both computers there is a ftp-server running. I want connect to the first
by `foous...@192.168.1.10:21', to the second by 
`foous...@192.168.1.11:2121'.

After fiddling around for some time I am wondering if my idea can be
implemented using a D-Link DFL-200 Firewall.

Did any of you configure successfully a Firewall the following way:

- If request is on port 21 connect to ftp-server with IP-address 
192.168.1.10
- If request is on port 2121 connect to ftp-server with IP-address 
192.168.1.11


If yes, whats the name of it and is there a sound howto about it?

Looking forward to your inputs.

Regards

Sam


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




[OT] loosing data

2009-04-28 Thread Adrian Chapela
Imagine the next situation: one PC with windows, linux and a FAT32 data 
partition. Someone tried to install a new linux distribution but he 
didn't take care about the partitioning process and selected the 
automatic creation. Now he has two partitions one ext3 for the system 
and swap partition.


We need to recover data from the deleted FAT32 partition, how could I do 
that ?


I am thinking on use photorec but How could I recover the partitions ? 
We haven't any backup, data or mbr are totally lost now.


What is your idea ?


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




[SOLVED] Re: Ldap browsing script

2009-04-28 Thread Philippe Le Gal
Probleme solved.

Le Tuesday 28 April 2009 08:51:34 Philippe Le Gal, vous avez écrit :
> Hi
>
> I'm looking for a simple example of a bash script that browse a ldap and
> create a homedir+Maildir folder for each user found in the database.
>
> Thanks
>
> Philippe


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



Re: Re: how to play VOB files using xine?

2009-04-28 Thread Serge Khmelevsky
Yes, xine plays DVD fine. I cannot use menus on DVD in gXine too. May
be additional plugins are required?

Cheers,
Serge.


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



Re: Re: Hideous font when printing text file

2009-04-28 Thread Henk Koster
Thanks for your assistance. I use lp or lpr for printing text files (as 
stated in the OP), e.g.


$ ls |lp

to print a directory listing to the default printer (I have only one 
printer). That lp is really /usr/bin/lp. I've made no changes to the 
default Debian printing setup.


There's no problem printing such text files using a2ps, I don't know 
whether or not this is significant.


--
Henk Koster
"Behavioral axioms are right, but agents make mistakes."
Attributed to L.J. Savage




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




Re: magic sysRq

2009-04-28 Thread Brad Rogers
On Tue, 28 Apr 2009 02:01:44 +0300
Dotan Cohen  wrote:

Hello Dotan,

> Alt-SysRq-[R,S,E,I,S,U,B] in that order.

Why "S" twice?  Or just a mistake?

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

Junk floats on polluted water
Hong Kong Garden - Siouxsie & The Banshees


signature.asc
Description: PGP signature


Issue with Maildir directories.

2009-04-28 Thread Rafał Radecki
Hi all. I have a problem with my mail servers' web interface. On our
previous mail server we used SquirrelMail, now we try to use RoundCube. But
we have a problem because RoundCube doesn't see users' Maildir directories.
Could anyone give me a clue why is it that? Standard folders like 'new' and
'cur' are mapped to 'Received' but other directories are not visible.

Regards,
R.


Ldap browsing script

2009-04-28 Thread Philippe Le Gal
Hi

I'm looking for a simple example of a bash script that browse a ldap and 
create a homedir+Maildir folder for each user found in the database.

Thanks

Philippe


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