GITweb

2009-08-08 Thread Suno Ano
Hi folks,

I put together some info about installing GITweb
http://sunoano.name/ws/public_xhtml/scm.html#gitweb

maybe someone finds it useful :-]


pgpm50QKmDdLg.pgp
Description: PGP signature


About Image File.

2009-08-08 Thread amar sv
*Sir/Madam,*
 * I am using Intel Core Duo processor. I am not sure to use which of
the Debian Image File for Download.
Please help me for the Right choice.
*

*Further Details of my System.*
* Intel(R) Core(TM) Duo CPU
   T2450 @ 2.00Ghz
  798MHz, 0.99GB of RAM*


Re: How to install Java in Lenny?

2009-08-08 Thread Florian Weimer
* Edward C. Jones:

> I installed sun-java5-bin from sid non-free. I still get the error message.

This works, even with OpenJDK:

appletviewer 
'http://radar.weather.gov/radar.php?rid=lwx&product=N0R&overlay=1110&loop=yes'


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



Re: DNS Spoof query

2009-08-08 Thread Florian Weimer
* Daniel D. Jones:

> After doing that, my Snort report from my Debian server started
> showing the following:
>
> 62  192.168.2.10 209.170.146.89   DNS SPOOF query response with TTL of 1 
> min. and no authority

This Snort rule appears to be complete bogus.


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



Re: bug report for the ogss shell?

