[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Monolithic Installer Question



Greetings Goswin,

I just tried the 13 Feb sid-amd64-monolithic.iso wondering if this installer would fetch everything from the internet without having any internal packages. There was a problem with selecting the mirrors. The installer correctly looked for an debian-amd64 mirror except the mirror list seems to be for the i386 archive. There doesn't seem to be a way to enter the mirror only select from the list.

Also, the ext3 filesystem was made except the partition later was identified as ext2 when mounting from my current install.

The installation failed because no valid mirror with Packages file for debian-amd64 was found.

The specific problem I wanted to address is the netcfg. The broadcast address is set to 0.0.0.0 instead of x.x.x.255. There was no way to enter the address. The 0.0.0.0 address causes my DSL modem to crash. This is also a problem on i386. This should be easy to correct if the proper developer is contacted.

Question: Who or where should I file a bug report as follows?


This was done correctly:
========= installation /etc/network/interfaces ==============


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
	address 192.168.2.64
	netmask 255.255.255.0
	network 192.168.2.0
	broadcast 192.168.2.255
	gateway 192.168.2.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.2.1
	dns-search localnet


This was not done correctly:
======== installation ifconfig ===============

eth0      Link encap:Ethernet  HWaddr 00:11:2F:E0:3A:27
          inet addr:192.168.2.64  Bcast:0.0.0.0  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:49876 (48.7 KiB)  TX bytes:3281 (3.2 KiB)
          Interrupt:17 Memory:fba00000-0



The Bcast:0.0.0.0 shown above is incorrect.

---------------------------------------


editor@postscript.port5.com
--
AMD Athlon 64 2.4Ghz Corsair TwinX1024-3200XL DDR 480Mhz ASUS A8V Deluxe ASUS Radeon A9250Ge/Td/256 Creative SB Live! WD Raptor SATA Maxtor PATA IBM/Okidata Color Postscript3 Lexmark Mono Postscript2 Debian GNU/Linux debian-amd64/pure64 sid XFree86 4.3.0 Xorg X11R6.8.2 1.5 Mb DSL



Reply to: