Re: Problem creating ia32 chroot

2005-12-01 Thread Aethon
On 11/30/05, Jo Shields <[EMAIL PROTECTED]> wrote:
[...]
> copy your /etc/resolv.conf into your chroot

That got everything working. Thanks

Aethon



Re: Problem creating ia32 chroot

2005-11-30 Thread Aethon
On 11/30/05, Jo Shields <[EMAIL PROTECTED]> wrote:
[...]
> run apt-setup in your chroot, to pick a mirror - if that doesn't work,
> try apt-cache search

You were right about apt not having a mirror. In the chroot
/etc/apt/sources.list was empty. So I added a mirror: (this is in the
chroot)

erebus:/# cat /etc/apt/sources.list
deb http://debian.cites.uiuc.edu/pub/debian/ testing main contrib non-free
erebus:/# apt-get update
Err http://debian.cites.uiuc.edu testing Release.gpg
 Temporary failure resolving 'debian.cites.uiuc.edu'
Failed to fetch
http://debian.cites.uiuc.edu/pub/debian/dists/testing/Release.gpg
Temporary failure resolving 'debian.cites.uiuc.edu'
Reading package lists... Done
W: Couldn't stat source package list http://debian.cites.uiuc.edu
testing/main Packages
(/var/lib/apt/lists/debian.cites.uiuc.edu_pub_debian_dists_testing_main_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://debian.cites.uiuc.edu
testing/contrib Packages
(/var/lib/apt/lists/debian.cites.uiuc.edu_pub_debian_dists_testing_contrib_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://debian.cites.uiuc.edu
testing/non-free Packages
(/var/lib/apt/lists/debian.cites.uiuc.edu_pub_debian_dists_testing_non-free_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old
ones used instead.

Moreover, trying to ping any site doesn't seem to work. Also, I can
access http://debian.cites.uiuc.edu/pub/debian outside the chroot.

Aethon



Re: Problem creating ia32 chroot

2005-11-30 Thread Aethon
On 11/30/05, Flavio Stanchina <[EMAIL PROTECTED]> wrote:
> Aethon wrote:
> > I'm trying to create an ia32 chroot. [...]
> > erebus:/home/will# debootstrap --arch i386 sid /var/chroot/sid-ia32
>
> > So is this just a problem with sid being broken at the moment? Or is
> > there something else I can do to make things work?
>
> In my experience, debootstrap often has this kind of problems with sid
> and testing because AFAIK it uses a semi-static list of dependencies.
> Usually, I've had more success with cdebootstrap.

It seems to have worked using combination of cdebootstrap and
switching to testing instead of sid (which should be sufficient for
me, since I'm really just trying to get firefox running in 32 bit so I
can use the flash plugin). Now I've got another problem. When trying
to apt-get libx11-6, I get

erebus:/# apt-get install libx11-6
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libx11-6

Does this have to do with the switch to xorg instead of xfee86? If so
is there a different package I should be installing?

Thanks,

Aethon



Re: Problem creating ia32 chroot

2005-11-30 Thread Aethon
On 11/30/05, Gudjon I. Gudjonsson <[EMAIL PROTECTED]> wrote:
> Hi
>I think --resolve-debs will solve your problem
> #debootstrap --resolve-deps --arch amd64 sarge /var/chroot/sarge-amd64
> http://bach.hpc2n.umu.se/debian-amd64/debian/
> This is what I did to make an amd64 chroot and I think the problem was the
> same.

Thanks for trying, but unfortunately that didn't fix it.

Aethon



Problem creating ia32 chroot

2005-11-30 Thread Aethon
Hi,

I'm trying to create an ia32 chroot. I'm following the directions from
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id271960

So I start with:
erebus:/home/will# debootstrap --arch i386 sid /var/chroot/sid-ia32
ftp://debian.cites.uiuc.edu/pub/debian/
Which spits out tons of stuff, ending with

I: Configuring libopencdk8...
I: Configuring libgnutls12...
I: Configuring libgnutls11...
I: Configuring libldap2...
I: Configuring netbase...
I: Configuring gnupg...
I: Configuring sysklogd...
I: Configuring klogd...
I: Configuring console-tools...
I: Configuring console-common...
I: Configuring base-config...
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.
W: Failure while configuring base packages.

I've run the command twice with the same result. Just in case I also
tried the next two steps:
erebus:/home/will# chroot /var/chroot/sid-ia32/
erebus:/# apt-get install libx11-6
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  aptitude: Depends: libapt-pkg-libc6.3-6-3.10 but it is not installable
Depends: libsigc++-2.0-0c2 (>= 2.0.2) but it is not installable
  libx11-6: Depends: x11-common (> 4.3.0) but it is not going to be installed
Depends: xlibs-data but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s
olution).

So is this just a problem with sid being broken at the moment? Or is
there something else I can do to make things work?

Thanks,

Aethon



Re: Why are only 2.2 or 2.4 kernels available to me?

2005-11-23 Thread Aethon
On 11/23/05, Craig Hagerman <[EMAIL PROTECTED]> wrote:
However, "apt-cache search kernel-source" only gives me options forolder 2.2 or 2.4 kernels. My sources.list is OK. Why on earth wouldthe only kernels available to me be 2.2 or 2.4
The package names have changed, try linux-source.

Aethon


Re: Kernel Headers for 2.6.11

2005-09-21 Thread Aethon
On 9/21/05, Zaq Rizer <[EMAIL PROTECTED]> wrote:



  
  


On Wed, 2005-09-21 at 01:10 -0500, Aethon wrote:

On 9/20/05, Zaq Rizer <
[EMAIL PROTECTED]> wrote:



Sorry
to sort of butt in here, but I've been trying to get my nvidia drivers
fixed for some time now and am stuck at a certain point.  Hoping
you can point me in the same direction you took, since you recently got
your setup working.




To be honest I'm not completely sure what you are doing. I just followed the directions from 
http://home.comcast.net/~andrex/Debian-nVidia/ going "the Debian way" using module-assistant.  I used the stock 2.6.12 debian kernel and it all worked without a hitch. 


So you're running the 7174 version of the nvidia module?  I was under the impression you were running the most recent.
I'm just running the 7174 version. It works just fine, so I'm not going to try to fix something that isn't broken.

Aethon



Re: Kernel Headers for 2.6.11

2005-09-20 Thread Aethon
On 9/20/05, Zaq Rizer <[EMAIL PROTECTED]> wrote:

Sorry to sort of butt in here, but I've been trying to get my nvidia
drivers fixed for some time now and am stuck at a certain point. 
Hoping you can point me in the same direction you took, since you
recently got your setup working.
To be honest I'm not completely sure what you are doing. I just
followed the directions from
http://home.comcast.net/~andrex/Debian-nVidia/ going "the Debian way"
using module-assistant.  I used the stock 2.6.12 debian kernel and
it all worked without a hitch. Then I updated the X server
configurations "The Debian way" (with dpkg-reconfigure) except I'm
running xorg instead of xfree86. Parts 3b,3c I didn't even have to do
since I already had a GUI going it was just using VGA @ 640x480 so 3b
was done and I tried 3c by rebooting instead (the lazy way out, but it
works).

The one thing to keep in mind, which you can probably skip with some
appropriate command line flags that I don't know, is that when doing
the module-assistant thing you need to be running the kernel that you
are trying to build the module for.

Aethon



Re: Kernel Headers for 2.6.11

2005-09-17 Thread Aethon
On 9/17/05, Frank <[EMAIL PROTECTED]> wrote:
As a followup to my other message: Now I understand."kernel-headers" as well as "kernel-image" are obsoleted, because thenew kernel package now creates "linux-image" as well as "linux-headers"
packages.And the newest of these is linux-headers-2.6.12-1.
That answers quite a few things. I've now got 2.6.12 running with the nvidia drivers. Now to figure out the sound...

Thanks

Aethon


Re: Kernel Headers for 2.6.11

2005-09-17 Thread Aethon
On 9/17/05, Frank <[EMAIL PROTECTED]> wrote:
The packages exists for me. But I have only "testing" sourcesin my list, no "unstable" ones.Maybe you need to put the deb-src entry there?
I actually do have the deb-src there as well, I forgot to mention that.
 $ aptitude search kernel-headers
i A kernel-headers-2.6.11-9 - Header files related to Linux kernel versi   kernel-headers-2.6.11-9-amd64-k
 - Linux kernel headers for version 2.6.11 o$ cat /etc/apt/sources.listdeb http://ftp.de.debian.org/debian-amd64/debian testing main contrib non-free
deb-src http://ftp.de.debian.org/debian-amd64/debian testing main contrib non-free
Ok, now I'm really confused. Just for the sake of testing I commented
out my sources.list and added the above two lines.  Then did:
# cat /etc/apt/sources.list
[...snipped commented lines...]
deb http://ftp.de.debian.org/debian-amd64/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian-amd64/debian/ testing main contrib non-free
# apt-get update
Get:1 http://ftp.de.debian.org testing/main Packages [3367kB]
Get:2 http://ftp.de.debian.org testing/main Release [96B]
Get:3 http://ftp.de.debian.org testing/contrib Packages [42.9kB]
Get:4 http://ftp.de.debian.org testing/contrib Release [99B]
Get:5 http://ftp.de.debian.org testing/non-free Packages [30.4kB]
Hit http://ftp.de.debian.org testing/non-free Release
Get:6 http://ftp.de.debian.org testing/main Sources [1327kB]
Hit http://ftp.de.debian.org testing/main Release
Hit http://ftp.de.debian.org testing/contrib Sources
Hit http://ftp.de.debian.org testing/contrib Release
Hit http://ftp.de.debian.org testing/non-free Sources
Hit http://ftp.de.debian.org testing/non-free Release
Fetched 4768kB in 5m53s (13.5kB/s)
Reading Package Lists... Done# aptitude search kernel-headers
v  
kernel-headers 
-
v   kernel-headers-2.4  -
v   kernel-headers-2.6  -
p   kernel-headers-2.6-amd64-generi - Linux kernel headers for version 2.6 on g
i   kernel-headers-2.6-amd64-k8 - Linux kernel headers for version 2.6 on A
p   kernel-headers-2.6-amd64-k8-smp - Linux kernel headers for version 2.6 on A
p   kernel-headers-2.6-em64t-p4 - Linux kernel headers for version 2.6 on I
p   kernel-headers-2.6-em64t-p4-smp - Linux kernel headers 2.6 on Intel EM64T s
i  
kernel-headers-2.6.8-11
- Header files related to Linux kernel vers
p   kernel-headers-2.6.8-11-amd64-g - Linux kernel headers 2.6.8 for generic x8
i   kernel-headers-2.6.8-11-amd64-k - Linux kernel headers for version 2.6.8 on
p   kernel-headers-2.6.8-11-amd64-k - Linux kernel headers for version 2.6.8 on
p   kernel-headers-2.6.8-11-em64t-p - Linux kernel headers for version 2.6.8 on
p   kernel-headers-2.6.8-11-em64t-p - Linux kernel headers for version 2.6.8 on
i  
linux-kernel-headers   
- Linux Kernel Headers for development
p  
misdn-kernel-headers   
- Header files for the mISDN drivers
p   pistachio-kernel-headers    - L4 microkernel implementation - kernel he

And I'm still not seeing the right package. For what it is worth the
output of "aptitude search kernel-headers" did not change by changing
to the ftp.de.debian.org repository.

How is it that I don't see the right package now? Is there somehow some
cache that apt has that I should try clearing or something?



Kernel Headers for 2.6.11

2005-09-17 Thread Aethon
Hi,

I'm trying to upgrade my kernel from 2.6.8-11-amd64-k8 to
2.6.11-amd64-k8. The package installs fine and boots up ok, and even
recognizes my sound card (which the 2.6.8 kernel does not, hence the
reason I'm upgrading). The problem is when I try to install the nvidia
module. I've installed the module for 2.6.8 using module-assistant with
no problem. When I went to do this on 2.6.11 I get a problem running
"module-assistant prepare". It complains that it cannot find the
package kernel-headers-2.6.11-9-amd64-k8. I've search around for the
package on packages.debian.org and can't seem to locate it. So where
can I find this package or something else to resolve this dependancy?

If it is relevant, my /etc/apt/sources.list has
deb http://debian.csail.mit.edu/debian-amd64/debian/ testing main contrib non-free
deb http://debian.csail.mit.edu/debian-amd64/debian/ unstable main contrib non-free

I'm running testing with the occasional package from unstable.

Thanks,

Aethon


Re: Amd64 archive

2005-09-11 Thread Aethon
On 9/11/05, Ernest jw ter Kuile <[EMAIL PROTECTED]> wrote:
On Sunday 11 September 2005 19:03, v0n0 wrote:> When I try to install openoffice.org it complains it can't install:>> openoffice.org-debian-files (> 1.1.3+1.1.4)
> openoffice.org-bin (> 1.1.3+1.1.4)>> What can I do?A great deal. To start with you could clarify your question Or was it justa statement ?
I think the problem is circular dependancies. When I tried to install
openoffice myself a day or two ago it complained -bin needed
-debian-files to install, and -debian-files needed -bin to install. 

At the time I wasn't able to find this as a bug on bugs.debian.org, but
since I'm not familiar enough with the bugs system there is a very good
chance I overlooked it.

--
Aethon