=== acidflash_ is now known as acidflash === furian is now known as shantorn === ewindisch_ is now known as ewindisch === Err404NotFound is now known as Error404NotFound === n0ts_off is now known as n0ts === pcarrier_ is now known as pcarrier === cpg is now known as cpg|away === n0ts is now known as n0ts_off === cpg|away is now known as cpg [06:24] I installed Ubuntu Server 12.04 on a Dell XPS 400, and I'm trying to connect to the internet... but when I do ifconfig, it just shows the loopback interface (no eth0) - I have an onboard ethernet port, and put ina card incase that port was bad, but neither work, and lspci shows both ethernet controllers... any idea what to do? [06:29] Brb.. === n0ts_off is now known as n0ts [06:37] Basically I am having this problem, but "sudo dhclient" isn't fixing it: http://askubuntu.com/questions/62908/no-internet-connection-ifconfig-shows-errors [06:40] Meh, found a fix === cpg is now known as cpg|away === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts [06:53] Okay... [06:53] I did 'sudo ifconfig eth0 up' to turn on the port, but now it only has an IPv6 address and no IPv4, so it still won't work =p === eakj is now known as ekaj === cpg|away is now known as cpg === n0ts is now known as n0ts_off === Err404NotFound is now known as Error404NotFound [10:20] try commenting out eth0 stuff from /etc/network/interfaces and reboot === n0ts_off is now known as n0ts === cpg is now known as cpg|away [11:52] good morning. I have managed it to install a ubuntu-server 12.04.1 VM on raw disk device due to the following .xml config file: dev75.xml_INIT http://paste.debian.net/207998/ [11:52] I am able to boot from this raw disk device without kvm (after removing disk devices with kvm host) but I *can't* boot this images as VM (I use the following .xml config for the VM boot): dev75.xml_POST - http://paste.debian.net/208001/ [11:52] What do I miss in dev75.xml_POST to get this VM image booting frow raw disk device /dev/sdb ? [11:53] thank you in advance for any hints. [12:12] Can someone explain how I could get audio working on Ubuntu Server? [12:13] sim642, does your server hardware support audio ? [12:13] It's an old laptop, so yes [12:14] sim642, have you tried to install the following alsa tools? [12:15] ii alsa-base 1.0.25+2+nmu2 all ALSA driver configuration files [12:15] ii alsa-utils 1.0.25-3 amd64 Utilities for configuring and using ALSA [12:15] sim642, server is usually a machine without GUI [12:16] I have those alsa packages installed [12:16] Technically that laptop is a server, because the screen is broken [12:17] When i want to run alsamixer for example I get an error [12:17] "cannot open mixer: No such file or directory" [12:18] ironm@wheezy:~$ which alsamixer [12:18] /usr/bin/alsamixer [12:19] It's the same for me [12:22] ironm, well "sudo alsamixer" works fine [12:22] sim642, try to run this script (I wrote it for my wheezy debian live images ) .. they should work also for ubuntu 12.04 [12:22] init-alsa-audio.sh [12:22] http://paste.debian.net/208009/ [12:23] ok [12:25] s/they/it/ [12:27] I just discovered that if I run audio-requiring programs with sudo then they all work [12:28] It'd be better if they worked without sudo too [12:29] sim642, you are missing your user added in /tc/group ... like audio:x:29:ironm [12:30] sim642, ironm@wheezy:~$ grep ironm /etc/group [12:30] cdrom:x:24:ironm [12:30] floppy:x:25:ironm [12:30] audio:x:29:ironm [12:30] dip:x:30:ironm [12:30] video:x:44:ironm [12:30] plugdev:x:46:ironm [12:31] I'm kind of new to this stuff, what's the number on each line? [12:32] user id number i think [12:32] you need to add only the username after : [12:32] ":" [12:33] After adding that, do I need to reload the groups or something? [12:33] try it ;) [12:34] still doesn't work [12:34] sim642, reboot your system [12:47] ironm, It works! Thanks for the help [12:47] yaw :) === glebihan_ is now known as glebihan [14:59] === kInOzAwA is now known as Guest14754 [16:06] New bug: #1068145 in puppet (main) "Fix for CVE-2012-3867 (puppet) is too restrictive - TLS certificates now break" [High,Triaged] https://launchpad.net/bugs/1068145 === Guest14754 is now known as kInOzAwA === n0ts is now known as n0ts_off === acidflash_ is now known as acidflash [18:33] I'm trying to install ubuntu server 12.04 on a USB flash stick (8GB), but it stops on 31% (installing central packages). Any clues? [18:51] duli, why don't you use the ubuntu live image ? [18:52] duli, you can "dd" it to the usb stick and boot from it [18:54] because he probably wants a persistent system [18:55] New bug: #1077434 in apache2 (main) "Apache 2.2.14 Server Status no longer available" [Undecided,New] https://launchpad.net/bugs/1077434 [18:56] qman__, I can't remember if ubuntu live offers persistence live images [18:56] it is at least possible with debian live images [18:58] qman__, persistent system are not safe ... it is better to use non-persistent systems ... [18:58] and in case one need some other stuff just to create new live images with this additional content [19:08] what? [19:08] of course persistent systems are safe [19:08] what do you think installing is [19:09] just because he's installing to a flash drive doesn't mean he wants a live system [19:09] or even moving it to different hardware [19:11] persistent systems are easy to manipulate === Asar is now known as MaisonNotarathed [19:26] I am trying to figure out how to disable the calendar php module. It looks like it is pre-compiled. Will I have to compile from scratch to get rid of it? [19:35] anzenketh: why do you want to disable it ? [19:35] anzenketh: is it causing a problem ? [19:35] Free up memory. [19:35] Don't need it. [19:36] do you know how much memory it's using [19:36] (that one module) [19:36] do you know it's actually a module ? [19:38] It shows up on the php -m list. [19:38] I'm not trying to be funny about it, it just seems a random thing to suggest [19:39] recompiling the whole of PHP and breaking the package managers compatability for a core web component to disable a module you don't even known how much ram it's using [19:39] It is not necessarily that it itself is using up too much memory. It is that apache is using too much memory due to it has over 40 modules [19:39] Default [19:39] Of php [19:40] anzenketh: I'd suggest looking at where apache is eating the ram [19:40] disable any un-needed modules within apache [19:40] I know where. It has 40 php modules. running. [19:41] anzenketh: how do you know that's eating the ram ? [19:41] Experance. [19:41] anzenketh: how do you know it's those modules [19:41] ironm: i'd like to use ubuntu on the flash drive as a server solely for manage virtual machines. The real storage will be built on 3 HDs using ZFS [19:42] From experance the more php modules you have enabled the more memory it eats up. [19:42] anzenketh: that's not an acceptable proof [19:42] for all you know those 40 modules could be using 1K between them [19:42] I guess dd the installed system will be the solution [19:43] Also considering that there is no website running. [19:43] This is a default installation. [19:43] that has nothing to do with it [19:44] # php -m |wc -l [19:44] 24 [19:44] root 32207 0.0 4.2 47972 33276 ? Ss Oct15 1:46 /usr/sbin/httpd [19:44] # php -m |wc -l [19:44] 49 [19:44] root 4268 0.0 0.5 111388 11120 ? Ss 12:35 0:00 /usr/sbin/apache2 -k start [19:45] Just forget it no-one knows. [19:45] It is stupid that ubuntu does not allow you to remove modules without re-compiling php [19:45] or you are impatient [19:45] or you can find someone who knows the packaging to create you a forked version [19:46] its not stupid because if you really care enough to nit-pick modules you'll do it yourself [19:46] you'll notice centos has the same issue with preconfigured compiled php5 with modules [19:46] I know packaging. I was hopeing there was some way to use dpkg--reconfigure to configure what modules to get installed. [19:47] want to know something? [19:47] you're still not showing me any reason why you think this is eating ram [19:47] you've just done a count on the php modules [19:47] dpkg-reconfigure only allows you to change its config-time stuff, not compile time. [19:47] and ikonia's right there's no ervidence here of it eating up memory [19:47] we know the number, you've said the number, why do you thin it's eating ram, how much is it eating [19:48] I came here to ask a simple question. Is there a way to remove the php modules without re-configuring php [19:48] I think I have my answer it is no. [19:48] I don't think you have your answer [19:48] we're trying to figure out whether your issue is actually php [19:48] or something else [19:48] if it is PHP, well fine, we'll help you rebuild it. [19:48] if it isn't, we can help narrow down the cause [19:48] I think you're just flying blind and can't backup anything so dodging the question when people are actually trying to help you [19:48] i agree with ikonia [19:48] The top memory hog on my server is java [19:48] I already know that. [19:48] anzenketh: ok, java is not apache [19:48] then don't use Java? [19:49] [19:49] anzenketh: but if you think you apache module is big, lets look at that [19:49] Can't it is required for a application on the server. [19:49] anzenketh: how big is your apache process ? [19:49] that was a joke, i was being intentionally asinine :p [19:49] * TheLordOfTime points at ikonia's questions, and says "You should answer them" [19:50] www-data 4391 0.0 0.3 111412 6484 ? S 12:35 0:00 /usr/sbin/apache2 -k start [19:50] come on [19:50] root 4268 0.0 0.5 111388 11120 ? Ss 12:35 0:00 /usr/sbin/apache2 -k start [19:50] Is the root. [19:50] I want more than that [19:50] the root is just the one that spawns the children [19:50] Yes I know. [19:51] ikonia's looking for cild processes too [19:51] child* [19:51] www-data 4391 0.0 0.3 111412 6484 ? S 12:35 0:00 /usr/sbin/apache2 -k start is the child [19:51] anzenketh: you seem to think you know what you are doing, so I'll leave you to it [19:51] * TheLordOfTime walks off to deal with a misbehaving nginx server [19:51] i'm not going to "beg" to help you or pull info out of you [19:52] it is valid to not that assumptions aren't evidence. they're a start, not an endpoint [19:52] I apologize if I came off hostile. Do I know the specifics of ubuntu no. When disable extentions on the servers I am used too it is eaither recompile on cpanel servers or edit a extentions.ini file. [19:53] I know I am shaving off a small point percential [19:54] I came here with a question. I am trying to figure out how to disable the calendar php module. It looks like it is pre-compiled. Will I have to compile from scratch to get rid of it? [19:55] anzenketh: I think you are making a bad call [19:55] recopmiling something has big significance, and if you have nothing to suggest it's a problem, you are making a bad call [19:55] I won't recompile if it requires it. [19:56] disabling things you have no evidence are a problem, is a bad idea [19:56] anzenketh, ikonia's right, you know. [19:56] it's up to you what you do, as I said, I'm not going to pull info out of you, you feel you know the problem without any reason, so I can't help you why you are just going to fly blind and not approach it logcially [19:57] I won't comment on it again, good luck [19:57] Yes I am aware that ikonia is right. recompiling has big significance. Not only is it a lot of work it breaks things and it hard to undo. [19:57] Which is why I won't do it if it requires it. [19:57] which is why we suggest you find evidence PHP modules are the problem. [19:57] there's methods to reduce PHP's memory usage without messing with what modules it loads [19:58] I am not calling it being a problem. It is a performance tweak. A vary small one but when you back is up against the wall what are you going to do. [19:58] heck, we run into that a lot with NGINX, its why one of our people (nginx's people) wrote a guide for configuring php correctly to use low-memory or low resources [19:58] (granted, php5-fpm, but...) [19:59] argh, lag... [20:01] New bug: #1008385 in apache2-mpm-itk (main) "apache-mpm-itk writes wrong process name in /proc/$$/status" [Undecided,Confirmed] https://launchpad.net/bugs/1008385 [20:02] i'm going to agree with ikonia, if you're going to plunge blindly into saying "I think the loaded modules are at fault" without even doing research or *testing* things that're online for streamlining its mem usage (PHP), i'm going to walk off as we [20:02] ll [20:02] and to answer your question about what to do when you're up against the wall: [20:03] "Ask for help finding out what is at fault with eating up the memory. Not blindly assuming something the software loads automatically is the problem." [20:03] * TheLordOfTime walks off to find coffee [20:03] Thank you for your assistance. I am getting the impression that it is not possible to disable the default PHP modules without re-compiling. So due to the problems with re-compiling and time time required to repackage it I am just not going to worry bout it. [20:04] I will continue to research the real problem. Java. [20:32] hi, how can i enable root acces to SFTP with Openssh [20:32] you shouldnt. [20:39] hi, how can i enable root acces to SFTP with Openssh [20:50] asdadasdas: simply said: don't - what is your real goal? [21:35] New bug: #1077483 in autofs5 (main) "automount.8: "Macro ".RE" without ".RS"; some spelling corrections to the manual" [Undecided,New] https://launchpad.net/bugs/1077483 [22:14] any real difference between useradd & adduser ? [22:15] ChmEarl: adduser is a higher level Perl script which relies on the useradd binary. [22:15] ChmEarl: one is the tool that actually does the dirty work (not recommended to invoke directly), the other does things a little smoother [22:16] andol, thanks - I never had to add -m [23:30] Evening, just curious if anyone can help me with Vlans and using EBox/Zentyal? I set up each vlan(vlan1 and Vlan2) in the network interfaces, and when I restart now, the server can't get out to the internet but will work internally, but causes Samba not to start. I am just playing around with this but trying to learn as I want to divide my network up in time so that I have my computers [23:30] on 1 vlan and my other devices on another vlan. Maybe I'm going about this wrong and someone can show me the right way. Currently there is just a hub off the server for testing. [23:33] anybody out there using zfs on ubuntu? [23:34] does it work properly? [23:34] it works in the sense of a fuse file system [23:35] it's not in the official ubuntu kernel, so you'll need to get an external kernel [23:35] ikonia: hum, ok, but in terms of stability, replacing drives etc. [23:36] depends on where you get the kernel from [23:36] the patche versions, the base kernel it's applied to, who builds it etc [23:36] I was hoping to install the dkms through the ppa [23:36] ppa:zfs-native/stable [23:37] but I won't go through the trouble if someonte tells me "it's not worth it" [23:38] it's worth trying if you want zfs, but just keep in mind it's not in the mainline kernel, so it's stability will depend how the kernel progress and the compatability with the patches [23:38] hum, ok [23:39] if you want ZFS though, I'd use an OS that supports it properly [23:39] (from my perspective) [23:39] the concept of having hds being used as if they were RAM is very attractive [23:40] but I'm not willing to get away from ubuntu in order to use it [23:40] err as if they are ram..... [23:40] it's just disk pools