[00:01] Voltron_: https://wiki.ubuntu.com/SecurityTeam/FAQ#Packages [00:01] thank you [00:26] Hmm, that SecurityTeam/FAQ is silent about the issue of -security packages sometimes being based on previous -updates ones [00:26] maxb: it's a young document. :) [00:26] fair enough :-) [00:27] I just noted it was very detailed in all other aspects of explaining the pockets [01:06] can anyone explain groups, and user access im having a problem with access for users [01:29] steelcityjim: Somewhat joomla-oriented but still informative article relating to user/group permissions etc: http://joomlapanel.com/joomla-article/55-unix-file-permissions-explanation.html [02:12] I'm running a server that's also a desktop but the problem is when users log in locally (through the GUI) they get special permissions (like non-root mounting). How can I fix this? [02:40] tsrk: some of that sort of thing is configurable in System > Administration > Authorizations [02:40] maxb, well, what i was hoping is that there's a way to only allow them to do what they could do with a remote shell login [02:40] what is letting them do the extra stuff anyway? [02:42] I'm not 100% sure how it works, I think it involves dbus [02:43] ok [02:43] uh [02:43] maxb, what's "active console"? [02:44] well, console is local, I'm guessing active relates to fast-user-switching [02:45] so does that mean the local gnome login? [02:45] like [02:45] what if i was running the minimal server installation [02:45] would the console be able to mount and unmount etc? [02:46] a minimal server installation probably wouldn't even *have* a desktop environment at all [02:46] yeah [02:46] oh [02:46] so it wouldn't have whatever is managing this stuff? [02:47] i probably shouldn't even worry about this [02:47] anyone who has local access to my machine could just grab my external HD anyway [03:09] The non-root mounting (IIRC) comes from being in the plugdev group. [03:12] Or possibly from "users" option in fstab [03:13] ScottK: You seem to get around, I see you in a lot of channels :) [05:15] I noticed my machines getting sudo updates today... what was that fixing? [05:19] tsrk: There's a security announcement mailing list you can subscribe too (or you can get it RSS from ubuntu-nl). [05:19] :O really? [05:19] i'll look for that [05:48] tsrk: http://www.ubuntu.com/usn/ [05:48] * ScottK waves to kees. [05:48] heya ScottK! [05:53] ah, kees, thanks, explained it perfectly :D [05:54] wasn't a problem for my server anyway [06:07] Wow, am i the only one who asks questions in here? [06:07] anyway, I have more... [06:07] on my server I installed ubuntu desktop edition, and now want to remove all the graphical stuff (i don't even have a display attached). How would I go about doing so? [06:08] tsrk: sudo apt-get remove ubuntu-desktop [06:08] Then autoremove should take care of the rest. [06:13] ScottK, nope :( [06:13] didn't work [06:13] (nothing to autoremove after removing ubuntu-desktop) [06:13] Odd. Dunno an easy way then. [06:13] ok :/ [06:13] how bout a way to at least disable it so it doesn't waste cpu etc? [06:14] Removed xorg-server would get most of it. [06:15] i don't have a package called xorg-server [06:15] i have xorg, but nothing depends on it like i'd expect it to [06:23] How about xserver-xorg-core [06:24] xorg-server is the source package name. Sorry. [06:29] I have a server with a software raid of 6 disks. What would be the best way to monitor the status of raid ? I have set up a cron job to cat /proc/mdstat and check for unsued devices is this enough ? [06:30] Asad2005: mdadm can email you, but a cron job is a good addition in case mdadm dies [06:35] jtaji, I dont have send mail set up and not planing to do it I just want to email a local user on same my LAN. Is it possible with mdadm [07:21] tsrk: I would actually recommend sudo apt-get purge ... instead of "remove" [07:21] then sudo apt-get autoremove --purge [07:21] kees, why? [07:22] tsrk: that way it will take all the config files and system users with it. [07:22] oh [07:22] yeah [07:22] but autoremove isn't removing them anyway :S [07:22] ("remove --purge" == "purge") [07:22] autoremove will only work after you remove the thing that brought it in (in this case "ubuntu-desktop") [07:22] i did that [07:22] or at least, it should. :( [07:23] i've had this problem before (installing kubuntu-desktop onto my ubuntu-desktop machine) [07:23] it's something about those packages [07:23] i think it's not dependencies but it's something else [07:23] yeah, I haven't really spent too much time understanding those relationships. [07:23] i ended up finding my logs of installing all the kubuntu packages and uninstalling them all specifically [07:23] all I know is that 'autoremove' has been better than nothing. :) [07:23] we shouldn't have to, that's the point of apt right? :P [07:24] generally autoremove works for me [07:24] * kees nods [07:24] eek, past bedtime. *wave* [07:24] cya [07:24] thanks for the help :) [07:24] sure thing! cya [07:46] New bug: #329606 in mythtv (multiverse) "Mythweb shows only a blank page (dup-of: 329053)" [Undecided,New] https://launchpad.net/bugs/329606 [07:58] how can i use autofs-ldap to mount a directory, inside a users home? [08:52] i am working on a preseeded pxe network install setup. What do i need to add to the preseed file in order to get the default ubuntu desktop installed [08:52] I am using the 8.04.2 alternate as a base cd [08:54] You will need this: tasksel tasksel/first multiselect standard, ubuntu-desktop [08:56] AnRkey: I'm been working on the same system for some months now [08:57] Scix, add that in as a d-i to the preseed? [08:57] ahh, no... ok i see how it goes [08:57] no, just as i posted it :) [08:58] there is a similar line in the example [08:58] Scix, thanks [08:59] er... nothing? :) [08:59] when you don't add anything, it installs desktop [08:59] trouble is if you want server :) [09:00] ahh i c [09:00] so leave that bit out then? [09:00] default is ok, like this: [09:00] i want to remaster a cd with all the software in and have the complete thing install [09:00] https://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install [09:00] so, that's not pxe [09:01] are you remastering CD or doing PXE install? [09:02] * ball is confused [09:02] ivoks [09:02] both [09:02] remastering the iso then extracting to my we server as the repo [09:02] web server [09:03] i haven't remastered CD in years, so i'm rusty in that area [09:03] but the link i pasted is a great start for pxe [09:04] ivoks, done all that already but nice to add to my notes [09:04] Scix, how can i install all the extra packages that i added to my iso, or will they install automatically once they are part of the alternate image? [09:04] they won't install automaticaly [09:05] can i add a package list? [09:05] ivoks, didn't think they would [09:05] not from what i have seen this morning [09:05] isn't there an application for remastering CDs? [09:05] duse d-i pkgsel/include string [09:06] *use [09:06] Scix, shweet! thanks [09:07] Scix, gonna build them in to the iso and then call for them to be installed from the preseed [09:07] If I want to be able to netboot X terminals from an Ubuntu Server, should I go for the alternate install CD? [09:09] AnRkey: If the package isn't on the CD, it will check the repos set with d-i mirror/* [09:09] Scix, ok cool [09:09] Scix, will this work? d-i pkgsel/include string multiselect thunderbird, openssh-server, build-essential [09:09] but i have only tested this with PXE and a local ubuntu mirror [09:10] Scix, i am almost there :) gonna write up a howto when i am done [09:10] I don't know about thunderbird. if its something that you have to configure during install, you have to use thunderbild foo/bar value [09:11] set DEB_CONFIG=developer in the boot parameters. Then you can se everything thats asked for. it's logged to syslog during install [09:12] se my blog: http://www.sovetid.com/node/3 [09:12] thanks again Scix [09:29] Scix, ho can i find out exactly what is being installed by a standard ubuntu 8.04 desktop install? [09:30] I don't know, but maby this could be a start? http://packages.ubuntu.com/hardy/ubuntu-desktop === nijaba` is now known as nijaba [09:32] Scix, so if i install the ubuntu-desktop virtual package then i should be ok? [09:32] yes :) [09:58] . [10:16] Scix, how to you add the preseed.cfg to your default file? [10:17] how do... [10:17] default? Like pxe default file? [10:17] mine is not using the preseed file and i think my syntax is wrong. yes the pxe default file [10:19] 10 sec. Just find a pastebin :) [10:19] ta [10:19] http://paste.ubuntu.com/ [10:19] like this http://paste.ubuntu.com/119616/ [10:19] ta === JanC_ is now known as JanC [10:20] preseed/url=http://address/file.cfg :) [10:22] AnRkey: this shows all :) http://paste.ubuntu.com/119617/ [10:27] Scix, i see it's grabbing the preseed file now but it still asks questions [10:27] so i think my preseed file has problems in it [10:29] anRkay: Have you set preseed/interactive=true? If so, the installer will ask every question even if you have set them [10:30] it aslo asks, if the preseed file don't have the answer [10:30] ok cool [10:31] does it keep asking after it finds a value that is not set? or does it continue with the answers it has? [10:31] yeah, just got an error about the preseed file being corrupt [10:31] it's a start :) [10:31] hehe [10:33] did you use the debian preseed example file? [10:34] yes, that and a lot of testing and tailing the syslog file during install [10:35] haha, have not used dcc in ages [10:37] wow, thanks Scix! this is a much cleaner file to read [10:37] how did you find the locale names? [10:38] found them when reading syslog during a installation with the debuging options i talked about earlier [10:39] ahh, it starts making sense :P [10:39] i did not set them in the preseed file, so the installation asked for them, and loged it :) [10:39] so i could answer all the questions and see what is being done [10:39] yes :) [10:40] shweet, bbl [10:41] during boot i don't enter in my cyrpto fs password, the problem is then the system fails to boot and there seems to be a forced check on every device in fstab [10:46] Scix, client or server syslog that stores the install logs? [10:48] client :) [10:49] u :) quite a bit u know :P [11:34] i want to copy my sudo config, can i simply scp sudoers or do i need to visudo on all machines? [11:36] I wouldnt scp [11:36] you would be at risk of having wrong permissions [11:36] wrong permissions on sudoers would prevent you to set these permissions back again [11:36] or be sure to have a correct umask [11:39] i have a way to get in if i can't sudo [11:47] hello [11:48] hi decembre [11:48] incorrect > so, you can, just be sure that the file once copied has proper ownerships and perms [11:48] is there apache2 specialists here ? [11:49] Scix, how can i export and save the log from the installer? [11:49] I would like to know the difference in forcelanguagepriority between prefer and fallback ? [11:49] yann2, i was more worried that visudo does more than just edit a file [11:50] not really [11:50] just checks for syntax before saving I think :) [11:55] AnRkey: Yes! After the installation you have to install debconf-utils or something like that, and then run this as sudo https://help.ubuntu.com/8.10/installation-guide/i386/preseed-contents.html#preseed-other [11:56] Scix, thanks [11:56] then you wil get a file with everything that happend duing the installation [11:58] anrkey: you can also copy the syslog file from the installastion onto the target after installation by adding this to your preseed file d-i preseed/late_command string cp /etc/log/syslog /target/syslog.copy.txt or something like that :) [11:58] then i can use the debconf-utils on it later? [11:59] oh boy does this take forever or what? each time i wanna test something it's a new install :( [12:00] anrkay: you can just read the file with what every texteditor you like :) [12:24] Scix, this job is going to save my client 250,000 ZAR (about 24,360 USD) [12:25] MS thugs have been phoning him for a "self audit" and then he gets a call from a MS gold partner that offers to do the audit for him [12:26] so this job is his answer :) [12:26] nice :) I'm u [12:27] *pulling this system up for 5 schools in norway :) [12:27] i just have a major autofs-ldap problem left :( [12:27] i love automating pxe os installs, did a big RIS setup for the city of london academy [12:28] man i wish i could help u there, haha [12:28] soz :) [12:36] autofs-ldap? [12:36] for ~? [12:38] ivoks, http://ubuntuforums.org/showthread.php?t=1072228 [12:40] the problem is that autofs wont find the maps :( [12:41] let's see [12:43] never tried that :) [12:44] didn't knew that's even possible [12:45] thats ok. nobody else know either :P [12:46] iv'e been googeling for 2 weeks now... [12:46] iiuc, this is an exension for autofs [12:46] right, it depends on autofs [12:46] so, you need to have autofs configured [12:47] * ivoks is installing autofs-lda [12:47] yes, have done so. I've told autofs to look for maps in ldap, but it just wont work [12:48] Scix: what's in auto.master.ldap? [12:49] er... auto.master [12:49] nothing. LDAP is suposed to take over for that file i think [12:49] err [12:49] there's only autofs service [12:50] so, you have to configure it [12:50] /usr/share/doc/autofs-ldap/examples [12:50] there's auto.master.ldap file [12:51] aa nice. tanks, i'll try that [12:52] you've included automount scheme in slapd? [12:53] yes [12:53] and you've added automount: ldap to /etc/nsswitch.conf? [12:53] and set up LDAPURI and LDAPBASE in /etc/default/autofs? [12:54] jupp, wish by the way is written LDAP_URI and SEARCH_BASE according to the man pages [12:55] i'm reading README file in docs [12:55] README.ldap_master [12:55] and checking README.Debian would be wise too :) [12:56] HAHH [12:56] i managed to start autofs :) [12:57] after i added the ldap stuff in auto.master [12:57] so, it's working now? [12:57] testing the client now [12:59] no, it didn't mount [13:00] are you using keys? [13:01] keys? [13:01] i have a server identical to the one in the example :) [13:02] automountInformation in a automount object [13:02] with the same CN as the user [13:04] what version of autofs? [13:05] v4 [13:05] Scix: check the logs [13:05] Scix: that's the first thing you should do [13:06] yes, syslog tellst nothing [13:06] i could never get v4 to work for me, had to compile and switch to v5 [13:06] but it seems 8.10 has v5 in the repos [13:07] i will spit out my slapd automount stuff [13:07] yes, i didn't install it because i read some where that it was some testing version [13:07] try and parse the important bits [13:07] i'm greping for automount [13:09] did a "sudo cat /var/log/* | grep automount". found nothing [13:09] on the client [13:09] autofs [13:09] iirc [13:09] nothing on autofs either [13:09] and slapd logs on server? [13:10] did slapd notice connection at all? [13:11] put log_level in slapd.conf to 2048 [13:11] loglevel [13:11] or 256 [13:15] * ivoks discovered IF statement in MySQL today [13:23] would someone be so kind and review one proposed diff for dovecot? :) [13:37] Scix, did you use debconf-utils to cleanup the output of log file some how or what? [13:40] no, i just ran those comands, and i recived a text file of everything that happend during installation [13:43] i have the 8mb syslog file and i see the answers being done [13:43] it's just soooo much to go through [13:43] search :) [13:45] if you tail -f /var/log/syslog during a installation where you have set preseed/interactive=true it's easier to se just the itneresting things that happends when a question is asked [14:46] Scix, i don't know what i would have done without you mate [14:46] thanks a stack! :D [15:05] New bug: #331046 in samba (main) "samba panic or segfault" [Undecided,New] https://launchpad.net/bugs/331046 [16:27] Can I boot and customize a thin client image using Gnome window manager? [16:29] ltsp? [16:32] yeah [16:35] you want the clients to boot with gnome? [16:35] yes [16:35] so add it to your image [16:36] ok i was just making sure that was possible thank you [16:37] probaly be sluggish [16:37] better off with something a little lighter [16:37] xfce maybe [16:37] i might just use xmonad === LHC is now known as LH[ === jmarsden_ is now known as jmarsden|work [18:08] Here's my story: I created 2 LVM PVs, put about 50GB of data on to them (this is all on a Live CD), then at some point Firefox froze, and I had to reboot. I boot back in, reinstall lvm2, it detects the volume group, but complains about not being able to find a physical volume by xxxx-xxxx-xxxx-xxxx UUID, which does not match any of the drives I have. It wasn't letting me mount anything, but was detecting the names of the LVs [18:08] fine, so I used pvcreate to restore metadata with a forced UUID. Then, I get back my LVs, but they are reporting 0B free, and do not seem to have a filesystem on them! I don't have backup metadata, because I didn't know about it until I rebooted and lost it. What can I do to restore my data? === undefmesh is now known as undef [18:18] <_ruben> you put data on lvs, not pvs [18:26] New bug: #234302 in ipmitool (universe) "ipmitool console session crashed with SIGSEGV" [Medium,Incomplete] https://launchpad.net/bugs/234302 [18:30] _ruben: i know. i didn't say that i put data on pvs [18:31] Hey guys, I am having a serious problem. I am trying to configure a mainpine IQ express 8 port on Ubuntu 8.04.2 server. For some reason the server will find the card, but not configure any com ports. I have done everything that mainpine suggested, even called there tech support. No Help. Anyone who has worked with this please let me know! [18:42] anyone? i don't have backups and I need to recover this [18:49] I need to upgrade mys erver, I'm following this tutorial: http://www.ubuntu.com/getubuntu/upgrading [18:50] update-manager-core is installed, but this file does not exist: /etc/update-manager/release-upgrades [18:50] shoudl I just create it? [18:51] I am assuming no one has used the mainpine IQ express card with Ubuntu [18:52] hi is anyone using smstools here? I've assigned a script with belonging to root to the eventhandler and its not executing - I'm thinking its a rights issue [18:54] well, I went ahead and created the file. the upgrade fails. it would seem that the problem is the same that led me to upgrade: none of the package servers exist anymore. 404 not found [18:55] krunk-|work: what release are you running? [18:55] feisty [18:55] if you'd like I can post the main upgrade log === jorge___ is now known as jcastro [18:56] krunk-|work: feisty is end of life, so I'm 100% sure how you'll need to upgrade, may have to be from CDROM [18:57] http://pastie.org/393112 [18:57] you mean "I'm *not* 100% sure?" [18:58] this is a live server, how risky is this? [18:58] woops yes, that's what I meant [18:58] so it's not as simple as changing the repository url's? [18:58] krunk-|work: not sure I've never tried it... may be others have though [18:59] krunk-|work: ubuntu has an mirror with al old releases [18:59] hi is anyone using smstools here? I've assigned a script with belonging to root to the eventhandler and its not executing - I'm thinking its a rights issue [18:59] old-releases.ubuntu.com [19:00] it's times like these that I appreciate debian's conservative upgrading hehe. . . course there are many other times I loathe it :P [19:01] krunk-|work: ya, but that's kind of what the LTS releases are fore :) [19:03] LTS? [19:03] I'm looking at turning an ubuntu server into a NAS box with iSCSI --- is this easy to do with ubuntu? [19:04] Long Term Support... released every two years, 3 years of desktop support and 5 for server [19:04] ah [19:04] should of used that I guess hehe [19:06] hi is anyone using smstools here? I've assigned a script with belonging to root to the eventhandler and its not executing - I'm thinking its a rights issue [19:06] k, I see the mapping between the old-releases.ubuntu.com/ubuntu sources to us.ubuntu.com/ubuntu, but I also have some security sources: http://security.ubuntu.com/ubuntu [19:08] bn43: not me === Gargoyle is now known as Gargoyle|away [19:10] :-( heart skippted a beat when I got a direct response - thought there was an answer....:-) [19:15] ok, this post seems to be a walk through. but am I crazy or is he giving sources to edgey...which is not feisty? [19:15] http://jacob.steelsmith.org/content/upgrade-ubuntu-feisty-post-end-life [19:18] Ok, do I need to install the linux-restricted drivers for the mainpine board to work? [19:20] Hi! I hope someone can help me. I'm not sure what this is called so I could not search for it. I need to configure an Ubuntu server to send email from local LAN (different subnets) without having users on the LAN provide login credentials. Is it possible to configure sendmail or whatever you might recommend to send mail based on an IP, IPs, and/or IP ranges? [19:23] so as a relay agent? [19:23] I guess, not sure what it would be called. :) [19:24] i have mail on my local computer sent out to real e-mail addresses [19:24] I'd like to disable logins(username and password) and have the server accept all email from said IP(s). [19:25] the only login creditials is for the smtp client that everyone would use [19:25] ok, so if I get the most recent install disk, will it wipe and install or not? [19:28] speckz: That's a standard configuration for Postfix. [19:33] So what is this called? email relaying? === Gargoyle|away is now known as Gargoyle [19:33] I've updated my sources.list to the old-releases, but apt-get update still tries to pull from others like this [19:33] Err http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages [19:33] could it be getting these from somewhere else? [19:41] ok, it's coming from this file: /etc/apt/sources.list.d/prerequists-sources.list [19:41] which the updater overwrites when I run do-release-upgrade, how do prevent it from overwriting it? [19:47] speckz: If you install postfix, pick the option called Internet Site. [19:48] this is pretty annoying. it refuses to use the new servers [19:48] or the uh, old-release servers [19:48] speckz: It will ask you for local networks, add your list of ip addresses there. [19:57] ScottK, anything else? [19:57] That should be it. [19:59] krunk-|work: if you have no *.archive.ubuntu.com lines, then it does something of the form: ZOMG I CAN'T FIND ANY REAL MIRRORS, USE Y(OURS? [19:59] and you say 'yes' [20:00] for bonus points, if you're going from the last old-releases release to the first archive.u.c release, then that prompt is your opportunity to go edit the sources.list before saying yes, to s/old-releases/archive/g [20:00] * Faust-C wonders how to use serial ports [20:00] ScottK: Thanks! [20:00] * lamont considers saying "with serial cables, of course", but decides not to [20:01] lamont: consider we use them with Cat5e ;-) [20:01] Faust-C: various things out there for talking to them - minicom [20:01] Nafallo: feh [20:01] Nafallo: still a DB9 most of the time, though [20:01] so, s/cables/connectors/ [20:01] now, where is that trout. [20:01] lamont: yes. in one end :-) [20:02] lamont, yeah but idk how to actually 'use' them [20:02] yeah - PrairieNOC has a Cyclades, too [20:02] lamont: (except for the strange ones) ;-) [20:02] like im using cutecom to connect to a OLD cisco router [20:02] and idk wtf to do next [20:02] Faust-C: that's beyond the scope of where I can comfortably help [20:02] Faust-C: set the correct speed and get a prompt? :-) [20:03] Nafallo, oic, thats what im trying to figure out [20:03] lamont, ty btw [20:05] google ftw [20:05] Nafallo, the whole 'speed' thing helped [20:05] Faust-C: yes [20:07] lamont: it doesn't prompt me, it just glibbly overwrites the prerequists-sources.list file and fails [20:08] krunk-|work: paste your sources.list to paste.ubuntu.com or so, pls? [20:08] sure [20:09] http://pastie.org/393185 [20:10] but it's the /etc/sources.list.d/prerequists-sources.list that it seems to write the new source to and than fail on sync'ing [20:10] the issue is listed on this page: https://help.ubuntu.com/community/UpgradeProblems [20:10] but the solution doesn't work (e.g. placing the old-releases ip in /etc/hosts mapped to us.archive.ubuntu.org [20:11] brb [20:14] Hey guys, I have to apply 2 kernel patches to get my mainpine card to work. What is the easiest way to patch my kernel in Ubuntu. Thanks! [20:16] !kernel | bdubnc [20:16] bdubnc: The core of the Ubuntu Operating System is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, but if you're convinced you do, see https://help.ubuntu.com/community/Kernel/Compile - See also: /msg ubottu stages [20:18] thanks ubottu [20:21] Ok I read that information, but it really doesn't tell me what todo [20:39] "apt-get install mysql-server" config/postinst script prompts for an admin pw - how can I script that? (seed the value or ignore it and config the thing later - just want it to not require user input) [21:02] lamont: see anything? [21:16] krunk-|work: sorry - got dragged into a couple things before getting dragged out the door for a couple hours in ~ -2 minutes [21:51] lamont: no problem [22:00] Hey, anyone know how to reinstall pam / reset the module definitions? [22:00] any chance that there is going to be an apt repository containing libapache2-mod-mono2 for use with mono-apache-server2? === jjesse__ is now known as jjesse [22:05] grrr... why didn't we merge libapache-mod-security? grrr... [22:05] they added exception to the license, so it's ok to ship binary [22:06] ok, for jaunty+1 :) [22:08] ivoks: you've still got a few minutes to do so, right? [22:09] I'm not dot net... and I don't really know what the error means.. so I think mod_mono2 might fix it? worth compiling, if available even? [22:10] ajmitch: yeah, i do [22:10] ivoks: how'd you go with dovecot? [22:10] ajmitch: i'm waiting for a review [22:10] ajmitch: bug 329878 [22:10] Launchpad bug 329878 in dovecot "dovecot-postfix is Architecture: any" [Medium,Confirmed] https://launchpad.net/bugs/329878 === ReAn` is now known as ReAn [22:16] I miss good 'ole apt-get update; apt-get dist-upgrade [22:20] ivoks: I'll take a look at some point, if someone else doesn't upload it first [22:20] ajmitch: oh, thanks [22:21] * ajmitch may as well try & be a little bit useful for a change :) === udienz1 is now known as udienz [22:21] :) [22:23] all mod-sec's build deps are in main [22:23] that's awsome [22:28] not having any way to upgrade feisty really sucks [22:30] ? [22:30] the do-release-upgrade ignores my sources.list and overwrites teh sources.list.d/prerequis-sources [22:30] with servers that don't exist [22:31] so I can't upgrade without, I assume, wiping the server and reinstalling from scatch [22:34] feisty was 7.04? [22:35] yes [22:35] well, gutsy is still supported [22:36] so, you should be able to upgrade with do-release-upgrade [22:36] but I can't update to gutsy either >.< [22:37] do-release-upgrade keeps overwriting /etc/apt/sources.list.d/prerequists-sources.list with non-existent servers [22:37] then failing [22:37] Which non-existent servers? [22:37] which non-existing server? [22:37] :) [22:37] us.archive.ubuntu.org feisty [22:37] sec [22:38] I'll pastie [22:38] Failed http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages [22:39] it gets that from the prerequists file, no matter what I put in there (e.g. the old-release source) it overwrites it with this repository [22:39] and what do you have in prerequists-sources.list? [22:40] I put deb http://old-releases.ubuntu.com/ubuntu feisty-backports main/debian-installer [22:40] then it overwrites that with the above [22:40] then remove that, remove the fail [22:40] and then try [22:41] file [22:41] s/fail/file [22:41] just delete the prequisites file all together? [22:41] move it somewhere else [22:41] like ~ [22:41] sure [22:43] where did you get that file from anyway? === domas is now known as idiotsinthehouse === idiotsinthehouse is now known as domas [22:43] recretes it [22:43] part of default isntall [22:43] install* [22:44] i've never seen that file [22:44] do-release-upgrade simply recreates the prerequisites file with faulty server info and proceeds to epic fail [22:44] hold on, I even found a bug report reference to it in the official ubuntu site [22:44] how do i force a rescan of of hard disks? [22:46] krunk-|work: i've found bug reports [22:47] ah cool [22:47] yeah, it's not user created [22:47] heh... and a workaround :) [22:48] oh yeah? [22:48] if i want to enable third party folks to FTP into my box at port 21.... do i need to do anything other than ensure that the port is open on the firewall? [ubuntu hardy] [22:48] * krunk-|work listens attentively [22:48] put this in your /etc/hosts: [22:48] 91.189.88.40 us.archive.ubuntu.com [22:50] oh that one, yeah. I tried. didn't work. let me try that ip though, I gave 35 a shot [22:50] ah, different IP won't help :/ [22:50] I had this in there: 91.189.88.35 us.archive.ubuntu.com [22:50] which maps to the old-release server [22:51] you don't need old-release [22:51] you need archive.ubuntu.com [22:51] or... hm.. [22:51] how do you flush cache? [22:52] dns cache [22:52] Anyone know how I can reinstall pam? [22:52] Switching to old-releases by putting wrong info in /etc/hosts is surely not the right way to do it [22:53] krunk-|work: you are runing dns? [22:53] nah, but most systems build a local cache. nslookup isn't mapping the right ip despite it being in /etc/hosts [22:53] nslookup looks at DNS [22:54] maxb: any ideas on how to work around this bug so I can upgrade to gutsy? [22:55] ls [22:55] krunk-|work: don't check with nslookup, just run do-release-upgrade [22:55] er [22:55] maybe if I write protect the sources file with chattr [22:56] nslookup ignores what you have in /etc/hosts: nslookup - query Internet name servers interactively [22:56] unfortunatly, our 'host' does the same :( [22:56] ignores /etc/nsswitch.conf [22:56] bind9-host does, i didnt think normal 'host' did [22:56] well, we ship bind9-host [22:56] since intrepid/jaunty? [22:57] krunk-|work: hmm.. that's likely to break the upgrade further on [22:57] Deeps: even in hardy, iirc [22:57] Deeps: maybe since the first version :) [22:57] I was thinking I could for the initial sync, than remove it...but it didn't like that [22:58] ivoks: not in hardy 8.04 at least, the sendmail bug i hit was only caused because i installed bind9-host [22:58] coffeedude: FYI - I've just uploaded krb5 with the likewise-open-gssapi patch [22:58] Deeps: host is in universe, bind9-host is in main [22:58] damnit, this is lame [22:59] ivoks: bizarre [22:59] coffeedude: I'm also about to upload openldap 2.4.14 which already has the likewise-openldap-gssapi in it. [22:59] oh well, the server does it's job. I guess it'll just never get upgraded >.< [22:59] Deeps: we should consider moving to 'real' host for jaunty+1 [23:00] krunk-|work: I would do it by editing the prerequists file before running the installer [23:00] maxb: it overwrites [23:00] I mean, edit the copy *in* the installer program [23:00] krunk-|work: have you tried with the ip i told you? [23:00] ivoks: but if he does that, how's the upgrader going to get the *gutsy* files [23:00] maxb: that was the first thing I tried [23:00] ivoks: the .40, yes [23:00] maxb: hm, I'll have to hunt it down. it's in one of the python modules [23:01] krunk-|work: I don't think so. I just got gutsy.tar.gz off the mirrors, it's a plain file [23:01] maxb: the ip was from archive.ubuntu.com [23:02] maxb: alright, so you're saying just manually download the gutsy.tar.gz file and...? [23:02] krunk-|work: that's server? [23:02] lots of services? [23:03] i would just sed feisty with gutsy and run update, dist-upgrade [23:03] i could be bumpy, but you would get there in the end [23:03] that would be the debian way, but doesn't this break ubuntu [23:03] It can do - or rather, it can miss important steps in the upgrade [23:04] krunk-|work: I would get gutsy.tar.gz, unpack it, edit the embedded sources.list, and run ./gutsy [23:04] krunk-|work: do-release-upgrade does dist-upgrade + some other stuff [23:04] i'm thinking about doing a software raid array, has anyone done this with ubuntu server? it look like it should take 10 minutes [23:04] krunk-|work: Do be aware I've never tested this, though :-) [23:04] lol [23:04] NuclearSquid: yes, all the time [23:04] oh lord, final last words [23:05] ivoks: Have you used serial ATA? [23:05] NuclearSquid: sata? yes, all the time [23:06] ivoks: It says on the old how-to that you can only do raid5 with software -- but it's from 2003 [23:06] can it do 6 now? [23:06] ivoks: is the tool you use mdadm? [23:06] 6? depends on the version [23:06] jaunty can do 6 [23:06] ah [23:07] hardy can also do 6 [23:07] hi. at the moment i have to type sudo dhclient eth1 every time i boot my server. how do i get ethernet running by itself? [23:07] doing dist-upgrade right now [23:07] pjsturgeon: add auto eth1 in /etc/network/interfaces [23:07] I had 7.10 [23:08] pjsturgeon: and under that line, add iface eth1 inet dhcp [23:08] I love apt [23:08] NuclearSquid: do-release-upgrade is right way [23:08] oh [23:09] ahh im an idiot. i had the line auth eth12 [23:09] eth1 even [23:10] I upgrade via SSH [23:10] * NuclearSquid is badass [23:11] so, we are now freezed? :) [23:12] ivoks: UTC, mate. UTC. [23:12] Still 46 minutes to go. [23:12] :) [23:13] ivoks: thx for that release tip, never done it before -- working great [23:13] https://bugs.edge.launchpad.net/~ubuntu-archive - doesn't look promissing for mod-security :D [23:28] how do i change the user's password ? [23:28] how do i change the home directory for a given user? [23:29] techsupport: passwd [23:29] kansan: usermod -d [23:29] Well, if anyone wonders -- pam-auth-update and dkpg-reconfigure didn't help, so I ended up copying the pam config files from another Ibex server to the faulty one. The one time I don't make confi file backups... :) === techsupport is now known as orudie [23:29] sorry for the nick change ivoks [23:29] kansan: usermod -d new_dir username [23:32] kansan: oh, and don't forge moving old directory to the new one [23:32] forge? [23:32] ivoks: ok, from what I can see dovecot looks reasonable, will upload [23:32] kansan: example: usermod -d /home/test newaccount; mv /home/newaccount /home/test [23:32] ajmitch: yay! maybe -i would be better than -pdovecot-postfix? [23:33] most likely, but not a blocker for now [23:33] ajmitch: right, if there would be new indep packages, i'll fix it [23:34] ajmitch: thank you! [23:34] * ajmitch needs faster upstream DSL [23:35] kansan: forget; sorry' it's almost 1AM and i'm loosing the fight against the keyboard [23:36] kansan: there's also usermod -m -d /home/test newaccount (whichi will move the home dir for you :) [23:36] where can I get a list of arch x86_64 sources for gutsy? for my sources.list? [23:37] kansan: it's the same as i386 [23:37] bah [23:37] krunk-|work: it's the same as i386 [23:37] time to stop typing... [23:38] I'm getting afew failed sources, mind pastie'ing your sources.list? [23:39] ivoks: did you get the libapache-mod-security sync requested? [23:39] yes [23:39] bug 331284 [23:39] Launchpad bug 331284 in ubuntu "Please sync libapache-mod-security 2.5.6-1 (universe) from Debian unstable (main)." [Wishlist,Confirmed] https://launchpad.net/bugs/331284 [23:40] hopefully it won't need an FF exception for being processed after the freeze [23:40] let's hope so [23:40] otherwise it's time to bug your friendly server team representative for release duties [23:42] krunk-|work: what's failing? [23:42] New bug: #277556 in open-vm-tools (multiverse) "should build kernel modules with dkms" [Undecided,New] https://launchpad.net/bugs/277556 [23:44] krunk-|work: http://paste.ubuntu.com/119860/ (replace hardy with gutsy) [23:45] cool, thanks ivoks looks good [23:49] * krunk-|work crosses fingers [23:49] hm? libapache-mod-security is synced and in binary NEW [23:51] oh, right [23:51] couple of hours ago :) [23:52] that's rather useful [23:52] invalidating my request... [23:53] I think everyone must be rushing in uploads before FF, the buildds are swamped :-) [23:55] yep, there will be tons of updates tomorrow :) [23:56] ivoks: and that's for server right? [23:56] the sources? [23:57] krunk-|work: sources.list is the same for all supported archs and all supported variants [23:57] krunk-|work: so, with same sources.list you can get kubuntu amd64 and ubuntu-server i386 [23:57] thought so, I got an error though [23:57] Errno architecture (x86_64-linux-gnu-thread-multi-2.6.15.7) does not match executable architecture (x86_64-linux-gnu-thread-multi-2.6.24-15-server) at /usr/local/share/perl/5.8.8/Errno.pm line 11. [23:58] 2.6.15 isn't feisty kernel [23:58] that's dapper [23:58] and 2.6.24 isn't gutsy [23:58] I just added those sources and upgraded [23:59] mine? [23:59] i told you to replace hardy with gutsy [23:59] I did [23:59] not a hardy in there