=== Aaton_off is now known as Aaton === cpg is now known as cpg|away [03:05] hi there [03:05] I'm a new comer [04:06] New bug: #1004465 in krb5 (main) "heimdal and mit kinit doesn't handle expired credentials" [Undecided,Confirmed] https://launchpad.net/bugs/1004465 === cpg|away is now known as cpg [04:26] New bug: #1005821 in memcached (main) "Can't use # as the delimiter between key prefixes and IDs." [Wishlist,Expired] https://launchpad.net/bugs/1005821 === cpg is now known as cpg|away === cpg|away is now known as cpg === cpg is now known as cpg|away === Aaton is now known as Aaton_off === n0ts_off is now known as n0ts === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts === cpg|away is now known as cpg === cpg is now known as cpg|away === cpg|away is now known as cpg === n0ts is now known as n0ts_off === cpg is now known as cpg|away === cpg|away is now known as cpg === cpg is now known as cpg|away [09:59] <_johnny> so, in mysqld, i have InnoDB disabled, because "skip-innodb" is defined. however, i don't have it in what i believe is my.cnf. any way to tell which conf it uses? (i tried putting it in the basedir) === Lcawte|Away is now known as Lcawte [10:54] Hi, while doing an upgrade from 8.04 to 10.04 we had a small problem, our boot LVM was slightly to small, we fixed this and had the boot continue but something's missing (probably the kernel modules) which makes it impossible to boot (the root filesystem is an LVM, so it needs that module), now the odd thing is that when we chroot from a live environment with root and boot lvm mounted properly we are not able to run apt-get or dpkg, [10:54] even though the path is correct and /usr/bin contains other binaries, does anyone know why we cannot use apt-get, aptitude, dpkg, etc. ? [14:26] New bug: #1030520 in logwatch (main) "logwatch: Makes use of $^X, broken under overlayfs." [Undecided,New] https://launchpad.net/bugs/1030520 [15:11] New bug: #1030534 in openssh (main) ""sftp -r remotedir ." creates directories with wrong permissions" [Undecided,New] https://launchpad.net/bugs/1030534 === Ursinha` is now known as Ursinha === Ursinha is now known as Guest30039 === cpg|away is now known as cpg [19:26] hi. i'm using 12.04. i want to not install recommended software by default. i'm able to do this by passing --no-install-recommends to apt-get install, but how can i set this as the default, so i don't have to pass that option every time? [19:28] lunaphyte: what sort of software do you want to not install? [19:28] btw, recommended software usually isn't installed during apt-get install - only required bits are installed (AFAIK) [19:29] recommended bits are listed, but not installed [19:29] it's not a specific case, i just want the default to install only depends, not recommended. [19:29] I don't think recommended packages are autoinstalled [19:30] i'm not so sure of that. some time ago the policy changed to installing recommends be default. i've just done a 12.04 installation, and the behavior is still present [19:30] *by default [19:30] lemme check [19:32] as an example, compare the two operations: [19:32] apt-get install qemu-kvm and apt-get install --no-install-recommends qemu-kvm [19:33] no, you're quite right [19:33] the former wants to install 31 packages, the latter 28 [19:33] I was thinking of "suggested packages" [19:33] in that particular example, it's not such a huge deal, but unfortunately, because of the brain dead choices some packagers make, there are some packages that are downright absurd. [19:33] ah, i think i've figured it out. [19:35] in /etc/apt/apt.conf.d/ - create a file [for example 00DisableInstallRecommendsSuggests], and put in it APT::Install-Recommends "0"; [19:35] for the sake of being thorough, you can also put APT::Install-Suggests "0"; in there as well. [19:35] now, that's intuitive... [19:36] obviously it won't make a difference at the moment, but when those of infinite wisdom decide to make the same change with suggests that they made with recommends, you might avoid some pain. [19:36] wouldn't a config file be a bit better? ;) [19:36] heh, well, that's another funny ubuntu-ism/debian-ism. [19:37] that *is* the config file. it actually goes in apt.conf, but because it's chopped up into tiny bits like most config files in ubuntu, you get the config directory instead. [19:41] it gets really nasty when things like x or video/audio stuff starts getting dragged in. the cascading you end up with is devastating. [19:42] here's a really illustrative example: add the virtualbox repository to your sources, and then compare apt-get install virtualbox-4.1 with apt-get install --no-install-recommends virtualbox-4.1 [19:43] without recommends: 55 packages, 190mb. with recommends, 398 packages, 701 mb. [19:49] hi, do you want to hear a fun story (well, fun is maybe not the right word.. ) ? :) [19:49] I have a problem :( .. I have installed Ubuntu Server 12.04 and played around with some FTP servers, mostly vsftpd, which i never got to work as i wanted to (due to config problems i think), but i followed a guide on the Internet.. which i never should have read, i should add an ftp user, with the home directory of /var/www/ which i did, and then things got crasy, while working on some user groups and permissions, i dis [19:49] abled the root account (so i could not login as root), changed my administrator accounts primary usergroup to ftp and somehow changed the users shell to /bin/false and LOST any chance to get it back, beside that, i logged out...ooops... and now i have lost ANY contact to the server.. [19:50] time for a reinstall :( [20:03] <_ruben> Kuggi: or boot into recovery mode, or use a live cd to fix your group membership [20:03] 1. Don't use FTP, for anything, ever [20:03] 2. Everything you've broken can be fixed from recovery mode / live CD [20:04] <_ruben> oh, if life only were that simple (regarding 1.) [20:04] <_ruben> but yes, it's a nasty protocol [20:05] _ruben & qman__ i wanted to use ftp to transfer some php files to the /var/ww folder, what else could be used ?, i will try to run the recovery mode from a live cd.. but most guides online is only about how to recover a lost password, well i have the password, but no group access :) [20:05] SFTP [20:05] qman__ secure ftp ? [20:06] it's built into openssh [20:06] so, more than likely, you already have it [20:06] and it's already set up [20:07] qman__ but my php editor (Dreamweaver) want an ftp server :(.. i can of cause connect to ssh (openssh-server) but still have no access hehe.. [20:07] <_ruben> tho i'd still prefer ftp over ftps (with my firewall admin hat on that is) [20:09] _ruben running local with no inet access on the server the security is not so important for me :) (my ufw firewall blocks everything ecept local network & ubuntu updates ) [20:10] surely dreamweaver can do sftp... [20:10] according to dreamweaver, they support sftp [20:10] lunaphyte i have to test if of cause :) when i gets the server back.. [20:11] atleast if you have a version newer than or equal to 2004 :) [20:11] patdk-lap running CS6 from adobe cloud :) [20:11] in that case, it's already compromised :) [20:12] gah. this whole thing just seems like it has bad news written all over it. [20:12] but that defently supports sftp [20:12] ftp sftp or webdav [20:13] should i drop using vsftpd and just make a share on the server and add the share to my work pc ? (seens like the best solution) [20:13] yeah, I certaily hope you're a better coder than you are a server admin [20:13] seems* [20:13] qman__ a lot ;) running ubuntu server for 5 month ... coding for 11 years ;) [20:14] but my other world has windows on every wall :P [20:14] I bricked up mine [20:14] you should use SFTP, because it's probably already there, it's extremely simple to set up (apt-get install openssh), and it's more secure than any of the other mentioned options [20:14] sunlight is bad [20:15] qman__ i will then :) [20:16] patdk-lap i know.. but have not taken the steps to remove windows for Ubuntu desktop jet.. just playing around with my private server.. skipping windows 2008 Web Edition... [20:17] (i would have been fucked in gentoo :P ) [20:19] well.. back to the server.. thanks for the talk here :) === Guest30039 is now known as Ursinha === Ursinha is now known as Guest50562 [20:50] ukpe.exe [20:50] me.com [20:50] leow9! [20:50] * phantasy -eolwkc [20:50] ANOOOOS VISTA ARABIC SP2 part18 rar [20:50] * phantasy | [20:50] * phantasy computer [20:51] * phantasy #define LEVELS 0xd50 #define MIBBIM 0xd51 #define MUCOOL 0xd52 #define REMOTE 0xd53 #define SERBAL 0xd54 #define SHOTPB 0xd55 #define SHOTPR 0xd56 #define TESTZY 0xd58 #define TEVCAL 0xd59 #define TEVCRG 0xd5a #define TEVMTN 0xd5b #define TEVSKY 0xd5c #define TIMEAV 0xd5d #define TOR910 0xd5e [20:51] * phantasy NUM101 [20:51] * phantasy $0@p [20:51] ukpe4lo921 $0@p = x d&d Dr3@m [20:52] * phantasy ukp.exe [20:52] * phantasy leiw9!.exe [20:52] * phantasy computer.exe [20:52] * phantasy uklki9ic;, $0@p [20:52] * phantasy |ukp347*!k=.c0m;elwo9.exe [20:52] * phantasy leko9cl@u$3r [20:53] lewq-9cz-NUM101.exe [20:53] ukp.t3chn0.com.exe [21:13] Myrtti: thanks [21:15] what the? === Lcawte is now known as Lcawte|Away === Guest50562 is now known as Ursinha [23:35] hi [23:37] i'm trying to get two raid1 arrays using a preseed file [23:37] one for /boot and the other for swap and / [23:38] this is using 2TB drives [23:38] could someone please help me figure out what i'm doing wrong here? http://pastie.org/4355573 [23:38] i'm trying to get the / partition to use the maximum space left in the volume group [23:39] instead i end up with a ~200GB partition [23:48] set to reserve 10%?