(solved)Re: how to prevent a module from auto loading

2010-06-08 Thread Long Wind
Thank Alexander Batischev!
I add the line to /etc/modprobe.d/blacklist
Now it works!

On Wed, Jun 9, 2010 at 1:31 AM, Alexander Batischev  wrote:
> On Wed, Jun 09, 2010 at 11:56:08AM +0800, Long Wind wrote:
>
> I can suggest following command:
>
> # echo 'blacklist usbserial' >> /etc/modprobe.d/blacklist
>
> --
> Regards,
> Alexander Batischev
>


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktilj8z-scowl8bexkhxtlftvbcgmrmzi83rf6...@mail.gmail.com



Re: spamassassin: rules set manually updating.

2010-06-08 Thread Camaleón
On Wed, 09 Jun 2010 12:14:29 +0700, Sthu Deus wrote:

> I wonder if it is possible to auto/manually update spamassassin rules
> without having it running in daemon mode - say, being run by cron only
> update script.

I think SA is ready for that.

Check "/etc/default/spamassassin" file, there is a variable ("CRON=0") 
that you can modify to get a cron job task for SA rules auto-updating.

THT.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.09.06.00...@gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Tom H
On Tue, Jun 8, 2010 at 8:50 PM, ABSDoug  wrote:
> My very 1st kill file entry, ever 
>
> --- On Tue, 6/8/10, Robert Holtzman  wrote:
>
>> He seems to be following the same pattern he did on the
>> ubuntu-users
>> list. He wants to be spoon fed.
>> Bob Holtzman

Bob isn't the only one to point out that you are abusing various
lists. I was sent the following by a subscriber to
"alt.os.linux.ubuntu":

> On 06/04/2010 11:23 PM, ABSDoug wrote:
>>> I don't understand backporting. Why isn't backporting enabled
>>> automaticly? ARE THERE risks with backporting? Thanks ahead of time.
> You were already provided this answer on the Ubuntu users list:
> 
> Are you really not smart enough to actually read the link provided?
> Quit wasting people's time & RTFL.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimpsd8snestbvmtqgxllnqg4-ypwlxzddolv...@mail.gmail.com



Re: "Stable" vs "Unstable" & "Testing"

2010-06-08 Thread Johan Grönqvist

2010-06-09 01:55, ABSDoug skrev:

This was the 1st time I had heard of "stab le"&  "unstable", I only
knew there was "testing", which I wanted to avoid. Sounded very
reasonable, with a name like "stable"&  finding out Debian is the
SOURCE for other distros, I'm thinking stable is what you'd use if
you don't want to be a "Guinea pig".


A few remarks:

1) Stable in debian means unchanging, and in case you want that kind of 
stable, you may as well use the more recent ubuntu 9.10, which seems to 
work for you, still has quite a while of support, and should be 
unchanging enough for your purposes. Debian stable is good for servers 
where one does not want new versions of software that may break the system.


2) For stable as in "not breaking", the reason I use debian testing is 
that I find it less prone to breaking than following the 6-month upgrade 
cycle of ubuntu.


3) In the choice between debian testing or unstable for a netbook, you 
will find people recommending both choices, and I think it will be hard 
for you to form your own opinion this early in the learning process.




 now I'm wondering if I'm going to go with
unstable "Squeeze", what does that offer over Ubuntu 9.10 (Remix).
9.10 (unlike 10.04) works well on my Acer Aspire One.


The usual reasonable comment I think more experienced people than me 
would often give is:


What do you miss in ubuntu 9.10 (remix) that you want your new system to 
provide? If it works well for you, you may continue to use it and be 
happy with that.




Debian testing would offer more recent applications in some areas, and a 
more recent kernel, which may provide better hardware support, but as 
you have experienced with ubuntu 10.04, that is not always the case.


Ubuntu 9.10 has security support until 11.04 (I think). It is also more 
recent than debian stable, so it should offer more recent applications 
and (on average) be able to support more recent hardware.


I would not expect debian stable from february 09 to improve on your 
(seemingly) good netbook-experience with an ubuntu from october 09 
unless you have some specific problems with ubuntu 9.10, or have some 
specific reason to wish to use debian.


In case there is something missing for you in ubuntu, you may very well 
ask if debian can provide that, but a question like "what does debian 
stable/testing/unstable offer over ubuntu 9.10 for a netbook" is very 
hard to answer without knowing what your needs and/or problems are.



From what I have seen so far, I would recommend ubuntu 9.10 for your 
netbook, followed by debian testing or unstable.


Regards

Johan


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

Archive: http://lists.debian.org/hun9cn$ka...@dough.gmane.org



Re: how to prevent a module from auto loading

2010-06-08 Thread Alexander Batischev
On Wed, Jun 09, 2010 at 11:56:08AM +0800, Long Wind wrote:
> I use etch
> When I plug a USB device, usbserial module is autoloaded in kernel 2.4
> (or error messages appear in kernel 2.6)
> I want to load acm module
> My question is how to prevent usbserial from autoloading
> Thanks!

I can suggest following command:

# echo 'blacklist usbserial' >> /etc/modprobe.d/blacklist

-- 
Regards,
Alexander Batischev

1024D/69093C81
F870 A381 B5F5 D2A1 1B35  4D63 A1A7 1C77 6909 3C81


signature.asc
Description: Digital signature


spamassassin: rules set manually updating.

2010-06-08 Thread Sthu Deus
Good day.

I wonder if it is possible to auto/manually update spamassassin rules
without having it running in daemon mode - say, being run by cron only
update script.

I do not need it running in daemon mode as it works well even this way
- on one hand, and if running in daemon - i may have security risks -
  on the other hand.

Thank You for Your time.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c0f2343.0f67f10a.2f33.2...@mx.google.com



Re: Resuming from hibernation issue with sid-kernel

2010-06-08 Thread Johan Grönqvist

2010-06-09 01:34, Peter Beck skrev:

On Fri, 2010-06-04 at 11:17 +0200, Johan Grönqvist wrote:

To thaw, I have to select kernel 2.6.32-4 in grub, and then all works
well. If I select 2.6.32-5 in grub, I get the usual blank screen for a
few seconds while the saved state is read form disk, but then the
display stays blank after disk reading has stopped.


I am using squeeze with 2.6.32-3 and having similar issues on my
Thinkpad T42p. While hibernating there is a message "failed to thaw -
error -16". After resuming the screen stays black. I found out that
compiz was (is)my issue. I can ping my machine and connect via ssh.
If compiz is stopped while hibernating everything seems to be ok and
resume is working just fine. Maybe this is useful for you too ?




Thanks for the suggestion. I restarted gnome with metacity as my wm, and 
see the same symptoms.


I believe the error happens earlier in the process for me, because when 
the computer stops working at thawing, I can press ctrl-alt-F1, and get 
to a screen showing me what a normal boot does before switching to 
framebuffer mode, I thus believe that the problem occurs before any 
graphics system has managed to start, just before or at the "handover" 
between the kernels.



/ johan


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

Archive: http://lists.debian.org/hun7o7$g8...@dough.gmane.org



Problem playing DVD in Squeeze

2010-06-08 Thread Peter Tenenbaum
I've been trying to get my new Squeeze installation to play store-bought
DVDs using the Totem movie player and the AMD64 version of libdvdcss2.  I
can see the first 12 seconds of the DVD (before the main menu comes up), but
then the player exits.  Here is the output stream from running totem at the
command line:

Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: WESTSIDE_STORY
libdvdnav: DVD Serial Number: 2ed794f4
libdvdnav: DVD Title (Alternative): WESTSIDE_STORY
libdvdnav: Unable to find map file
'/home/quarkpt/.dvdnav/WESTSIDE_STORY.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 1

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0133
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x137d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x1608
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00388c07
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0038a196
libdvdread: Elapsed time 0
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 0

*** libdvdread: CHECK_VALUE failed in
/build/buildd-libdvdread_4.1.3-9-amd64-aWhxsa/libdvdread-4.1.3/src/ifo_read.c:1704
***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_VOBU_ADMAP vtsi failed
libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 1
No accelerated IMDCT transform found
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started

