Re: E: Unimplemented function

2011-04-11 Thread Kash
any ideas on this?

On Fri, Apr 8, 2011 at 8:40 AM, melbogia  wrote:
> Hello,
> I have a machine with multiple network interfaces and the installer
> picks eth0 by default so I am trying to edit initrd and add a script
> in /lib/debian-installer-startup.d/ to select the correct interface
> based on IPAPPEND (which gives us BOOTIF= on the
> /proc/cmdline). The script is pretty simple, like so
>
> . /usr/share/debconf/confmodule
> 
> 
> db_set netcfg/choose_interface 
>
> This script runs, however I get the "E: Unimplemented function" error
> when the script runs on startup and waits there. I have to hit ctrl-c
> to break out of that and then it continues forward as expeted. I
> suspect the error has something to do with
> /usr/share/debconf/confmodule but I don't know what and I can't figure
> it out. Any help would be appreciated.
>
>
> --
> To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/BANLkTi=sq_a2n5xyvucq9e8gmrlnnz6...@mail.gmail.com
>
>


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTiktFao7FTu-J+zEz97JFkPUR5kK=q...@mail.gmail.com



Bug#257883: netcfg: Please offer to configure all network interfaces

2011-04-11 Thread Kash
As long as we are fixing this, can we also fix the
netcfg/interface=auto that's suppose to pick the correct interface
when pxe booting? We have machines with multiple interfaces and
interface=auto picks eth0 and the link is on eth4, so it complains
that it couldn't get a dhcp address and quits the preseed

On Mon, Apr 11, 2011 at 4:44 PM, Matt Taggart  wrote:
> Regarding #257883, "netcfg: Please offer to configure all network
> interfaces" (wow old bug!) I would also like d-i to let me configure
> multiple network interfaces. It would be nice if it prompted in
> expert mode, but since I'm already using preseeding I'd settle for a
> way to configure additional interfaces using late_command or something.
> Maybe netcfg could have a flag to indicate you were configuring an
> additional interface and not to step on the original config?
>
> In case it's useful here's my use case:
>
> All our machines have two networks, a public network and a private
> network. To install I pxe boot a machine using the private network
> and it gets a throw-away dhcp IP, then loads the preseed file. Then I
> use the preseed/run trick mentioned in the manual to cause netcfg to
> run again and prompt me for the real static config of the private
> network. Then it finishes the install using that new config, but I'd
> also like to configure the public network before rebooting. Also
> potentially tricky is after configuring the public network I want
> the default gateway to be on the public network.
>
> Work-arounds welcome.
>
> Thanks,
>
> --
> Matt Taggart
> tagg...@debian.org
>
>
>
> --
> To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/20110411234440.bd8031a9...@taggart.lackof.org
>
>



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



preseed error when contacting security.debian.org

2011-04-12 Thread Kash
Hi, I am installing debian using preseed and I get this error duriing
apt configuration stage

 â⤠[!!] Configure the package manager âââ
   â   â
  ââ   Cannot access repositoryâ
  ââ The repository on security.debian.org couldn't be accessed, so itsâ
  ââ updates will not be made available to you at this time. You shouldâ
  ââ investigate this later.   â
  ââ   â
  ââ Commented out entries for security.debian.org have been added to the  â
  ââ /etc/apt/sources.list file.   â
  ââ   â
  âââ
   â   â
   â


However, I can ping security.debian.org from another terminal

chroot /target
ping security.debian.org
#PING security.debian.org (128.101.240.212) 56(84) bytes of data
64 bytes from saens.debian.org (128.101.240.212): icmp_req=1 ttyl=47
time=47.1 ms
64 bytes from saens.debian.org (128.101.240.212): icmp_req=2 ttyl=47
time=48.3 ms

What could be the problem and how can I fix this error?


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



Re: preseed error when contacting security.debian.org

2011-04-12 Thread Kash
I see bunch of "500 Peer communication, code 101", here's a screenshot

http://imgpaste.com/i/ufjna.jpg


