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

nealmcbto respond to my question:  is 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)?00:33
nealmcbgetent hosts 192.168.1.18 works nicely00:33
* kgoetz thinks canonical should employ someone to moderate the lists.00:56
ajmitcher, why?00:57
kgoetzi keep sending from teh wrong account (so they go into the que (sp?)), and now and then they sit for 'a while'.00:58
kgoetzdoes depend which list00:58
ajmitchit's hardly something that needs a paid employee01:00
kgoetzi figure a gazillion lists. almost enough work *grin*01:01
jkakarSo, I've just setup a new ubuntu-server (gutsy).  I was happy that the installer asked me if I wanted LAMP, Samba, etc.01:09
jkakarDuring the process I check 'samba' but I now realize that I don't actually need it.  Is there a recommended way to cleanly remove it?01:09
jjessekgoetz: they need to hire another full time kde developer before they hire someone to monitor lists :)01:09
fujin_jkakar: dpkg --purge samba01:12
fujin_jkakar: you can actually probably do01:12
fujin_sudo tasksel remove samba01:12
fujin_sudo tasksel list01:12
fujin_cancel that01:12
fujin_can't do removal with tasksel01:12
fujin_oh, yes you can01:13
fujin_do tasksel --list-tasks, find the samba one, do tasksel remove <task>01:13
fujin_sorry :P01:13
jkakarfujin_: Ah cool, thanks.01:14
fujin_will remove everything that the tasksel did, afaik01:14
jkakarTa.01:15
jkakarfujin_: Yeah, I guess you're right.  I did 'apt-get remove samba-common --purge' and now tasksel reports 'samba' as being uninstalled.01:17
jkakarThanks for the help.01:19
kgoetzjjesse: hehe. probably ture enough01:22
macdlionel, ping01:50
kgoetzwb03:19
=== paul____ is now known as pschulz01
kgoetz“C++ is an octopus made by nailing extra legs onto a dog.” —unknown03:27
nealmcbkgoetz: you could subscribe your other accounts also, and use the setting to avoid getting mail sent to the other ones03:37
nealmcbfujin_: it just isn't clear from the man page whether tasksel remove does a purge or not - I assume not03:41
nealmcbbut I'm glad to learn that there is a remove option!03:42
sahafeezdumb question - how do i set a service (apache) in init.d not start on boot? do i just remove the file?04:10
sahafeezfigured it out04:11
mohanhi...can any one tell me  any GUI is there for DNS Server05:07
mohanplzz help me...05:07
mohani want to configure DNS Server.... can anyone help me sir05:17
c1|freakyhi all06:44
c1|freakyi just installed mod music index and tried to restart apache2. but it can't restart apache2 because it says the address was allready in use.06:47
c1|freakywhen i do ps aux | grep apache2 nothing shows up06:47
c1|freakyjust the grep process06:47
c1|freakyand now i dont know what process is using port 8006:47
c1|freakyhow can i find out what process is using it?06:48
avatar_c1|freaky: sudo fuser -u -v -n tcp 8007:46
c1|freakyok thank you :D07:46
c1|freakyis there anything like durep -w - a disc usage reporting tool which converts the reports into html format in soem way?07:58
c1|freakyi cant get durep to work07:58
c1|freakyoih07:59
c1|freakyi guess i found out what i was doing wrong07:59
mohanany GUI is there for DNS Server09:38
Kamping_Kaiserafaik not09:38
mohanany GUI is there for DHCP Server09:40
Kamping_Kaiserafaik not09:41
Kamping_Kaisernot in ubuntu at any rate09:42
mohankamping_kaiser,thanks09:42
Kamping_Kaisermohan, they are hoping for some in the next release.09:43
Kamping_Kaiserno probs.09:43
mohanthank u09:51
coNP[uni]Is there a way to tell grub what kind of filesystem resides on a given partition?10:01
coNP[uni](It does not want to find /boot/grub/stage1 and I guess it might be because it does not know that this is an ext3 filesystem)10:01
Kamping_Kaiserit shouldnt care, as long as it can support the filesystem in question10:02
coNP[uni]it is an ext3 but has partition type ntfs10:12
coNP[uni]but I thought it should not be a problem10:12
c1|freakyhow can i allow cgi scripts to be executed also from another path than /usr/lib/cgi-bin/ so i can password protect a cgi script and not all together10:12
c1|freaky?10:12
c1|freakyim using apache210:12
sorencoNP[uni]: stage1 is not read off of the disk at boot time, it gets.. Oh, he buggered off.10:23
sorenmeh10:23
jgonzalezhi there... I would like to use syslog-ng, but it seems that implies to uninstall ubuntu-minimal (https://bugs.launchpad.net/ubuntu/+source/syslog-ng/+bug/42555/)... I'm new to ubuntu, but I seem to recall that this may cause problems when upgrading between releases... any option?11:05
ubotuLaunchpad bug 42555 in ubuntu-meta "ubuntu-minimal should support recommends (was: syslog-ng causes ubuntu-minimal to be removed.)" [Wishlist,Fix released]11:05
svschwartzhi everybody12:33
svschwartzcan anybody suggest solution for creating drive images with MBR etc12:33
svschwartzext2/ext3 partitions12:33
lionelmacd: arround ?13:05
lionelhi mathiaz13:47
mathiazhi lionel13:47
macdlionel, ping14:34
lionel\o/14:35
lionelmacd: did you see my comments on the ML ?14:35
macdsure, did and I just shot a reply14:35
macdso you should have that pretty soon14:36
lionelcool, reading now14:36
lionelwell, ok.14:37
lionelmy problem with mongrel is that you need to start a mongrel instance for each app no ? It does not support virtualhosting or similar. Correct me if I'm wrong14:38
macdCorrect, each rails app needs one or more mongrel14:39
lionelso adding a new app means adding a new init.d :-(14:39
macdwell, maybe14:40
macdThere is a method to tell which mongrels to start on boot through mongrel, so just adding the init script would be a one time thing14:40
macdI see where your going with fcgid and mongrel, and it makes sense from a complications point of view why to stray from mongrel14:43
macdbut mongrel is pretty much the defacto standard in the ror world these days14:44
mathiazmacd: I've just replied to your mail for RoR15:30
mathiazmacd: what's the issue with fcgid ?15:31
macdmathiaz, performance manly15:57
mathiazhi ivoks !16:03
mathiazivoks: you've popped in at the right time as we're disscussing mod_fcgid for Ruby On Rails.16:03
mathiazmacd: so you think that using apache2.2 as a reverse proxy for mongrel makes more sense.16:04
mathiazmacd: could you explain to me what mongrel is exactly ?16:04
macdmathiaz, yes@ apache+mongrel16:04
macdmongrel is a lightweight http/ruby server16:05
mathiazmacd: I have a vague idea about it, just want to make sure I understand it correctly.16:05
macdbut it really doesnt excel at serving static content, so thats where apache fits in16:05
mathiazmacd: can it run under a different user than apache2 ?16:05
macdmathiaz, yes or no, its all spec'd in the mongrel config16:06
mathiazmacd: ok. One of the main reason fcgid is interesting is from a security point of view16:06
ivokshi16:06
mathiazmacd: as the scripts don't run in the same address space as the web server16:06
ivoks(let me just catch up with the conversation)16:07
mathiazivoks: correct me if I'm wrong on the fcgid thing.16:07
mathiazmacd: IIUC using mongrel would provide the same level of security ?16:07
ivoksi was just reading mail post on list and had plan to respond16:08
MatBoyI'm having the following problem that I can't get fixed with apt-get -f install or anyway to force stuff http://www.pastebin.ca/79376116:08
ivoksmacd: you're Mamading?16:08
macdmathiaz, the dispatch cgi for the rails app lives in a public directory, but is only read by mongrel16:09
macdand the rails framework "routes" get/post requests via the app, so you could say it lives in a seperate place16:10
lamontMatBoy: the joys of using backports, eh?16:10
macdivoks, no, I'm David P.16:10
ivoksoh, sorry16:10
lamontpurge all of the relevant packages and then install16:10
lamontMatBoy: specifically all of the packages mentioned in : which is also in package ruby-net-ssh and such16:10
MatBoylamont, hehe, yeah indeed... uhm with what option ? because I'm quite stuck for the first time16:11
lamontapt-get remove --purge16:11
ivoksapache+fcgid would help us with lots of current problems16:11
mathiazivoks: right.. but that is mainly for php scripts.16:11
ivoksno16:11
ivoksfcgid is mainly used for ruby16:11
ivoksbut can (and should) also be used for php16:11
MatBoylamont, because using apt-get remove --purge will give me the -f install message again16:11
mathiazivoks: mongrel already provides the separation from the http server16:11
ivoksand python and perl...16:12
ivoksi see16:12
lamontMatBoy: dpkg --purge --force-depends for the truly brave16:12
macdAlot of the RoR world just doesnt like fcgid, and its mainly due to performance16:12
lamontMatBoy: and you need to purge both the 1.8 and non-1.8 versions of the packages as mentioned in all your errors.16:12
lamontthen apt-get -f install stands a chance of fixing the depends that you've broken with the dpkg --purge --force-depends16:13
ivoksmacd: fcgid with any web server or fcgid with apache?16:13
lamontMatBoy: and if apt ever tells you to type 'Yes, do as I say!", don't.16:13
MatBoylamont, hehe indeed16:13
lamonts/as/what/16:13
lamontsigh16:13
lamontit's been too long16:13
macdivoks, I'd venture to say any web server, over the past year or so RoR community has gone through numerous "the right stuff" setups, and its finally settled on Apache+Mongrel for the past 6 or so months16:14
MatBoylamont, ok, I was playing with the force things btw, thanks !16:14
lamontit's very very very rare that saying that is the right answer.16:14
macdSome people are also touting nginx, personally I thinks its inferior to apache16:14
ivoksmacd: ok, i have to admit i've never hard about mongrel16:14
ivoksi'm just not into ror stuff16:14
ivokswhat i do know is that people often misconfigure apache :)16:14
ivoksor are unaware or MPMs in it16:14
macdisnt that the truth ;)16:14
mathiazmacd mentionned in the spec to use the worker MPM16:15
macdmod_proxy used to remove mpm-perchild and install mpm-prefork, that was horrible.16:15
ivoksapache-worker+fcgid does provide really impressive results16:15
ivoksmacd: have you worked with worker?16:16
macdYeah, we deployed ror stacks in alot of configurations in the past16:17
ivoksall my experinece is based on PHP...16:17
ivoksmacd: and, what's your view on mpm-worker+fcgid?16:17
MatBoylamont, is there no way to do a sudo dpkg --purge --force-depends ruby* ?16:18
macdmpm-worker+fcgid from a setup perspective, easy.16:19
macdperformance, you just can't beat mongrel16:19
ivoksok, i understand that16:19
ivokssec phone16:19
mathiazmacd: If the consensus in the RoR community is to use a mod_proxy+mongrel setup, we should go for this solution.16:21
macdmathiaz, thats exactly how I feel, giving the people what they want is what ubuntu is about16:21
ivoksok... so we would provide support for ror ouside of worker+fcgid idea16:22
lamontMatBoy: I use vi, and my mouse to assemble that list usually16:22
ivoksmathiaz: i don't mind that... but we should take a look at mongrel16:22
MatBoylamont, I removed the packages, did an autoremove16:22
MatBoyand will install again :)16:22
mathiazivoks: the idea is to provide an task equivalent to the LAMP task.16:23
ivoksyeah...16:23
ivoksif worker+fsgid is realld that worse than mongrel...16:23
ivokswith worker+fcgid, we could have easy plug and play support for different languages16:23
ivoksman, lots of typos :)16:24
mathiazivoks: right. OTOH if it's not a standard practice in the RoR community it may not be the best option.16:24
ivoksright16:24
ivoksmacd: do you have any info about security issues with mongrel?16:25
ivoksCVE-2006-546716:26
ubotuThe cgi.rb CGI library for Ruby 1.8 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an HTTP request with a multipart MIME body that contains an invalid boundary specifier, as demonstrated using a specifier that begins with a "-" instead of "--" and contains an inconsistent ID. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5467)16:26
ivoksi found only one CVE16:27
macdyeah, mongrel is pure ruby, so anything ruby may affect it16:27
macdMongrel is @ http://mongrel.rubyforge.org/16:27
macdMongrel has a fix for the CGI issue in Ruby, so that systems running older Ruby dont have an issue16:27
ivoksok, this CVE is not a mongrel issue16:28
macdhttp://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html16:28
ivoksmathiaz: so, we should look at including it in main?16:28
macdIt kind of is16:28
mathiazivoks: that would be one the goal of the spec.16:29
ivoksok... http://mongrel.rubyforge.org/docs/apache.html16:30
ivoksthis is very easy :)16:30
ivoksmacd: would you be interested in testing some setups we create?16:31
macdyeah, no problem16:31
ivoksin about a month or so...16:31
ivokswhen i finish mail stuff :)16:31
mathiazivoks: hum... there is a caveat section at the very bottom of the page16:32
mathiazivoks:     So yes the net result is that you can really only put a couple of mongrels behind apache’s proxy engine (about 2 “hello world” rails mongrels).16:32
mathiazivoks: that's not very encouraging... :/16:32
macdand I just saw the newer mongrel can run multiple rails apps16:32
macdI dont think that caveat is completely right16:33
macdwe run modest hardware with a few dozen mongrels behind a single apache16:33
ivoksyeah.. if this is ture, and mongrel is bet tool, then we should drop ror :D16:34
ivokss/bet/best/16:34
ivoksi'll investigate it16:34
macdyeah, who in their right mind would use a web framework that a server could only run 1 or 2 instances of ;P16:34
macdJason Hoffman must have a 486 ;)16:35
mathiazhum.. it seems that there is two options here. More research may need to be done then.16:35
ivoksiirc, we don't even have mod_proxy_balancer16:36
macdits in mod_proxy I _think_16:36
ivoksright, it is16:36
macdon gutsy just doing a2enmod proxy allows you to use balancer16:36
macds/gutsy/hardy16:37
ivoksok, i'll investigate it16:37
macdI have a hardy vm I setup last night with the RoR stack configured I could snapshot for you16:37
ivoksmathiaz: i should finish mail stuff by the end of the week, so there'll be time for this...16:37
ivoksthat would be great!16:37
macdIt's in virtualbox format, would that be ok?16:39
ivoksam...16:39
ivokswell, ok16:39
macdactually16:39
macdIm thinking I could just run a diff on everything modified16:39
macdinclude the new files added also16:39
macdthat might be easier than me trying to upload a few hundred megs16:40
ivoksmacd: you could send me output of dpkg --get-selections16:40
ivoksand configuration files16:40
ivoksmacd: send it to ivoks@ubuntu.com16:41
mathiazmacd: what's mongrel_cluster ?16:41
macdI can get that together in a day or so, I've got some stuff on my plate atm16:41
ivoksi'll have to say bye now...16:41
macdsee ya ivoks16:41
macdmathiaz, mongrel_cluster is a script that facilitates starting multiple mongrels16:41
macdmathiaz, I should also mention its a few ruby files16:42
macd+ an init script16:42
mathiazmacd: does this start apache2 ?16:43
ivoksno16:43
ivoksjust coupld of mongrels, right?16:44
macdmathiaz, no, apache is still started through its own init16:44
ivoksbye16:44
macdmathiaz, on startup apache checks the status of the mongrels and will give an error/take them out of the balancer if they arent available16:44
macd[Thu Nov 22 04:34:23 2007] [debug] proxy_util.c(1610): proxy: worker http://172.17.129.167:8004 already initialized16:45
macdsomething like that16:45
mathiazmacd: ok.16:46
mathiazmacd: what's needed to configure on the DB side ?16:46
mathiazmacd: you mentionned in the spec that you need to create a user and a db for rails.16:47
macdmathiaz, yes, assuming we have some sort of sample app installed16:47
mathiazmacd: so you need to create databases for each rail apps installed.16:48
macdmathiaz, the rails app needs to know the db connection info, i.e. socket/pipe, and a user:pass for it.16:48
mathiazmacd: but rails, the framework, doesn't need it's own db ?16:48
macdmathiaz, correct, it does not16:48
mathiazmacd: ok.16:48
macdmathiaz, this is where RoR gets wierd, without a sample app, theres no configuration to be done on mongrel, apache, or mysql16:49
macdwhich could be as simple as the default rails app created with "rails newapp"16:49
mathiazmacd: right... There is still some work to be done so that when the first apps is depoloyed you don't need to setup  everythin.16:50
mathiazmacd: I've edited the spec (https://wiki.ubuntu.com/RubyOnRailsStack#preview)16:50
mathiazmacd: could you have a look over it ?16:51
macdmathiaz, looking now16:51
mathiazmacd: in the implentation section, there is the tasksel task section and the documentation section16:52
mathiazmacd: the tasksel section is where we can automate everything.16:52
mathiazmacd: the documentation is about how to deployed a rail application.16:52
macdmathiaz, yeah I wanted to ask about tasksel, is that part of the installer?16:52
mathiazmacd: it should boiled down to: where you should put your apps, how to configure your db access and on which host you wanna run it.16:53
mathiazmacd: tasksel is used in the installer16:53
mathiazmacd: but you can also run afterwards.16:53
macdmathiaz, exactly, we should ask the user those 3 things16:53
mathiazsoren: they're dummy man pages in debian.16:54
macdmathiaz, possibly how many mongrels they want16:54
mathiazsoren: because there is some issue with mysql man pages.16:54
sorenmathiaz: And Debian doesn't have the mysql-doc-5.0 package?16:54
macdand then we can just generate the configurations for that ( I assume thats past of what tasksel does)16:54
mathiazsoren: nope.16:54
sorenmathiaz: Alright.16:54
mathiazsoren: I'm currently discussing the issue with one of the DD and MySQL documentation team.16:55
sorenmathiaz: ...so if people install mysql-server-5.0 on Ubuntu they just get no man pages at all?16:55
mathiazsoren: yes. They don't get mysql for ex.16:55
sorenmathiaz: erk.16:55
mathiazsoren: mysql-doc-5.0 is a suggestion.16:56
mathiazsoren: well. the debian man page for mysql just states that the manual is not free.16:56
mathiazsoren: it doesn't give more information about the actual program.16:56
mathiazmacd: correct. tasksel is just about installing the framework.16:56
mathiazmacd: and making some necessary configuration so that things work out of the box once the apps is deployed.16:57
mathiazmacd: what's the reason for having more than one mongrel for an app ?16:57
macdmathiaz, some RoR apps have to have more than 1 to run, others just need it for performance16:58
mathiazmacd: you mentionned that httpd.conf needs to be edited if the rails app wants to use more than a single mongrel instance. why is this needed in httpd.conf ?17:00
mathiazmacd: actually it's apache2.conf in Ubuntu nowadays17:00
macdmathiaz, yeah Im not sure why I chose httpd.conf over apache2.conf17:01
macdmathiaz, I believe I couldnt make it work by adding the stuff into apache2.conf, but since apache is modular now, we could use that to our advantage17:01
mathiazmacd: if some modifications needs to be done in apache2.conf, it means it should go in tasksel17:01
mathiazmacd: and to be exact, not in apache2.conf, but in the .load file of rails.17:02
mathiazmacd: or something like that.17:02
macdmathiaz, When I get all the files together for ivoks, I'll try to see if I can stick the directives in apache2.conf rather than httpd.conf17:02
sorenmacd: /etc/apache2/conf.d probably17:03
macd .load? are you referring to the files living in /etc/apache2/mods-available ?17:03
mathiazmacd: hum... I think it would be more intersting if you can figure out which directives are relevant for a vhost and which ones should be applied to the common apache configuration17:04
mathiazmacd: yes. but I think soren gave the right answer.17:04
macdAll the vhost specific configs live in /etc/apache2/sites-available17:04
mathiazmacd: yes. That would be up to the sysadmin to modify when deploying a web apps.17:05
mathiazmacd: if there are some other directives that are needed to make RoR apps working for every vhost, they should be added at install time.17:05
macdmathiaz, I see why I have the proxy_balance stuff in httpd.conf, I use a old apxs module and it loads in httpd.conf, so I just stuck that in there too, but it works in apache2.conf17:05
mathiazmacd: ok. It seems that proxy_balance configuration is not something specific to a rail apps or a vhost17:06
sorenmacd: httpd.conf and apache2.conf are completely equivalent. One includes the other.17:06
sorenmacd: It doesn't matter which of those you put something in.17:07
sorenmacd: ...but if a package wants to add stuff to the apache configuration, that's what /etc/apache2/conf.d is for.17:07
mathiazsoren: apache2.conf is the suggested file.17:07
sorenmathiaz: Right.17:07
mathiazsoren: httpd.conf is deprecated IIRC17:07
sorenmathiaz: Sounds right.17:07
soren...but there's no functional difference between the two.17:07
macdinside httpd.conf they mention using it specifically to load older and 3rd party modules17:08
sorenWhatever you can put in one, you can put in the other, and nothing will have changed.17:08
macdbut yeah, it shouldnt matter which one, it should work either way17:08
sorenmacd: No... httpd.conf is empty by default.17:08
macdsince apache2.conf has a include directive for httpd.conf17:08
macdsoren, it isnt on hardy?17:08
mathiazmacd: yes. It's there for historical reasons.17:09
mathiazmacd: httpd.conf was the default configuration file in Debian for a while.17:09
mathiazmacd: Debian moved to apache2.conf, which is the same as upstream.17:10
sorenmacd: Yes, it is.17:10
macdwth, why does mine have something in it :/17:10
macdnvm, I know.... yeah it is blank on hardy, gutsy has some commented stuff in it17:11
sorenmacd: You put it there or some app you installed did. If the latter, please file a bug against it.17:11
macdsoren, it should be present, just empty correct?17:11
sorenmacd: Yes.17:12
sorenmacd: I'm quite sure it's the same on gutys.17:12
sorengutsy, even.17:12
sorenYup.17:12
sorenIt is.17:13
macdhttp://pastie.caboo.se/120942  thats what I have on a fresh gutsy install17:13
sorenI find that quite hard to belive. I've just grepped the entire source code for "This is here for backwards compatability reasons" and there's no such thing anywhere.17:14
sorenSame for feisty.17:15
* macd has no idea where it came from then17:15
sorenmacd: Dapper looked that way, it seems.17:17
macdI thought my gutsy was fresh, but it may be an upgrade from dapper, that would explain the file at the least17:18
sorenedgy, too.17:18
sorenFeisty and onwards: empty.17:19
mathiazmacd: which mpm should be used in the apache2+mod_proxy configuration ?17:20
macdLooks like its time for me to stuff my face, I'll get the rest of the specifics regarding which config files need to be touched and how and stick it on the wiki17:20
macdmathiaz, perchild17:21
macderr17:21
macdmy mistake, worker17:21
mathiazmacd: right.17:22
macdforgot something, mathiaz are you subscribed to the wiki page, or do you want me to shoot you a email when the other info is up?17:22
mathiazmacd: I'll subscribe to the wiki page17:25
appellationWhile trying to login to my server from my main computer via ssh, I received a message suggesting that someone may be attempting a man-in-the-middle attack. I have restarted the server. Does anyone have any other suggestions?19:18
appellationI think I was also successful in putting the IP behind the firewall temporarily...19:21
appellationAnd Happy Thanksgiving, all.19:22
somerville32What is the config file for the firewall?19:34
somerville32ie. Where19:34
appellationThe LAN firewall is actually run via the control panel for a Belkin Wireless Router.19:36
appellationOr, rather, it is configured via the control panel, not "run."19:36
somerville32appellation, Are you talking to me?19:39
appellationsomerville32: yeah.19:39
somerville32appellation, I'm pretty sure this ubuntu box isn't a Belkin Wireless Router.19:40
somerville32:]19:41
appellationsomerville32: Ha ha. No. The Router has it's own firewall, while I can use to hide behind if the LAN gets compromised. Only one IP address on this LAN can be public, and I can disable that option via the control panel.19:42
somerville32I was talking about me, not you :P19:43
somerville32I want to know where the config file for the linux firewall is19:43
appellationsomerville32: The box is a converted iBook, connected to the router, which I'm hoping is fending off the nasties.19:43
* somerville32 blinks.19:43
appellationsomerville32: Gotcha. I'm...not sure.19:43
appellationSearching...19:44
somerville32The man in the middle attack might be because the ip address/domain name you're using is now connecting to another box19:44
zulif you re-installed it then the ssh-key might have changed19:44
appellationIt appears this issue was dealt with on the forums a few weeks ago: http://ubuntuforums.org/showthread.php?p=3675239#post367523919:44
appellationzul: Possible, but I don't think I did.19:45
zulwell the keys arent matching up so thats why you are getting that error19:46
appellationsomerville32: Yeah, that occurred to me. It's just that I like to ask the chatrooms when these things come up. I don't really understand the nature of the attack, so I couldn't be sure whether I was covering my bases properly.19:46
appellationzul: Yeah. I think it's going to be fine, but I wasn't clear on the procedure for handling it.19:47
somerville32zul, Where is the text config file for the firewall?19:47
zulsomerville32: what firewall?19:50
somerville32Isn't there a default one?19:51
zulnothing to do with the firewall its the .ssh/known_hosts file get rid of the offending key and you should be ok19:51
somerville32...19:53
somerville32Okay, I have a server with firestarter installed19:53
somerville32It is blocking VNC at the moment (or I suspect) and I since it is I can't use the nice GUI19:53
somerville32I'm looking for the file location of the text config file19:54
appellationzul: Cleared the known_hosts on this computer, the one attempting to login to the server over the network. That's the file you're talking about, right?19:55
zulyep19:56
centaur5Is it possible to connect to the internet via pppoe during a text install?21:18
somerville32How do I get vnc4server to run for the main display?21:44
spikehi there23:24
spikeI'm looking at using ubuntu-server to build an AP. has anybody done anything like this before?23:24
spikeI've got a ralink card that can work in master mode and I've been looking at hostapd but I'm not sure how that fits in23:25

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