2009-08-08 Thread John Haggerty
Actually looking at this I seem to have found this is based on "libgmail"
which is in package python-libgmail 0.1.11-2 which was supposed "closed" for
freedom from bugs :(
The error I seem to keep seeing is an error in sendMessage routine but I
lack the present python skills to fix it as well :(

And what's worse is that I found a bare minimum of 2 other implimentations
of the "send gmail email through python" but they are all using generic mime
and not for the remote command execution through the email service

Just great :(

On Sat, Aug 8, 2009 at 6:25 PM, John Haggerty  wrote:

> I locate the following software which may be of use for some of my problems
> 1) use an existing way to log info via email (in this case google's) 2)
> attempting to do so remotely to affect logs on a machine
>
> Towards that end I located the following
>
> http://freshmeat.net/projects/ogss-open-gmail-sms-shell
>
> It seems to be good but then there hasn't been an update in something like
> 4 months.
>
> (granted this may not be 100% perfect I would love some pointers to some
> generic either python or moer general app supoprt besides the author)
>
> I have the following error when I attempt to use the software to login to
> my gmail account (a's is the character length of the login and X's are
> character length of the password z's are the mobile number and yy is the
> carrier id string in the instructions) ow...@bouncyinc:~/Desktop/OGSS$
> sudo python ogss.py aa xxx zzz-zzz- yy
> [sudo] password for owner: Starting ogss Logfile at:/home/owner/ogss.log
> Opening log file for reading Parsing user input Connecting to Gmail Logging
> into Gmail Opening log file for writing Traceback (most recent call last):
> File "ogss.py", line 127, in  main(sys.argv) File "ogss.py", line
> 81, in main account.sendMessage(instructions) File
> "/usr/lib/python2.5/site-packages/libgmail.py", line 617, in sendMessage
> raise GmailSendError, resultInfo[SM_MSG] libgmail.GmailSendError: Please try
> again. At that point it claims that there is a "send error" which I don't
> quite understand is there a way to fix this to allow this to work?


Re: Package Version Numbers

2009-08-08 Thread Jaime Tarrant
* Jeff Grossman (j...@stikman.com) wrote:
> I am running Debian Stable on a server.  I downloaded the source
> package for PHP so I could remove the Suhosin patch.  It was causing a
> lot of problems with my scripts.  I have a question regarding what I
> should call the new packages that I am building.  The package in
> stable right now is called "5.2.6.dfsg.1-1+lenny3".  I called my new
> packages "5.2.6.dfsg.1-1+lenny3+custom1".  I have the following
> settings in my apt.conf file in case I ever need to install anything
> from testing or unstable:
> 
> Package: *
> Pin: release a=lenny-backports
> Pin-Priority: 800
> 
> Package: *
> Pin: release a=volatile
> Pin-Priority: 600
> 
> Package: *
> Pin: release a=stable
> Pin-Priority: 500
> 
> Package: *
> Pin: release a=testing
> Pin-Priority: 300
> 
> Package: *
> Pin: release a=unstable
> Pin-Priority: 200
> 
> But, now aptitude wants to install the PHP package from testing when I
> do a safe-upgrade.  What should I have called my custom build PHP
> package so it would not want to upgrade it to testing?
> 
> Thanks for any help you can offer me.
> 
> Jeff

Hi Jeff, 

My understanding is that these days the best/standard place to put your
apt pinning configuration is in the /etc/apt/preferences file. This
might explain why apt(itude) is trying to pull packages from
testing/unstable, as apts default behaviour is to go for the highest
available version that it can find. 

You may, although it is not really essential if you also have release
preferences configured as above, put the following in
/etc/apt/apt.conf

APT::Default-Release "stable";

To hold a package at a specific version (so that it does not get
upgraded/replaced etc, in your /etc/apt/preferences file, is:

Package: package-name
Pin: version 5.2.6.dfsg.1-1+lenny3+custom1 
Pin-Priority: 1000 or 1001

You can use an asterix "*" to indicate a wildcard, such that having
Pin: version 5.* will allow any version 5 of the package, etc, or have
an explicit version and use priority 1000 or 1001. 

The difference between Pin-Priority 1000 and 1001 is that 1000 will not
force downgrades, whereas 1001 will force package downgrades if a newer
version happens to be installed. 

To see what apt thinks it is doing, you can use:

# apt-cache policy package-name

This should show whether a package is installed, which package versions
and their source that apt can find, and which version is the
installation candidate based on apts configuration. 

Kind Regards,
Jaime


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



Re: dash download

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 17:26 -0500, Ron Johnson wrote:
> On 2009-08-08 14:42, Siggy Brentrup wrote:
>>>   I haven't yet tried chsh to find out what will 
>>> happen but am in a position to do that on a throwaway account created 
>>> for the purpose and find out.
>>
>> I wouldn't use dash as my login shell, it lacks readline support which
>> I am relying heavily on and I'd be suprised to hear YMDV.
>
> Yech.  An interactive shell w/o readline is useless!

Please don't be that harsh, here's another section of "Siggy's musings
about early *nix days":

For short, when you don't have readline you develop a habit of writing
tiny #!/bin/sh  scripts with the help of ed(1) (no readline either).
I've programmed quite a bit in K&R C using ed(1) then.

no bad feelings
  Siggy
-- 
Please don't Cc: me when replying, I might not see either copy.
   bsb-at-psycho-dot-informationsanarchistik-dot-de
   or:bsb-at-psycho-dot-i21k-dot-de
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org


signature.asc
Description: Digital signature


bug report for the ogss shell?

2009-08-08 Thread John Haggerty
I locate the following software which may be of use for some of my problems
1) use an existing way to log info via email (in this case google's) 2)
attempting to do so remotely to affect logs on a machine

Towards that end I located the following

http://freshmeat.net/projects/ogss-open-gmail-sms-shell

It seems to be good but then there hasn't been an update in something like 4
months.

(granted this may not be 100% perfect I would love some pointers to some
generic either python or moer general app supoprt besides the author)

I have the following error when I attempt to use the software to login to my
gmail account (a's is the character length of the login and X's are
character length of the password z's are the mobile number and yy is the
carrier id string in the instructions) ow...@bouncyinc:~/Desktop/OGSS$ sudo
python ogss.py aa xxx zzz-zzz- yy [sudo]
password for owner: Starting ogss Logfile at:/home/owner/ogss.log Opening
log file for reading Parsing user input Connecting to Gmail Logging into
Gmail Opening log file for writing Traceback (most recent call last): File
"ogss.py", line 127, in  main(sys.argv) File "ogss.py", line 81, in
main account.sendMessage(instructions) File
"/usr/lib/python2.5/site-packages/libgmail.py", line 617, in sendMessage
raise GmailSendError, resultInfo[SM_MSG] libgmail.GmailSendError: Please try
again. At that point it claims that there is a "send error" which I don't
quite understand is there a way to fix this to allow this to work?


Package Version Numbers

2009-08-08 Thread Jeff Grossman
I am running Debian Stable on a server.  I downloaded the source
package for PHP so I could remove the Suhosin patch.  It was causing a
lot of problems with my scripts.  I have a question regarding what I
should call the new packages that I am building.  The package in
stable right now is called "5.2.6.dfsg.1-1+lenny3".  I called my new
packages "5.2.6.dfsg.1-1+lenny3+custom1".  I have the following
settings in my apt.conf file in case I ever need to install anything
from testing or unstable:

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

Package: *
Pin: release a=volatile
Pin-Priority: 600

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

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

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

But, now aptitude wants to install the PHP package from testing when I
do a safe-upgrade.  What should I have called my custom build PHP
package so it would not want to upgrade it to testing?

Thanks for any help you can offer me.

Jeff


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



Re: Cannot start Xserver

2009-08-08 Thread geor



Arnt Karlsen wrote:
> 
> On Thu, 6 Aug 2009 16:42:48 -0500, Cybe wrote in message 
> <20090806164248.2ce57...@wizardstower>:
> 
>> On Thu, 6 Aug 2009 14:26:12 -0700 (PDT)
>> geor  wrote:
>> 
>> > i will try to install Nvidia from non-free
>> > and if gonna be something wrong i will post it back here.
>> > Best Regards.
>> > Geor.
>> 
>> In the meanwhile using the nv driver will get you back into X, if you
>> so desire.
> 
> ..and so _may_ the nouveau driver, which is in main and 
> where the developers could use your feedback. ;o)
> http://nouveau.freedesktop.org/wiki/
> 
> ..is xserver-xorg-video-nouveau anywhere near experimental?
> 
> -- 
> ..med vennlig hilsen = with Kind Regards from Arnt... ;o)
> ...with a number of polar bear hunters in his ancestry...
>   Scenarios always come in sets of three: 
>   best case, worst case, and just in case.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> 
> 
> 

Thank you,i got now another problem ,i try to install Nvidia from
> non-free and try it with the module-assistant help but didn't make
> it. What is the command for wipe all the binary package(that allow me
> install nouveau package) left on my system ,this can be done from Apt
> with --remove nvidia-kernell ,it will remove all binary and Nvidia
> from non-free?OK.So here is the log :
>
>
>
> /usr/bin/make  -f debian/rules clean
> make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
> # select which makefile to use.
> rm -f /usr/src/modules/nvidia-kernel/Makefile || true
> if [ 6 = 6  ]; then \
>  ln -s Makefile.kbuild Makefile ; \
> fi
> if [  6 = 4  ]; then \
>  ln -s Makefile.nvidia Makefile ; \
> fi
> if [ -e patch-stamp ]; then \
>dpatch deapply-all ; \
>rm -rf patch-stamp debian/patched ; \
> fi
> if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ];
> then \
> cp  /usr/src/modules/nvidia-kernel/debian/control.template
> /usr/src/modules/nvidia-kernel/debian/control;
> \ fi dh_testroot
> rm -f build-stamp configure-stamp
> /usr/bin/make clean SYSSRC=/lib/modules/2.6.30-1-686/build
> -C /usr/src/modules/nvidia-kernel/ -f Makefile make[2]: Entering
> directory `/usr/src/modules/nvidia-kernel' make[2]: Leaving directory
> `/usr/src/modules/nvidia-kernel' rm
> -f /usr/src/modules/nvidia-kernel//Makefile || true;
> rm /usr/src/modules/nvidia-kernel//gcc-check
> rm /usr/src/modules/nvidia-kernel//cc-sanity-check dh_clean
> rm /usr/src/modules/nvidia-kernel/debian/control
> rm /usr/src/modules/nvidia-kernel/debian/dirs
> rm /usr/src/modules/nvidia-kernel/debian/override
> make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
> echo "ROOT_CMD = "
> ROOT_CMD =
> /usr/bin/make  -f debian/rules binary_modules
> make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
> # select which makefile to use.
> rm -f /usr/src/modules/nvidia-kernel/Makefile || true
> if [ 6 = 6  ]; then \
>  ln -s Makefile.kbuild Makefile ; \
> fi
> if [  6 = 4  ]; then \
>  ln -s Makefile.nvidia Makefile ; \
> fi
> if ! gcc-4.3 -v 2> /dev/null  ; then \
>echo "Compiler gcc-4.3 does not exist on the system" ; \
>exit 1; \
> fi   
> if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ];
> then \
> cp  /usr/src/modules/nvidia-kernel/debian/control.template
> /usr/src/modules/nvidia-kernel/debian/control;
> \ fi if [ "i686" = "x86_64" ]; then \
> cp /usr/src/modules/nvidia-kernel/nv-kernel.o.x86_64
> /usr/src/modules/nvidia-kernel/nv-kernel.o ;
> \ fi
> touch configure-stamp
> dh_testdir
> dh_testroot
> PATCHLEVEL = 6
> Kernel compiler version : 4.3.3
> Detected compiler version : 4.3.4
>   
> You appear to be compiling the NVIDIA kernel module with   
> a compiler different from the one that was used to compile
> the running kernel. This may be perfectly alright and you
> may be building this module for another kernel in which case
> you may ignore this message.
> 
> The compiler that will be used to compile this module has been
> determined from:
>  1) the CC environment variable
>  2) that specified in
> /lib/modules/2.6.30-1-686/build/include/linux/compile.h
>  3) gcc
> Using compiler gcc-4.3 version 4.3.4
> touch /usr/src/modules/nvidia-kernel//gcc-check
> touch /usr/src/modules/nvidia-kernel//cc-sanity-check
> ## Main Make ##
> IGNORE_CC_MISMATCH=1 CC="gcc-4.3" /usr/bin/make
> -C /usr/src/modules/nvidia-kernel/ -f Makefile
> SYSSRC=/lib/modules/2.6.30-1-686/build
> KBUILD_PARAMS="-C /lib/modules/2.6.30-1-686/build
> SUBDIRS=/usr/src/modules/nvidia-kernel" module; make[2]: Entering
> directory `/usr/src/modules/nvidia-kernel' NVIDIA: calling KBUILD...
> make CC=gcc-4.3 -C /lib/modules/2.6.30-1-686/build
> SUBDIRS=/usr/src/modules/nvidia-kernel modules make[3]: Entering
> directory `/usr/src/linux-headers-2.6.30-1-686' CC
> [M]  /u