*** libdvdread: CHECK_VALUE failed in
/build/buildd-libdvdread_4.1.3-9-amd64-aWhxsa/libdvdread-4.1.3/src/ifo_read.c:1704
***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed
totem:
/build/buildd-libdvdnav_4.1.3-7-amd64-u8RLQr/libdvdnav-4.1.3/src/vm/vm.c:1485:
process_command: Assertion `0' failed.
Aborted


Anyone have any suggestions?

Thanks in advance,
-PT


Re: "Stable" vs "Unstable" & "Testing"

2010-06-08 Thread Tom Furie
On Tue, Jun 08, 2010 at 04:55:03PM -0700, ABSDoug wrote:

> Thanks a BUNCH for all the responds! If I'm repeating myself, forgive,
> I'm not sure what you've read so far (had some posting issues, now
> resolved). I'd like to explain my desire to use Debian stable so as to
> get some education here, cause I'm confused now. My reason for wanting
> stable (is it called "Freeze"?) was because of a suggestion on the
> Ubuntu list. 10.04 UNE has problems with torrents dropping my wireless
> connection on my Acer Aspire One. My 1st reaction was, how in the
> WORLD does the Ubuntu *Netbook* Edition (formally "Remix") not work on
> my *netbook*!? On the Ubuntu list, there was talk about the 6-month
> release schedule, talk of Ubuntu being based on "unstable" Debian &
> that the answer might be Debian stable if you don't want problems.
> This was the 1st time I had heard of "stable" & "unstable", I only
> knew there was "testing", which I wanted to avoid. Sounded very
> reasonable, with a name like "stable" & finding out Debian is the
> SOURCE for other distros, I'm thinking stable is what you'd use if you
> don't want to be a "Guinea pig". So I ran right over here. That's what
> got me here, but now I'm wondering if I'm going to go with unstable
> "Squeeze", what does that offer over Ubuntu 9.10 (Remix). 9.10 (unlike
> 10.04) works well on my Acer Aspire One. I remember when Windows 7
> testing was being given away & most people I knew installed it right
> away. I wanted no part of "testing" software having no idea about this
> stable vs unstable issue. Hoping to get a good education on this! TIA

You could start by pointing a browser at http://www.debian.org and
following the "available versions of Debian" link in the "Getting
Started" section of the first page.

Cheers,
Tom

-- 
Jim, it's Grace at the bank.  I checked your Christmas Club account.
You don't have five-hundred dollars.  You have fifty.  Sorry, computer foul-up!
-- "The Rockford Files"


signature.asc
Description: Digital signature


how to prevent a module from auto loading

2010-06-08 Thread Long Wind
I use etch
When I plug a USB device, usbserial module is autoloaded in kernel 2.4
(or error messages appear in kernel 2.6)
I want to load acm module
My question is how to prevent usbserial from autoloading
Thanks!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinb5nmr1jt8vqqgw0rnknwnxknqwhjgks1rt...@mail.gmail.com



Re: GPG / GMail

2010-06-08 Thread H.S.
On 08/06/10 10:39 PM, Steve Fishpaste wrote:
> On Tue, Jun 08, 2010 at 12:08:11AM -0400, H.S. uttered:
>>
>> Yes, I agree. In fact, if a mail client like TB or mutt can be used,
 

>> there is nothing to beat that. However, FireGPG was excellent for people
   ^


>> who use popular web mail services. They had nothing special to do other
>> than to set up their GPG stuff and install the addon and they were good
>> to go without having to change the way they read/composed emails.
> 
> What makes you think Engimail is any more difficult?

What makes you think that I do?





-- 

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
Archive: http://lists.debian.org/hun2hk$48...@dough.gmane.org



Re: GPG / GMail

2010-06-08 Thread Steve Fishpaste
On Tue, Jun 08, 2010 at 12:08:11AM -0400, H.S. uttered:
> On 07/06/10 11:42 PM, Steve Fishpaste wrote:
> > On Mon, Jun 07, 2010 at 02:10:54PM -0400, H.S. uttered:
> >> On 07/06/10 02:05 PM, Mathieu Malaterre wrote:
> >>> Hi there,
> >>>
> >>>   Since firegpg support has been discontinued (*), I'd like to know
> >>> what are gmail users favorite gpg tool ?
> >>>
> >>
> >> Crap! I was using Firegpg for mails to my friends and family whose
> >> primary mail contact is yahoo or google and Firegpg provided a
> >> clicky-click think with context menu to easily encrypt any portion of
> >> text in mail text in a browser.
> >>
> >> So that brings me with the OP for looking for alternatives.
> > 
> > When I used TBird there was a GPG extension. Why not use that? Search
> > the extension repository.
> 
> Yes, I agree. In fact, if a mail client like TB or mutt can be used,
> there is nothing to beat that. However, FireGPG was excellent for people
> who use popular web mail services. They had nothing special to do other
> than to set up their GPG stuff and install the addon and they were good
> to go without having to change the way they read/composed emails.

What makes you think Engimail is any more difficult?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100609023859.ga9...@google.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Neal Hogan
On Tue, Jun 8, 2010 at 7:57 PM, ABSDoug  wrote:
> --- On Tue, 6/8/10, Neal Hogan  wrote:
>
> <<< When adding packages, your system needs to know where to look. To find 
> out, it looks at the list in /etc/apt/sources.list. Take a look at that. 
> You'll probably see that the first item(s) in the list refer to the install 
> disk.  So, until you get internet connection, you're gonna need to use some 
> other means . . . like the install disk to get packages. >>>
>
> Sorry if I wasn't clear... I WAS on the Internet... so confusing. I hooked up 
> to the router in my roommate's room, but it was still asking for the disk...? 
> I'm pretty sure what I was looking for wouldn't be on the disk anyway.
>
> <<< Once you get connected, DO SOME HOMEWORK and figure out how to edit that 
> file so that the system does not want to look at the install disk all of the 
> time, but rather "looks out" at the web.>>>
>
> I was hoping it was a quick fix someone could suggest, but at least now I 
> know what file I'm trying to edit, thanks!
>
>

'Tis a start . . .

http://wiki.debian.org/Apt


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimjpif76gavng-n43rdd-dnsrqdie6wcovzl...@mail.gmail.com



Re: Questions about RAID 6

2010-06-08 Thread Henrique de Moraes Holschuh
On Sun, 02 May 2010, Mike Bird wrote:
> On Sun May 2 2010 13:24:30 Alexander Samad wrote:
> > My system used to become close to unusable on the 1st sunday of the month
> > when mdadm did it resync, I had to write my own script so it did not do
> > mulitple at the
> > same time, turn off the hung process timer and set cpufreq to performance.
> 
> A long time ago there were problems like that.  Nowadays s/w
> RAID handles rebuild so well that we don't even have to set
> "/proc/sys/dev/raid/speed_limit_max".

Tried that with a fsck or quotacheck?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100609014716.ga21...@khazad-dum.debian.net



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Neal Hogan  wrote:

<<< When adding packages, your system needs to know where to look. To find out, 
it looks at the list in /etc/apt/sources.list. Take a look at that. You'll 
probably see that the first item(s) in the list refer to the install disk.  So, 
until you get internet connection, you're gonna need to use some other means . 
. . like the install disk to get packages. >>>

Sorry if I wasn't clear... I WAS on the Internet... so confusing. I hooked up 
to the router in my roommate's room, but it was still asking for the disk...? 
I'm pretty sure what I was looking for wouldn't be on the disk anyway.

<<< Once you get connected, DO SOME HOMEWORK and figure out how to edit that 
file so that the system does not want to look at the install disk all of the 
time, but rather "looks out" at the web.>>>

I was hoping it was a quick fix someone could suggest, but at least now I know 
what file I'm trying to edit, thanks!





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/474786.85428...@web52003.mail.re2.yahoo.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
My very 1st kill file entry, ever 



--- On Tue, 6/8/10, Robert Holtzman  wrote:

> He seems to be following the same pattern he did on the
> ubuntu-users
> list. He wants to be spoon fed. 
> 
> -- 
> Bob Holtzman
> Key ID: 8D549279
> "If you think you're getting free lunch,
>  check the price of the beer"
> 


  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/620223.80830...@web52003.mail.re2.yahoo.com



"Stable" vs "Unstable" & "Testing"

2010-06-08 Thread ABSDoug
<<< I originally wrote:
I do know I want to stick with "stable" Debian >>>

<<< Someone else wrote:
I my opinion there is no need to do so. Squeeze is close to freeze, soon it 
will became stable. You better run it. Personally I run it on my EeePC and have 
(almost) no problems. Advantage of running testing is newer drivers. Also you 
would not need backports. >>>

<< wrote:
Agreed. For your netbook Squeeze is the best route. If it makes you feel better 
though, aside from the fact that Squeeze will be stable in the next 6 months or 
so (crosses fingers), your old Ubuntu friend is a snapshot of Unstable with 
some patches and bugfixes.>>>

Thanks a BUNCH for all the responds! If I'm repeating myself, forgive, I'm not 
sure what you've read so far (had some posting issues, now resolved). I'd like 
to explain my desire to use Debian stable so as to get some education here, 
cause I'm confused now. My reason for wanting stable (is it called "Freeze"?) 
was because of a suggestion on the Ubuntu list. 10.04 UNE has problems with 
torrents dropping my wireless connection on my Acer Aspire One. My 1st reaction 
was, how in the WORLD does the Ubuntu *Netbook* Edition (formally "Remix") not 
work on my *netbook*!? On the Ubuntu list, there was talk about the 6-month 
release schedule, talk of Ubuntu being based on "unstable" Debian & that the 
answer might be Debian stable if you don't want problems. This was the 1st time 
I had heard of "stable" & "unstable", I only knew there was "testing", which I 
wanted to avoid. Sounded very reasonable, with a name like "stable" & finding 
out Debian is the SOURCE for
 other distros, I'm thinking stable is what you'd use if you don't want to be a 
"Guinea pig". So I ran right over here. That's what got me here, but now I'm 
wondering if I'm going to go with unstable "Squeeze", what does that offer over 
Ubuntu 9.10 (Remix). 9.10 (unlike 10.04) works well on my Acer Aspire One. I 
remember when Windows 7 testing was being given away & most people I knew 
installed it right away. I wanted no part of "testing" software having no idea 
about this stable vs unstable issue. Hoping to get a good education on this! TIA


  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/686072.39877...@web52007.mail.re2.yahoo.com



Re: Resuming from hibernation issue with sid-kernel

2010-06-08 Thread Peter Beck
On Fri, 2010-06-04 at 11:17 +0200, Johan Grönqvist wrote:
> To thaw, I have to select kernel 2.6.32-4 in grub, and then all works 
> well. If I select 2.6.32-5 in grub, I get the usual blank screen for a
> few seconds while the saved state is read form disk, but then the 
> display stays blank after disk reading has stopped.

I am using squeeze with 2.6.32-3 and having similar issues on my
Thinkpad T42p. While hibernating there is a message "failed to thaw -
error -16". After resuming the screen stays black. I found out that
compiz was (is)my issue. I can ping my machine and connect via ssh.
If compiz is stopped while hibernating everything seems to be ok and
resume is working just fine. Maybe this is useful for you too ?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1276040084.7187.4.ca...@peanut.pvb.li



Re: Acer Aspire One wireless issue

2010-06-08 Thread Neal Hogan
On Tue, Jun 8, 2010 at 6:15 PM, ABSDoug  wrote:
> --- On Tue, 6/8/10, Hugo Vanwoerkom  wrote:
>
>> Now wireless does’nt seem to work out of the box so you
>> need to:
>>
>> Make sure that non-free and contrib are selected in the
>> package list.
>>
>> Open a terminal and type the following:
>>
>> #su
>> #(Your root password)
>>
>> # apt-get update
>> # apt-get install build-essential module-assistant
>> madwifi-source
>
> Finally made it over to the router, in my roommate's room. After trying above 
> & trying Synaptic... oy... system asks for the install disk... out comes the 
> external drive, in goes the disk... but the system keeps asking for the disk 
> even though I've got the disk in the external drive. This being a netbook, 
> there is no internal drive.
>
>
>

When adding packages, your system needs to know where to look. To find
out, it looks at the list in /etc/apt/sources.list. Take a look at
that. You'll probably see that the first item(s) in the list refer to
the install disk.  So, until you get internet connection, you're gonna
need to use some other means . . . like the install disk to get
packages.

Once you get connected, DO SOME HOMEWORK and figure out how to edit
that file so that the system does not want to look at the install disk
all of the time, but rather "looks out" at the web.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktil8acexk_vq7tvmbrjchhivt5pajst1ggsdi...@mail.gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Hugo Vanwoerkom  wrote:

> Now wireless does’nt seem to work out of the box so you
> need to:
> 
> Make sure that non-free and contrib are selected in the
> package list.
> 
> Open a terminal and type the following:
> 
> #su
> #(Your root password)
> 
> # apt-get update
> # apt-get install build-essential module-assistant
> madwifi-source

Finally made it over to the router, in my roommate's room. After trying above & 
trying Synaptic... oy... system asks for the install disk... out comes the 
external drive, in goes the disk... but the system keeps asking for the disk 
even though I've got the disk in the external drive. This being a netbook, 
there is no internal drive.





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/85171.191...@web52005.mail.re2.yahoo.com



Connectivity issue - tcpdump reports ping a success, ping itself does not.

2010-06-08 Thread TS Lura
Hi,

I am having some connectivity issues. The arp table is not populated even if
the arp request are successfully transferred on the wire. Which leads to
unsuccessfully ping. When I add a arp entry manually, tcpdump shows replies
but not ping itself.

I have had this problems before only that was after I uploaded data using
ssh or ssl. Then I got the same weird results. I lost connectivity on the
application level, but tcpdump showed that the packets went through(ping
packets got reply in tcpdump but not in ping, www would only load some kb
with data before it stopped transmitting.) So I hope this is a known issue.


All help is much appreciated.

-tslura


I have rebooted my system, and this is what I get.

[2304][r...@pwwrpad:~]# uname -a
Linux pwwrpad 2.6.32-3-686 #1 SMP Thu Feb 25 06:14:20 UTC 2010 i686
GNU/Linux


I am using GNS3 to simulate a CiscoRuter. This I connect to a "cloud" which
is connected to a tap0 interface.
The tap0 interface is created by:

# tunctl -t tap0

[2327][r...@pwwrpad:~]# ifconfig tap0
tap0  Link encap:Ethernet  HWaddr 46:7c:75:84:7f:dd
  inet addr:10.10.0.1  Bcast:10.10.0.255  Mask:255.255.255.0
  inet6 addr: fe80::447c:75ff:fe84:7fdd/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:5742 overruns:0 carrier:0
  collisions:0 txqueuelen:500
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

[2324][r...@pwwrpad:~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
10.10.0.0   0.0.0.0 255.255.255.0   U 0  00 tap0
109.246.52.00.0.0.0 255.255.252.0   U 0  00 eth0
0.0.0.0 109.246.52.10.0.0.0 UG0  00 eth0

Router#sh ip int
FastEthernet0/0 is up, line protocol is up
  Internet address is 10.10.0.2/24
  Broadcast address is 255.255.255.255

Router#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
   D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
   N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
   E1 - OSPF external type 1, E2 - OSPF external type 2
   i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
   ia - IS-IS inter area, * - candidate default, U - per-user static
route
   o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

 10.0.0.0/24 is subnetted, 1 subnets
C   10.10.0.0 is directly connected, FastEthernet0/0


I can see the network traffic from the router node, connected to tap0


 Router>ping 10.10.0.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.0.1, timeout is 2 seconds:
.
Success rate is 0 percent (0/5)
Router>


[2258][r...@pwwrpad:~]# tcpdump -i tap0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tap0, link-type EN10MB (Ethernet), capture size 65535 bytes
22:58:40.904701
22:58:50.904699
22:58:56.308857 ARP, Request who-has pwwrpad.local tell 10.10.0.2, length 46
22:58:56.463492 IP6 fe80::447c:75ff:fe84:7fdd.mdns > ff02::fb.mdns: 0 PTR
(QM)? 1.0.10.10.in-addr.arpa. (40)
22:58:56.463570 IP pwwrpad.local.mdns > 224.0.0.251.mdns: 0 PTR (QM)?
1.0.10.10.in-addr.arpa. (40)
22:58:56.463906 IP pwwrpad.local.mdns > 224.0.0.251.mdns: 0*- [0q] 1/0/0
(Cache flush) PTR pwwrpad.local. (61)
22:58:56.620013 IP6 fe80::447c:75ff:fe84:7fdd.mdns > ff02::fb.mdns: 0 PTR
(QM)? 2.0.10.10.in-addr.arpa. (40)
22:58:56.620082 IP pwwrpad.local.mdns > 224.0.0.251.mdns: 0 PTR (QM)?
2.0.10.10.in-addr.arpa. (40)
22:58:57.267462 CDPv2, ttl: 180s, Device-ID 'Router', length 333
22:58:57.620916 IP6 fe80::447c:75ff:fe84:7fdd.mdns > ff02::fb.mdns: 0 PTR
(QM)? 2.0.10.10.in-addr.arpa. (40)
22:58:57.620991 IP pwwrpad.local.mdns > 224.0.0.251.mdns: 0 PTR (QM)?
2.0.10.10.in-addr.arpa. (40)
22:58:58.308839 ARP, Request who-has pwwrpad.local tell 10.10.0.2, length 46
22:58:59.622211 IP6 fe80::447c:75ff:fe84:7fdd.mdns > ff02::fb.mdns: 0 PTR
(QM)? 2.0.10.10.in-addr.arpa. (40)
22:58:59.622279 IP pwwrpad.local.mdns > 224.0.0.251.mdns: 0 PTR (QM)?
2.0.10.10.in-addr.arpa. (40)
22:59:00.308839 ARP, Request who-has pwwrpad.local tell 10.10.0.2, length 46

[2259][leaf...@pwwrpad:~]$ ping 10.10.0.2
PING 10.10.0.2 (10.10.0.2) 56(84) bytes of data.
>From 10.10.0.1 icmp_seq=2 Destination Host Unreachable
>From 10.10.0.1 icmp_seq=3 Destination Host Unreachable
>From 10.10.0.1 icmp_seq=4 Destination Host Unreachable
^C
--- 10.10.0.2 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5009ms
pipe 3
[2300][leaf...@pwwrpad:~]$


23:00:51.246623 ARP, Request who-has 10.10.0.2 tell pwwrpad.local, length 28
23:00:51.251907 ARP, Reply 10.10.0.2 is-at c0:00:21:a4:00:00 (oui Unknown),
length 46
23:00:52.246623 ARP, Request who-has 10.10.0.2 tell pwwrpad.local, length 28
23:00:52.248841 ARP, Rep

Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Camaleón
On Tue, 08 Jun 2010 22:14:28 +0200, Merciadri Luca wrote:

> Camaleón writes:
> 
>> On Tue, 08 Jun 2010 18:53:29 +0200, Merciadri Luca wrote:
>>
>>> Camaleón writes:
>>
 OMG! What kind of crap e-mail client are you using? "Outlook-droid"?
 (just kidding) ;-)
>>
>>> ! The default one!
>>
>> Named...? K-9 Mail? :-?
> Yes, precisely.

Then it could be a bug on K9mail... it seems they are still implementing 
some features and functions for using GPG within the e-mail client:

gpg integration
http://code.google.com/p/k9mail/issues/detail?id=13

I'm reluctant to think that application cannot send plain text e-mails. 
Look at Relase Notes:

***
K-9 2.600
http://code.google.com/p/k9mail/wiki/ReleaseNotes
(...)
- Don't send simple text mails as multipart messages -cketti 
***

That statement seems to indicate that actually can send plain text 
messages but they are not being encoded with "Content-Type: text/plain".

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.22.04...@gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Mark
On Tue, Jun 8, 2010 at 2:22 PM, Alexander Batischev wrote:

> On Tue, Jun 08, 2010 at 01:14:25PM -0700, Mark wrote:
> > type "su", enter your password
> su requires password of root, not user's one
>
> P.S. I'm sure you know it and just made a little error, but as far as topic
> starter is a novice to terminal, I think such details should be pointed
> out.
>

Good point, I meant enter "your root password".


Re: git: Interactive rebase already started

2010-06-08 Thread T o n g
On Mon, 07 Jun 2010 13:17:37 -0500, Boyd Stephen Smith Jr. wrote:

>> I mean, how can I fix the problem? 
> 
> (git rebase --abort), 

Yep, works great!

> This isn't really a Git support group.  You may have better luck asking
> such questions on the Git mailing list.  No need to subscribe, since it
> allows posting from anyone and CC-ing the author is the norm for that
> list.

Oh, thanks, good to know. The subscription is the initial hurdle that I 
was reluctant to take since I was only to ask a question or two at the 
moment. will do. 

Thanks again.

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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/humd5u$9k...@dough.gmane.org



Re: Acer Aspire One wireless issue

2010-06-08 Thread Robert Holtzman
On Tue, Jun 08, 2010 at 11:00:13AM +0100, Lisi wrote:
> On Tuesday 08 June 2010 09:43:17 ABSDoug wrote:
> >
> > I'm already there, but not sure what I'm reading so far.
> 
> Are you sure that you clicked on the link??  It's obvious what you are 
> reading 
> there.
> 
> Search the list archives.  There was a thread on this in February which shows 
> what I did (via some helpful advice from this list) to get wireless going on 
> my Acer Aspire One.
> 
> You have received a lot of advice to do some searching/research on this 
> problem, but you do not appear to have done any.  Nor do you appear to have 
> read all the replies that you have already received. 

He seems to be following the same pattern he did on the ubuntu-users
list. He wants to be spoon fed. 

-- 
Bob Holtzman
Key ID: 8D549279
"If you think you're getting free lunch,
 check the price of the beer"


signature.asc
Description: Digital signature


Re: [OT] advice on finding programming help

2010-06-08 Thread Andrew Sackville-West
On Tue, Jun 08, 2010 at 12:24:37PM -0500, Boyd Stephen Smith Jr. wrote:
> On Tuesday 08 June 2010 12:00:02 Mark Allums wrote:
> > On 6/8/2010 11:02 AM, Boyd Stephen Smith Jr. wrote:
> > > On Tuesday 08 June 2010 10:46:03 Mark Allums wrote:
> > >> I was/am a computer guy (back in the day), but I have been out of touch
> > >> for some time.  I am looking for intermediate programming help---some
> > >> Debian-related---but in a mailing list format, not a message board
> > >> forum.
> > >> 
> > >> Any suggestions?
> > > 
> > > What language?
> > 
> > Oh, the usual suspects, particularly C/C++.
> 
> Generic help for both of these are generally on the associated newsgroups.
> 
> comp.lang.c++ or something like that.  I'm pretty sure there are some 
> services 
> that do news <-> mail bi-directional gateways; maybe gmane?

just .02 here, I personally find irc to be particularly helpful for
"bouncing ideas" when programming. It seems to have that right mix,
for me at least, of immediate help and variety of ideas without mental
gear-switching of reading API docs. 

heh, to put that in English... I find that the interactive component
of irc is more in line with how my brain functions when coding than
the longer lag times of email. But that is, of course, a personal preference.

I don't know what, if any C/C++ irc channels there are, but I'm sure
they're out there.

A


signature.asc
Description: Digital signature


Re: Acer Aspire One wireless issue

2010-06-08 Thread Alexander Batischev
On Tue, Jun 08, 2010 at 01:14:25PM -0700, Mark wrote:
> type "su", enter your password
su requires password of root, not user's one

P.S. I'm sure you know it and just made a little error, but as far as topic
starter is a novice to terminal, I think such details should be pointed out.

-- 
Regards,
Alexander Batischev


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608212227.gb6...@speedy



Re: Should squid RAM management be left to the kernel or configured explicitly?

2010-06-08 Thread Klistvud

Dne, 08. 06. 2010 17:49:56 je Boyd Stephen Smith Jr. napisal(a):

However, squid is capable of caching much more data than fits into  
RAM.


Thanx. Must definitely read up on that (when I find the time).

--
Regards,

Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1276031791.261...@compax



Re: GRUB2 - automatically generating extra entries

2010-06-08 Thread Florian Kulzer
On Tue, Jun 08, 2010 at 21:35:53 +0800, Jason Heeris wrote:
> I use runlevel 3 for non-X boots (gdm, etc is disabled), and to boot
> into it I append "3" to my "normal use" entry in the GRUB2 menu. I'd
> like to just automatically generate the extra line, so that even after
> a kernel upgrade it'll still be there (but obviously for the new
> kernel).
> 
> There was a way to do this in legacy GRUB, but it's been so long I
> can't remember what it was (I think there was an automagic kernel
> entry generation section in menu.lst?).
> 
> Is there an easy way to do this with GRUB2? I know my way around the
> GRUB2 config scripts and defaults file to some extent, but I'm no
> expert.

If you want to append additional parameters to the kernel command line,
configure it via GRUB_CMDLINE_LINUX_DEFAULT or GRUB_CMDLINE_LINUX in
/etc/default/grub.

If you want to add further entries to the grub boot menu, that can be
handled by a script in /etc/grub.d/ (see the README in that directory).

-- 
Regards,|
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608205626.ga3...@isar.localhost



Re: Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-08 Thread deloptes
Jan Hlodan wrote:

> 
> I set up Nvidia driver according to
> http://wiki.debian.org/NvidiaGraphicsDrivers I used nvidia packages from
> Sid (when I installed Squeeze, 6 months ago). I'm attaching Xorg log.
> Thank you for help!
> Regards,
> 
> Jan Hlodan

try removing the xorg.conf (or backup it somehwere) and restart X (see what
happens)
this is because recent xorg has changed a lot

if it does not help see what happens when you disable the desktop effects

an option would be to try also with the xorg's nvidia driver

regards



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/humb7m$2k...@dough.gmane.org



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Tue, 08 Jun 2010 18:53:29 +0200, Merciadri Luca wrote:
>
>> Camaleón writes:
>
>>> OMG! What kind of crap e-mail client are you using? "Outlook-droid"?
>>> (just kidding) ;-)
>
>> ! The default one!
>
> Named...? K-9 Mail? :-?
Yes, precisely.

>>> I have to admit that, being Android a Google sponsored operating
>>> system, I fail to see how these simple things are so hard to get.
>>> Really... I cannot understand it.
>
>> Same for me. Google fails for some things. I also wanted to buy the
>> Nexus; 6 months after its U.S.'s counterpart's arrival, it is still not
>> here, in Belgium!
>
> But Nexus One still uses Android platform, isn't it?
Yes.
>
>>> Even Windows Mobile (an horrible -the worst?- SO for a mobile device)
>>> is able to write plain text e-mails.
>
>> Yes. But, I can assure that Windows Mobile is the worst OS I've never
>> seen.
>
> I can say nothing but totally agree :-)
:-)

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Absence sharpens love, presence strengthens it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkwOpKQACgkQM0LLzLt8MhxJewCdEhmAWlNDDZyVK8ETRl+qxjS9
NU0An0RwfKXtSQPArM1ZqnWdfmgpJe+l
=SAi6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87wru9s2mz@merciadriluca-station.merciadriluca



Re: Acer Aspire One wireless issue

2010-06-08 Thread Mark
On Tue, Jun 8, 2010 at 11:51 AM, ABSDoug  wrote:

>
> It seems like I'm in over my head. Sounds like I'd need to take a collage
> course on Linux or have a LOT of time on my hands. I bought & read a book,
> but a lot of this stuff is still Latin to me.
>

You're not alone feeling this way starting out on Debian.  Don't give up yet
- is wireless the only thing not working?  If so, what is the output of
lspci -nn  (go to Applications ->Accessories -> Terminal, type "su", enter
your password, then type "lspci -nn" and post the output in your reply to
this email list).

Mark


Re: Acer Aspire One wireless issue

2010-06-08 Thread Arthur Machlas
>On Tue, Jun 8, 2010 at 2:14 PM, Alexander Batischev  wrote:
>>
>> On Tue, Jun 08, 2010 at 11:36:18AM -0700, ABSDoug wrote:
>> I do know I want to stick with "stable" Debian
>>
> In my opinion, there's no need to do so. Squeeze is close to freeze, soon it
> will became stable. You better run it. Personally I run it on my EeePC and 
> have
> (almost) no problems. Advantage of running testing is newer drivers. Also you
> would not need backports.
>
Agreed. For your netbook Squeeze is the best route. If it makes you
feel better though, aside from the fact that Squeeze will be stable in
the next 6 months or so (crosses fingers), your old Ubuntu friend is a
snapshot of Unstable with some patches and bugfixes.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikz0krsnhtijqgpcartzh3sqzx2f1_u-2dnr...@mail.gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Alexander Batischev
On Tue, Jun 08, 2010 at 11:36:18AM -0700, ABSDoug wrote:
> I do know I want to stick with "stable" Debian
In my opinion, there's no need to do so. Squeeze is close to freeze, soon it
will became stable. You better run it. Personally I run it on my EeePC and have
(almost) no problems. Advantage of running testing is newer drivers. Also you
would not need backports.

>> Search the list archives.  There was a thread on this in February which
>> shows what I did (via some helpful advice from this list) to get wireless
>> going on my Acer Aspire One.
> 
> This is all new to me, so I haven't figured out how to search archives. I
> only just found out archives exist.

Archives avaliable at [1]. As I said in some of my earlier replies, go to [2],
scroll down to Archives section, choose month and read!

>> You have received a lot of advice to do some searching/research on this
>> problem, but you do not appear to have done any.  Nor do you appear to have
>> read all the replies that you have already received.
> 
> I don't know how, but I was not receiving any replies. I only started seeing
> replies when I started the thread before this one.

And again - all mails sent to list are stored in archive. Go there and read all
responses you missed.

1. http://lists.debian.org/
2. http://lists.debian.org/debian-user/
-- 
Regards,
Alexander Batischev


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608191404.ga6...@speedy



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Joe  wrote:

> The first question is whether it picks up anybody's router.
> Is is a wireless problem, or a compatibility problem?
> Actually, the first first question is whether wireless is
> even turned on. I once got my Aspire One into a state where
> the wireless could not be enabled. After an hour or two, I
> turned to other things, and a couple of days later noticed
> that the wireless light was back on. I still have no idea
> why this happened.

Sorry. To be more clear, I get wireless connection in Ubuntu 9.10 & XP, but in 
Debian, no signal, not mine, not the neighbors.

> As I'm sure you know, Ubuntu is based on Debian, so it
> shouldn't be hard. Personally, while I run a Sid workstation
> and Lenny server, I've gone for Ubuntu Netbook Remix on my
> Aspire One, as Debian is a general-purpose OS, and UNR is
> targeted specifically at netbooks. Horses for courses: I
> wouldn't use Sid on a server, nor, usually, Stable on a
> workstation. I just ignore the Ubuntu kiddie stuff, and I've
> added openvpn and a bit of iptables wrangling.

My reason for coming over to Debian was the latest Ubuntu 10.04. When I run 
torrents, after a short time I lose connection. Doesn't happen in XP or 9.10. 
After I tried & failed to get a solution, I started wondering out loud how it 
was possible Ubuntu *Netbook* addition wasn't working on my netbook. That was 
when the discussion of Debian stable came up.  

> But it shouldn't be hard to see what Ubuntu is running that
> Debian isn't: you have Synaptic on Ubuntu, which I find
> easier for tracking down this kind of issue than aptitude,
> which I prefer for installation and updating. Along with
> lsmod, /var/log/dmesg and a bit of poking about in /etc,
> this should solve the problem.
> 
> UNR will run 'live', from a USB stick, so you can see what
> it does with wireless without affecting the Debian
> installation. While there's more than one way to do
> wireless, I'd stick with the way Ubuntu does it, as I know
> that works.

Or does it? It works in 9.10, but not 10.04.

> And no, if I knew more about wireless myself, I'd be more
> specific, I'm just outlining how I'd go about finding the
> trouble.

It seems like I'm in over my head. Sounds like I'd need to take a collage 
course on Linux or have a LOT of time on my hands. I bought & read a book, but 
a lot of this stuff is still Latin to me.



  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/741206.63387...@web52006.mail.re2.yahoo.com



Re: Samba share not accessible from a VPN client

2010-06-08 Thread Jesús M. Navarro
Hello, Márcio:

On Monday 07 June 2010 19:04:52 Márcio Luciano Donada wrote:
> Em 7/6/2010 13:54, H.S. escreveu:
> > Consider a LAN with a Debian machine as a router. The Debian machine
> > has three interfaces, eth0, eth1 and wlan0. The interface for VPN is
> > tun0. ,--.
> > ppp0 <--eth1eth0--192.168.0.0/24--->to LAN switch
> >
> > |  wlan0--192.168.5.0/24---> WLAN
> > |   tun0--172.16.15.0/24---> VPN
> > |__|
> >
> > Router, Samba and VPN server machine
> >
> >
> > Now, I have generated the certificates and keys for the VPN server
> > for various client.
>
> Protocol CIFS not roteable. Please read on DNS or wins server (degraded)
> for solution.

But of course CIFS is routable, why it shouldn't?

Maybe you misunderstood it with NetBEUI.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201006082042.53746.jesus.nava...@undominio.net



Re: Help for Ubuntu user trying Debian

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Chris Bannister  wrote:

> Can you login as root?

I got the installation correct finally. I can get to GUI, log in as root. It 
started another thread... can't get my wireless working on my Acer Aspire One. 



  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/999100.38299...@web52002.mail.re2.yahoo.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Lisi  wrote:


<<< Are you sure that you clicked on the link??  It's obvious what you are 
reading there. >>>

I'm quiet sure. I was reading that page when I clicked on said link... same 
exact page opened in another tab. Quite a few options, none of which are 
clearly the right one. I do know I want to stick with "stable" Debian, which 
cuts things down a bit. Backports, the more I read the less I like that idea.

<<< Search the list archives.  There was a thread on this in February which 
shows what I did (via some helpful advice from this list) to get wireless going 
on my Acer Aspire One. >>>

This is all new to me, so I haven't figured out how to search archives. I only 
just found out archives exist.

<<< You have received a lot of advice to do some searching/research on this 
problem, but you do not appear to have done any.  Nor do you appear to have 
read all the replies that you have already received. >>>

I don't know how, but I was not receiving any replies. I only started seeing 
replies when I started the thread before this one.





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/244475.33956...@web52007.mail.re2.yahoo.com



Re: segfault in strlen

2010-06-08 Thread arno
Boyd Stephen Smith Jr.  wrote:

> Please file a bug against binutils-gold if one doesn't already exist for that 
> issue.  The code you posted is almost trivially valid, so I'd say there must 
> be some serious problems with that version of binutils-gold.

I've filled bug #585051


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hum0lg$mc...@solo.fdn.fr



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Camaleón
On Tue, 08 Jun 2010 18:53:29 +0200, Merciadri Luca wrote:

> Camaleón writes:

>> OMG! What kind of crap e-mail client are you using? "Outlook-droid"?
>> (just kidding) ;-)

> ! The default one!

Named...? K-9 Mail? :-?

>> I have to admit that, being Android a Google sponsored operating
>> system, I fail to see how these simple things are so hard to get.
>> Really... I cannot understand it.

> Same for me. Google fails for some things. I also wanted to buy the
> Nexus; 6 months after its U.S.'s counterpart's arrival, it is still not
> here, in Belgium!

But Nexus One still uses Android platform, isn't it?

>> Even Windows Mobile (an horrible -the worst?- SO for a mobile device)
>> is able to write plain text e-mails.

> Yes. But, I can assure that Windows Mobile is the worst OS I've never
> seen.

I can say nothing but totally agree :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.18.24...@gmail.com




Re: [OT] advice on finding programming help

2010-06-08 Thread Boyd Stephen Smith Jr.
On Tuesday 08 June 2010 12:00:02 Mark Allums wrote:
> On 6/8/2010 11:02 AM, Boyd Stephen Smith Jr. wrote:
> > On Tuesday 08 June 2010 10:46:03 Mark Allums wrote:
> >> I was/am a computer guy (back in the day), but I have been out of touch
> >> for some time.  I am looking for intermediate programming help---some
> >> Debian-related---but in a mailing list format, not a message board
> >> forum.
> >> 
> >> Any suggestions?
> > 
> > What language?
> 
> Oh, the usual suspects, particularly C/C++.

Generic help for both of these are generally on the associated newsgroups.

comp.lang.c++ or something like that.  I'm pretty sure there are some services 
that do news <-> mail bi-directional gateways; maybe gmane?
-- 
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: [OT] advice on finding programming help

2010-06-08 Thread Mark Allums

On 6/8/2010 11:02 AM, Boyd Stephen Smith Jr. wrote:

On Tuesday 08 June 2010 10:46:03 Mark Allums wrote:

I was/am a computer guy (back in the day), but I have been out of touch
for some time.  I am looking for intermediate programming help---some
Debian-related---but in a mailing list format, not a message board forum.

Any suggestions?


What language?


Oh, the usual suspects, particularly C/C++.



In any case, sometimes there really isn't a good place to bounce questions off
of other users of your language. :(  A lot of time, it the read the docs,
guess, and test.

Debian-related stuff could go here, I suppose, but not a large percentage of
users here can also program.  If it deals with "Debian internals" (e.g. dpkg,
update-$foo, apt, etc.), then debian-devel might be able to help.



Thanks.  I have a project to implement a small interpeted language (only 
console I/O).  My implementation language is C++.  At first, it won't 
"be Debian-involved"; that will come in pretty far down the road.  I 
knew C++ to 98.6% fifteen years ago, but I'm rusty now.


(The language is internal use only at this point.  Not a language with a 
previous implementation, or I would start there.  I may GPL it at some 
future point if it ever sees the light of day.  Not a list-oriented 
project, or I would use guile as a model.)


Thanks again,

MAA


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

Archive: http://lists.debian.org/4c0e7712.8090...@allums.com



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Tue, 08 Jun 2010 16:59:20 +0200, Merciadri Luca wrote:
>
>> Camaleón writes:
>> 
>>> Google has some hits on that message. Are you sending the e-mails
>>> formatted with html? If yes, try sending them with plain text.
>
>> Thanks. However, it looks like I cannot switch to some `raw text' mode
>> on my Android phone!
>
> OMG! What kind of crap e-mail client are you using? "Outlook-droid"? 
> (just kidding) ;-)
! The default one!
>
> I have to admit that, being Android a Google sponsored operating system, 
> I fail to see how these simple things are so hard to get. Really... I 
> cannot understand it.
Same for me. Google fails for some things. I also wanted to buy the
Nexus; 6 months after its U.S.'s counterpart's arrival, it is still
not here, in Belgium!
>
> Even Windows Mobile (an horrible -the worst?- SO for a mobile device) is 
> able to write plain text e-mails.
Yes. But, I can assure that Windows Mobile is the worst OS I've never seen.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

