[00:00] how do I extract file.tar ? [00:07] techsupport: tar xf file.tar [00:07] cjwatson, thanx === techsupport is now known as oruhome === oruhome is now known as petia [00:07] petia: it'll extract to the current directory, so you might want to do this in a new directory just in case [01:25] Good night [01:25] nn [01:25] i wrote a code and i like to sugests to incorporate. how can i do this? [01:27] *sugests to add in Ubuntu and Debian [01:28] !packaging | renatokrause [01:28] renatokrause: The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [01:29] is a daemon for the mrtg. the mrtg exists but in Ubuntu it run in crontab and dont explore a daemon resource of MRTG. I wrote a daemon based in /etc/skeleton. [01:30] */etc/init.d/skeleton [01:32] !mrtg [01:32] Sorry, I don't know anything about mrtg [01:33] renatokrause: I suppose you can file a bug and attach your patch https://launchpad.net/ubuntu/+source/mrtg [01:39] jtaji: very thanks. https://bugs.launchpad.net/ubuntu/+source/mrtg/+bug/358123 [01:39] Launchpad bug 358123 in mrtg "MRTG DAEMON" [Undecided,New] [01:41] renatokrause: you are welcome [01:41] jtaji: thanks man, very thanks really [01:44] jtaji: im writing a bot configurator of swith for mrtg, i dont know if its can be added too. [01:44] i write this in python and bash [01:54] renatokrause: I'm sure your contributions will be welcome... here's some info on submitting patches https://wiki.ubuntu.com/UbuntuDevelopment/Patches [01:55] jtaji: thanks i will read [02:06] bye all, i will play with my son [02:07] thanks all [02:53] How do I discover what my nearest primary mirror is? Apparently "apt-get install apt-spy" is wrong. [02:58] I will ask in case anyone knows (I've went through synaptics and can't find what I'm looking for) I have about 150 accounts telnet/ssh on different devices that I have to change my passwords every 60-90 days and was wondering if there was an app that could assist me with this? [03:13] brad_: the Right Thing would be to stop using passwords. Instead, use key-based authentication. Then you only need to change the passphrase on one ssh key. [03:13] If you just want a tool to generate randomized passwords, I can recommend apg(1). [03:13] I agree, but they can't force passwords on the ssh key [03:14] the right thing to do would be to use radius [03:14] brad_: possibly so. [03:14] twb: nah, I need something to go change all those passwords. [03:15] That would basically mean that you had all the passwords written down where the script could get to them anyway. [03:15] IMO that pretty much defeats the purpose of having passwords. [03:17] I would have the passwords consistent across the devices and would just be changed. I keep everything in an encrypted app on my blackberry [03:19] brad_: wait a minute. You're saying that you have 50 different telnet and ssh targets, and they all have the SAME password? [03:22] yes, but I'm not an administrator on those boxes... for example, the cisco routers are read only. [03:22] the one's I admin I use securid on :) [03:22] Owie [03:22] brad_: you mean an RSA token? [03:23] Yeah [03:23] if they're going to use telnet and not ssh then it doesn't deserve a special password for each one since they don't care about security to behin with. [03:23] I hate the new USB ones, though [03:23] yep, RSA securid token. [03:23] brad_: IMO it doesn't deserve a password in the first place -- just make it the null password. [03:23] I just have the standard keyfob [03:24] i've already installed the sshaskpass app so if a site requires a password for your ssh key it fakes it out. [03:24] You mean a passphrase? [03:24] but then again I'm the type of person who locks my machine every time I walk away from it. [03:25] yes [03:25] I'd have said that's ssh-agent's job, not ssh-askpass's [03:49] hi! [03:50] i've installed a 'Perfect Server' setup for ISPConfig (2) on 8.04 LTS [03:51] i need some assistance as to where are some guides or PDFs on hosting own site. [03:51] i just registered a domain name today [03:51] and i would like to set it up, though i have no clue what to lookup in google. [03:51] any help out there? [03:54] I'm not aware of any rigorous, comprehensive documentation on the subject. [03:55] Generally I'd be inclined to recommend a VPS solution rather than hosting your own hardware in a back room. [03:56] For ispconfig specifically I found upstream documentation at http://www.ispconfig.org/documentation.htm [04:41] Is this command meant to work? "scp /local/* user@server:/foo/bar/" meant to work? I get "/local/* No such file or directory" [04:41] ls -l /local/* works (it exists) [04:43] try scp -r /local/ instead of scp /local/* [04:45] oh nice, thanks [04:47] ( i assume you want a recursive copy ... :)) [04:47] Yep. I found * works in some systems, but i'll stick to recursive, cheers [06:12] After making an LVM volume and a filesystem on it, how do I make the filesystem appear in /dev/disk/by-uuid? [08:30] moin === Gargoyle is now known as Gargoyle|Away === Gargoyle|Away is now known as Gargoyle [09:28] New bug: #358261 in samba (main) "net rpc command potentially dangerous on Windows 2003 Server " [Undecided,New] https://launchpad.net/bugs/358261 [10:04] Anybody out there with LDAP experience? [10:05] sure [10:06] I'm trying to add an ldif file with slapadd (followed the official help for Ubuntu Server), but the slapadd keeps telling me I have an error: "Error, entries missing! entry 1: dc=example,dc=com" [10:07] and your dn is dc=example? [10:07] No, is something different, but I have that sorted out. [10:08] so why are you trying to add to example? [10:09] Actually, the dn is dc=kas,dc=lan [10:09] so change your add command to reflect that [10:10] No, that's fine: slapadd -l kas.lan.ldif [10:12] and the ldif file looks like? [10:14] Just like this one here: https://help.ubuntu.com/8.04/serverguide/C/openldap-server.html [10:14] It's in the middle of the page. [10:15] let me guess, ou=people should be ou=People [10:15] ou=groups = ou=Groups [10:19] Well, I just figured it out. The template from the official guide seems to be incomplete. [10:20] the docs are pretty poor for ldap [10:20] The community guide template solved my problem. I had to add dn at the beginning. [10:21] i've packaged 2.4.15 of openldap for hardy as .11 is pants [10:21] It works now, thanks anyway. [10:26] New bug: #358314 in apache2 (main) "Invalid e-tag when using mod_deflate" [Undecided,New] https://launchpad.net/bugs/358314 === `6og is now known as Kamping_Kaiser === asac_ is now known as asac [11:38] hi, can anyone tell me how you netinstall ubuntu 64bit are there seperate linux and and initrd.gz files ?? [11:39] or do you use some sort of parameter at boot ? [11:39] I am already netinstalling 32bit ubuntu just want to add 64 bit versions [11:41] separate files [11:41] under installer-amd64 [11:43] okay cheers :) [11:50] Guys I had a query last night off a guy who runs a small hosting company. He uses centos at the moment but would like to use ubuntu server but needs compatibility with something call cpanel iirc. (the hosting config panel you get) Are there any plans to get this certified for ubuntu or not do you know? [12:27] davmor2: it's apparently not a question of certification. cPanel apparently only supports RHEL (or centos). Since it's closed-source afaict, they would need to port it somehow [12:28] ttx: cool thanks I'll pass the message on [12:28] davmor2: I don't know cpanel, was just looking at their website [12:28] ttx: No Probs [12:41] New bug: #358382 in sysstat (universe) "iostat -N doesn't report device mapper names" [Undecided,New] https://launchpad.net/bugs/358382 [14:34] hey guyz [14:34] do you know if imagewriter supports ubuntu server ? [14:34] i want to boot my machine of a stick [15:11] New bug: #358468 in samba (main) "Samba crashes on install...." [Undecided,New] https://launchpad.net/bugs/358468 [15:30] hmmmm [15:30] anyone here use dhcpd with in failover peer mode? [15:30] getting a fun segfault occasionally with the jaunty packages === rgreening_ is now known as rgreening [15:41] hey, I put "fusecctv hard nice -10" into /etc/security/limits.conf - logged out and back in, but I get "nice: cannot set niceness: Permission denied" when I run say nice -n -5 echo -- any ideas? [15:42] are you root? [15:43] giovani3: no [15:43] well uh ... why do you think you'd be getting a "permission denied" then? [15:43] only root can set a negative nice value [15:43] giovani3: that's the question - the line I added to limits.conf should allow user fusecctv to set nice level up to -10 [15:43] unless the process has been specifically allowed beyond that in limits.conf [15:44] yes, but you just said you ran nice on echo [15:44] not fusecctv [15:44] giovani3: huh? [15:44] "when I run say nice -n -5 echo" [15:44] oh wait, I had to log out of the original shell [15:44] works now [15:44] $ whoami [15:44] fusecctv [15:44] fusecctv@fusetech-dev:~$ nice -n -5 echo [15:44] works fine :) [15:45] great [15:45] except why on earth are limits disabled in /etc/pam.d/su by default!??!? [16:15] hackeron: Because root is not enabled by default? [16:15] And thus, sudo is used instead? [16:18] jpds: what? [16:18] jpds: limits allow you not to use root [16:19] jpds: so here you're forced to use root unless you edit /etc/pam.d/su and enable limits which enabled /etc/security processing -- you may as well delete /etc/security in the default setup :) [16:33] ScottK: fyi-- between the delayed 0.95.1 release and some security work that popped up yesterday, I was not able to get 0.95.1 before archive freeze [16:33] * Sam-I-Am files a bug report on dhcp3-server [16:33] yay segfaults! [16:34] and theres no debugging symbols compiled in either... [16:34] use ubuntu-bug and it will fetch the necessary symbols [16:35] if you've already filed the bug, and you're running jaunty, you can use apport-collect to add information to an existing bug [16:35] well, i have some output from gdb [16:35] see https://wiki.ubuntu.com/ReportingBugs and https://wiki.ubuntu.com/DebuggingProcedures [16:35] it'll tell me which function it borked in, but no debugging symbols [16:35] er, dhcpd was not compiled with -g i guess and theres no -dbg package [16:35] debugging symbols are in separate packages [16:35] the tools I just pointed you to know how to fetch them on demand [16:36] sure... [16:36] Sam-I-Am: if for some reason you need to do it by hand, see https://wiki.ubuntu.com/DebuggingProgramCrash [16:37] thats what i've been reading [16:37] getting the gdb output from that documentation [16:38] if you've already been reading that, you should already have debugging symbols ... [16:38] (from ddebs.ubuntu.com) [16:39] ah, thats where they're hiding... [16:40] very first section of https://wiki.ubuntu.com/DebuggingProgramCrash [16:41] yeah, i apparently managed to jump into DebuggingProcedures first [16:41] got it now... installing debug packages [16:41] thx [17:18] cjwatson: interesting how i cant get it to crash under valgrind :) [17:30] kirkland: slots are filling up quickly now, you might want to stake a claim rsn. [17:31] jcastro: url [17:32] https://wiki.ubuntu.com/UbuntuOpenWeek/Prep [17:32] anyone else on the server team want to do a session? [17:37] yeesh, not everyone jump up at once. [17:38] heh [17:49] Anybody familiar with some knowledge base software? Any recommendations? [17:51] mralphabet: I've used docuwiki a bit [17:51] twiki is also a common choice === giovani3 is now known as giovani [17:55] yay, bug filed [17:56] https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/358589 [17:57] Launchpad bug 358589 in dhcp3 "Segmentation fault during peer startup in failover configuration" [Undecided,New] [17:57] cjwatson: thanks for the tip on finding the right debug package [17:58] np [18:00] New bug: #358589 in dhcp3 (main) "Segmentation fault during peer startup in failover configuration" [Undecided,New] https://launchpad.net/bugs/358589 [18:03] hey look... [18:31] New bug: #358612 in openssh (main) "X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)" [Undecided,New] https://launchpad.net/bugs/358612 === Iceman_B1SSH is now known as Iceman_B|SSH [19:35] hi all [19:36] hi all [19:36] people, ubuntu server 8.10 don't have more webmin package? [19:36] any other? I would like give to user configure IP interface via web [19:37] I remember reading somewhere that webmin was quite difficult to maintain due to design issues [19:37] J_P if you are talking about the actual package "webmin" don't use that product. It's full of security issues. [19:48] J_P: webmin isn't supported in ubuntu [19:48] !webmin [19:48] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [19:48] !ebox [19:48] ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox [20:08] friartuck: and giovani so, do you know another package for that? configure IP via web ? [20:08] J_P: read what it says [20:08] it can't be more clear [20:09] giovani: ahh sorry, I see now :-) [20:13] with proftpd how do I allow a user to access a director outside of his home? [20:17] anyone? [20:27] hello [20:29] Hi. [21:08] im getting 404s when I try to upgrade [21:08] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-2.6.24-23-server_2.6.24-23.48_i386.deb 404 Not Found [21:08] anyone got any idea..? [21:09] twomashi: your apt cache is likely out of date. sudo apt-get update and try again [21:10] that was it, thanks! [21:10] twomashi: you have to do that regularly -- really, once every time before you install/upgrade a bunch of packages [21:10] i.e. if you're gonna do 3 separate apt-gets in a few minutes/hours, no need to run apt-get update 3 times, but, if they're a day or more apart -- run apt-get update first [21:11] yea [21:11] im not that well versed in ubuntu [21:11] but you have the same thing in arch linux [21:11] have to synchronise the package databases [21:11] yeah, this is not ubuntu-specific [21:11] apt is a debian creation [21:53] jdstrand: slangasek says we can still get it in. [21:54] ScottK: AIUI, there are 2 relevant security issues [21:54] ScottK: I'm going to have a tough time getting it in before early next week (and even then will be hard) [21:54] Sometimes I miss ole Debian. Maybe sometime I'll set it up 5.0 as an alternative to Ubuntu-server. [21:54] jdstrand: I have some time now. Let me see what I can do. [21:55] ScottK: that would be truly excellent. I can work on backporting the security fixes to intrepid (but again, it'll be early next week) [21:55] OK. [22:42] hello, any one here running ubuntu on a gigabit network ? If so how fast id you large transfer speeds ? [23:35] Hi everyone [23:35] I need help [23:35] (sorry if i'm bothering you) [23:49] Sorry [23:50] Ok, this is my question [23:50] I'm trying to make it catch wireless connection with a USB adapter [23:50] Exactly it uses this chipset [23:50] Bus 002 Device 006: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter [23:51] Do Ubuntu Server support this chipset? [23:51] I found the driver, but i don't know if I must install it [23:52] Again, sorry if i'm annoying :( [23:53] wireless in a server? [23:53] Yes [23:53] You mean... this is not possible? [23:53] I was going to make server use wireless connection [23:53] it's not a very common use case [23:54] Oh [23:54] What about a wired connection? [23:54] have you tried using the desktop kernel? [23:54] Nope [23:54] I didn't try [23:54] I think it's the kernel too [23:54] But... does desktop kernel work ok with a server? [23:55] Penguino: if your server is based on desktop hardware, then the desktop kernel should work [23:56] Yes, it's based on desktop hardware [23:56] And wireless adapter worked on my desktop [23:56] Ok [23:56] So... thank you so much [23:56] Sorry for my noobness [23:56] :D [23:56] no problem [23:56] Oh [23:57] the -server kernel is more for real server hardware [23:57] Does PHP, MySQL, LAMP and all that applications work on desktop server? [23:57] yes [23:57] (ok, thanks for your advice) [23:57] I didn't know that [23:57] Ok [23:57] you only have to change the kernel, not install everything again ツ [23:57] Again, thanks [23:57] Oh [23:58] Again... [23:58] Let me google it [23:58] you need the kernel images ending in -generic [23:58] Ohhhhhhh [23:58] I understand [23:58] My image ends on -server [23:59] So, shouldI remove current image and [23:59] yes, that's what the server CD installs by default, while the desktop CD installs -generic by default [23:59] *install new one? [23:59] Oh [23:59] Ok [23:59] Apt-get, i think