r4___ | yeah same | 00:00 |
---|---|---|
r4___ | especially given that the problem is fixed once i reinstall grub | 00:00 |
twb | Because I have *so* many problems with grub, and my booting needs are simple and homogeneous, I usually just install extlinux instead in such cases. | 00:00 |
twb | Here are my notes http://paste.debian.net/123429/ (for hardy, but largely unchanged as at lucid) | 00:01 |
r4___ | hrm | 00:03 |
r4___ | ill have to give that a good read tomorrow | 00:03 |
r4___ | cuz this solution will only be acceptable as a temp fix | 00:03 |
twb | Shrug. | 00:09 |
r4___ | ill just have to play around and see if i can find a fix :) | 00:10 |
twb | When I put extlinux in production, it just sits there and works. Such is definitely not my experience with grub, especially grub 2. As you've seen... | 00:10 |
r4___ | haha yeah | 00:10 |
r4___ | ill give extlinux a look...it might get rid of this damn headache... :P | 00:10 |
hallyn | hggdh: I'm not using it | 00:10 |
=== medberry is now known as med_out | ||
hggdh | hallyn: thanks | 00:12 |
hallyn | thank you :) | 00:13 |
adam_g | smoser: around? http://paste.ubuntu.com/647739/ | 00:20 |
r4___ | time to go home! | 00:22 |
twb | If anyone cares, I have just updated my extlinux notes to reflect the current (sid/lucid) generation: http://paste.debian.net/123435/ | 02:10 |
hggdh | Daviey: when you get back... bug 813266, potential blocker for 10.04.3 | 02:27 |
uvirtbot` | Launchpad bug 813266 in eucalyptus "eucalyptus fails to start instances" [Critical,New] https://launchpad.net/bugs/813266 | 02:27 |
Guest70950 | hello | 03:45 |
Guest70950 | anyone there? | 03:45 |
twb | !ask | 03:47 |
ubottu | Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) | 03:47 |
Guest70950 | How do I get a working flash player for xbuntu. It says there is none compatiable in firefox | 03:49 |
twb | !flash | 03:49 |
ubottu | To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash | 03:49 |
Guest70950 | waht is !flash and !gnash | 03:52 |
Guest70950 | FNG here | 03:52 |
twb | Guest70950: /msg ubottu foo | 03:53 |
twister004 | hi guys.. how can I access the grub boot screen during bootup? | 03:59 |
twb | twister004: hit shift | 04:15 |
Datz | that has changed with certain versions, correct? | 04:15 |
Datz | used to be escape? | 04:15 |
twb | Datz: yes | 04:18 |
twb | It's configurable; the default changed | 04:18 |
twister004 | guys.. i tried shift and esc... it doesn't work | 04:21 |
twister004 | looks like grub has crashed :( | 04:21 |
uvirtbot` | New bug: #813295 in cloud-init (main) "oneiric alpha2 images do not run in eucalyptus" [Undecided,New] https://launchpad.net/bugs/813295 | 04:21 |
=== jmarsden_ is now known as jmarsden | ||
DanaG | Interesting: gave the Broadcom a second chance, and it seems to be fine now. | 06:00 |
DanaG | Not CPU-devouring. | 06:00 |
=== smb` is now known as smb | ||
Totem-Schalter | anyone know anything about setting up a tftpd server .. im having a hell of a time trying to get it to work. | 08:09 |
codec_ | jep. whats the problem? | 08:10 |
Totem-Schalter | im using tftpd-hpa and its running but i cant access it | 08:11 |
Totem-Schalter | i get the error "no file or dir" | 08:11 |
Totem-Schalter | i made a folder in "/tftp" and chmod 777 it and i also edited the tftpd-hpa to reflect that dir | 08:13 |
Totem-Schalter | im lost | 08:13 |
lynxman | morning | 08:18 |
lynxman | Totem-Schalter: Setting up tftp is always a bit of a pain, does it generate any logs? | 08:19 |
Totem-Schalter | i think so .. i need to look where it puts them | 08:19 |
lynxman | Totem-Schalter: that's where I would start, since it won't give you any other clue | 08:19 |
Totem-Schalter | there really is not any good documentation on it either "tftpd-hpa | 08:21 |
lynxman | Totem-Schalter: unfortunately | 08:21 |
Totem-Schalter | yeah no logs .. but i need to check my initd logs .. where is that | 08:25 |
Totem-Schalter | to check if port 69 is binding | 08:26 |
lynxman | Totem-Schalter: Are you using xinetd or just starting directly? | 08:26 |
Totem-Schalter | command "service tftpd-hpa start " works | 08:27 |
lynxman | so starting directly | 08:27 |
Totem-Schalter | ok | 08:27 |
lynxman | check the PID of tftpd then do lsof -p PIDNUM as root | 08:27 |
lynxman | Totem-Schalter: that'll show you all the resources the process is using including ports its listening to | 08:29 |
lynxman | Totem-Schalter: also another way is to do "netstat -an" | 08:29 |
Totem-Schalter | netsat -an i found udp 0.0.0.0:69 | 08:30 |
lynxman | so... someone is listening :) | 08:30 |
Totem-Schalter | lol | 08:30 |
uvirtbot` | New bug: #813371 in postfix (main) "package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/813371 | 08:31 |
lynxman | Totem-Schalter: now, the key is finding the logs, since it must be something silly like "can't find dir, can't read file, I'm just a dumb service" or any of the above :) | 08:31 |
Totem-Schalter | yeah .. it hased to be a setting in my config file | 08:32 |
Totem-Schalter | what can i do with the "ps" command to keep it from scrolling off the screen ? | 08:35 |
lynxman | ps | less | 08:36 |
lynxman | for example | 08:36 |
Totem-Schalter | ok i was doing |grep less | 08:36 |
lynxman | that will try to look for the string less in ps output :) | 08:36 |
Totem-Schalter | ahh ic | 08:37 |
shadowpit | Hello, I've got a problem with my Ubuntu Server 11.04 amd64, can I request for help here or is there a better place to that ? | 08:37 |
shadowpit | -to +for | 08:37 |
irly | shoot | 08:38 |
irly | if someone knowledgeable knows the answer, you probably get one | 08:38 |
shadowpit | ok, thanks. | 08:38 |
shadowpit | Here is my problem : I updated my server and I now have Linux 2.6.38-10-server (in addition to 2.6.38-8) and, when I try to boot on version "10", I think I have a KP because the screen keeps black and there is no use of the HDD (I can ear it working with version "8"). I'm using GRUB 2. I don't understand what is the problem. | 08:42 |
Totem-Schalter | lynxman: hey i finnaly checked with "lsof -p" and i see that it has my file i made "/tftp" listed as type "cwd" is it safe to say that i have set my dir up ok ? | 08:45 |
shadowpit | Sorry, I disconnected. ^^' | 08:45 |
shadowpit | Is there anyone that can help me with that ? | 08:46 |
Totem-Schalter | lynxman: sorry not type but FD cwd | 08:46 |
shadowpit | I also looked at /boot/grub/grub.cfg and I didn't saw any diference between the lines for v10 and those for v8 (except for "8">"10" of course). | 08:49 |
irly | shadowpit: have you tried booting into recovery mode? | 08:50 |
shadowpit | No | 08:50 |
shadowpit | OK, I just have tried with this result : | 08:52 |
shadowpit | Loading of Linux 2.6.38-10-server... | 08:53 |
shadowpit | Loading of ramdisk... | 08:53 |
shadowpit | > No use of the HDD (I don't ear it), and it's "frozen", can't do anyting but reboot it by ACPI (nothing happend when hitting "Num Lock") | 08:55 |
lynxman | Totem-Schalter: yeah looks like :) | 08:56 |
lynxman | Totem-Schalter: sorry I was messing around with some stuff | 08:56 |
BuenGenio | hello | 08:57 |
BuenGenio | server just came out of a 40 minute long stall | 08:57 |
BuenGenio | load average for the last hour was 104! | 08:57 |
BuenGenio | don't even know where to start looking | 08:57 |
BuenGenio | there are all these stack traces in syslog, that I don't know where they come from | 08:58 |
BuenGenio | gone into stall again | 09:01 |
BuenGenio | Load average: 95 | 09:01 |
shadowpit | Another question : can we have no submenus in Grub2 ? | 09:06 |
shadowpit | My "v8" kernel is in a submenu of Grub, if I add GRUB_DEFAULT="Ubuntu, Linux 2.6.38-8-server" in /etc/default/grub, this will work ? | 09:09 |
irly | shadowpit: sorry, I have no idea what the problem is. feel free to ask again some time later or in a different channel. #linux #grub might help. | 09:09 |
irly | or just wait here :) | 09:09 |
shadowpit | ok, thank, I will ask on #grub | 09:09 |
shadowpit | I can wait here, but I'll have to explain my problem again and again, and I don't want to flood. ;-) | 09:11 |
Totem-Schalter | lynxman: well i fixed it and its working now | 09:12 |
lynxman | Totem-Schalter: excellent \o/ | 09:13 |
Totem-Schalter | TFTP_OPTIONS="--create --secure" had to add the --create part | 09:13 |
Totem-Schalter | by defalt u cant create new files when tftping | 09:14 |
lynxman | Totem-Schalter: yes, that's correct :) | 09:14 |
Totem-Schalter | he he .. | 09:14 |
Totem-Schalter | cd / | 09:14 |
Totem-Schalter | opps | 09:14 |
lynxman | Totem-Schalter: I normally just "touch" them and chmod appropriately | 09:14 |
Totem-Schalter | well i using the tftp to back up IOS from Cisco router | 09:15 |
Totem-Schalter | so il limited on commands | 09:15 |
lynxman | Totem-Schalter: that's what I use it for normally, that and Cisco phones | 09:15 |
Totem-Schalter | im a cisco noob going for my CCENT and i was setting it all up with my GNS3 set up to learn | 09:16 |
Totem-Schalter | and boy i learned more that i thought | 09:17 |
lynxman | Totem-Schalter: it always happens, I used to manage an AS, it was... fun :) | 09:21 |
Domoz | hello folks | 09:22 |
Domoz | i accidentally rm'ed my /dev/ptyp* and now i am stuck at blank ssh screen after logging in. i can still access to root's sftp though | 09:24 |
Domoz | any idea how to fix this? | 09:24 |
Domoz | Server refused to allocate pty. stdin: is not a tty | 09:25 |
hallyn | kirkland: so are you using tmux now instead of screen? Apart from shiny and new, what is your motivation? | 12:58 |
jMCg | kirkland: it's maintained, I heard. | 12:59 |
jMCg | s/kirkland/hallyn/ | 13:05 |
jMCg | So strange. Different keybindings.. It's like using emacs all of a sudden. | 13:07 |
uvirtbot` | New bug: #813494 in mysql-5.1 (main) "package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/bin/innochecksum', which is also in package mysql-server 5.0.92-2" [Undecided,New] https://launchpad.net/bugs/813494 | 13:12 |
kirkland | hallyn: byobu isn't using tmux yet; but I'm using it quite a bit | 13:15 |
kirkland | hallyn: as jMCg says, it's actively maintained | 13:16 |
kirkland | hallyn: code is much cleaner, easier to work with; upstream has already taken a patch of mine (I have a stack of patches against screen that never get applied) | 13:16 |
kirkland | hallyn: jMCg: I've created a set of keybindings for tmux that duplicates those in screen and byobu | 13:16 |
jMCg | kirkland: care to share? | 13:20 |
jMCg | Nice: https://github.com/aziz/tmuxinator | 13:22 |
jMCg | I hope I'm not too old to learn a new "wm" :) | 13:23 |
hallyn | kirkland: newer. actively maintained. how old is the project? | 13:31 |
kirkland | hallyn: 2007 | 13:31 |
hallyn | i figure it takes 2-3 years for the first major, subtle, horrible security design bug to be found | 13:31 |
hallyn | hm, ok | 13:31 |
kirkland | hallyn: screen -> 1987 | 13:31 |
hallyn | i trust screen bc it's already had horrible bugs found :) | 13:31 |
kirkland | hallyn: tmux has 130 users in IRC right now, screen 70 | 13:31 |
kirkland | hallyn: lots of bugs unfixed, too | 13:32 |
hallyn | right cause noone needs to join irc for screen :) | 13:32 |
hallyn | its the same reason i trust IE :) | 13:32 |
kirkland | hallyn: awesome | 13:32 |
hallyn | all right, i may need to do a tmux code review then | 13:32 |
kirkland | hallyn: sweet, that would be awesome | 13:32 |
kirkland | hallyn: you'll find it far easier to read than screen's code | 13:32 |
CloudAche84 | Anyone got experience installing ubuntu to iscsi target with preseed? | 13:37 |
uvirtbot` | New bug: #813519 in postfix (main) "package postfix-ldap 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127" [Undecided,New] https://launchpad.net/bugs/813519 | 14:02 |
disposable | 2 of my (lucid) servers have their clocks screwed - one is 20 mins in future, the other 7 mins in the past. I'm trying to slowly adjust the time to correct values without crashing postfix/dovecot/mysql/etc running on them. i've changed ntpd's start parameters to '-g -x' in /etc/default/ntp. how do i check if it's slewing the time now? /var/lib/ntp/ntp.drift has 0.000 in it. | 14:25 |
patdk-wk | I believe that is logged | 14:27 |
patdk-wk | but really, postfix/mysql won't care | 14:27 |
patdk-wk | dovecot will complain, but get over it | 14:27 |
patdk-wk | but your apps running on mysql, dunno | 14:28 |
disposable | this is what confuses me in the log "ntpd[17683]: frequency initialized 0.000 PPM from /var/lib/ntp/ntp.drift | 14:29 |
DanaG | Hmm, tmux... It'd be cool to remake byobu with it. | 14:30 |
kirkland | DanaG: in the works | 14:30 |
hggdh | dovecot will actually braf if the current time on-clock is in the past | 14:30 |
hggdh | disposable: the drift value is dynamically calculated. It can take some hours to get it set. | 14:31 |
DanaG | Oh, ever try, within screen, running ssh to somewhere and running screen /dev/ttyS0 there? | 14:31 |
DanaG | Major keybinding confusion. | 14:32 |
disposable | hggdh: thank you, i had that suspicion from the forum's i read. | 14:32 |
hggdh | disposable: in addition, it will continuously be updated (er, 'continuously' meaning every hour or so) | 14:33 |
yann_ | Hello! When doing a netboot on a KVM VM with libvirt that has two network cards with two different NICs, is there a way to tell libvirt which NIC I want to boot from? | 15:39 |
=== guampa_ is now known as guampa | ||
=== med_out is now known as med | ||
=== med is now known as medberry | ||
Ramosa | what is the main difference with debian and ubuntu server? usability? | 16:43 |
TheEvilPhoenix | Ramosa: framework and default packages | 16:43 |
Ramosa | and by framework you mean? | 16:44 |
TheEvilPhoenix | Ramosa: the Ubuntu repos are more up to date, but sacrifice slight stability (in most cases) for features. Debian sacrifices features for stability in the same manner. | 16:44 |
TheEvilPhoenix | Ramosa: Debian doesn't update their repos as often as Ubuntu does. | 16:44 |
Ramosa | right | 16:44 |
Ramosa | so Ubuntu makes more choices for me | 16:44 |
TheEvilPhoenix | well... | 16:46 |
TheEvilPhoenix | not really... | 16:46 |
TheEvilPhoenix | Debian doesn't come with a default server install image | 16:46 |
TheEvilPhoenix | but Ubuntu Server does. | 16:46 |
TheEvilPhoenix | in pure fundamental terms | 16:46 |
TheEvilPhoenix | the difference is in repo updates. | 16:46 |
TheEvilPhoenix | but they're basically the same software | 16:46 |
Ramosa | http://upload.wikimedia.org/wikipedia/commons/9/9a/Gldt1009.svg | 16:46 |
Ramosa | I wish there was a site where you can get an overview of the differences between all those distros | 16:47 |
Ramosa | just the main topics | 16:47 |
TheEvilPhoenix | remind me to slap people who post huge images like that | 16:47 |
TheEvilPhoenix | Ramosa: you might be able to google it | 16:47 |
* TheEvilPhoenix checks google | 16:47 | |
TheEvilPhoenix | take a look here: http://ubuntuforums.org/archive/index.php/t-33310.html | 16:47 |
TheEvilPhoenix | see if that answers some of your questions | 16:48 |
Ramosa | im gonna do node.js, so i don't need LAMP | 16:50 |
TheEvilPhoenix | by default you get to CHOOSE what gets installed with Ubuntu Server | 16:52 |
TheEvilPhoenix | it doesnt automatically install everything | 16:52 |
Ramosa | is LAMP included in the default server install image though? | 16:52 |
TheEvilPhoenix | included, yes. installed by default, no. | 16:55 |
TheEvilPhoenix | meaning you have the OPTION to install LAMP | 16:56 |
TheEvilPhoenix | but it doesnt automagically install | 16:56 |
TheEvilPhoenix | during the process it asks what you want installed | 16:56 |
Ramosa | ok | 17:01 |
philsf | I want to install using LVM, but the Lucid CD I burned only seems to allow me to boot into graphical mode, which doesn't support it. How can I use debian-installer from the CD? there is no "install" or "expert" kernels in the boot options | 17:09 |
ppetraki | philsf, I don't believe thats an option with the "desktop" iso, you'll have to use the server or alternative image | 17:20 |
philsf | ppetraki, I'm using the server image | 17:20 |
philsf | ppetraki, debian-installer boots if I create a USB boot image, but the installation fails, so I'm trying a CD | 17:20 |
ppetraki | philsf, so you have a text only install interface? | 17:20 |
philsf | ppetraki, no, I have a GUI only install interface | 17:21 |
ppetraki | philsf, thats not it then | 17:21 |
ppetraki | philsf, unless they've changed it | 17:21 |
ppetraki | philsf, I know for certain that the text mode in the alternative iso offers it, I've used it | 17:21 |
* philsf must have mixed up images then | 17:23 | |
ppetraki | philsf, http://releases.ubuntu.com/lucid/ | 17:24 |
* philsf must have mixed up images then | 17:25 | |
ppetraki | philsf, note that the "server" iso doesn't explicitly mention LVM, while the alternative one does | 17:25 |
ppetraki | philsf, a bit confusing. | 17:25 |
philsf | yup, I burned the wrong image. burned a 11.04 desktop that was lying around :/ | 17:26 |
* ppetraki is downloading to confirm suspicions | 17:26 | |
philsf | ppetraki, but the server image does allow LVM, right? | 17:26 |
philsf | the alternate is a catch all, for both desktop or server install, right? | 17:26 |
ppetraki | philsf, I think that's right | 17:27 |
ppetraki | philsf, I PXE install so often I don't remember how they're distinguished :-) | 17:27 |
ppetraki | philsf, verified, the server iso supports LVM | 17:31 |
philsf | ppetraki, thanks | 17:34 |
ppetraki | philsf, np | 17:34 |
=== oCean_ is now known as oCean | ||
sorrell_ | server offers LVM | 17:36 |
RoAkSoAx | smoser: is it possible to re-run anything that cloud-init runned with runcmd? | 18:03 |
RoAkSoAx | user-meta info | 18:03 |
smoser | rm -Rf /var/lib/cloud ; reboot | 18:03 |
smoser | RoAkSoAx, ^ | 18:03 |
smoser | that will mostely do it | 18:03 |
smoser | but if you dont want to reboot, you can do othe rthings to | 18:03 |
smoser | sudo cloud-config runcmd always | 18:04 |
RoAkSoAx | smoser: ok cool | 18:04 |
smoser | let me check | 18:04 |
smoser | itll be a minute but you can basically invoke cloud-config yourself, and tell it to run the 'runcmd' module. | 18:05 |
RoAkSoAx | smoser: awesome, thanks | 18:05 |
=== marienz_ is now known as marienz | ||
=== guampa_ is now known as guampa | ||
dvd740 | I was in here the other day, talking about needing a newer release of nut-ups than the one that is in 10.04.2lTS | 18:38 |
dvd740 | and someone suggested compiling from a src ubuntu package | 18:38 |
dvd740 | how do I know which one to get etc | 18:38 |
dvd740 | and can I try the packages from this directory first ? | 18:38 |
dvd740 | http://mirrors.easynews.com/linux/ubuntu/pool/main/n/nut/ | 18:38 |
spill | need help enabling upnp with shorewall on maverick server | 18:48 |
spill | I need help enabling upnp with shorewall on maverick server, anyone? | 18:50 |
spill | I need help enabling upnp with shorewall on maverick server, anyone? | 18:54 |
dvd740 | woot | 18:54 |
dvd740 | it installed | 18:54 |
dvd740 | 2 packages didnt' work but they aren't critical | 18:54 |
dvd740 | cgi and snmp interfaces | 18:54 |
dvd740 | but the core nut-2.6 from that dir installed | 18:54 |
lifeless | gmorning :) | 19:00 |
Pici | spill: You could try asking in #shorewall, or explain what you've tried here and perhaps we can help. | 19:03 |
spill | k, I'll check shorewall first and go from there, thanks. | 19:07 |
Ramosa | if kernel 3.0 is due out, how long till it starts appearing in distros? | 19:25 |
lifeless | SpamapS: yo yo yo | 20:03 |
* RoyK is scanning through old xkcd strips http://xkcd.com/732/ | 20:10 | |
SpamapS | lifeless: howdy | 20:21 |
psssss | (((( | 20:23 |
lifeless | SpamapS: we could talk for a few minutes now if you like, but I've actually got caught up with $other $things so haven't moved my understanding forward yet | 20:25 |
SpamapS | lifeless: just ping me when you need anything. | 20:26 |
lifeless | SpamapS: ok cool - thanks! | 20:26 |
lifeless | btw whats the best channel for ensemble - here or -cloud or ? | 20:26 |
=== kentb is now known as kentb-out | ||
=== rewt`` is now known as rewt | ||
hallyn | kees: around? | 22:11 |
kees | hallyn: sorry, missed you earlier. what's up? | 22:56 |
hallyn | kees: i was just going to ask what i asked on -hardened :) thanks | 23:02 |
RoyK | nite - miss you later | 23:03 |
sw0rdfish | hey guys a download through sftp terminal is frozen, saying "stalled" | 23:13 |
sw0rdfish | what can I do to resume it :) | 23:13 |
patdk-lap | control-c, uparrow, enter | 23:13 |
patdk-lap | but it will delete the file :) | 23:13 |
sw0rdfish | I see. | 23:14 |
sw0rdfish | the hard way... | 23:14 |
sw0rdfish | lol :) | 23:14 |
patdk-lap | maybe if you copy it now, and attempt rsync this time | 23:14 |
patdk-lap | and tell rsync to keep partial files | 23:14 |
sw0rdfish | hey I just looked now, and its continuing | 23:14 |
sw0rdfish | haha | 23:14 |
sw0rdfish | maybe it heard you telling me ctrl+c | 23:14 |
sw0rdfish | and it got scared :P | 23:15 |
patdk-lap | uploading? | 23:15 |
patdk-lap | or, is it coming from a dsl/cable location? | 23:15 |
sw0rdfish | downloading | 23:19 |
kees | hallyn: ah, right. :) | 23:22 |
hallyn | ok, someone set me straight. The default kernel in ubuntu server is 2.6.32 still right? | 23:26 |
hallyn | in lucid i mean | 23:26 |
patdk-lap | yep | 23:26 |
hallyn | phew thanks | 23:27 |
patdk-lap | now you can install a backported maverick or natty kernel though | 23:27 |
hallyn | yeah, but I don't think we can support that in X-dkms packages | 23:29 |
uvirtbot` | New bug: #630343 in open-vm-tools (multiverse) "package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build" [Critical,Confirmed] https://launchpad.net/bugs/630343 | 23:31 |
uvirtbot` | New bug: #640901 in open-vm-tools (multiverse) "package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build (dup-of: 630343)" [Undecided,New] https://launchpad.net/bugs/640901 | 23:36 |
uvirtbot` | New bug: #641350 in open-vm-tools (multiverse) "package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build (dup-of: 630343)" [Undecided,New] https://launchpad.net/bugs/641350 | 23:36 |
uvirtbot` | New bug: #641522 in open-vm-tools (multiverse) "package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build (dup-of: 630343)" [Undecided,New] https://launchpad.net/bugs/641522 | 23:36 |
adam_g | hallyn: that reminds me, how is the case handled where someone is using a dkms module built for lucid kernel, but they've backported a newer kernel and upgrades/rebuilds of those dkms packages begin to break. | 23:38 |
adam_g | is that just an unsupported practice and an invalid bug? | 23:39 |
hallyn | adam_g: that's what I'm advocating right now :) | 23:39 |
hallyn | adam_g: people are free to offer backported versions of the dkms package to go along with the kernel, | 23:39 |
hallyn | but i was looking at open-vm-tools in particular, which is in multiverse | 23:39 |
adam_g | bug #799630 is an interesting example | 23:40 |
uvirtbot` | Launchpad bug 799630 in drbd8 "package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build" [Low,Incomplete] https://launchpad.net/bugs/799630 | 23:40 |
hallyn | adam_g: might be worth asking on #ubuntu-kernel what they think. | 23:40 |
hallyn | for packages in main, i think it coudl be fair to say if we offer backporte dkernel, then we'll offer backported dkms packages | 23:40 |
adam_g | drbd was merged into mainline in 2.6.33, so the out-of-tree dkms module wont build on anything after the lucid kernel | 23:40 |
hallyn | for universe, heck no | 23:40 |
hallyn | is drbd in main? | 23:41 |
hallyn | (i assume so) | 23:41 |
adam_g | in lucid, im not sure | 23:41 |
uvirtbot` | New bug: #647309 in open-vm-tools (multiverse) "package open-vm-dkms 2010.02.23-236320-1 ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build (lucid)" [Critical,Invalid] https://launchpad.net/bugs/647309 | 23:42 |
hallyn | (sorry, those 'new bug' reports are my fault :) | 23:42 |
hallyn | gotta run and get some grub, bbl | 23:42 |
adam_g | cya | 23:42 |
hallyn | adam_g: are you going to ask in #ubuntu-kernel? | 23:42 |
hallyn | anyway, yeah, cya :) | 23:42 |
adam_g | hallyn: i will. not sure if today or tomorrow | 23:42 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!