In the land of the blind, the one-eyed man is king.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkwOdYkACgkQM0LLzLt8MhwEjgCeIioq2y+DJiOlyg2IFulUUA8p
o6EAnRJY3n7hGcAOa9+HsmGTYe+bv4rn
=wGtn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87aar5xy7q@merciadriluca-station.merciadriluca



Re: [SOLVED, SUPERFICIALLY] Re (8): xorg-server failing on IBM NetVista with Intel 82815 video

2010-06-08 Thread Stephen Powell
On Tue, 08 Jun 2010 12:24:26 -0400 (EDT), Peter Easthope wrote:
> "Stephen Powell"  wrote:
>> Please consider a reinstall first. 
> 
> Done, using the Squeeze Alpha1 installer CD snagged at 2010-05-27.
> Keeping the home partition intact is a helpful capability.  
> Thanks, but see following.
> 
> The monitor complaining about the undefined video mode 
> gave no display at all on another machine.  The NetVista 
> now has a working monitor.  One problem solved.

My guess is that this problem was solved by a newer
driver which got installed with the fresh install.
> 
> X still failed with these being the last lines to the screen.
> waiting for X server to shut down ...error setting MTRR (base = 0xf800, 
> size
>  = 0x0900, type = 1) Inappropriate ioctl for device (25)
> 
> While blundering yesterday evening I realized that X 
> works for root!  Made a new test account and X works 
> there also.  
> 
> I began removing ~/.* files and retrying startx.  The 
> last two removed were .Xauthority and .xinitrc. 
> X then worked.  X was broken before .xinitrc was added 
> and .xinitrc now contained only comments.  So .Xauthority 
> appears to have disabled X.  

