=== Lcawte is now known as Lcawte|Away [02:00] I think I broke something [02:01] I installed a .deb and now I cant remove it [02:17] can anyone point to docs that explain how to PXE boot with custom net drivers please? [02:18] you don't need to? [02:19] it's pxe, the nic does it, so there is no need for a driver [02:19] in the naive world, yes [02:19] and your nic driver should be in your initramfs file, and that is loaded via pxe, so [02:19] how so? [02:20] the whole point of pxe is it's driverless [02:21] wolflarson: what errors do you get when you try to remove it? [02:23] sarnold, I was able to resolve this by manually removing the files [02:23] wolflarson: aha [02:24] things seem to be updating normlly now === rcj` is now known as rcj [03:17] hey all === G_ is now known as G [06:49] Good day team.. [06:49] How can I eliminate this error? http://askubuntu.com/questions/41930/kernel-panic-not-syncing-vfs-unable-to-mount-root-fs-on-unknown-block0-0 ? [06:50] I want to upgrade from 10.04 to 12.04 LTS on 200+ server and when I try to do it on test machine, I get above error.. [06:51] What are the precautions I should take before I upgrade OS. Everyone is saying what we have to do once we see this error, but no one is saying what we have to do in-order to avoid this error? [07:15] Good morning. [07:50] coreycb, super-awesome - thanks for debugging that! === Wiched is now known as Guest99669 === _KaszpiR__ is now known as _KaszpiR_ [10:57] hi, i own a VPS on OVH, and i would like to do a full backup (similar to a snapshot) of my server, so i can restore it later or migrate it elsewhere, what should i use ? [10:57] !backup | Elion [10:57] Elion: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [11:05] I like dirvish. [11:14] ubottu: thanks [11:14] You're welcome! But keep in mind I'm just a bot ;-) [12:04] if you remove apache from autostart using update-rc.d, can it happen that an apache update re-adds the service there? [12:05] the reason why I'm asking is because a colleague installed server updates yesterday, and now I see apache processes running [12:22] I'm not sure but I think if it does that then you have a bug. Can you reproduce it? And you're not on >= 15.04 (systemd), are you? [12:22] rbasak: hiya. still busy? Or do you want me to take a stab at drafting the message to the TB [12:23] rbasak: no, I'm on 14.04 LTS [12:24] rbasak: i think i'll wait for the next update and see if it happens again [12:24] rbasak: maybe the dude di something wrong, he's not very experienced with command line [12:31] teward: sorry, permanently busy :( [12:31] teward: please go ahead and draft the email - don't let me stop you! [12:31] 'tis fine. what info do i need to include in an email to the TB? [12:31] first time addressing the TB after all xD [12:31] Hmm. [12:32] what we're requesting, what the situation is, brief synopsis of what's been discussed so far with server and release teams, planned mapping of the course of action up to and through X release? [12:32] A summary of the issue. References to existing discussion. Summary of conclusions from relevant people about what we want. And a specific question that's easy for them to approve/disapprove. [12:32] Yeah, what you said :) [12:34] specific question might be hard - we're basically asking for a post-freeze post-release exemption - effectively, up until release of X we want to continue to merge in 1.9.x, and prior to release the latest-tagged snapshot from the upstream repository (or the tarballs), and then include 1.10.x for X either after finalfreeze or after release, due to the nginx release time [12:34] but that's not too hard [12:34] i'll draft the email, throw it your way for a review, and send it off :) [12:35] rbasak: good news though for the wily isos - the network interface names are correctly read by both systemd post install AND the installer disk (so no kernel naming pattern vs. systemd naming pattern discrepancies breaking networking-coming-up-after-installation provlems) [12:35] and thats all i'mma say on the matter (discovered it myself last week being an issue) [12:35] * teward disappears [12:35] Thanks! [12:47] hi all, I am having trouble removing a package. I keep getting, mv: cannot stat ‘/etc/php5/conf.d/perforce.ini’: No such file or directory dpkg: error processing package perforce-swarm (--remove): subprocess installed pre-removal script returned error exit status 1 [12:48] does anyone know how I can remove this package ? [12:58] Tazmain: you can tweak /var/lib/dpkg/info/perforce-swarm.prerm but you should report a bug to Perforce. And seek further help from their support desk I guess, as it's their package rather than one from Ubuntu. [12:59] rbasak, well someone in #linux suggested I just touch the file it was looking for and that solved the problem [13:13] Tazmain: great. Thank you for reporting back. [13:14] if I have a folder with a bunch of hardlinks in it and I simply copy that folder it will be much bigger because the files will become actual files is that right? [13:15] yes [13:18] and how can I copy this file structure by preserving the hardlinks? [13:18] it contains a lot of hardlinks [13:18] rsync would work [13:21] and if a hardlink is copied it wont matter what was the original file because there is no such thing here like in symlinks right? [13:25] what is the default deployment setup for apache websites? Deploy as user with group www-data and rw group permissions? [13:26] if that is the default, why does apache process not start with umask 002? [15:32] kickinz1: could you take a look at bug 1474863 please? Does this mean that bcache is broken in Wily? [15:32] bug 1474863 in bcache-tools (Ubuntu) "bcache device files aren't available in initramfs" [Undecided,Invalid] https://launchpad.net/bugs/1474863 [15:32] Ah, never mind. [15:32] OK [15:32] The reporter invalidated it. Sorry! [15:32] NO pb! === njalk_ is now known as njalk === keithzg_ is now known as keithzg === ashleyd is now known as ashd [22:57] any one have a cs24-sc server [22:57] ? [23:02] Hi, does anybody know how can I use rsync with two destination and one source? [23:06] mojtaba: what's the goal? [23:07] sarnold: I have one disk which I want to backup on two separate disks [23:25] mojtaba: The closest I can think of would be batch mode, although I can't remember actually using that myself ever: http://manpages.ubuntu.com/manpages/trusty/man1/rsync.1.html#contenttoc21 [23:25] keithzg: thx [23:27] mojtaba: I'd probably just run it twice; rsync source/ dest1:destination/ ; rsync source/ dest2:/destination/ ... [23:28] mojtaba: if dest1 and dest2 have a faster network connection between them, you might be able to get a speedup by logging in to dest1 and rsyncing to dest2, perhaps before doing the source-to-dest2 copy [23:29] sarnold: I will consider that one thanks. But for now I am doing it all locally (external HDDs) [23:29] thx [23:30] mojtaba: aha :)