[00:32] Hey. Does anyone know how to fix this issue? [00:32] http://d.pr/i/OO3w [00:32] my hostnames are all accurate, but I can't access a server using it's short name... [00:33] the server denies ping requests, but resolving the IP means that the second ping did what I expected [00:34] Here's an example taht respects your font size: https://gist.github.com/monokrome/87bb575d75117b09e3a8 [00:34] Sorry about the other one [00:34] monokrome, domain/search domain in /etc/resolv.conf [00:34] I need to add "domain rentlytics.com" to that? [00:35] yes, though if you use resolvconf, you have to add it to /etc/network/interfaces to get it there [00:35] in the form of [00:35] dns-domainname rentlytics.com [00:35] What does Ubuntu server use? [00:35] 12.04 and up are done the latter way [00:35] previous versions you just add it to /etc/resolv.conf [00:36] unless you set up resolvconf yourself [00:36] thanks [00:37] sorry, dns-domain [00:37] not dns-domainname [00:37] monokrome, ^ [00:58] qman__: It's dns-search that worked [00:58] Thanks for your help [01:26] can I NAT instead of port forwarding 80 in my router if i run a httpd server? [01:27] that depends on your router [01:27] by NAT I assume you mean 1:1 NAT, since port forwarding is a form of NAT already [01:28] yes [01:28] iam here to know that is NAT an option. if yes, whats the better one and why [01:29] by port forwarding, you're already using what's known as NAT overloading or masquerading, and is the method by which you can share a single external IP among multiple hosts [01:29] 1:1 NAT is used when you have more than one IP and want a host to act as though it has its own dedicated IP on the internet [01:29] hm [01:31] hm [01:31] as the name implies, it's a 1:1 mapping, and cannot be shared with any other hosts [01:32] hm [01:32] 1:1 Nat will forward all ports then [01:32] ok [01:32] out office configuration DSL > router (make NAT maping for server) > server > switch > mulptiple users. The server is for monitering, prioritizing and limiting traffic. Now we also want an astersk server to also be placed (after the switch and before the the voip cisco phones). We want to moniter voip calls and bandwidth as well. I have been advised by many not to use NAT with astersk. I have read articles on the problems. [01:32] One other problem is that voip need priority. can the server set priority for viop? Provided that the phones will only be used in LAN. should I proceed or an alternative is suggested? [01:34] to make VoIP work well, you need QoS on a device that governs both the data and voice networks [01:34] whether that's your server or router is up to you and what resources you have [01:34] NAT is doable with asterisk but it's complicated [01:35] heh? server, router, and switch should all work together for that [01:36] I honestly think you're reaching the point where you might want to look into hiring someone who's done this before [01:36] probably [01:36] asterisk will give you nightmares [01:36] it does? I thought it was rather fun [01:36] it is by far the single most painful service I have ever had the privilege of working with on linux [01:37] the asterisk server at my place of employment has a bug where it randomly thinks someone is still trying to talk to a conference call after it's gone [01:38] which spams the logs uncontrollably and the only resolution is to restart asterisk [01:38] our workaround is nightly restarts [01:38] that was bad enough, now it's occasionally getting into moods where it will just drop any call made from any of the desk phones after 8 seconds [01:38] rebooting the server is the only solution [01:39] I haven't used astrisk since 2005 [01:39] but had a nice setup [01:39] just never needed landlines again, went pure cellphone [01:39] googling for error messages finds a few dozen people with the same issues, and no answers [01:40] as is typical for every problem I've run into with asterisk [01:40] I used astrisk as a pure sip router :) [01:41] cisco unit handled land lines [01:41] sip desk phones [01:41] we used to have a PRI / T1, but now we're all SIP [01:41] asterisk routed, and also connected to several voip providers [01:41] and a couple IAX hardpoints [01:42] sometimes it will join what can only be described as a washing machine to a conference room [01:42] and we just have to use a different one [01:42] are you using a timing device? is that still required? [01:43] the dahdi modules are still there but I'm pretty sure they're unused, the card was pulled [01:44] unfortunately we can't just start fresh because we've got this whole custom scripting mess piled on top [01:44] integrates with our ticketing system and oncall rotation and whatnot [01:46] it was way worse when I started, I was asked to "fix" the phone system as one of my first projects [01:46] so I built a fresh server and compiled the latest asterisk and stuff, but I had to copy the config and custom scripts over from the old one [01:47] and having never used asterisk before, I was googling and firing options from the hip [01:48] before I did that it used to screech or hang up on people, or it'd frequently pick up calls and only have one-way sound [01:52] that is a range of different issues :) [01:52] one way sound is normally a firewall issue [01:52] that's just the tip of the iceberg, I could go on for hours [01:52] it wasn't in this case [01:52] one change I made that had a significant impact [01:53] was disabling as many hardware devices as I could to free up IRQs, and disabling hyperthreading on the CPU [01:58] ya, lots of timing issues to solve there [02:04] anyone know anything about accessing webmin from remote location? [02:05] I have a question. I am trying to install Ubuntu Server 12.04 on VirtualBox. Whenever I get to "Install and Setup system" It fails everytime. [02:05] Any suggestions? [02:05] !webmin | roseysdaddy [02:05] roseysdaddy: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [02:10] arnt servers better in reportin / limiting/ QoS/ etc traffic that routers? [02:12] Quest, since when? [02:12] Iam asking [02:14] it depends on the router, and the server [02:14] different products offer different capabilities [02:14] there is going be a lot of adjusting to either, to limit bufferbloat [02:16] Can anyone help me with my U-Server installation? [02:18] SlyCracker, check the md5sum of your iso file against the md5sum on the repository, and make sure you have sane specs for your VM [02:19] Is there a helpful guide for doing that? [02:20] anyone know if you can access Deluge WebUI from a remote location (across the internet)? [02:20] roseysdaddy, yes [02:21] SlyCracker, what in particular? to check md5sums, just download it and read the instructions; sane VM specs for a base ubuntu server is 128MB RAM minimum and 4GB disk minimum, add more for your desired software [02:21] qman__ I already have no-ip.com DNS directed to my webmin server, do I just need to open the deluge port? [02:22] roseysdaddy, yes, you need to set up a port forward [02:22] Oh yes, I have all that checked and vaild. Ran memtests as well. Also cd integrity [02:22] As well as setup a heft partition for the server. Running it on VirtualBox [02:23] would that look like this? "ssh root@myserver.no-ip.org -L 8112:localhost:8112" ? [02:23] SlyCracker, what's the last thing you put in before it hangs? [02:23] Umm, the last thing I do before it hangs is the Aptitude updates and package installs [02:23] roseysdaddy, that's an SSH tunnel, which is different [02:23] before that selecting all the features such as PHP, SSH, MySQL, etc. [02:24] SlyCracker, try not checking anything, and just letting the install finish [02:24] how would I open port 8112 from the terminal? [02:24] Will do. [02:24] SlyCracker, you can always get back into that menu later by running 'sudo tasksel' [02:24] Oh. [02:25] How do I run that task when i have no where to input a command? [02:25] roseysdaddy, that depends on your firewall, it must be opened there [02:25] SlyCracker, post-install I mean, after it's done and you've rebooted and logged in [02:25] Oh [02:25] :P [02:26] what's most likely happening is it's trying to download packages from the net and it's taking forever [02:26] either due to broken sources or broken networking [02:26] Well I am running through it again. We shall see. Also is there a specific type of virtual disk I should use? I use Virtual Disk Image, there was also Virtual Hard Disk. Is there a preference for this install with VirtualBox? [02:26] that's mostly a matter of personal preference, if you need to interoperate with different softwares [02:27] each should work equally well as far as the VM is concerned [02:27] Ah okay. Thanks. [02:36] alright, im so confused [02:37] ubuntu says iptables isnt a service [02:37] but when i run nmap it shows me the open ports [02:37] iptables isn't a service, it's a command [02:38] ubuntu's default firewall is ufw, and by default, it's wide open [02:38] how do i check if port 8112 is open? [02:38] so if your system is being firewalled, you either have some other application that set it up, or you have an additional firewall between your server and the internet [02:39] netstat -lanp | grep 8112 [02:39] will tell you if any programs are listening [02:39] running nmap from another host will tell you if it's open, closed, or filtered [02:45] qman__, and others, is it usually assumed that a computer router with linux is more good in QoS/filtering/firewalling/monitering/ with many tools like iptraf, iftop, ntop etc than a router/switch ? [02:47] Quest, no, because "a router/switch" does not sufficiently categorize the available hardware [02:48] better than a $50 consumer piece of hardware, yes [02:48] qman__, sorry? [02:48] better than a cisco or dell or ... router or managed switch, maybe [02:48] qman__, sorry? what do you mean. what is better in actuall? [02:49] Quest, dedicated hardware is available at all performance levels, both better and worse than what is available in a linux system [02:50] comparing the cost with ther things QoS/filtering/firewalling/monitering/ . which one gives more features? [02:51] again, you can't make a comparison that generic [02:51] different products offer different feature levels [02:51] consumer grade hardware will be slower and less featureful than a linux server configured as a router [02:52] qman__, is it truee that a router/switch can be as good in reporting/QoS // / /etc/ etc/ as a Linux full OS can ? [02:52] more expensive routers and switches can be faster and offer varying levels of features [02:52] yes [02:52] oh [02:52] the main strong point of a linux server filling that role, is adding those extra features on a low budget [02:53] qman__, do you know any router make model that is good enough as ntop, iftop, iptraf QoS in Linuxe is? [02:53] qman__, oh so linux servers do all that of a good router/switch at a cheap cost? [02:53] yes, but they don't necessarily perform as well [02:54] hm [02:54] ok [02:54] thx [02:54] Is there a way to remotely(by WAN out side) log in the routers page of 192.168.1.1? [02:54] dedicated hardware can be accelerated for the given task and be faster than a linux server [02:54] linux servers are dedicated too. for just routing [02:54] arnt they? [02:54] no [02:54] ok [02:55] linux is a generic operating system, it has routing features, but it's all running on a standard x86 PC stack [02:55] well if they just do routing. arnt they [02:55] hm [02:55] i see [02:55] hardware designed specifically for the task is better at it [02:55] i see [02:55] right [02:55] qman__, do you know any router make model that is good enough as ntop, iftop, iptraf QoS in Linuxe is? [02:56] there are lots of them, you need to find one suited to your requirements in features, performance, and load [02:56] hm [02:57] Is there a way to remotely(by WAN out side) log in the routers page of 192.168.1.1? [02:57] so i can moniter traffic [02:57] not directly, your private addresses only exist locally [02:57] you will need to open and forward a port [02:57] Okay, Ubuntu server is installed. Is there a desktop for this or all console based? [02:57] SlyCracker, it's console only [02:58] desktops are for desktops [02:58] SlyCracker, but you can install a desktop if youwant [02:58] Well I want it setup for a server, but a gui would be nice. [02:58] SlyCracker, but you can install a desktop if youwant . if you mean a GUI [02:58] you can, but there's not much point; all the server administration is done by command line anyway [02:58] True. [02:58] SlyCracker, install ubuntu-desktop [02:58] the correct way to manage the server is to use your desktop for the research and web browsing, and SSH in to do the admin [02:59] How do I get back to that Task Selection screen again then? [02:59] sudo seltask? [02:59] sudo tasksel [02:59] qman__, know anything about asterisk? [03:00] Thanks [03:00] Quest, enough to hate it [03:00] hm [03:01] Is there a way to remotely(by WAN out side) log in the routers page of 192.168.1.1? ------ by this meant the router/switch that is after the dsl line/ dsl modem [03:01] only if said router has the option to enable it on the WAN port [03:02] most advance routers like d link and linksys do? [03:03] one question: to get requests on port 80 of a webserver, 80 needs to be forwarded or NAT 1:1. while asterisk server dont need NAT or port forwarding? as it has problems with NAT? [03:03] no, d-link and linksys are consumer grade hardware [03:03] hm [03:03] and if your asterisk server needs to be accessed from the internet, you need a NAT or a port forward; if not, then you don't [03:04] by that I mean, if you need phones to register from outside your network [03:04] if you just have phones on the LAN, and connect to an upstream SIP provider for your lines, you don't need a port forward [03:05] well. we need them to down and upload. register . etc. but i heard NAT is not good for SIP [03:05] or voip [03:05] it complicates it [03:05] what I'm saying is [03:05] if you don't have any phones outside of your LAN, you don't need it [03:05] meaning desk phones, SIP phone applications, etc [03:06] yes. its in LAN [03:06] your server initiates the connection to your SIP provider and doesn't need a port forward to connect to it [03:06] oh [03:07] so if the phones are in the LAN . and the network is NATed . i dont need to worry [03:07] ? [03:08] yes [03:08] great [03:09] but it seems that anyone fromoutside the lan wont be able to connect remotely to make a call. etc [03:09] right [03:09] if you want people to connect to your phone system and make calls, from other places on the internet, you need port forwards or 1:1 NAT [03:10] such as people taking desk phones home or using SIP applications on their cell phone or laptop [03:10] and port forward and NAT is not good for voip/sip. [03:10] so theres a problem. isnt it [03:10] it works fine, but it's more complicated to configure [03:10] hm [03:10] ok. [03:10] we have 8 ip pool 5/8 usable. our office configuration DSL > router (make NAT maping for server) > server > switch > mulptiple users. The server is for monitering, prioritizing and limiting traffic. Now we also want an astersk server to also be placed (after the switch and before the the voip cisco phones). We want to moniter voip calls and bandwidth as well. I have been advised by many not to use NAT with astersk. I have r [03:10] ead articles on the problems. One other problem is that voip need priority. can the server set priority for viop? Provided that the phones will only be used in LAN. should I proceed or an alternative is suggested? [03:11] by router i mean router/switch. the server is a linux ubuntu server [03:20] qman__, you there? [03:33] Hello i have two samba servers (versions 3.4.7 and 3.6.3) which i wish to keep in sync.. is it ok to just rsync the /etc/samba /var/lib/samba /etc/passwd and /etc/group directories ? [04:04] is there a way to creat a domain name with the server? [04:04] or a site where I can use my localhost for a domain? [04:04] Still new it seems. [04:12] How do you setup a domain name for localhost? [04:12] Or use it for a live website? [05:01] Hello friends, recently while updating the server, I got error in updating grub-pc. Not able to solve it. Need help. [05:01] dpkg: error processing grub-pc (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: grub-pc [05:05] I managed to solve it [07:24] hey guys i need some help i am trying to follow exporting http_proxy envrionmental variable and for some reason either i have the syntax wrong or the site http://askubuntu.com/questions/47379/how-to-use-a-proxy-on-the-command-line is not correct can anyone help me [07:29] eagles0513875_: do you have a pastebin handy showing what you've typed and what happened? [07:30] hold on sarnold [07:30] hi [07:31] sup [07:31] why i cannot /etc/init.d/networking restart on ubuntu 12.10 [07:31] ? [07:31] sarnold: this is just a single line export http_proxy=http://localhost:2200/curl [07:31] im tunneled already in another terminal [07:31] which i used ssh -D 22 -p 2200 -i PATH TO KEY USER@host [07:31] and it doesnt work [07:33] eagles0513875_: is your proxy really http://localhost:2200/curl ?? [07:33] * pii3 restart networking [07:33] eagles0513875_: I haven't seen a proxy with a path like that before... [07:33] no sarnold no its not im using local host and socks at least on my web browser [07:34] pii3: was it moved to an upstart managed job? try "service restart networking" [07:34] thanks [07:34] eagles0513875_: try just "export http_proxy=http://localhost:2200/" then, and leave off the 'curl' [07:35] sarnold, service networking restart [07:35] sarnold: same issue curl is saying couldnt connect to host [07:37] eagles0513875_: ohhh, I just finally re-read what you wrote -- are you trying to use a simple ssh port forwarding as an http proxy? that won't work, unless there's a -real- http proxy somewhere. [07:37] eagles0513875_: if you just want to use ssh port forwarding, you don't set http_proxy -- you just give the 'local' address, like: curl http://localhost:2200/path/to/whatever [07:38] sarnold: thing is this is part of some source code so i dont have control over curl [07:40] its not a problem sarnold i can wait till i get home and use the home network instead of my schools [07:42] eagles0513875_: you -might- be able to get away with a shell script to replace curl, if you didn't want to wait [07:43] sarnold: what do you mean [07:44] eagles0513875_: if you do something like : sudo mv /usr/bin/curl /usr/bin/curl.real ; and then write a small /usr/bin/curl shell script that does something like /usr/bin/curl.real -command -line -arguments http://localhost:2200/path/that/is/requested you might be able to paper over the problem :) [07:45] ahh ok :) [07:45] thanks ill try it out === smb` is now known as smb [07:48] sarnold: this is what i have tunneled into now would i export the same sudo ssh -p 2200 -D 22 -i path to ssh key jaquilina@eagleeyet.net [07:49] nm that doesnt work [09:00] Hi can someone help me with varnish? === security is now known as megha [09:22] hi [09:23] still having problems with KVM on 12.04 LTS [09:24] I still see linux guests running with kernel 3.8 (not patched) to be stuck in libata:ata_sff_wait_after_reset() at the time ata_msleep() is called [09:24] ata_piix is used [09:25] is this a known issue? [09:26] guests running with kernel 3.7 did not show this behaviour [09:52] Octavian: I'd suggest asking in #virt @ irc.oftc.net [10:12] not sure if this is the right channel to ask in, but i'm trying to write an upstart job for tool that runs some tests on a fully booted server and was wondering what's the best thing to specify for 'start on' [10:24] brendand: are you aware of upstart-events(7)? http://upstart.ubuntu.com/cookbook/#ubuntu-well-known-events-ubuntu-specific [10:25] brendand: apart from that, I'm not sure. Might be worth asking on askubuntu.com [10:25] (it's a good question) [10:45] is bug 1111852 something the server team could look at? [10:45] Launchpad bug 1111852 in targetcli "targetcli bug - buffered fileio mode not saved across reboots" [Medium,Triaged] https://launchpad.net/bugs/1111852 === chmac7 is now known as chmac === schmidtm__ is now known as schmidtm_ === koolhead11 is now known as koolhead17 === Jikai is now known as Jikan [13:04] zul: syncing spice-html5 sounds like a good idea to me [13:04] hi guys... has somebody installed apt-spacewalk ?? [13:04] Daviey: ack [13:12] hi guys , I have downloaded Ubuntu 12.10 Server for Cloud. May I know how do I go about using it? Is there any guide? [13:20] !guide | wickedpuppy [13:20] wickedpuppy: The Ubuntu server guide may be found at http://help.ubuntu.com/12.04/serverguide/C/ [13:29] Thanks! [13:31] hi all [13:31] wickedpuppy: hey there [13:31] zul: salute [13:31] heya koolhead17 [13:31] koolhead17: hi [13:32] zul: do i need to wait for few more days to start using stable grizzly repo? [13:32] fromcl oud archive [13:32] 4 precise [13:32] koolhead17: no you can use it now [13:33] thanks!! [13:33] koolhead17, please read my post to openstack ML - release packages avaliable but not final yet [13:33] which part of the server guide can I find the openstack setup? [13:34] jamespage: care to pass me link if you can, my inbox is kind of bombed [13:35] koolhead17, https://lists.launchpad.net/openstack/msg22515.html [13:35] thanks jamespage === matsubara_ is now known as matsubara [14:01] drat. package nsf-kernel-server not found, there go my hopes for easy grant money [14:03] hallyn, probably if you dont typo it ? [14:04] i definitely see it on x86 precise and armhf raring here [14:04] ogra_: just a joke [14:04] ah :) [14:04] ogra_: i mistype that pretty frequently :) [14:10] Hi. I'm running an appliance on Ubuntu 12.04 LTS server. The server gets regular updates/upgrades. I received a system notice that: Apr 9 07:00:21 mail zimbramon[4053]: 4053:err: Disk warning: mail.mydom.com: /boot on device /dev/sda1 at 92% [14:10] Checking "/boot", I find multiple installs of OS versions -> http://pastebin.com/JEH2NXCM. [14:10] What's the correct/safe way to clean this up, and prevent multiple installs in the future? [14:14] ixloran: this with zimbra? [14:15] resno: Hi. Yes. Is that relevant? [14:15] uhm, not really [14:15] are you thinking 203mb will save you? [14:17] http://askubuntu.com/questions/89710/how-do-i-free-up-more-space-in-boot [14:19] resno: 'save me'? not sure what you mean, there [14:19] tracphil: thanks ... reading [14:19] greetings! [14:25] hi guys any idea how do i resize this server setup since its full already ------------> http://pastebin.com/ztNfMnJg [14:36] what does this means Apr 9 19:05:44 server1 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "fullaccess" [14:36] Apr 9 19:05:44 server1 lightdm: pam_unix(lightdm:auth): authentication failure; logname= uid=0 euid=0 tty=:1 ruser= rhost= user=fullaccess [14:36] Apr 9 19:05:44 server1 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory [14:37] looks like a messed up desktrop install on your server [14:38] (and someone trying to log in with the id "fullaccess") [14:39] i'm guessing somebody messed with the pam config, or manually installed things ouside of the package manager [14:41] ruben231 it is going to be a pita since the filesystems are not on LVM [14:49] ogra_, hm Fieldy i also have so much similers like this pr 9 19:05:35 server1 lightdm: pam_unix(lightdm:auth): authentication failure; logname= uid=0 euid=0 tty=:1 ruser= rhost= user=fullaccess [14:50] am i safe? [14:51] is there a display mangager called lightdm? because :1 implies it's X11 (gui). [14:51] if you're using that, it's something to do with that [14:51] lightdm is the default desktop display manager in ubuntu [14:51] hm [14:51] and Apr 8 20:31:29 server1 sshd[3875]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=201.151.198.117 user=root [14:51] it shouldnt be installed on a server (at least it isnt by default)( [14:52] Apr 9 02:32:19 server1 sshd[6361]: Failed password for root from 61.155.62.178 port 39754 ssh2 is some one trying to bruteforce? [14:52] thats a "normal" ssh attack ... you will see lots of them on a network facing server ... [14:53] ogra_, what is the password of root in ubuntu? in never set one. and am I safe? [14:53] luckily root is locked so you dont have to care (there are ways to quieten that etc if you do) [14:53] k [14:53] ogra_, i have installed fail2ban [14:53] yeah, that should help [14:54] k [14:54] thx [14:54] a lot :) [15:16] roaksoax: Couldn't bug 1152809 have been handled by breaks/replaces? [15:16] Launchpad bug 1152809 in maas-provision "Suggests tftpd-hpa instead of Recommends" [High,Fix committed] https://launchpad.net/bugs/1152809 [15:22] Daviey: nope, slangasek and I went through it and we couldn't really find a way to get fixed (as in maas would upgrde but some bits would not install due to having that as recommends) [15:23] roaksoax: nice.. Anyway, thanks for validating it [15:23] Daviey: we tried everything TBH, breaks/replaces, conflicts/replaces, conflicts, etc, etc [15:25] roaksoax: happy times! [15:26] Daviey: indeed!! i want MAAS in already! :) [15:32] zul, Now I got the same bugfix as yesterday for Raring for Quantal and Precise (I thought I'd ignore Oneiric). [bug 1157757] I subscribed ubuntu-sru but for the sponsoring upload I assumed it would be you anyway to have to do it. [15:32] Launchpad bug 1157757 in xen "[Regression] Stuck CPU1-x when booting as Xen HVM guest on certain Intel hosts" [High,Fix released] https://launchpad.net/bugs/1157757 [15:32] Oh and the full set of files is in the "usual" place [15:32] smb: you would think so [15:34] smb: ill take a look once im done here [15:34] zul, ok cool. thanks. [15:37] jamespage: can you postpone you think any not viable for this release please, https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-seeded-qa-workflow [15:38] Daviey, can I just postpone the whole blueprint? [15:39] jamespage: I think some of the easier ones could potentially still be achieved ? [15:41] Daviey, I've postponed my assigned workitems as appropriate - I'll ask others todo the same [15:44] smb: dpkg-source: error: cannot fstat file ./xen_4.1.2.orig-qemu.tar.gz: No such file or directory [15:44] jamespage: super [15:45] zul, err... that should be the other one and not included... wtf [15:45] * zul shrugs :) [15:47] zul, Yeah seems both somehow became including source. no idea why [15:48] smb: I always debuild -S -sa :) [15:49] Daviey, I don't why push around tarballs that are there already... :-P [15:51] zul, oh wait... maybe fooling myself. the changes only has the diff and dsc... [15:54] zul, of course to build it you need the tarballs, but can't you just pull-lp-source the previous version to get it [15:56] k [15:57] zul: is someone blogging the cloud archive stuff? [15:57] jcastro: i do some blogging but havent done any in a while [15:57] if no one is I'd like dibs [15:57] https://wiki.ubuntu.com/ServerTeam/CloudArchive [15:57] Am I missing anything from that? [15:59] jcastro: please [16:26] zul: In what way is adding branding a bug fix? Why do we need it? (nginx) [16:31] why not? [16:31] what's the harm ScottK [16:32] ScottK: I asked zul to upload it, to better allow banner fingerprinting between distros [16:32] robbiew: Does anything depend on that version string? [16:33] are we changing the version? [16:33] Yes. [16:33] no we arent [16:33] apache has the same thing [16:33] +-#define NGINX_VERSION "1.2.6" [16:33] ++#define NGINX_VERSION "1.2.6 (Ubuntu)" [16:33] 1.2.6 = 1.2.6 [16:34] It's not a bug fix, so I don't see why we're doing it now. [16:34] ScottK: I have minimal concern about this change. We shouldn't spend too much time concerning ourselves with it. [16:35] Daviey: OK. Accept it if you want to. [16:35] (you can accept from rejected) [16:46] hallyn: ping [16:47] kirkland: . [17:07] plars: let me know when you need my help to go over the tests [17:10] roaksoax: ok, maybe this afternoon we could run through them? Did you look through them at least to see if they look sane? [17:11] plars: not yet, send tme the links please [17:15] http://iso.qa.ubuntu.com/qatracker/testcases/1461/info [17:15] http://iso.qa.ubuntu.com/qatracker/testcases/1462/info [17:15] http://iso.qa.ubuntu.com/qatracker/testcases/1463/info [17:15] roaksoax: ^ === security is now known as baba [17:17] plars: thanks [18:12] stgraber: i gather you are out today? [18:12] * RoyK gathers everyone's out [18:25] jamespage: I still see this issue with the iscsi testing on today's image. The install seems to go off without a hitch, but on reboot I hit problems when it gets to: "Starting configure network device used by iSCSI root" [18:25] it seems to complete that step - it has [ OK ] next to it at least, so maybe the next step === Sabbath is now known as Sabbathlives [19:55] hallyn: yep, and tomorrow. Back on Thursday, working on European time [19:55] stgraber: ok o/ === gary_poster is now known as gary_poster|away === gary_poster|away is now known as gary_poster [20:49] Howdy! I asked on #ubuntu a little while ago, but no response… am I incorrect in thinking that linux-libc-dev and linux-generic should always create /var/run/reboot-required? [20:53] hey guys, if i installed LAMP when first installing ubuntu, how can i install a php extension later on ? [20:53] do i just download php5 source and recompile it again with the extension i want? [20:59] smokie: you can generally install PHP extensions with the package manager (anything listed by "aptitude search php") === Seveaz is now known as Seveas === Ng_ is now known as Ng === sauce_ is now known as sauce === Ursinha-afk is now known as Ursinha [22:18] how can you remove startup scripts from ubuntu server? [22:19] you dont ... [22:20] either remove the service package or put an upstart override job in place, that will prevent it from starting [22:20] wildchild22: perhaps this is what you want: http://upstart.ubuntu.com/cookbook/#override-files [22:20] I will look [22:20] s/teh service package/the package of the service you want stopped/ [22:20] the problem I have is on my seed box [22:20] it is running rtorrent [22:20] it is running but not accessible by the web [22:21] it keeps saying wrong password and it isnt [22:21] so I need to try and modify the password [22:21] it is runnung lighttpd [22:37] yeah, but the package manager doesnt show mbstring for PHP [22:37] thats the thing [22:38] so i assume i have to compile it from source but im not sure how to do that since i used LAMP when i first installed my ubuntu server [22:38] so any help would b grateful.. ive been at it for few hours now [22:58] how to I backup entir hardisk with MBR and everything else. partitions etc (there may be a difference in the backup HD size . it would be definiatiely equal or greater in size than the original HD) ? I want to copy all data and MBR with partition table etc so that if the HD fails. I just plug in the back HD and every thing gets beck as before? [23:02] Quest: I think you ought to be able to just dd if=/dev/sda of=/dev/sdb bs=64K -- rplacing device names as appropriate, of course [23:22] sarnold, hm... will white / blank space be also copied? and what if the backup HDD is larger in size? and what if the backkup HDD is smaller is size from the original? [23:23] Quest: blank space is also copied. don't try with a smaller destination drive. [23:24] sarnold, If dest drive is smaller. it will make the last partitions as smaller i gues? [23:24] Quest: if you want to compress blank space and your destination drive is smaller, you can write a filesystem on the destination drive and write to a _file_ using the conv=sparse option -- but that will _only_ find all-zero blocks 4096 bytes or larger and zero those, so it'd only work with a -very- sparse source hard drive. [23:25] example . original partition 1 100gb partition 2 100gb backup HD 150GB [23:25] ok [23:25] asume the original as full with data [23:25] 2. asume the original as with half data full [23:26] what will happen to the backup HDD in both cases? [23:26] but yoour file will need to be restored to an actual drive before you could use it for booting.. [23:27] that dd command will make a file? not clone the HDD? [23:27] Quest: well, depends in what fashion the source is "half-full" -- if it actually -used- the whole space of the platters, even if not ever full, the sectors would have data on them -- the filesystems won't waste time zeroing blocks when they are freed -- so if you bring it down to 'half full' by deleting files, or even create / delete in a tight loop, it's probably not going to work. [23:27] Quest: you can clone drives or create files with dd. it's very flexible :) [23:28] sarnold, the command you gave me will create a file or clone the HDD? [23:29] sarnold, this one dd if=/dev/sda of=/dev/sdb bs=64K [23:29] Quest: it would clone the drive -- it all depends upon the destination filename. if the destination is a block device like /dev/sdb, it'll write to the block device. if the destination doesn't exist (or does exist, as a regular file), it'll write a file [23:30] i would do that to an HDD so that if my origial fails. i would just plug in the backup HDD and boot [23:30] sarnold, can I dd while the system is running? [23:31] I mean dd when / is mounted ? [23:31] Quest: you can but the resulting filesystem will probably not be usable... [23:31] why not? [23:31] why not it will be usable [23:31] it won't be consistent. [23:32] meaning? [23:35] you'd have the same problems as if you just yanked the power while the system is running [23:35] oh [23:35] probably replaying the journal and fsck would fix it, but I would not trust my data to that. [23:35] hm [23:36] actually its a server and we cant stop it running [23:53] sarnold, can I dd the first 512 bytes for mbr and partition table . the use rsync. (both things to a backkup usb external portable drive)? will it boot once the mbr is dd to it with the data by rsync? [23:54] defently not [23:54] why [23:54] the boot info in the mbr is only to boot the boot code [23:54] Quest: I would not trust that to boot. if you want a real hot-swap boot, best would be to ocnfigure and install two hard drives, make them both bootable. then get good backups of your data. [23:54] the partition table is in the mbr [23:55] Patrickdk, yes [23:55] so [23:55] ? [23:55] sarnold, hot swap boot? [23:55] what exactly are you trying to do? [23:56] patdk-lap, backup a running system that cant be stoped. need a clone HDD [23:56] what is it that can't be stopped? [23:56] a database? or other large file thing? [23:56] or like a webserver? [23:56] where it's just static files [23:57] patdk-lap, asterisk voip server. [23:57] ok, so asterisk is the *primary* thing [23:57] ya [23:57] but what else is on it? [23:57] nothin [23:57] database? sqlite? .... [23:57] mysql [23:57] asterisk rarely runs by itself [23:57] trixbox [23:58] and how much do you *care* about the mysql info? [23:58] needs to be accurate? [23:58] verymuch\ [23:58] then you have only two options I know of [23:58] ok? [23:58] you could do a mysql dump, and of anything else that matters for consistancy [23:58] then backup the system [23:59] or you could install the whole thing using lvm, and make a snapshot [23:59] then copy the snapshot [23:59] how to clone the whole HDD without shuting system [23:59] that is the easy part [23:59] with mbr