I figured it had something to do with one of those .x* files.
> 
> As I understand, hidden configuration files were invented 
> in the days of teletype machines to make the output of 
> ls tolerable.  Now there are hidden directories  with 
> dozens of hidden files in total.  I can't help but wonder 
> about the wisdom.  A hidden file disabling X with no 
> indication in Xorg.0.log seems bad.

To quote chief engineer Montgomery Scott from the movie
Star Trek III: The Search for Spock,

   "The more they over-tink the plumbing, the easier it is to
   stop up the drain."

More complexity means more things can go wrong.
> 
> Thanks for the help Stephen,

You're welcome.  I'm glad you finally got it working.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/934364230.47450.1276015805332.javamail.r...@md01.wow.synacor.com



[SOLVED, SUPERFICIALLY] Re (8): xorg-server failing on IBM NetVista with Intel 82815 video

2010-06-08 Thread peasthope
*   Date: Wed, 26 May 2010 17:41:29 -0400 (EDT)
*   From: Stephen Powell 
> Please consider a reinstall first. 

Done, using the Squeeze Alpha1 installer CD snagged at 2010-05-27.
Keeping the home partition intact is a helpful capability.  
Thanks, but see following.

The monitor complaining about the undefined video mode 
gave no display at all on another machine.  The NetVista 
now has a working monitor.  One problem solved.