Re: dash download

2009-08-08 Thread Ron Johnson

On 2009-08-08 14:42, Siggy Brentrup wrote:

On Sat, Aug 08, 2009 at 12:17 -0400, Jude DaShiell wrote:
When the offer came up to install dash on my machine and I had a listen 
to the bug reports, I decided to do the installation but not make dash my 
default shell.  Everything on this amd64-k8 machine went without 
incident. I haven't yet tried chsh to find out what will happen but am in 
a position to do that on a throwaway account created for the purpose and 
find out.


I wouldn't use dash as my login shell, it lacks readline support which
I am relying heavily on and I'd be suprised to hear YMDV.


Yech.  An interactive shell w/o readline is useless!

--
Scooty Puff, Sr
The Doom-Bringer


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




When is it ok to top-post? (was Re: For God's sake... (was Re: Cannot start Xserver))

2009-08-08 Thread Ron Johnson

On 2009-08-08 13:33, Chris Jones wrote:

On Sat, Aug 08, 2009 at 01:56:13PM EDT, Ron Johnson wrote:

Snip out the hundreds of lines of meaningless crap from your responses!!!

On 2009-08-08 12:12, Arnt Karlsen wrote:

On Sat, 08 Aug 2009 08:55:49 -0700, skykiss.fore...@yahoo.com wrote in
message <9429866.1458201249746949394.javamail.nab...@isper.nabble.com>:


Arnt Karlsen wrote:
On Thu, 6 Aug 2009 16:42:48 -0500, Cybe wrote in message  
<20090806164248.2ce57...@wizardstower>:



[snip]


etc...

So now it's top-posting, heh..?



I thought about that before sending my email.  But, since 
bottom/in-line posting is designed to support threaded 
conversations.  and my post... wasn't, I decided that top-posting 
was justified.


(Note how I bottom-posted here, in support of this conversation.)

--
Scooty Puff, Sr
The Doom-Bringer


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




Re: For God's sake... (was Re: Cannot start Xserver)

2009-08-08 Thread Chris Jones
On Sat, Aug 08, 2009 at 04:33:23PM EDT, Arnt Karlsen wrote:
> On Sat, 08 Aug 2009 14:33:52 -0400, Chris wrote in message 
> <20090808183352.ga2...@turki.gavron.org>:

[..]

> > No flame, Arnt.. but is it that difficult with your particular email
> > UI to /dev/null at least some of the crap..?
> > 
> > CJ
> 
> ..nope, my understanding is he still _might_ need help with that 
> code for his Nvidea card, which would leave his lengthy hundred 
> lines of make output, at least look relevant to me.  

Not saying it's not relevant, but since the log is readily accessible
from his earlier post .. there's not point duplicating it.  what..  10K
added to each message..?? if the thread becomes popular and elicits over
a hundred replies, should everyone do likewise, what does that do to the
subscribers' internet traffic.. or the size of their mboxes, if they
choose to save the thread locally..?

Should anyone have locally deleted the thread and have second thoughts,
and need to the review the entire thread, logs included, a quick peek at
the real Monty is as easy as (e.g.):

http://osdir.com/ml/debian-user-debian/2009-08/threads.html#00407

Maybe the OP should've posted his log somewhere and provided a link in
the first place, but then .. two wrongs don't make a right.

CJ


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



Re: Trying to boot Lenny after installation

2009-08-08 Thread Mark Neidorff
On Saturday 08 August 2009 03:21 pm, Sine 39 wrote:
> The setting for APIC Mode (which is currently showing as 'enabled') in my
> BIOS appears in light blue with a cross next to it, meaning I cannot change
> it. This may be because I need to change another setting in order to be
> able to configure APIC Mode, I know this because this applies to some other
> settings.
>
> Any idea what I might need to do in order to make APIC Mode available to
> configure? I have tried searching it but the only thing I came accross was
> something saying you cannot configure APIC mode once you have installed an
> operating system which makes no sense to me since the BIOS loads before any
> operating system and doesn't reside on the hard drive. I tried tricking the
> BIOS into thinking there was no operating system by disabling the hard
> drive but this didn't work and I wouldn't expect it to since how can the
> BIOS know whether an OS is installed anyway when it doesn't load
> information from the HD.
>
> > From: m...@neidorff.com
> > To: debian-user@lists.debian.org
> > Subject: Re: Trying to boot Lenny after installation
> > Date: Sat, 8 Aug 2009 08:36:00 -0400
> >
> > From the first boot, the code c0117b60 has to do with the apic system. 
> > Have you tried to change its settings in your bios (turned it off)?  I
> > don't have direct experience, but I did a google search for the code and
> > came up with apic.

I don't claim to be a bois expert, but can you either totally reset the bios 
into a "default" mode or update the bios to a newer version so that you can 
change the apic setting?


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



Re: For God's sake... (was Re: Cannot start Xserver)

2009-08-08 Thread Arnt Karlsen
On Sat, 08 Aug 2009 14:33:52 -0400, Chris wrote in message 
<20090808183352.ga2...@turki.gavron.org>:

> On Sat, Aug 08, 2009 at 01:56:13PM EDT, Ron Johnson wrote:
> >
> > Snip out the hundreds of lines of meaningless crap from your
> > responses!!!

...

> So now it's top-posting, heh..?
> 
> In this context, it makes sense.. when the post is  ..  there is
> not such thing as   or  .. might as well stick
> whatever prophylactic advice you hope will save lives as near eye
> level as possible.. grab the patient's attention.
> 
> No flame, Arnt.. but is it that difficult with your particular email
> UI to /dev/null at least some of the crap..?
> 
> CJ

..nope, my understanding is he still _might_ need help with that 
code for his Nvidea card, which would leave his lengthy hundred 
lines of make output, at least look relevant to me.  
I don't run Nvidea cards myself, I just know _of_ things like the
nouveau driver. 

..or, has Microsoft shills taken Debian all over here, 
asking those weirdo "hard newbie questions"???

.._was_ there an outage of Debian mail list servers yesterday???  
He _mailed_ me this, and I don't see his posting of that same 
msg here. 

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;o)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


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



