/srv/irclogs.ubuntu.com/2006/12/19/#ubuntu-installer.txt

=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-installer
=== mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-installer
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer
=== mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-installer
mptInteresting, no bugs have ever been reported about Ubiquity10:27
mpthttps://launchpad.net/products/ubiquity/+bugs :-)10:27
mptPerhaps bugs from /distros/ubuntu/+source/ubiquity will need to be registered there once popular derivatives are using Ubiquity10:31
siretartall ubiquity bugs are ubuntu specific. there are no ubiuity upstream bugs ;)12:15
cjwatsonmpt: I have enough trouble managing them in one place without managing them in two ;-) the product/distro separation is often a pain12:23
cjwatsonI'd love to have bugs (optionally) transparently gatewayed from one to the other12:24
cjwatsonmpt: (also, I only bothered to create the ubiquity product relatively recently, IIRC)12:24
cjwatsonwhen I needed a directory on the supermirror12:24
cjwatsonahh, that's better. The version of ubiquity in bzr now supports just 'ubiquity --debug' (and sudos or whatever for itself) rather than needing 'gksudo env UBIQUITY_DEBUG=1 ubiquity' or 'kdesu --nonewdcop env UBIQUITY_DEBUG=1 ubiquity' depending on the frontend12:26
cjwatsonmain push for that was so that I could also support 'ubiquity --new-partitioner'12:27
mptcjwatson, yeah, the idea was to prevent upstream from getting pestered with bug reports about distro-specific customizations12:49
mptUbiquity (and Upstart, I guess) are unusual cases where Ubuntu == upstream12:49
cjwatsonhence (optionally)12:51
mptright12:52
=== siretart_ [i=siretart@tauware.de] has joined #ubuntu-installer
mptReported "Handle a distribution being its own upstream for a package" <https://launchpad.net/bugs/76416>01:43
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer
cjwatsonmpt: thanks02:25
=== heno [n=henrik@ubuntu/member/heno] has joined #ubuntu-installer
markexpert_recipe is a bitch04:54
=== tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-installer
tepsipakkiwhee05:15
cjwatsontepsipakki: how much free space is there on the disk?05:15
cjwatsonit's possible it's a 64-bit arithmetic issue05:15
tepsipakkinope, it's a laptop, cfdisk says ~32GB05:16
tepsipakkipartman-auto: Expert recipe too large (2200008150 > 32003)05:16
tepsipakkithat first figure puzzles me05:16
tepsipakkicalculating the miminal sizes gives me 965005:17
tepsipakkis/miminal/minimal/05:17
tepsipakkioops05:18
tepsipakkiargh05:18
tepsipakkimaybe it was just a typo after all.. every entry should end with a dot, right?-)05:19
tepsipakkiI've added specifiers for lvmok{ }, and misplaced one05:19
cjwatsonah, that could be it. it's unfortunately very fragile05:19
markquite!05:20
markhas just cost me another hour to find out that I had a space where it didn't like it05:20
cjwatsonthe size is in megabytes, so I guess my lack of safe 64-bit arithmetic isn't a big problem05:20
cjwatsonwon't manifest until 4PB or so05:21
tepsipakkiit's also unnecessarily duplicated at places05:21
markis there a way to ehm, create a partition, format it with filesystem and mount it... *except* if that partition with the correct size already exists?05:21
tepsipakkimethod{ format } and format{ } etc05:21
markthen it should just keep the data on it05:21
cjwatsonit's very much tied to the representation in /var/lib/partman/devices/05:21
cjwatsonmark: I can't think of one. There are several things for which I'd like some kind of conditional syntax in recipes.05:22
markit's a complicated problem05:22
markespecially with RAID and LVM and all that ;)05:22
markautoinstallations are a bit scary for our database servers right now05:24
tepsipakkioh, and now that I'm here lets just say that I'll try to fix some of the bugs that are dear to me ;)05:24
tepsipakkiin d-i05:24
markwhat does edgy support with LVM, in terms of auto partitioning?05:25
tepsipakkihmm, I don't remember anymore.. didn't use edgy much but I recall it did support auto-lvm05:27
cjwatsontepsipakki: please do; http://wiki.ubuntu.com/InstallerDevelopment05:28
cjwatsonI'm taking on more management responsibility in Canonical, so my time for installer work is going to be reduced (although not eliminated altogether)05:28
tepsipakkiyeah, I've been looking at netcfg-mess :)05:29
cjwatsonheh, I was just merging that05:30
markcongratulations I guess? ;)05:30
cjwatsonwhat's bugging you about netcfg?05:30
cjwatsonmark: maybe ;-)05:30
cjwatsonI manage about half the distro team now05:31
marknice05:31
tepsipakkicjwatson: well, the dhcp/fqdn-stuff05:31
markyes! :)05:31
markthat sucks a bit05:32
cjwatsonhmm, that's not bitten me much05:32
cjwatsonbut netcfg has been short on maintenance over the last year or so since joshk got busy with school05:32
tepsipakkiI get "xxx.xxx.xxx.xxx host.domain.domain host.domain" in /etc/hosts, if dhcp gives fqdn as the hostname05:32
cjwatsonah05:32
markmy wishlist:05:33
mark- a way to preseed a "search" line for resolv.conf05:33
mark- a way to use the ip as requested by DHCP configured statically05:33
markthe latter might be a bit dangerous but makes sense in server environments05:33
tepsipakkimark: the latter can be done05:34
markI am currently doing it05:34
markin early_command05:34
tepsipakkiah05:34
markpreseeding the ip and then rerunning netcfg05:34
tepsipakkiyes05:34
cjwatsona custom dhclient script might be able to do that05:34
cjwatsonthough it would be a lot more perverse than doing it directly in netcfg05:34
mark# Redo network configuration statically05:35
markecho d-i netcfg/get_ipaddress string $(ifconfig | grep "inet addr" | cut -d ' ' -f 12 | sed 's/addr://' | grep -v 127\.0\.0\.1) > /tmp/st05:35
markatic_net.cfg05:35
markdebconf-set-selections /tmp/static_net.cfg05:35
markkillall.sh; netcfg; true05:35
markit's a bit dirty but it seems to work05:35
cjwatsonyow05:35
cjwatsonbut yes, that ought to work ...05:35
cjwatsonkillall.sh is so badly named it isn't funny05:36
markagreed :)05:36
=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer
=== Shaba1 [n=noneya@adsl-63-202-227-130.dsl.sndg02.pacbell.net] has joined #ubuntu-installer

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!