X still failed with these being the last lines to the screen.
waiting for X server to shut down ...error setting MTRR (base = 0xf800, size
 = 0x0900, type = 1) Inappropriate ioctl for device (25)

While blundering yesterday evening I realized that X 
works for root!  Made a new test account and X works 
there also.  

I began removing ~/.* files and retrying startx.  The 
last two removed were .Xauthority and .xinitrc. 
X then worked.  X was broken before .xinitrc was added 
and .xinitrc now contained only comments.  So .Xauthority 
appears to have disabled X.  

As I understand, hidden configuration files were invented 
in the days of teletype machines to make the output of 
ls tolerable.  Now there are hidden directories  with 
dozens of hidden files in total.  I can't help but wonder 
about the wisdom.  A hidden file disabling X with no 
indication in Xorg.0.log seems bad.

Thanks for the help Stephen,

   ... Peter E.



-- 
Carnot is down, waiting for a disk replacement.
Personal site works;  http://members.shaw.ca/peasthope/ .


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171056520.38426.332...@cantor.invalid



Re: [OT] advice on finding programming help

2010-06-08 Thread Boyd Stephen Smith Jr.
On Tuesday 08 June 2010 10:46:03 Mark Allums wrote:
> I was/am a computer guy (back in the day), but I have been out of touch
> for some time.  I am looking for intermediate programming help---some
> Debian-related---but in a mailing list format, not a message board forum.
> 
> Any suggestions?