Re: question about Dash

2009-08-08 Thread Alex Samad
On Fri, Aug 07, 2009 at 12:46:58AM -0700, Brian Marshall wrote:
> On Fri, Aug 07, 2009 at 05:23:50PM +1000, Alex Samad wrote:
> > the first line is used to invoke a program to process the script for
> > example
> > 
> > #!/bin/bash
> [...] 
> > there is name for this, but I can't remember it right now.
> 
> A shebang: 

arr yes - the girl nextdoor syndrome

> 



-- 
"I'm gonna talk about the ideal world, Chris. I've read -- I understand 
reality. If you're asking me as the president, would I understand reality, I 
do."

- George W. Bush
05/31/2000
MSNBC's Hardball
on abortion


signature.asc
Description: Digital signature


Re: dash download

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 12:17 -0400, Jude DaShiell wrote:
> When the offer came up to install dash on my machine and I had a listen 
> to the bug reports, I decided to do the installation but not make dash my 
> default shell.  Everything on this amd64-k8 machine went without 
> incident. I haven't yet tried chsh to find out what will happen but am in 
> a position to do that on a throwaway account created for the purpose and 
> find out.

I wouldn't use dash as my login shell, it lacks readline support which
I am relying heavily on and I'd be suprised to hear YMDV.

Dash is designed to be a POSIX compliant shell that should be run as
/bin/sh; iirc it lacks any features not necessary to achieve that goal.

Regs
  Siggy
-- 
Please don't Cc: me when replying, I might not see either copy.
   bsb-at-psycho-dot-informationsanarchistik-dot-de
   or:bsb-at-psycho-dot-i21k-dot-de
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org


signature.asc
Description: Digital signature


RE: Trying to boot Lenny after installation

2009-08-08 Thread Sine 39

The setting for APIC Mode (which is currently showing as 'enabled') in my BIOS 
appears in light blue with a cross next to it, meaning I cannot change it. This 
may be because I need to change another setting in order to be able to 
configure APIC Mode, I know this because this applies to some other settings.

Any idea what I might need to do in order to make APIC Mode available to 
configure? I have tried searching it but the only thing I came accross was 
something saying you cannot configure APIC mode once you have installed an 
operating system which makes no sense to me since the BIOS loads before any 
operating system and doesn't reside on the hard drive. I tried tricking the 
BIOS into thinking there was no operating system by disabling the hard drive 
but this didn't work and I wouldn't expect it to since how can the BIOS know 
whether an OS is installed anyway when it doesn't load information from the HD.

> From: m...@neidorff.com
> To: debian-user@lists.debian.org
> Subject: Re: Trying to boot Lenny after installation
> Date: Sat, 8 Aug 2009 08:36:00 -0400
>
> From the first boot, the code c0117b60 has to do with the apic system.  Have 
> you tried to change its settings in your bios (turned it off)?  I don't have 
> direct experience, but I did a google search for the code and came up with 
> apic.

_
Windows Live Messenger: Happy 10-Year Anniversary—get free winks and emoticons.
http://clk.atdmt.com/UKM/go/157562755/direct/01/

Re: Configuring polkit-gnome-authorization without a root password

2009-08-08 Thread Michael Biebl
Louis Housman wrote:
> What changes do I need to make to my Debian setup that would allow me
> to configure Authorizations without an explicit root password. I know

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536490

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: For God's sake... (was Re: Cannot start Xserver)

2009-08-08 Thread Chris Jones
On Sat, Aug 08, 2009 at 01:56:13PM EDT, Ron Johnson wrote:
>
> Snip out the hundreds of lines of meaningless crap from your responses!!!
>
> On 2009-08-08 12:12, Arnt Karlsen wrote:
>> On Sat, 08 Aug 2009 08:55:49 -0700, skykiss.fore...@yahoo.com wrote in
>> message <9429866.1458201249746949394.javamail.nab...@isper.nabble.com>:
>>
>>> Arnt Karlsen wrote:
 On Thu, 6 Aug 2009 16:42:48 -0500, Cybe wrote in message  
 <20090806164248.2ce57...@wizardstower>:

> [snip]

etc...

So now it's top-posting, heh..?

In this context, it makes sense.. when the post is  ..  there is
not such thing as   or  .. might as well stick
whatever prophylactic advice you hope will save lives as near eye level
as possible.. grab the patient's attention.

No flame, Arnt.. but is it that difficult with your particular email UI
to /dev/null at least some of the crap..?

CJ


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



Re: Xorg-Xserver Config Issue

2009-08-08 Thread S. Fishpaste
On Sat, 08 Aug 2009 12:00:16 -0400, Damon Chesser in gmane.linux.debian.user 
wrote:
> On Sat, 2009-08-08 at 09:19 -0400, S. Fishpaste wrote:
>> Greetings;
>> 
>> New install using the net-install imaage from Debian.org, installed the 
>> base-system only (no desktop), changed my sources list to 'testing' ass the 
>> net-install defaults to the current stable. During the net-install I 
>> selected the xfce4 desktop.
>> 
>> Everything seemed to go normally except I wasn't prompted to configure 
>> xserver-xorg before rebooting. Consequently it installed gdm and on reboot 
>> the system freezes shortly after starting gdm.
>> 
>> So I purged gdm and attempted to 'dpkg-reconfigure xserver-xorg'. This 
>> prompts for keyboard, and language input, but no video prompts. Wierd, I 
>> thought that was the way to reconfigure xserver.
>> 
>> I'm not that familiar with the Linux GUI as I usually run my GNU/Linux boxes 
>> as GUI-less servers.
>> 
>> So how do I get xfce4 up and running in Xorg ?
>> 
>> Thanks
>> 
>
> Well, that method USED to work for selecting video settings.  It no
> longer does, everything is done automagically now.  I just installed a
> Sid that did not even have an xorg.conf file. I had to make a basic
> xorg.conf file to get my X working correctly.  You don't have to make
> all if it up, just the parts of what ever stanza you might need.  For
> example,
>
> Section "Device"
> Identifier "Device0"
> Driver "nvidia"
> EndSection
>
> The above might be your entire xorg.conf file.
>
> To start (and thus test xfce4 and X) you could run startxfce4 and see if
> it comes up or not.  If not, start at the x11 logs.  You might have to
> modify manually your xorg.conf file.
>
> HTH, still waking up, I tried hard to make sense.

