/srv/irclogs.ubuntu.com/2009/02/23/#ubuntu-server.txt

Bangers1I have a Ubuntu Server inside VMWare ESX, I've increased the size of the VM Virtual Disk00:16
Bangers1how do I let ubuntu see this space increase?00:16
orudiecan i find out what localhost resolves to ?00:34
orudielike what would be the address that i would put in the web browser00:34
orudieto access it00:34
viezerdeuh00:38
viezerdhttp://localhost/00:38
orudieit says00:40
orudieno i'm in cpanel with this web hosting account00:40
fruchtixorudie: use the support system of your hosting provider for this type of question, please00:43
orudiehow can i find out what the permission of a directory is set to01:40
Bangers1anyone got a sec to take a look at my ubuntu server thread?01:45
Bangers1http://ubuntuforums.org/showthread.php?p=6782472#post678247201:45
YagisanBangers1, http://www.howtoforge.com/linux_resizing_ext3_partitions01:52
YagisanBangers1, disclaimer: I have not done this. I am not representing Ubuntu and/or Canaonical01:52
YagisanBangers1, and before tying anything like that - back up important data01:52
Bangers1well, luckily for me it;s vmware so i can easily drop it, clone the volume and do it01:56
Bangers1Yagisan: my problem is though that  I  cannot move my swap to the end of the drive01:57
Bangers1to resize01:57
Yagisanswap on new vmware disk ??01:58
* Yagisan runs kvm systems here01:58
YagisanBangers1, you could try shrinking the partition, put a new swap partition at the end of the disk, delete old swap, then try to extend - same disclaimer as before02:01
Bangers1it's the same disk02:10
Bangers1If you look at the screenshot, I think I need to move swap to the end of the disk02:10
Bangers1then a simple growfs should work02:10
orudiehow can i give everyone permission to read some directory02:12
isuporkchopi have never set up a server before, but i would like to give it a try.  ive got an old computer tower, and would like to set it up so all of my roommates could access and share files across the server, as well as use it as a file server.  is this a fairly straightforward thing to do?02:15
Kamping_Kaiserdepends. what do your roommates use on thier computers?02:17
Kamping_Kaisernot sure what you mean by "share files across the server" either02:17
isuporkchoplike a 'shared folder'.  one person could put files in the folder, another person could get those files02:18
isuporkchop2 run xp, 1 vista, but im working on converting them to ubuntu :P02:18
Kamping_Kaiseryou'll probably need samba then.02:20
Kamping_Kaisernot sure how you seperate the ideas of 'shared folder' and 'file server', but samba will probably manage both.02:20
Kamping_Kaiseri avoid it myself (thank goodness for no doze boxes)02:21
Bangers1I just cloned a ubuntu server in vmware02:43
Bangers1ive changed its hostname and ip etc02:43
Bangers1how do I now change it's ssh host key?02:44
orudie can anyone recommend a good free webhost that has php, mysql, perl, and ssl access02:45
Kamping_KaiserBangers1, ssh-keygen for generating keys02:46
YagisanKamping_Kaiser, actually samba works very nicely in an all *nix environment - it seems to be quicker than nfs02:47
Kamping_KaiserYagisan, it may do, but i use nfs or ssh(scp,sftp)02:48
Kamping_KaiserEvery time I work on samba it drives me nuts, I've decided not to hurt myself on it again :)02:48
Yagisan:D should have a sticker on the side of the box - samba - some assembly required02:49
Kamping_Kaiserhahaha.02:51
Kamping_Kaiser:)02:51
Yagisananyone here notice any slowdown when using encrypted disk partitions ?02:55
* Yagisan wishes he had the money to run lvm, on encryption, on raid5 for his "server"02:57
Kamping_Kaisernever tried encrypting at the fs level.not seen a good point yet02:58
Yagisandepends on what is on the disk, and who you don't want to see it03:00
* Yagisan used to work in a trading firm - I'd have loved to encrypt the disks that the trading algorithms were on.03:02
orudiecan someone hook me up with a SSL user name on their box ?03:05
Kamping_Kaiserssl username?03:06
orudie Kamping_Kaiser yeah , a user name03:22
Kamping_Kaiseryour question doesnt make sense03:23
orudieKamping_Kaiser, i am looking for a free web host, but maybe somoene can set up with a user name, and a database on their box03:24
orudieso that i would be able to ssh03:24
tsrkMy server stopped showing the System Information when I login.... why is that?03:49
Bangers1on my local ubuntu repo mirror, I'm doing apt-get mirror and I'm getting a whole bunch of "Sources.gz  404 Not Found"04:08
Bangers1and a "Packages.gz  Hash Sum mismatch"04:09
Bangers1Does this mean my mirror is configured wrongly?  Or my sources.list is wrong?04:09
twbBangers1: it is often caused by a misconfigured caching web proxy.04:09
Bangers1Everything used to work, but I think I rebooted the server and since then it's been doing this.  Even other clients in my network cannot 'apt-get update' against my mirror04:09
Bangers1not running a proxy in my network04:09
twbWhat happens is, Packages.gz is big, so is cached, but the Release file (which contains the checksum) is small, and so is not cached.04:09
twbIt may also be because the upstream mirror is in an inconsistent state, in which case re-running your mirror script should fix things.04:10
twbAlso be aware that some (retarded) ISPs will perform transparent caching proxying of port 80.04:10
twbFinally, I *highly* recommend the "debmirror" package and strongly discourage use of the "partial" proxies apt-cacher and apt-proxy -- these are totally fucked and wasted far more of my time than they saved.04:11
Bangers1yep I  get you.  My ISP definitely arent proxy caching or anything.  I reran 'apt-mirror' and the 'clean.sh' it told me to do04:11
twbI'm not familiar with apt-mirror, sorry.04:12
Bangers1twb: ok um not to sure what you mean about 'apt-proxy', it's an inherited server i recieved04:12
twbapt-proxy is a package.04:12
twbSince you're using apt-mirror, you can forget about that remark.04:13
Bangers1so .. "apt-get update" .. does it try to download Sources.gz for each directory the client (sources.list) has configured?04:13
Kamping_Kaisernever knew about that, i should see if its better or as good as debmirror.04:14
Bangers1Because I just did find /mirror -name Sources.gz on my mirror serverm and it didnt find any file with that name04:14
twbBangers1: Sources.gz is fetched only for deb-src entries04:34
twbDon't forget to find /mirror/ not /mirror, if /mirror is a symlink.04:34
Bangers1naa, it's not a symlink04:36
Bangers1hrmm, this is weird, i'm really stumped04:36
Bangers1twb: ok I've removed the 'deb-src' ines from my sources.list and now it's only complaining about :  Packages.gz  Hash Sum mismatch04:38
Bangers1how do i clear the hash md5 cache apt keeps?04:38
twbapt doesn't keep one.04:38
twbThe checksum is stored in the Release file on the server.04:38
twbThe error occurs when Release and Packages.gz are not in sync.04:38
Bangers1Oooh...how do I double check that?04:39
Bangers1This thread looks identical to my problem: http://www.usenet-forums.com/linux-general/394063-apt-get-gpg-key-error-message.html04:39
Bangers1100% identical04:39
Bangers1he seems to say "a cache purge" solved his problem04:40
Bangers1whats that and how do I do that?04:40
rdw200169twb, you mentioned transparent caching... i dealt with a *lot* of that when I ran a network off of the HughesNet Satellite systems04:50
rdw200169twb, so, on top of satellite delay (which was measurable), I also had to deal with heavy caching, which i kept to a minimum using traffic shaping (keeping the bucket low)04:51
twbBangers1: he means purging the cache on the caching web server.04:51
rdw200169twb, they called it 'Turbo' or something like that... it was a real pain04:52
twbrdw200169: certainly the mere *presence* of caching won't break apt-get update; the problem is only if ONE of the two files is cached.04:52
rdw200169twb, well, i was referring to transparent caching in general. regardless, for the apt part, I found that apt-cacher worked great for a local lan... the only problem is that keys don't work with that particular package04:55
twbIIRC apt-cacher is the one that allows for injection of infected packages by any client using apt-get.04:55
twbBecause it assumes <package name>_<version>_<arch>.deb is identical on all upstream servers, and it's not.04:56
rdw200169twb, for *this particular situation* we had a relatively small # of ubuntu users... it wasn't a big deal04:56
twbThis is particularly evil and wrong if *any* client has- right, ubuntu and debian04:56
rdw200169twb, even though it was a large lan... i was aware of apt-cacher's drawbacks and went with it anyway04:56
rdw200169twb, the benefits outweighed the drawbacks at the time04:56
twbI now just advocate either a generic caching proxy, or a full deb mirror.04:57
twbWhere "full" means modulo the exclusions you can punch into debmirror(8).04:57
rdw200169twb, i couldn't run a full mirror b/c we didn't have the bandwidth allocation for something like that04:57
twbrdw200169: nod.04:57
twbAlthough you could maybe use the "truck full of backup tapes" approach to syncing...04:58
rdw200169twb, we were dealing w/80+ subscribers with a total of about 30GB / month (total download mass)04:58
twbMost users won't give a shit about (non-security) updates being delayed by up to a month.04:58
twbAnyways... >wander off<04:58
rdw200169that, and apt-cacher required very little modification of users' apt configurations... a simple script to change the apt to a proxy04:59
Bangers1twb: but im not running a cache web server anywhere.   no where on my network ...04:59
twbrdw200169: personally I'd prefer a design that involves adding a proxy to /etc/apt/apt.conf instead of to every line in /etc/apt/sources.list.05:00
Bangers1mine is just a simple apt-mirror, and apache2 serving it up over http.  Everything was working fine until recently, I don't knwo what has changes.05:00
twbBangers1: I've told you what I know.05:00
rdw200169twb, that's what i'm talking about05:00
rdw200169twb, i can't remember what line i modified in the apt conf, it was really simple though, and redirected all apt traffic to a proxy,05:03
twbrdw200169: for an http proxy, yes.  apt-cache and apt-proxy need changes to sources.list05:03
twbecho 'Acquire::http::Proxy "http://proxy:8080/";' >>/etc/apt/apt.conf05:04
Bangers1Can anyone help me with this?: http://ubuntuforums.org/showthread.php?p=6782472#post678247206:24
twbSorry, forums like that are laid out so amazingly badly that I'm not even gonna read it.06:25
tsrkWhen I logged in it said I had a zombie process, is that normal?06:30
tsrk(I know what a zombie process is, but is it normal to have them?)06:31
tsrkall i have installed is a LAMP server and samba and proftpd06:31
tsrkthe zombie process disappeared after a while (before i could figure out what it was)06:31
tsrkwhen I login, I get a bunch of system info, what's generation that?06:53
tsrkwhat command can i run to get it?06:53
nobsetsrk: uname -a?06:53
tsrkno, like system load, memory usage, swap usage, usage of /, processes06:54
nobsethat's not the default behaviour06:55
tsrkit appears to be...06:55
tsrki installed ubuntu server 8.10 on two machines today and both have it06:55
twbBecause I am paranoid about security, I recommend vsftpd over proftpd.07:00
twb...just FYI07:00
nobsetsrk: I've never seen this on any of my 8.10 servers.07:11
tsrknobse, really?07:11
nobsetsrk: Really.07:11
tsrki think i figured out why thought07:11
tsrkthere's this thing updating the motd every 10 mins07:12
tsrkit's something related to landscape07:12
tsrkbut i don't use landscape...07:12
nobsetsrk: aptitude purge landscape-common07:25
nobsetsrk: The output is from landscape-sysinfo, which is part of landscape-common package.07:26
tsrknobse, i wasn't really wanting to get rid of it, i was wondering how to output that stuff using a shell script07:26
tsrkah07:27
tsrkperfect, thanks07:27
lwizardlHi07:59
lwizardlwould this be the proper channel to get help with PXE server setup?07:59
=== picturesque is now known as domas
lwizardlanyone here ever configured a PXE server to do network OS installs?08:25
Yagisanlwizardl, once a long time ago. it's very similar to setting up a standard network boot setup, like used by ltsp - so I'd go looking at their docs and the isc dhcp server manual if I where you08:35
domaslwizardl: yes08:37
domasin a way :)08:37
domasI don't know what is "PXE server", I'd usually use DHCP+TFTP :)08:37
domaslwizardl: http://p.defau.lt/?wwxyhf_F0dWD1HWSZs8rxw08:39
domasyou may also want to have this:08:40
lwizardlok I've never done this before08:40
domashttp://p.defau.lt/?1ADT0i6RVb5TaPx9yvHM6A08:40
lwizardlI've only setup a few linux web servers , and about 30 desktops08:40
lwizardlyeah loading the page now08:40
lwizardlok i don't understand that page08:41
krautmoin08:41
domasthats dhcp configuration08:41
lwizardlis that the /etc/networking/interfaces08:42
domasno, thats dhcpd.conf08:42
lwizardlhmm08:42
lwizardlok my server doesn't seem to find it08:44
lwizardli'll be back in a few going to do a fresh server install08:44
domasinstall dhcpd08:45
lwizardlwhat pport does PXE/tftp use?08:47
hadshads@sodium:~$ grep tftp /etc/services08:49
hadstftp69/udp08:49
lwizardlk08:52
lwizardlok clean server installed09:12
=== Abracadabr4 is now known as Abracadabra
lwizardlok i tried to do an apt-get install dhcpd and it failed09:30
lwizardlE: Package dhcpd has no installation candidate09:30
domasapt-cache search dhcp?09:31
Yagisanlwizardl, sudo apt-get install dhcp3-server09:32
lwizardlYagisan, that worked thanks09:32
Yagisannp09:33
lwizardlok just got an error after it installed and tried to start09:33
lwizardlhow do i check syslog again09:33
domas...09:33
uvirtbotNew bug: #333172 in apache2 (main) "package apache2.2-common None [modified: /var/lib/dpkg/info/apache2.2-common.list] failed to install/upgrade: error creating directory `./var/cache/apache2': Input/output error" [Undecided,Incomplete] https://launchpad.net/bugs/33317209:41
PC_NerdHi,  I'm wondering what everyone uses to monitor their servers.  I'm wanting something extremely small and lightweight.... that only really monitors proccess/threads/memory usage (similar ot windows task manager), and network usage per proccess (packet sniffer sort of)... any suggestions?11:55
sorenSomething that monitor network usage per process is unlikely to be lightweight.12:10
sorenPC_Nerd: What are you actually trying to achieve?12:10
* Yagisan er uses Virtual Machine Manager for somewhat obvious reasons12:12
PC_NerdBasically, nothign as complex a monitoring as nagios etc.....   mainly jsut monitoring/counting bandwidth - and being able to use monitoring to graph ram usage per proccess( so i can compare it to events in the server I'm building etc).12:12
PC_Nerdif I know the proccess is chewing up RAM etc - then I can kill it or fix it.....  ultimately ill build it into a web based panel for myself - but I only want it minimal at the moment.12:13
sorenPC_Nerd: No, finish this sentence:12:15
sorenI want to do all this monitoring, so that I....12:15
* soren heads to lunch... be back in half an hour12:16
PC_Nerd"I want to do all this monitoring, so that I can display it and analyse it ( graph it etc) on a web based interface, without having to install large systems like nagios.12:18
sorenPC_Nerd: If you're not going to *do* anything with it, what's the point?12:46
sorenPC_Nerd: Just showing it is pointless if you're never going to take any action based on it, and until you know what sort of action you might take on it, it's virtually impossible to perform the correct monitoring.12:47
fruchtixwell, you can also use data from forensics to learn more about your system12:48
fruchtixand what nagios does is basically to combine certain functions and tools. for each and every aspect there is command line tools that provide the raw data12:49
PC_Nerdeventually, the action ill be taking is restricting operations of the server based on the logging - such as RAM and networking.   I essentially want to replicated a web based  "windows task manager" for the server.12:50
fruchtixwhen you feed the right keywords to sites like freshmeat.net you can find loads of useful tools12:50
fruchtixPC_Nerd: sorry, but that does not make much sense what you just said12:50
fruchtixare we talking about user limits?12:50
fruchtixyou plan to limit resources per user?12:51
fruchtixif you dont know much about how certain system components work, then you might do better to use a framework like cpanel or similar12:52
PC_NerdI'm trying  to avoid bulky systems like cpanel or nagios..... ultimately- as i jsut said I want to create a web based task manager for my server...... with minimal features of displaying memory usage, network usage etc. - are there any tools that do this, or will I have to write my own?12:57
henkjanPC_Nerd: phpmyinfo ?12:58
PC_Nerdnever heard of it - and google's not returning anything useful.... do you mean phpmyadmin ( which is the web based mysql system as im sure you know)13:04
fruchtixeither you use console tools or you go by frameworks13:06
fruchtixanything graphical that is also web based wont fit in the category "slim and non bulky"13:07
fruchtixany usability feature is adding extra layers which is adding lots of code which is adding complexicty13:08
PC_Nerdok, so the best method would be to write a small daemon that calls the console tools to find the data I want, and write it to a log - then get the web based Cgi or php script to read that log and display the results accordingly ?13:08
fruchtixnagios is doing exactly that13:09
soren*bzzzzzt*13:09
PC_Nerdhm ok ( I just dont like it thats all)... ill look into doing that custom for myself.13:09
PC_Nerdthanks13:09
fruchtixgood luck13:09
sorenPC_Nerd: Really... The best method would be to *really* find out what you need the data for and how you intend to use it.13:09
fruchtixsoren: i think the problem is that he does not have much of an overview yet13:10
sorenPC_Nerd: I honestly doubt that you'll be spending much time actually looking at the output of stuff like "free" and "df".13:10
sorenIt's really not very useful.13:10
fruchtixthe situation is a bit like a young man who wants to build a house without knowing how to carry a stone13:10
PC_Nerdok13:11
fruchtixand trust me, you need to carry lots of stones to build a house13:11
sorenPC_Nerd: It's hard to help and guide with such vague requirements. What I've gathered so far is that you want to "look at stuff" and "do stuff with it".13:13
sorenOh, and it must be lightweight.13:14
PC_Nerdbasically - its sort of like a live control panel - i only have ssh access to the server (as in most cases I would assume) - thus instead of being able to simply view the system resources through a gui..... i want to be able to place that online....13:14
PC_NerdI guess I havent investigated nagios extremely closely... but my understanding is that it is fairly bulky?13:15
fruchtixthere is not much understanding, i can see that13:15
soren"live control panel" is exactly "I want to look at stuff and do stuff with it".13:15
PC_Nerd* the "do stuff with it" be external to the system, for example ill end up tailoring it to monitor speciic details about a given list of proccesses - and should they need shutting down i have to do that through a speperate control panel et.c13:16
soren"specific details" is -- somewhat ironically -- really not specific at all.13:17
fruchtixPC_Nerd: let me guess, somebody told you "using nagios is uncool because its bloated" and you depend on such statements a lot?13:17
KoonPC_Nerd: well nagios adds something important, which is defining what abnormal behavior is. Which points us back to soren's question.13:17
Koonif the final idea is to get alerts on abnormal behavior, then nagios is better than a web-based memory usage list13:18
PC_Nerdim not trying to isolate and find abnormal behaviour - just monitor behavior full stop - so that I can decide what is abnormal and take action on it ( stop the proccess, restart apache, whatever)13:18
fruchtixcpanel and similar13:18
sorenAt this point, I don't even know if he wants qualitative or quantitative monitoring.13:18
PC_Nerdwhats the difference between the 2... ?13:19
sorenIt's difference between answering either/or sort of questions vs. "how much" sort of questions.13:20
fruchtixPC_Nerd: did you ever google for "ubuntu graphical system monitoring" and spend more than 30 minutes with the results?13:20
sorenE.g. "Am I close to being out of memory" vs. "how much memory do I have available?"13:21
fruchtixthat could be a good training for the monitoring job13:21
PC_Nerdok.....  im running 8.04 server, and I want to replicate a very basic implementation of the desktop's "System Monitor"... but as a web based control panel.....   I dont want it to make any decisions on what is normal behavior - or take any action.  its simply a web implementation of the desktop program.13:22
* fruchtix goes AFK for lunch13:23
sorenPC_Nerd: Is that "gnome-system-monitor"?13:23
PC_Nerdyes13:24
PC_Nerdi guess at the momen its easier to:13:25
PC_Nerdwrite the daemon to get a constant flow of data - write to file, web interface to read form data and proccess into the page - which I can do myself fairly easily13:25
EgonisI was hoping to deploy a Ubuntu Server w/ a GNOME Desktop environment for remote development -- is it possible to use something similar to Terminal Server for Ubuntu so that multiple users may have active remote logons from Windows PC's?14:06
Kamping_Kaiserthat probably counts as an #ubuntu question, but vnc is usually suggested14:07
sorenEgonis: GDM, X, VNC, GNOME and such are all off-topic for this channel. You want a desktop related help channel, or perhaps ltsp related.14:08
Egonissoren: Thank you14:17
sorenEgonis: Any time :)14:17
sorenOh.14:17
sorenHe buggered off.14:17
=== ScottK2 is now known as ScottK-desktop
kirklandnijaba: ping15:44
Adri2000anybody knows if mathiaz will be here today, later this week, or if he's away?15:55
zulhe probably will be on later today15:57
Adri2000ok, thanks15:57
fruchtixAdri2000: is he a famous admin? :)16:07
Adri2000fruchtix: I just need him for an upload :)16:42
fruchtix:P16:42
olavimmanuelHello. My web server cant be visited... it opens a popup asking for username and password17:36
olavimmanuelapache17:36
sorenolavimmanuel: Then you must have configured it to do so. Knowingly. It's really not something you do by accident.17:47
olavimmanuelwell, how come i haven't modified my apache settings and it still asks?17:48
olavimmanueli added proftp and set it up with tls/ssl and edited hosts to my dns adress...17:49
AnRkeyolavimmanuel, u going through a proxy perhaps?17:50
olavimmanuelthe site works without any prompt for me... its others it asks...17:50
sorenftp and apache have nothing to do with each other.17:50
olavimmanuelno, no proxy17:50
AnRkeyi agree with soren on this one, proftp and apache dont even share the same directories for config files so it's not that17:51
sorenI'm guessing you're not all really accessing the same server.17:51
olavimmanueli know... thats why i dont understand what happend. permissions are drwxrwxr-x on all files17:51
AnRkeywas my next guess17:51
sorenPerhaps DNS's resolving differently, NATing..17:52
AnRkeytracepath it and see17:52
olavimmanuelok, will try...17:52
AnRkeyciao all, gotta go feed my son :)17:52
fruchtixolavimmanuel: or did you install multiple services and tools in one row and one of these tools adds some sort of proxy layer or adds security measures?17:53
fruchtixolavimmanuel: or is that a modified version of ubuntu that was pre-installed by a hosting provider?17:54
olavimmanuelmaybe... i did that trying to install tovid17:54
olavimmanuelno17:54
fruchtixolavimmanuel: have a look at the dpkg.log in /var/log and see if there is a package installed that restricts the access to the web server. a php framework could try to do that also17:56
olavimmanuelok, will do...17:56
olavimmanuelrunning tracroute here and there now..17:57
fruchtixolavimmanuel: i dont think you get much useful data from a traceroute. i would compare your apache configuration against the default configuration17:57
fruchtixolavimmanuel: and browse your web root for files like ".htaccess" and such17:58
olavimmanueldone that... nothing there17:58
fruchtixand make sure you follow the sym links in the web root to its origin and check there too17:58
olavimmanueli have no symlinks yet17:59
fruchtixthen i would "xxdiff" all apache config files against the corresponding file from the original apache package to see what changed18:00
olavimmanuelthe other person uses a proxy to the ip the server has... maybe a localhost restriction..?18:01
fruchtixthat would not be default behaviour18:01
olavimmanueltraceroute to xxx.gotdns.com (ip), 64 hops max, 40 byte packets18:02
olavimmanuel1  xxx.customer.lyse.net (same ip)  1.734 ms  1.272 ms  1.244 ms18:02
olavimmanuelthat was her traceroute... ill check with xxdiff now18:03
fruchtixhang on, just to make sure18:03
fruchtixthe IP of the server's internet interface is matching the IP your friend gets from gotdns?18:03
olavimmanueljes18:04
olavimmanuel*yes18:04
fruchtixokay, not that you waste your time :)18:04
olavimmanuel?18:04
fruchtixsome people forget to update the dynamic name service or configure it wrong. so when the IP of the server changes the DNS entry points to the old IP18:05
fruchtixi was guessing you were past that check when i jumped in the conversation18:06
olavimmanuelok :P no, i made sure that it would update every 10 and tested it :) still have access here :)18:07
olavimmanuel=dyndns has the correct ip18:08
fruchtixvery good, so we take the next step and see who bad thing fiddled with your apache config without asking you first18:09
olavimmanuelcould you try the page? http://oib.gotdns.com/index.html18:10
olavimmanuelif it works for you it has to be a localhost block. perhaps the router?18:10
fruchtixworks fine, shows the default page "Welcome"18:11
fruchtixoh18:11
fruchtixme silly forgot to ask for that, your friend is on the local network? :)18:11
olavimmanuelmhm18:11
fruchtixoh no18:11
olavimmanuel?? the router?18:12
fruchtixi am sorry. should have asked that ages ago18:12
olavimmanuelnp18:12
fruchtixyour friend needs to use the lan IP not the internet IP in that case18:12
olavimmanuelyou suffered as much as i18:12
olavimmanuelok. will tell her :p Thanks a ton! :D18:12
fruchtixotherwise you need post- and pre-routing setup in that way so the data packets can travel from the LAN to the Internet and back to the LAN. which is very unlikely to work with most hardware routers18:13
olavimmanuelOk. Great fruchtix. Thank you!18:14
fruchtixolavimmanuel: welcome :)18:14
geekboxjockeyI have several Ubuntu 8.04.1 VMs running on 8.04.1. When I run xm shutdown (domain name) the console output shows a shutdown sequence and then halts without completely "turning off" and disappearing from the xm list listing. (it state is 's' indefinately unless i run xm destroy)19:00
geekboxjockeyHow can I fix this so that xm shutdown completely shuts a  VM down and removes it from the listing?19:00
geekboxjockeyi tried adding the apm power_off=1 to /etc/modules as some sites list as a solution to this issue but it did not fix this issue.19:01
Fenix|workGreetings...19:14
Fenix|work... a quick quesiton.  user accounts stored in /etc/passwd would be authenticated using a PAM module correct?19:15
nicetryI'm going to create a virtual machine running 8.10 server with lamp, what are the minimum hd and ram allotments I can get away with?19:16
geekboxjockeyI'm running an apache2 vm and a mysql-server vm, each has about 512mb ram, db is 40gig, webserver is 20gig19:17
geekboxjockeythe hdds are only at about 10% use right now19:17
geekboxjockeydepends a lot on your application though19:17
geekboxjockeyhow many users accessing it, etc19:18
nicetryI'm bascially testing the waters, going to try running open-audit on it19:18
geekboxjockeyboth vms are the minimal debootstrap-ed installs of 8.04 @ just under 500mb OS footprint19:19
geekboxjockeyi think for testing you could get away with less than 512mb of ram,19:19
jmedinaFenix|work: actually not only a module, but yes, pam_unix.so is the one19:19
geekboxjockeyhdd size is really personal preference19:19
Fenix|workjmedina, I was thinking about using PAM auth for Apache, and would require an Apache module... so that's where module comes from.  Thanks :)19:20
nicetryboth vms are the minimal debootstrap-ed installs of 8.04 @ just under 500mb OS footprint19:25
nicetrysorry, didn't mean to paste that there, I was trying to google what you ment by deboostrapped19:26
geekboxjockeyits an installation method19:26
geekboxjockeybasically pulls a minimal command-line based system down from the ubuntu repositories19:27
geekboxjockeyon sec19:27
geekboxjockeyone*19:27
geekboxjockeyhttp://www.howtoforge.com/ubuntu-8.04-server-install-xen-from-ubuntu-repositories19:30
geekboxjockeyit should be similar for 8.1019:30
geekboxjockeynicetry: thats where i figured out how to do the basic xen VM installs (its a lot less intimidating after you go through it once)19:30
geekboxjockeyalso you might want to apt-get remove network-manager (it tries to assign a dhcp address to the network bridge 'device' xen creates) otherwise your vms may not get network connectivity19:32
nicetryah19:32
geekboxjockeyif you are using the bridge network xen config (default)19:32
nicetryI've already setup vmware on the 8.10 server thats on the box19:32
nicetryNow I'm attempting to create vms on vmware one of which will be another server19:33
geekboxjockeyah ok, sorry, disregard that im in xen mode, lol19:35
geekboxjockeyhopping between here and ##xen, my bad19:35
nicetryhaha, its cool. I'm really just feeling out how small I can make ubuntu.  I found this http://www.howtoforge.com/minimal-ubuntu-8.04-server-install which is for 8.04 and uses a desktop cd to install a minimal server, which is interesting19:37
geekboxjockeyI did the same for my xen VM host (8.04.1). There are .seed files on the Ubuntu discs, not sure of the exact location, but you can search for them,19:48
geekboxjockeythey are referred to in the command you launch from the boot menu of the installation disc19:48
geekboxjockeyso you can change desktop.seed or whatever to cli.seed and that basically does the command line only installation19:49
geekboxjockeyI had to do it that way because for some reason there was not another visible method for doing a command line only install from the "alternate" cd19:49
uvirtbotNew bug: #333481 in dhcp3 (main) "dhcp client can't receive an ip address" [Undecided,New] https://launchpad.net/bugs/33348120:01
nicetryI see, so you followed a similar path to one in that howtoforge link?20:01
geekboxjockeyyup for the vms, I'm just not sure how similar the process would be for vmware20:02
=== JanC_ is now known as janc
=== janc is now known as JanC
=== JanC_ is now known as JanC
Deeps3 interfaces on my ubuntu router; atm0: usb adsl modem, eth0: lan, eth1: second lan connected to second adsl line with some generic soho adsl modem/router20:22
Deepsboth adsl lines are with the same isp20:22
Deepstransfers from atm0 to the router get a full 600k/s, transfers from the second line via eth1 also get full speed to the router20:22
Deepstransfers from atm0 to clients on eth0 tend to be slower, ~300k/s per thread max20:22
Deepstransfers from the second line on eth1 to clients on eth0 dont have such issues20:23
Deepsi take that back20:23
Deepstransfers from the second line on eth1 to clients also seem to be limited around 300k/s per thread20:23
Deepssuggests the issue may be on the router20:25
SerWouHi20:58
KillMeNowHowdy20:59
SerWouGot a problem : "unknown keyword "map_static=/etc/.."20:59
SerWouI want to share NFS between my linux box and another one with different UID/GID21:00
KillMeNowi assume you're using Ubuntu?21:01
SerWouyep21:02
SerWouubuntu-server21:02
KillMeNowhttp://letmegooglethatforyou.com/q=using+NFS+Ubuntu21:04
KillMeNowsorry, that won't help you21:05
sorenSerWou: Which nfs server are you using?21:05
SerWounfs-kernel-server but I've tested nfs-user-server but it seems to not export anything at all21:07
KillMeNowhttp://letmegooglethatforyou.com/?q=using+NFS+ubuntu21:07
sorenI don't think map_static works with the kernel one.21:07
KillMeNowthere that would work better21:07
SerWouthanks KillMeNow : already googled21:08
KillMeNowahh...  k21:08
sorenHow exactly to they address the specific problem of the nfs server not knowing map_static?21:08
sorenErr..21:08
KillMeNowusually ppl who come in and say "How do i...." haven't googled21:09
SerWouWell, is there another solution instead of map_static21:09
SerWouremote uid/gid is : 501/20 and I want to map to 1001/100121:09
sorenKillMeNow: If you're going to teach folks to google for solutions to their problem, you might want to actually include some search terms from their question.21:09
SerWoumissing "unknown keyword map_static" for example21:10
KillMeNowsorry, having a rough and frosty day today...  probably shouldn't be taking it out on ppl in here21:11
sorenYou can either use the up/down-call mapping mechanism from nfsv4 or go with the nfs-user-server, afaics.21:11
geekboxjockeythat site is golden btw, site of the day! (letmegooglethatforyou.com)21:12
SerWouhold on, man export should say more about uid/gid mapping21:12
sorenIt does.21:12
KillMeNowhttp://www.scribd.com/doc/2329085/The-Linux-Network-Administrators-Guide21:15
KillMeNowpage 29421:15
KillMeNowhas some info about the exports file and UID's21:15
KillMeNownot sure if it's a big help, but hopefully it does21:15
SerWouok, thanks, let me chec21:15
AnRkeyhow many append lines can i have in my menu.list file?21:18
KillMeNowyou referring to GRUB?21:19
sorenAnRkey: Per boot entry? I'm going to guess just one.21:20
AnRkeyok thanks21:20
AnRkeyi am going to throw this box through the wall21:21
SerWouhehehe AnRkey21:21
AnRkeyfighting the good fight with a pxe and preseed.cfg  setup21:21
KillMeNowahh, sounds like too much fun AnR21:22
KillMeNowi've only played with pxe on windows deployment stuff21:22
AnRkeyKillMeNow, i am the master in that department, my kungfu is strong in the RIS, ghost and sysprep department21:23
AnRkeyi have a problem.... i cant stop automating things :)21:24
KillMeNowLOL21:25
KillMeNowcool...  i've been wanting to grab an image of my windowsXP box21:25
KillMeNownot much documentation out there - well good documentation that is - describing how to do it21:25
AnRkeyi know, i almost died on that project21:26
KillMeNowand i thought MS now calls RIS - Windows Deployment Services after SP221:26
* AnRkey remembers his fallen brothers in arms21:26
KillMeNowLOL21:26
AnRkeyat least ubuntu/debian has loads of documentation21:27
KillMeNowlots of stuff on "How to" for Vista - squat for WinXP21:27
KillMeNowyub yub21:27
AnRkeyvista has some awesome imaging thingy that i read about a while ago21:27
KillMeNowcourse i am not a fan of vista21:27
AnRkeynever tried it though21:27
AnRkeyvista is the reason i switched everything to ubuntu21:27
AnRkeypluss i saved myself tons of cash when i set my business up21:28
AnRkeypluss now all i do is linux work :)21:28
AnRkeyfunny how things change21:28
KillMeNowheh yep21:28
KillMeNowit's too hard now to know both environments really well21:29
AnRkeywell that's what worried me, now i don't care because most of my work is going to be asterisk pbx work21:31
KillMeNowLOL...  yep, that's alot of my work lately as well21:32
AnRkeyi'm tired of EUs21:32
KillMeNowin fact i'm beating my head against the table right now to get a FOP panel to work on a separate server that will monitor 6 asterisk boxes21:32
AnRkeysounds fun21:33
KillMeNowgot apache installed and working properly...  now it's just to figure out all the flash operator planel configs and such21:33
AnRkeythe guy i am doing this preseeding for is doing a 22 site asterisk rollout21:33
KillMeNowasterisk roxxors my soxxors21:34
SerWouI think rpc.ugidd should do the trick but still looking for an howto21:37
AnRkeydamn!!! looks like i am going to have to switch back do my working kickstart config instead for 2mrw, cant get this friggen preseed to work properly now21:37
AnRkeybah21:37
=== lokix is now known as lokixza
methodsare some of the offensive fortunes like encrypted ???22:54
=== LHC is now known as LH[
uvirtbotNew bug: #333575 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script killed by signal (Broken pipe) " [Undecided,New] https://launchpad.net/bugs/33357523:00
LH[thank god I dont use mysql just yet :P23:01
domaswhy? :)23:06
LH[idk it says bug I guess its a bad thing23:06
domasjust the package... ;-)23:06
markit's a bug in ubuntu! so ubuntu must be a bad thing...23:07
LH[so its not the end of the world just yet23:07
LH[mark yes I just removed ubuntu23:07
LH[thanks for your concern23:07
mark:)23:07
domas=)23:09
LH[so fellas23:10
methodsdoes the forutne command have the ability to convert rot13?23:14
hadsfortune | rot1323:15
methodsi dont have a rot13 command23:15
hadsYou should get one.23:15
methodswell i have one now23:15
fruchtixawww, i just prepared a nice lecture on "what is a bug" for LH[23:15
methodsbut still... won't that break non rotted fortunes23:15
domas'apt-get install bsdgames'23:15
domasthis reminds me, how much time I've spent in slackware's /usr/games back in '95ies23:16
domasgames floppies were most valuable asset23:16
fruchtixdomas: haha, you old fart :P23:16
fruchtixdid you also play the telnet based multi user dungeons?23:16
domasthats what my boss did23:17
fruchtixfor a few months i only stopped playing to sleep, get food or buy smokes23:17
methodsyea but if I'm not in the offensive directory then 'fortune limerick' for instance says no fortunes found23:17
fruchtixlike the inventors of the game planned to create the perfect addiction23:18
oh_noeshello, anyone got a second to help with a ubuntu mirror (apt-mirror) problem?23:20
methodsdoesn't seem like i need top pipe it to rot13 after its installed23:20
oh_noeswhen clients hit my mirror, most things work except repository fails with a GPG error23:20
oh_noesW: GPG error: http://ubuntu.company.com hardy Release: The following signatures were invalid: BADSIG 409636EEF435D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>23:21
oh_noesI have a thread here with full details if someone could be so kind to take a look:  http://forums.overclockers.com.au/showthread.php?t=75822023:21

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