Kernel compile fails.

2006-01-26 Thread Alejandro Bonilla Beeche

Hi,

   I have a box with Sid with the latest upgrades, (almost cause 
dist-upgrade wants to remove a lot of stuff)


Anyway, fact is that I can't compile any kernel on the Linus tree. This, 
for more than a month.


Could anyone please help me find out which package is the broken one? 
/bin/sh in Bash.


Thanks,


CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [Y/?] y
make[1]: Leaving directory `/root/linux-2.6'
/usr/bin/makeARCH=i386 prepare
make[1]: Entering directory `/root/linux-2.6'
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK include/linux/version.h'; 
mkdir -p include/linux/;if [ `echo -n 2.6.16-rc1 .file null 
.ident GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section 
.note.GNU-stack,,@progbits | wc -c ` -gt 64 ]; then echo '2.6.16-rc1 
.file null .ident GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) 
.section .note.GNU-stack,,@progbits exceeds 64 characters' 2; exit 1; 
fi; (echo \#define UTS_RELEASE \2.6.16-rc1 .file null .ident 
GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section 
.note.GNU-stack,,@progbits\; echo \#define LINUX_VERSION_CODE `expr 2 
\\* 65536 + 6 \\* 256 + 16`; echo '#define KERNEL_VERSION(a,b,c) (((a) 
 16) + ((b)  8) + (c))'; )  /root/linux-2.6/Makefile  
include/linux/version.h.tmp; if [ -r include/linux/version.h ]  cmp -s 
include/linux/version.h include/linux/version.h.tmp; then rm -f 
include/linux/version.h.tmp; else echo '  UPD 
include/linux/version.h'; mv -f include/linux/version.h.tmp 
include/linux/version.h; fi'

make[1]: *** [include/linux/version.h] Error 2
make[1]: Leaving directory `/root/linux-2.6'
make: *** [debian/stamp-kernel-conf] Error 2


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



Re: make-kpkg fails, Bug?

2006-01-19 Thread Alejandro Bonilla Beeche

Adam Heath wrote:


On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:

 


What does /bin/sh point to?



 


Could you please explain what is exactly what you need to check?
   



ls -l /bin/sh

In other words, what does /bin/sh point to?

What shell is /bin/sh?  bash?  zsh(gods no)?  posh?  dash?

 


Hi,

   OK, I use bash and yes:
[EMAIL PROTECTED]:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2006-01-11 09:08 /bin/sh - bash

Any ideas? If it's a bug please let me know which package so I can help 
by opening the bug.


Thanks,
.Alejandro


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



make-kpkg fails, Bug?

2006-01-18 Thread Alejandro Bonilla Beeche

Hi,

   I just did an upgrade on Sid and an upgrade on Linus tree. Since 
then, I can't create a kernel-image.

gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)
Package: kernel-package
Version: 10.032

I just would love to know if we should set a bug on kernel-package 
(AFAIK, that is the one in charge?) or if it's Linus tree.