Hi thanks it does. I have  tried most of what you've suggested as my  research 
indicated that a blank xorg.conf is something to be expected,however HAL didn't 
figure out any of my display hardware at all and I'm using a P3 Toshiba laptop 
so you'd think it wouldn't be this difficult. Not like it's ultra new hardware. 
Sarge worked great on this but the first time I updgraded to Lenny was OK but 
from Lenny to testing completely borked a working install in terms of a working 
Xserver-xorg config.  Not at all like debian usually behaves. ;-)

I'll keep plugging away, thanks for your suggestions.

Cheers,
Steve
Toronto
 


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



For God's sake... (was Re: Cannot start Xserver)

2009-08-08 Thread Ron Johnson


Snip out the hundreds of lines of meaningless crap from your 
responses!!!


On 2009-08-08 12:12, Arnt Karlsen wrote:

On Sat, 08 Aug 2009 08:55:49 -0700, skykiss.fore...@yahoo.com wrote in
message <9429866.1458201249746949394.javamail.nab...@isper.nabble.com>:


Arnt Karlsen wrote:
On Thu, 6 Aug 2009 16:42:48 -0500, Cybe wrote in message 
<20090806164248.2ce57...@wizardstower>:



[snip]


..is xserver-xorg-video-nouveau anywhere near experimental?



..sig etc snip.

Quoted from: 
http://www.nabble.com/Cannot-start-Xserver-tp24854166p24863413.html



Thank you,i got now another problem ,i try to install Nvidia from
non-free and try it with the module-assistant help but didn't make
it. What is the command for wipe all the binary package(that allow me

[snip]

The server is down for maintenance so i send this directly to
your email.
 
..oh, then I have some good news for you, 
d...@l.d.o is back up now. ;o)





--
Scooty Puff, Sr
The Doom-Bringer


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




trying to configure WPA / [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01) / TravelMate 2200

2009-08-08 Thread Mathieu Malaterre
Hi there I am trying to configure my network with WPA; but I am not
sure I understand what I did wrong:


$ sudo wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf
ioctl[SIOCSIWPMKSA]: Invalid argument
ioctl[SIOCSIWPMKSA]: Invalid argument
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 8a:4c:e5:d0:81:c0 (SSID='freebox_UCZIDS' freq=2462 MHz)
Authentication with 8a:4c:e5:d0:81:c0 timed out.
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 8a:4c:e5:d0:81:c0 (SSID='freebox_UCZIDS' freq=2462 MHz)
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
Associated with 8a:4c:e5:d0:81:c0
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
^CCTRL-EVENT-TERMINATING - signal 2 received

Where:

$ cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant

ap_scan=1

network={
ssid="freebox_UCZIDS"
scan_ssid=1
key_mgmt=WPA-PSK
#psk=""
psk=
priority=5
}


And hardware seems ok, except I do not understand why it says hardware
encryption is off:

$ sudo iwconfig wlan1
wlan1 IEEE 802.11g  ESSID:off/any
  Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated
  Bit Rate:1 Mb/s
  RTS thr=2347 B   Fragment thr=2346 B
  Encryption key:off
  Power Management:off
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0


   *-network:0 DISABLED
description: Wireless interface
product: [AirConn] INPROCOMM IPN 2220 Wireless LAN
Adapter (rev 01)
vendor: Linksys, A Division of Cisco Systems
physical id: 2
bus info: p...@:02:02.0
logical name: wlan1
version: 00
serial: 00:0e:9b:69:14:c6
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical wireless
configuration: broadcast=yes
driver=ndiswrapper+neti2220
driverversion=1.53+LanExpress,03/29/2004,2.10. latency=64 link=no
maxlatency=32 mingnt=32 module=ndiswrapper multicast=yes wireless=IEEE
802.11g



$ sudo iwlist scan
wlan1 Scan completed :
  Cell 01 - Address: 8A:4C:E5:D0:81:C0
ESSID:"freebox_UCZIDS"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.462 GHz (Channel 11)
Quality:100/100  Signal level:-31 dBm  Noise level:-96 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
  18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
  24 Mb/s; 48 Mb/s
Extra:bcn_int=100
Extra:atim=0
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK

Thanks for pointers,
-- 
Mathieu
http://mathieumalaterre.com


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



Re: Cannot start Xserver

2009-08-08 Thread Arnt Karlsen
On Sat, 08 Aug 2009 08:55:49 -0700, skykiss.fore...@yahoo.com wrote in
message <9429866.1458201249746949394.javamail.nab...@isper.nabble.com>:

> 
> Arnt Karlsen wrote:
> > 
> > On Thu, 6 Aug 2009 16:42:48 -0500, Cybe wrote in message 
> > <20090806164248.2ce57...@wizardstower>:
> > 
> >> On Thu, 6 Aug 2009 14:26:12 -0700 (PDT)
> >> geor  wrote:
> >> 
> >> > i will try to install Nvidia from non-free
> >> > and if gonna be something wrong i will post it back here.
> >> > Best Regards.
> >> > Geor.
> >> 
> >> In the meanwhile using the nv driver will get you back into X, if
> >> you so desire.
> > 
> > ..and so _may_ the nouveau driver, which is in main and 
> > where the developers could use your feedback. ;o)
> > http://nouveau.freedesktop.org/wiki/
> > 
> > ..is xserver-xorg-video-nouveau anywhere near experimental?


..sig etc snip.

