/srv/irclogs.ubuntu.com/2007/11/21/#ubuntu-server.txt

ajmitchhm, or not, I don't see the user admin functions there00:00
=== dendro-away is now known as dendrobates
fujin_Hello.02:46
fujin_Any pam_ldap/nss_ldap guru's around?02:46
kgoetzsurely i dont have to !ask you of all people? :)02:47
fujin_I need to work out how to make the aforementioned NOT lookup information for root, cups, postfix etc.02:48
kgoetzinsert lines to check against sytem passwd first, then against ldap02:49
fujin_I don't want to check against system passwd first.02:49
kgoetz*shrug*02:49
kgoetzat your option02:50
osmosiswell... installed phpmyadmin but im not getting it at  http://localhost/phpmyadmin . I checked and /etc/apache2/conf.d/phpmyadmin.conf  exists. Not sure what to do.07:30
_rubenjetole: not "another router", "any router" .. with router in the broadest sense of the word .. mrtg can monitor localhost and random *nix/win machines just fine (as long as it has a snmp server running)07:40
joerlendhow do one install web applications from the repositories? I mean, I install the packages, but that isn't enough. Is there a unified way?11:20
sorenjoerlend: Which one in particular are you trying to install? (Explaining by example is helpful here, you see)12:53
joerlendwell, just now, it's kolab-webadmin, but I was trying to understand the general process.12:54
joerlendI've stayed away from the web application packages in the repos because I haven't seen any use for them. It doesn't seem to be explained anywhere.12:55
sorenjoerlend: kolab-webadmin conveniently lands at http://yourhostname/admin/12:56
joerlendno, it doesn't.12:56
sorenelaborate, please.12:56
joerlendit lands at /usr/share/kolab-webadmin12:56
sorenThat's a filesystem path.12:56
joerlendyes, and apache doesn't know anything about it.12:57
sorenWhich is not a very convenient way to address web pages.12:57
sorenjoerlend: Have you tried http://whatever/admin/12:57
soren?12:57
joerlendyes, of course.12:57
joerlendI haven't seen any webapp where that works.12:57
soren"that"?12:58
joerlendyes, that which you just described.12:58
sorenI have given one specific example of how to access kolab-webadmin.12:58
sorenI'd like for you to explain how you have attempted to apply the same approach to other webapps.12:58
soren(It may not look like it, but I am actually trying to be helpful here)12:59
joerlendok, then you're saying that if I sudo apt-get install phpmyadmin, then afterwards, assuming I've already installed LAMP of course, it should be automatically available in http://localhost/phpmyadmin?12:59
sorenhttp://localhost/phpmyadmin/ yes12:59
joerlendheh, that actually seems to work now.13:01
joerlendit provided a configuration script.13:01
sorenAs should any other webapp.13:01
joerlendbut they don't.13:01
joerlendkolab-webadmin, for instance, had a README in /usr/share/doc/kolab-webadmin or something, that told me to create one symlink here, and one there, and so forth. Still didn't work though.13:02
sorenjoerlend: It (sort of) works for me.13:03
joerlendit's necessary to edit php-files in order to make it run at all.13:04
sorenjoerlend: The requests land in the webapp, but as I've not set up kolab itself, it just fails spectacularly.13:04
joerlendthere is no dialogs for configuring the webserver.13:05
joerlendthere is no "admin" available from apache at all.13:05
sorenjoerlend: That's really a different issue. "Requires me to edit php files to know where the kolab server is" != "Does not provide a url scheme to access it"13:05
joerlend?13:05
joerlendI'm saying that it's easier to download and install manually than it is to install from repositories.13:06
sorenI've never installed kolab-webadmin manually. How is it easier?13:06
joerlendextract the zip and put it in the webroot, configure the files, and you're done.13:07
sorenAnd with the ubuntu packages, instead of extracting zip into webroot, you need to apt-get install kolab-webadmin and create a symlink.13:08
sorenDoesn't sound much more difficult to me.13:08
soren..am I missing something?13:08
joerlendthe process is just the same, except that using packages, I had to find out where the packages was located first, then copy that folder to the webroot, and then do what I'd usually do in the first place.13:09
joerlendwell, the repositories saved me the trouble of actually downloading the tarball, but in return I got an older version.13:09
=== crummygummy_ is now known as CrummyGummy
sorenThat's the way distributions work.13:10
joerlend?13:10
sorenThey grab source, package it and make it available.13:10
sorenThey're (we're) perpetually playing catch-up with the upstream.13:11
Kamping_Kaiserwebapps arnt always easiest to setup :(13:11
joerlendso there isn't any reason to use debs for webapps then?13:11
sorenjoerlend: In return, someone has tested it for you, provides upgrade paths, and makes sure it doesn't kill your cat.13:11
sorenjoerlend: Did I say that?13:11
joerlendoh, ok. It does have some advantages anyway then.13:12
sorenjoerlend: If your life depends on having the absolute latest release of any given piece of software at *all* times, there's no distribution out there for you, I'm afraid.13:12
joerlendI'm not talking about that.13:12
sorenjoerlend: "< ~joerlend> so there isn't any reason to use debs for webapps then?"   <--- Then what did that mean?13:13
joerlendI just didn't see any reason why I should use the repositories when they actually complicated things.13:13
sorenjoerlend: ...and I don't see how they complicate things.13:13
sorenjoerlend: You are clearly used to installing the kolab webadmin thing from source. Anything we'll do, will be different from that and as such might cause surprises for you.13:14
joerlendwell, when I download and extract a tarball, I know where it's located. I'll just move it into the right place and set permissions, and I'm done.13:14
joerlendI'm not talking about kolab-webadmin.13:14
sorenjoerlend: When I install a webapp in Ubuntu, I really shouldn't need to know where it's located.13:15
Kamping_Kaiserit would be nice if the packaged webapps wound up in tehir own vhosts by default (but i suppose that requires relevent dns changes ;(... handt though of that)13:15
Kamping_Kaiseror at least a standard of linking into apaches conf.d with a file that alias /myname to /mypath13:15
joerlendI'm just saying that I wish the debs would make the webapp available to the webserver, and not just extract the tarball to some directory somewhere where apache can't get to it.13:15
sorenjoerlend: I know that the packager has put any configuration files into /etc and that there's probably a configuration snippet provided that is either already shoved into apache or can be very easily shoved into apache.13:15
Kamping_Kaiserjoerlend, you want the packageing system to be an centralised wget for webapps?13:16
avatar_roundcube-webmail from packages does provide /etc/apache2/conf.d/roundcube-webmail13:16
avatar_so does cacti13:16
joerlendno, I just want it to install the application and not just download it.13:17
Kamping_Kaiserincl. config?13:17
sorenjoerlend: The fact that it doesn't put things directly into /var/www is a feature.13:17
joerlendok, then what's the difference between downloading the tarball and extracting it and installing the deb?13:18
Kamping_Kaisersoren, have to agree.13:18
sorenjoerlend: Upgrade path, qa, integration, and possibly configuration.13:18
joerlendintegration?13:18
sorenjoerlend: Yes.13:18
joerlend?13:18
sorenjoerlend: While an upstream webapp author only provides the webapp in question, Debian and Ubuntu provide a lot of other stuff.13:19
sorenjoerlend: If we think it's a good idea, we can make it a lot easier for said webapp to integrate with other software installed.13:20
joerlendwell, if all the webapps worked the same way as phpmyadmin, I'd be happy. They don't,.13:20
sorenjoerlend: Also, we provide security updates automatically.13:20
sorenjoerlend: File bugs. Please.13:20
joerlendok, so it _should_ present automatic configuration of apache?13:21
sorenjoerlend: Most webapps I've come across in the archive do something similar to what phpmyadmin does.13:21
sorenjoerlend: Of course.13:21
sorenjoerlend: If it makes sense.13:21
joerlendok, then I understand.13:21
sorenjoerlend: ...and most do.13:21
joerlendnone of the webapps I've tried so far has done that, until phpmyadmin now.13:21
sorenjoerlend: I don't have any statistics to back this up, only years and years of experience.13:21
Kamping_Kaisersquirrelmail is anoying. theres no way to reconfigure with dpkg.13:21
sorenjoerlend: Examples, please.13:22
sorenKamping_Kaiser: squirrelmail is annoying. full stop.13:22
Kamping_Kaisersoren, yeah. no argument13:22
joerlendsoren, phpmyadmin didn't do it the last time I tried. Granted, it's been a while.13:23
sorenjoerlend: Like a decade or so?13:23
joerlendno, but probably a year.13:23
sorenjoerlend: It's been doing this for at least all of this millenium.13:24
joerlendcouldn't have.13:24
sorenYou're not going to back that up?13:25
sorenWith some.. you know.. information?13:25
joerlendwell, there was no ubuntu repositories..13:26
sorenDebian?13:26
joerlendyes. I don't know what they're doing.13:27
joerlendis there a right way of installing a web application=13:28
joerlend?13:28
sorenOur phpmyadmin package comes from Debian.13:28
joerlendI just installed the package zabbix-frontend-php. I didn't receive any information about it, except that the package has been installed. There is no symlink in /var/www. I'm guessing I have to use dpkg -L and locate the files, find out if there is a README or something and follow that guide to install it manually? Is that true, or not?13:32
Kamping_Kaiserdoes it have a file in /etc/apache/conf.d ?13:34
zulmorning13:35
=== paul____ is now known as pschulz01
Kamping_Kaiserpschulz01, welcome in13:37
Kamping_Kaisercongrats13:37
joerlendKamping_Kaiser, yes, but I'm trying to understand how this works...13:37
sorenjoerlend: there's not supposed to be a symlink in /var/Www13:37
joerlendoh and it seems I have to create a user for it manually. Shouldn't some script do that?13:37
joerlendsoren, ok?13:37
Kamping_Kaiserjoerlend, it should come 'preconfigured' to (eg localhost/<appname>13:38
sorenjoerlend: It sets up an alias in apache.13:38
sorenjoerlend: I sincerely hope that's what phpmyadmin does, too.13:39
sorenIt is.13:40
joerlendand all webapps in the repository should work this way?13:40
sorenYes.13:40
soren...that's the way phpmyadmin has done it for as long as I can remember.13:41
joerlendperhaps I've misunderstood the procedure.13:42
pschulz01Kamping_Kaiser: Thanks... lots of emails to send :-)13:43
joerlendI haven't been able to find any documentation on this subject anywhere.13:43
sorenThat's why I tried to point out the difference between file system paths and web paths.13:43
Kamping_Kaiserpschulz01, sorry, lots of people got told :)13:43
sorenjoerlend: There might not be any. Where would be an appropriate place to put such documentation?13:45
joerlendhelp.ubuntu.com?13:46
sorenFront page?13:46
soren:)13:46
joerlendperhaps under the "Installing applications" section?13:46
joerlendhttps://help.ubuntu.com/7.10/add-applications/C/index.html <-- that would be a good place for such documentation.13:47
sorenThere's supposed to be a server section somewhere.13:47
sorenhttps://help.ubuntu.com/7.10/server/C/13:47
sommerhey all13:48
Kamping_Kaiserhey13:48
sommersoren, joerlend: acutally wabapps are on the list to be added to the server Docs: https://wiki.ubuntu.com/ServerGuide13:49
sorenGreat.13:49
sorenjoerlend: Would you be willing to help out in writing that?13:49
sommeryou can also find phpmyadmin steps here: https://help.ubuntu.com/community/phpMyAdmin13:49
joerlendsoren, yes, if I could understand it.13:50
Kamping_Kaisernight all13:50
sommerKamping_Kaiser: later on13:50
Kamping_Kaiserpschulz01, congrats again. catch you online :)13:50
sorenjoerlend: You're clearly getting there.. :)13:50
ivoksi hate compiling kernel :/13:50
sorenivoks: don't?13:51
sorenThere. Problem solved.13:51
sorenWho's next?13:51
joerlends:)13:51
sommerheh13:51
ivokssoren: bug 15828813:51
ubotuLaunchpad bug 158288 in redhat-cluster-suite "Node hangs at clvm when joining cluster" [Critical,Confirmed] https://launchpad.net/bugs/15828813:51
ivoksthere, o have to :/13:51
ivoksi13:51
joerlendsoren, ok, the webapp is complaining about a php setting. Is it appropriate to edit /etc/php5/apache2/php.ini, or should I do that somewhere else?13:52
sorenFabio's fixing it. Take the day off :)13:52
sorenjoerlend: Which setting?13:52
sorenjoerlend: With no further information, the answer is "somewhere else".13:53
ivokssoren: lol... it's not that simple... aparently, this comes up only in some circumstances...13:53
sorenjoerlend: The php.ini should provide sane, usable defaults.13:53
ivoksso, fabio created a patch, now i'm building a kernel for testing13:53
sorenjoerlend: If you've uncovered something that hints towards the defaults being insufficient, we'll consider tweaking them.13:54
joerlendsoren, in general.13:54
joerlendis there a php.ini-file per webapp or something?13:54
sorenjoerlend: No.13:54
sorenjoerlend: Some settings can be tweaked from apache.13:54
sorenUntil, of course, we switch to php as a fastcgi application.13:54
soren:)13:55
joerlendok. Zabbix complained about max execution time being less than 300 seconds.13:55
ivokshehe13:55
ivoksspeed is the problem?13:56
ivoksone word: eaccelerator13:56
joerlendno, installation is the problem.13:56
joerlendwell, configuration. It won't let me proceed until php.ini is fixed.13:57
ivoksthen fix it13:57
joerlendit also complains about timezone. It isn't set in php.ini. That's a bug, isn't it?13:57
ivoksno13:57
joerlendok?13:57
ivoksphp exports time zone of the system13:58
ivoksif your system is misconfigured, then, well...13:58
joerlendwell, the webapp will not run until I've set it.13:59
joerlendwhat format do I use, and will that cause other webapps to malfunction?13:59
sorenAny idea why zabbix might want max execution time to be > 300 seconds?14:00
ivoksbroken by design?14:00
sorenIt's especially curious as it's something you can even tweak from within a php script.14:01
joerlendI have no idea. I just wanted to try it out, because I would really use a webbased system monitor.14:01
ivoksyou've tried nagios?14:01
joerlendno.14:01
_rubenseems to be more along the lines of cacti i think14:02
ivoksnagios?14:02
ivoksnagios monitor server or/and services14:02
ivoksand can report failed service/server14:02
_rubenand cacti can show nice grapsh .. we use both14:03
_rubengraphs even14:03
zulwe use hobbit nice and effective14:03
ivokswhatever you do, don't touch zenoss :)14:03
ivoksit does an evil thing to sudoers14:04
sorencricket is allegedly very nice for graphing stuff. I use nagios myself to monitor service availability and such.14:04
_rubenheh .. hobbit's a bigbrother 'clone' .. we used bb for years .. is rather limited though, though perhaps hobbit has filled in the gaps14:04
joerlendivoks, then it should be available as http://localhost/nagios?14:04
ivoksjoerlend: yes14:04
joerlendit isn't.14:04
ivoksyou installed it, right?14:05
ivoksand it's running?14:05
joerlendI installed it..14:06
joerlend:)14:06
joerlendwell, there are alot of other packages. I only installed nagios214:07
ivoksinstall at least nagios-text14:08
joerlendok.. If it's required, shouldn't the package depend on it?14:08
ivoksno14:10
joerlendehrm. It asked me for a password, but not a username. I still have to provide one.. What is it?14:10
ivokscouse you can choose several backends14:10
sorenjoerlend: nagiosadmin14:10
sorenivoks: It could depend on nagios2-text | nagios2-pgsql | nagios2-mysql, though.14:11
sorenivoks: I don't remember why it doesn't.14:11
spiekeyhowdy!14:17
sorenhello14:21
spiekeyi have some routing problem here i think...maybe someone can help me out here.14:25
spiekeyhttp://pastebin.ca/79253014:26
spiekeyi canĀ“t get to the 2nd router interface (10.190.104.53).14:26
spiekeythe packets never get to my router.14:26
spiekeyso i am assuming my ubuntu box does not know which interface to use for this destination14:27
spiekeywhoever answers first gets a cookie! ;)14:28
spiekeysorry, typo. The Client Gateway is not *.51 but *.5914:29
spiekeyCorrected version: http://pastebin.ca/79253314:29
_rubenbridging a dmz and lan .. wtf?14:31
spiekeywhy not? ;)14:31
_rubenodd .. overly complicated ..14:31
spiekeyok, its not common...but i need it that way14:31
* spiekey has to mentiont that this is going to be a bridged firewall.14:33
_rubenso eth1 is part of the bridge but should also be used 'seperately'? .. never worked with bridges myself, but it all sounds very nasty14:33
_rubenor wait .. you want to access an ip on the router itself ... even stranger14:34
spiekey_ruben: well, the ip of the router or an ip behind...whats the diffrence?! ;)14:34
_rubenow .. "Router" isnt the box with 3 nics .. which is a bridge indeed .. ok14:34
spiekeythe "Router" is some Cisco box14:35
_rubenin that case you lack a route to 10.190.104 i'd say14:35
spiekey_ruben: exactly14:35
_rubendunno what the ubuntu way for that is, yet, tho14:36
spiekeythis did not work out for me: route add -net 10.0.0.0 netmask 255.0.0.0 gateway 10.206.160.12514:36
_rubenjikes .. the route command .. scary .. better use 'ip' .. its syntax is much 'nicer'14:37
spiekeyhehe14:37
spiekeyi only know the route command :P14:37
_rubenand that's a pretty wide subnet mask14:37
spiekeybut wait..i have an idea...14:37
spiekeyjust thought that...i wanted to cover it all ;)14:37
spiekeyyey!14:38
spiekeyit works!14:38
spiekeythats ruben! ;)14:38
spiekeythanks14:38
_rubenstill wondering why such a setup would be needed, then again, i probably do not want to know ;)14:39
_ruben(curiousity versus sanity)14:39
spiekeyruben: all i am doing is to replace a simple 9,90$ Switch with a Firewall ;)14:40
spiekeyso thats even an improvement.14:40
spiekeyunfortunatelly i am not responible of the other two connected networks.14:41
_rubenic14:41
spiekeyic?14:41
_rubeni see14:45
spiekeyah! :)14:45
nealmcbjoerlend, soren, sommer: good conversation - I've had many of the same questions, and getting it documented in a way that easily answers the sorts of questions that joerlend  is asking would be a nice win!15:14
sommernealmcb: ya, webapps are on my doc to-do list.... I believe this was also discussed at UDS, but I'm not sure of the links15:22
nealmcbsommer: right - I was thinking a link to that blueprint would be handy for joerlend15:22
sommernealmcb: I think this is it: https://wiki.ubuntu.com/WebAppsPackaging15:32
nealmcbsommer: thanks15:33
sommernp15:33
nealmcbjoerlend: ^15:33
methodsdoes server have pcmcia supoprt ?15:47
zulit should15:52
methodsit didn' even lite up my card15:52
sorenmethods: Does it if you're running the -generic kernel?16:00
methodsi just installed  i havn't touched anything16:00
sorenmethods: Let me rephrase:16:00
methods2.6.22-14-server16:00
sorenmethods: Do you have any reason to believe it's specific to the server edition?16:00
methodsnope16:00
sorenAh.16:00
methodsjust firured it might not have laptop stuff16:01
sorenIt has pcmcia drivers, yes.16:01
sorenpcmciautils is even installed by default.16:01
methodsyour right16:01
methodsbut the card isn't even lit up16:01
AnRkey_does ubuntu have a webdav server?16:02
AnRkey_and if so what is it called?16:02
joerlendapache?16:03
joerlendsommer, thanks for the link.16:04
AnRkey_am i missing something here? how would I use apache to set up a webdav server? does anyone have a link or something for me?16:05
AnRkey_ok i found it16:07
AnRkey_thanks joerlend16:07
methodsany advice ?16:07
methodson how to test if this card can work ?16:07
mralphabetmethods: what card is it?16:28
methodsmralphabet: u.s. robotics 10/10016:53
methodsusr790116:53
methodshm dmesg shows it was inserted and registered16:54
methodsbut i see no activity lights and ifconfig doesn' tshow it16:54
mralphabetumm, is it plugged into the ethernet?16:55
methodsyou mean into the network ?16:55
methodsit should still show up16:56
methodsin ifconfig -a16:56
methodsnon of the pcmcia net modules seem to work16:57
methodsonly has 10 too16:57
sommermethods: just to double check do you have pcmciautils installed?16:59
methodsyes16:59
sommeryou might also try pcmcia-cs, it says deprecated so there's probably a replacement package (not sure if pcmciautils is the package)17:00
sommeryour card is mentioned here: https://lists.ubuntu.com/archives/edgy-changes/2006-June/000422.html17:00
=== dendrobates is now known as dendro-away
=== gamble6x is now known as gamble|fude
nealmcbivoks (or whoever) - re: this avahi debate....  I've seen various claims of avahi breaking other uses of .local (e.g. the vpn case), but I also see there have been efforts to automatically disable avahi if .local unicast dns is detected.  are those not working?  can we try to fix them?18:23
sorenThat could work.18:27
soren....but I'd like to reiterate my point that avahi is not installed on ubuntu server.18:27
sorenScenario: I'm in the bush. I've got nothing but a (charged) laptop and an Ubuntu Server CD. Question: How do I avahify this laptop?18:28
sorenAnswers on my desk tomorrow morning, no less than 500 words. Class dismissed.18:28
* soren calls it a day18:28
methodswhats avahi18:29
nealmcbmethods: apt-cache show avahi-daemon18:36
nealmcband see www.zeroconf.org/18:37
nealmcb(and be careful about cntl-w when switching your fingers from emacs to pidgin -:(18:38
proprietarysucksanyone know a guide for 'kickstarting' ubuntu? I have it all set up I just don't know how to do the 'automation' part of it (like the kickstart file for red-hat).. anyone know what I'm trying to say?18:48
methodskickstart ?18:48
methodsyou want programs to start up ?18:48
zulproprietarysucks: like preseeds?18:49
proprietarysucksI just want the install to be automated18:49
zulproprietarysucks: https://wiki.ubuntu.com/KickstartCompatibility18:49
proprietarysucksas in, I write down the answers to the install questions in a file and direct the kernel to it18:50
proprietarysucksyes thanks18:50
proprietarysuckswhat is the little animal name for the current release18:50
zulgibbon18:51
proprietarysucksthanks18:51
proprietarysuckscan anyone tell me what the kernel option   --     does ?18:59
CharlieSuwould anyone look at this http://pastebin.com/m408b8e2 and tell me why i can't get to port 993?  i'm trying to setup email19:10
mralphabetproprietarysucks: what are you looking at?19:11
proprietarysucksthe ubuntu server 7.10 pxeboot kernel appends19:12
proprietarysucksthey all end with --19:12
=== gamble|fude is now known as gamble6x
mralphabetCharlieSu: setup email with . . .19:14
CharlieSumralphabet: ?19:16
CharlieSumralphabet: i think the problem is that im' not listening on ip4 and only ipv619:16
CharlieSubut i don't know how to change that19:16
mralphabetCharlieSu: what package?19:16
CharlieSumralphabet: imaps19:17
CharlieSucourrier19:17
mralphabeton fiesty? gutsy?19:17
mralphabetdapper?19:18
proprietarysucksthat wiki page you sent me doesn't apply to 710. also, it implies that most normal kickstart settings were compatible, yet none seem to be being applied.19:18
CharlieSu7.1019:18
CharlieSumralphabet: also here is this    http://pastebin.com/m2e4444d419:19
CharlieSuand this19:19
CharlieSuhttp://pastebin.com/m408b8e219:19
CharlieSumight help19:19
CharlieSuphunki.com is the domain..    i try telnet phunki.com 99319:19
mralphabethave you looked at etc/courier/imapd?19:20
CharlieSumralphabet: i don't see anything about ip4 or ip6 in that file19:21
mralphabetCharlieSu: do you have an ADDRESS: line in it?19:23
mralphabetor could you pastebin etc/courier/imapd file?19:24
CharlieSuSSLADDRESS=019:24
CharlieSuYEAH19:24
CharlieSuhttp://pastebin.com/m755de3a919:26
mralphabet#19:27
mralphabet#  Address to listen on, can be set to a single IP address.19:27
mralphabet#19:27
mralphabet#19:27
mralphabet#19:27
mralphabet# ADDRESS=127.0.0.119:27
mralphabet#19:27
mralphabet#19:27
mralphabetADDRESS=019:27
nealmcbmralphabet: please stop that19:27
CharlieSuthat bad?19:27
CharlieSudoesn't 0 mean everything?19:28
mralphabetCharlieSu: set that to an IP address you want to listen to and see if your netstat changes19:28
mralphabetCharlieSu: if that doesn't work, I would suggest finding somebody who is more familiar with courier or possibly the courier channels (if there are any)19:30
nealmcbis that ip address really used to select which interface to listen on?19:30
CharlieSumralphabet: it did19:30
CharlieSutcp        0      0 65.90.217.148:993       0.0.0.0:*               LISTEN     -19:30
mralphabetand does it answer now?19:30
CharlieSuBUT...  when i do 'telnet phunki.com 993'  no answer19:30
CharlieSulook at iptables19:31
CharlieSuhttp://pastebin.com/m2e4444d419:31
nealmcbCharlieSu: well, I don't see imaps (port 993) on there with the other ports allowed in....19:37
CharlieSunealmcb: ok..  do i need to do something similar to this 'PAROLE     tcp  --  anywhere             anywhere            tcp dpt:pop3' ?19:38
nealmcbI would guess so - with imaps rather than pop3 - but I don't fully follow that firewall scheme19:39
nealmcbwhat do you use to configure your firewall?19:39
osmosishow do I set my default crontab -e  editor ?20:02
zulexport EDITOR="<your choice here>"20:04
nealmcbosmosis: man crontab20:04
nealmcb"VISUAL" is also consulted20:05
=== dendro-away is now known as dendrobates
methodsi dont think pcmciautils supports this card20:24
folkeDo you know when the fixed firehol packet is going to gutsy?22:02
Burgundaviafolke: is it a security bug?22:04
nealmcbis there a way to get the host command (or some other similar command) to search according to nsswitch.conf?  i.e. to do mdns queries (and in particular ip address queries via mdns)?22:21
folkeBurgundavia: Well, firehol wont work for bash31 i think?22:22
Burgundaviafolke: if it is not a security update and there is a simple patch that fixes that problem, it might be a target for an SRU22:23
folkeBurgundavia: Ah, I am an old debian user.. So I must RTFM about SRU :)22:24
Burgundaviaand SRU is a stable release update22:25
Burgundavialike Ubuntu, we don't push new upstreams into stable versions of Ubuntu22:25
Burgundaviathis allows small patches to specific problems to be pushed into the stable version of Ubuntu22:25
folkeBurgundavia: Ah, I see.. Is it a special repo that I must add, or is those packet added to gutsy repos?22:26
Burgundaviawell, no SRU has yet happened for firehol, at least that I know of22:27
Burgundaviado you have a bug #?22:27
Burgundaviaand a patch for the problem?22:28
folke#78017, and I found that there was already a fix for this problem.22:29
folkeBut I found the SRU on ubuntu wiki, so I will read up on it before I ask more silly questions :)22:30
folkeBurgundavia: Thanks for the help.22:31
Burgundaviano worries22:31
Burgundaviafolke: it looks liek the SRU process is already underway22:32
Burgundaviaall that needs to happen is for you to show that the update doesn't break anything and fixes the bug and then it can go into -updates22:32
folkeBurgundavia: Ah, perfect.. I will try it out tomorrow at work..22:33
nealmcbbut 7801722:41
nealmcbbug 7801722:41
ubotuLaunchpad bug 78017 in firehol "[SRU] firehol locks down Feisty & Gusty systems" [Medium,Fix committed] https://launchpad.net/bugs/7801722:41
nealmcbwow - that bug has taken quite a while......22:52

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!