[06:31] I am remastering the live cd (removed OO, added some packages) How do I put the default user in the video group? [08:56] hi [08:57] is it possible to define a syslog host for a netinstall installation? [09:24] juliux: boot with log_host=blah log_port=blah [09:25] (you can leave out log_port if it's the standard syslog port) [09:25] CarlFK1: change the default value of passwd/user-default-groups in debconf [09:31] cjwatson: thanks [13:09] cjwatson: one more question it is possible to define a mirror also via the append line? [13:14] juliux: sure. replacing the default one, or adding an additional one? [13:17] replacing [13:24] cjwatson: replacing [13:25] then you just follow the normal procedure for preseeding something on the command line ... [13:25] to preseed it in a file, you'd use: [13:25] d-i mirror/country string manual [13:25] d-i mirror/http/hostname string host.name.example [13:25] d-i mirror/http/directory string /ubuntu [13:26] therefore, to preseed it on the command line, use mirror/country=manual mirror/http/hostname=host.name.example mirror/http/directory=/ubuntu [13:28] thxs [13:30] cjwatson: if i find time to go to one of the next uds you got a lot of beer from me;) [13:31] heh [13:31] I'll be at debconf, if that counts :) [13:35] i am not going to debconf [13:44] user-setup: cjwatson * r187 ubuntu/ (3 files in 2 dirs): [13:44] user-setup: Error out more gracefully, although with a clear red-screen error, if [13:44] user-setup: /dev/shm/.ecryptfs-$USER doesn't exist when trying to set up home [13:44] user-setup: directory encryption (LP: #395082). [13:48] user-setup: cjwatson * r188 ubuntu/debian/po/ (66 files): debconf-updatepo [13:49] user-setup: cjwatson * r189 ubuntu/debian/changelog: releasing version 1.27ubuntu2 [14:35] cjwatson: sorry for asking again, if i try to install an raid i got an message where the installer warns me that the kernel was unable to re-read the partion table, how can i accept this messages? or how can i subpress this messages? [14:36] don't know just from that, would need to see logs. probably a bug [14:38] you just have to press enter end then every thing is fine;) [14:38] i think is only showing up if there where alreay a raid installed [15:33] cjwatson: um.. im not sure how to "change the default value of passwd/user-default-groups in debconf" - I found http://live.debian.net/manual/html/live-user.html that says: [15:33] "...to add the live user to the fuse group, add the following to a file in the config/chroot_local-preseed directory: debconf passwd/user-default-groups string audio cdrom dialout floppy video plugdev netdev powerdev fuse " [15:33] but I don't find that dir [15:35] (first time I have looked at the live cd internals ) [15:43] Debian's diverged a fair bit from our live CD; don't use their documentation [15:44] and lots of FIXMEs in key places [15:44] I am using https://help.ubuntu.com/community/LiveCDCustomization [15:44] and that documentation is just wrong anyway, wrong owner [15:44] heh [15:45] you need to write a preseed file that says 'd-i passwd/user-default-groups string adm cdrom dialout lpadmin plugdev sambashare video' (at least that's what it'd be in karmic) [15:45] put it somewhere in the CD root [15:45] and then put preseed/file=/cdrom/path/to/your/file on the kernel command line [15:45] thanks [15:45] or actually just file= will be fine [15:46] nother Q: how do I disable cpu feq scaling (also live cd) [15:46] sorry, no idea; not really an installer thing [16:10] debian-installer-utils: cjwatson * r679 ubuntu/ (70 files in 3 dirs): merge from Debian 1.70 [17:18] this isn't good ... I just updated to the new kernel and it doesn't boot for me :) [17:43] evand: Do you think compute_size_layout is the function that does this? [17:45] shtylman: welcome to karmic :) [17:45] lamalex: what, set the default size for the partition slider? No, I think it's done in add_segment_rgb. [17:45] from glancing at the code anyway [17:46] evand: :) [17:46] evand: you see any of the work we have been doing on the installer? [17:47] http://shtylman.com/stuff/kubuntu_installer/version3/ [17:47] and all of that is basically accomplished with just a stylesheet [17:48] Ah, cool. Looking at the screenshots it appears as though the desktop is absent, or is this in only-ubiquity mode? [17:48] evand: its fullscreen [17:49] covers everything else while you move through the steps and then goes away...you can also minimize it [17:49] as in always, regardless of whether you select "try or install Kubuntu" or "install Ubuntu"? [17:49] thats the idea currently... the screenshots are missing a minimize icon we hope to add [17:50] to make it easier to minimize the install process [17:50] casper: cjwatson * r649 trunk/ (debian/changelog scripts/casper-bottom/15autologin): scripts/casper-bottom/15autologin: Minor consistency fixes. [17:50] the desktop is still there... but we wanted to make the user focus on the install steps for those few moments [17:51] user-setup: cjwatson * r190 ubuntu/ (debian/changelog user-setup-apply): Update autologin code to work with new gdm (thanks, Martin Pitt). [17:54] oem-config: cjwatson * r676 trunk/ (debian/changelog oem-config): Update autologin-disabling code to work with new gdm. [17:56] user-setup: cjwatson * r191 ubuntu/debian/changelog: releasing version 1.27ubuntu3 [18:00] hrm, not sure how comfortable I am with that. We created the "install {K,U}buntu" option in part to have a full screen application when it's desired, but if its full screen on the live CD desktop, I'm worried that users wont realize they can treat it like a regular application. Not my call to make though, that's up to you guys in Kubuntu. However, I would suggest that if you make it full screen, you don't waste any screen real estate and make [18:00] anyway, I need to run [18:00] cheers, have a good weekend [18:00] k...will consider... peace [18:59] evand: are you around? I've been searching through this code for 2 hours and still haven't been able to find where it picks the size [19:06] oh snap [19:06] maybe just found it [19:27] lamalex: I really have to run but the partman-auto shell code lives somewhere in /lib/partman (its probably easier to look at the partman-auto source package), that gets called by partman.py (/usr/lib/ubiquity/ubiquity/components), which then feeds the minimum size for the resized partition, the maximum size, and the size of the partition itself to the frontend (/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py), which creates a SegmentedBarSlider w [19:28] this is in add_segment_rgb [19:28] roughly line 600 [19:28] if self.resize != -1 and len ... [19:28] really gotta run [19:28] sorry [19:28] cheers [19:30] yah, found it finally [19:30] thanks === nxvl_ is now known as nxvl