/srv/irclogs.ubuntu.com/2013/10/30/#ubuntu-server.txt

Leroy91I'm trying to get my machine to go into standby and wake up on it's own at certain times, which I can do with a simple bash script on a cron job but I'm wondering (since I'm running an enterprise level server) if anyone has been able to reduce fan speed during standby time02:04
Leroy91The BIOS has no settings available to change fan speed02:04
Leroy91it's an IBM xServe 346 running 12.0402:04
sarnoldLeroy91: check /sys/ for '*fan*' files, there are sometimes fan controls in there..02:06
Leroy91i'm only seen block, class, devices, fs, kernel, power, bus, dev, firmware, hypervisor, and module02:09
Leroy91doing find fan and locate fan also did not come up with results02:09
sarnoldLeroy91: hrm. I wonder if the fan controls I have on my laptop came from a kernel module that lm-sensors enabled; have you run sensors-detect on this machine? maybe there's a kernel module to load..02:10
Leroy91installed and rebooting now...RAID array takes at least 5min to initialize haha02:12
Leroy91ok i've run sensors-detect...it says No modules to load :/02:15
sarnolddarn :/02:15
Leroy91Driver `to-be-written':02:16
Leroy91  * ISA bus, address 0xca802:16
Leroy91    Chip `IPMI BMC KCS' (confidence: 8)02:16
Leroy91Note: there is no driver for IPMI BMC KCS yet.02:16
Leroy91Check http://www.lm-sensors.org/wiki/Devices for updates.02:16
Leroy91No modules to load, skipping modules configuration.02:16
Leroy91Unloading i2c-dev... OK02:16
Leroy91Unloading i2c-i801... OK02:16
Leroy91Unloading cpuid... OK02:16
xIlluzionxHello02:16
Leroy91I find it hard to believe IBM would not have better linux support on such a server...even if it is from 200502:17
xIlluzionxI am looking for some assistance with boot issues after a 13.10 server installation02:17
Leroy91what did you try installing it on?02:17
xIlluzionxIntel® Core™ i5-3570K Processor, Gigabyte Intel Z77 LGA 1155 Motherboard02:19
xIlluzionxOn it's own dedicated SSD02:19
Leroy91have you enabled AHCI in your BIOS?02:19
xIlluzionxI can check02:20
xIlluzionxSata mode is set to AHCI02:20
Leroy91is it a fresh install?02:21
xIlluzionxYes, this is my first time using Linux02:21
xIlluzionxI allowed the install to use the full disk02:21
Leroy91any other OS on the machine?02:22
Leroy91maybe another hDD?02:22
xIlluzionxonly one HDD in the machine02:22
Leroy91hm02:22
Leroy91is it necessary you use 13.10?02:22
xIlluzionxI can get the boot to show the GRUB loaded02:22
xIlluzionxI tried 12.X but it kept rebooting in the middle of the installation02:22
Leroy91have you tried 13.04?02:23
xIlluzionxWould there be anything useful at the command screen, I can pull that up through the GRUB selector02:23
xIlluzionxno02:23
Leroy91oh so yo ucan get to terminal window ok?02:24
xIlluzionxIf I hit "c" at the grub loader screen02:24
Leroy91try the command: startx02:24
Leroy91ah..wait this is server OS right?02:24
xIlluzionxif I select "Ubuntu" from the loader screen, it gets to the terminal and then reboots02:25
xIlluzionxyes02:25
xIlluzionxcannot find command startx02:25
Leroy91yeah theres no gui for server, you should only see terminal when it boots02:25
xIlluzionxyes, but it reboots once it gets to the terminal02:25
Leroy91i see02:25
sarnoldxIlluzionx: hrm, I'm confused.. do you get a <servername> login: prompt?02:25
xIlluzionxI get to there, and then a reboot02:26
xIlluzionxbefore I can type02:26
sarnold*boggle*02:26
Leroy91try 13.04...it may be more stable02:26
xIlluzionxI can access a command screen by pressing "c" during the boot02:26
sarnoldxIlluzionx: try adding "single" to the kernel command line in grub (I think that's the 'c' you used earlier) -- maybe you can find out what is going on by checking the logs in /var/log/  ...02:27
sarnold'single' will skip nearly everything, it ought to just mount your root filesystem and then drop you to a shell.02:27
xIlluzionxwhat is a file viewer, i'm use to "less" on mac02:28
xIlluzionxdoesnt work here02:28
xIlluzionxI can look at boot.log02:28
Leroy91i had a similar issue a few years ago when i tried to install 11.x on a machine that was P4 error and only 10.04 was supported on that version of the P4 cpu...haven't heard of the issue on a modern machine02:28
Leroy91it's ls02:28
sarnoldxIlluzionx: 'less' is nice, it lets you backup; but 'more' also works, and might be available if 'less' isn't.02:29
Leroy91*era..02:29
xIlluzionxgrub cannot find command more02:29
xIlluzionxtrying to do "less /var/log/boot.log"02:29
sarnoldxIlluzionx: ah, yeah, grub won't do that.02:29
xIlluzionxvi does not work either02:30
sarnoldxIlluzionx: maybe I jumped the gun -- edit hte kernel command line to add 'single' to the command, and then proceed with the boot...02:30
xIlluzionxI'm sorry but I need you to dumb that down for me just a bit02:30
xIlluzionxI'm fairly competent with command line but linux is brand new to me02:30
sarnoldxIlluzionx: when you're presented with the list of "ubuntu" and "ubuntu (safemode)" (or whatever it is..) there is a key combination you can hit to edit the 'kernel command line'. it'll have things like "splash" and "ro" and "quiet" in it..02:32
xIlluzionxhmmm I dont see anything about the kernal02:32
sarnoldxIlluzionx: you'll want to add 'single' to that command line, and then boot the system with the modified entry -- that will bring the system up into single-user mode02:32
sarnoldah, looks like it's 'e' in grub: http://askubuntu.com/a/132983/3381202:33
xIlluzionxalright, "e" pulled up a new screen02:34
xIlluzionxis there any specific place to add single02:34
sarnoldit should work just about anywhere but I always put it at the end...02:35
xIlluzionxcurrently: "setparams 'Ubuntu' \ recordfail \ load_video \ gfx...02:35
xIlluzionxcannot find command "single"02:36
sarnold*sigh* my VMs start way too fast, the thing is booted while the stupid vnc window is flickering around...02:38
xIlluzionxlol02:38
sarnoldjeeze, you think there'd be a billion youtube videos "lol bypass linux root password lol" showing how to do this but I can't find one. I need a kid to teach me google.02:41
sarnoldor a book to teach me google.02:41
xIlluzionxhttp://imgur.com/wYCGumg02:41
sarnoldxIlluzionx: *sigh* sorry :)02:41
xIlluzionx^ thats what I am looking at02:42
sarnoldxIlluzionx: can you edit that 'linux' line and add 'quiet' immediately after 'ro'? it'd be "ro quiet" at the end of it...02:42
xIlluzionxtrying02:43
xIlluzionxffs02:44
xIlluzionxnope, still gets to a login screen and then crashes02:44
sarnold:(02:44
xIlluzionxfucking irritating02:44
=== Mapley is now known as letmechangemynic
=== letmechangemynic is now known as Mapley
sarnoldyeah, I'm getting upset not being able to catch grub in my VM boots. it'd be worse if it were real hardware that was upsetting me....02:47
xIlluzionxyea02:47
sarnoldxIlluzionx: okay, this whole thing was to try to get to log messages. maybe another approach -- try a liveCD? try a different release installer?02:47
xIlluzionxi wanted to ditch osx in favor of ubuntu, but this is proving to be very problematic02:48
xIlluzionxi guess i will try another install02:48
xIlluzionx:/02:48
xIlluzionx12.04.03 okay?02:49
sarnoldyeah, that should be good, I think it got the EUFI support backported from newer releases, in case your machine requires that...02:49
sarnold.. (but it ought to work on non-eufi bioses too)02:49
xIlluzionxbios is set to achi02:50
xIlluzionxahci02:50
xIlluzionxevery single time i try to use 12.04 i get to the install screen, it loads, i select install ubuntu, it reboots02:52
xIlluzionxi have no luck02:52
sarnoldo_O very strange02:52
xIlluzionxlet me ask you this, can ubuntu non server still be used as a serveR?02:53
jrwrenof course. what is a server anyway?02:54
sarnoldxIlluzionx: yes -- the main differences are there's no GUI installed on the server by default and the server doesn't use networkmanager to manage the network interfaces; instead, /etc/network/interfaces is used02:54
xIlluzionxAll I need this server for is to run a minecraft server with mysql databases and apache02:55
sarnoldtime for me to run, good luck :)02:56
sarnold(and have fun :)02:56
srtfmxI am stuck for a week in doing pxeboot ubuntu via a centos pxeserver over tftp+ftp03:30
srtfmxis this possible to do so via ftp or the only way is to do via nfs03:30
srtfmxhelp me please i am very frustrated at present over this03:31
srtfmxAnybody there ?????03:32
MavKenwould any of you recommend against using 13.10 on production server?03:39
monokromeHey. Does the server installer run SSH by defaukt?04:47
monokromedefault*04:48
monokromeI have a machine without a monitor and am attempting to install Ubuntu on it.04:48
xgeek-cubhello04:56
xgeek-cubanyone knows how to install wgetpaste?05:14
xgeek-cubplease; i am tired;05:14
monokromeUbuntu doesn't have a package for it05:15
monokromeYou can use a service like sprunge that only requires something like curl to be installed05:15
monokromefor instance: ls | curl -F "sprunge=<-" http://sprunge.us05:16
monokromewill send the output of ls out to a sprunge link and output the link for you05:16
monokromexgeek-cub: ^05:16
monokromeIf curl isn05:16
monokromeisn't available, sudo apt-get install curl05:16
xgeek-cubok so just curl?05:16
monokromeright05:16
xgeek-cubmonokrome: and it just works with sprunge05:19
monokromecurl is just an http service05:19
monokromecurl just sends the output to that http service and gives you a link to it05:20
monokromeThere has to be some Ubuntu installer that starts SSHD immediately on boot05:32
monokromeamirite?05:32
xgeek-cubmonokrome: curl: (56) recv failure: connection reset by peer05:35
monokromeNo network?05:35
monokromeI have a machine with two hard disks running Mac OS X and I need to install Ubuntu Server on it, but it doesn't have a monitor. Does anyone have ideas regarding how I can achieve this?05:36
xgeek-cubmonokrome: no i have ping05:36
xgeek-cubmonokrome: ssh bro; ssh in to it you do not need a monitor05:37
monokromexgeek-cub: How do I enabled SSH without the monitor?05:38
xgeek-cubmonokrome: tell me exactly what is the situation05:38
monokromeI have a Mac Mini Server that I want to install Ubuntu on05:40
monokromeI have no monitor.05:40
monokromeThat's the problem05:43
xgeek-cubmonokrome: is that Machine online; has it internet connection?05:43
monokromeyes05:43
xgeek-cubor at least on a local network?05:43
monokromeIt's on my local network, I have access to the physical hardware05:44
xgeek-cubif yes; go to anyother machine and " ssh -p <port_number> <IP_address>"05:44
monokromexgeek-cub: How is SSH running? I'm trying to install Ubuntu server. It's in the OS from the USB disk.05:45
xgeek-cubmonokrome: any ubuntu is shipped with ssh server installed; even in livecd or in your case liveusb05:46
monokromeIs it running by default in them?05:46
xgeek-cubmonokrome: yes by default;05:48
monokromeoh hmm05:48
* monokrome must not be properly booting it to Ubuntu then05:49
monokromexgeek-cub: You sure?05:52
xgeek-cubmonokrome: of what? that the ubuntu livecd has ssh server running on it; yes sure; the way you are approaching your problem not so much05:53
monokromeWhat's wrong with the way which I am approaching my problem?05:54
xgeek-cubmonokrome: if you want to insatll ubuntu on a mac server; 1. does this server have os on it right now? 2.if yes you want the ubuntu to remove the os and take over or sit beside that os05:55
monokromeI want to completely wipe out everything on it and install Ubuntu Server, which is what I am planning on doing once I can find a service.05:56
xgeek-cubmonokrome: wait05:59
monokromeok06:00
xgeek-cubat this time you have this server ok? how you access it (forget about useb; ubuntu ....)06:00
xgeek-cub*usb06:01
monokromeOS X06:01
xgeek-cubmonokrome: so it has osx; but you said you donot have monitor yes?06:01
monokromecorrect06:01
monokromeI have SSH and VNC into OS X06:02
xgeek-cubmonokrome : What from where?06:02
monokromewhat?06:02
xgeek-cubmonokrome : right now you have a laptop for example and you ssh to  your Mini server or VNC to it; Yes?06:03
monokromeyes06:03
monokromeand I am trying to get Ubuntu Server on it instead.06:03
xgeek-cubmonokrome : do you have physical access to this Mini server of yours06:03
monokromeyes06:04
xgeek-cubmonokrome : i got the ubuntu part06:04
monokromeok06:04
xgeek-cubmonokrome: What is the machine you use to connect to your server? is it ubuntu or anyother linux?06:05
monokromeI have a Macbook Pro and a Macbook Air for that06:05
monokromeThe have Linux VMs06:06
xgeek-cubmonokrome : i did some reading;the idea is to connect an ubuntu livecd or usb to your mini server  and make that mini server boot from it06:14
monokromeYes, I am already doing that with the Ubuntu Server USB disk06:15
monokromeThe USB installer doesn't have SSH as far as I can tell.06:15
xgeek-cubif you could do that and now you have a successful boot ; you have some shoot at doing it but it is risky06:15
monokromeWhy is it risky?06:16
xgeek-cublet me brak it down06:16
xgeek-cub1. that ubuntu you use is not working06:16
monokromeyes it is06:16
xgeek-cubyou need an alter image06:17
monokromeno I don't06:17
monokromeYou probably read an old article06:17
xgeek-cubmonokrome https://help.ubuntu.com/community/Installation/OverSSH06:18
monokromeI know how to do it all and have done it multiple times06:19
monokromeThe only problem that I have is that I don't have a monitor06:19
monokromeSo, my original question simply regards what I could use as an alternate interface without using a premade install via bootp or some script?06:20
xgeek-cubdid you read that link06:20
monokromeyes06:20
monokromeIt's not helpful, however.06:20
monokromeI'm in the Ubuntu installer and sshd is not running06:22
qman__my disk filled up during an update and now /boot/grub is missing files, how do I regenerate them?06:22
qman__I tried purging and reinstalling grub and grub-common but it doesn't do the trick06:23
monokromeI do not have a monitor, so I try hitting alt+F4 to reach TTY406:23
monokromeat which point I have typed enter 3 times to ensure a shell06:23
monokromeand typed sshd but no luck06:23
monokromeI can ping the machine, however06:23
qman__ah, it was grub-pc, not grub06:26
monokrome=]06:26
monokromenmap reports: All 1000 scanned ports on 10.0.1.10 are closed06:26
monokromeI wonder if I can just dd a system out to it in target disk mode06:29
monokromeI don't think that SSH runs on the Ubuntu Server installer until you've turned it on manually, xgeek-cub.06:35
xgeek-cubmonokrome : you are right;06:47
xgeek-cubmonokrome: ; Parted Magic starts sshd on boot. I am not sure if root is allowed to login, but the root password would be "partedmagic"  However, you need to be connected by wire.06:48
xgeek-cubbut in you case i can't think of other ways06:49
xgeek-cubyes you could find a ubuntu machine and make in PXE install server then you could be able to boot your mini server into PXE06:50
xgeek-cubor you could detach the hdds and formated them and install ubuntu on them06:50
mardraummonokrome: from your shell, type "apt-get install openssh-server"07:41
monokrome /me thinks that nobody realizes the problem07:45
monokromeDoes anyone know why the Ubuntu Server 13.x installer doesn't come with fdisk or parted?07:46
xgeek-cubmonokrome: i just did fdisk in my server and it is installed 13.10 is the version of my ubuntu08:32
monokromehmm08:32
monokromeI got a different ISO and found a roommate for using his TV08:32
monokromenow I'm installing08:32
mardraummonokrome: what is the problem?08:37
monokromeThere isn't one now08:38
monokrome:)08:38
SlimG$ net-snmp-config --create-snmpv3-user -ro -a Passw0rd didrik09:29
SlimG/usr/bin/net-snmp-config: 236: /usr/bin/net-snmp-config: net-snmp-create-v3-user: not found09:29
SlimGThis is on a Ubuntu 13.10 server09:30
SlimGIt seems net-snmp-config: 236 expect "net-snmp-create-v3-user" in PATH, but I can't even find this script on http://packages.ubuntu.com/09:30
=== frojnd_ is now known as frojnd
giomandahi10:42
giomandaall of a sudden my server has no longer the command sudo and apt10:43
giomandai tried to install the apt from a .deb package but also the command dpkg is missing10:44
giomandaany ideas how i might install dpkg ?10:44
giomandaor what is going on?10:44
giomandaanyone?10:49
sorengiomanda: No dpkg, no apt, no sudo... You're pretty screwed.10:49
ogra_how did you get there ?10:50
sorengiomanda: What *does* work?10:50
giomandai dont really know, yesterday all was working ok and sudently todqy this happens10:51
sorengiomanda: Someone screwed up. Does anything still work at all?10:52
giomandayes pretty much..i dint reallize apt was not working until i needed to install something from ubuntu repo10:52
giomandaany chance to see how/who screwed up?10:53
ogra_/var/log/auth.log holds all sudo invocations10:53
giomandaany chance to reinstall dpkg?10:54
giomanda/var/log/auth.log does not excists .... is that normal?10:57
ogra_no10:57
giomanda....10:58
giomandaif sudo doesnt excists the auth.log shouldnt excists isnt it right?10:58
ogra_no, auth.log logs all auth stuff, not just sudo10:59
giomandaright..... so something happened ..11:07
giomandaany chance to install dpkg .. somehow?11:07
=== dosaboy_ is now known as dosaboy
=== _Sieb is now known as Sieb
pmatulis_reinstall12:45
=== gfrog is now known as gfrog_away
pmatulis_completely13:09
g105bAs soon as the installer boots and shows "[!!] Select a language", no keyboard input is detected, no matter what USB hole, no matter what keyboard I try.13:09
pmatulis_g105b: might be something in the BIOS to look at13:11
g105bpmatulis_: I'm looking into how to install over LAN13:12
pmatulis_g105b: ok.  btw, 'usb port', not 'usb hole'13:13
g105bpmatulis_: thanks :D13:14
g105bGiven I have the .iso downloaded from Ubuntu.com, how do I prepare the files for booting (using bootp)?13:16
g105bThe howto "Preparing Files for TFTP Net Booting, Section "Setting up BOOTP server" on https://help.ubuntu.com/community/Installation/LocalNet returns 404 error.13:20
xgeek-cubfor my vps; I have an Ip that i use it with VMware vsphere  Client to connect to Vps machine and another ip that i use for ssh to my linux on my VPS; in terms of DNS NS records A records and such which domain we are talking about?13:20
Phogso im about to lose my shit13:23
Phogtrying to install ubuntu server13:23
Phoghaving real issues removing device information from disks13:24
Phogany good ideas how to just blast away all partitions on all my disks13:24
Phogthe ubuntu install fails consistently13:24
pmatulis_Phog: the installer allows you to remove partitions doesn't it?13:27
Phognot in my case13:27
Phogit fails13:27
Phogconsistently13:27
Phogsays something is in use13:28
Phogso i do a bunch of superblock searches through my devices and it finds studd13:28
Phogstuff13:28
Phogbut i can't remove them13:28
Phogthis partition fucking sucks13:28
Phogis there no easy way to jut blasts away the disks data?13:28
Phog*just13:28
pmatulis_Phog: is there any fakeraid that may be enabled?13:29
Phogi tried to install with software raid13:29
Phogand it failed to write to grub or something13:29
Phognow i can't delete the md created array13:29
pmatulis_Phog: i would enter your BIOS and ensure there is no fakeraid enabled13:30
Phogno fakeraid13:30
pmatulis_Phog: sometimes that screws things up13:30
Phogit's a proliant dl38013:30
pmatulis_ok13:30
Phogeven if there was, all my drives are through storage HBA's13:30
Phogcan i just DD the fuckers?13:31
pmatulis_Phog: but it does have hardware raid right?13:31
mardraumyes, use dd.13:31
pmatulis_Phog: and please be respectful with your language13:31
Phogi don't want to wait for it to 013:31
Phogok13:31
Phogis there a dd command to just wipe everything13:31
mardraumwhich gen dl380 is it13:31
Phogg613:31
Phogthe smart array onboard isn't hooked up13:31
Phogim using 9211-8i LSI HBA's13:32
mardraumwhy wouldn't you use the smart array?13:32
mardraumoh13:32
Phogno virtual drives configured13:32
Phogcause it's garbage13:32
mardraumno local install of the OS?13:32
Phognothing13:32
Phogim booted off the install cd13:32
mardraumno it isn't, I bet you just didn't buy a BBWC13:32
smbMight help to run "mdadm stop /dev/md?" from a alternate console (if cat /proc/mdstat show some active)13:32
Phogmardraum: i have used/tested/benched all sorts of smart arrays, the P812, the P410 (onboard) i have the BBU and 512MB cache13:33
Phogthey are garbage13:33
Phogi've got like 10 of those silly smart(not) array13:34
Phogcards13:34
mardraumwhat problems do you have with the P410 on the g6's ?13:35
Phogmdadm stop /dev/md12713:35
Phogmdadm An option must be given to set the mode before a second device (/dev/md127) is listed13:35
Phogit's slow13:35
mardraumcompared to?13:36
Phogmdadm13:36
Phogif you want to buy this P812 with 1GB FBBC13:37
PhogPLEASE DO13:37
Phogany ideas with that error?13:37
* smb tries to remember the syntax13:37
Phogit's --stop13:38
Phogand it fails13:38
PhogCannot get exclusive acess to /dev/md127: Perhaps a running process, mounted filesystem or active volume group13:38
Phogpretty sweet13:39
smbCould be some of those... In that case and if you don't care about disk contents it probably is the simplest to dd from /dev/zero over the disks/partitions involved in the softrait and restart13:40
smbsoftraid13:40
Phogdo i have to wait for it to zero the drive?13:40
PhogI have like 45 drives13:40
smbnot all of them , only those referred to in protc/mdstat13:41
smband only some sectors13:41
smbso dd if=/dev/zero of=disk bs=1M count=113:41
Phogstrangely the cat /proc/mdstat says13:42
Phogactive raid1 sdo1[1] sdk1[0]13:42
Phoghow do i tell what disks it's using13:43
Phogo and k?13:43
smbsdo1 and sdk1 (first partition of sdo and sdk)13:43
smbso disk in the dd would be /dev/sdo1 and /dev/sdk113:44
smbAnd just to repeat some warning the dd will destroy some data written to the mirror, too13:44
Phogtook basically no time13:45
Phogconfirmed with records in and out13:45
Phogjust reboot?13:45
smbyes, now the meta data should be gone13:46
Phoghere goes nothing *hail mary*13:46
Phogwish the ubuntu instller was more intelligent13:46
Phog*installer13:47
Phogpretty silly spending an hour just to wipe some disks13:48
andolPhog: Don't recall anything about wiping disk. Are you perhaps installing with encrypted disks?13:49
smbUsually I thought it was, the fact that there was a md127 usually comes from having a bios defined fakeraid and that is maybe a less common case13:50
andolNever mind me, realized that I was just missing plenty of backlog. Sorry13:50
Phogwell, let's see what happens13:51
Phogyou guys play with dm-cache much>?13:52
smbnot me13:53
Phogwas trying to decide between solaris and ubuntu for my vm storage13:54
Phogboth have pros and cons13:54
* highvoltage wants to try out dm-cache13:55
Phogok LETS TRY THIS AGAIN13:55
=== mollerup is now known as nmollerup
Phogwe may have success...14:02
PhogNOPE14:02
Phogan installation step failed14:02
Phoglol14:02
Phogthe failing step is:  Install the system14:03
Phoggenius error14:03
Phogthis makes me giggle14:03
Phogwelp it was worth trying, guess ill use solaris14:04
Phoggot it working14:10
=== wickedpuppy2 is now known as wickedpuppy
Phognever mind14:15
PhogUnable to install GRUB in /dev/sd014:15
PhogThis is a fatal error.14:15
Phoghaha14:15
Phogyes it is!14:15
smbsd0? Have you manually specified where to install?14:21
smbFirst hard disk would be sda14:23
Phogdunno i'm giving up14:23
Phogtoo frustrated14:23
geniisd0 sounds FBSD-ish14:26
Phogyeah14:27
Phogit has FBSD14:27
Phogdon't think there is a card in it though14:27
ikoniasd0 = cdrom14:27
pmatulis_ah, brings back memories14:28
pmatulis_msg chanserv op #ubuntu-server pmatulis_14:45
g105bCan someone advise me on how to install without GUI? I have booted from CD to terminal, awaiting input, it just reads "boot: _"14:53
g105bok I noticed pressing tab told me a list of commands14:57
g105bstill didn't get past the issue of https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/99324214:58
smoser$ lxc15:21
smoserThe program 'lxc' is currently not installed.  You can install it by typing:15:21
smosersudo apt-get install lxc15:21
smoserummm.... no i can't.15:21
gchristensenHi, I'm using a preseed to pxe-boot install ubuntu server. I'm having an issue where plymouth is being installed, causing "mountall: Disconnected from plymouth" to come up. is there a way to disable all GUI aspects in the preseed? here is what I'm currently using: https://gist.github.com/grahamc/bbb6623705e7c3654e3f/raw/cc9dc1cea1a5c2e9721d4823202456111221de21/gistfile1.txt15:33
=== zz_Gurkenmaster is now known as Gurkenmaster
Toaster_Strudelubuntu server isnt free?15:41
gchristensenit is free15:42
Toaster_Strudelthe website says essential is 320/yr15:42
Toaster_Strudelthen standard is 700USD/YR15:42
gchristensen? that must be something different15:42
gchristensenhttp://www.ubuntu.com/download/server15:43
gchristensenToaster_Strudel: that is for Landscape which is some sort of ... thing.15:43
Toaster_Strudelis there a website I can show to someone to convince them that ubuntu server is super awesome? I just need a page with pretty screenshots of it in action15:48
Toaster_Strudelgchristensen: ^15:48
gchristensenpretty screenshots..?15:48
Toaster_Strudelyea15:49
Toaster_Strudelor maybe graphs and other fancy stuff15:49
gchristensenubuntu server doens't necessarily come with that out of thebox. its a server15:49
gchristensenyou could setup a node with graphite or munin or something15:51
gchristensenToaster_Strudel: this is what my ubuntu server looks like: http://gsc.io/s/ubuntu_server_login_prompt_12.04_-_Google_Search_18216373.png15:55
Toaster_Strudelgchristensen: there isn't any gui with the installer?16:03
Toaster_Strudelor can you startx16:03
gchristensenthere is not16:05
gchristensenyou might be able to add one16:05
xgeek-cubI am in a pros an cons situation; i want to install ubuntu server and i am between 13.10 or 12.04.3 lts?16:11
gchristensenxgeek-cub: is this for fun or for business?16:11
gchristensenthe follow-up question if its for business, do you have free time? yes -> 13.10, no -> 12.04.316:12
xgeek-cubgchristensen: there is in between16:12
xgeek-cubwhat you mean by freetome gchristensen16:12
gchristensenI have no time at all to add potentially extra work to my plate, so I go with 12.04.3. if I had more time to burn doing things because I wanted to, I might put up 13.10. 13.10 may require more maintenance over time since it isn't LTS16:13
=== Sieb is now known as _Sieb
=== ihre is now known as ihre`aw
jtrananyone here an expert on preseed?  I'm trying to find out if preseed can setup a vlan tagged nic16:37
jtrani want preseed to setup a tagged vlan nic so that i can do a netinstall16:40
gchristensenjtran: to vindicate you, I read your question ... preseeds are Deep Magic I think with little docs16:41
jtranlol yes it's true i agree it's deep magic16:41
gchristensenI've asked many a preseed question with no answer16:42
jtrankk i'll try the mailing list then16:43
jtranthx for the heads up16:43
lotiahi all. when I build a raid array using mdamin, and edit the /etc/mdadm/mdadm.conf file do i need to update the initrd image for it to be consistently named.16:58
xgeek-cubcould anyboady tell sites like cloudflare17:24
=== LordOfTime is now known as TheLordOfTime
=== mjeanson_ is now known as mjeanson
=== _Sieb is now known as Sieb
=== ihre`aw is now known as ihre
RoyKlotia: yes18:59
RoyKupdate-initramfs -u iirc19:00
xibalbawhere is the proper place to set DNS now?19:22
xibalbaapparently /etc/resolv.conf isn't it19:22
xibalbanm just found it19:22
xibalbaty19:23
Picinp19:23
=== Sieb is now known as _Sieb
=== _Sieb is now known as Sieb
Underbytequestion -- the ubuntu server cloud edition image is named exactly the same as the normal ubuntu server iso, is there a difference between the two?19:54
=== JanC_ is now known as JanC
ryan-chttp://pastebin.com/npp3NKbK < I'm having some rather nasty problems with a package upgrade, can someone please have a look at this? LTS 12.04 server20:51
ryan-cLooks like there's some circular dependencies maybe?20:52
ryan-cit looks like my procps service is hosed20:55
ryan-cprocps is failing due to /etc/sysctl.d/30-iscsitarget.conf containing net.ipv4.tcp_mem = 104857620:58
ryan-ccommenting that line allows dpkg --configure -a to complete20:58
=== bazhang_ is now known as bazhang
=== Sieb is now known as _Sieb
sarnoldryan-c: please file a bug against the icscitarget package -- and please add a note that the quantal version of the package has dropped the 30-iscsitarget.conf file, described in the 1.4.20.2-6 changelog entry21:43
ryan-csarnold: there is already a bug against procps about this21:44
ryan-chttps://bugs.launchpad.net/ubuntu/+source/procps/+bug/124137621:44
sarnoldryan-c: heh, I hadn't realized so many things provided brittle sysctl files..21:45
ryan-cYeah, it seems more appropriate to fix procps.21:46
ryan-cIt'll hit people's manual configs as well.21:47
sarnoldryan-c: perhaps add a comment to this bug report with your experience, to lend weight to the idea of making the procps initscripts more tolerant of failure?21:48
=== txwikinger is now known as txwikinger2
=== txwikinger2 is now known as txwikinger
=== Gurkenmaster is now known as zz_Gurkenmaster
jeeves_mosshow do I setup a bind secondary for a windows primary23:05
rbasakhallyn_: about bug 930962. I was suggesting doing the mangle the other way inside the container. Not sure if that's possible.23:13
rbasakhallyn_: if not, then "iptables -D" can delete a rule by its specification, so perhaps "iptables -D ... || true; iptables -A ..." is a (hacky) workaround?23:13
sarnoldman I hate checksum offloading23:16
=== Rodge_ is now known as Rodge
=== Rodge is now known as Rodge_

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