[00:01] !info landscape [00:01] Package landscape does not exist in jaunty [00:01] !landscape [00:01] Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/ [00:03] !management [00:03] Sorry, I don't know anything about management [00:39] what are the requirements for ubuntu server === Sarthor_ is now known as sarthor [01:22] Hi, here is gateway ping script ( for using in case multiple uplink using) http://blog.taragana.com/index.php/archive/how-to-load-balancing-failover-with-dual-multi-wan-adsl-cable-connections-on-linux/ , one of my ISP dont allow pinging yahoo.com, they are not agree, what can do alternat, any idea? [01:43] d === Sarthor__ is now known as sarthor [03:28] can anyone point me any documentation about ubuntu's initialization process? [04:19] start with man init? [04:20] oh, he left anyway === s_markow_ is now known as s_markow [04:57] slightly OT: can someone take a look at this smartctl output? pretty sure the disk is dying. http://diffra.com/disk.txt [05:37] debian bug 533442 [05:37] Debian bug 533442 in mutt "mutt: Recommend default-mta instead of exim4" [Wishlist,Open] http://bugs.debian.org/533442 [05:38] the maintainers of mutt told me "the policy says that the first depend should be always a real package and not a virtual (check debian policy 3.8.2); " [05:38] is Ubuntu having a different policy from Debian in this matter ? [05:39] ubuntu's stuck with the debian policy as far as I know. Which is a shame, as ubuntu(and I) prefer postfix. [05:40] there was an email in Ubuntu saying to depend/recommend default-mta instead of exim4 [05:40] that's why I ask [05:42] AnAnt: I think depend on a real package first policy only applies to virtual packages that can be provided by multiple different packages. default-mta should only be provided by one package at a time, so it should be fine. [05:45] ok, seems the debian maintainers didn't know about this: debian bug 508644 [05:45] Debian bug 508644 in general "Sorting out mail-transport-agent mess" [Important,Open] http://bugs.debian.org/508644 [05:45] and http://lists.debian.org/debian-devel/2008/05/msg00381.html [05:46] AnAnt: What I find in policy is, "If you want to specify which of a set of real packages should be the default to satisfy a particular dependency on a virtual package, you should list the real package as an alternative before the virtual one." [05:47] Since default-mta isn't a set of packages, I think it's not at all relevant. [05:47] http://www.debian.org/doc/debian-policy/ch-relationships.html#s-virtual [05:52] thanks [06:03] ok, someone on debian-mentors (OFTC), brought up this point: [06:03] 08:01 but also in practice, there's an important issue: what happens when you want to transition from, say, exim providing default-mta to postfix providing default-mta? [06:03] 08:02 whenever that happens, there will be more than one package providing default-mta [06:04] For about a day. It doesn't matter. [06:05] The decision has been done to do it this way and so being obstructionist is silly. [06:10] oh he continues: [06:10] 08:03 but then again, in practice that won't be a problem [06:11] ok, responding to the mutt bug ;) [06:11] ScottK: for less than a day [06:11] lamont: Yep. Probably for much less. [06:12] I didn't understand that sentence btw "For about a day..." [06:12] AnAnt: specifically, the decision to make default-mta a Provides: instead of a real package was very intentional, and actually made sense, even though it hurt [06:13] AnAnt: it's a question of how long it takes to upload both packages, and I expect it'd get NMUed (with a blessing) by whichever maintainer did the cutover [06:13] lamont: what both packages ? [06:13] meaning that both packages would probably hit the archive in the same dinstall run [06:13] lamont: and whats the reason that default-mta is a virtual instead of real package ? [06:13] exim4 and postfix [06:14] I forget - just that it was enough for me to go "oh, doh. sigh, yeah.' [06:14] the java guys have a default-jdk/jre/... [06:14] there was a discussion on debian-devel about it, where the reason was raised [06:15] discussion here or #ubuntu-devel on june 3 ish [06:16] mutt 1.5.20 is buggy, why did I ever merge this ! [06:26] AnAnt: I think it was something to do with upgrade paths [06:27] and not yanking the installed MTA out from under something if we changed what provided default-mta or some such [06:31] ok, thanks [06:42] Could someone help me please i'm new to useing a linux server i'm coming from a windows platform and I just installed ubuntu Server and it seems to be working but it seems to be all command line is there a GUI [06:43] Or maybe i messed up the install somehow? [06:44] I feel completly bewildered here. [06:47] alex_: ubuntu server is just command line. the less software that's running, the more risk there is of security holes in that software. [06:47] this might help you get started: https://help.ubuntu.com/community/UsingTheTerminal [06:48] if you want to install a gui, you can run the command 'sudo apt-get install ubuntu-desktop' [06:50] That helps alot thank you diffra i wasn't sure what in the world i was going to do moving from nice graphics to command [06:51] I remember dos but it is fairly distant and not the same as this [06:51] no problem. I've made the opposite transition recently. Always been a linux guy, but my new job is supporting jboss and tomcat on windows server 2008. [06:52] I'm sure that's fun [06:52] It's just a whole new learning curve to make the transition [06:53] sure :) I'd just recommend if you're going to deploy a production type application, disable the GUI. There arent' any specifc security issues, but it's good practice. And you gain back a hundred or so megs of ram. [06:54] Yeah i'm going to spend the night learning how to operate in the termial environment [06:55] cool! Feel free to ask any questions you have. [06:55] Us linux folk tend to go to extreme lengths to help people transition, because once you do, you usually don't go back! [08:10] mount.nfs: internal error [08:10] Searching on Google says I have to recompile NFS with specific options [08:10] Is there a better solution? [08:10] My NFS server can be mounted by anything else so far but not from ubuntu [08:33] "recompile nfs"? It's part of the kernel. [08:34] Jomyoot: are you blocking UDP? [08:34] my nsf server uses only tcp [08:34] ont udp [08:34] my nsf server is freebsd [08:35] It would appear that the Linux NFS client wants to use UDP a little bit, even when mounting with -o tcp. [08:35] Based on http://bugs.debian.org/477503 [08:36] Ah, portmapper uses UDP, of course. [08:37] I suggest you enable UDP, at least temporarily. If it starts working, that will show that the problem is UDP-related. === fenris- is now known as e-jat [08:42] twb: if problem is UDP related, then what do I do? [08:43] because opensolaris and freebsd can connect to it as client, no problem at all [08:43] only this ubuntu box is having problem [09:26] How can i install apache & php for Sqlite database in ubuntu-Desktop? apt-get is enough? [10:08] hi all [10:09] I have an nfs server setup, and in my exports file i set the anongid to 501 [10:10] I chowned some of my files to group 501, and group has right permissions, but I still can't write to it as user 501 [10:10] anyone know why this may be happening? === Sarthor_ is now known as sarthor === Sarthor__ is now known as sarthor === Sarthor_ is now known as sarthor [13:52] mobi-sheep I cannot seem to find further information and was wondering where I could look next. I checked /var/log/proftpd and /var/log/pure-ftpd and did not find any errors. Though I keep getting timeouts when issuing any comands after logging in. http://pastebin.com/m4a0f29c8 [14:10] please can anyone help me a have an urgent problem? [14:11] EmanSaad: read the topic of this channel [15:02] hi [15:03] OT: im looking for a webinterface to control counter strike source servers...googling around pops up many self made scripts but nothing really serious [15:06] can anyone help me with this nfs prob: http://paste.ubuntu.com/200079/ [15:11] kirkland: when you return, any chance you could publish the byobu debian package somewhere for me? <3 [15:14] Hi having a big issue with installing ubuntu server with raid 1. help apreshiated :) [15:14] please I need an urgent help can anybody help me? [15:16] EmanSaad, just ask your question maybe someone can help [15:16] ok, I have a problem of GRUB error 17 [15:16] I cann't reboot to Win or UBUNTU [15:17] how can i bring up a command line in the installation process? [15:18] can anyone help [15:18] ghostlines, is your user in the group 501? [15:19] metalfan_, yeah [15:20] wait let me double check that [15:21] if you did add the user to that group by hand you have to login again [15:22] metalfan_, maybe I don't understand permissions correctly but the group id of a file is 501 [15:22] and my uid is 501 [15:22] but my group id is 20 [15:22] maybe you fucked up [15:22] every file has a user and a group [15:22] you can be in multiple groups [15:23] sudo gpasswd -a youruser 501 [15:23] that should add your user to group 501 [15:23] ok but, question if my uid is 501 shouldn't I automatically be in group 501? [15:24] no [15:25] check that with "groups" [15:25] ahh k I guess that's my prob, thanks dudes [15:26] I'll fix that then get back to yall, thanks alot [15:26] yes, groups and userids are completely separate [15:26] ...what a surprise [15:26] mobi-sheep I cannot seem to find further information and was wondering where I could look next. I checked /var/log/proftpd and /var/log/pure-ftpd and did not find any errors. Though I keep getting timeouts when issuing any comands after logging in. http://pastebin.com/m4a0f29c8 [15:27] I can see that being slightly unintuitive if you don't know it. [15:27] it just seemed common sense to me that a user would automatically be in his own group too [15:27] ubuntu seems to attract very naive people, even the server edition [15:27] guess not and that's just a fact then [15:29] the only person that's never made a dumb assumption about something to do with computers has never used a computer. :) [15:29] that's a ubuntu specific beahviour (to creata a group with the same id and name and automatically making a newly create user that very group's member) [15:29] but i would not rely on it, particalarly not when working on a different distribution [15:29] exactly Hecate [15:29] PhotoJim, wisely spoken. [15:31] because I just checked and Hecate is correct on ubuntu by default your groups also has your ownn uid in it as well [15:31] I know my way around computers, and I've made enough dumb assumptions. The difference between advanced and elementary users is the frequency of those assumptions :) [15:31] i got caught by this because i indeed am working on another distro [15:32] the differences between distros can be somewhat confusing. [15:32] ghostlines: except that groups doesn't have uids... they have gids. [15:32] Hi all! Trying to mount a shared folder but I get "Failed to mount Windows-share" why? Its shared on a Ubuntu Server using webmin... cant figure out how to fix! Please help! [15:33] Nafallo, sorry your right that's whay i meant === freeflyi1g is now known as freeflying [15:51] anyone did succeed to usb printer support on kvm? I get BSOD on my Windows server 2003 (BUGCODE_USB_DRIVER) :S [15:51] never tried that... [15:52] Everytime i want to print i get that BSOD [15:53] is it a postscript printer? [15:54] ive created a user with "useradd -m myuser" but somehow the prompt is not set, tab completion does not work? [15:55] metalfan__: useradd doesn't create home directory [15:55] metalfan__: you should've add it with 'adduser' [15:55] -m does [15:55] oh, missed that [15:55] maybe it doesn't copy from /etc/skel? [15:56] oh, it does that too [15:56] * RoAkSoAx says hello [15:56] ivoks, yes..but youre right adduser does more [15:57] ivoks, no [15:57] ah nice, a working prompt [15:57] PleXs, useradd does copy .bashrc .profile [15:57] but somehow they are not sourced [15:57] and the source command is unavailable [15:58] metalfan__: what's the shell? [15:58] metalfan__: maybe it's /bin/sh, instead of /bin/bash [15:58] default, bash i guess [15:58] useradd, iirc, puts sh as default [15:58] anyway...doesnt matter. useradd worked as expected [15:59] ähm adduser i meant [15:59] but why is world readable set for files like .profile / .bashrc? [16:00] cause of default umask [16:00] and permissions in /etc/skel [16:00] metalfan__: is there a reason you want to conceal .profile and .bashrc? [16:00] no [16:01] GNU/Linux systems tend to default to world-readable for non-sensitive files, because you can learn a lot by looking at someone else's configuration [16:01] i was used to 750 for home dirs [16:01] You can get that by editing adduser.conf, if you want [16:01] no, im just a hobby linux user....i will go with the default [16:01] makes sense [16:02] well, maybe the file creation mask could be changed.....its also 755 [16:02] 644 [16:03] it's umask [16:03] or that, but still files are world readable [16:03] define it in .profile [16:03] yes, they are [16:06] metalfan__: it's for the same reason. [16:07] well, if i accept other persons on my server i dont want them to read my whole home, theirs private data [16:13] then change default umask [16:13] and come again when you're going to try set up web server :) [16:16] what where the values for read,write,exceute again? 4,2,1? [16:17] ivoks, i will change my users .profile [16:25] anyone knows how to upgrade from 8.04 server to newer release? I did do-release-upgrade -d [16:25] but it did not find any new release [16:26] sudo do-release-upgrade -d [16:26] Checking for a new ubuntu release [16:26] No new release found [16:26] axisys: -d is for development versions [16:26] sudo do-release-upgrade says the same thing [16:26] sudo do-release-upgrade [16:26] Checking for a new ubuntu release [16:26] No new release found [16:26] check /etc/update-manager/release-upgrades [16:27] ivoks: http://pastebin.com/f3b7f6951 [16:27] says normal [16:28] did you run update? [16:28] and dist-upgrade? [16:29] is there a shortcut for a normal software upgrade "sudo aptitude update && sudo aptitude safe-upgrade" thats what im currently using, get new version information and upgrade [16:30] alias do_stuff="sudo aptitude update && sudo aptitude safe-upgrade" [16:31] thx [16:32] ivoks: i ran sudo apt-get update; sudo aptitude dist-upgrade; sudo do-release-upgrade .. same message .. no new release [16:32] axisys: which mirror do you use? [16:32] http://www.cyberciti.biz/faq/howto-upgrade-ubuntu-servers-804-to-810/ did not help [16:33] ivoks: http://archive.linux.duke.edu/ubuntu/ [16:33] maybe that's not most recent one? [16:35] ivoks: may be.. let me find another mirror.. is there a way to use a different mirror than apt sources file w/o changing in the file.. using a switch w/ aptitude ? [16:35] change it to some official mirror [16:35] ivoks: cannonical ? [16:36] axisys: to the mirror from your country [16:37] ivoks: oh ok, then http://us.archive.ubuntu.com/ubuntu/ [16:37] ivoks: is there a magic way to change the mirror address in the sources.list file w/o using sed ? [16:37] i find sed being true magic [16:37] on the client i could just pick another one from gui .. easy [16:37] s/client/desktop/ [16:38] ivoks: :-) [16:38] kirkland: nm, installed the latest ubuntu package from the ppa in debian and it seems to work fine. thanks anyway :) [16:38] ivoks: as long as my regex is correct [16:43] hello [16:43] is any one run umbuntu server a mail server [16:48] any one in room [16:48] yes [16:48] and yes [16:49] hi ivoks [16:49] do you your mail server on ubuntu [16:50] yes [16:50] but your mail server pop 3 smtp [16:50] pop3, imap, smtp... [16:51] looks like this is something what I was looking for http://www.go2linux.org/find_the_fastest_debian_mirror-apt-spy_and_netselect-apt [16:51] why on deboian [16:51] axisys: do you really change the servers often enough that it's a concern? [16:52] fullmetalj: debian and ubuntu are incredibly similar [16:52] ohhh i see [16:52] giovani: not really.. i am just looking for a easier way to change the mirror then sed or manual [16:52] lol [16:53] you could've change it 1001 times already [16:53] axisys: I just can't imagine that the time required to change it once or twice is probably 1/10th the time it takes to find a solution [16:53] ivoks: hah, exactly [16:53] not to mention, that's not really a "solution" [16:53] apt-spy and netselect are designed for something specific, which as a side effect, runs sed, essentially [17:03] what do you use to see current network traffic? ive used bmw-ng until now [17:17] metalfan__: rrdtool [17:25] giovani, no i was for current usage in this moment [17:25] not long time monitoring with logging [17:26] well "speed" always has to be measured over some time period [17:26] there's no way to measure speed in an instant -- so it's just a matter of how long your sample period is [17:27] but I have no need for near real-time speed graphs/indicators ... they're easy enough to write up though [17:34] i am getting this with new sources list [17:34] Err http://security.ubuntu.com hardy-security/main Translation-en_US Could not connect to security.ubuntu.com:80 (91.189.88.37). - connect (113 No route to host) [17:36] sounds like you don't have a route to that host :) [17:36] here is how my new sources.list looks like http://pastebin.com/f6ec9a7cd [17:36] not too confusing [17:37] axisys: does us.archive work for you? [17:38] hey. Im having some weird messages coming in on postfix, and getting denied. this shows up in syslog. http://p.linode.com/2577 . What scares me is that there is "teampronto.com" on the server, but i dont know where a preston@teampronto.com would come from [17:38] Nafallo: that is getting same error too .. i guess i should go back to http://archive.linux.duke.edu/ubuntu/ .. that works fine [17:39] (sorry for double posting, I thought I was in #ubuntu-server instead of #ubuntu earlier) [17:39] peanutb: it's called spam? [17:39] but that mirror does not find new release .. i am on hardy now [17:39] giovani, should I be worried? or is it doing what it shoud be [17:39] peanutb: it's spam ... receiving spam is normal [17:40] there are plenty of resources for learning how to reduce it -- in this case, it rejected the address, as postfix should, because it doesn't know about it [17:40] that address is bogus [17:40] axisys: you might find https://edge.launchpad.net/ubuntu/+archivemirrors of interest to you. [17:41] Nafallo: ok [17:41] Nafallo: i am coming from US .. so i was hoping us.archive would work.. [17:42] Nafallo: would be nice if there is a way to find the best mirror like ubuntu desktop does [17:42] is there a recommended tool for automating a server setup? [17:42] benc1: automating in what way? [17:42] Installing packages, building from source, editing config files [17:43] uh [17:43] custom scripts and preseed can do that [17:43] I want to have a script that does all that so I can edit it and improve instaed of redoing everything every time [17:43] benc1: that's what like change management tools are for [17:43] preseed? [17:43] I'd advise against one-off scripts [17:43] is there a recommended one? [17:43] if you'd like to scale it [17:44] benc1: no "recommended" one, no [17:44] what is one-off scripts? [17:44] sigh [17:44] "one-off" is an english phrase to describe items/objects/tasks that are done custom, for one particular need [17:44] why not use a script? [17:44] because it's not scalable and flexible? [17:44] if a script works for you ... use it [17:44] what is the alternative? [17:44] benc1: that's what like change management tools are for [17:45] cfengine, puppet, etc [17:45] thanks. I'll look it up [17:45] it's likely not what you want though [17:45] it sounds like you're happy with your script [17:45] no I don't :) [17:45] I've headrd of fabric but not sure how it works yet [17:45] ok, well, cfengine/puppet are really not simple things to deploy [17:46] I'm doing a one man show so it can't be too time consuming. but I'll read about it anyway [17:47] how many servers are you managing? [17:47] currently one but I'm constantly starting from a fresh server because I'm experimenting all the time [17:47] heh [17:48] these systems are not for you [17:48] when you start dealing with -maybe- dozens, or more realistically, hundreds of systems [17:48] I have serveral vbox ubuntu servers locally and I keep breaking them on purpose :) [17:48] these systems are essential, and useful [17:48] ah ok. I'll be dealing with 2-3 tops [17:49] and they're going to be identical? [17:49] if not ... then you should be doing them one at a time, manually [17:49] even if they are not identical I'll to automate them [17:49] and to be able to have some kind of script/log that I can edit to add or remove stuff [17:50] well, unless you have an extremely predictable and repetitive setup ... scripting them is not going to help [17:50] when I setup manually it takes a whole day [17:50] a whole day? [17:50] what are you doing? [17:50] ok [17:50] I'm installing apache/django/xmpp server and nginx as a proxy [17:51] a day? [17:51] that should be more like an hour or two [17:51] tops [17:51] and you shouldn't be compiling things one-off [17:51] maybe but still I would like to automate it [17:51] if you plan to use it over and over [17:51] you should be packaging what you need [17:51] and deploying the packages [17:52] maybe that's what I'm looking for [17:52] well [17:52] that depends on what you're automating [17:52] can I bundle several packages together with custom config files? [17:52] you can put anything in a package ... whether it's advisable or not is a different matter [17:53] good. [17:53] not sure it is much different then a script though [17:53] well you're being incredibly vague [17:53] so unless you're more specific, it's difficult to advise you [17:54] if you make a list of exactly what you're doing ... or what you'd like to do [17:54] I can make recommendations on what tools/methods best suit each task [17:54] I have a problem [17:54] I'm running A Linode VPS, with Ubuntu Jaunty 64-bit [17:54] I tried doing a: [17:54] sudo apt-get install sun-java5-jre [17:54] But get this: [17:55] my system consist of several django websites served using apache/mod_wsgi talking to an XMPP server all behind an nginx proxy [17:55] E: Package sun-java5-jre has no installation candidate [17:55] i gust ask if you run mail server [17:55] Anyone know whats wrong? [17:56] AdamDV2: I believe you need to enable the restricted repositories [17:56] java is non-free [17:56] Hmm [17:56] Heres my /etc/apt/source.list [17:56] It seems a bit odd. [17:57] giovani: http://go-techo.com/sources.list [17:57] sun-java5-jre | 1.5.0-18-1 | http://archive.ubuntu.com jaunty/multiverse Packages [17:58] Any ideas? [17:58] ok, then it's in multiverse :) [17:58] so enable that [17:59] HOw? [17:59] Theres no line :D [17:59] you add multiverse [17:59] onto the end of a line [17:59] AH, ok. [17:59] btw, multiverse is the non-free section [17:59] for universe [17:59] yeah [18:00] (we have two) [18:00] that's clear now :) [18:00] Well, I don't mind not using free software. [18:00] I prefer it, but don't require it [18:00] AdamDV2: right, which is why non-free software is provided, but separate from the other packages [18:00] ivoks: changed the mirror http://pastebin.com/f5eec8000 .. still getting same no new release found http://pastebin.com/f28a2cd25 [18:01] Ok [18:01] Trying o install again [18:01] (after an apt-get update) [18:01] axisys: you're trying to use an old version of ubuntu? [18:01] axisys: did you update and dist-upgrade? [18:01] There we go! [18:01] Thanks [18:02] axisys: ah. so that was the problem. well. your previous errors seems to suggest you are unable to talk to Canonical's data centre, which is where the files to check for new versions reside [18:02] http://old-releases.ubuntu.com/ubuntu [18:02] is the repo for old releases [18:03] giovani: i am trying to upgrade from hardy to a higher release [18:03] ah [18:03] axisys: dist-upgrade? [18:04] ivoks: as I said... with no route to the Canonical data centre, dist-upgrade's check won't work. [18:04] ah [18:04] ivoks: http://pastebin.com/f71f9d79c [18:04] his internets is broken [18:04] axisys: do you have proxy you could use? [18:05] giovani: http://pastebin.com/f28a2cd25 this does not suggest so [18:05] axisys: notice that i said dist-upgrade :) [18:05] but that won't fix the problem [18:05] you need proxy [18:05] axisys: so if it works, what's the problem? [18:05] ivoks: i did try dist-upgrade [18:06] giovani: it says no new release found [18:06] you're on hardy now? [18:06] giovani: yes [18:06] ... [18:06] wtf [18:06] oh. dist-upgrade... that should work, but isn't it do-release-upgrade that's wanted? [18:06] then you need to put something NEWER than hardy [18:06] in your sources.list [18:06] giovani: no [18:06] clearly it can't dist-upgrade to itself [18:06] oh wait. [18:07] this makes sense. [18:07] dist-upgrade isn't for upgrading between distributions [18:07] hmm [18:07] in ubuntu, at least [18:07] dist-upgrade is for upgrading between major revisions [18:07] of debian [18:07] yes dist-upgrade is not to upgrade to new release.. do-release-upgrade is [18:07] axisys: grep ^Prompt /etc/update-manager/release-upgrades [18:07] correct [18:08] Nafallo: normal [18:08] Nafallo: that's been handeld :) [18:08] :-) [18:08] hm. oki. so it's down to the routing then I'd say. [18:08] Nafallo: i dont get any routng error [18:08] well, one way we could really find out where the problem is... [18:08] Nafallo: it says no new rlease found [18:08] is to start python shell [18:08] and then run do-release-upgrade in it [18:08] ivoks: i am listening [18:08] axisys: could you pastebin mtr -rn security.ubuntu.com for us please? [18:09] Nafallo: i am not using it [18:09] Nafallo: security.ubuntu.com that is [18:09] axisys: that wasn't my questio [18:09] Nafallo: i know .. but just an fyi [18:09] axisys: I'm more interested in seeing that you can reach the data centre :-) [18:09] i wouldn't paste that info, if i was you [18:10] :] [18:10] ivoks: i am on python [18:10] python calls the python shell .. correct? [18:10] yes [18:10] ivoks: and now run do-release-upgrade in it? [18:11] python -vv /usr/bin/do-release-upgrade [18:12] ivoks: http://pastebin.com/f721042ba [18:14] so, everything is find with libraries [18:14] fine [18:15] DEBUG = os.environ.has_key("DEBUG_UPDATE_MANAGER") [18:15] http://changelogs.ubuntu.com/meta-release [18:15] try reaching that URL [18:15] right [18:15] ivoks, is there any howto on how to package with dkms? [18:15] RoAkSoAx: not really [18:16] RoAkSoAx: you need to know how to package and how to use dkms and put that together [18:16] ivoks, ok i'll start on the how to package :) [18:17] you need dkms? [18:17] Nafallo: i cannot reach the changelogs [18:17] that's your problem [18:17] Nafallo: good catch ;) [18:17] ivoks, I don't know actually... since you told me that it would be better to package a kernel module with dkms [18:17] ivoks: hmm [18:17] ivoks: I did say that a while ago as well... [18:17] Nafallo: thanks man [18:18] Nafallo: :-) [18:18] RoAkSoAx: i haven't said that... i was talking about drbd [18:18] axisys: no worries. now sort out your routing to Canonical's data centres ;-) [18:19] ivoks, when I asked you how to package layer7switching, which contains a kernel module and userspace tools, you told me to take a look to dkms to package it with it [18:19] RoAkSoAx: ah, that... note to RoAkSoAx: I haven't looked at layer7switching; maybe it's a patch for iptables, as l7-filter [18:19] so then dkms is useless [18:20] i do have ssh access to another server which has access to changelogs.. this other server is jaunty ubuntu server [18:20] then make a tunnel [18:20] dynamic socks proxys ftw :-) [18:20] do I need to change the mirror ? [18:20] or there is a switch ? [18:21] once the tunnel is established that is [18:21] there are no swtiches on servers [18:21] ivoks, ok, I'll take a look at it and seek your help when needed :). Btw... can I still work with missing dependencies and FTBFS after this 25 of June (DIF)? [18:21] so i need to change the sources list ? [18:21] I would set up a redirect directly to changelogs.ubuntu.com:80 in ssh and then tell hosts that changelogs.ubuntu.com is at 127.0.0.1:80 or so :-) [18:21] how do I tell do-release-upgrade to use the tunnel ? [18:22] Nafallo: that's another idea [18:22] Nafallo: how do I tell changelogs that 127.0.0.1 ? hosts file ? [18:22] axisys: /etc/hosts [18:22] Nafallo: ok .. thnx [18:22] so you tell it that changelogs is that other ubuntu server [18:23] and on that other ubuntu server create web server that serves that domain :) [18:23] hmm. that's not how I would do it doh :-) [18:23] and it only proxies to reall changelos.ubuntu.com [18:23] thou even [18:24] ssh -L 80:changelogs.ubuntu.com:80 otherserver [18:25] that should make 127.0.0.1:80 changelogs.ubuntu.com [18:26] lynx http://127.0.0.1/meta-release works [18:26] now what ? [18:26] axisys: done the hosts thing? [18:27] axisys: if so, try if you can go to http://changelogs.ubuntu.com/meta-release [18:27] 127.0.1.1 changelogs.ubuntu.com [18:28] Nafallo: http://pastebin.com/f77a0d7a7 [18:28] Nafallo: i wonder if lynx read hosts file [18:28] and if not, change 1.1 to 0.1 in /etc/hosts [18:28] /etc/hosts file that is [18:29] there we go! [18:29] good. do-release-upgrade should work better now [18:29] Nafallo: it is !! [18:29] Checking for a new ubuntu release [18:29] Failed Upgrade tool signature 0% [Working] [18:30] hmm. that's should be something else. [18:30] http://pastebin.com/f5a33c4ce [18:31] hehe [18:31] go to /tmp [18:31] ohhaha [18:31] it hardcodes a.u.c :-P [18:31] nice [18:31] yeah [18:33] take care.. [18:34] http://pastebin.com/f644b9b82 [18:34] dont see any .gz file there [18:36] Nafallo: whats a.u.c ? [18:36] axisys: grep intrepid /tmp/tmp* [18:36] axisys: archive.ubuntu.com [18:37] Nafallo: absolutely nothing [18:37] oh. of course not. [18:37] axisys: sudo grep intrepid /tmp/tmp* [18:38] Nafallo: same :-( [18:39] Nafallo: i wonder if we can run it in verbose to see where it puts it.. or even strace ? [18:39] hmm. how helpful. [18:40] stat64("/tmp/tmpuVeBRG/intrepid.tar.gz", 0xbfe7d578) = -1 ENOENT (No such file or directory) [18:40] oh right. they are directories... [18:40] doh [18:40] i ran do-release-upgrade as root [18:41] it did create the /tmp/tmpuVeBRG dir [18:41] and probably different dirs each time it runs :-) [18:42] Nafallo: yes [18:43] /tmp/tmpXXXXXX 6Xs ..using dynamic .. like perl's File::Temp [18:43] anyways .. what do u suggest now [18:43] is there any article on how to do the upgrade through proxy? [18:43] let me try something [18:44] Nafallo: you have been very helpful man.. appreciate it! [18:46] axisys: right. you simply want 146.137.96.15 archive.ubuntu.com [18:46] in your /etc/hosts next [18:46] that should point archive.ubuntu.com to mirror.anl.gov locally [18:48] hopefully that make things work [18:49] Nafallo: i am using http_proxy instead of editing the hosts file now.. it allow me to lynx to changelogs [18:49] let me edit the hosts file to add your entries [18:51] axisys: oki [18:52] stat64("/tmp/tmpVdPWsq/intrepid.tar.gz", 0xbff92668) = -1 ENOENT (No such file or directory) [18:52] same error [18:52] read(3, "400 URI Failure\nURI: http://arch"..., 64000) = 329 [18:53] http://archive.ubuntu.com/ubuntu/dists/intrepid-proposed/main/dist-upgrader-all/0.93.34/intrepid.tar.gz [18:53] does that work? [18:55] Nafallo: 404 [18:55] hmm. did you edit the host file to include the entry for archive.ubuntu.com ? [18:56] http://pastebin.com/d144645c [18:57] Nafallo: yes [18:57] yeah, that's not correct. [18:57] 146.137.96.15 archive.ubuntu.com [18:57] not 127.0.0.1 [18:57] Nafallo: let me remove the http_proxy [18:57] Nafallo: that was it .. i can wget now [18:58] then you should be able to do do_release_upgrade as well [18:59] Nafallo: working now [18:59] yay [18:59] wow!!! [18:59] Nafallo: u da man!! [18:59] just remember to remove the hackz afterwards :-) [18:59] Nafallo: yep :-) , the tunnel and hosts file [18:59] kewl :-) [19:00] Nafallo: now i need to setup a permanent proxy for this guy [19:00] Nafallo: so i never have to do it again [19:00] hehe [19:01] better yet. route all of the /20 through that other server? :-) [19:01] Nafallo: u have been super helpful .. thanks a lot again [19:01] no worries :-) [19:01] oh. /21, not /20 :-) [19:02] that changelogs.ubuntu.com ? [19:03] route add x.x.x.x/21 gw proxyhostip ? [19:04] that's the full Canonical IP range [19:04] 91.189.88.0/21 [19:07] Nafallo: thanks [19:07] route add 91.189.88.0/21 gw proxyip .. would be the correct syntax . correct ? [19:07] I guess [19:07] Nafallo: thanks a lot [19:07] ages since I used route :-) [19:39] WHOOOOOO!!!! [19:40] bah [19:43] any one run mail server pop 3 smtp [19:43] or can help me do mail server [19:46] fullmetalj: I can [19:46] Do you need a mailserver? [19:47] I need Usb support in my Kvm :S [19:47] Usb Printer support [19:47] :) [19:48] but there seems to be no Sollution :( [20:37] fullmetalj: You there? === Sindacious_ is now known as Sindacious [23:20] hi here [23:21] is there a guide on how to setup a wifi access pouint with wpa ? [23:21] there s a tutorial on how to setup acceess point , but it doesn t talk abnywhere about securing it [23:21] google has too many to count