[00:00] but thanks [00:00] anyway, might edit /etc/default/grub cause there's logic I didn't expect in grub.cfg [00:00] change it from 2 to 30? [00:00] I think update-grub will generate a new grub.cfg (run it as root) [00:00] sure [00:01] then reboot and see if your drive is recognized [00:01] so what I pasted you didn’t expect? [00:01] heh, yeah, I was expecting just a set timeout=n in there [00:02] line 90 is probably what you'd change, but changing that would be a bit of a hack with that logic wrapped around it imo [00:02] oh, while you're acquainted to that timeout in grub.cfg, you might check if /etc/default/grub and update-grub actually changes that timeout valie on line 90 [00:02] value [00:03] in /etc/default/grub it’s line 9 [00:03] GRUB_TIMEOUT, yeah? [00:03] i was just going to change /etc/default/grub [00:03] yeah, change that file, then run sudo update-grub [00:04] without running update-grub, grub.cfg will not be changed and for this scope, there would be no changes to how your system boots [00:05] tbh, I wouldn't be surprised if your HDD is recognized after this [00:05] then reboot? [00:06] did you run update-grub yet? [00:06] yup [00:06] was that line changed in /boot/grub/grub.cfg? [00:06] woops, didn’t check :) [00:06] too late [00:06] hahaha [00:06] it probably was :) [00:06] i’m super reckless [00:06] nah [00:07] it's your box without any HA apps, right? [00:07] high availability? [00:07] ah crap, google.com is down! where do you work again? I am not responsible! [00:07] hehe [00:07] yeah it’s mine. cobwebs inside and everything [00:07] yeah [00:07] yeah you're good [00:08] prepare for an ungodly 28 extra seconds! [00:08] seriously [00:08] this is torture [00:08] I saw you should boot grub from a floppy [00:08] maybe a zip disk [00:09] no dice [00:10] still not recognized? [00:10] nope [00:11] ah, shucks [00:11] might put that timeout back ;) [00:11] grub.cfg does show timeout = 30 [00:11] so that worked, but that’s it [00:11] yeah this stuff didn't fix it [00:11] hm [00:11] no worries Synthead [00:11] thanks for the help though [00:12] still thinking about your issue [00:13] i read somewhere messing with fstab might be the trick [00:13] know about that? [00:13] jarkinox: well, the issue seems to be at a lower level than that [00:13] fstab just affects present disks [00:14] your disk isn't recognized yet [00:14] what about https://bbs.archlinux.org/viewtopic.php?pid=1081842#p1081842 ? [00:14] you might be able to add usb-storage.delay_use=5 (or something higher) to your kernel options [00:15] jarkinox: does the external enclosure have its own power supply? [00:15] looks like you can add it to modprobe.d too [00:16] jarkinox: what if you did this? echo "options usb_storage delay_use=5" > /etc/modprobe.d/usb-storage-delay.conf [00:16] jarkinox: you'd have to run this as root (not sudo) [00:17] jarkinox: sudo -i will get you in as root [00:17] jarkinox: after touching that file (and setting grub's timeout back to what it was), try rebooting and checking again [00:19] TJ: It does have it’s own power supply [00:20] Synthead: I’ll need to digest what you posted [00:20] jarkinox: that device is known to have a problem; it's the additional enclosure device that causes the issue [00:20] TJ-: it's going to be a permanent install on this box and his mobo has only usb 2 [00:20] yeah I had a problem with it from the very beginning because it’s 3tb and was partitioned using GUID [00:21] jarkinox: basically, via that file, you'd be telling the linux kernel to wait for 5 seconds before giving up detecting this drive [00:21] i’m fine with it if the device itself is the problem [00:21] jarkinox: it defaults to 1 second. might experiment with something silly, like 30, just to ensure that this isn't the issue [00:22] i was just pissed i couldn’t configure it properly when my toshiba hdd was working fine [00:22] i’ll try that [00:22] later though. It’s time for my hourly daytime beer :) [00:24] hehe [00:24] jarkinox: good luck, and enjoy :) [00:24] thanks Synthead. really appreciate it [00:25] jarkinox: if this is too much of a headache, ripping out the HDD from that enclosure and attaching it via SATA will almost certainly make it work [00:25] jarkinox: you're welcome! === parzzix_ is now known as parzzix [08:46] hi, suppose I want to give a local domain name (like cabbage.carrot) to a local machine running 14.04. Would the first part of this answer apply to me too? http://askubuntu.com/a/190954 [08:46] (also is cabbage.carrot an FQDN or an unqualified one?) [09:04] freeroute: it'll be your fqdn [09:04] freeroute: that is, if cabbage is your hostname [09:05] fqdn == hostname.domain [09:05] as in myhost.subdom.dom.tld [09:05] or something like that [09:05] freeroute: most use .local for the tld if it's locl [09:19] RoyK: as I see, so if I simply edit the /etc/hostname and /etc/hosts, restart the service and all local machines will be able to reach the machine when they type http://cabbage.carrot? Or do I have to somewhere make a DNS server? [09:19] *ah [09:28] you need dns [09:28] or hardcoded things in /etc/hosts [09:28] for each client [09:35] ooh ok. [09:35] cool, thanks :) [09:36] I have 3 servers with only one NIC, accesible over the internet, that I want to use as kvm hosts to make some sort of LAN of VMs then use the VMs to learn more about OpenStack. what is the faster aproach to this kind of setup? [09:43] just use bridging [09:43] if you want them in a cluster, you'll need shared storage of some kind [09:44] nfs is the easiest [09:44] and you'll want corosync etc to avoid starting the same vm two places [09:45] sorin-mihai: local or shared storage? [09:47] RoyK, I'm kinda new at this... each server has it's own storage [09:47] sorin-mihai: do you want to run them separately or as a cluster? [09:48] now I only have the latest ubuntu installed, and I think that a cluster ov VMs would do. I don't think MaaS installed on hardware would help, since I don't have enough servers [09:49] sorin-mihai: perhaps try #virt @ irc.oftc.net [09:50] sorin-mihai: setting up a kvm cluster isn't too hard, but if you're new at this, it might take a while studying how it works [09:50] MaaS would work for a cluster of VMs for a PoC? [09:50] MaaS doesn't have anything to do with the cluster config [09:52] I think that if I get a kvm cluster with 9 VMs then I can go on with the MaaS stuff. or is it too much overhead? [09:53] something like kvm cluster > MaaS > Autopilot > OpenStack [10:17] Good morning. === Piper-Off is now known as Monthrect [13:47] hello everybody, I am planning to set up a homeserver and thought about using ubuntu-server. I hope someone can answer me a few question [13:47] Club-Mate: Go ahead, ask ;) [13:49] Ok thanks, if you choosed Ubuntu-Server, why did you as there are other Linux alternatives that would probably do I good job too. [13:54] I think what matters most if you're getting started is how you're going to get help. [13:54] If you have a friend who loves Gentoo and will help you, get started with Gentoo. Etc. [13:55] If you dont' have anyone local, then consider how you'll get help on the Internet generally. [13:56] Ubuntu Server is the most popular distro for homeserver use I think. Certainly one of the top ones. So that means that you're more likely to find help on the Internet when you need it. Included direct help for your problems as well as general guides on how to do things. [13:57] Club-Mate: Ubuntu/Debian are easy to get going. I personally run Gentoo on my homeserver. But we usually go with Debian/Ubuntu since they are easy and well known. [14:07] Thanks. If I want to use certain services like OwnCloud, can I simply install them from the official repositories or do I have to download them from the Developer's website to get the latest version? A PPA would be an easy alternative to repository? [14:08] you could use a docker container [14:35] the only way you can get latest, in a distro, is fedora probably, and likely gentoo [14:36] or you forget the distro, and install it yourself, from the source [15:41] I'm logging into a ubuntu server used for LAMP that hasn't been maintained for years. What are some basic things to check other than apt-get updates? [15:43] han420: are you concerned about potential compromise of the server? [15:46] there are no signs of that that I can see, but I'd like to start by looking for them [15:48] or checking if everything's normal - is there some standard procedures? some logs to look at? [15:49] han420: well, if the logs aren't compromised, they're all under /var/log/ 'auth.log' [15:50] I would take the server offline and take a snapshot using a known uncompromised machine. [15:50] han420: if you're at all concerned then take it offline, mount its file-systems on another host, and use some rootkit scannera [15:50] Then compare everything on the filesystem against what Ubuntu shipped in packages. [15:51] And account for all differences. [15:52] han420: original file MD5 hashes per-package can be found under /var/lib/dpkg/info/.md5sums (using a known good host of course) [15:52] Finally update it while it's still offline. [15:53] I don't consider MD5 good enough for checking that. Use SHA1 at least. SHA2 preferably. Or just do a byte-for-byte comparison as you'll have to calculate hashes anyway. [16:01] Thank you, I'll look into it [16:17] is there some alternative for dell openmanager ? [16:17] I think it uses too much resources ? [16:53] YamakasY: the only source for Dell OpenManager is Dell.... [16:54] Walex2: alternative != source === mukhbiir is now known as neoark [17:54] how do u add modify user accounts on proftpd in ubuntu, please point me to a guide either via ftp commands or via ssh terminal === ainTcent is now known as samsn [18:08] how do u add modify user accounts on proftpd in ubuntu, please point me to a guide either via ftp commands or via ssh terminal [18:30] i have 1 nic, inserted one more (a second) nic, but ifconfig only see 1 [18:31] http://pastebin.com/aSc1S7bC [18:54] jak2000: 'lspci' [18:55] Pap00se: http://www.proftpd.org/docs/howto/Authentication.html [18:56] Pap00se: looks for "virtual users" [18:57] Pap00se: and in particular 'mod_auth_file' [18:57] Pap00se: http://www.proftpd.org/docs/modules/mod_auth_file.html [18:59] Pap00se: http://www.proftpd.org/docs/faq/faq_full.html#AEN699 [19:01] Walex2, dunno if that would help at all [19:01] he wanted to modify user accounts for it, but we don't know what he is using for user accounts [19:01] if it is system/pam/file/ldap/sql/... [19:01] proftpd supports a lot of different user systems [19:01] patdk-wk: that is part of the documentation for almost all of them :-) [19:02] * patdk-wk also wonders why he wants a guide, and not documentation :) [19:03] Walex2: http://pastebin.com/aSc1S7bC [19:03] how to enable the second eth? [19:06] jak2000: The same way as you enable the first one. [19:06] jak2000: ifconfig only shows active interfaces, ifconfig -a shows all interfaces. [19:06] ok edit the [19:06] ifconfig shouldn't be used at all [19:06] jak2000: How did you configure your first nic - using /etc/netwok/interfaces? [19:07] interfaces file right? [19:07] yes [19:07] jak2000: note line 19 [19:07] Then configure the second nic in there, too. [19:08] bekks how to rstart network service? [19:08] jak2000: Depends on the ubuntu release. [19:09] you don't [19:09] 14.04 [19:09] use the ifup/down commands [19:10] bekks patdk-lap: http://pastie.org/10641935 [19:10] your missing the auto line [19:11] why is there a gateway on it? [19:11] only one interface should have a gateway defined, or your just asking for problems [19:12] removed... [19:12] done [19:13] not know why answer the ping [19:13] but answer the ping :) [19:50] thanks walex === Lcawte|Away is now known as Lcawte [20:59] checking out a new VPS with 15.04 on VZ. There is no apache2 unit in list-unit-files. Is this normal when we are handed the VPS already setup? [21:00] oh, see I got wise by asking the ques. Its in /etc/rc2.d [21:32] hello === Lcawte is now known as Lcawte|Away === ainTcent is now known as samsn [23:50] hello