> > 
> Quoted from: 
> http://www.nabble.com/Cannot-start-Xserver-tp24854166p24863413.html
> 
> 
> Thank you,i got now another problem ,i try to install Nvidia from
> non-free and try it with the module-assistant help but didn't make
> it. What is the command for wipe all the binary package(that allow me
> install nouveau package) left on my system ,this can be done from Apt
> with --remove nvidia-kernell ,it will remove all binary and Nvidia
> from non-free?OK.So here is the log :   I'm sorry to send
> you all of this but the server is down.
> 
> 
> 
> /usr/bin/make  -f debian/rules clean
> make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
> # select which makefile to use.
> rm -f /usr/src/modules/nvidia-kernel/Makefile || true
> if [ 6 = 6  ]; then \
>ln -s Makefile.kbuild Makefile ; \
>   fi
> if [  6 = 4  ]; then \
>ln -s Makefile.nvidia Makefile ; \
>   fi
> if [ -e patch-stamp ]; then \
>  dpatch deapply-all ; \
>  rm -rf patch-stamp debian/patched ; \
>   fi
> if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ];
> then \
> cp  /usr/src/modules/nvidia-kernel/debian/control.template 
> /usr/src/modules/nvidia-kernel/debian/control;
> \ fi dh_testroot
> rm -f build-stamp configure-stamp
> /usr/bin/make clean SYSSRC=/lib/modules/2.6.30-1-686/build
> -C /usr/src/modules/nvidia-kernel/ -f Makefile make[2]: Entering
> directory `/usr/src/modules/nvidia-kernel' make[2]: Leaving directory
> `/usr/src/modules/nvidia-kernel' rm
> -f /usr/src/modules/nvidia-kernel//Makefile || true;
> rm /usr/src/modules/nvidia-kernel//gcc-check
> rm /usr/src/modules/nvidia-kernel//cc-sanity-check dh_clean
> rm /usr/src/modules/nvidia-kernel/debian/control
> rm /usr/src/modules/nvidia-kernel/debian/dirs
> rm /usr/src/modules/nvidia-kernel/debian/override
> make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
> echo "ROOT_CMD = "
> ROOT_CMD = 
> /usr/bin/make  -f debian/rules binary_modules
> make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
> # select which makefile to use.
> rm -f /usr/src/modules/nvidia-kernel/Makefile || true
> if [ 6 = 6  ]; then \
>ln -s Makefile.kbuild Makefile ; \
>   fi
> if [  6 = 4  ]; then \
>ln -s Makefile.nvidia Makefile ; \
>   fi
> if ! gcc-4.3 -v 2> /dev/null  ; then \
>  echo "Compiler gcc-4.3 does not exist on the system" ; \
>  exit 1; \
>   fi   
> if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ];
> then \
> cp  /usr/src/modules/nvidia-kernel/debian/control.template 
> /usr/src/modules/nvidia-kernel/debian/control;
> \ fi if [ "i686" = "x86_64" ]; then \
>   cp /usr/src/modules/nvidia-kernel/nv-kernel.o.x86_64 
> /usr/src/modules/nvidia-kernel/nv-kernel.o ;
> \ fi
> touch configure-stamp
> dh_testdir
> dh_testroot
> PATCHLEVEL = 6 
> Kernel compiler version : 4.3.3
> Detected compiler version : 4.3.4
>
> You appear to be compiling the NVIDIA kernel module with   
> a compiler different from the one that was used to compile 
> the running kernel. This may be perfectly alright and you 
> may be building this module for another kernel in which case
> you may ignore this message.
>  
> The compiler that will be used to compile this module has been
> determined from:
>  1) the CC environment variable 
>  2) that specified in 
> /lib/modules/2.6.30-1-686/build/include/linux/compile.h
>  3) gcc 
> Using compiler gcc-4.3 version 4.3.4
> touch /usr/src/modules/nvidia-kernel//gcc-check
> touch /usr/src/modules/nvidia-kernel//cc-sanity-check
> ## Main Make ##
> IGNORE_CC_MISMATCH=1 CC="gcc-4.3" /usr/bin/make
> -C /usr/src/modules/nvidia-kernel/ -f Makefile
> SYSSRC=/lib/modules/2.6.30-1-686/build
> KBUILD_PARAMS="-C /lib/modules/2.6.30-1-686/build
> SUBDIRS=/usr/src/modules/nvidia-kernel" module; make[2]: Entering
> directory `/usr/src/modules/nvidia-kernel' NVIDIA: calling KBUILD...
> make CC=gcc-4.3 -C /lib/modules/2.6.30-1-686/build
> SUBDIRS=/usr/src/modules/nvidia-kernel modules make[3]: Entering
> directory `/usr/src/l

dash download

2009-08-08 Thread Jude DaShiell
When the offer came up to install dash on my machine and I had a listen to 
the bug reports, I decided to do the installation but not make dash my 
default shell.  Everything on this amd64-k8 machine went without incident. 
I haven't yet tried chsh to find out what will happen but am in a position 
to do that on a throwaway account created for the purpose and find out.




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




Re: WRT54G WAN access failure

2009-08-08 Thread Jeff Soules
On Sat, Aug 8, 2009 at 11:31 AM, Ron Johnson wrote:
> On 2009-08-07 21:47, Joel Roth wrote:
>>
>> I'd like to ask for help setting up a used router for my
>> brother.
>>
>> First of all, I get usual internet services without the
>> router:
>>
>> Computer ---> DSL modem
>>
>> I have problems with basic configuration:
>> Computer ---> Router ---> DSL modem
>>
>> The panel LEDs display normally, and the router gets a pingable WAN
>> address from the DSL modem.

How are you pinging the WAN address?  From a separate network?

>> However
>>
>> ping google.com returns 'unknown host'
>>
>> ping 74.125.45.100 (google.com) returns 'destination unreachable'

This is from your computer, right?  The way I would go about this is
to test pinging the router from your computer (192.168.1.1 for factory
defaults), then test if your router itself can ping google.  (With
firmware from the last year or so, there is an option in the web
configuration tool to have the router itself try pinging an IP).

Like Ron said, check the PC's network connection settings (DHCP vs.
static IP and all that).
I would ensure that your computer is set to use the router's internal
IP as the gateway, also; the PC won't know who to talk to if this
isn't set up right.

Hope that's helpful; let us know what you find next.


Best,
Jeff


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



Re: Xorg-Xserver Config Issue