What language?

In any case, sometimes there really isn't a good place to bounce questions off 
of other users of your language. :(  A lot of time, it the read the docs, 
guess, and test.

Debian-related stuff could go here, I suppose, but not a large percentage of 
users here can also program.  If it deals with "Debian internals" (e.g. dpkg, 
update-$foo, apt, etc.), then debian-devel might be able to help.
-- 
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: Acer Aspire One wireless issue

2010-06-08 Thread Sven Hoexter
On Tue, Jun 08, 2010 at 10:09:17AM -0500, Hugo Vanwoerkom wrote:
> ABSDoug wrote:
>> I'm new to Debian, over from Ubuntu. Wireless on the AA1 does not pick 
>> up my router. Any advice? TIA 
>
> I see in http://www.sudhian.com/index.php?/forums/viewthread/104489/  
> after googling for Acer+Aspire+One+debian wireless
>
> ...
> Now wireless does’nt seem to work out of the box so you need to:

At least for the older AAO models like the 110 I'd recommend to use the
2.6.32 kernel from backports.org. The ath5k driver is much more stable
for me. Beside that you'll need the acpid from backports.org aswell.

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608154913.ge21...@colin.lan



Re: segfault in strlen

2010-06-08 Thread Boyd Stephen Smith Jr.
On Tuesday 08 June 2010 07:14:15 a...@renevier.net wrote:
> a...@renevier.net wrote:
> > hi, I experience a segfault when using  strlen. First time it happened
> > was when doing:
> > strlen(argv[0])
> 
> I investigated more. Actually, for some reason, I had binutils-gold
> installed. Removing it to use standard binutils fixes the problem.

Please file a bug against binutils-gold if one doesn't already exist for that 
issue.  The code you posted is almost trivially valid, so I'd say there must 
be some serious problems with that version of binutils-gold.
-- 
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: ls has stopped using the ISO date format

2010-06-08 Thread H. S.
Just saw your message by chance. I read this list only on gmane.
Replying to ML now.

On Thu, Jun 3, 2010 at 11:30 AM, Daniel Barclay  wrote:
> Doesn't the scanning software at least set the digitization time to the
> time at which you scanned the photos in?

Yes, it does. But that is of no use to me since it doesn't reflect the
time of the photo taken.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimwwuhhzhpupgovups12hwcfafv4mkj1bbbp...@mail.gmail.com



Re: Should squid RAM management be left to the kernel or configured explicitly?

2010-06-08 Thread Boyd Stephen Smith Jr.
On Sunday 06 June 2010 08:38:47 Klistvud wrote:
> Do you think there would be any point in
> optimizing the squid.conf MEMORY CACHE OPTIONS (such as cache_mem,
> maximum_object_size_in_memory and memory_replacement_policy), or would
> it just "duplicate" the caching provided by the kernel? I mean, aren't
> all those objects already being held *in RAM* anyway?

If your squid cache size is always smaller than the RAM available to the squid 
process(es), then I wouldn't worry about it.

However, squid is capable of caching much more data than fits into RAM.  In 
that case, you'll want to tweak squid's memory settings so that it 
appropriately chooses what objects to cache on disk.
-- 
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.


[OT] advice on finding programming help

2010-06-08 Thread Mark Allums
I was/am a computer guy (back in the day), but I have been out of touch 
for some time.  I am looking for intermediate programming help---some 
Debian-related---but in a mailing list format, not a message board forum.


Any suggestions?


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

Archive: http://lists.debian.org/4c0e65bb.8060...@allums.com



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Camaleón
On Tue, 08 Jun 2010 16:59:20 +0200, Merciadri Luca wrote:

> Camaleón writes:
> 
>> Google has some hits on that message. Are you sending the e-mails
>> formatted with html? If yes, try sending them with plain text.

> Thanks. However, it looks like I cannot switch to some `raw text' mode
> on my Android phone!

OMG! What kind of crap e-mail client are you using? "Outlook-droid"? 
(just kidding) ;-)

I have to admit that, being Android a Google sponsored operating system, 
I fail to see how these simple things are so hard to get. Really... I 
cannot understand it.

Even Windows Mobile (an horrible -the worst?- SO for a mobile device) is 
able to write plain text e-mails.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.15.30...@gmail.com



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Tue, 08 Jun 2010 14:05:02 +0200, Merciadri Luca wrote:
>
>> I am using AVG on my Android device to sign messages using my private
>> key. 
>
> "AVG"? May I ask what piece of code is that? :-)
>
> I thought AVG was an antivirus.
>
>> The problem is that, if I send an e-mail to myself, and that I read
>> it on my station computer (w. Debian Lenny), Thunderbird (with enigmail)
>> tells me `No valid armored OpenPGP data block found.' Would that mean
>> that AVG is not part of OpenPGP? What can I do? Thanks.
>
> Google has some hits on that message. Are you sending the e-mails 
> formatted with html? If yes, try sending them with plain text.
Thanks. However, it looks like I cannot switch to some `raw text' mode
on my Android phone!

- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Remember. If something can go wrong, it will. 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkwOWsgACgkQM0LLzLt8MhyK2gCfZXmlWoOE1XBY3X/ChnYqLRuL
/aQAoJxnn8Ce+v9peRj9eLsfhMwABHn4
=X7EE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87d3w1vad3@merciadriluca-station.merciadriluca



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Tue, 08 Jun 2010 14:05:02 +0200, Merciadri Luca wrote:
>
>> I am using AVG on my Android device to sign messages using my private
>> key. 
>
> "AVG"? May I ask what piece of code is that? :-)
>
> I thought AVG was an antivirus.
>
>> The problem is that, if I send an e-mail to myself, and that I read
>> it on my station computer (w. Debian Lenny), Thunderbird (with enigmail)
>> tells me `No valid armored OpenPGP data block found.' Would that mean
>> that AVG is not part of OpenPGP? What can I do? Thanks.
>
> Google has some hits on that message. Are you sending the e-mails 
> formatted with html? If yes, try sending them with plain text.
THe message seems to be sent in HTML, actually. But that looks like an
Android-related issue. I'm asking there:
http://androidforums.com/android-lounge/95234-sending-e-mails-plain-text.html#post892456
how I could do it. Thanks.
- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Don't take life too seriously; you'll never get out of it alive.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAkwOXKMACgkQM0LLzLt8MhzZXQCfeCsnwju6ZZzObnNcLvPEMdMw
SDwAmQHujiOUIPvWyB/l8Z5+XCNcWsih
=fxIS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/874ohdy34r@merciadriluca-station.merciadriluca



Re: Acer Aspire One wireless issue

2010-06-08 Thread Hugo Vanwoerkom

ABSDoug wrote:
I'm new to Debian, over from Ubuntu. Wireless on the AA1 does not pick up my router. Any advice? TIA 


I see in http://www.sudhian.com/index.php?/forums/viewthread/104489/ 
after googling for Acer+Aspire+One+debian wireless


...
Now wireless does’nt seem to work out of the box so you need to:

Make sure that non-free and contrib are selected in the package list.

Open a terminal and type the following:

#su
#(Your root password)

# apt-get update
# apt-get install build-essential module-assistant madwifi-source
# m-a prepare
# m-a auto-install madwifi

WIRELESS LED:

To get your awesome wireless led to blink for you based on traffic, put 
these lines in /etc/rc.local, just above the string exit 0 (below 
doesn’t work).


#su
#(your root password)

now choose your editor of choice, i prefer gedit so I type the following

#gedit /etc/rc.local

Now add the following two lines above (exit 0)

sysctl -w dev.wifi0.ledpin=3 (For it to be a constant light change 
it to “-3")

sysctl -w dev.wifi0.softled=1

Now for the wifi kill switch uses these keycodes (also to use in rc.local):

/usr/bin/setkeycodes e055 159
/usr/bin/setkeycodes e056 158
...

Hugo


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

Archive: http://lists.debian.org/hulmet$gg...@dough.gmane.org



Re: Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-08 Thread Camaleón
On Tue, 08 Jun 2010 13:51:18 +0200, Jan Hlodan wrote:

> after upgrading KDE to 4.4, xorg process takes 50 - 90% of CPU and makes
> desktop really slow.
> I didn't find anything relevant, so if you can take a look at these
> outputs and give me some solution, I'll be very grateful.

(...)

It seems that several users (from different distributions) were facing 
that behaviour:

***
Xorg 100% CPU usage after upgrade
http://bbs.archlinux.org/viewtopic.php?id=94270
***

Verify that you have the latest "xorg" packages available.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.14.58...@gmail.com



Re: Help new Debian user

2010-06-08 Thread R. Tyson
On Tue, 8 Jun 2010 15:24:25 +0100
"R. Tyson"  wrote:

> On Mon, 7 Jun 2010 13:37:22 -0700 (PDT)
> ABSDoug  wrote:
> 
> > --- On Mon, 6/7/10, Andrei Popescu  wrote:
> > 
> > > 
> > > Read the replies you got to your previous mail ;)
> > > 
> > > Regards,
> > > Andrei
> > > P.S. Sorry for the CC, I assumed you are not subscribed.
> > 
> > 
> > Damn, I didn't see ANY responds to my post. But I'm seeing this one. Now 
> > what?
> > 
> 
> Do what you did on the Ubuntu group ask endless questions and don't 
> follow up on any advice.
> 
> Got to the stage where a number of guys accused you of being a "troll".
> 
> Last I saw you were going to abandon Ubuntu (or Linux can't remember which), 
> you are supposed to have quite a bit of experience of sorting out M$ Windows. 
> You were going to file a bug report. Should I file a bug report. Will it help 
> anyone if I file one? How do I file a bug report etc,etc,etc.

Oh I forgot
You had done several installs of the latest Ubuntu and your problem was... 
torrents wasn't working. Apart from that your Ubuntu installation was working 
but - you must have torrents !

Now it appears that you have even lost the knack of installing as well as still 
not discovering how to try and help yourself.



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608154442.d8c377ef.tyso...@btinternet.com



Re: Help new Debian user

2010-06-08 Thread R. Tyson
On Mon, 7 Jun 2010 13:37:22 -0700 (PDT)
ABSDoug  wrote:

> --- On Mon, 6/7/10, Andrei Popescu  wrote:
> 
> > 
> > Read the replies you got to your previous mail ;)
> > 
> > Regards,
> > Andrei
> > P.S. Sorry for the CC, I assumed you are not subscribed.
> 
> 
> Damn, I didn't see ANY responds to my post. But I'm seeing this one. Now what?
> 

Do what you did on the Ubuntu group ask endless questions and don't follow 
up on any advice.

Got to the stage where a number of guys accused you of being a "troll".

Last I saw you were going to abandon Ubuntu (or Linux can't remember which), 
you are supposed to have quite a bit of experience of sorting out M$ Windows. 
You were going to file a bug report. Should I file a bug report. Will it help 
anyone if I file one? How do I file a bug report etc,etc,etc.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608152425.8a23140d.tyso...@btinternet.com



Re: `No valid armored OpenPGP data block found'

2010-06-08 Thread Camaleón
On Tue, 08 Jun 2010 14:05:02 +0200, Merciadri Luca wrote:

> I am using AVG on my Android device to sign messages using my private
> key. 

"AVG"? May I ask what piece of code is that? :-)

I thought AVG was an antivirus.

> The problem is that, if I send an e-mail to myself, and that I read
> it on my station computer (w. Debian Lenny), Thunderbird (with enigmail)
> tells me `No valid armored OpenPGP data block found.' Would that mean
> that AVG is not part of OpenPGP? What can I do? Thanks.

Google has some hits on that message. Are you sending the e-mails 
formatted with html? If yes, try sending them with plain text.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.13.55...@gmail.com



GRUB2 - automatically generating extra entries

2010-06-08 Thread Jason Heeris
I use runlevel 3 for non-X boots (gdm, etc is disabled), and to boot
into it I append "3" to my "normal use" entry in the GRUB2 menu. I'd
like to just automatically generate the extra line, so that even after
a kernel upgrade it'll still be there (but obviously for the new
kernel).

There was a way to do this in legacy GRUB, but it's been so long I
can't remember what it was (I think there was an automagic kernel
entry generation section in menu.lst?).

