/srv/irclogs.ubuntu.com/2010/01/21/#ubuntu-server.txt

=== robbiew is now known as robbiew-afk
=== robbiew-afk is now known as robbiew_
mealstromgenii: vim /etc/passwd00:02
geniimealstrom: I'm aware of how to change their shell. But if you do something like try to use: script -aqf /some-logname   and call it from in /etc/passwd as their shell, it behaves like a forkbomb when ssh is used00:04
mealstromand what about ~/.bashrc ?00:05
mealstromif default is bash00:05
geniimealstrom: When you login from console replacing the default shell with script works. When ssh in, kaboom00:07
mealstromgenii: what the script is?00:07
mealstromgenii: if you use some command it will call your's script  -- run many times, problem with this ?00:08
geniimealstrom: There may be some confusion. I'm talking about a command whose name is "script"00:09
mealstromgenii: I can't understand exactly what you want to do. say default shell is /bin/sh or /bin/bash . And what you want to do?00:11
mealstrommake something like /bin/somescript ?00:11
geniimealstrom: If for instance at command prompt you enter exactly: script -a /somelog           everything you type as you enter commands will be recorded as like a keyboard logger into the file called /somelog00:12
geniieg: all your bash/sh/dash/ksh   etc commands00:12
geniiWhich is that: I want to have a record of what some users are doing at commandline when ssh in because they are deleting their bash_history files00:13
mealstromgenii: chattr +au /home/user/.bash_history00:18
uvirtbot`New bug: #510418 in dovecot (main) "Don't add user `dovecot` to group mail" [Undecided,New] https://launchpad.net/bugs/51041800:21
Lnsmealstrom: wow...that's pretty awesome00:21
Lnsdidn't know you could do that w/chattr00:22
ruben23hi guys..00:46
ruben23i got same problem as i asked here mounting a cifs on a windows, working good but its not mounted automatically upon reboot00:46
geniiruben23: You made some fstab entry for it?00:48
ruben23yes00:49
ruben23this is my fstab entry--->//192.168.2.27/recordings2 /media/share cifs username=AGENT,password=3tr 0 000:49
geniiProbably tries to mount before network is up00:50
ruben23genii: but the winodws client is already power up before the server reboots00:54
ruben23genii:what can i do.00:54
=== dendrobates is now known as dendro-afk
uvirtbot`New bug: #510427 in elinks (main) "Please merge elinks 0.12~pre5-2(main) from debian squeeze(main)" [Undecided,Confirmed] https://launchpad.net/bugs/51042700:56
=== dendro-afk is now known as dendrobates
=== baffle_ is now known as baffle
zlx大家好02:32
zlx请教一个问题,如何查看dnsmasq的日志02:32
michael____hello?03:25
michael____i was wondering if anyone can helpe me03:26
j416michael____: you should read the topic first.03:26
j416michael____: http://www.sabi.co.uk/Notes/linuxHelpAsk.html03:26
j416section two.03:27
=== rberger_ is now known as rberger
michael____thankyou..... It it worth it to install Ubuntu Server if i am just going to use apache and MySQL? should i just stick with regular Ubuntu and install something like xampp?03:31
j416michael____: it would depend on what you're going to use it for03:32
j416if you don't need a GUI (desktop), there is no reason to install it..03:32
j416the ubuntu server setup is pretty straightforward. But you have to be familiar with the command line.03:32
michael____what is in the GUI?03:32
j416michael____: http://ubuntuserver.info/images/6.10_install/first_reboot.png03:33
j416this is what ubuntu server looks like03:33
j416michael____: http://www.appscout.com/images/ubuntu-penguin.jpg03:34
j416this is what ubuntu desktop looks like03:34
j416(google imaged to find these, they are not the latest versions)03:34
j416michael____: "GUI" means "Graphical User Interface"03:35
j416ubuntu server does not have that.03:35
jmarsdenmichael____: There is no GUI in the Ubuntu server install.  You *can* add one later, but it's not generally recommended practice for servers.  If you are new to Linux and Ubuntu, you will probably find it easier to use Ubuntu Desktop.03:35
michael____ahh i see, i will just install Koala with something like xampp03:36
michael____thank you03:36
jmarsdenDOn't use xampp, install the LAMP stack .03:36
jmarsdenXAMPP is a Windows concept not a Linux one.03:37
qman__ubuntu server is extremely well suited to this single minded purpose03:37
qman__one checkbox during install and you have a ready-to-use apache/mysql/PHP server03:37
j416qman__: but without knowing how to use it without a GUI it would be hard to set up anything more advanced...03:38
j416(not that ubuntu desktop has a GUI for setting up apache/mysql/php, does it?)03:38
qman__no, it doesn't03:38
qman__a GUI does not provide any real advantage03:38
qman__except maybe file management03:38
j416to a newbie it might.03:39
qman__the tools and configuration are all command line anyway03:39
twbj416: newbies aren't sysadmins.03:39
j416twb: good point. :D03:39
qman__I guess my point is, you have to learn the same commands and configuration with or without a GUI, so there's really no benefit to having one in this case03:40
michael____well, i am a newbie and i am a sysadmin for my robotics team. nothing big but thats why i am asking for help03:40
j416qman__: very true.03:40
qman__but some people feel better by working in a gnome-terminal than a tty03:40
twbmichael____: then you have an excellent opportunity to learn how to administer a system properly, i.e. without a GUI to hold your hand.03:40
j416well, you could always ssh in from another machine with a proper terminal app..03:40
michael____ok, besides the GUI, are there any significant differences03:41
j416michael____: try ubuntu server if you have the time. :)03:42
michael____i do03:42
qman__server and desktop use the same repositories and you would be installing the same software packages03:42
qman__so no, besides the GUI and a few unrelated tweaks, they're the same03:43
j416I would guess ubuntu server is faster. It has a smaller footprint because there are fewer apps running, and no graphics to handle.03:43
twbmichael____: in terms of packaging, the main differences between a stock Ubuntu Server and Desktop install are: different kernel compile-time options (sometimes), the absence of ubuntu-desktop and its dependencies, and the absence of localization for GUI apps, myspell, etc.03:43
michael____less things to go wrong03:44
twbj416: it'd only be "faster" if the hardware wasn't specced for desktop03:44
j416twb: ok :)03:44
twbOtherwise it's just a question of how much of the RAM and CPU is idle.03:44
qman__definitely less things to go wrong, especially from a security perspective03:45
j416in my case, I'm running the server inside a virtual machine, so I would think there is a difference there.03:45
j416nothing confirmed though..03:45
twbj416: well, only because your VM probably has 128MB of RAM instead of 4GB03:46
j416yep :)03:47
qman__well, there would be fewer services running, but a bunch of idle processes have very little performance impact on a fast enough system03:48
twbqman__: if you had swap, they'd be swapped out anyway.03:50
=== michael____ is now known as shafman
uvirtbot`New bug: #510497 in bind9 (main) "Update manager failed - package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/51049705:06
=== WALoeIII_ is now known as WALoeIII
maxagazI need a cheap machine (server) in which i can plug a lot of hard drive to put backups, do you have something to suggest me (with atom proc perhaps) ?07:31
foxbuntumaxagaz, I assume from your description you are trying to build a custom NAS?07:38
maxagazfoxbuntu, yes07:38
maxagazfoxbuntu, I only need to put bacula's backup on it07:38
foxbuntumaxagaz, well the atom is a desktop based processor07:39
foxbuntumaxagaz, also are you looking a fully assembled option or build your own (bare bone type of thing)?07:40
twbWhy not just buy a NAS that can run Ubuntu07:46
twbI'm thinking along the lines of the NSLU2 or the newer SheevaPlug07:47
twbfoxbuntu: I think he picked atom specifically because it's relatively low power07:48
maxagaztwb, I don't understand what's SheevaPlug07:55
twbjfgi07:55
maxagaztwb, how do you plus many hard disk on it ?07:55
twbWell, yeah, that's an issue.07:56
twbI expect there's a NAS-oriented variant.07:56
foxbuntutwb, I assumed that...just wanted to point out that atom != server08:01
twbWell, as far as whiteboxes NASs go, it doesn't matter a damn what CPU it has.08:03
maxagazi need a machine in which i can put up to 5T of hard drives08:05
foxbuntutwb, that depends on how you want to build the box, if its just for at home, I agree, if its going to be used as a critical piece of hardware (first go buy a NAS) but second if building it, it should be using enterprise class hardware at the very least08:06
maxagazfoxbuntu, it's for enterprise08:06
foxbuntutwb, just my opinion on it, wont stop me from helping someone that wants to do it08:06
maxagazby the way, there's no repositories to install bacula 3 on karmic ?08:07
foxbuntumaxagaz, then you need to evaluate how critical this device will be to your enterprise08:08
foxbuntumartin-, that will help you to pick the correct hardware for you08:08
foxbuntumartin-, sorry, I meant maxagaz08:08
twbEh, if you're buying enterprise-class hardware, you do it by ringing up IBM or HP or Dell and saying "hi, please send me a model NNN by next Tuesday", not by asking IRC08:09
twb(Of course, that's *my* opinion. :-)08:09
foxbuntutwb, I would agree, not my previous contention08:10
foxbuntus/not/note08:10
twbmaxagaz: I wouldn't be deploying non-LTS releases in an enterprise environment.08:13
foxbuntumaxagaz, second that08:14
maxagazi want to test it, not to deploy it08:15
twbmaxagaz: what are you testing?08:15
maxagaztwb, for instant, i have a buggy bacula 2.2.8 on hardy08:15
maxagaztwb, i would like to test bacula 3.0.3 on karmic08:16
twbmaxagaz: why?08:16
maxagaztwb, to deploy it once karmic will become 9.0408:17
twbmaxagaz: erm, your messages are taking a really long time to reach me.08:18
twbIt's January 2010 here, and 9.04 and 9.10 were released many months ago.08:18
maxagaztwb, sorry, i meant 10.0408:19
twbmaxagaz: Karmic will never be 10.04.08:20
twbmaxagaz: Lucid is targeted for release in 10.04.08:20
twbIf you want to see if bugs are fixed in Lucid's bacula, you should install Lucid.08:20
twbAnd lucid *does* have bacula 3: http://packages.ubuntu.com/lucid/bacula08:21
maxagaztwb, bacula 3.0.3 is the latest stable version while lucid isn't stable08:23
maxagaztwb, also karmic looks stable although it's not stamped LTS08:24
twbmaxagaz: I've told you what you should do.  If you want to ignore me and try to run Bacula 3.0.3 on Karmic instead, I'm not going to stop you.08:25
maxagaztwb, you would install bacula 2.4 on hardy ?08:27
twbI would not deploy a non-LTS release in an enterprise environment.08:27
twbI would DEFINITELY not install non-standard packages in an enterprise environment.08:28
twbThat is, I'd use whatever version of bacula came with the release.08:28
twbFor pre-production right now, aiming for deployment around June, I would target 10.04 with whatever bacula it ends up with, which will probably be 3.0.2.08:28
kworkcan anyone suggest is there some tool to monitor directory with svn for changes and commit them, or svn + cron script is the way to go ?08:43
Jeeves_kwork: What do you actually want to do? :)08:44
twbkwork: I think you're trying to solve a policy problem with technology, which will never work.08:44
kworkactualy i have bind configs what change few times a day, i would like to have that data in svn08:45
twbkwork: who changes them?08:45
kworktwb,  dns admins08:45
kworki know that i cant know who made the changes with cron solution08:45
twbkwork: do they edit the files directly, or do they use some sort of shitty web front-end?08:46
kworkdirectly08:46
twbOK, then the solution is to teach the DNS admins how to use "svn commit".08:46
twbAnd to put in place a piece of policy that says "you gotta do it."08:46
kworkit would be painful to force them to use it after every change i cant be sure that i get all the changes08:46
Jeeves_kwork: What twb says :)08:46
Jeeves_kwork: Sure you can be sure.08:47
Jeeves_You create a script that periodically svn up's your bind config08:47
kworki was thinking of hourly cron script that would commit it08:47
jericohmm..  everytime I come here people are talking about stuff I don't understand. Is there a #ubuntu-server-noobs?08:47
Jeeves_You let the admins commit the zones in the repo08:47
twbjerico: #ubuntu is for noobs08:47
Jeeves_If they work on the files directly, your svn up will fail, and you can use the cluebat08:48
Jeeves_Or you just make sure they can't login :)08:48
twbBeing smart enough to add -server is the first test08:48
kworkokey thanks for input08:48
kworklol @ twb08:48
twbJeeves_: oh yeah!  I forgot that svn actually enforced separation of the main repo from the working trees.08:48
twbI was imagining more like a single-repo RCS or git08:49
twb"To edit records, run co -l foo.zone, ed foo.zone, ci foo.zone'08:49
kworki think im going to add bind dir to svn then, and then commit it daily and then i can get nice overview from websvn08:49
kworkbecause i dont actualy care who changed what08:50
kworkrather what was changed generally08:50
twbkwork: so basically you're going to ignore our advice and do what you originally intended :P08:50
kworkyep :P08:50
twbYou may want to look at etckeeper08:50
kworkhmmmz okey thanks08:50
kworkill check it out08:50
kworktwb,  forcing them to commit would be right choice if it would mater who changed what08:51
kworkthen i would actualy have no other way08:51
kworkuu etckeeper seems cool08:51
kworknice suggestion08:51
kworkthou it seems i need to set up git08:52
j416/etc should have a directory with _all_ default settings, and then you would just override them in new, clean files. That would be something..08:52
twbkwork: it works with a bunch of VCSs08:52
kworkgit, mercurial, darcs, or bzr repository08:53
kworkactualy only one i have heard about is git there08:53
twbj416: here, have unionfs.08:53
twbkwork: if you're still using svn, that doesn't surprise me08:53
j416twb: cool08:53
j416twb: do you use it?08:54
twbI'm the Darcs Debian maintainer and upstream documentation manager, and I work with hg daily and git weekly.08:55
twbbzr is only for arch refugees and canonical employees.08:55
twbCome to think of it, most arch refugees have probably died at sea by now anyway.08:56
jiboumansgood morning09:13
jericoDoes anyone know of a good guide for learning iptables?09:15
jericoheh. actually I should probably just read the man pages on it.09:17
twbjerico: the PDF linked from /topic09:17
=== Ziber is now known as Liber
=== Liber is now known as Ziber
uvirtbot`New bug: #358703 in php5 (main) "Wrong/insecure configuration of PHP module" [Wishlist,Triaged] https://launchpad.net/bugs/35870311:17
bericHello guys. Is there a solution for automatic http proxy detection so  that I won't have to enter proxy address manually for apt-get12:28
bericI know this thing called WPAD but don't know the tooling for that under ubuntu.12:29
cxman  get tor12:29
cxapt-get install tor12:29
mealstromhttp://ubuntuforums.org/showpost.php?p=743244&postcount=612:30
bericthank you both. I'm looking for something that can configure the proxy system wide automatically but getting the address from DHCP like WPAD does.12:31
mealstromand what about transparent proxy ?12:31
mealstromsquid + portforward 80-> 3128 ?12:32
bericcan't touch the network settings . think about a student in a collage12:32
mealstromекн ершы http://linux.derkeiler.com/Mailing-Lists/Debian/2006-07/msg00916.html12:34
mealstrom*try this12:35
berichmmm find another interesting stuff here:http://wiki.debian.org/ProxyAutodetectConf12:35
ghostlinesanyone got experience with powernowd? it isn't saving changes i set12:47
mealstromcheck config files permissions12:47
ghostlinesi havae permissions to access it12:50
sommermorning13:35
infideli have a laptop with a hdd raid 5 array and i'm trying to install server and it finds the raid but when i go to partition disk it wants to configure iscsi and asks for an ip address and port number. how can i get around this and create raid patitions?13:35
mealstromis it possibele to do this with vsftpd? :13:36
mealstrom1. incoming (anononymoyus dir with 0777 rights)13:36
mealstrom2. pub (anonymous with read and one ftpuser with 0777 rights) ?13:36
mealstrom(1) I've done. but got troubles with second ^(13:36
mealstromor how can I limit user access with local_enables = yes for only 1 user ?13:36
=== tonyyarusso is now known as Guest61308
pmatulisinfidel: a laptop with RAID 5?  interesting13:36
infidelok, nice but what about the iscsi issue?13:38
pmatulisinfidel: you're claiming that the installer (for what release?) is imposing an iSCSI install on you?13:44
infidelpmatulis, stand by please13:47
pmatulisstanding by...13:47
infidel9.1013:48
pmatulisinfidel: provide me a picture of your screen13:50
pmatulisinfidel: or open a bug (i'm assuming you've checked whether such a bug exists already)13:52
infidelcan i boot this disk as a live linux disk and connect to the internet and send you the data?14:00
infideli see you can't14:02
pmatulisinfidel: take a picture14:09
ttxkirkland: you didn't commit your latest eucalyptus upload to the packaging branch, so it's out of sync now...14:15
* ttx cleans up14:16
loolzul, soren: I changed the minimal seed to depend on netcat-traditional instead of netcat since I see netcat is a transitional package; however this means netcat-traditional is hard to remove; I see there are also some netcat provides, but I'm not sure how to permit this with seeds14:16
loolzul, soren: Do you two have any idea on how to best address this?14:16
lool(Or anybody else of course)14:16
infidelpmatulis, what do you want me to take a picture of?14:16
sorenlool: Why did you choose that one over netcat-openbsd?14:17
pmatulisinfidel: your screen14:17
loolsoren: Because that's the one which is currently in the minimal task and the one netcat depends on14:17
loolOn a related note, I think this ought to be higher than minimal, perhaps standard14:17
sorenlool: Hm... I think netcat-openbsd is really a better default choice.14:18
loolsoren: I would be fine with this; I don't know what that implies though14:18
sorenlool: I made netcat depend on netcat-traditional back in the day because it was the smallest change.14:18
loolsoren: Apparently you did some research on this14:18
sorenYes.14:18
sorenTwo years ago.14:18
soren:)14:18
loolI saw your name in the MIR and in the README.Debian14:18
loolsoren: Would you mind proposing this change?14:19
loolsoren: Or I can just do it for you if you think that's safe; it would be an improvement over having two netcat in mains14:19
loolAnd two netcats installed in the server install (at least after my latest change)14:19
sorenlool: "do it" as in make the proposal?14:19
loolsoren: As in do the changes14:19
sorenlool: I wouldn't mind that at all.14:19
loolsoren: I know how to change the default, just not whether it's safe to do14:19
sorenlool: Still plenty of time to fix things if anything blows up.14:19
sorenI don't expect anything to blow up. I'm just saying.14:20
loolApparently you mention a dep on glib14:20
loolBut it's already in minimal14:20
infidelpmatulis, what page would you like to see14:21
looludev depends on libglib2.0-014:22
looland shared-mime-info14:22
infidelanbbl14:23
loolsoren: I changed the seeds; I see we have the transitional netcat since hardy, do you think we should leave it alone, drop it, or move it to netcat-openbsd?14:27
=== dendrobates is now known as dendro-afk
=== highvolt1ge is now known as highvoltage
=== [1]kaffien is now known as kaffien
uvirtbot`New bug: #510671 in drbd8 (main) "kernel 2.6.27.15 generic drbd8 not found" [Undecided,New] https://launchpad.net/bugs/51067114:46
tuehey guys, could someone help me how to login with roundcube in ebox? dunno no what is the user and the password :/ ...14:48
tueand btw great work with ebox loveeee it!14:48
loolsoren: Hmm sorry; got netsplit; I sent an email to ubuntu-devel14:50
* zul feels like a motu today14:56
=== dendro-afk is now known as dendrobates
JimiDiniHi. I am from midgard-project (content repository). Our next version of php-bindings is going to be php-5.3 targeted. What are the chances of 5.3 going to Lucid?15:04
JimiDiniWe spoke with Mathias Gug and he told us to contact server team :)15:04
JimiDiniDebian has 5.3.1-2 in "experimental" and they are going to move it to "unstable" soon15:05
JimiDiniubuntu is our main deployment target (even ubuntu-lts), so this question is rather critical for us15:07
ttxkirkland: fixed.15:09
zulJimiDini: not great right now if 5.3.1 gets out of experimental then maybe15:09
uvirtbot`New bug: #510683 in likewise-open5 (universe) "'lsassd' has to be restarted in order to login" [Undecided,New] https://launchpad.net/bugs/51068315:11
zulJimiDini: i have to see what debian is doing15:12
JimiDinizul: debian maintainer recently contacted php dev-team and looks like they are serious about putting 5.3 in next stable15:13
JimiDinizul: see http://news.php.net/php.internals/46657 and http://news.php.net/php.internals/4669715:13
JimiDiniI can write him email to ask "when?"15:14
JimiDiniwould that be useful?15:14
zulJimDini: afaik they are are doing the transition as well so if you want to send an email to ask when and cc me that would be great (to keep me in the loop)15:15
JimiDinizul: ok. will compose it now15:16
zulJimiDini: zulcss @ ubuntu.com15:17
JimiDinizul: sent15:24
zulJimiDini: thanks15:25
ttxsmoser: ping15:30
smoserttx, here.15:30
ttxsmoser: what's the status on the karmic cloud image refresh ? in progress ?15:30
smoseri have ran through 2 of 6 ami tests, 1 is in progress.15:31
ttxsmoser: ok, so we are still on track for delivery today or tomorrow15:31
smoseryeah, i think its good15:32
tesseracterive got a dev box in virtualbox, and the date will not get updated for the life of me. ive got it set for a cron.hourly, but it only changes time when i do sudo ntpdate pool.ntp.org15:39
infidelanyone here know how to setup raid on u-server?15:45
zulttx: has the server team meeting agenda been cleared yet?15:46
ttxyes15:48
infidelok i think i solved the problem15:49
Xpistos|workhow can I create my own ssh key that is say 1024-bits15:53
jiboumansXpistos|work: man ssh-keygen will tell you. you want -b probably15:56
Xpistos|workthanks15:57
marks256When i try to LS one of my directories, i get this error: ls: reading directory .: Identifier removed. What does it mean?16:11
Xpistos|workwow 20480-bit keys take a long time to generate16:12
infidelok i think i solved the problem i sw16:14
infidelok i think i solved the problem i switched distros16:14
zulttx: k16:17
=== deegee_1 is now known as deegee
pmatulisReepicheep: all you need is: 'sudo tcpdump -i br0 -qtn -c1 src port 67'16:22
pmatulisReepicheep: sample ouput: 'IP 10.100.100.1.67 > 10.100.100.123.68: UDP, length 300'16:23
marks256Solved the "identifier removed" problem. Basically a few group errors on my Lustre FS.16:30
BaversjoHi! I'm very new to public / private key authentication in SSH. I've successfully setup my server and desktop so that I can access the server without a password. My question is: Is there any way to generate another private key from a public key on the server so that I can login in without a password on another machiene?16:38
zulhi mathiaz so i have a couple of mysql cluster 7 questions for you16:41
mathiazzul: sure16:41
zulmathiaz: so its basically like a mysql server with ndb turned on right?16:41
mathiazzul: yes - for a high level perspective16:42
zulmathiaz: so the packaging would be very similar to the mysql-dfsg-5.1 packaging right?16:42
mathiazzul: packaging wise, you'd need two binary packages at least: one to install a managment node and one to install a data node16:42
mathiazzul: not necessarly16:43
zulmathiaz: gotcha16:43
mathiazzul: once packages for the cluster are available, we should also make sure that the ndb engine is enabled in mysql-server-5.116:43
mathiazzul: as this is the package that would used on the SQL nodes16:43
mathiazzul: I'm using the same terminology outlined in the MySQL Cluster guide16:44
mathiazzul: I'd recommend having a quick look at it16:44
zulim reading through it16:44
mathiazzul: it gives a good overview on how to setup a MySQL Cluster and has a small tutorial;16:44
mathiazzul: there are three components: Management node (1 package from mysql-cluster src pkg), Data node (1 package from the mysql-cluster src package) and MySQL node (mysql-server-5.1)16:45
mathiazzul: I would also suggest to drop an email to the Debian maintainers16:45
mathiazzul: they may have started to work on packaging MySQL Cluster16:46
mathiazzul: and have some code to share16:46
zulok16:46
zulthanks16:46
mathiazzul: or some thoughts on how things should be done16:46
sorenBaversjo: No. What you do is..16:47
sorenGah..16:47
zultoo slow soren16:47
sorenStory of my life.16:50
* soren goes to dinner.16:50
ehazlettgreetings... i'm having NFS trouble... i cannot create files/directories on an NFS mounted share using LDAP groups... (and i have less than 16 groups...)16:51
mathiazzul: apparently php 5.3 should hit unstable soon16:57
Reepicheeppmatulis: where you looking for what server is acting as the DHCP server or what IP address the client received?16:57
pmatulisReepicheep: the latter16:58
Reepicheepyeah that's what I thought16:58
pmatulisReepicheep: in my example, that address would be 10.100.100.12316:58
Reepicheeppmatulis: that is interesting .. when I run it it does not show the clients assigned address on the right.. it shows the target as a broadcast address16:59
pmatulisReepicheep: weird17:00
Reepicheepfor instance  'IP 10.100.100.1.67 > 255.255.255.255.68: UDP, length 300'17:00
Reepicheepactually my length is 314 not 300 .. but that isn't the difference.17:01
ReepicheepI'm testing it with a virtualbox machine not a KVM.. but again that shouldn't matter17:02
JimiDinimathiaz: zul: and what is even more important, php-5.3 will be the version officially actively supported by php-team in next N years. while 5.2 will soon go under the carpet17:02
JimiDiniand LTS release is supposed to be used for quite a long time… better not to have officially outdated stuff there17:03
pmatulisReepicheep: maybe it depends on the DHCP server.  i believe we have a cisco unit17:03
mathiazJimiDini: do you have any pointer where upstream explains their maintainance policy?17:03
Reepicheeppmatulis: what version of tcpdump and libcap are you using? i'm using 4.0.0 and 1.0.017:03
mathiazJimiDini: well - things will always get outdated on LTS17:03
Reepicheepin this instance we are using a windowz server as DHCP.. let me try it on a different vlan with a different type of DHCP server17:04
pmatulisReepicheep: libpcap is at 1.0.0-1 on Ubuntu17:06
JimiDinimathiaz: good question. I will look for it17:06
JimiDinimathiaz: I understand that things will get outdated, but it's the question of "how fast"17:06
Reepicheeppmatulis: it is the DHCP server I get this on a bridge attached to a vlan using dnsmasq as a server:17:13
ReepicheepIP 192.168.125.254.67 > 192.168.125.96.68: UDP, length 31817:13
pmatulisReepicheep: thanks for the confirmation, i guess the most reliable method would involve filtering on the payload17:13
Reepicheepyesterday when I was testing it.. I only used a bridge with a windows DHCP server..17:14
ReepicheepI was wondering how you where going to determine the IP address received.. that is where dnstop came in17:14
Reepicheepeven when I showed the payload with -X on tcpdump.. it was not decoded17:15
ehazlettany reason why NFS won't recognize secondary groups via LDAP?17:31
uvirtbot`New bug: #510732 in openssh (main) "OpenSSH server sshd_config PermitRootLogin -> NO" [Wishlist,Incomplete] https://launchpad.net/bugs/51073217:47
pmatulisReepicheep: what version of Windows (running DHCP) did not work for you?17:56
zulmathiaz: shouldnt the mysqladmin be in a server package?18:28
mathiazzul: where is it now?18:28
zulmysql-client18:28
mathiazzul: isn't mysql-client installed on every mysql-server?18:29
mealstromno18:30
mealstromit can be installed as recommended18:30
hartwigjHi there18:32
hartwigjjust a little question: Each apache2 process is consuming 175MB of virtual ram on my x86_64 servers (I guess this memory is shared with all other apache processes). Is that normal?18:33
eagles0513875hey guys im having issues trying to pull gutsy from its given mirror to setup on xen the log file for the vm is here18:34
eagles0513875http://pastebin.com/f8eee50018:34
eagles0513875can someone point me in the right direction of what i can do to remedy the situation18:34
pmatuliseagles0513875: gutsy is EOL18:35
eagles0513875O_o :(18:35
pmatuliseagles0513875: there is some site that hosts such things i believe18:35
eagles0513875what mirror can i use to pull any newer release of ubuntu server18:35
pmatulisoldreleases something or other18:35
pmatulisgoogle it18:35
eagles0513875its not a big deal in that case ill use debian then, but i need something prior to karmic due to issues with grub2 and xen18:36
eagles0513875pmatulis: do you know the mirrors or anythign for hardy or intrepid?18:37
eagles0513875!mirrors18:38
ubottuUbuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Karmic, and help keeping the servers' load low!18:38
zulmathiaz: re php 5.3.1 http://drupal.org/requirements18:39
mealstromhas anyone problem with mounting samba share in fstab ? (there is no cifs/smbfs type) ?18:39
hartwigjNo one who experiences the same thing?18:39
mathiazzul: well - drupal6 is available in universe18:42
zulis there popcon stats?18:43
jpdseagles0513875: All official mirrors have hardy.18:44
eagles0513875the problem is adding it to xen-tools for xen to pull and install it on the vm18:44
eagles0513875im guessing i would need the minimal install18:44
jpdseagles0513875: And intrepid.18:44
eagles0513875jpds: intrepid has grub 1 right18:45
jpdsYep, karmic was the first one with grub2.18:45
eagles0513875ok cuz from what im hearing grub 2 is giving people on xen hell18:46
mealstrombut only with clean install18:46
jpdsxen isn't really supported on Ubuntu.18:47
eagles0513875im setting up ubuntu on a guest18:49
eagles0513875host os is debian18:49
NotTooSmarthow do I keep my monitor from turning off?18:54
hartwigjwhat should be the normal apache2 VIRT mem consumption on x86_64? Can anybody tell me his / hers?18:59
jjohansensmoser: hey was there a mail thread started about booting without the ramdisk19:01
smoseryes.19:01
smoseron -devel19:01
jjohansensmoser: ah, I was looking for it on server19:02
NotTooSmarthow do I keep my monitor from turning off?19:02
smoserhttps://lists.ubuntu.com/archives/ubuntu-devel/2010-January/thread.html#3001819:02
jjohansensmoser: indeed I found it19:06
nuckinghey everyone, i'm having big problems compiling and installing a driver for my nic =(19:06
nuckingit tells me that there is no rule to make kernel/bound.c19:07
nuckingwhen i "make all" as told by the README19:07
nuckingi alread got build-essentials, linux-headers and linux-source19:07
nuckingnucking19:08
nuckingwhoops19:08
nuckingi'm really clueless and in desperate need of help D=19:08
jjohansensmoser: so how do you want to proceed on testing these kernels, and deciding whether we need another flavour19:09
smoserwell... you certainly have a better "feel" for how risky this is.19:10
smoseri really can't imagine any fallout from CONFIG_VIRTUAL, but if there is, we can revert it.19:11
smoserttx's point is valid though about the scsi hardware... somehow we need to see how likely that is to cause regression19:12
Disconnectsoren: so if i'm gonna submit a ton of cleanup patches for ec2-init do you have a preferred source ver to start from?19:13
jjohansensmoser: the scsi driver should only cause a regression if there is a bug19:14
smoserwell, yes.19:15
smoser:) lots of things only cause problems if there are bugs19:15
jjohansensmoser: possible but unlikely, I dug around looking for a way to disable it when builtin but it looks like that I was mistaken.19:15
jjohansensmoser: it is possible to add a switch to disable if we run into problems19:15
Disconnectsmoser: is ec2-init yours? soren is listed on the packages page but i'm being told you might be the actual owner19:16
smoserDisconnect, yeah, problably its me now.19:16
jjohansensmoser: do you want to test the kernels I have?  Right now I am close to saying ship it, and see what happens and if we need then spin off a new flavour19:17
smoserDisconnect, start from (heavily revised and in-progress) lp:~smoser/ec2-init/ec2-init.devel19:17
Disconnectcool19:17
smoserDisconnect, i really would be interested in feedback you have.  its definitely work in progress.19:18
Disconnectwell i'm starting with typo fixing (reserveration-id) and moving on to revoking os.system privs ;)19:18
smoserjjohansen, then i saw we test it earlier rather than later.19:18
smoserso "ship it".19:19
smosermy only real draw towards -virtual as being a full flavour (maybe we'll go there eventually) is including as many other guest drivers as possible19:19
jjohansensmoser: definitely, I am going to do another round of build and test.  ie install on a couple of machines19:20
smoserif we ever did go that route, there'd probably be lots of things to change, throw out stuff that doesn't make sense.19:20
smoserjjohansen, and what about ec2 kernel ?19:20
jjohansenI am not done its refresh yet, some time today though19:20
smoserthe DEVTMPFS is what i'm interested in there.19:22
jjohansensmoser: right, I won't forget it19:23
smoserjust an fyi, recently ec2 kernels have been very stable19:26
smoserand console output is very stable too19:26
jjohansenhrmm, strange - though they have gone through a rebase.  It could have been a general kernel bug19:26
sorenDisconnect: Yeah, smoser's your man these days, I suppose.19:29
NotTooSmartwhat can I do if sudo -setterm powersave off     does nothing for me?19:30
Disconnectsmoser: https://bugs.launchpad.net/ec2-init/+bug/510825 you get one just like the one i gave smoser about an hour ago ;)19:30
uvirtbot`Launchpad bug 510825 in ec2-init "ec2-get-info typos (with patch)" [Undecided,New]19:30
=== Ziber_ is now known as Ziber
hartwigjsetterm -powersave off -blank 019:38
stickystyleHas anyone experienced mod_proxy_html working?  I have what should be a simple swap of ProxyHTMLURLMap /magnoliaPublic/demo-project/     /  but it just doesn't seem to do anything (as in matching and replacing).  And the "ProxyHTMLLogVerbose On" does nothing either :-|19:42
mdeslaurmathiaz, zul: guess what? the mysql test certs expire again in 7 days19:46
mathiazmdeslaur: ahhh19:46
=== Guest61308 is now known as tonyyarusso
mdeslaurmathiaz: you may scream if it'll make you feel better19:47
mathiazmdeslaur: we should ping them asking wether they have no faith in their proejct19:47
mdeslaurthey should generate them for 10 years or something...it's just for build testing19:47
smoserjjohansen, i see tim's mail about lucid pull request, will that build soon?19:47
jjohansensmoser: I can kick off a new build and have a kernel to play with soonish19:48
zulmathiaz: yay!!!!!!!19:49
smoserok. i can test for you easily enough.19:49
nuckingdoes really nobody have any clue what i'm missing to compile those drivers?19:49
Disconnectsmoser: whats the method of turning this pile of scripts into a package? or is it not that far along yet.19:50
smoserDisconnect, i was hoping to get a new package sponsored today, but dont knwo that i'll get there.19:51
mdeslaurmathiaz, zul: is one of you going to contact them to get updates certs?19:51
smoserbut the debian/ directory in the ubuntu branch will be close to working19:51
smoserie19:51
jMylesIf I mount a drive through SSHD, I get very reasonable speeds (70-100 K), but if I mount it through OpenVPN, it slows down to 12-20.  Anybody know why?19:52
smoserbzr branch lp:ubuntu/ec2-init19:52
mathiazmdeslaur: jiboumans ^^ - can we talk about the cert expiration with mysql?19:52
smoserDisconnect, that make sense?19:52
Disconnectsmoser: yah19:52
* Disconnect will be going with lp:~ubuntu-on-ec2/ec2-init/ec2-init.jauntyppa since its jaunty servers anyway19:53
Disconnectalso, updated within the past year19:53
mathiazmdeslaur: I'd file a bug with the upstream bug tracker19:53
mathiazmdeslaur: and we can take it from there19:53
mdeslaurmathiaz: you are going to file the bug?19:54
Disconnecter, scratch that. wrong branch :)19:54
mathiazmdeslaur: I can have a look at it19:54
mdeslaurthanks mathiaz19:54
nuckingthis is the readme for the driver19:55
nuckinghttp://pastebin.org/7982919:55
smoserDisconnect, yes. i recommend you not use the development for jaunty.19:55
smoseri dont know where ec2-init.jauntyppa is though. i would recommend starting at the karmic ubuntu package19:56
Disconnectsmoser: yah i didn't realize the ubuntu branch wasn't listed there, the branch you listed looks to be in pretty good shape19:56
smoserlp:ubuntu/ec2-init/karmic i think is the right branch name.19:56
nuckingthis is what i get when i try "make all"19:56
nuckinghttp://pastebin.org/7983019:56
=== ajmitch_ is now known as ajmitch
kpettitI wanted to install nagios in 9.10.  Is it better to install the package that's in the ubuntu repository or download and manual install?20:13
tonyyarussokpettit: If you want to use the open source version and don't *need* anything mentioned in the changelog between the repo version and upstream, use the repo one.  If you need a new feature, use upstream.  If you want to use the proprietary version, it's not in the repo.20:17
kpettitsounds good.  I'm wanting a easy upgrade path and don't need any of the new stuff20:18
Edgankpettit: Or you can do what I often do. Take the source package, grab the new version, tweak it a bit, and make an updated package.20:20
Edgankpettit: It is often not that hard20:20
kpettitDO you make the package for your own needs, or do you submit it to ubuntu?20:21
kpettitI've been wanting to learn the package system better,  just haven't go around to learning it yet20:21
EdganI generally just do it for my own needs. They are often pretty picky about the details of what they will accept.20:21
Edgankpettit: Often times they also get around to it.20:21
Edgankpettit: I was just making firefox 3.6 packages that will probably be out shortly.20:21
Reepicheeppmatulis: I think it is windows server 2003.. but I'm not sure I don't maintain that box20:36
pmatulisReepicheep: ok20:36
ReepicheepI will find out.20:36
Reepicheeppmatulis: Another guy.. that would know thinks it is 2003 also, but it's not his box either20:37
pmatulisReepicheep: ok, i'll put it down as 200320:38
Eladif I have the following command in /etc/sudoers -- ALL ALL=NOPASSWD: /root/script.php21:06
Eladshouldn't that allow anyone to run the script without having to log in as admin21:06
Elador root21:06
=== luis__lopez is now known as luis_lopez
=== oru_work is now known as techsupport
tonyyarussoElad: I believe that is correct.21:36
tonyyarussoElad: however, I suspect that /root/script.php does not know how to run.  You may want to replace it with: php /root/script.php21:37
EladI have another script that is browsed to, and thenthat script calls /usr/bin/php /root/script.php21:38
Eladbut in the error.log I am seeing that www-data needs to supply a password21:38
EladI think I am just going to re-work the way it works21:38
Eladthanks for the input21:38
tonyyarussoum, obviously that wouldn't work.  You would need your script to call 'sudo /usr/bin/php /root/script.php' and your sudoers to say 'ALL ALL=NOPASSWD: /usr/bin/php /root/script.php'21:42
nuckingis anybody around that could help me with compiling a driver for my nic please? i've been trying for days to get it compiled and weeks to get my lan to work properly21:51
nuckingwhenever i try to "make all" the driver it tells me that there is "no rule to make kernel/bounds.c"21:52
kindofabuzzis it possible to set a dir to automatically set permissions on a file once it is put there? does that make sense?21:53
kindofabuzzSystem:    Host mint Kernel 2.6.31-17-generic i686 (32 bit) Distro Linux Mint 8 Helena - Main Edition21:55
ghostlineshi all, anyone has experience with powernowd? I can't get it to save my settings22:03
=== A-Tuin_ is now known as A_Tuin
=== A_Tuin is now known as A-Tuin_
magic_1hi all22:33
magic_1hope everyone is having a great evening22:33
magic_1wondering22:33
magic_1would would be the best proxy server to use with ubuntu, i know its a bit of an open ended question, quite surprised ubuntu-server does come with a proxy option22:34
dantalizingmagic_1: depends on your requirments ... good old squid works well22:37
magic_1that was my thinking as well22:38
dantalizinghaproxy and willowng are in the repos, depending on what you need22:38
magic_1needs to integrate into AD22:38
magic_1need logging , restriction, grouping22:38
magic_1etc....22:38
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== robbiew is now known as robbiew_

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