2009-08-08 Thread Damon Chesser
On Sat, 2009-08-08 at 09:19 -0400, S. Fishpaste wrote:
> Greetings;
> 
> New install using the net-install imaage from Debian.org, installed the 
> base-system only (no desktop), changed my sources list to 'testing' ass the 
> net-install defaults to the current stable. During the net-install I selected 
> the xfce4 desktop.
> 
> Everything seemed to go normally except I wasn't prompted to configure 
> xserver-xorg before rebooting. Consequently it installed gdm and on reboot 
> the system freezes shortly after starting gdm.
> 
> So I purged gdm and attempted to 'dpkg-reconfigure xserver-xorg'. This 
> prompts for keyboard, and language input, but no video prompts. Wierd, I 
> thought that was the way to reconfigure xserver.
> 
> I'm not that familiar with the Linux GUI as I usually run my GNU/Linux boxes 
> as GUI-less servers.
> 
> So how do I get xfce4 up and running in Xorg ?
> 
> Thanks
> 

Well, that method USED to work for selecting video settings.  It no
longer does, everything is done automagically now.  I just installed a
Sid that did not even have an xorg.conf file. I had to make a basic
xorg.conf file to get my X working correctly.  You don't have to make
all if it up, just the parts of what ever stanza you might need.  For
example,

Section "Device"
Identifier "Device0"
Driver "nvidia"
EndSection

The above might be your entire xorg.conf file.

To start (and thus test xfce4 and X) you could run startxfce4 and see if
it comes up or not.  If not, start at the x11 logs.  You might have to
modify manually your xorg.conf file.

HTH, still waking up, I tried hard to make sense.
> 
-- 
Damon Chesser 


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



Re: WRT54G WAN access failure

2009-08-08 Thread Ron Johnson

On 2009-08-07 21:47, Joel Roth wrote:

I'd like to ask for help setting up a used router for my
brother.

First of all, I get usual internet services without the
router:

Computer ---> DSL modem

I have problems with basic configuration: 


Computer ---> Router ---> DSL modem

The panel LEDs display normally, and 
the router gets a pingable WAN address from the DSL modem.


By this, do you mean a routeable IP address?


However

ping google.com returns 'unknown host'

ping 74.125.45.100 (google.com) returns 'destination unreachable'


What if you ping 74.125.45.100?


Resetting the router to factory defaults doesn't help.

Any ideas for what to try? Thanks.


Can your PC see the router itself?  My WRT54GL has a web interface, 
and one of the pages shows the external IP address, DNS addresses, etc.


Also, how is your PC configured?  For DHCP, static, etc?

--
Scooty Puff, Sr
The Doom-Bringer


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




Xorg-Xserver Config Issue

2009-08-08 Thread S. Fishpaste
Greetings;

New install using the net-install imaage from Debian.org, installed the 
base-system only (no desktop), changed my sources list to 'testing' ass the 
net-install defaults to the current stable. During the net-install I selected 
the xfce4 desktop.

Everything seemed to go normally except I wasn't prompted to configure 
xserver-xorg before rebooting. Consequently it installed gdm and on reboot the 
system freezes shortly after starting gdm.

So I purged gdm and attempted to 'dpkg-reconfigure xserver-xorg'. This prompts 
for keyboard, and language input, but no video prompts. Wierd, I thought that 
was the way to reconfigure xserver.

I'm not that familiar with the Linux GUI as I usually run my GNU/Linux boxes as 
GUI-less servers.

So how do I get xfce4 up and running in Xorg ?

Thanks


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



Re: Thinkpad T60P: bricked by grub transition

2009-08-08 Thread Anthony Campbell
On 05 Aug 2009, Andrei Popescu wrote:
> On Wed,05.Aug.09, 08:53:48, Anthony Campbell wrote:
> > 
> > Thanks for posting this; I'll keep it in reserve. I was caught by the
> > same trap on a similar machine (Thinkpad Z61M) a couple of weeks ago and
> > was rescued by a knowledgeable poster on this list. I can now boot again
> > although I no longer get the option to use the Lenny OS which is also
> > on the disk. (Probably something to do with grub.cfg but I haven't gone
> > into that.)
> 
> You could try installing the package os-prober and running update-grub.  
> It did detect and added to the list my Vista recovery partition.
> 
> Regards,
> Andrei

Thanks Andrei. Took me a  couple of days to get round to trying your
suggestion it worked fine.

Anthony


-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)


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



Re: Trying to boot Lenny after installation

2009-08-08 Thread Mark Neidorff
On Friday 07 August 2009 10:33 pm, Sine 39 wrote:
> Basically I have installed the latest
> graphical version of Lenny. The installation process runs without a
> hitch except for the fact it fails to detect my wireless network (I
> guess I need to install a driver but this doesn't concern me too much
> at this stage). But when I try to boot into Lenny for the first time
> this fails for a reason which is not immediately clear. I have
> attempted to boot 3 times and copied the last few lines of code that
> appear on the screen when doing so at the bottom of this message.
>
> As a result of a previous post on Debian forums I have tried booting
> (without success) with:
>
> noapic nolapic acpi=off ide=nodma
> and also
> noapic nolapic acpi=off noapm
>
> Boot 1:
>
> EIP [] kmap_atomic_prot+0x65xcc SS:ESP 0068:f6f2fe8c
> ---[end trace 71ac36db2592cbf  ]--
> note: udevd[1397] exited with preempt_count 1
> Fixing recursive fault but reboot is needed!
>
> Boot 2:
>
> EIP: [] native_apic_write+0xe/0x11 SS:ESP 0068:f6f27b9c
> --[end trace 65a860b8278944e7  ]--
> Fixing recursive fault but reboot is needed!
>
>
> Boot 3:
>
> EIP: [] native_apic_write+0xe/0x11 SS:ESP 0068:f6f47dac
> --[end trace 0b0cb169ac33a17b  ]--

From the first boot, the code c0117b60 has to do with the apic system.  Have 
you tried to change its settings in your bios (turned it off)?  I don't have 
direct experience, but I did a google search for the code and came up with 
apic.


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



Re: Musings on debian-user list

2009-08-08 Thread Chris Bannister
On Fri, Jul 31, 2009 at 12:15:17PM +0300, Aioanei Rares wrote:

[---=| Quote block shrinked by t-prot: 64 lines snipped |=---]
[..]
> Talk about netiquette and top-posting...:) Btw, if one wants to respect  
> netiquette, he/she/it can do it even in gmail.

Or even trim your posts.

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


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



No sound with Lenny on Dell Insipiron Mini 10v

2009-08-08 Thread Mark
A friend has a new Dell Inspiron Mini 10v, came with XP.  I installed Debian
via dvd .iso image (dual boot), everything's okay except for audio.  lspci
lists - Intel Corporation 82801G (ICH7 Family) High Definition Audio
Controller - as the device. There is volume control, etc. All mutes are
off.  Booted a live Ubuntu CD just to test, and all audio works; lspci lists
the same audio device.  Sound also works in XP, although XP lists it as a
Realtek High Definition Audio controller, not Intel.  Also installed
gnome-alsamixer and it shows volume/recording controls but nothing impacts
sound output.

