=== svetlana is now known as sveta === Ursinha is now known as Ursinha-afk === ABC-XYZ_ is now known as ABC-XYZ === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === cmagina_ is now known as cmagina [03:24] hey guys, I am trying to install Ubuntu Server 14.04 LTS x64 on an older Athlon 64 single core . I click Install when I boot to the disk, I enter the keyboard layout n whatnot then it just sits on a purple screen [03:36] ben14_, try some cmdline params: text acpi=0 -noraid dmraid=0 [03:39] ben14_, anything special about the drives? [04:11] it finally just went away after a good hour. Not sure why it took so long but now it is doing the installation === thumper is now known as thumper-afk [05:10] ben14_, glad to hear the install is under way. One big reason to use ubuntu-server (especially in text mode) is that its very fast, like ferrari fast. You don't need to accept slow for any reason with this build === thumper-afk is now known as thumper === kickinz1|away is now known as kickinz1 === veebull is now known as veebull_away [07:28] Good morning. [07:37] lordievader: morning [07:37] Hey kickinz1, how are you? [07:41] Hello everyone. FYI I had issues yesterday building a kernel, but eventually tried the "Speeding Up the Build" thing in this document, which uses make-kpkg instead of only the debian/rules script, and managed to build a bootable kernel https://help.ubuntu.com/community/Kernel/Compile Would someone update the wiki and link to that page from this older one? https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel [07:44] fine and you? [07:44] kickinz1: Doing good too :) [07:58] is it possible that when linux is already installed make a rayd array with / to raid0 ? [07:58] i tryed mdadm --create /dev/md0 --level=0 --raid-disks=2 missing /dev/sdb1 it told me mdadm: This level does not support missing devices [08:15] morning all [08:18] o/ [08:20] w2k3, no i don't thik it is possible. you can put a system in raid1 after install but rai0 seems not possible. [08:21] well i tryed yesterday to do this during installation that that seems impossible to [08:22] w2k3, like you know, raid0 splits data to be written half on one disk half on the other, so I don't see mdadm recreate that easily with / after installation [08:23] ws2K3, if I remember well, the problem was because you had to do a bios_grub partition [08:23] and how do i make a bios_grub partition? [08:25] ws2k3: I will cite peetaur2 as I had never to do this my self [08:25] parted /dev/sda mkpart ....blahblah... ; parted /dev/sda set $n bios_grub on (where $n is the partition number, and ideally it is before 2.2 TB on the disk, and in number order ... I've seen it fail where the partition numbers are out of sequence, so I just always make it first partition) [08:26] (english is not my native language) [08:26] i am booted from a live cd now maby that makes it a bit easyer [08:27] start with parted /dev/sda unit s print [08:27] okay i runned that command [08:27] it showed me the table layout [08:28] it would be useful for us to see it too [08:29] i'm on the server with kvmi so i cant copy it but i see 4 partitions number 1/2/3 and 5 , primary primary extended and local first ext4(512 mb(boot) then OS ext4 to [08:30] http://puu.sh/9M8ND/caded17bae.png i was able to screenshot it [08:33] ws2k3: okay, this is not a GPT disk, so you need no bios_grub. [08:34] "Partition table: msdos" (aka. MBR) It would say "gpt" here if it was a GPT disk. [08:34] ah okay [08:35] well with normale ubuntu installation it tryed to install grub on /dev/sda1 and /dev/sdb1 but both fails [08:35] so then what should i do to get my ubuntu in a raid0 [08:35] ws2k3: want to start over? [08:35] ofcrouse :) [08:36] brug must be installe on /dev/sda /dev/sdb, not sda1 sdb1 those are partitions [08:36] s/brug/grub/ [08:36] yeah that i what i ment [08:36] ok sorry [08:36] but i'm going to start normale installation again delete all partition and recreate them [08:36] just to make sure i give you the Exact right error [08:37] ws2k3: wipefs -a all partitions, then delete all partitions (parted /dev/sda rm $n), and then here is my simple recipe for a basic system: make just 2 partitions: start sector 2048 size 512 MB for /boot, raid1 start sector divisible by 2048 size is remainder of disk for lvm. Then on lvm, make swap and root (optionally leave a few GB unallocated for snapshots). [08:38] er... well, not for lvm, but for raid0 and then put lvm on the raid0 [08:38] Ah so i need lvm for this ? [08:38] before you click "finish partitioning and save changes to disk" or whatever it is at the bottom of the custom partitioner, show us a screenshot. [08:38] in the ubuntu installed i just did setup software raid [08:38] I always recommend lvm [08:38] lvm means you can reshape it all later without reinstalling [08:41] here are some more detailed steps... in custom partitioner: delete all partitions. make one new one 512 MB, "use as: raid". make another new one, remainder of disk "use as: raid" edit raid, create a raid1 with the 2 smaller partitions. create a raid0 with the 2 larger ones. edit those now, set one to ext4, /boot. Set other to "use as: physical volume for lvm". then edit lvm, create swap, create root ext4 /. and edit the raid1 and set [08:41] it to ext4 /boot [08:43] maybe I should write it in a pastebin... I can see it is messy and has an error [08:45] and what should i do with swap? [08:46] i want some swap maby 5 gb or something but how should i do that, i think i get the rest i will make it as you told me and i will show screenshot before proceding [08:49] here I wrote it down http://pastebin.com/ZEXLDH0Q (and it's from memory... labels might not be exactly right) [08:49] 5 GB should be fine. (usually people use powers of 2 like 1,2,4,8,16,etc. , but it isn't important) [08:50] refresh the pastebin... fixed something (there was an extra "now you see more volumes again" that was in the wrong spot) [08:51] yeah but the swap should that be raid or ? [08:54] well ... normally the answer is "yes do the same as root" [08:55] you have root on raid0, so it doesn't matter much... you could have one swap on each disk (fastest), one swap overall, or raid0 (simplest) [08:55] so I suggested putting it in the lvm alongside root, in raid0 [08:57] http://puu.sh/9Ma0t/3613a93e50.png [08:58] like that ? [08:59] boot raid1 / raid0 swap raid0 [08:59] it looks like you chose not to use lvm, but yes this looks perfectly good. [08:59] yeah i wanted to give it a try without lvm [08:59] okay then i will cproceed [08:59] well almost..... [08:59] what is sdb? [08:59] it might be GPT [08:59] its my second ssd [08:59] well both are 200 gb ssd [09:00] they are different, but not sure what is different. Notice sdb has some "FREE SPACE", and sda has "primary" written on it [09:00] so I bet sdb is GPT... [09:01] so let's change that ... best is to boot rescue/live cd and "parted /dev/sdb mktable msdos" [09:01] I really hate that the partitioner has no way to tell it which type of partition table to use ... but that's the way it is [09:01] so should i go bback to the partitioner ? [09:01] I really hate gui partitioners too ;) I always script mine, especially raid [09:02] no you have to find a way to change it to msdos ... the debian partitioner thing won't let you. [09:02] I suggest you reboot in rescue mode and run that parted command [09:02] ah okay i will finish the installtion and i will see if it works [09:02] if it does not i will reboot into rescue [09:02] why? it is likely the reason it failed so many times before [09:03] i think you might be rioght now it gives me an error [09:03] it is able to install grub on sda but not on sdb [09:03] so i cannot change this in the installer partitioner tool? i have to go to rescue ? [09:04] yeah the debian thing is stupid ... can't do it that I know of [09:04] indeed i see some free space in the start and in the end on the sdb [09:04] on CLI you might find a .udeb file with parted in it and install that ;) but I could never figure out how. The installer cd IS the rescue cd ... so the software is there, just not loaded. [09:04] the sda does not have that [09:05] now booting to rescue [09:05] anyone knows when the apparmor be updated? The bugs are very annoying. [09:06] samiux: noisy logging? or a different bug? [09:07] aa-logprof cannot read the log file and it is running forever [09:07] samiux: utopic dev release has been updated, and an SRU for trusty is in the works. SRUs just take a while [09:07] samiux: #apparmor on other network irc.oftc.net (not freenode where you are now) [09:07] samiux: unless you are asking about ubuntu updating it ... in which I have no idea, and I have asked the guys in #apparmor and they are surprised about the problems I find on ubuntu that don't exist anywhere else. [09:08] jjohansen, when will it be updated? [09:08] peetaur2, weird [09:08] peetaur2: well there have been a fair few problems with the new tools that were landed in trusty. [09:09] good thing I haven't tried apparmor in trusty yet ;) [09:09] samiux: sorry I don't have an exact date for you, I know the SRU is in progress [09:09] 12.04 is running perfect [09:09] so what should i do when i'm rescue ? [09:09] jjohansen, thanks [09:09] ws2k3: parted /dev/sdb mktable msdos are you sure? y [09:10] samiux: you could try the utopic apparmor package it was synced to the upstream dev tree last week [09:10] jjohansen, how to do that? [09:10] okay done that [09:10] whats next [09:12] ws2k3: repeat the install [09:12] samiux: what I would do is pull the package down and manually install it with dpkg, I know there are other ways but I don't mess around with apt much. I could push the utopic package upto a ppa, and have it build for trusty, that would be another way to do it [09:13] jjohansen, where to download the new packages? === Guest96132 is now known as hxm [09:13] can someone help me with dkms on my custom kernel? http://pastebin.com/7Hs5QBuj [09:14] samiux: you can get them from packages.ubuntu.com packages.ubuntu.com/search?keywords=apparmor&searchon=names&suite=utopic§ion=all [09:15] jjohansen, thanks [09:15] samiux: if it would be easier I can just upload to the ppa, it will just take an hour or 2 to build [09:20] samiux: https://launchpad.net/~apparmor-dev/+archive/apparmor-devel [09:21] thanks [09:21] it will take probably an hour to build [09:21] the version you want is 2.8.96~2541-0ubuntu2 [09:22] jjohansen, thanks a lot. I am waiting for the build [09:22] :) [09:23] Running fastcgi on buntu 12.04, will activating mod_headers and mod_expires cause any conflicts?? Thanks [09:24] http://puu.sh/9MbbP/e72b27b994.png [09:24] then this realy should be it [09:24] ws2k3: looks good [09:25] i realy wonder if grub will install now [09:29] fuck yeah [09:29] after 2 days of cursing grub finaly installed [09:30] i wonder if you can please help me Ubuntu server 14.04, i have just madea fresh install and my wireless card doesnt have a logical name to it [09:30] submit a bug report... tell them (1) let you change partition table, and (2) (what I already told them and they ignored me) that the installer should tell you if you have a broken setup, GPT without bios_grub [09:32] the interface on bugs.launchpad.net is apparently incapable of letting me search for bugs I have submitted ... so I can't find a link [09:32] my bug was not on the installer though, but some document that was really bad about raid [09:32] fuck yeah 15 gb write per second on hard disk xD [09:33] this is going to be fun [09:33] obv. caching ... [09:33] yeah the buffered disk read was 1 gbps [09:34] still pretty fast [09:35] do a better test.... dd if=/dev/urandom of=/dev/shm/testfile bs=1M count=200 (will take long) and then: dd if=<(cat /dev/shm/testfile{,,,,,,,,,}) of=/tmp/bigtestfile bs=1M conv=fdatasync [09:35] rm /tmp/bigtestfile /dev/shm/testfile [09:36] lessons to learn: zeros are bad; conv=fdatasync or other thing to avoid cache effects [09:36] it does 13.2 mbps with the first dd command [09:38] hello [09:38] i try today again to update my serv...but i get the same error [09:38] ws2k3: first one is not important [09:39] ws2k3: first one just generates randomness which is always slow [09:44] ah the second command does 553 mbps [09:45] is some1 able to report a bug? i run a server with ubuntu precise and nginx [09:45] i cant update [09:47] because of a packed error [09:47] see1: Do you get errors? [09:47] see1: this isn't the bug tracker ... but if you pastebin some good detail, maybe we can help. bug tracker is here https://bugs.launchpad.net/ubuntu/ [09:47] see1: If so, can you pastebin those. [09:48] i run the update again and let you see whats up....pastebin === Lcawte|Away is now known as Lcawte [09:50] now going to see if i can repeat this on my second server [09:52] make sure to check partition tables first ;) [09:52] and BTW did someone lecture you yet on the reasons why you probably shouldn't use RAID0? [09:52] result is 502 Bad Gateway nginx [09:53] yes [09:53] but this servers are part of a database cluster [09:54] so if one disk breaks that does not matter the cluster software has backups on other nodes [09:54] so thats why i want the highest IO i can get [09:54] see1: do you have normal default repositories? do you have a proxy server? (cat /etc/apt/apt.conf.d/01proxy) [09:55] ws2k3: highest is actually to use no raid, and have the db do the balancing rather than striping [09:55] yeah i get you but the software does not support that you can only provide one data source [09:55] maybe with SSDs it doesn't matter though ... no heads to move [09:55] http://pastebin.com/ctpQi6Yd [09:56] btw now i grub-install failed on both disks [09:56] lordievader: http://pastebin.com/ctpQi6Yd [09:56] ws2k3: grub-install /dev/sda (not sda1 unless you want to dual boot and use another bootloader, eg. the windows one chainloads to linux) [09:57] yeah already did now going to retry [09:57] see1: where did it fail? that looks fine ... you mean your nginx doesn't work now, not the update failed? [09:58] see1: I don't see any problem? [09:58] i started uibuntu rescue and did the mktable msdos now going to retry [09:59] ws2k3: ok, I thought you meant the first one you got working failed later. So that's good. But also just "parted /dev/sda print" should tell you if it's GPT or not [10:00] ah well its to late for that i already did an mktable msdos [10:00] ws2k3: and in case the machine is different... remember that the installer will use GPT by default (maybe overwriting your setting) if the disk is larger than some number (the actual max is 2.2 TB which is 2.0 TiB, but maybe they do it differently) [10:00] it's fine if you ran that, just saying you can test it first... some day you might find something relevant that way [10:01] no machine is exacly the same [10:01] yeah you are right peetaur2 [10:02] lordievader: update-rc.d: warning: php5-fpm stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none) [10:02] this isnt normal [10:02] my nginx and all others run well [10:03] hmm odd one disk does show primary and the other does not [10:03] jjohansen, thanks a lot. aa-logprof is working properly and perfect. :) [10:04] ws2k3: alternatively, you could make both GPT and make a bios_grub. Just make sure all bootable disks are the same table type. [10:04] samiux: nice, I am glad to hear it is working better for you [10:05] :) [10:37] awesome second machine grub also installed === kickinz1 is now known as kickinz1|lunch === Lcawte is now known as Lcawte|Away [11:22] morning [11:39] apparmor still buggy, not mature enough [11:39] samiux: logprof/genprof again? [11:41] I am running proxmox ve which requires to run a java applet. the aa-logprof reads the logs and added some entries to the usr.bin.firefox. but aa-enforce states that the browser_openjdk is duplicated. [11:42] :( [11:44] jjohansen, http://pastebin.com/txayXiTf [11:44] line 72-74 and line 128-132 [11:44] samiux: can you open a bug with the details. steve and christian have been trying to cleanup logprof/genprof. [11:44] samiux: logprof/genprof got rewritten as part of google summer of code last summer and this has finally started replacing the old genprof/logprof [11:44] aa-enforce force close for line 128-132 [11:45] it will get better, unfortunately reports where that it was better than it has turned out to be [11:45] samiux: okay thanks [11:50] i'm trying the create a customù ubuntu server install, which can be pxe booted, where upon some packages and configuration is done, based on input of the user [11:56] somedudeonthenet: Ok, do you face problems there? [11:57] i'm just started with researching how i could do this [11:57] i * [11:58] lordievader basically the user should be able to just pop in the cd or usb stick, ubuntu-server installs ask some questions and based on that installs additional packages and configuration [11:59] somedudeonthenet: It's somewhat older but still valid: http://www.howtoforge.com/setting-up-a-pxe-install-server-on-ubuntu-9.10-p3 [11:59] zul, I noticed that (because a trivial upload of libvirt is stuck with Britney) nova tests in Utopic seem unhappy. I suppose you or whoever cares already know about that? [12:00] smb: yeah ill look at it today [12:00] lordie is the link you give me valid for a not attended install? [12:00] zul, Cool, just wanted to bring it up in the unlikely event it was missed. :) [12:00] smb: :P [12:01] somedudeonthenet: Err, it's valid for booting linux through pxe. [12:01] basically the user should only press enter [12:01] sit back, nip from his coffee and let the magic happen [12:03] give me a moment [12:05] let me refrace my problem, how would i make an auto install of ubuntu-server and when this is done, it installs some extra packages and does some configuration based on the input of the user [12:08] somedudeonthenet: Sounds like an automated install, must say I have no experience with it: https://help.ubuntu.com/12.04/installation-guide/i386/automatic-install.html === kickinz1|lunch is now known as kickinz1 [12:11] somedudeonthenet, look dor preseed files [12:11] there is some documentation there: [12:11] kickinz you mean? [12:12] https://wiki.debian.org/DebianInstaller/Preseed/EditIso [12:12] maybe not the good link.. [12:12] if fact you can give the debian-installer a preseed file that makes it install what you want and answering at the maximum questions [12:14] so you need to install a dhcp server which has the next-server and filename options set to point to a tftp server, on which you must install neede files to make it start your kernel + initrd + custom append to link to your preseed file hosted on the tftp server also [12:14] then a client machine with network boot can launch what you have prepared [12:15] https://wiki.debian.org/DebianInstaller/Preseed [12:19] how about creating a remasterd iso file? [12:21] I think that you can find what you need for that on the first link. [12:22] the preseed.cfg file describe here is the file you need to mod [12:23] (link was: https://wiki.debian.org/DebianInstaller/Preseed/EditIso) [12:26] yay last day of school let the summer of bottomless pants commence! [12:32] having a real problem here with networking in Ubuntu Server 14.04 [12:33] Here is the networking setup and some route info etc http://paste.ubuntu.com/7710948/ [12:33] issue is that when the system boots up there seems to be no set default network device [12:34] so here we have the wrong network being used as the default (192.168.2.1) [12:34] How can I force br0 to be the default and not br1 ? [12:35] you must have only one gateway defined [12:36] in the /etc/network/interfaces file [12:36] zetheroo: hackish maybe, but remove the gateway, and instead add: up route add default gateway 192.168.1.1 br0 in the br0 section [12:36] not sure how else to add the "br0" arg in the config. [12:36] but the 2.1 gateway is needed for that network .. [12:36] "gateway ..." = default gateway... only one default gateway can do anything [12:37] you probably need a static route if you want more than one [12:37] and for more complicated dynamic routing (which likely you don't have), I think #networking is the place. [12:37] ok, I'll give that "hack" a try :) [12:37] "up route add default gateway 192.168.1.1 br0" [12:37] first test by removing the gateway from br1 [12:37] that's on one line? [12:38] and use a simlar command to add a static route or look up the proper way to do it (never needed to in debian/ubuntu) [12:38] yes one line..... up [12:38] or is it ifup ... ;) lemme check [12:38] yeah just "up" not ifup [12:38] how is dbus-daemon started? the dbus init.d script seems work as a stub [12:38] you put it afer the line network 192.168.2.0 [12:39] and you remove gateway 192.168.2.1 line [12:39] kickinz1: any line maybe... but I always see them at the end, all the "up"s together, and "down"s after [12:39] ok, two different instructions ... :P [12:40] so I remove "gateway 192.168.2.1" [12:40] I also think anyline, but it is easier to read [12:40] try both .. the up thing is slightly hackish (very flexible, but the normal config is better, eg. I didn't give you a down ;) maybe one is needed in some cases and it's your fault instead of a bug if it fails) [12:41] I'm not sure you need that 'up route add' line, because it is the same network as your interface [12:41] Sorry, peetaur2 and kickinz1, are you both talking about the same possible solution... or two different ones ? [12:41] for me you just have to remove the second gateway line [12:41] I see [12:42] but isn't that needed?! [12:42] This is a KVM host machine and guests use both the 2.1 and 1.1 networks respectively [12:42] I was agreeing with kickinz1 that you should first try removing the br1 gateway. And then for the route you want there, add a static route (not "gateway ...") [12:42] and if that fails, then you can use the "up" thing to make sure it's on the right device. [12:43] ok, I have never used the "route" parameter in the interfaces file ... [12:44] the gateway means: 'what to do with ip traffic belonging to other netwroks than those defined' [12:44] so if you have to gateway, it doesn't work except if you add dynamics rules, and so on... [12:44] ok [12:45] how to guest VM's configured to use br1 find their way to the 2.1 gateway? [12:45] how *do* ... [12:45] zetheroo: it's not a parameter... it's a command. "man route" or use the new-fangled (badly documented) way to do it with "ip r add ... via ..." (man ip, man ip-route) [12:46] (not to say that "route" is well documented either... I just think it's silly for people to switch to something without it being all cleaned up first) [12:46] you want guests in 2.0/24 network to be able to reach 1.0/24 network? [12:46] I was trying to look here for "route" stuff [12:46] https://help.ubuntu.com/14.04/serverguide/network-configuration.html [12:47] kickinz1: no ... they should be completely separate! [12:48] ok, so please verify that ip forwardinf is off [12:48] br1 is the 2.0 network [12:48] zetheroo: I still find this to be the best network config site for Ubuntu https://wiki.debian.org/NetworkConfiguration [12:49] zetheroo: just to see if you know why you want a gateway there.... tell me, what is a default gateway used for? [12:49] zetheroo: does the default gateway affect your VMs? [12:50] i thought it was used by the guest VM OS's to find their way to the gateway of the network - whether it's br0 or br1 [12:50] but is this wrong? [12:50] it is wrong; it is only used by the host where you set it. [12:50] ah [12:50] but if you set it in a DHCP server, it would be shared to DHCP clients, maybe some VMs. [12:51] so eg. when you type "apt-get update" it goes through your default gateway to the internet. You don't care which way it goes... it goes to the ubuntu servers in the end, so you are happy. [12:51] so from the VM guest OS side of things ... I can just configure the br1 (2.0) gateway from within the VM OS and it shoudl work? [12:51] yes [12:51] ok [12:52] so removing the gateway 2.1 from the interface file makes logical sense :D [12:52] trying it now ... fingers crossed [12:55] ok, it's looking good :) [12:56] peetaur2 and kickinz1 - thanks! [12:57] you're welcome [12:57] no prob [12:57] now fix my dkms problem for me http://pastebin.com/7Hs5QBuj [12:58] oh no probs ... the fix is simple ... here it is .... [12:59] nah sorry, not a clue :P [13:00] ZoL like Zfs On Linux? [13:00] yes [13:00] cool, I played with that but I took prebuilt kernel [13:01] me too ... until I found some bug I wanted to fix in the kernel unrelated to zfs === alexisb_afk is now known as alexisb [13:03] strange, not sure to be able to help [13:43] hi guys, am new with ubuntu and i am trying to use preseed for automatic installation. I used preseed/late_command to create an empty file using touch command, but whenever i tried to write into the file using echo, it just wouldn't work. Please i need help [13:44] !pastebin [13:44] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:47] This is what i have tried: http://paste.ubuntu.com/7711252/ [13:55] hi guys and ladies how do i make a unattend install of linux server that can be pxe booted? [13:55] the last '\' nust not be there [13:55] ^eben [13:56] even with that, it is not working [13:56] am using ubuntu 14.04 [14:00] I don't have a setup ready, but last time I did it I ended up doing stuff like this without the in-target thing. [14:01] okay [14:01] and downloading a premade script from tftp for the in-target command. [14:02] touch /target/root/eben.txt; echo 'what ever' > /target/root/eben.txt; [14:05] thanks alot [14:05] i will try it now [14:10] eben: remove the "; \" from the last line.... that is just to join lines together [14:10] be carefull about the last ';', I think there must be none [14:11] eben: also at the same time, test without in-target: echo 'this is my file2' > /target/root/eben2.txt [14:14] okay, i will try it [14:24] 1 === elliotd123_ is now known as elliotd123 [15:19] smb/hallyn: nova has been fixed so libvirt/qemu and pretty much everyhting else should be unblocked [15:33] i am trying to run a script while automating ubuntu 14.04 installation using preseed, however, i dont know what am doing wrong. The code i used can be found here http://paste.ubuntu.com/7711674/ [15:38] eben: where you asking this earlier as qwebirc110269 and somedudeonthenet [15:39] your wget syntax is well off [15:41] no, this is the first time am asking about this [15:43] ikonia: can you help me with the wget? [15:44] man wget [15:44] check the syntax [15:44] ok [15:51] eben: when you use in-target, wget has to be installed in the new system. I know it's in the install environment though... so you could also try without in-target if you think that's the problem. [15:51] oh but yes his syntax is way off [15:51] not well off ;) [15:52] "well off" means something like "on a good start" [15:55] ok, thanks === Lcawte|Away is now known as Lcawte === robbiew is now known as robbiew-afk === matsubara is now known as matsubara-lunch [16:50] what can i/should i use for centralized auth of many linux/unix/bsd boxes === cmagina_ is now known as cmagina [17:39] HI I am using ubuntu 12.04, I like some of the features of grub 2.02 as part of 14.04, is it possible I backport that version of grub to 12.04? thx [17:40] zartoosh: to do it yourself? Sure, that's possible. Officially? It would be against SRU policy (https://wiki.ubuntu.com/StableReleaseUpdates).  [17:41] zartoosh: backports (https://help.ubuntu.com/community/UbuntuBackports) might be possible, but it seems very unlikely given how critical grub is. And you'd need to do the work. [17:45] zartoosh, I would not recommend it [17:45] the changes between grub on 12.04 and 14.04 are huge [17:45] I attempted it, and I backport stuff all the time [17:45] and marked it off as impossible (well, would take over a week of my time atleast) [17:46] cause I wanted to gain the luks decryption stuff from it [17:48] grub can do luks now? Nice! [17:48] * rbasak wonders how that would interact with his network-based keyscript [17:48] rbasak, patdk-wk thanks for your feed back [17:48] http://github.com/basak/netkeyscript is what I use on my home server [17:49] my main issue is the grub-install support for efi is not supported on 12.04 and this will force me to go with 14.04 [17:49] yep [17:49] Oh no, not 14.04! :-P [17:50] I would just use 14.04 :) [17:50] upgrades for me have been pretty easy [17:52] I have issue with plymoth process , so I have to go to recovery mode then resume to ssh to it then I loose any console access. I know this is an unknown issue but we are getting close to ship the product and I am afraid 14.04 is not stable enough . [17:54] ah, you produced a product ontop of 12, that is understandable [17:54] heh [17:54] dunno, 14 has been very stable for me [17:54] but then I upported my patches I have for 12 to 14 [18:03] rbasak, I have a modification of netkeyscript [18:04] when a server reboots, it requests the key from a https site [18:04] that will notify me, and I confirm and it submits the key back [18:05] but that seems to run after boot, mine runs in inittab, pre-root-mount [18:06] hey guys, if someone uses nmap on a network that has ubuntu server, does ubuntu advertise itself? [18:06] define, advertise? [18:06] smokie: yes; echo hi | nc localhost 22 to see your sshd banner [18:07] oh, you mean can someone scan a ubuntu server? [18:07] sarnold, is there a way to make it not do that? [18:07] depends on your firewall settings [18:07] block all incoming packets will stop it [18:08] but then, you won't be able to remotely connect to it [18:08] like say, over ssh [18:08] the ONLY way to have both at the same time [18:08] is to do like port-knocking [18:08] smokie: be aware that apache also advertises ubuntu with some banners, and likely other services will too [18:09] smokie: you may have to recompile some packages if you're really interested in hiding them all. [18:09] sarnold, if he only wants to stop it saying ubuntu [18:10] patdk-wk, im using a custom port for ssh [18:10] smokie: oh, lookie there, in sshd_config: DebianBanner [18:10] yes, but you want to stop it saying using ubuntu ssh, or stop anyone from knowing you have ssh [18:10] that's probably what you want [18:10] but i thought it would be a good idea to hide the OS as well from noisy ppl [18:11] there are limited benifits from that [18:11] almost none really [18:11] the only thing it can be used for, is to know if your fully patched or not [18:11] the scriptkiddies will run all their vaunerabilities against it, no matter what [18:12] or to find which services on your network may not yet be under your administrative control [18:12] patdk-wk, that makes sense [18:12] true [18:12] sar? [18:12] sarnold, you mean, like a linux vs cisco router vs windows? [18:14] patdk-wk: yeah, it's a lot easier to figure out what some random IP address is if you can figure out what OS it's running or hardware it's running on :) [18:14] normally do that just using the tcp flags :) [18:14] pof! :) [18:15] patdk-wk: that'll tell you kernel anyway, hehe === Guest40819 is now known as A8oR7icA === matsubara-lunch is now known as matsubara === sync0new is now known as sync0pate [19:02] patdk-wk: that's interesting. netkeyscript runs before root mount, from the initramfs. [19:02] patdk-wk: I didn't want my key to be available online anywhere. === ivoks_ is now known as ivoks === No_one_a1_all is now known as No_one_at_all === mswart_ is now known as mswart === kees_ is now known as kees === esde_ is now known as esde === esde is now known as Guest61418 === Adri2000 is now known as Guest34731 === sync0new is now known as sync0pate === sarnold_ is now known as sarnold === Lcawte is now known as Lcawte|Test === Lcawte|Test is now known as Lcawte === ABC-XYZ_ is now known as ABC-XYZ === cmagina_ is now known as cmagina === Lcawte is now known as Lcawte|Away === tyhicks` is now known as tyhicks === histo_ is now known as histo