/srv/irclogs.ubuntu.com/2011/01/14/#ubuntu-server.txt

HypoglybeticCan someone explain to me how to read the instructions on a web page. Specifically, some lines of instructions place a # infront of the command.01:10
Hypoglybeticexample "#sudo vi /etc/samba/smb.conf" when I type it nothing happens.01:11
=== RudyValencia- is now known as RudyValencia
jeiworth# prefix is remark01:11
HypoglybeticIs it the same as commenting out a line of code?01:12
jeiworthyes01:12
HypoglybeticSo then why do they tell me to use it? Did they make a typo (multiple times) on the tutorial?01:12
jeiworthprobably there is a space between the # and the command, in a shell this usually means that you have to run the command as root (indicated by a # at the prompt01:13
HypoglybeticI'm trying to setup Samba and I get to where they say "do this: "#command" " and nothing happens.01:13
jeiworthso in this case, the # is not part of the command01:13
jeiworthnow why you would need sudo when you alread have a root (#) prompt is beyond me ;)01:15
Hypoglybeticjeiworth, after using the vi command to open a file, how do I exit?01:22
jeiworthtype: ":q!"01:25
jeiworthif you are not familiar with vi i suggest you use nano instead01:26
HypoglybeticI have no idea what these commands are, I'm just trying to learn and follow the tutorials to set up everything01:26
Hypoglybeticjeiworth, I am trying to explore my existing windows network, is Samba required? I get an unable to mount error when I try to browse.01:32
jeiworthfor browsing you should just need samba-client iirc01:35
jeiworthand avahi01:35
jeiworthon a server i usually mount samba shares using cifs01:36
HypoglybeticI installed Samba01:36
HypoglybeticI'm in ubuntu desktop btw01:36
Hypoglybeticand I'm confused. mind explaining?01:38
jeiworthhmm01:41
jeiworthwell, samba is a bit tricky, anyway... try this: in your filemanager put this in the navigation bar: smb:// and hit enter01:42
HypoglybeticI dont have that option01:43
HypoglybeticI can't type in the location ..............01:43
Hypoglybeticoh, there we go01:44
Hypoglybeticokay, I got an error. Failed to retrieve list.01:46
izinucshi all.. I've found a project on bazaar.launchpad.net that I'd like to download and test (no deb it's a php web app).  It has a decent tree structure.. How can I down load it easily.. as opposed to recreating the tree locally and downloading files one at a time.. there's got to be a better way.. so far wget doesn't like me.. Any help appriciated :)02:16
thesheff17izinucs: the project should provide a tar.gz which is just a compressed file that can be extracted into web server directory.02:21
izinucsthesheff17: nope.. not on this one..02:25
thesheff17izinucs: which project?02:26
izinucsthesheff17: http://bazaar.launchpad.net/~mparic/openauctionlive/trunk/files/head:/02:26
thesheff17izinucs: ok I got it...I wasn't too familiar with bzr command02:37
thesheff17first install bzr apt-get install bzr02:38
thesheff17then clone the repo: bzr clone http://bazaar.launchpad.net/~mparic/openauctionlive/trunk02:38
izinucsthesheff17: interesting... I had to create a ssh key pair to do it..02:41
izinucsthesheff17: success! looks like I got it.. just another learning curve02:41
thesheff17izinucs: yea I have never used bzr but I assume it similar to git/svn etc.02:42
thesheff17izinucs: at least with cloning the repo02:42
izinucsthesheff17: well your help was invalueble.  I've been looking for days on how to do it.02:44
izinucsthesheff17: If I delete the branch off my HD will it effect the online branch? It seems the directory I downloaded it in now gives me the option to "update" from the online branch.. I just don't want to wipe out the other guys work if I delete off my HD02:47
thesheff17izinucs: it won't break anything on the site.02:48
thesheff17izinucs: you would need commit access and then he would have to merge the branch. etc02:49
izinucsthesheff17: ah.. ok..good to know02:49
izinucsthesheff17: ok.. to copy the entire mess from me local to the machine I'm ssh'd into (also on my lan).. while in the ssh session on the remote machine I ... scp -r <user_name>@IP:/home/<name>/path/to/files/*   ?? but it doesn't work .. syntax error I believe02:54
thesheff17izinucs: scp -r * username@destServer:/folder/02:56
thesheff17make sure you are in the dir you want to transfer02:56
izinucsyep.. syntax.. thanks02:56
izinucsthesheff17: that gives me a *: no such file or directory02:58
thesheff17that means the folder you are trying to send it to doesn't exist on the dest.02:59
izinucsexcept I'm in it in the ssh session that I'm initiating the scp from02:59
izinucsor maybe I should be local doing it03:00
thesheff17izinucs: you can unlimited logins to linux machines.03:00
thesheff17izinucs: are you on a server ed or do you have GUI?03:00
izinucsnot sure I understand that sentence03:01
izinucsboth.. I'm ssh'd into a server and on a laptop03:01
izinucswith gui03:01
thesheff17izinucs: ctrl-t will just bring up another terminal tab03:01
thesheff17and ssh into the destination server and mkdir the folder you want03:01
izinucsdid that.. I'm actually on the server now using screen and irssi03:02
thesheff17izinucs: try the scp command again03:02
izinucsfrom the server side or local side03:02
thesheff17izinucs: scp works both ways if the two servers can reach each other03:03
thesheff17izinucs: to push files is scp -r * user@ip:/folder/03:03
izinucsI think I got it.. I have to push it to /home on the server then cp to the /var/www directory and change owners..03:04
izinucsI can't scp directly to /var/www03:04
thesheff17izinucs: prob because you aren't using the user root to send the files03:04
thesheff17izinucs: but yes sending to the home dir and then moving/copying the files around and fixing permissions is safer.....I usually allow ssh root access.03:05
izinucsI have in the past as well.. just haven't done that on this machine.03:06
* Slyboots blinks03:34
SlybootsUh.. how fast is Wifi G again?03:34
SlybootsIm pretty sure its faster than 2MB/sec03:35
qman__Slyboots, in practice, not really03:41
qman__the data rate is 54mpbs, but that doesn't account for interference and the fact that all associated devices divide that bandwidth up03:42
SlybootsMan; its more garbage than I though03:42
=== bastidra1or is now known as bastidrazor
qman__wired is always better03:43
qman__even 10baseT03:43
SlybootsmM03:43
JkesslerI just installed ubuntu server 10.04, i'm trying to set up a print server.  I'm assuming I need to compile a driver for my HP P1006 printer.  I followed the instructions at http://foo2xqx.rkkda.com/  ..  I installed build-essential and tried to 'make', was told to install dc, installed and i'm getting an error at "zjsdecode.c: In function'decode':" then "zjsdecode.c:153: internal compiler04:52
Jkesslererror: Aborted"  any ideas?  Thanks.04:52
gobbesource codes has somekind of problems04:59
gobbejpj@bumba:~/Downloads$ apt-cache search foo2zjs05:00
gobbefoo2zjs - Support for printing to ZjStream-based printers05:00
gobbewhy dont you use one from packet management?05:01
=== JanC_ is now known as JanC
mark-kraevskijjhey, guys!07:00
mark-kraevskijjneed help07:01
gobbewell, mind to ask your question ;)07:02
mark-kraevskijji need to install dvd ubuntu without DVD-drive... i have USB 4gb hi speed... but for install i need delete some programms... but how?07:03
gobbedelete from where?07:04
mark-kraevskijjfrom complect07:04
gobbesorry, i didn't get you. You want to install it from USB-stick, why you need to delete programs?07:05
mark-kraevskijjcause DVD version weights 4.3gb.... stick is 4gb... (exact 3.9)07:07
twb"dvd ubuntu" sounds like a desktop CD07:09
twbWe support the server install media here07:09
mark-kraevskijji'm sorry...07:12
mark-kraevskijjwhere can i ask about this situation?07:12
gobbeso you are using desktop?07:13
gobbe#ubuntu then07:13
gobbemark-kraevskijj: but i would buy bigget stick, or use alternative and install rest from internet07:13
twbOr just install the ENTIRE THING from the network07:15
mark-kraevskijjyeah, desk....07:15
gobbethat's option also, but alternative installer gives you base system easily07:15
mark-kraevskijjyeah... you right)07:16
twbhttp://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-amd64/current/images/netboot/ boot.img.gz07:17
mark-kraevskijji just wanted to delete some from distr... it'll become lighter...)07:17
gobbeit's not that easy07:18
gobbebut you could mount it to linux with loop option and remove deb-files, however that's quite stupid way07:18
gobbeyou waste lots of time07:18
twbgobbe: or jigdo07:20
twbBut in that case you're still downloading the pool in advance07:21
gobbeyes07:22
Vamps_hey guys.. i'm tryin to find soem Ubuntu Server package for a hosting server.. but apt doesnt find them.. what can i do07:22
twbVamps_: pick an alternative?07:23
gobbeVamps_: what package?07:23
Vamps_libsas12 pkg and sas1207:23
mark-kraevskijjgobbe, how to mount?07:24
Vamps_i'm intalling 10.10 from the HOWTOForge ISPconfig install07:24
gobbemark-kraevskijj: with loop-option07:25
mark-kraevskijjhow?07:26
gobbeVamps_: its libsasl207:26
Vamps_gobbe : libsasL2 lowercase ofc07:26
vladi runned amazon instance with ubuntu 10.04, but sshd not in autoload. how to add sshd in autoload?07:28
Vamps_gobbe : thank you very much .. that solved the problem.. couldnt read it on the website as an L and not a 107:29
ignarpsis openssh-server install vlad?07:29
vladopenssh-server installed by default07:29
vladsshd just not in autoload07:30
ignarpsupdate-rc.d ssh defaults07:30
awantihi. can any one tell how to configure domain controller on Ubuntu server 10.04 (64bit)07:31
vladthanks!07:31
ignarpsupdate-rc.d ssh enable07:32
qman__awanti, if by domain controller you mean a Microsoft Active Directory Domain Controller, that's only partially achievable07:33
qman__there is no drop-in replacement, yet07:33
awantino actually i am going to install Ubuntu server 64 bit OS on my hp server machine. Now i want to create a domain, from that domain some windows 7 machines will be loging.07:37
awantiSo i need your help to setup07:37
qman__that's what I meant07:39
airtonixawanti, google : ubuntu bloke ldap07:39
qman__it's not currently possible, at least not completely07:39
airtonixqman__, what do you mean ?07:40
qman__the software to do it is still in alpha last I checked, samba407:40
airtonixqman__, active directory is just ldap samba & kerberos07:40
airtonixand microsoft ldap schems07:40
qman__standard samba3 can only emulate NT/2003 level, and windows 7 is not going to like it one bit07:41
airtonixah i see now, looks like it will be a lot neater07:43
a7ndrewqman__: hang on now, you can easily reconfigure Win7 to bind to a Samba3 domain.07:44
qman__it's a lot of work and I've not yet found a guide that actually works and covers all bases07:44
airtonixi actually like using apache directory server instead of openLDAP07:44
qman__of course it's been a couple years since I last tried07:44
qman__but aside from samba4, I haven't seen anything to change my mind07:45
a7ndrewall you need to do is google for windows 7 samba. First hit will be here:07:45
a7ndrewhttp://wiki.samba.org/index.php/Windows707:45
a7ndrewvisit that website from the win7 client and follow the bugzilla link, it will make the necessary registry changes (2 keys)07:46
a7ndrewyou can't do group policy from samba3, but you can configure accounts through openldap07:46
a7ndrewguide to setting up the Samba DC is here: https://help.ubuntu.com/10.04/serverguide/C/samba-dc.html07:49
Vamps_ugh.. ok one more question.. if i didnt put an X in the apache2 box for the phpmyadmin install.. does it use apache automatically or will i have to edit07:52
qman__apache is the default web server, so probably07:53
qman__unless it, for some reason, doesn't actually depend on a web server07:53
Vamps_qman: it gave 2 options apache2 and lithttpd07:53
twbphp5 will use mod_php instead of php5-cgi by default, though either would do07:54
Vamps_how can i check to see if mpa is set to apache2 after install07:54
a7ndrewrun aptitude install -s phpmyadmin07:55
a7ndrewthat will tell you what will be installed. On my machine it said that yes, it would install apache207:55
Vamps_mine said no packages to install07:56
a7ndrewtype aptitude show apache2 and that will tell you if it is installed ... you may have it already07:56
Vamps_i do know i installed apache2.. im tryin to figure out if phpmyadmin when it installed and config phpmyadmin.. i didnt X the apache2.. will it still bind to apache207:57
a7ndrewahh07:57
Vamps_how do i check that07:58
a7ndrewwell you can run sudo dpkg-reconfigure phpmyadmin to get the configuration prompts again07:58
Vamps_perfect let me try that first07:59
Vamps_reinstall DB or no07:59
a7ndrewhmm probably not necessary08:00
Vamps_there we go.. got a different output then the first time.. thanks a7ndrew08:00
a7ndrewa pleasure08:00
twister004hii guys... im connecting to an ubuntu machine using VNC... i want to get console access via vnc.. how can i do this?08:07
qman__twister004, use ssh08:08
twister004qman_.. i need to see the gui08:08
qman__it's a lot more secure and a lot less complicated08:08
twister004some connection changes08:08
twister004Im using ssh.. but I need gui access08:09
qman__well, that's not really an #ubuntu-server question, since ubuntu server doesn't have a GUI08:10
qman__someone may be able to help with that but it isn't me08:10
qman__sorry08:10
twister004thanks qman__08:12
Vamps_man i dislike edit fstab for quota..08:19
Vamps_ok, so im edit fstab with the following entry edit on the / dir ## the edit is ,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsc0 .. when i mount -o remount / it fails.. why08:22
Vamps_wait.. is there supposed to be a $ at the end of the line after 0 008:24
Vamps_or is 1 the correct value08:24
Vamps_how do i get back to the *@* instead of the $ prompt08:51
airtonix/etc/apache2/httpd.conf shouldn't be empty right ?09:32
airtonixnvm09:34
CERNUNN0SGreetings, has anyone had any experience using virtual box to set up an Ubuntu 10.04 LTS cluster for local testing?09:44
chrislabeard_I'm having trouble getting my ubuntu box to show up as a shared device on my mac10:12
chrislabeard_I'm able to connect to it with bonjour but its just not broadcasting I suppose.10:12
Adman65Hi. What is the prefered ftp package?10:15
uvirtbotNew bug: #225398 in backuppc (main) "package backuppc 3.0.0-4ubuntu1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck (dup-of: 445154)" [Undecided,Confirmed] https://launchpad.net/bugs/22539810:17
twbAdman65: ssh10:21
uvirtbotNew bug: #702812 in backuppc (main) "Please merge backuppc 3.2.0-3 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/70281210:21
twbAdman65: for read-only exports, HTTP is a better protocol; for uploads, SFTP is a better protocol.10:22
Adman65ok, what do you recommend for sftp?10:22
twbOpenSSH.10:23
=== chrislabeard_ is now known as chrislabeard
Neikiushello, a short question regarding dovecot - what would be the best way to install dovecot 2.0 in ubuntu (10.4)? This version of ubuntu has only 1.2.9 in apt repositories, so is there any way to do it (I would prefer not building the source myself)10:37
andreasfNeikius: This PPA has dovecot-2.0.3: https://launchpad.net/~kramerica/+archive/kra-dovecot (I have no experience with it)10:42
airtonixi love driveby questions10:43
airtonix:<10:43
Neikiusandreasf: just btw, does 10.10 have dovecot 2? I am contemplating how to upgrade so I can mantain this mess easily, but I *need* the 2.0 (dsync)10:53
andreasfNeikius: I have no idea (I don't use dovecot). Have a look at http://packages.ubuntu.com/10:54
gobbeVersion: 1:1.2.12-1ubuntu810:57
gobbein 10.1010:57
Neikiusmeh ... they stick to stable as crazy. rh has 2 for some time already I think :) means I will have to download from outside source. Thank you both.11:04
twbNeikius: I was gonna check whohas(1), but it can't see the RHUN :-/11:06
twbAhaha, it fails with -d fedora, too.11:06
Neikiusdamn lol, even natty still has 1.211:09
Neikiusis 2.0 so unstable or what? its out for quite some time now already11:10
Neikiusanyway here -> http://wiki2.dovecot.org/PrebuiltBinaries link to xiaoka repository, but hey, I prefer to use the official ones no wonder why...11:11
twbNeikius: Ubuntu probably just takes whatever Debian dishes out11:11
twbThey spend all their money on desktop wank11:11
Neikiusit IS rock stable on server ... but a bit far behind with features11:14
twbIf by "stable" you mean "regularly makes itself unbootable for bloody silly reasons"11:19
Neikiusah anyway, I just noticed that xiaoka only had 32bit packages11:30
NeikiusI guess I will have to build it myself :(11:30
twbNeikius: does it have source packages?11:30
twb(.dsc, .orig.tar.xz, .debian.tar.xz)11:31
Neikiusit has11:32
twbapt-get build-dep dovecot; apt-get install build-essential dpkg-dev devscripts; dget <url to .dsc>; dpkg-source -x <path to .dsc>; cd <dir>; debuild11:34
twb...that'll give you a package built against your current system (i.e. release and arch)11:34
Neikiussince I have added the repo do I need to operate via urls to get the source and dsc?11:37
twbIf you added a deb-src line, then you can apt-get source it11:37
Neikiusah11:38
Neikiusjust so btw11:38
NeikiusI started getting an error about libapache2-mod-fcgid but haven't the time to check ... since some update this week11:38
Neikiusany clue? if not just ignore this for now11:38
twbSorry, I don't read minds11:38
NeikiusI've done aptitude safe-upgrade, since then I am having some weird error :) mah disregard this11:39
Neikiushm11:40
NeikiusI can do 'apt-get source dovecot'11:40
Neikiusah I will google it11:41
NeikiusI see the difference now, dovecot from ubuntu/debian has like ... 10 patches applied so this is the risk11:44
twbThat is called "integration"11:48
twbit's why debian (or ubuntu) isn't just a big bag of upstream sources and an .ebuild11:48
Neikiusand why I can always do apt-get install dovecot-postfix and it will work I guess11:49
Neikiusyea I appreciate it, that is why I do use debian/ubuntu11:50
Neikiusbut sometimes I need a new feature like this about dovecot and then its all custom onwards11:50
twbIf your fu is strong, you can import debian/patches into the new upstream11:51
twbI'm guessing your not ready for that yet, grasshopper11:52
Neikiustime is all11:53
Neikiussome day maybe :) thank you for the help though, you have been most helpful from what I got11:53
twbThat's because I'm a Debian user :P11:55
NeikiusI almost died yesterday when I had to hack a gentoo arf11:57
NeikiusI guess debian makes people soft :)11:57
twbI only deal with gentoo systems when they stop booting11:57
Neikiusoh that one was easy, just force mdadm to boot with 1 disk ...11:58
Neikiusthe dude that made it locked out all ssh access to virtual machines and the host11:58
NeikiusI mean password access11:58
twbWell, single-factor auth IS evil11:59
Neikiusit is, but when you get a custom-built machine with no manual and no access its just tedious11:59
Neikiuswhile the machine has to run in the background ofc12:00
Neikiusthe root machine doesn't even have modules to mount snapshots in lvm12:01
Neikiusoh I missed debian so much :)12:01
=== oCean_ is now known as oCean
=== lenios_ is now known as lenios
tdnIn /etc/network/interfaces, what is the difference between 'auto' and 'allow-hotplug'? I have read man 5 interfaces, however, it barely describes this.14:09
RoyKtdn: iirc allow-hotplug will up the interface when detected. I've seen this fail at times, so I just use auto14:24
\shRoyK: allow-hotplug is debian, ubuntu doesn't have allow-hotplug ... read the bonding release notes from aeh karmic or lucid14:25
RoyKk14:25
\shRoyK: /usr/share/doc/ifenslave-2.6/examples/two_hotplug_ethernet  is a good example in lucid...karmic had a bug in the doc14:26
tdn\sh, ok14:46
uvirtbotNew bug: #702903 in tftp-hpa (main) "package tftpd-hpa 5.0-11ubuntu2 failed to install/upgrade: Pakiet jest w złym stanie - powinien zostać przeinstalowany  przed usunięciem." [Undecided,New] https://launchpad.net/bugs/70290315:06
WinstonSmithgood day people! i hear webmin is a no-no now. any suggestions for a replacement?15:23
pmatulisWinstonSmith: not really15:29
WinstonSmithpmatulis, ok thanks. what is the equivalent of update-rc.d now?15:30
WinstonSmithi mean to enable/disable services?15:31
Wolfsherzhi, when updating apache "service apache2 start" does not work anymore, the reason is in /etc/init.d/, there is now a new script: apache2.1 while apache2 is zero bytes. why does this happen? (ubuntu 10.04).15:32
RoyK10.04 should have the apache2 script15:33
Wolfsherzit does, but it is only zero byte after the update, and a new one is there apache2.1 which does the job...15:35
Wolfsherzbut this is a bug for sure.15:35
RoyKwell, report it :)15:35
pmatulisWinstonSmith: it's a little confusing i'm afraid, due to some services using upstart and some not15:35
Wolfsherzok found it in launchpad already... some people were reporting it last year...15:36
WinstonSmithpmatulis, exactly my point. when i finally had the old System-V style figured out they changed :(15:36
* RoyK installs native zfs15:37
WinstonSmithpmatulis, so how do i disable o service using upstart?15:37
WinstonSmiths/o service/a service/15:38
pmatulisWinstonSmith: and to my knowledge update-rc.d is even not guaranteed to work with all sysvinit services15:38
WinstonSmith:O15:38
* WinstonSmith thinks i actually hadnt figured out anything15:38
pmatulisWinstonSmith: upstartified services should have conf files under /etc/init15:38
genii-aroundI think initctl is the upstart equivalent of update-rc.d15:39
WinstonSmithpmatulis, so if i just move the script out of the directory should i be safe?15:40
WinstonSmithgenii-around, thanks that looks promising. there is no option to disable a job though15:41
pmatulisWinstonSmith: what release are you using anyway?15:42
WinstonSmith10.1015:42
WinstonSmithsorry should have supplied info right away15:42
pmatulisWinstonSmith: you can either rename the upstart file (ex: ssh.conf.OFF) or comment out the 'start on' line in ssh.conf15:47
WinstonSmithpmatulis, thanks! have a nice day & a better weekend!15:48
pmatulisWinstonSmith: in 11.04 you will be able to add a one-word line in the conf file: manual15:49
WinstonSmithpmatulis, sounds good15:49
pmatulisWinstonSmith: i prefer the file rename method as it's obvious what going on15:49
pmatulis*what's going on15:49
WinstonSmithpmatulis, yes with one glance of the dir you can discern the disabled ones15:50
pmatulisWinstonSmith: all very sub-optimal but...15:50
WinstonSmithpmatulis, yes well linux is a work-in-progress (i like that actually...always new things to learn ;) )15:51
genii-aroundWinstonSmith: I made a test script which just runs ls, added it with the old update-rc.d method. Was able to call it with new upstart method: sudo service ls-test                  and it lists / contents. But adding start/stop or so on as options give an error. Upstart has file /etc/init/rc-sysinit.conf which runs old-style scripts based on runlevels as before15:59
aliveriuswith linux raid, can i mirror a portion of 2 disks?16:00
pmatulisaliverius: yes16:00
gobbealiverius: yep16:00
aliveriuswith lvm or not?16:00
WinstonSmith_genii-around, thank you for that info - will check that out. but it seems to me that upstart/system-v mix is far from ironed out16:02
genii-aroundWinstonSmith_: I think because I didn't write a wrapper for ls which would accept start/stop/reload options is why16:04
aliveriusbasically this is the layout i want: 1 mirrored portion of the disks will be the rootfs and a /home with sensitive data - raid 1, and what is left should be one logical volume that i dont care if they be lost. is it feasible?16:04
aliveriusalso can i setup 1 disk for raid and lvm with ubuntu server and add the second disk at a later time? and just swap the drives whenever/if they fail?16:05
WinstonSmith_genii-around, no i dont mean your test script just the mix of the 2 systems and not so much info around. did you try to stop pulse audio with "service pulseaudio stop" for example? and i searched a bit (well like 5 min) and did not find a easy solution to stop pulse16:06
=== WinstonSmith_ is now known as WinstonSmith
genii-aroundWinstonSmith: I don't have any sound system running :)16:08
WinstonSmithgenii-around, well just as an example. had this problem on my laptop16:09
WinstonSmithgenii-around, i just mean before one could always rely on doing "/etc/init.d/servicename stop" and it WOULD stop :(16:10
* RoyK thinks the move to upstart was a bit hasty16:10
* WinstonSmith concurs16:10
RoyKgood old sysv scripts work16:11
* genii-around makes more coffee16:11
WinstonSmithand one could easily write one16:11
pmatulisaliverius: you can't seriously think that if you lose one drive you can insert a 2nd blank one and boot up???16:12
RoyKaliverius: you should start with two drives. if you need to add the second half of the mirror later, that's doable, but not with lvm iirc16:13
RoyKaliverius: adding one later will involve creating a broken MD mirror on the second drive, copying the data, and adding (or "replacing") the initial drive as the second half of the mirror16:14
genii-aroundAs soon as we get used to upstart they'll probably switch to systemd anyhow16:14
WinstonSmithgenii-around, yes they like to keep us on the edge ^_^16:15
uvirtbotNew bug: #665667 in euca2ools "couldn't launch an AMI bundled and uploaded using euca2ools" [Undecided,Fix committed] https://launchpad.net/bugs/66566716:16
* WinstonSmith wants a coffee too16:18
=== NG_ is now known as ng_
aliveriusthank you RoyK. pmatulis that was a more productive answer :p16:43
pmatulisgenii-around: that's funny but i don't think so16:44
genii-aroundpmatulis: Because upstart is an inhouse project?16:46
pmatulisgenii-around: not really, upstart is just a good product.  it's introduction has been shaky is all  ;)16:48
* genii-around sips his coffee and ruminates16:50
genii-aroundpmatulis: Some decent management tool for upstart would probably go a long ways16:57
* genii-around ponders upstart-rc.d16:57
aliveriusi have another question. say my volume group consists of physical volumes in two different disks. then one and only logical volume is created. if one disk fails and so one pv is lost, how possible is it that the data in the good physical volume will survive?17:06
aliveriusi mean it will survive but will it be accessible?17:06
aliveriusretreivable?17:07
RoyKno17:08
RoyKif using a striped setup without redundancy, the whole volume will be lost17:09
compdocdoesnt sound striped17:09
RoyKthe data will still be on the remaining disks, but you'll have a bit of an issue to retrieve it17:09
RoyKaliverius: is this a mirrored setup, or striped?17:10
aliveriusneither. contiguous17:11
RoyKthen if you lose one pv, you lose it all17:11
RoyKdisks are too cheap these days to risk your data on non-redundant installs17:11
aliveriusso then better have two separate partitions, instead of one logical...17:12
aliveriusi want to get 2 disks. one part of them will be mirrored for safety17:12
RoyKaliverius: that is, the data stored on the drive not malfunctioning will obviously be there, but you'll spend more time getting it out than you want to know17:12
aliveriusno tools to do that huh?17:13
RoyKaliverius: even 2TB drives costs less than $100 these days17:13
RoyKaliverius: mirroring is supported with md and lvm, you can use either17:13
RoyKmd also supports raid[56], which can be handy if you want more drives17:14
compdocyoud think that JOBD in an lvm would allow one disk the survive one dying17:15
compdocJBOD17:16
RoyKcompdoc: well, he asked, and got an answer17:16
compdocsomething thats easy enough to test17:16
gobberaid5 isn't very handy with big disks17:16
RoyKhuh?17:16
compdochandy?17:16
RoyKgobbe: why would that be?17:17
gobbeRoyK: rebuild takes long, and causes lot's of disk io to rest of disks, and might cause more disk damages17:17
gobbethat's why raid617:17
gobbefor extra parity17:17
compdocI use raid 5 and four 2TB disks17:17
compdocwell, one has five 2TB drives17:17
RoyKrebuild takes a bit longer, sure, but it's still vastly better than striping17:18
* RoyK uses zfs for that sort of things17:18
gobbeRoyK: that's why you use both ;)17:18
RoyKgobbe: I quite understand the raid5/6 thing - I have a box with 11x7-drive raidz2 at work17:19
gobbeRoyK: i mean that the bigger disk, longer it takes to build and rebuild causes lot's of io to rest of disks, which might cause more damage17:19
RoyKsmall raidz2 volumes, lots of data17:19
gobbebut i don't say that you shouldnt use it17:19
gobbedisks are quiet cheap so raid6 is better17:19
RoyKgobbe: I can't really agree with the i/o part of this - i/o to one disk doesn't affect that to another17:20
compdoc3.5" drives are cheap. Im hoping 2.5" drives will become cheap17:20
gobbeRoyK: well, rebuild reads all disks17:20
RoyKobviously, yes17:20
gobbeand risk that disks breaks is bigger when it's under heavy io17:21
RoyK2,5" drives are quite cheap too, the only thing being rather expensive these days are 10k or 15k drives, and SSDs, especially SLCs17:21
gobbeyep17:21
RoyKbut you can't pack 2TB into a slim 2,5" drive17:21
RoyKat least not yet17:21
* RoyK wants a 2TB SSD for his laptop17:22
gobbedon't get me wrong however, raid5 is ofcourse better than raid1, but due the fact of low disk price, i wouldn't go with raid5 anymore17:22
gobbeone friend of mine has raid5 with three 512GB OCZ colossus's17:23
gobbe:-)17:23
compdocI seen 1TB 2.5" drives, but they want a lot for them17:24
RoyKthe bad thing with large storage and most filesystems, is that they, the filesystems, mostly can't detect corrupted data17:25
gobbeRoyK: that's why you run zfs17:25
RoyKso use ext4 on 10TB and just wait for something funny to happen17:25
compdocI use a small drive to boot servers from, and raid for storage17:25
RoyKgobbe: indeed :P17:25
compdocext4 would cause something funny?17:25
gobbewell, like ext3 or jfs17:26
gobbethey cannot detect corrupted data17:26
RoyKgobbe: http://pastebin.com/qRrQe0cQ17:26
RoyK:P17:26
gobbeand bigger the filesystem, better change that you find corrupted blocks17:26
RoyKthis is just 100TB17:27
compdocis there a native zfs for ubuntu? not fuse, I hope17:27
gobbeRoyK: nice pool :-)17:27
RoyKcompdoc: I just installed native zfs for testing - seems to find my pool etc, but didn't mount - it's in early alpha17:27
compdocwhere did you get it?17:28
RoyKhttp://zfsonlinux.org/17:28
compdocI tried zfs-fuse, and write times were cut in half17:28
RoyKwrite speed on zfs-fuse tend to suck, yes17:28
gobbeKQstor promises native zfs17:28
compdocI liked zfs though - cool features17:29
RoyKcompdoc: installing openindiana isn't very hard, though :P17:29
RoyKhttp://hub.opensolaris.org/bin/download/Community+Group+zfs/docs/zfslast.pdf17:29
gobbesolaris has two good things, zfs and dtrace, but rest is quite crap :-)17:29
RoyKnot really17:29
RoyKservice managability is far beyond what's in current linux distros17:30
gobbethere's much more software for linux17:30
compdoctrue17:30
gobbewithout need to compile17:30
compdocmore support17:30
RoyKwell, that's package management for you, not OS17:30
gobbesupport is most cases17:30
gobbeRoyK: i don't mean package management, i mean software with support17:30
gobbecommercial17:31
gobbei would say that when linxu get's native zfs it will be killer17:31
RoyKI talked to this guy from CERN who tried to install a fileserver on linux on 10Gbps ethernet - could hardly get 5Gbps out of that - no load issues, probably IP stack problems. same hardware on openindiana gave full wirespeed17:31
gobbenetworking stack in linux isn't by default as powerfull as it is in solaris17:32
gobbebut by tweaking you can get same performance17:32
RoyKgobbe: I doubt it'll arrive in ubuntu - CDDL is still incompatible with GPL17:32
gobbebut solaris provides it without any job :)17:32
RoyKthat's why I stick to solaris (or openindiana) for storage17:33
RoyKapplication servers run linux17:33
gobbeu use solaris also in fileservers17:33
gobbeand applications with linux17:33
gobbesame as you :)17:33
RoyKit's possible to use a screwdriver as a hammer, but it works better to get the right tools for the right job :P17:33
gobbeso waiting for native zfs17:34
RoyKas I said, just tried it, but it didn't mount the fs17:35
gobbeyep17:35
gobbeso still waiting ;)17:35
RoyKand I can't find much data on the net either17:35
compdocever try gfs?17:35
RoyKthat's for shared storage - I don't need that, really17:36
gobbei run gfs217:36
gobbegfs2+drbd17:36
RoyKgobbe: shared storage for VMs or something?17:36
gobbehttp://www.kqstor.com/Home.aspx?page=home17:36
gobbethat's interesting17:36
gobbeRoyK: i have clustered mail,web,dns etc17:37
gobbeRoyK: so shared home, shared mailpool etc17:37
gobbeboth servers are independent, and attached to different operators17:37
RoyKgobbe: I don't really see the need for gfs in that setup17:38
JanCgobbe: I thought there was a patch to get "native" zfs on linux?17:38
RoyKthere is17:38
RoyKhttp://zfsonlinux.org/17:38
RoyKit's a wee bit more than a patch, but still17:39
JanCI used "patch" as you can't distribute a kernel built with it17:39
JanCit's legal as long as you don't distribute it, I guess17:40
RoyKyou can't distribute binaries17:40
gobbeRoyK: you cannot do active-active without gfs17:40
gobbeRoyK: or how would you do it17:41
RoyKcan't drbd do that for you?17:41
=== jjohansen is now known as jj-afk
gobbeRoyK: no, drbd only does sync, you cannot mount it to both machines without gfs or other cluster-fs17:41
patdk-wkyou can do it without gfs17:42
RoyKgobbe: sure, but why do they share the filesystems?17:42
patdk-wkocfs17:42
gobbeRoyK: because both machines write there, and read it17:42
RoyKspool area?17:42
gobbepatdk-wk: of course, but you need filesystem that supports dual write nodels17:42
gobbelike gfs17:43
gobbeyou could do active-passive with just drbd+ext4 (for example)17:43
gobbebut if you want to write in both nodes you need to have fs that supports it :)17:43
gobbeat least i didn't find out any way to doit, so if you know, please tell :)17:44
RoyKwhat apps are running on these servers?17:44
gobbehttp://www.drbd.org/users-guide/s-dual-primary-mode.html17:44
gobbeRoyK: postfix, lighttpd etc17:44
RoyKthen, why do you have two active nodes on this?17:45
* patdk-wk still wonders what is wrong with ocfs, and why gfs must be used?17:45
gobbebecause if one network connection fails, other will be working17:45
patdk-wkbut ya, I personally wouldn't do either, but use one at a time17:45
gobbepatdk-wk: well, ocfs works also, but i like gfs2 more17:45
gobbei like to have my mail and web-server up, even the case when other connection is down17:47
gobbethis is the way to avoid really expensive BGP-routing ;)17:47
patdk-wkno it's not17:47
aliveriusi see everyone talk alot about zfs but not a word on btrfs? not mature yet?17:47
gobbepatdk-wk: why it isn't?17:48
patdk-wkgobbe, what your doing only solves the case of if a single server goes down17:48
patdk-wkit does nothing if your isp goes down17:48
patdk-wkand that is what bgp solves17:48
gobbepatdk-wk: well, i have TWO separate conenctions17:48
gobbepatdk-wk: so ISP's17:48
patdk-wkso you just made your system worse?17:48
gobbewhy?17:49
patdk-wkif one isp1->computer1 and isp2->computer2, if computer1 and isp2 go down, your screwed?17:49
patdk-wkand assume your using some kind of dns failover17:49
gobbeyes17:49
gobbethat's the case17:49
gobbepatdk-wk: remember that this is not corporate solution, but my personal17:50
gobbepatdk-wk: i don't want to pay 10 times more for ISP with bgp :)17:50
gobbeand yes, if isp1 and computer2 goes down i don't have anything17:50
patdk-wkyou should fix that17:50
gobbei could, addind ip from isp1 to computer217:51
patdk-wkuse a layer3 switch, and put them on vlans17:51
patdk-wkthen each computer can access each isp17:51
patdk-wkit's called, failover :)17:51
gobbei cannot do it17:51
gobbebecause i don't have access to locations where my machines are17:51
gobbeand second problem is that servers are not in same location17:52
gobbethat's why i cannot have both isp's on both servers17:52
patdk-wkwell, you need bgp then17:52
patdk-wkbgp is only like $500 a year17:52
patdk-wkhmm $41 a month17:53
gobbemaybe there, here it's like 500 EUR per month17:53
patdk-wkno, ripe does not charge that much17:53
gobbeyou cannot join to ripe if you are private17:53
RoyKerm - with BGP, you don't need dns failover :P17:53
gobbeagain, this is my personal17:53
gobbe:)17:53
gobbeRoyK: of course don't, but i dont run it17:54
=== failover is now known as failover_without
gobbepatdk-wk: and ripe is not enough, you still need to buy connections from ISP and they charge extra if you want to use BGP17:54
RoyKgobbe: how much data do you have on your zfs setups?17:54
=== failover_without is now known as failover2
patdk-wkhmm, none if my isp's charge extra for bgp17:55
gobbepatdk-wk: well, that's there17:55
gobbepatdk-wk: here you need to pay extra17:56
RoyKpatdk-wk: enduser-targeted ISPs don't give you bgp :P17:56
gobbeyep17:56
gobbeyou need to buy corporate-dsl17:56
gobbeand it's 10x price of consumer17:56
patdk-wkyuk, dsl17:56
RoyKwe're on a 1Gbps link now, at work17:56
gobbeand signing to ripe is 2000e17:56
patdk-wkgobbe, this is what colocation is for :)17:56
RoyKdual everything17:56
gobbeand 1300e/year17:57
patdk-wkgobbe, but that include ipspace17:57
gobbepatdk-wk: and again, it's my _personal_ server17:57
patdk-wk I guess arin doesn't require ip spcae, so only 500usd for the asn17:57
patdk-wkand use the isp address space17:57
patdk-wkya, I have so been thinking of getting my own asn/ip space for my personal server17:57
patdk-wkonly cost me $115 a month extra17:57
gobbethat's nice17:58
gobbein fact you cannot even get ripe membership without having company17:58
gobbethis solution cost's me zero euros extra, and i get better availability free17:59
gobbe:)17:59
gobbebetter than just one server17:59
gobbeif this would be corporate solution, i would definately pay for bgo18:00
gobbebgp18:00
gobbeand to be honest, i have run this setup for year without any problems in either nodes ;)18:01
=== ng_ is now known as NG_
aliveriusext3 or ext4 to keep important backups in?18:19
pmatulisaliverius: doesn't matter, just keep them off-disk  ;)18:21
aliveriusyou mean not under use?18:21
aliveriuslike an external hdd or bluray or whatever?18:21
pmatulisaliverius: not on the same disk as the source files18:22
aliveriusah yes. well that is what makes it a backup!18:22
gobbetape for backups ;)18:22
aliverius i miss tape...18:22
aliveriusnever had the chance to own one18:22
pmatulistape, ugh.  for massive amounts of data i suppose it still makes sense18:23
patdk-wkI just wish it didn't require an lto library in order to backup to tape18:23
gobbeone lto-drive18:23
aliveriusi thought tape cant take lots of data nowadays18:23
gobbeand lto5 tapes18:23
patdk-wklto5 is 800gigs18:23
gobbeyep18:24
gobbenative18:24
aliveriusmmmm...18:24
aliveriusi thought tape was dead...18:24
patdk-wkI would still require a 12tape lib to backup my stuff :(18:24
gobbeno it isnt18:24
patdk-wkdefently not18:24
gobbetape is good18:24
aliveriusprice?18:24
patdk-wkhave a 24tape lib for work18:24
patdk-wkthe drives are like 1k-2k18:24
patdk-wkthe tapes, cheap, $50 or less18:25
gobbeyea18:25
aliveriusi will buy an old drive then :p i need to make my bedroom fancier!18:25
gobbeand the speed is awesome18:25
aliveriusah ytes.. tell me about speed18:25
aliveriuslike spectrum cassette?18:26
gobbeit can take more than avverage disk can push18:26
patdk-wklto3 is 80MB/sec, lto5 is 140MB/s18:26
patdk-wkoh wait, lto4 is 800gig18:28
gobbelto5 ia 160018:28
aliveriusjesus! i cant believe that tape is so useful these days18:28
patdk-wkno, lto5 is only 150018:28
patdk-wkthey are hitting a limit :)18:28
gobbesorry 1500 yes18:29
gobbealiverius: it is18:29
gobbefor longterm backups its almost only usable media18:29
aliveriusand is the material durable?18:30
gobbeyes18:30
gobbeif you store  them properly18:30
patdk-wksays here, 260 uses18:30
patdk-wk15 to 30years archive18:30
aliveriusok i will buy one when i create my first space agency :p18:30
gobbe;)18:31
gobbelto6 is coming18:31
gobbewith 3TB capacity18:31
gobbemaybe 201218:31
gobbe3.2 to be excact18:32
gobbeexact18:32
gobbei cant type correctly with my n90018:33
KohelethCor you guys messed up the other night18:41
Kohelethmy webserver went down till you put things right18:42
pmatulishuh?18:43
Kohelethpmatulis: some security upgrade with php went tits up18:44
Koheleththey sorted it though18:44
Kohelethday and a half later18:44
pmatulisKoheleth: alright, all is well that ends well18:44
patdk-wkya, never upgrade *too* soon :)18:45
Kohelethnearly paid 30 euros/ 15 minutes but the fix came18:45
Kohelethpadk : Just learnt that :)18:45
KohelethThanks for all the work :)18:46
KohelethGreat server18:46
RoyKgobbe: 3TiB?18:47
aliveriusso... will ubuntu server let me setup my raid 1 and lvm etc etc easily through that curses interface?18:48
aliveriusi have one in my single disk server18:48
patdk-wksure18:49
aliveriusok :)18:49
aliveriuscant wait to buy those disks18:49
patdk-wkI think you need the alt disk though18:49
patdk-wknot sure,  always use the miniiso18:49
aliveriusi think server only has an alt iso18:49
aliveriusno graphics18:49
aliveriusor am i wrong18:49
patdk-wkdesktop, server, alt, netbook, cloud, ...18:50
aliveriusone day they will have ubuntu-patdk-wk, ubuntu-aliverius aso18:51
aliveriusout of the box ofc course18:51
patdk-wkI use miniiso to install everything :)18:53
abhijeethi guys..18:54
abhijeeti want to deploy around 100 ubuntu desktops and want to manage then from ubuntu server..18:55
abhijeetis it possible??18:55
abhijeetjust like windows servers.. pushing updates and doing all the admin stuff from the server18:55
pmatulisabhijeet: use Landscape18:56
abhijeetis it free?18:57
\shuse puppet18:57
\shand mcollective18:57
\shhttp://docs.puppetlabs.com/mcollective/18:58
abhijeetis puppet and mcollective same product18:58
abhijeetis there other tools available for it??19:01
patdk-wkhell, you could make one that works just like windows wsus19:03
patdk-wkwould take about an hour19:03
pmatulisabhijeet: no, Landscape is not free19:14
pmatulisabhijeet: http://www.canonical.com/enterprise-services/ubuntu-advantage/landscape19:14
abhijeetpmatulis, opps..19:16
abhijeeti want to use it in my college..19:16
abhijeeti need to do the setup out of complete free softwares..19:16
pmatulisabhijeet: ok19:17
abhijeetpmatulis, is it possible to have such configuration??19:17
pmatulisabhijeet: maybe contract out to patdk-wk, one hour shouldn't cost too much19:18
abhijeetpmatulis,  who are patdk-wk19:18
pmatulisabhijeet: that guy up there ⤴19:19
abhijeetpmatulis, :)19:19
patdk-wknow he's down here19:19
abhijeet:)19:19
pmatulisoh wow, he moves around quick19:19
abhijeetpatdk-wk, hi19:20
=== KurtKraut2 is now known as KurtKraut
Join-Dhas anyone a samba setup with iptables? i have a specific question20:08
Join-D!20:08
xlemmingis anyone familiar with setting up a repository and building source packages from tarballs with svn-buildpackage?20:15
jmylesI'm about ready to pull my hair out just trying to forward a simple port with iptables.  I'm issuing this command: iptables -t nat -A PREROUTING -p tcp -i $external_int -d mydomain.com --dport 420 -j DNAT --to-destination somewhere.local:42020:16
jmylesThe only thing I can think might be a problem is that I'm issuing: "iptables -P FORWARD ACCEPT" and "iptables --table nat -A POSTROUTING -o $external_int -j MASQUERADE" first so that the server acts as a gateway20:17
RoyKjmyles: that iptable line should work20:18
jmylesRoyK:  I'm not sure what to do next, to test and see where the packet is being dropped20:18
RoyKthe nic part isn't needed, though20:18
pmatulisjmyles: test by removing any blocks, if possible20:18
RoyKalso, if the dport is the same from the request and destination, :xx won't be needed20:19
RoyKas in iptables -t nat -A PREROUTING -p tcp -d 1.2.3.4 --dport 123 -j DNAT --to-destination 192.168.1.220:20
jmylesRoyK: What's the difference between --to and --to-destination ?20:21
RoyKiirc DNAT only takes --to-destination20:21
RoyKafter a -j somewhere, that module takes the arguments20:22
jmylesSo I'm CURLing from a remote host.  How can I tell where the packet fails?20:22
RoyKjmyles: is this box on the net? I can try from here to see what I can find20:23
jmylesyep slashrootcafe.com20:23
jmyles(My little 'fair trade and open source' cafe in New Paltz, NY :-))20:24
RoyK:)20:24
RoyKany particular port I should probe?20:24
jmyles4290 is the one I'm trying to forward20:24
RoyKroy@utest:~$ telnet slashrootcafe.com 429020:25
RoyKTrying 24.39.111.54...20:25
RoyKtelnet: Unable to connect to remote host: Connection refused20:25
jmylesSo what do you do?  nmap?20:25
jmylesOK, so now what?  How can I tell where it's being blocked?20:25
pmatulisjmyles: first see that the original packet is hitting you20:25
RoyKjmyles: try tcpdump or tshark20:26
pmatulisjmyles: 'sudo tcpdump -qtn port 4290'20:26
jmylesOK, nothing20:28
jmyleshmm20:28
jmyles(I ran tcpdump and then tried curling from a remote host)20:29
RoyKmay the isp be blocking?20:29
jmylesThat'd certainly be new20:29
RoyKsome isps can be a bit nazi20:29
RoyKjmyles: on the router, try to tcpdump, and I'll try to nmap you20:30
RoyKI'll be coming from roy@utest:~$ telnet slashrootcafe.com 429020:30
RoyKTrying 24.39.111.54...20:30
RoyKtelnet: Unable to connect to remote host: Connection refused20:30
RoyKops20:30
RoyKwrong20:30
RoyK 81.191.177.3420:30
donvitoanyone can tell me how to make a script check in crontab every 5 minutes20:31
RoyKcheck in crontab?20:32
donvitook20:32
donvitobut dont know the command20:32
RoyKman 5 crontab is a good start20:32
donvitowhat to type20:32
donvitodont start iwth it20:32
donvitoplease20:32
donvitojust tell me how20:32
Picicheck what in crontab?20:32
donvitoa script20:32
donvitopici20:32
RoyK*/5 * * * * somecommand20:32
donvitotunel.sh20:32
PiciThen what RoyK said.20:32
Picicrontab -e20:33
RoyKman 5 crontab20:33
donvito*/5 * * * * /home/ipv6/tunneupdate.sh20:33
donvitowill be ok this ?20:33
RoyKare tee eff em20:33
RoyKshould do20:33
PiciYes, but you should read the manpage to learn why it does work.20:33
donvitookey20:34
donvitopici20:34
donvitoi need for friend20:34
donvitonever need for me20:34
* RoyK hands Pici a beer20:34
RoyKdonvito: not a good excuse for asking silly questions20:34
donvitoits help20:34
donvitonot a question20:34
\shoh wow...puppetting drbd is real black magic20:34
RoyKdonvito: it's a question, and a quick google would have led you to the answer quicker20:35
PiciWell this *is* a support channel.20:35
donvitothats why i asked here20:36
RoyKPici: somehow, but we're not paid, so we answer what we want, RTFM next time, will you?20:36
donvitowere can i see the log20:36
donvitothat it works?20:36
PiciRoyK: This channel still has rules, like not telling people to rtfm when they ask a question.20:36
RoyKPici: I know, this channel has many rules, some of them are good, some are bad. Asking silly questions is ok, but then, I answered him, gave him the solution to his problem, but asked him to please read the sodding manual next time20:38
PiciRoyK: Fine with me.20:38
jmylesSo bizarre; I can nmap from remote and see a bunch of ports open, suggesting that my ISP is not blocking20:39
=== jj-afk is now known as jjohansen
=== root____1 is now known as Join-D
jmylesAlso, I get the same radio silence when trying to curl from inside my network20:41
jmylesSo strange - OK, if I use canyouseeme.org now tcpdump lights up!20:45
jmylesSo the packet, on port 4290, is making it in to the server20:46
cap_00anyone good with samba and group file permissions?20:47
jmyles....and if I run tcpdump on the computer to which I want the packets forwarded, it only lights up from curling from within the network.  So one way or another, the server ain't making good.20:48
cap_00using a windows client, i can't seem to make files "hidden" on a samaba share20:48
cap_00it looks like it's just being ignored20:49
Join-Dif I run samba, iptables -F it works. If i run samba with iptables and ports opened for samba it doesnt connect from remote (it seems to do from same subnet xxx.xxx.xxx.*) any ideas? Problem is in iptables, not smbd20:50
jmylesWell, it is working now.  I'm not really sure why.20:52
oljascap_00: there is no way to mark files as hidden from your Windows machine, because in POSIX world they just starts with dot, however you can hide files by regexp in smb.conf http://bit.ly/ggoRHM21:09
mathiazSpamapS: hi!21:10
mathiazSpamapS: how is the rally doing?21:11
SpamapSmathiaz: not the same without you21:11
* mathiaz blushes21:11
SpamapShardly anybody is fist bumping21:11
mathiazSpamapS: arghh - traditions are being lost21:12
mathiazSpamapS: hopefully new ones are being borned21:12
mathiazSpamapS: question related to the PHP world:21:12
zullike medeival times21:12
mathiazSpamapS: is there a tool to convert PEAR modules into debian packages?21:12
SpamapSmathiaz: none that I know of21:12
mathiazSpamapS: I've got the PDB module that isn't packaged anywhere AFAICT21:12
SpamapSmathiaz: its like rubygems really21:13
mathiazSpamapS: yeah!21:13
donvitoRoyK21:14
donvitowell is the same21:14
donvitocrontab and crontab -e21:14
donvito?21:14
Join-D2i am currently running samba, but my firewall blocks it (iptables), even if i open the right ports. Do i need to open anything else then the right ports?21:15
\shcrontab -e edits the users crontab file21:15
Join-D2i can connect without firewall21:15
lambda_xanybody knows how to connect navicli/naviseccli to EMC AX4-5f? (tcpdump shows server communicating with array, but navicli returns Caller not privilaged)21:21
cap_00ok, i know how to control who can write to a share using write list = USER or @GROUP but how do i control who can even read? is there a read list = ?21:23
Patrickdkwouldn't that just be the normal access list? :)21:26
Patrickdkvalid users = ....21:26
oljascap_00: read list = @"Domain Users"21:27
cap_00i didn't think it could be that simple21:29
cap_00and how long does it take samba to see those changes in /etc/samba/smb.conf ?21:31
RoAkSoAxkirkland: could you please sync bug #702593 and review/sponsor bug #70300821:32
uvirtbotLaunchpad bug 702593 in corosync "Please sync corosync 1.2.1-4 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/70259321:32
uvirtbotLaunchpad bug 703008 in ocfs2-tools "Please merge ocfs2-tools 1.6.3-1 (main) from debian unstable (main)" [Medium,Confirmed] https://launchpad.net/bugs/70300821:32
gobbecap_00: what kind of changes?21:36
gobbecap_00: @Domain Users?21:36
cap_00or is that valid list = ?21:39
=== erichammond1 is now known as erichammond
geekbrihow does one list all installed packages with apt-get22:31
ahs3dpkg --get-selections22:36
geekbriahs3: thanks22:37
donvitolibmd5-perl22:38
donvitowhy E: Couldn't find package libmd5-perl22:38
donvito?22:38
erichammond"dpkg --get-selections" also lists packages that were deinstalled, so be careful, depending on what you want to do with that list.22:39
geekbrierichammond: roger that22:56
donvitohow to restart my etho interface?23:06
eric_hilldonvito: ifdown eth0 && sleep 1 && ifup eth023:09
binBASH.oO( I see blackholes )23:10
donvitohuh guys is the webmin and ubuntu as router usable if i have wlan0 ?23:13
\shwebmin?23:19
binBASHhi \sh ;)23:19
\shmoins binBASH23:19
binBASHeh you're fast!23:19
\shbinBASH: I'm still sitting in the office..and working...:(23:19
binBASHdoh!23:20
binBASHstill? ;)23:20
\shbinBASH: since this morning from 8am (UTC+1)23:20
binBASH\sh: I hope you can have some sleep soon23:21
\shdeploying now storage boxes automagically with fai + puppet (and puppetting drbd is really foobar)23:21
\shbinBASH: until this morning 8am...and then we are starting to redeploy our server farm from scratch (hopefully without a downtime)23:21
binBASHsounds like fun, eh23:22
binBASHNext week I need to switch our company servers as well.23:22
\shit's an adventure..and in between I'm writing an amazon ec2 lib for DC²23:23
binBASHAhh, that step we had already last month ;)23:23
\shbinBASH: well, I wrote today round about 1500 lines of code...without focusing on it ;)23:26
binBASH\sh: I'm currently creating new ec2 like service ;)23:28
binBASHalso a lot of work needs to be done23:28
binBASHjust waiting for the server systems to be shipped since a week now23:28
mrothhhwhat is the  best ubuntu server book out23:30
erichammondbinBASH: Instead of waiting for hardware to be delivered, you could just fire up some EC2 instances and have servers within 60 seconds ;-)23:30
binBASHerichammond: I think you missunderstood :) I'm creating something simmilar like EC2 ;)23:31
binBASHhowever hosted on German servers23:31
mrothhhoh23:33
\shbinBASH: UEC?23:34
binBASH\sh: I didn't decided that 100% yet, but plan was to go with OpenNebula + something homegrown ;)23:35
\shbinBASH: make it something where someone can startup virtual machines which can do PXE boots ;)23:39
\shbinBASH: I will write the deployment support and bookkeeping stuff for it ;) well, actually it's already done23:40
binBASH\sh: The plan was to make it open.23:40
binBASHso people should be able to develop cool addons23:40
binBASH\sh: if you want I can tell you when betatest starts ;)23:43
\shbinBASH: if you need a hand...release it :)23:44
MatBoyanyone an idea why my upgraded maverick installation does not boot, hangs on /boot which it cannot find but still boots when I skip it ? when I do a mount-a after booting /boot is just there... !23:45
binBASH\sh: sure, will tell you soon ;)23:53
binBASH\sh: You know currently I got usual problems when ordering Next-Gen Hardware. Pieces need to be shipped from USA first23:53
\shbinBASH: ever thought about trying out Cisco UCS Servers? (http://www.cisco.com/en/US/netsol/ns944/index.html)23:56
binBASHCisco, that sounds already expensive :D23:57
binBASH\sh: Can't afford that right now I think23:58
\shbinBASH: well, they want to bang HP and IBM with their servers...23:59
binBASH\sh: I run only commodity hardware.23:59
binBASHdoing it the google way ;)23:59

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