[00:24] i have a number of linux servers (vm's and physical) is there a straightforward way to share home directory contents between them? how do i approach setting something like this up? [00:28] lost127, there are hundreds of ways [00:28] most simple is nfs mount [00:29] harder is using something like a clustering filesystem [00:46] lost127: the old way is nis/nfs, the new way is ldap/nfs [00:47] Patrickdk: there aren't hundreds of ways to do that while keeping permissions etc - there are two ways - perhaps more - but not hundreds [00:47] you only listed two [00:47] I listed gfs [00:48] you could use gluster, luster, afs, ... [00:48] hell, even samba :) [00:48] that's not amusing [00:48] but ya, two things you have to solve [00:48] user id sync, and file sharing [00:49] meaning either nis or ldap [00:49] protocol used for sharing is optional [00:50] but nfs is probably preffered [00:50] I use mysql :) [00:50] mysql tied into pam [00:50] preferred, even [00:50] evil isn't it? [00:50] mysql is a dumb-ass database [00:51] use postgresql if you want a real dbms [00:51] I thought about converting it to ldap, but it really isn't worth the hassle [00:51] mysql is nothing but a hack [00:51] why do I need a real dbms? [00:51] works well for small systems, but sucks at large ones [00:51] I'm getting hundreds of thousands of transactions per sec from mysql [00:52] New bug: #870405 in nova (main) "nova-manage providing filename to default_flagfile breaks devstack" [Undecided,New] https://launchpad.net/bugs/870405 [00:52] where mysql really falls flat is when you need more than one server [00:52] Patrickdk: mysql has several issues for large scale transaction databases [00:52] unless things have changed since I last worked with it [00:53] qman, nope, still only have one option for replication [00:53] Patrickdk: except postgresql? [00:54] Patrickdk: which even has sync support for every transaction [00:54] running into some trouble loading a intel SSD into my raid array [00:54] royk, ya, but why do I need sync support for every transaction? [00:54] if I want sync support, I would turn it on, if I don't, turn it off [00:55] I defently don't want to force that on the db's I use [00:55] as they don't have to be consistant or reliable [00:55] Patrickdk: you don't have to, but it's rather neat if you want to keep your data clean [00:55] my heavy traffic mysql servers are like scratch pads [00:56] Patrickdk: postgresql is a real dbms, mysql is a hack [00:56] so far, everytime I hit a performance issue with mysql, it was bad application programming [00:56] nothing worse that locating php code that loops over a table, then loops over the table again inside that loop [00:57] and that code is called from cron every min [00:58] Patrickdk: for large databases, say a few hundred gigs, mysql can lose its tolerance with a single unexpected reboot. that doesn't happen to postgresql [00:59] mysql is a dirty hack, not a good DBMS [00:59] was this on ext3? [00:59] or ext4 [00:59] ok royk, your repeating yourself [00:59] Patrickdk: I may say it again if you like [00:59] you already did 3 times [00:59] and I never said I didn't agree that mysql isn't a hack [01:00] ok, mysql is a dirty hack [01:00] but it still performs well [01:00] it surely does [01:00] so does postgresql [01:00] and in my 10+ years of using it, I haven't once had it crap out and die [01:00] now, my biggest mysql db is about 25gigs though [01:01] probably not a transactional database [01:01] it is [01:01] it's heavy transactions for that database [01:01] using mysql for a random transactional database seems to me a VERY bad idea [01:02] myisam uses table locking [01:02] why? [01:02] there is your issue :) [01:02] myisam doesn't support transactions [01:02] therefor you don't do transactions on myisam [01:02] innodb has row blocking, but has rather bad issues [01:02] haven't had issues with innodb at all [01:02] it's just a ram hog [01:03] postgresql doesn't use much memory - it leaves it to the system to do the caching [01:03] which is good, with modern systems [01:04] 10-20 years ago, a database needed to do the caching on its own, because the filesystem/buffers weren't good enough [01:04] now that has changed [03:11] New bug: #870448 in nagios-plugins "check_http fails to decode chunked encoding before performing string checks" [Undecided,New] https://launchpad.net/bugs/870448 [03:34] Good night. [03:34] All of guys here use ubuntu server in production servers without any prob? [03:35] I need to mount a new server for my work that will use python 2.7 and ubuntu already have it native. [03:35] but people like debian and I'm trying to search points of comparisson to use ubuntu server instead debian [03:36] points of comparisson really boil down to project philosophy and ease of use. [03:36] between debian vs ubuntu [03:37] ubuntu is debian with a little more polishing to make it shine a bit more. [03:52] in production, one of the biggest advantages of ubuntu is LTS releases [03:53] you can count on keeping the same major versions but still have security updates [03:55] they're basically the same in many ways, since, as mentioned, ubuntu is debian based [03:55] the differences are mostly in packaging, releases, and such [06:06] New bug: #870481 in samba (main) "package samba 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (dup-of: 870480)" [Undecided,New] https://launchpad.net/bugs/870481 [06:07] New bug: #870480 in samba (main) "package samba 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/870480 === PleXT is now known as PleXs [09:09] hi all [13:31] adam_g / RoAkSoAx: don't suppose you are around? [14:04] smoser: around? [14:53] New bug: #870744 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/870744 [15:16] i changed out both the drives on my raid-1 boot drive, they resync'ed fine, i did however move them to different sata ports then the original, is that why nothing is loading when i reboot the server? [15:19] any idea how I can change the default home directory path from /home/ to somewhere else === erichammond1 is now known as erichammond [15:20] RoyK: when creating new users you mean? [15:20] found it - /etc/default/useradd [15:25] ok i made sure the bios was pointing to the right boot drive... but i still get a blinking cursor after the bios detects all the disks.... do i have to update grub? [15:26] dkn: is grub installed on that drive? [15:26] ahhh.... i guess not, ahh dang... i created the partitions, then added it to the array, i assumed the resync process would do the grub stuff [15:29] is it easier to do it from a live desktop usb stick or a server recovery cd? [15:29] rsync works on the filesystem - grub is outside of that === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond [16:03] hi [16:03] how to set date on command line [16:03] ? [16:03] man date [16:05] yes [16:05] date how to set ? [16:05] http://i.imgur.com/fNZk5.jpg [16:06] ertyui: the manual says that quite clearly :) [16:07] lol [16:08] i dont understand the manual [16:09] -s, --set=STRING [16:09] set time described by STRING [16:11] just a sec [16:12] this is what i done [16:12] date -s “25 DEC 2008 13:45:00″ [16:13] this is what i got [16:13] for that : http://paste.ubuntu.com/704511/ [16:14] then read the error message - it says 'Recognized formats for TIME.....' [16:14] well how to written this one in number ? [[[[[YY]YY]MM]DD]hh]mm[.ss] [16:15] ertyui: transfer $100 to my account and I'll give you a one-liner for that [16:15] YYYY is the year in four digits ... [something] is something that may be omitted [16:15] etc [16:18] this one not working [16:18] date -s 2011-10-08 18:01[:30] [16:18] ah,,, can i run rescue mode from a server usb stick? [16:19] try without [:30] [16:19] dkn: yes [16:19] i'm stuck at the load cd drivers, and load files from cd [16:20] * RoyK can only conclude that good old PCI sucks rather badly on performance [16:20] same error [16:20] date -s 2011-10-08 18:01 [16:23] add quotes around the date [16:23] date -s "asdf" [16:26] perfect RoyK [16:26] hey [16:26] i have a ubuntu server 8.4 [16:26] can we talk about firmware here ? [16:27] How do i setup a damn static ip >:C [16:27] is it easy to build firmware based on ubuntu ? [16:27] iToast: /etc/network/interfaces [16:27] !interfaces [16:27] ... [16:28] RoyK: i tried. [16:28] what do i put for network? [16:28] iToast: the network address ;) [16:28] Ill tell you want i want and know... [16:28] 192.168.2.4 192.168.2.1 192.168.2.255 [16:28] iToast: pastebin your current interfaces file [16:28] !pastebin [16:28] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:28] i can't? [16:28] the machine its on isnt able to get on the web. [16:29] my guess is your network will be 192.168.2.0 [16:29] Tried [16:29] said it cant put it up. [16:29] driver issue? [16:29] try setting the address manually - ifconfig eth0 192.168.2.4 [16:30] ok [16:30] the drivers are fine [16:30] it reconizes every bit of hardware :) [16:30] can you do this two line iToast [16:30] ifup eth0 [16:30] then /etc/init.d/network restart [16:31] then ping the your ip [16:31] ertyui: no need for the ifup first [16:31] yes [16:31] and it's /etc/init.d/networking restart [16:31] can you do [16:32] cat /etc/issue please [16:32] and paste it here [16:32] ertyui: are you drunk? [16:32] that didnt work [16:32] ertyui: i cant.... [16:32] -_- [16:33] my main box is windows, my first server is windows [16:33] My new webserver is ubuntu [16:33] iToast: any particular reason for using hardy? [16:33] that is, 8.04 [16:33] RoyK: Just what i had on hand, and it works with everything i have [16:33] iToast: ok [16:34] iToast: 10.04 is the latest LTS release - should work too - but then - hardy works well as well [16:34] i have network netmask adress broadcast and gateway sent. [16:34] well RoyK is it easy to build firmware ? [16:34] for router ? [16:34] it tells me that im missing some lines.... [16:34] now [16:34] The ubuntu wiki isnt even helpful since its impossible to get through [16:34] iToast: [16:34] what tell missing ? [16:34] iToast: can you please try to pastebin the /etc/network/interfaces file? even if you have to type it [16:35] cant D: [16:35] its just a default config changed to static from DHCP [16:35] if you can't go away iToast [16:35] ... [16:35] lol [16:35] seriously you asking for help and don't want to cooporate [16:36] that's not cool [16:36] really [16:36] ... [16:36] iToast: set eth0 auto and correct address and never mind the rest - that should allow you to connect to the machin on the LAN [16:36] RoyK: What do you mean? [16:36] or auto eth0 [16:36] in the interfaces file it has auto eth0 [16:37] iToast: I mean 'auto eth0' ..... 'inet static' ..... address 192.168.2.whatever [16:37] and restart networking [16:37] or reboot [16:37] RoyK: and it will do the rest...? [16:37] Il try [16:37] you can do the gateway and network and netmask etc later [16:53] hello anyone [16:54] RoyK: i setup the time [16:54] but if i reboot my box [16:54] Hi all, does anyone here have knowedge on noip2 and using it to update bind? I have a script that will update bind and noip will run it when ever my ip changes. The problem im having is I then have to restart bind manually, which defeats the object! [16:54] i have to set the date again [16:54] anyone other way to sync it ? [16:55] automatically ? [16:55] ertyui, you could use a NTP (i think) service to sync your time to... [16:56] ertyui: apt-get install ntp [16:56] ertyui: please try to google first - the answers are all there :P [16:57] ok thanks [16:57] i'm still stuck trying to install grub to my new raid disks [16:58] all the articles assume you're doing a regular HD.. [17:00] or you're creating a new array [17:00] dkn: raid what_ [17:00] ? [17:00] i had a raid 1, i changed out one disk, let it sync back [17:01] then changed out the second disk, let it sync back [17:01] iirc linux needs a separate /boot partition for the boot [17:01] dunno if grub understands md [17:01] sorry [17:01] it does [17:01] it's supposed to understand raid 1 i think... [17:01] but it needs to be raid-1 [17:02] check [17:03] No takers for help with restarting bind from a script without privileges? :) [17:04] https://help.ubuntu.com/community/Installation/SoftwareRAID i'm trying to run grub-install /dev/sde, but i get this... http://pastebin.comQsSYr01V [17:04] sorry http://pastebin.com/QsSYr01V [17:08] * RoyK listens to The Asylium Years [17:09] dkn, silly question but does /dev/sde exist on your system? [17:09] as for what oakbox said - cat /proc/partitions [17:09] yup, it's showing up in fdisk -l with the two partitions, 4gb swap partition, and 70gb root partition, [17:10] also shows in /proc/partitions, and gparted [17:11] weird hunh? [17:11] both the server, and the live stick are 10.04 lts [17:12] * RoyK is down to 43˚C ib his drives after installing a fan...... [17:12] s/ib/on/ [17:13] it was close to 70˚C last night :P [17:13] heh [17:14] 70˚C doesn't seem too good for most drives :P [17:14] any takers? really need to get this system up and running [17:15] installing grub to disks already in a raid set that you can't boot into yet [17:16] hmm, my drives are pretty consistant, in this case, 35-37 [17:16] hi all. can't get teamspeak-server to work. i do "sudo apt-get install teamspeak-server", it installs, seems to be up and working, i can log into it from my desktop with http://server.ip:14534 and change settings and users, but i cant connect with a teamspeak client and on the server when i do "nmap localhost" i dont see any teamspeak port(s) open. [17:18] GeekyAdam: wtf - has teamspeak gone open? [17:19] GeekyAdam: try mumble [17:19] RoyK: what do you mean? open-source? i dont think so. found it in default repos though [17:19] RoyK: i'd like to get TS working if possible. [17:19] GeekyAdam: try mumble - it's better [17:20] RoyK: how so? [17:21] seems teamspeak has changed license to BSD [17:21] that's good :) [17:22] erm [17:22] no [17:23] GeekyAdam: mumble is open and free and utilizes speex [17:23] i have a feeling its something on my end or a server-side setting because i recently tried to get a Q3A server up and all looked fine, but the server didn't open any ports just like now...any ideas why that might [not] happen when installing a piece of server software on ubuntu server? [17:23] that's a good gaming voip thing [17:23] RoyK: whats the max users? [17:23] no max users [17:23] max == what your server/connection can handle [17:24] so if your machine can handle 1k users, well, fine [17:24] GeekyAdam, have you checked things like firewalls? [17:25] oakbox: i've checked my desktops firewall, no problems there...i never installed one on the server, it doesnt install one by default does it? [17:27] not sure tbh ;) check your iptables on the server would be my first place to look... [17:30] i was afraid of that. i have no experience with iptables. i thought ubuntu-server kind of always did that on its own when isntalling software from repos? [17:46] GeekyAdam: Ubuntu is different :P [17:55] koolhead17: how so? [17:56] Ubuntu is about simplifying things :) [17:56] RoyK: hody [17:56] *howdy [17:57] koolhead17: right, which is why ubuntu automatically sets up iptables when installing a software package from repos, right? [17:57] koolhead17: hi [17:58] GeekyAdam: i have not used iptables so cant say about that :P [19:38] wow that was fun.... [19:38] fyi, server recovery doesn't work on a usb stick.... [19:39] and reinstalling grub on a server with 16 disks is really really confusing [21:07] if my routes are all pointing to the right interface, br0, and br0 has an ip, why wouldn't my network connection be working? i can't even ping my router === Kiall_ is now known as Kiall [22:02] Hello Everyone, I am checking on here to find a Developer who is pretty much a guru+ when it comes to Drupal. I am forming a very very elite team to handle time sensitive quick turnaround projects and I will need one front end and one back end developer. They must have incredible resumes that can be sold to clients. If you know this person please have them email me at wheresdave @ [22:02] gmail.com If you have any further questions private message me in the next 5 minutes. US Citizens only at this time please. [22:05] wow - i hope that guy finds some really "elite" developer who turns out to be an idiot ;) [22:18] Haha thats pretty funny. [22:21] all of 5 minutes? [22:23] JanC: he will probably move to another server to continue spamming .. ;) [22:32] that was quick