/srv/irclogs.ubuntu.com/2010/02/13/#ubuntu-server.txt

uvirtbotNew bug: #504530 in python-boto "euca-register fails to register an image: register_image() takes at least 2 non-keyword arguments (1 given)" [High,Fix released] https://launchpad.net/bugs/50453000:01
erichammondmconigliaro: Hostnames on an Ubuntu EC2 instances can be changed the same was as a hostname on any normal Ubuntu server and it's fine to do so.00:09
erichammonder, "same way"00:10
mconigliaroerichammond: using the hostname command?00:10
mconigliaroive tried that00:10
mconigliaroeven though i get what i want in the bash prompt, hostname -f always returns the amazon hostname00:10
mconigliaro/etc/hostname seems to be totally ignored00:11
erichammondmconigliaro: Yep, there are a few things you need to update depending on what software you have installed. "hostname" command; /etc/hostname; /etc/hosts; /etc/mailname; /etc/postfix/main.cf; ...00:12
erichammondYou might need to restart various services as well00:13
erichammondThe point is, however, that it's no different from a normal Ubuntu server.00:13
mconigliaroi must really be doing something stupid00:15
mconigliaroin the past, i just updated /etc/hostname, rebooted, and that was that00:15
smosermconigliaro, well that would work00:18
smoserbut ec2init is fighting you00:18
smoserhttps://bugs.launchpad.net/ubuntu/+source/ec2-init/+bug/51449200:18
uvirtbot`Launchpad bug 514492 in ec2-init "hostname modifications user are overwritten by ec2init" [Low,Triaged]00:18
smosergood news is, it wont in lucid00:19
smoserbad news is, no easy way to stop it now00:19
mconigliarohmm00:19
mconigliarowell at least i know im not a total idiot00:19
smosermathiaz, thanks for reviewing00:20
smoseri will address the points you raise on wed if not before.00:21
smoser(some of them have already been ... the 1.9 stuff )00:21
sabgentonI want to push windows printer drivers where is the default samba share location to put them00:23
sabgenton /usr/share/cups/drv/ ?00:24
erichammondsmoser: wow, I had assumed that bug was important enough to fix and stopped paying attention to it.  Can we get it corrected in the next Hardy and Karmic?  Changing the hostname of a server can break the functionality of that server.00:35
iclebyteI'm having trouble building the postfix-2.5.1 sources after applying the VDA quota patch. The issue is actually at the dpkg-buildpackage stage, I get "dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1". Any suggestions as to a solution? I've been trying to resolve this for hours..00:35
mconigliaroerichammond, smoser: yes, that bug is what's messing me up. if i change the hostname in rc.local, it works fine00:47
mconigliaroalthough services already started are using the ec2 hostname00:47
mconigliaromy workaround is to create a service called ec2-init-hostname that runs immediately after ec2-init and sets the hostname according to what's in /etc/hostname00:49
uvirtbot`New bug: #521235 in krb5 (main) "package libgssapi-krb5-2 1.7dfsg~beta3-1ubuntu0.1 failed to install/upgrade: the sub-processus dpkg-deb --control returned a state 2 output error" [Undecided,New] https://launchpad.net/bugs/52123501:27
NineTeen67CometNot new to Ubuntu server (LAMP - Personal Web-server via FreeDNS -) .. But I'm looking for some understanding on e-mail server setup. I really would like to use my domain names (I've got a few) as my e-mail addresses respectively. The issue is my ISP I assume .. is there a way around this? (Need both a tutorial on how e-mail servers work and how to circumvent your ISP's port 25 etc) ...02:27
NineTeen67CometThis one is "way" more than I'm looking for .. http://flurdy.com/docs/postfix/02:28
Roxyhart0hi someone has installed heimdal ?03:15
Roxyhart0hi, somebody know how i can know wich packages i got installed i want take off anything relative to kerberos and heimdal03:34
TohshCan anyone assist me in assigning a users traffic to go through a certain IP address through iptables?03:52
Roxyhart0hi iam trying to change users password and i got this error: passwd: Authentication information cannot be recovered05:47
Roxyhart0somebody know about this problem?05:47
geniiAre you using some remote auth method like a radius server?05:48
Roxyhart0no, i just instaled ldap and take off kerberos05:48
Roxyhart0but my user is unix user05:48
Roxyhart0how i restart pam?06:16
mufasisi have a quick question06:49
mufasisim taking a class on php and i have a spare server a buddy gave me and i cant decide if i want to run server 2003 or some type of linux to learn php with06:49
mufasislamp/wamp06:49
mufasisany suggestions06:50
qman__PHP works best in a unixy environment06:57
mufasiswhy is that?06:57
qman__that's what it was designed on06:57
qman__apache on windows is very difficult to secure06:58
qman__since it tends to run as administrator06:58
qman__in ubuntu, LAMP is secure by default06:58
qman__also, few situations in the 'real world' will use PHP on windows06:59
qman__because windows is expensive, you only use it when you need it06:59
mufasisthat makes sense07:00
mufasishow hard is lamp to setup and use on ubuntu?07:00
mufasissee the thing is my buddy gave me this old proliant dl320 g2 server07:00
qman__as hard as checking a box during setup07:00
mufasislol07:00
qman__or, post-install, 'sudo tasksel install lamp'07:01
mufasisjust another quick question07:02
mufasisin linux how hard is it to setup vpn or an ftp server07:03
mufasisim not a linux pro but i can get by07:03
qman__VPN, takes a little bit of work, but not too difficult07:03
qman__you have to set up a PKI with the built in scripts, generate a CA cert and client certs07:03
qman__and set up the base config07:03
qman__FTP should be avoided if at all possible, in favor of SFTP07:03
qman__FTP is insecure by design and just generally a pain to work with07:04
qman__while SFTP is built into the openssh server, and is easy to configure securely in recent versions07:04
Siph0nmufasis, I just set up an sftp server in a hour or two07:05
Siph0npretty easily, and even included the chroot feature07:05
Siph0nand im a pretty newbie to it07:05
mufasisthe server is at my family house on a pretty fast home lan and im a student so i would only be able to work on it through putty or something similar....im taking some programming classes so i need to have lamp/wamp but i also need a way to upload and download files remotely ie ftp/vpn07:06
mufasisbesides initial setup which i would do right there with the server07:07
qman__sftp is the way to go, you can use the command line apps with putty or get something fancier like winscp or filezilla07:07
qman__if you don't need jails or accounts for other people, sftp is automatically set up by installing openssh07:08
qman__another check box during setup07:08
qman__the only thing that isn't already dealt with on a default install is bots attempting to brute force your SSH server07:12
qman__if you have a reasonably quick machine and secured user accounts, it won't matter07:12
qman__if you care about it, you can set up some iptables rules to slow them down07:12
mufasisthank you for your help qman07:20
qman__no problem07:20
mufasisdoes 9.10 ubuntu server come with a gui07:47
jmarsdenmufasis: No.07:49
sherringhammufasis: in general, servers run without a GUI/X - a waste of space. Use the comand-line.If you want though, you can stick a desktop on it ..07:50
mufasisoh im just wondering cause like i said before im taking a php programming class and i cant decide between server 2003 and linux. can you type all the code in the command line and see a working version of the page?07:51
jmarsdenSee it in a browser on your client PC, of course.  See it (in full graphical glory) on a text mode screen, no.07:52
mufasisi think it wouldbe difficult to program a webpage in php through a cli no?07:52
jmarsdenNo, it's trivial.  echo -ne '<?php\nphpinfo();\n?>\n" >somefile.php07:53
jmarsdenBingo.07:53
jmarsdenI didn't even need a text editor :)07:53
jmarsdenWell, I mismatched my quotes... but apart from that :)07:54
mufasiswell im sure with your experience not a lot of things with linux seem hard but im semi new =/07:54
jmarsdenIs the server your only machine?  WOuldn't you be writing code from the comfort of a GUI desktop or laptop anyway?07:55
jmarsdenWhy does the *server* need a GUI?07:55
jmarsdenPHP is a programming language.  It is stored as text.  You can therefore create it in a text editor, which can be done in a GUI or using a text mode screen.07:56
sherringhammufasis: normally, you develop on a different system (with a GUI) then cp/scp/rsync your site/files to the server.07:56
sherringhammufasis: but if you don't have another system, or want to test/play on the server itself and you are uncomfortable with command-line only - add a GUI! No problem.07:57
mufasisyeah makes sense, ill be back in a few i have to attend to something07:57
mufasisno i understand07:58
mufasisbut a friend of mine gave me an old proliant dl320 g2 server07:58
jmarsdenSo use that as a server, but create web pages on your existing workstation (which already has a GUI).07:58
geniithen scp or so07:59
mufasisyes i was just trying to figure out if i should use linux or server 2003, considering im better on windows then i am on linux but i can get by07:59
mufasisill brb07:59
qman__using a GUI won't give you any advantages, the code is still written in text and the software is still configured with the same files08:12
qman__there is no effective difference between running a GUI with a terminal and web browser open on the server, and running putty and your web browser on your client08:13
Callum__awwwwww08:25
mufasisback sry guys08:25
Callum__the SCSI data cable in my server is being stupid, DAMN IT08:26
mufasisthe server i have is behind a router on 15mbps cable line08:26
mufasiswhen running the lamp08:26
Callum__I can't get the spare one I have at work until tomorrow...08:26
mufasiswill the webpage be visible to everyone to see?08:27
mufasisi dont want that, i just want a running lamp server for development08:27
qman__mufasis, it will only be visible if you forward port 8008:27
qman__also, in order to get ssh access from the internet, you would need to forward port 2208:27
Callum__mufasis: yeah, on a connection that fast your server should be visible to the Internet, of course after forwarding your ports like qman__ said08:28
Callum__you will also need to forward port 443 for HTTPS08:28
mufasisfor running a website dont i need to register something with someone to have it online?08:29
qman__no08:29
qman__if you forward the ports, it will be available at your IP address08:29
qman__you can find that out by browsing to a site like whatismyip.com08:29
qman__if you want a domain name, you will have to register one08:30
qman__you can also opt for free dynamic DNS through services like dyndns.com and afraid.org08:30
qman__but that's all optional, the site would be available at your IP regardless08:31
mufasisok so if i want to test my code i would just navigate to my ip address with the correct ports forwarded through my router correct?08:31
qman__yes08:31
mufasisif i wanted an actual website name i would have to register it through a dynamic dns service?08:31
qman__yes, either register a paid domain, or get a free dynamic DNS subdomain08:32
mufasisnow if i want to work on my server remotely i can use putty with port forwarding correct?08:32
mufasiswith putty though i cant upload and download from the server....08:32
mufasishow would i do that08:32
qman__you can if you forward port 2208:33
qman__the putty suite includes pscp and psftp, which allow you to transfer files08:33
qman__but you can get a graphical SFTP client like winscp or filezilla, too08:33
mufasiswhat kind of maintenence or setup do i need to do when installing ubuntu server if i decide to go this route, i know eventually i will be working with linux but my semester is coming up quick and i need someone i can setup problem free very quickly08:36
Callum__qman__: there is http://xname.org/ a free domain name registrar but you have to be running your own BIND server to use it08:36
qman__mufasis, the install is as simple as following a menu guide, and maintenance is zero if you enable automatic updates08:36
mufasisno ive installed ubuntu before but i dont know which packages i need and what does what08:37
qman__my current record from disc in hand to production web server is ten minutes flat08:38
mufasisalso this server needs these drivers from hp because the fans are so fuckin loud without them, can i send you a link to see if these owuld work?08:38
qman__you simply need to check LAMP and openSSH when prompted08:38
qman__go ahead and paste the link08:39
qman__I wouldn't be surprised if the drivers are included, given the how old the hardware is08:40
mufasishttp://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=3929672&prodNameId=3929673&swEnvOID=4085&swLang=13&mode=2&taskId=135&swItem=MTX-ee4cf438fc6a4fbb875baad8ed08:42
Roxyhart0sombodey know what is nscd ?08:42
mufasisno ive installed ubuntu before and i needed these certain drivers08:42
mufasisi have them on my pc but i think these are updated08:42
qman__if you've tested them before, then sure08:43
mufasisit might be these08:43
mufasishttp://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T2811AA08:43
qman__just copy the file over to the server, and 'sudo dpkg -i filename.dpkg'08:43
mufasisit says these are for sarge 3.1 will they still work for 9.10?08:43
qman__maybe, maybe not08:44
qman__the first link says for ubuntu 9.10, so I'm going to guess it's newer08:44
qman__january 201008:44
qman__I'd go with that one08:45
qman__packages for debian aren't necessarily incompatible with ubuntu, but they may rely on packages or package versions that ubuntu doesn't have08:46
qman__so it's something that you have to test and play with08:46
qman__especially when you're dealing with drivers08:47
mufasison the second link i sent those are the ones i have used before and i know theyre dependencies so i know it works08:50
mufasisjust one more question with ubuntu server edition08:50
mufasiswhat is the best way to partition the drive08:51
mufasisi have 80gb to work with08:51
qman__in your case, one big partition should be fine08:52
qman__the 'guided (use entire disk)' option08:52
qman__other partitioning schemes are more important when you have more disks or want to keep your personal data separated08:53
qman__but for a simple development web server, it's not necessary08:53
Roxyhart0hi i am trying to set the smbpasswd for root and i got this error:Failed to find entry for user root.08:55
Roxyhart0anybody know what could be the error?08:55
qman__Roxyhart0, that's _really_ not a good idea, but to answer your question, you must use smbpasswd -a to create a new one08:58
Roxyhart0yes08:59
mufasisdoesnt the guided partition option make several partitions though? one for swap / /home etc?08:59
qman__mufasis, no, just a / and swap09:00
Roxyhart0my questio is when i try to acces with ssh to my server it is taking long time and i got a a error : ssh root@rx.au09:01
Roxyhart0root@rx.au's password:09:01
Roxyhart0Failed to add entry for user root.09:01
qman__Roxyhart0, that's because root is disabled by default for security reasons09:01
qman__use a normal user, then use sudo to perform actions as root09:01
Roxyhart0but  i did before09:02
Roxyhart0i dont know why t changed09:03
Roxyhart0i dont like use sudo09:03
Roxyhart0i need to repeat the password many times09:03
qman__if you need to do a lot of things as root, use sudo -i09:04
Roxyhart0i did, i access with my username and still the same error: Failed to add entry for user rosa.09:05
qman__does smbpasswd also fail without -a?09:07
qman__(for rosa)09:07
qman__-a is only needed when a user does not already have an smbpasswd set09:09
mufasisthank you qman ur awesome09:09
mufasisi have another question how does remote file transfer and access work when im not on the same lan as the server using putty?09:10
qman__mufasis, just forward port 22 on your router to the server, then connect putty to your external IP09:10
qman__oh, also, thanks for the link to those drivers, I have an old proliant I haven't been using because it's so loud09:15
Roxyhart0sorry qman_ yes also fail when i try to inslude in samba09:15
qman__Roxyhart0, there must be something wrong in the samba configuration then, probably in the authentication backend setting09:16
qman__I don't know enough about it to troubleshoot more than that09:16
Roxyhart0thanks np09:17
mufasislol np09:19
mufasishow do i transfer files tho09:20
mufasis?09:22
rightsprocketDoes anyone know why apache would ignore <directory> directives on ubuntu server?10:00
Roxyhart0hi iam trying to add password and user and when i do smbpasswd -a userX i got this error:pam_smbpass(passwd:chauthtok): Failed to find entry for user10:00
Roxyhart0somebody has any idea about this problem?10:00
rightsprocketI am having an issue where apache2 is either ignoring my <directory> directive or <filesmatch> directives in .htaccess files.10:00
Roxyhart0i im tryin to join a server to the domain and i got this error.  NT user token: (NULL)11:58
Roxyhart0[2010/02/13 22:55:15,  5] auth/token_util.c:548(debug_unix_user_token)11:58
Roxyhart0  UNIX token of user 011:58
Roxyhart0  Primary group is 0 and contains 0 supplementary groups11:58
Roxyhart0somebody have any idea?11:58
Roxyhart0h, somebody know why when i try to join to the domain with i got this in the log event:Primary group is 0 and contains 0 supplementary groups12:21
Roxyhart0hi please, somebody know what mean this error:Failed search for base: sambaDomainName=RX,sambaDomainName=RX,dc=rx,dc=au error: 32 (No such object) (unknown)12:35
Roxyhart0Hi i got this bug but i dont know how solve it. somebody know about that? https://bugs.launchpad.net/ubuntu/+bug/36355412:56
uvirtbot`Launchpad bug 363554 in ubuntu "Failed to add entry for user XXX" [Undecided,New]12:56
Roxyhart0https://bugs.launchpad.net/ubuntu/+bug/36355412:57
uvirtbot`Launchpad bug 363554 in ubuntu "Failed to add entry for user XXX" [Undecided,New]12:57
bn43hi I've installed fail2ban since having suspected of being target of dictionary attacks - the conf file of fail2ban shows it only use sendmail as mta - I would like to use exim - has anyone configured this?14:12
internalkernelIf exim is installed, then it should be sym-linked to sendmail...14:23
internalkernelbn43: so it shouldn't matter that's its trying to use the sendmail command, it will still route through exim - as long as that is configured14:23
bn43ok will try then14:26
bn43thanks internalkernel14:26
internalkernelyour welcome14:26
MTecknology!info yelp14:58
ubottuyelp (source: yelp): Help browser for GNOME 2. In component main, is optional. Version 2.28.0-0ubuntu2 (karmic), package size 397 kB, installed size 4760 kB14:58
uvirtbot`New bug: #521397 in samba (main) "Unable to mount shares from Windows ME" [Undecided,New] https://launchpad.net/bugs/52139715:27
=== dendrobates is now known as dendro-afk
JohnADumb question, but how do I obtain and update my 9.04 or 9.10 server system - runs headless.19:31
JohnA2nd ?, how can I get it to automatically restart after a crash?19:31
guntbertJohnA: 1) use ssh, 2) should be a bios setting (if you are talking about power failure)19:32
JohnAno looks like a kernel crash, ups log show no distrubance. the system just stops working with a v long series of what llok like diag messages on terminal19:36
guntbertJohnA: then I'd next assume a harware issue (heat, memory,...)19:37
JohnAit doesn't look like that, iy certainly is not heat, system runs open frame, HW diags don't show anything so I am assuming SW. sys is lightly loaded - postfix, dovecot and ancillary SW19:42
JohnAI wonder if I am missing some critical update, that why I asked about updates - how to for server 9.10 i tried apt-get but kept getting a error -1 says some packages not configured but these pkgs are not installed19:45
guntbertJohnA: check the memory19:45
JohnAran memeory diags - nothing19:45
guntbertJohnA: did you run them through? the tests 1-5 are only for the worst cases19:46
stashi guys, can somebody help me, how can I change how ubuntu sees the /dev/sdX drives19:47
stasI got a usb drive that boots as /dev/sda, and I want it /dev/sdc for example19:47
guntbertstas: you cannot - as far as I know19:48
stasguntbert: the drive has netboot kernel, i can remove the drive after its loaded, again no?19:49
JohnAguntbert: I wasn't running the linux diags was running some HW stuff from the electro lab, much more effective than the stnd stuuf19:49
guntbertJohnA: then I don't know19:50
JohnA? is how can I get Linux to auto restart on crash19:50
guntbertstas: but the assingment is a kernel thing19:50
stasguntbert: so I cant make a "rescan" when I want one... ?!19:51
guntbertstas: not to my knowledge19:51
guntbertbut that is limited :)19:51
stasguntbert: oky, thank you19:51
stasguntbert: actually i got an idea and it worked, I udevinfo -a -p /sys/block/mysda | grep -i drivers19:55
stasmodprobe -r the driver19:56
stasand modprobe it back19:56
stas:)19:56
guntbertstas: grand :)19:56
stasthanks again19:56
guntbertstas: *you* solved your problem :)19:56
JohnAguntbert: does setting kernel.panic in sysctl work in ububtu?19:56
stas:)19:56
guntbertJohnA: no idea - sorry19:57
JohnAguntbert: not to worry, I'll try it and see what happens. thanks, take care19:58
guntbertJohnA: Good luck :-)19:58
enherithow can I create a "nginx" user with the same options as "www-data" user?19:58
sherringhamenherit: explain "options"? What are you trying to do?20:00
enheritwww-data doesnt' have home dir.20:01
enheritwww-data is used to run the apache process. I want to create a user just for running a process20:02
guntbertenherit: www-data *has* a homedir set20:03
enherithmm. I think what I want is "a system user"20:04
enheritwhat are "system user" good for?20:05
sherringhamSee: man adduser (you probably don't need a "system" user i.e. id < 1000)20:06
enheritthanks.20:06
MTecknologyI'm going to install xen on my server20:55
MTecknologyanybody want to help me?20:55
lifelessnope20:55
lifelesskvm is win20:55
MTecknology:P20:55
MTecknologykvm for a server?20:55
MTecknology!kvm20:55
ubottukvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM20:55
MTecknologylifeless: how hard is it to learn to setup a vm in say an hour or two?20:57
lifelessdepends20:57
lifelesscan be a few minutes if what you want is already doc'd20:58
MTecknologylifeless: probably is - um.. where are vm images normally stored?20:58
MTecknologyI'm partitioning the drive right now20:58
lifelesswhereever you like ? :)21:01
lifelessread the KVM docs, they are pretty good21:01
MTecknologyalrighty - I'll just make /virt then :)21:01
lifelessif this machine is also a DHCP & DNS server, I would not try putting UEC on it unless you're up for debugging the last bits of the single physical machine topology21:02
lifelesskvm itself should be trivial (again -see https://help.ubuntu.com/community/KVM - really)21:02
MTecknologyyup - I'm there21:03
MTecknologyI like the kvm virt-viewer ssh+21:03
MTecknologyqemu+ssh*21:04
MTecknologyI mentioned using vmware for it but then I remembered how ugly vmware is on a system. We have a system with 8GB RAM and I'm pretty excited abotu it21:06
chrisboomhey guys, trying to get BackupPC installed on ubuntu server 9.1021:07
chrisboomgetting told that 2010-02-13 20:43:15 $Conf{NmbLookupPath} = '/usr/bin/nmblookup' is not a valid executable program21:07
chrisboombut i have samba installed21:07
lifelessdo you have /usr/bin/nmblookup21:10
MTecknologyWhen you install a server you can choose cloud cluster or cloud node; how does a cluster work? can you have mysql sitting across multiple servers with that?21:12
lifelesscloud cluster is UEC; cloud node is a UEC node controller (which runs kvm instances for you)21:13
lifelessdo you have existing network infrastructure21:13
lifelesslike DHCP and DNS21:14
MTecknologyno21:14
MTecknologywe're not big enough to support that yet21:14
MTecknologyso the node is used to admin the cluster?21:14
lifelessno21:15
lifeless'cloud node' is a member in the cluster21:15
MTecknologyI'm just trying to understand how it works - I want to setup some VM's in virtualbox and figure out what this stuff really is21:15
lifeless'cloud cluster' is the controller21:15
MTecknologyoh21:15
lifelessif you are not planning on using UEC, then don't choose either of those things21:15
lifelessyou can use kvm without UEC21:15
chrisboom_lifeless: when i look it up, it tells me its not there21:16
chrisboom_so its not installed21:16
chrisboom_but i cant seem to work out how to add it21:16
lifelessyou haven't installed the package it is in21:16
chrisboom_i think its part of samba21:17
chrisboom_which is defo installed21:17
MTecknologylifeless: I have a sinlge desktop I bought today that will function as our best server. When we get to the point of moving into a datacenter I want to know what's going on21:17
=== chrisboom_ is now known as chrisboom
lifelessMTecknology: UEC is very nice, but a little temperamental on a single machine - I set one up last week on my home games machine. Doing it with that machine also hosting DHCP and DNS might be difficult21:17
MTecknologylifeless: I'm only goingt o use kvm on this - I'm just trying to understand cloud computing21:18
lifelessoh21:19
MTecknologycan you have mysql installed on the systems and pretty much have it replicated everywhere?21:19
lifelessso UEC supplies an EC2-like system21:19
lifelesswhich means21:19
MTecknologyor do you just have virtual machines that can be spread across multiple systems?21:19
MTecknologyI never understood EC-2 either :P21:19
lifelessyou have virtual machine templates21:19
lifelesscalled 'machine images'21:19
lifelessthey get started on machines when you issue an API call21:20
lifelessand stopped likewise21:20
lifelesssome basic firewall rules can be deployed at the same time21:20
lifelessand there is an API for managing stored content (in S3 - called  walrus in UEC)21:20
lifelessthats about the size of it21:21
MTecknologyso it's a lot like installing kvm on multiple systems with the ability to control all VM's from one system and some firewall rules into the systems?21:22
lifelessyes21:22
MTecknologyso there's not really any redundancy involved either?21:23
lifelesswhen a template is started it gets given an ip from a range you allocate the cluster, an ssh key (for the user starting it) copied into it21:23
lifelessMTecknology: depends on your definition of redundancy21:23
lifelessyou can buy 10 machines when you need the capacity of 821:23
lifelessand if one blows up, restart the vm's that were on it and keep going21:24
MTecknologyok21:24
MTecknologythanks :D21:24
lifelessthe vm's get no persistent storage on the machine they are running on21:24
MTecknologyI think that clears things up a whole lot for me :D21:24
MTecknologyis it possible to have one server running on two systems?21:25
lifelessno21:25
lifelessor rather yes21:25
lifeless:)21:25
lifelessyou can start the same machine image many many times21:25
lifelessso if you have a MI that runs mysql in cluster mode, with an appropriate autoconfig as it comes online, then you can run that MI 10 times21:25
MTecknologynifty21:26
lifelessand size the machine type such that its unlikely to end up with two instances on the same node controller21:26
lifelessof course then you need backend storage that is fast and reliably like lusterfs/cephfs etc21:26
MTecknologyI'm installing on ext421:26
lifelessor you need an S3 mysql storage engine21:26
lifelessMTecknology: nothing to do with what you're installing on21:27
MTecknologyok21:27
lifelesswhen you install you are creating a substrate21:27
lifelessits the foundations, nothing more21:27
lifelesswhat else, oh, highly available clusters. I don't think that UEC itself is redundant21:28
chrisboomso should there be an nmblookup AND an nmblookup.samba3 file?21:28
lifelessrather you're able to create two seperate UEC clusters with disjoint resources, and configure your app to run in both simultaneously (often needs app development to enable this)21:29
MTecknologylifeless: so two whole separate clsuters, then you setup the app so it runs in both systems simultaneously.... does mysql/apache support that?21:32
sherringhamchrisboom: sudo apt get install samba-common-bin21:33
sherringhams/apt get/apt-get/21:33
lifelessMTecknology: 'often needs app development' ;)21:33
MTecknologylifeless: alrighty - thanks :D21:34
MTecknologylifeless: I love how well you explain your vast knowledge21:34
lifelessthere is a big debate at the moment21:34
lifelesson whether folk want 'reliable clusters' or 'cheap to deploy lots of clusters'21:34
lifelessk, gotta run21:35
MTecknologylifeless: I'm all for the reliable21:36
Zajjko1I've managed to put my two main users on my server in /bin/false and as it turns out, for some unexplainable reason, my admin-user is not part of sudoers. These are the three users on the server. Is there any hope at all, without complete reinstallation?21:59
guntbertZajjko1: I think recovery system is available in server too22:00
Zajjko1How do I access it? Would I need "sudo" to to so?22:00
Zajjko1to do22:00
guntbertZajjko1: if I remember correctly you are dropped to a root console22:01
Zajjko1Right on.22:02
Zajjko1Hold on, though. By default in ubuntu server, root has no password and does no allow login22:03
Zajjko1Come to think of it, that is by default in ubuntu overall22:04
guntbertZajjko1: should be no problem in recovery mode22:06
guntbertZajjko1: works as I said: you get a menu, choose net root and get a root console22:08
Zajjko1guntbert: Ahh ok. So would I access it from the installed OS or via the install-CD?22:13
Zajjko1guntbert: rather, How do I access it? : )22:14
lifelessMTecknology: well reliable costs more than cheap redundant, is the argument. bye for now.22:14
guntbertZajjko1: you boot from the HD, and press <shift> until the grub menu appears, there you select recovery mode22:15
Zajjko1Thank you, guntbert. Will try that22:16
guntbertZajjko1: be sure to press <shift> early enough22:16
MTecknology!rl23:11
Roxyhart0Hi I am setting my ldap according how to and I dont undestand why is necesary this entry: ldap idmap suffix = ou=Idmap23:16
Roxyhart0My current ldap data doen't have this entry. Domebody know if is necesary to create? why?23:16

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