[12:11] does dapper have a xen-enabled kernel (for it as a guest) ? === kupesoft [n=dave@host193248.marcocable.com] has joined #ubuntu-server === benlake [n=benlake@216.127.227.62] has joined #ubuntu-server === zion_da [n=zion@192.116.209.202] has joined #ubuntu-server [02:28] hi [02:28] small question [02:29] somehow i have a delay in the menus [02:30] i tried to change gtk menu delay to 0 and it wont work [02:30] the delay is only in beryl interface and [02:30] what can i do ? [02:33] Beryl? [02:33] I'd ask in #ubuntuforums or #ubuntu [02:34] thanks! === zion_da [n=zion@192.116.209.202] has left #ubuntu-server ["Leaving"] === fujin [i=aj@fujin.junglist.gen.nz] has joined #ubuntu-server === DaveMora [n=DaveMora@64-60-54-50.static-ip.telepacific.net] has joined #ubuntu-server [03:50] I will be attempting to install ubunto on a HP-Proliant Server. Does anyone know of any possible issues? === DaveMora [n=DaveMora@64-60-54-50.static-ip.telepacific.net] has left #ubuntu-server [] === sahafeez [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server === fujin [i=aj@fujin.junglist.gen.nz] has joined #ubuntu-server === ivoks [n=ivoks@4-85.dsl.iskon.hr] has joined #ubuntu-server === turox [n=chatzill@dslb-084-057-224-157.pools.arcor-ip.net] has joined #ubuntu-server === turox_ [n=chatzill@dslb-084-056-222-197.pools.arcor-ip.net] has joined #ubuntu-server === h4wk0 [n=h4wk@84.13.248.181] has joined #ubuntu-server === Gruelius [n=Gruelius@60-241-89-235.static.tpgi.com.au] has joined #ubuntu-server [10:32] I installed build-essential however i cant compile my app, it tells me that Glib 2.0 is missing [10:33] i tried to install linux-kernel-headers however it said it was allready installed [10:35] how is this related to servers? === turox__ [n=chatzill@dslb-084-056-244-060.pools.arcor-ip.net] has joined #ubuntu-server [10:37] because im running server ed? [10:38] ivoks: hm, so this is a servers channel. That's what I thought. Someone asked about beryl in here earlier. hehe [10:38] and i get 0 responses in the normal channel [10:38] Gruelius: compiling applications needs headers of some libraries [10:38] and your app said that you don't have glib 2.0 [10:39] first thing you should do then is 'apt-cache search glib 2.0 development [10:39] is that how you search packages? [10:39] yes [10:39] allways wondered :D [10:39] ivoks: What monitoring system do you use? If any. zenoss, or nagios or something [10:40] im going to go on ubuntu in a tic, expect me to be back with more semi server related questions === Gruelius [n=Gruelius@60-241-89-235.static.tpgi.com.au] has left #ubuntu-server [] [10:40] foo: munin [10:40] ivoks: hmm, used nagios/zenoss before? === foo googles that [10:40] no, but zenoss will be packaged for gutsy (probably) [10:40] if they resolve they copyright issues [10:41] their [10:41] gutsy? Is that a distro? [10:41] ufff :) [10:41] that's next ubuntu [10:41] ahh [10:41] 7.10 [10:41] ohhh [10:41] Nice :) [10:43] ivoks: hm, I want to have systems log stuff like /var/log/messages and syslog to a remote system... what's the best way to do this? I'm thinking about writing a script that whenever it sees a new line appended to the log, then either http://domain.com/?event=something ... or, ssh somehost 'cat $line >> /home/log/master.log' ... or something. You see? Basically, say I got like 3 systems and I want to be able to read the logs from one central location [10:45] logwatch? [10:45] this is periodic [10:45] on mail [10:45] hmmm [10:45] So, logwatch would e-mail me my logs daily or something? [10:46] yes [10:47] Mhmm, I see. I'd rather have it write to my server via text... that way I can (theoretically) sit on the server, tail -f log.txt ... and watch everything from however many systems I setup. You know what I mean? Not to mention, I can filter some stuff if I wanted to. === foo thinks [10:47] syslog? [10:48] Yeah, ssh host 'echo $line >> /somewhere/txt' works. Just need to have ssh keys setup [10:48] Hm, what do you mean syslog? [10:48] syslog can send logs to another computer [10:49] Hmm. I see. I'll have to check the man page for that. And, I don't think I've seen syslog on RHEL systems. Or maybe I just need to install it [10:49] Does syslog send via ssh? [10:49] If you'd happen to know, of course [10:49] syslogd is on all linux machines [10:50] ah, yup [10:51] Hm, now, taking it a step further... says I wanted /var/log/syslog|messages|auth.log ... and /var/log/apache2/error.log ... is it safe to say that if I wanted to do this I would have to write something? [10:51] say* [10:52] you can make all your apps logg to syslog [10:53] and then forward syslog to another machine [10:53] ah, I see [10:53] or you can write your own thing [10:53] Would you happen to know if syslog appends the data on another machine? Or does it just move the whole file over (via scp or something) ? [10:54] append, of course [10:54] no point in sending === foo nods [10:54] Hmm, I wonder how it does that [10:54] same way IMAP server appends mail to your client [10:54] When you say I can have my apps write to syslog, you mean have them write to /var/log/syslog - yeah? [10:54] ohh, that's via mail as well [10:55] no it's not via mail [10:55] ah, my bad [10:55] it's via TCP/IP, like mail, web and most of internet protocols [10:55] ahh, I see [10:55] Cool, thanks, I'll have to play around with that === ra1nb0w [n=ra1nb0w@host177-100-static.32-88-b.business.telecomitalia.it] has joined #ubuntu-server === ra1nb0w [n=ra1nb0w@host177-100-static.32-88-b.business.telecomitalia.it] has joined #ubuntu-server === Gruelius [n=Gruelius@60-241-89-235.static.tpgi.com.au] has joined #ubuntu-server [11:35] I still get the error [11:35] configure: error: You must have the GLib 2.0 development headers installed to build. [11:36] Gruelius, what are you trying to build, and how? === Gruelius runs [11:36] pigdin :P [11:36] ah. *heh* [11:36] that is the ./configure stage [11:36] lets presume i am using a gui on my server :P [11:37] lol [11:37] ive installed glib C++ [11:37] enable the deb-src lines in your sources.list, then seach on glib |grep dev [11:37] kk [11:37] on glib/apt-cache search glib [11:38] where is my sources file located? ive forgotten the directory [11:38] /etc/apt [11:39] http://packages.ubuntu.com/feisty/libdevel/libglib2.0-dev probably the packag eyou want? [11:39] probably [11:39] ive got all the other relevant sorts of libglib :p [11:40] lol [11:40] im on that site allready, if i run into another compiling problem where should i look? [11:41] You must have the GTK+ 2.0 development headers installed to compile Pidgin. [11:41] is there a package that encompasses all building things? [11:41] i suggest `apt-get build-dep gaim` as a start to getting all the pigdin libs [11:42] got build-essential? [11:42] yesh [11:42] you'll need it [11:42] ok [11:42] :) [11:43] E: Could not open file /var/lib/apt/lists/au.archive.ubuntu.com_ubuntu_dists_feisty-backports_main_source_Sources - open (2 No such file or directory) [11:43] its not commented in my sources.list file [11:43] you'd better `sudo apt-get update` [11:44] lol yep forgot that one [11:44] before someone scolds me about this being a server channel, are there any other quiet irc channel's for general help? [11:44] tried #ubuntu-au? [11:44] ;) [11:44] lol [11:45] and do dep build gaim i need... duh duh duh [11:45] 101mb of packages [11:45] 30* [11:45] my bad [11:45] still worth it? [11:45] *grin* [11:45] your call. not mine [11:45] btw. serious about -au === h4wk0` [n=h4wk@84.13.248.181] has joined #ubuntu-server [11:45] lol [11:45] i'll help you just the same ;) [11:45] haha [11:46] Is this the normal process for ubuntu? run wild on the irc till you can build stuff? :P [11:46] so there are variants of Glib that are required to build pigdin, variants specific to gaim that i must download? [11:46] normal process probably involves looking at help.ubuntu.com :P [11:46] heh [11:46] how do i request that this gets put onto the packages thing [11:47] i dont know how different pigdin is to gaim [11:47] its like gaim but not ugly apparantly === Gruelius goes brb [11:47] file a request bug. [11:47] if it is 'the next gaim' then it'll get packaged, probably real soon now [11:50] well idk bout that but its just gaims ui that shits me :P [11:51] -> #ubuntu-au [11:51] ive got another bug tho, with the desktop effects thing === Gruelius thought u were kidding :p === Gruelius [n=Gruelius@60-241-89-235.static.tpgi.com.au] has left #ubuntu-server ["Leaving"] === ivoks [n=ivoks@21-217.dsl.iskon.hr] has joined #ubuntu-server === ||arifaX [n=||arifaX@p54B5C122.dip0.t-ipconnect.de] has joined #ubuntu-server === slackwarelife [n=slackwar@host197-128-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-server === h4wk0 [n=h4wk@89.241.236.67] has joined #ubuntu-server === amachu [n=amachu@122.164.189.106] has joined #ubuntu-server [12:38] hi, i want my laptop to connect to my desktop [12:38] i have a RJ-45 cable [12:38] laptop with Kubuntu Edgy [12:38] and desktop with edubuntu feisty [12:39] help wanted [12:39] how is this server related? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === daq4th [n=darkness@netstation-004.cafe.zSeries.org] has joined #ubuntu-server === Skaag [n=skaag@87.69.91.250] has joined #ubuntu-server [01:48] how do I add something to my PATH env var so that when I sudo -s it will be there? [01:49] I tried /etc/profile and /root/.profile [01:49] nothing works [01:49] add a 'if uid=0 use this PATH=' to your bashrc [01:49] sudo -s = your bashrc, sudo -i = root bashrc [01:50] I see! [01:51] great, works now [01:51] i've been struggling with this because of this small difference between -s and -i [01:51] bummer ;-) [01:51] np. [01:51] :) [01:51] thanks Kamping_Kaiser [01:51] ;-) [01:51] enjoy mate :) [01:51] now to try and get Xen working [01:51] i'm a bit uneasy with having xen replace my kernel [01:52] i havent tried it [01:53] I did simulations with apt-get [01:53] to see what it will do.. [01:53] it plans to replace the kernel among other things === The__FBI [n=Gruelius@60-241-89-235.static.tpgi.com.au] has joined #ubuntu-server [01:53] kamping_Kaiser: i have you surrounded [01:54] The__FBI, i'll not treat this as ban evasion. === The__FBI [n=Gruelius@60-241-89-235.static.tpgi.com.au] has left #ubuntu-server ["Leaving"] [01:54] lol [01:55] sorry about the distraction :) === Vincent_k [n=vincent@c83-251-31-41.bredband.comhem.se] has joined #ubuntu-server === CarlFK [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has joined #ubuntu-server === ra1nb0w [n=ra1nb0w@host177-100-static.32-88-b.business.telecomitalia.it] has joined #ubuntu-server === turox__ [n=chatzill@dslb-084-056-218-217.pools.arcor-ip.net] has joined #ubuntu-server === dworkin [n=asdf@82-69-60-92.dsl.in-addr.zen.co.uk] has joined #ubuntu-server [04:27] I have feisty and i want to install apache2 with ssl support, but the only apache in repos with ssl enabled is 1.3.34. how can i enable ssl in apache 2.2.3? === Vincent_k [n=vincent@c83-251-31-41.bredband.comhem.se] has joined #ubuntu-server === ivoks [n=ivoks@20-55.dsl.iskon.hr] has joined #ubuntu-server === turox_ [n=chatzill@dslb-084-056-227-148.pools.arcor-ip.net] has joined #ubuntu-server === DanielBusch3000 [n=daniel@212-41-98-50.adsl.solnet.ch] has joined #ubuntu-server === ra1nb0w [n=ra1nb0w@213-156-55-129.fastres.net] has joined #ubuntu-server === Kromel [i=Kromel@adsl-65-69-127-97.dsl.tulsok.swbell.net] has joined #ubuntu-server === Nontitle [n=chatzill@bas12-ottawa23-1088846992.dsl.bell.ca] has joined #ubuntu-server === Nontitle [n=chatzill@bas12-ottawa23-1088846992.dsl.bell.ca] has left #ubuntu-server [] === jam_ [n=jam@user-0c6t4aj.cable.mindspring.com] has joined #ubuntu-server [10:26] Anyone there? === ||arifaX [n=||arifaX@p54B5C122.dip0.t-ipconnect.de] has joined #ubuntu-server === h4wk0 [n=h4wk@84.13.253.193] has joined #ubuntu-server [11:24] Hm, LayeredTech offers ubuntu servers; nice. === h4wk0` [n=h4wk@84.13.253.193] has joined #ubuntu-server === sahafeez [n=sahafeez@ip68-6-223-156.sd.sd.cox.net] has joined #ubuntu-server