On Tue, Apr 12, 2011 at 9:45 AM, Christian PERRIER  wrote:
> Quoting Kash (melbo...@gmail.com):
>
>> What could be the problem and how can I fix this error?
>
> As is, nobody can tell.
>
> The logs in terminal 4, or the /var/log/syslog file (or files in
> /var/log/installer on the instaleld system) will give you more
> information.
>
>
>


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



Re: preseed error when contacting security.debian.org

2011-04-12 Thread Kash
It seems that error was related to apt-cacher-ng, we are in the middle
of rolling out ipv6 and the machine apt-cacher-ng is running is was
trying to use ipv6 when contacting security.debian.org. Disabling ipv6
on that machine fixed this issue.

On Tue, Apr 12, 2011 at 12:52 PM, Kash  wrote:
> I see bunch of "500 Peer communication, code 101", here's a screenshot
>
> http://imgpaste.com/i/ufjna.jpg
>
>
> On Tue, Apr 12, 2011 at 9:45 AM, Christian PERRIER  wrote:
>> Quoting Kash (melbo...@gmail.com):
>>
>>> What could be the problem and how can I fix this error?
>>
>> As is, nobody can tell.
>>
>> The logs in terminal 4, or the /var/log/syslog file (or files in
>> /var/log/installer on the instaleld system) will give you more
>> information.
>>
>>
>>
>


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



disk order in installer

2011-04-13 Thread Kash
Hello,
>From what I read, the installer names disks based on which driver was
loaded first. I.e. I have a 2GB flash card which is not on the boot
order list in BIOS and yet it always shows up as sda in the installer
(I am using preseed if it makes a difference). Is there no way to,
say, use edd in the installer, or tell preseed to use edd to read the
disk order from BIOS?


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTinCCO-=bqakjwt+nmhobox1ra7...@mail.gmail.com



disks missing during installer

2011-04-13 Thread Kash
Hello, I am using preseed to install squeeze, although I am not sure
if that matter. However, the installer only sees the flash card (being
one of the disks), but I don't see any other disks. There are 4 disks
in this system, in addition to this flash card. What is weird is that
when I remove the flash card then it sees all the disks.

Also we have a nfsroot environment, based on lenny. When I boot the
machine into nfsroot then it sees all the disks, including the flash
card. We have a bunch of machines, I have tried 3 different machines
and they are all exhibiting this behavior.

Some relevant information

~ # ls -ld /dev/?d*
lrwxrwxrwx1 root root13 Apr 13 18:13 /dev/fd ->
/proc/self/fd
brw-rw-rw-1 root root8,   0 Apr 13 18:13 /dev/sda
brw-rw-rw-1 root root8,   1 Apr 13 18:13 /dev/sda1
brw-rw-rw-1 root root8,   2 Apr 13 18:13 /dev/sda2

~ # cat /sys/block/sd?/device/model
2GB eUSB-B

~ # blkid
/dev/sda1: UUID="ae984ba3-ba08-4d63-8583-42e8b3166fe9" SEC_TYPE="ext2"
TYPE="ext3"
/dev/sda2: UUID="NAIv54-uv1o-n0FN-MM4G-ymyh-0diH-sVBt10" TYPE="LVM2_member"

(It installed on the flash card previously, hence the LVM2_member above)

Appropriate modules seem to be there
~ # lsmod
Module  Size  Used by
rsrc_nonstatic  7061  0
pcmcia_core20510  1 rsrc_nonstatic
fan 2590  0
sd_mod 25925  0
crc_t10dif  1012  1 sd_mod
usb_storage30413  0
scsi_mod  102285  2 sd_mod,usb_storage
uhci_hcd   16021  0
ehci_hcd   27989  0
thermal 9210  0
thermal_sys 9346  2 fan,thermal
usbcore98205  4 usb_storage,uhci_hcd,ehci_hcd
nls_base4445  1 usbcore
e1000e 97457  0


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



Help with disk detection please

2011-04-18 Thread Kash
heya, I have been trying to install squeeze, but the installer doesn't
see the disks, this is happening on multiple machines. All it sees is
the 2GB flash card we have on the machines as /dev/sda and that's it.
When I take out the flash card and reboot then it sees all the disks.
However if I boot with Lenny, it sees all the disks, including the
flash card


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