Is there an easy way to do this with GRUB2? I know my way around the
GRUB2 config scripts and defaults file to some extent, but I'm no
expert.

Cheers,
Jason Heeris


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktiki7zosxhb9wbf-llil_j4zwgcsw97ua8e2g...@mail.gmail.com



Re: segfault in strlen

2010-06-08 Thread arno
a...@renevier.net wrote:
> 
> hi, I experience a segfault when using  strlen. First time it happened was
> when doing:
> strlen(argv[0]), but it also happens when doing strlen(stdup(argv[0])) and in
> some other configurations. When a string triggers a segfault, I can printf it
> correctly, what's more: I can also traverse the string and detect final '\0' 
> at
> its correct place (so, what's wrong with strlen?).

I investigated more. Actually, for some reason, I had binutils-gold installed.
Removing it to use standard binutils fixes the problem.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hulc6m$8m...@solo.fdn.fr



Re: New to Debian (what I've done so far)

2010-06-08 Thread Chris Bannister
On Mon, Jun 07, 2010 at 03:37:27PM -0700, ABSDoug wrote:
> I'm in Windows right now for my iPhone... SO slow, that last blank E-mail was 
> a Windows freeze issue. 

That message alone will get you quite a bit of help. :)_

-- 
"Religion is excellent stuff for keeping common people quiet."
   -- Napoleon Bonaparte


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608133749.gf18...@fischer



Re: segfault in strlen

2010-06-08 Thread Steve Kemp
On Tue Jun 08, 2010 at 10:55:03 +, a...@renevier.net wrote:

> its correct place (so, what's wrong with strlen?).

  I'm going to guess hardware problem.  Code looks valid, code works
 for me.

  Run "memtest" on your machine and see if that throws out any errors?

Steve
--
Let me steal your soul?
http://stolen-souls.com


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608125647.ga28...@steve.org.uk



Re: Help new Debian user

2010-06-08 Thread Chris Bannister
On Mon, Jun 07, 2010 at 01:37:22PM -0700, ABSDoug wrote:
> --- On Mon, 6/7/10, Andrei Popescu  wrote:
> 
> > 
> > Read the replies you got to your previous mail ;)
> > 
> > Regards,
> > Andrei
> > P.S. Sorry for the CC, I assumed you are not subscribed.
> 
> 
> Damn, I didn't see ANY responds to my post. But I'm seeing this one. Now what?

To SUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "subscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/963929.93277...@web52008.mail.re2.yahoo.com

-- 
"Religion is excellent stuff for keeping common people quiet."
   -- Napoleon Bonaparte
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608132526.ge18...@fischer



`No valid armored OpenPGP data block found'

2010-06-08 Thread Merciadri Luca
Hi,

I am using AVG on my Android device to sign messages using my private
key. The problem is that, if I send an e-mail to myself, and that I read
it on my station computer (w. Debian Lenny), Thunderbird (with enigmail)
tells me `No valid armored OpenPGP data block found.' Would that mean
that AVG is not part of OpenPGP? What can I do? Thanks.

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.





signature.asc
Description: OpenPGP digital signature


Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-08 Thread Jan Hlodan
Hello,
after upgrading KDE to 4.4, xorg process takes 50 - 90% of CPU and
makes desktop really slow.
I didn't find anything relevant, so if you can take a look at these
outputs and give me some solution, I'll be very grateful.

$ uname -a
Linux napsugaram 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010
i686 GNU/Linux

Platform Version 4.4.3 (KDE 4.4.3)

I don't have xorg.conf only XF86Config:

$ cat /etc/X11/XF86Config
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (bui...@murphy)  Wed Jan  6 13:10:50 UTC 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (bui...@ninsei)  Fri Sep  5 22:23:08 UTC 2008

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load   "dbe"
Load   "extmod"
Load   "type1"
Load   "freetype"
Load   "glx"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Samsung SyncMaster"
HorizSync   30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "Quadro NVS 130M"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth   24
EndSubSection
EndSection
$

$ aptitude search nvidia
p   nvidia-cg-toolkit   - NVIDIA Cg Toolkit
Installer
i   nvidia-glx  - NVIDIA binary Xorg
driver
p   nvidia-glx-dev  - NVIDIA binary Xorg
driver development files
v   nvidia-kernel-195.36.24 -
i   nvidia-kernel-2.6.32-trunk-686  - NVIDIA binary kernel
module for Linux 2.6.32-trunk-686
i   nvidia-kernel-common- NVIDIA binary kernel
module support files
i A nvidia-kernel-dkms  - NVIDIA binary kernel
module DKMS source
i   nvidia-kernel-source- NVIDIA binary kernel
module source
p   nvidia-libvdpau-dev - NVIDIA vdpau
development files
p   nvidia-libvdpau1- NVIDIA vdpau
libraries
v   nvidia-libvdpau1-dev-
i   nvidia-settings - Tool for configuring
the NVIDIA graphics driver
p   nvidia-vdpau-driver - NVIDIA vdpau driver
i   nvidia-xconfig  - The NVIDIA X
Configuration Tool
$

$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G86M [Quadro NVS
130M] (rev a1)

$ glxinfo | egrep "glx (vendor|version)"
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4

$ grep Driver /etc/X11/XF86Config 2>&1|grep nvidia
Driver "nvidia"

$ glxinfo |grep rendering
direct rendering: Yes

I set up Nvidia driver according to http://wiki.debian.org/NvidiaGraphicsDrivers
I used nvidia packages from Sid (when I installed Squeeze, 6 months ago).
I'm attaching Xorg log.
Thank you for help!
Regards,

Jan Hlodan

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-686 i686 Debian
Current Operating System: Linux napsugaram 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 root=UUID=9be8fe41-5bff-4616-ba0f-c41544e1226b ro quiet
Build Date: 04 May 2010  03:43:42PM
xorg-server 2:1.7.7-1 (Julien Cristau ) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun  8 13:04:40 2010
(==) Using config file: "/etc/X11/XF86Config"

Re: Some clarification is needed on Debian repos.

2010-06-08 Thread Chris Bannister
On Mon, Jun 07, 2010 at 08:44:10AM -0700, Alan Ianson wrote:
> On Mon, 2010-06-07 at 21:51 +0700, Sthu Deus wrote:
> > Good day.
> > 
> > Could You please explain, should some security testing repo be
> > specified for a stable + testing Debian, or stable, updates and testing
> > repos is all that should be enabled for the stable, testing with all
> > *for the repos* security fixes?
> > 
> > In other words, is there a security repo for testing as there is a
> > security repo for stable?
> 
> Yes, the security lines in my /etc/apt/sources.list looks like this.
> 
> deb http://security.debian.org/ lenny/updates main contrib non-free
> 
> deb-src http://security.debian.org/ lenny/updates main contrib  non-free
> 
> The deb-src line wrapped, it should all be on one line.

You don't need the deb-src line, unless you are going to do any
compiling, and even then it would probably be unlikely that you'd be
needing any sources from security.debian.org.

 
> > Also, does security team works with volatile repo and therefore can be
> > used for stable only system?


http://www.debian.org/devel/debian-volatile/

http://en.wikipedia.org/wiki/Debian

-- 
"Religion is excellent stuff for keeping common people quiet."
   -- Napoleon Bonaparte


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608125413.gd18...@fischer



Re: Help for Ubuntu user trying Debian

2010-06-08 Thread Chris Bannister
> > On Sun, Jun 6, 2010 at 6:47 PM, ABSDoug  wrote:
> > 
> > > I'm real weak on the terminal. When I was doing the GUI install, I could
> > > not get a wireless connection(router is physically located in a part of 
> > > the
> > > house I DON'T rent). So now I boot up & get the terminal. Trying to 
> > > install
> > > Gnome got me no where. What do I do next? TIA!

Can you login as root?

-- 
"Religion is excellent stuff for keeping common people quiet."
   -- Napoleon Bonaparte


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608124227.gc18...@fischer



segfault in strlen

2010-06-08 Thread arno

hi, I experience a segfault when using  strlen. First time it happened was
when doing:
strlen(argv[0]), but it also happens when doing strlen(stdup(argv[0])) and in
some other configurations. When a string triggers a segfault, I can printf it
correctly, what's more: I can also traverse the string and detect final '\0' at
its correct place (so, what's wrong with strlen?).

see demo crash below. I'm using libc6 and libc6-dev
versions 2.11.1-2 from unstable, and gcc 4.4.4-4 (also from unstable). Here is
a small code that triggers the segfault with some comments explaining the
issue. All I get in gdb is that segfault happens in strlen, even after
installing libc6-dbg. How can I debug this issue more ?
thanks


// compile with gcc -o test test.c
#include 
#include 


int
main(int argc, char **argv)
{
const char *path = argv[0];
// all those path definitions will result in a crash in strlen
//const char* path = "path\0";
//const char* path = "path";
//const char* path = strdup(argv[0]);

// prints command name correctly
printf("command is: %s\n", path);

int i = 0;
for (i = 0; i < 1020; i++) {
if (path[i] == '\0') {
break;
}
}
// XXX: prints correct string length
printf("computed length: %d\n", i);

// crashes:
// (gdb) where
// #0  0x00401a00 in strlen ()
// #1  0x004005dc in main ()
printf("command length: %d\n", strlen(path));
return 0;
}


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hul7i7$uj...@solo.fdn.fr



Re: Mplib.pm wanted.

2010-06-08 Thread Chris Bannister
> On Tue, Jun 01, 2010 at 02:02:54AM +0700, Sthu Deus wrote:
> > I need a perl module called Mplib.pm .

Maybe the dh-make-perl package can be of use?

-- 
"Religion is excellent stuff for keeping common people quiet."
   -- Napoleon Bonaparte


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608121602.gb18...@fischer



Re: Debian on a Dell r310?

2010-06-08 Thread Camaleón
On Mon, 07 Jun 2010 16:58:23 -0400, Justin Sherrill wrote:

(...)

> Can someone point me at:
> 
> A: a driver release that might support this?  (I think it would be
> megaraid_sas) 

IIRC, Perc 6/iR card uses "mptsas" driver.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.06.08.10.25...@gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Lisi
On Tuesday 08 June 2010 09:43:17 ABSDoug wrote:
> --- On Tue, 6/8/10, Javier Barroso  wrote:
>
> From: Javier Barroso 
>
> Please search in google, and read docs, before asking here,
>
>
> See:
>
> http://tinyurl.com/39382pz
>
> +++
>
> I'm already there, but not sure what I'm reading so far.

Are you sure that you clicked on the link??  It's obvious what you are reading 
there.

Search the list archives.  There was a thread on this in February which shows 
what I did (via some helpful advice from this list) to get wireless going on 
my Acer Aspire One.

You have received a lot of advice to do some searching/research on this 
problem, but you do not appear to have done any.  Nor do you appear to have 
read all the replies that you have already received. 

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201006081100.13786.lisi.re...@gmail.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug
--- On Tue, 6/8/10, Javier Barroso  wrote:

From: Javier Barroso 

Please search in google, and read docs, before asking here,


See:

http://tinyurl.com/39382pz

+++

I'm already there, but not sure what I'm reading so far.



  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/216581.39818...@web52003.mail.re2.yahoo.com



Re: Acer Aspire One wireless issue

2010-06-08 Thread Thierry Chatelet
On Tuesday 08 June 2010 09:45:18 ABSDoug wrote:
> Acer Aspire One

A simple search "Acer  Aspire One debian" should help you a lot
Thierry


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201006081039.50747.tchate...@free.fr



Acer Aspire One wireless issue

2010-06-08 Thread ABSDoug

I'm new to Debian, over from Ubuntu. Wireless on the AA1 does not pick up my 
router. Any advice? TIA 


  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/638576.3082...@web52006.mail.re2.yahoo.com



Re: New to Debian (what I've done so far)

2010-06-08 Thread ABSDoug
Sorry... I messed up! I thought I had made a disk with the full install... I 
made another copy of the net install. I've got it working. Now for getting my 
wireless working. I'll start another thread.



  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/173342.2134...@web52003.mail.re2.yahoo.com



Re: Where is the Xorg.conf - to setup XKB layouts on Squeeze?

2010-06-08 Thread Paul Chany
Javier Vasquez  writes:

> On 6/6/10, Paul Chany  wrote:
>> Javier Vasquez  writes:
>>
>>> xorg.conf accepts the following server flags:
>>>
>>> Section "ServerFlags"
>>> Option  "AutoAddDevices""False"
>>> Option  "AllowEmptyInput"   "False"
>>> EndSection
>>>
>>> If you have them, then you must specify the keyboard and mouse
>>> configurations on xorg.conf, and xorg won't autodetect them through
>>> whether hal or udev, but only will use what is specified under
>>> xorg.conf.

>> Now when I have beside /etc/default/keyboard
>> ***
>> XKBMODEL="pc105"
>> XKBLAYOUT="hu,hr,cs"
>> XKBVARIANT="nodeadkeys"
>> XKBOPTIONS=""
>> ***
>>
>> the /etc/X11/xorg.conf file too
>> ***
>> Section "InputDevice"
>> Identifier  "Keyboard0"
>> Driver  "kbd"
>> Option  "XkbRules" "xorg"
>> Option  "XkbModel" "pc105"
>> Option  "XkbLayout" "hu,hr,cs"
>> Option  "XkbVariant" "nodeadkeys"
>> EndSection
>> ***
>>
>> I try out that that I rename xorg.conf so Xorg not to find it at start
>> and keep the /etc/default/keyboard file only. After I rebooted I get the
>> multi layout XWindow system wit Hungaruan, Croatian and Serbian Cyrillic
>> languages.
>>
>> However I have installed hal but that isn't necessary to get this setup
>> to work, right?

> Well I don't know.  it depends on the Xorg version you have.  Some
> time back autodetection was using hal for that purpose.  Newer Xorg
> uses udev.  If the Xorg you're using relies on hal, you need it (I
> presume you can try uninstalling, then if it's not a dependency things
> will still work, and if it it, you'll have to reinstall it, perhaps
> even xorg-server will uninstall if hal is a dependency)...

I have installed xserver-xorg version 1:7.5+6
I have now uninstalled hal and fookb-wmaker still may switch xkeyboard
layouts.

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87pr02ugsf@debian-laptop.localdomain



Re: Where is the Xorg.conf - to setup XKB layouts on Squeeze?

2010-06-08 Thread Tzafrir Cohen
On Sat, Jun 05, 2010 at 06:39:03PM +0200, Wolodja Wentland wrote:

> There are a variety of ways to *switch* keymaps within X and most
> desktop environments provide their own tools to do so.
> (gnome-keyboard-properties for example), but you can always use a tool
> such as "setxkbmap" to switch to a different keymap without the need to
> run "gnome-settings-daemon" (or other applicable DE daemons/tools). It is
> fairly easy to define hotkeys that trigger different "setxkbmap"
> commands in most window managers.

setxkbmap *defines* the layouts. Using it to *switch* between layouts is
broken. IIRC KDE's default switcher was once broken in that sense.

Most keyboard switchers just switch between the existing layouts.
Alt-Shift and such are handled by X.

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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100608071806.gq16...@pear.tzafrir.org.il



Re: Should squid RAM management be left to the kernel or configured explicitly?

2010-06-08 Thread Klistvud

Dne, 06. 06. 2010 15:38:47 je Klistvud napisal(a):

Bump!

--
Regards,

Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1275980845.32062...@compax



Re: which 2g/3g wireless (USB) cards are supported by kernel 2.6.18-6

2010-06-08 Thread Klistvud

Dne, 07. 06. 2010 00:00:32 je Long Wind napisal(a):

By 2g/3g, I mean GSM 3G


Bumping this as I don't know zilch about GSM 3G cards but surely  
somebody else does?


--
Regards,

Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1275980605.32062...@compax