I run:
. getkernelupdate
git checkout -f
make oldconfig
make-kpkg clean
make-kpkg --revision=T42.v3.1 kernel_image
...
make[1]: Leaving directory `/root/linux-2.6'
/usr/bin/makeARCH=i386 prepare
make[1]: Entering directory `/root/linux-2.6'
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK include/linux/version.h'; 
mkdir -p include/linux/;if [ `echo -n 2.6.16-rc1 .file null 
.ident GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section 
.note.GNU-stack,,@progbits | wc -c ` -gt 64 ]; then echo '2.6.16-rc1 
.file null .ident GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) 
.section .note.GNU-stack,,@progbits exceeds 64 characters' 2; exit 1; 
fi; (echo \#define UTS_RELEASE \2.6.16-rc1 .file null .ident 
GCC:(GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section 
.note.GNU-stack,,@progbits\; echo \#define LINUX_VERSION_CODE `expr 2 
\\* 65536 + 6 \\* 256 + 16`; echo '#define KERNEL_VERSION(a,b,c) (((a) 
 16) + ((b)  8) + (c))'; )  /root/linux-2.6/Makefile  
include/linux/version.h.tmp; if [ -r include/linux/version.h ]  cmp -s 
include/linux/version.h include/linux/version.h.tmp; then rm -f 
include/linux/version.h.tmp; else echo '  UPD 
include/linux/version.h'; mv -f include/linux/version.h.tmp 
include/linux/version.h; fi'

make[1]: *** [include/linux/version.h] Error 2
make[1]: Leaving directory `/root/linux-2.6'
make: *** [debian/stamp-kernel-conf] Error 2


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



Re: make-kpkg fails, Bug?

2006-01-18 Thread Alejandro Bonilla Beeche

Adam Heath wrote:


On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:

 


Hi,

   I just did an upgrade on Sid and an upgrade on Linus tree. Since
then, I can't create a kernel-image.
gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)
Package: kernel-package
Version: 10.032

I just would love to know if we should set a bug on kernel-package
(AFAIK, that is the one in charge?) or if it's Linus tree.

I run:
. getkernelupdate
git checkout -f
make oldconfig
make-kpkg clean
make-kpkg --revision=T42.v3.1 kernel_image
...
make[1]: Leaving directory `/root/linux-2.6'
/usr/bin/makeARCH=i386 prepare
make[1]: Entering directory `/root/linux-2.6'
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK include/linux/version.h';
   



What does /bin/sh point to?

 


Could you please explain what is exactly what you need to check?

.Alejandro


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



installing gallery

2006-01-02 Thread Alejandro Bonilla Beeche

Hi,

   This should not be an email for this ML, but anyway, I think this 
version of gallery could be kind of broken as I have used the Sid one 
and works like a charm. This is a little box that I have with gallery 
and my web services. I think it most be apache2 the one giving a hard 
time here.


a dpkg --reinstall install apache apache2 gallery, won't fix the problem.

router:/var/www/albums/albums# /etc/init.d/apache restart
shell-init: could not get current directory: getcwd: cannot access 
parent directories: No such file or directory
shell-init: could not get current directory: getcwd: cannot access 
parent directories: No such file or directory
shell-init: could not get current directory: getcwd: cannot access 
parent directories: No such file or directory

Restarting apache.
router:/var/www/albums/albums# /etc/init.d/apache2 restart
shell-init: could not get current directory: getcwd: cannot access 
parent directories: No such file or directory
Forcing reload of web server: Apache2 ... no pidfile found! not 
running?shell-init: could not get current directory: getcwd: cannot 
access parent directories: No such file or directory
job-working-directory: could not get current directory: getcwd: cannot 
access parent directories: No such file or directory
apache2: Could not determine the server's fully qualified domain name, 
using 200.91.94.134 for ServerName

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

My hosts looks OK, still I see it complains about the ServerName

router:/var/www/albums/albums# cat /etc/hosts
127.0.0.1   localhost.localdomain   localhost   router
200.91.94.134   router


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



Re: Intel notebooks for needy developers in developing countries

2005-12-09 Thread Alejandro Bonilla Beeche

Andreas Schuldei wrote:


* Andy Teijelo PĂ©rez [EMAIL PROTECTED] [2005-12-09 11:52:07]:
 

Does a country considered by the U.S. government as terrorist, or with which 
having commercial relationships is forbidden for american companies, apply 
for this offering?
   



I got some wise advice about not to make the contry the ulitmate
critera (and to NOT give a list of countries).

So if there would live a person in cuba working hard on debian
and being unable to afford a computer, I would not exclude him
because the US government does not like cuba. (I come from the
old europe myself, after all. :-)
 

I couldn't care less about the US government. Is just the fact that if 
the PC is done in any of the associated countries, they are not allowed 
to distribute to those countrys. In other words, MIT, Intel, AMD or 
whoever OEM that is actually part of the US would never be allowed to 
ship to Cuba. Never. It would have to be all done by some Japan company 
or so.


.Alejandro


I am not the one makeing the ulitmate decision, though. I just
put together the list.


 




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



Re: Intel notebooks for needy developers in developing countries

2005-12-08 Thread Alejandro Bonilla Beeche

Andreas Schuldei wrote:


* Bartosz Fenski aka fEnIo [EMAIL PROTECTED] [2005-12-09 00:30:09]:

 


On Thu, Dec 08, 2005 at 09:08:58PM +0100, Andreas Schuldei wrote:
   


Intel is so generous to provide Debian with ten notebooks (besides
some server hardware), which we would like to give to developers
in developing countries who 
 


What exacly did you mean writing about 'developing countries'?
   



i meant countries/persons who can not have a hope of buying a
computer (but only use one in the computer room in their
university or their neighbour's for their debian work) and who's
income is so low that they would need many months savings of
their complete income to be able to afford a cheap one. 


i can try to come up with a list of countries if it helps.
 

Is not about the country. Is the fact that some people can't have the 
option to choose from a $1200 to a $100 computer.  Or maybe, not even that.


Don't generalize by saying the name of a country.

.Alejandro


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



Re: Debian based GNU/Solaris: pilot program

2005-11-02 Thread Alejandro Bonilla Beeche

Matthew Palmer wrote:


On Wed, Nov 02, 2005 at 06:21:12PM -0800, Erast Benson wrote:
 


read some more GPL vs. CDDL legality stuff on our web site at
http://www.gnusolaris.org/gswiki/GNU/Solaris_Resources
   



Authorization Required

This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password),
or your browser doesn't understand how to supply the credentials required.

Posting URLs to answer questions is only useful when random people who might
look at those URLs can read the content of the page.
 

I have to agree here. Putting Authentication on the web site is plain 
stupid.


Open that before we all get more bored about Sun.

.Alejandro


- Matt
 




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



Re: Debian based GNU/Solaris: pilot program

2005-11-01 Thread Alejandro Bonilla Beeche

Matthew Palmer wrote:


On Tue, Nov 01, 2005 at 06:21:45PM -0800, Alex Ross wrote:
 


words about yourself. We'll respond with a user/password.
   



Not to poop on your parade, but please, next time you go to announce
something to a technical list like d-devel -- drop the marketing guff, just
stick to the useful info.
 

I found this email and comment rude. I can't get into my head that 
people from community and people moving and doing open source things can 
become or even give out this kind of rude comments.


I don't know if Alex works for Sun, but in anyway, he has the freedom 
and option to express himself as he wishes. Your comments, only bring FUD.


3x *shrug*

.Alejandro


- Matt
 




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



Sid is/was crazy

2005-10-18 Thread Alejandro Bonilla Beeche

Hi,

Every some hours my Debian Sid box goes wild and I can't do anything. 
Not even being root.


Is crazy. I can't even do apt-get update to try fixing this problem...

Err http://http.us.debian.org unstable/main xpdf-common 3.01-2
 Could not open file 
/var/cache/apt/archives/partial/xpdf-common_3.01-2_all.deb - open (30 
Read-only file system) [IP: 64.50.236.52 80]

Err http://http.us.debian.org unstable/main yelp 2.10.0-3
 Could not open file 
/var/cache/apt/archives/partial/yelp_2.10.0-3_i386.deb - open (30 
Read-only file system) [IP: 204.152.191.7 80]

39% [Waiting for headers]
debian:~# whoami
root
debian:~# screen
mkfifo /var/run/screen/S-root/5922.pts-0.debian failed

dmesg:

SCSI error : 0 0 0 0 return code = 0x802
sda: Current: sense key: Aborted Command
   Additional sense: Scsi parity error
end_request: I/O error, dev sda, sector 147753830
Buffer I/O error on device sda3, logical block 1572865
lost page write due to I/O error on sda3
ATA: abnormal status 0xD0 on port 0xEC07
ATA: abnormal status 0xD0 on port 0xEC07
ATA: abnormal status 0xD0 on port 0xEC07
ata1: command 0x25 timeout, stat 0xd0 host_stat 0x21
ata1: status=0xd0 { Busy }
SCSI error : 0 0 0 0 return code = 0x802
sda: Current: sense key: Aborted Command
   Additional sense: Scsi parity error
end_request: I/O error, dev sda, sector 144346022
EXT3-fs error (device sda3): ext3_get_inode_loc: unable to read inode 
block - inode=571367, block=1146889

Remounting filesystem read-only
ATA: abnormal status 0xD0 on port 0xEC07
ATA: abnormal status 0xD0 on port 0xEC07
ATA: abnormal status 0xD0 on port 0xEC07
ata1: command 0x25 timeout, stat 0x50 host_stat 0x21
EXT3-fs error (device sda3) in ext3_reserve_inode_write: IO failure


This like a 1 month old apt-get upgrade.

.Alejandro


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



apt-get in Sid broke sound and /etc/modules?

2005-10-11 Thread Alejandro Bonilla Beeche

Hi,

   I think this is udev's fault.

1. Nothing is apparently doing what /etc/modules says. (order)
2. My sound card is now not recognized, maybe this is because hotplug is 
not there anymore?
:00:1f.5 Multimedia audio controller: Intel Corporation 
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)


IBM T42

.Alejandro


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