glitchd_ | anybody in here have teamspeak by chance? | 08:49 |
---|---|---|
glitchd_ | anybody in here have teamspeak by chance? | 08:51 |
CIA-16 | base-installer: cjwatson * r963 ubuntu/ (15 files in 4 dirs): merge from Debian 1.122 | 13:45 |
CIA-16 | base-installer: cjwatson * r964 ubuntu/debian/changelog: releasing version 1.122ubuntu1 | 13:47 |
DW-10297 | Any chance that the Adaptec 6405 is going to be supported in installer anytime soon? killing me =D | 13:50 |
cjwatson | It's probably best to ask the kernel team about that | 13:51 |
cjwatson | We just use the kernel they give us | 13:51 |
DW-10297 | How do I find these gents? | 13:52 |
cjwatson | #ubuntu-kernel | 13:52 |
DW-10297 | I was praying so hard that 11.11 had the driver | 13:52 |
DW-10297 | cjwatson: okay so in a round about way I have figured out it's an installer issue =D | 14:41 |
DW-10297 | I thought it was a kernel issue because my auto install kickstart script told me that there was no root partition defined, so I just stupidly assumed that it was because the raid controller didn't work | 14:42 |
DW-10297 | So I removed all of the lines relevant to disks from the kickstart file, and what it does is takes me to the "[!!] Partition Disks" screen, the only option on this screen says: "Configure ISCSI Volumes".. However if I hit "Go Back" here and then 'Partition Disks' | 14:44 |
DW-10297 | it takes me to the screen asking me if I want to remove the LVM data already on the drive | 14:45 |
DW-10297 | so it seems like the first time it calls partman it's highly confused | 14:45 |
DW-10297 | but the second time it isn't | 14:45 |
cjwatson | I don't really have mental bandwidth to help right now, because I'm doing several other complex things; a bug report about this would need to have the kickstart file (with passwords removed) plus the syslog and partman installer logs | 14:46 |
cjwatson | then hopefully it can be reproduced in a VM | 14:46 |
DW-10297 | this is the last question I will burden you with, is the version of the netboot in the server ISO the current version? | 14:48 |
cjwatson | probably, but in any case it's best to fetch it from the archive | 14:49 |
cjwatson | http://archive.ubuntu.com/ubuntu/dists/oneiric-updates/main/installer-i386/current/images/netboot/ | 14:50 |
cjwatson | er, hah, that doesn't exist yet, s/oneiric-updates/oneiric/ | 14:50 |
cjwatson | when a more current version is published, it will be in oneiric-updates | 14:50 |
cjwatson | but that'd just be a refresh against kernel updates, most likely | 14:51 |
DW-10297 | ah, okay so hitting go back 'partition disks' and then enter a bunch of times actually results in a working install it appears | 14:53 |
DW-10297 | so no clue but I guess i'll just do that =) | 14:53 |
cjwatson | sounds dodgy to me but if it works for you ... | 14:54 |
DW-10297 | I don't disagree that it's dodgy, I just need the server to work soon so my choices are limited, either use this or Fedora 16 =) | 14:55 |
DW-10297 | where can I drop the bug? | 14:55 |
cjwatson | the debian-installer package in Ubuntu | 14:55 |
DW-10297 | is that at like bugzilla.ubuntu.com? | 14:56 |
cjwatson | launchpad.net | 14:57 |
CarlFK | DW-10297: https://bugs.launchpad.net/debian-installer | 15:10 |
cjwatson | no | 15:11 |
cjwatson | please do not use that link | 15:11 |
cjwatson | https://bugs.launchpad.net/ubuntu/+source/debian-installer | 15:11 |
CarlFK | ? | 15:11 |
cjwatson | the link you gave represents debian-installer upstream, which does not use Launchpad for bug tracking; reports there will go into a black hole | 15:12 |
CarlFK | er, never midn.. right/ | 15:12 |
CarlFK | DW-10297: I just did an install on a hardware raid that shows up as /dev/cciss/c0d0p not /dev/sda - I got the "no / defined" message. | 15:15 |
DW-10297 | if you hit back and then 'partition disks' does it work normally? | 15:16 |
DW-10297 | cjwatson: this is where I am trying to publish the bug will this work? https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug | 15:16 |
cjwatson | yes | 15:17 |
DW-10297 | does the log file you need me to paste into here exist after the install is completed or do I need to copy it out during the install? | 15:18 |
CarlFK | DW-10297: for me, back just looped to the same "no /" dialog. I used dev/cciss/c0d0p for "d-i partman-auto/disk string /dev/sda" | 15:19 |
DW-10297 | CarlFK: yeah, I removed all of the stuff related to disks in my kickstart script | 15:19 |
DW-10297 | if you have it in there it will infinitely loop | 15:19 |
CarlFK | DW-10297: /var/log/installer/syslog | 15:19 |
DW-10297 | CarlFK and that will exist after the install is completed? | 15:20 |
CarlFK | yes | 15:20 |
DW-10297 | does launchpad give you the opportunity to submit attachments or should I just paste my kickstart/log into this little box? | 15:21 |
DW-10297 | i want to be least annoying as possible | 15:21 |
CarlFK | attachments | 15:22 |
CarlFK | for more in syslog DEBCONF_DEBUG=5 here is mine: append initrd=ubuntu/oneiric/amd64/initrd.gz root=/dev/rd/0 rw auto=true netcfg/wireless_wep= interface=auto hostname= DEBCONF_DEBUG=5 url=shaz -- | 15:23 |
cjwatson | use DEBCONF_DEBUG=developer instead | 15:26 |
cjwatson | (=5 won't produce a debug trace from stuff in the target) | 15:26 |
cjwatson | however remember that DEBCONF_DEBUG exposes the password in the trace, so don't use it routinely, only when you're actually debugging stuff | 15:26 |
cjwatson | it's sort of like strace | 15:27 |
DW-10297 | can you add an additional attachment to a bug after you submit it or should I create one file with the ks and the log? | 15:31 |
DW-10297 | okay, nevermind | 15:32 |
DW-10297 | an additional attachment to a bug after you submit it or should I create one file with the ks and the log? | 15:32 |
DW-10297 | woops | 15:33 |
DW-10297 | Bug #893152 | 15:33 |
ubot2 | Launchpad bug 893152 in debian-installer "Partition disks step shows no physical disks the first time it is activated" [Undecided,New] https://launchpad.net/bugs/893152 | 15:33 |
CarlFK | you can attach multiple files, but need to do one at a time | 15:37 |
CIA-16 | user-setup: cjwatson * r251 ubuntu/ (debian/changelog user-setup-apply user-setup-ask): | 15:54 |
CIA-16 | user-setup: apt-install ecryptfs-utils and cryptsetup in user-setup-apply, not | 15:54 |
CIA-16 | user-setup: user-setup-ask (LP: #893014). | 15:54 |
CIA-16 | user-setup: cjwatson * r252 ubuntu/debian/changelog: releasing version 1.39ubuntu2 | 15:55 |
=== skaet_ is now known as skaet | ||
CIA-16 | ubiquity: cjwatson * r5092 trunk/ (d-i/manifest debian/changelog): | 22:25 |
CIA-16 | ubiquity: Automatic update of included source packages: apt-setup 1:0.55ubuntu1, | 22:25 |
CIA-16 | ubiquity: base-installer 1.122ubuntu1, choose-mirror 2.39ubuntu1, clock-setup | 22:25 |
CIA-16 | ubiquity: 0.109ubuntu1, console-setup 1.70ubuntu1, debian-installer-utils | 22:25 |
CIA-16 | ubiquity: 1.87ubuntu1, hw-detect 1.87ubuntu1, localechooser 2.38ubuntu1, | 22:25 |
CIA-16 | ubiquity: partman-ext3 66ubuntu1, partman-partitioning 83ubuntu1, partman-target | 22:25 |
CIA-16 | ubiquity: 76ubuntu1, user-setup 1.39ubuntu2. | 22:25 |
CIA-16 | ubiquity: cjwatson * r5093 trunk/debian/real-po/ (74 files): debconf-updatepo | 22:32 |
CIA-16 | ubiquity: cjwatson * r5094 trunk/debian/changelog: releasing version 2.9.3 | 22:56 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!