Tried these tips so far (not a ton of links out there on this that my search
revealed):

http://wiki.debian.org/InstallingDebianOn/Dell/InspironMini9 (Audio section)
http://krisrowland.wordpress.com/2009/07/15/fixed-sound-not-working-in-debian-lenny-on-a-dell-mini-9/

I've run out of ideas, and am totally confused why booting from the Ubuntu
9.04 live CD plays sounds while Debian doesn't.  Is there something I should
copy from the Ubuntu CD onto the Debian installation media?  i.e. if there
is an audio module, etc.  From what I've read support for the audio hardware
is built into the kernel so why no sound output?

Any help or ideas are welcomed, including if I missed something obvious and
look like a reTARD, that's fine - I just want sound so I don't have to use
Ubuntu instead.

Thanks,
Mark


Re: ompile 32 bit debian source on 64 bit machine

2009-08-08 Thread Siggy Brentrup
On Sat, Aug 08, 2009 at 15:14 +0800, Umarzuki Mochlis wrote:
> 2009/8/8 Umarzuki Mochlis 
> 
> >
> >
> > 2009/8/8 Siggy Brentrup 
> >
> >> On Sat, Aug 08, 2009 at 14:09 +0800, Umarzuki Mochlis wrote:
> >>
> >> > there is one actually http://packages.debian.org/sid/i386/zsnes
> >> > but it seems such a hassle to do it.
> >>
> >> 8-() ???
> >
> >
> > i'm referring to
> >
> forgot the link: http://ubuntuforums.org/showthread.php?t=588744

Frankly spoken I am by no means interested in gaming and I don't
intend to go into the details mentioned there.  

In my understanding you asked a question how to build .debs from
sources an that's what I showed you.  For the ugly details you'll have
to find help from somebody else.

Regs
  Siggy
-- 
Please don't Cc: me when replying, I might not see either copy.
   bsb-at-psycho-dot-informationsanarchistik-dot-de
   or:bsb-at-psycho-dot-i21k-dot-de
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org


signature.asc
Description: Digital signature


Re: ompile 32 bit debian source on 64 bit machine

2009-08-08 Thread Brian Marshall
On Sat, Aug 08, 2009 at 02:09:23PM +0800, Umarzuki Mochlis wrote:
[...]
> there is one actually http://packages.debian.org/sid/i386/zsnes
> but it seems such a hassle to do it.
> 
> so, after getting the source with apt-get source source-name, what command
> to be used to compile it?

The reason there is no amd64 package is because it won't compile.
There's a bug report[1] to give you an idea.

What I do is run zsnes in a 32-bit chroot, which works fine, though has
a lot of overhead if you just want zsnes.

-- 
Brian

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402104


signature.asc
Description: Digital signature


Re: ompile 32 bit debian source on 64 bit machine

2009-08-08 Thread Umarzuki Mochlis
2009/8/8 Umarzuki Mochlis 

>
>
> 2009/8/8 Siggy Brentrup 
>
>> On Sat, Aug 08, 2009 at 14:09 +0800, Umarzuki Mochlis wrote:
>>
>> > there is one actually http://packages.debian.org/sid/i386/zsnes
>> > but it seems such a hassle to do it.
>>
>> 8-() ???
>
>
> i'm referring to
>
forgot the link: http://ubuntuforums.org/showthread.php?t=588744

>
>
>>
>> > so, after getting the source with apt-get source source-name, what
>> command
>> > to be used to compile it?
>>
>> After doing an apt-get source PACKAGE (don't issue this in an overly
>> crowded
>> directory) you'll find sources unpacked in directory PACKAGE-VERSION
>>
>>  % cd PACKAGE-VERSION
>>  % sudo ./debian/rules binary # builds all .debs
>>
>> That's all if you don't want to change anything in code or packaging.
>> You didn't forget to aptitude build-deps PACKAGE before getting the
>> source I presume.
>>
>> HTH
>>  Siggy
>
>
> thanks but it seems i ran into a problem
> /usr/bin/ld: i386 architecture of input file `linux/sdlintrf.o' is
> incompatible with i386:x86-64 output
>
> maybe the code is made only for i386
>
>>
>> --
>> Please don't Cc: me when replying, I might not see either copy.
>>   bsb-at-psycho-dot-informationsanarchistik-dot-de
>>   or:bsb-at-psycho-dot-i21k-dot-de
>> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>>
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.9 (GNU/Linux)
>>
>> iEYEARECAAYFAkp9HGUACgkQ94B/SGO8KQdwPQCglWOE1FWXdJaN10kkhlSAgyhc
>> UbQAoNu0ltvMmyZl4AeswRy7LpOiCMWX
>> =yQJM
>> -END PGP SIGNATURE-
>>
>>
>
>
> --
> Regards,
>
> Umarzuki Mochlis
> http://gameornot.net
>



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: ompile 32 bit debian source on 64 bit machine

2009-08-08 Thread Umarzuki Mochlis
2009/8/8 Siggy Brentrup 

> On Sat, Aug 08, 2009 at 14:09 +0800, Umarzuki Mochlis wrote:
>
> > there is one actually http://packages.debian.org/sid/i386/zsnes
> > but it seems such a hassle to do it.
>
> 8-() ???


i'm referring to

>
>
> > so, after getting the source with apt-get source source-name, what
> command
> > to be used to compile it?
>
> After doing an apt-get source PACKAGE (don't issue this in an overly
> crowded
> directory) you'll find sources unpacked in directory PACKAGE-VERSION
>
>  % cd PACKAGE-VERSION
>  % sudo ./debian/rules binary # builds all .debs
>
> That's all if you don't want to change anything in code or packaging.
> You didn't forget to aptitude build-deps PACKAGE before getting the
> source I presume.
>
> HTH
>  Siggy


thanks but it seems i ran into a problem
/usr/bin/ld: i386 architecture of input file `linux/sdlintrf.o' is
incompatible with i386:x86-64 output

maybe the code is made only for i386

>
> --
> Please don't Cc: me when replying, I might not see either copy.
>   bsb-at-psycho-dot-informationsanarchistik-dot-de
>   or:bsb-at-psycho-dot-i21k-dot-de
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkp9HGUACgkQ94B/SGO8KQdwPQCglWOE1FWXdJaN10kkhlSAgyhc
> UbQAoNu0ltvMmyZl4AeswRy7LpOiCMWX
> =yQJM
> -END PGP SIGNATURE-
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net