[00:56] New bug: #1079941 in ceph (main) "-v version output is broken" [Undecided,New] https://launchpad.net/bugs/1079941 [01:31] Hi. I'm on Ubu12LTS. apt-get update; apt-get upgrade offers a "linux-server" upgrade that's "held back". To accept that upgrade, but STAY ON 12LTS, is "apt-get dist-upgrade" the right command? I'm a little confused by a comment Online: ""apt-get dist-upgrade" does not perform distribution upgrade". [01:33] LauraA: for 'apt-get dist-upgrade' to actually perform a distribution upgrade, you would need to manually edit your apt sources.lists to _ask_ for the different distribution. [01:33] LauraA: apt-get upgrade will not remove packages; dist-upgrade will remove packages if it thinks that is the shortest path to upgrading as many packages as possible. [01:34] upgrade also won't add packages [01:34] Which is the specific issue in this case. [01:34] sarnold: I *just* found that. So if I did NOT changes those source, I'm always "safe" running apt-get dist-upgrade? Or should I stick with just 'upgrade'? I have a ZImbra server which runs on 12LTS. I *must* stay on that distro version IIUC. Trying NOT to mess up here. [01:34] LauraA: there are reasons why Ubuntu prefers the do-upgrade-manager (I think that's the name) over apt-get dist-upgrade when upgrading distributions, but when moving from e.g. quantal to raring in early stages of the raring distribution, dist-upgrade should work fine. [01:34] ScottK: oh? cool. [01:34] ScottK: I've got 'apt-get -u dist-upgrade' on my finger macros for a decade now, I tend to forget the other exists. :) thanks. [01:35] LauraA: There is no risk dist-upgrade will move you to a later release. [01:36] ScottK: Ok. So dist-upgrade, in effect, is just better at cleaning out trash ... at least in my current case? [01:36] In your current case. [01:36] ScottK: THanks a bunch! [01:36] Personally I prefer to just us upgrade unless something gets held back, then I dist-upgrade and pay close attention because packages are being added/removed. === furian is now known as shantorn [01:37] For kernel packages with an ABI bump, this is normal. [01:37] * ScottK has to go. [01:38] see ya ScottK === kInOzAwA is now known as Guest55377 === bigbang is now known as xkrux [03:15] I recently copied over a bunch of pictures to my server & there were a bunch of 'thumbs.db' files from windows -_- How do I search / delete all of these annoying files without hurting anything [03:16] $ ls -al /mnt/lv1/public/pictures\ \&\ videos/* | grep thumbs.db [03:16] returns well over 250 files [03:17] they are embedded in many folders/directories after /public/ [03:17] find /mnt/lv1/public//pictures\ \&\ videos/* [03:17] find /mnt/lv1/public/pictures\ \&\ videos/* -name thumbs.db -delete [03:17] make sure you try once omitting the -delete to ensure they're the right files [03:18] see also: http://mywiki.wooledge.org/UsingFind [03:18] yup I tested the find command first. Thanks I haven't used it yet. xD 9 days in :p [03:19] qman_: thank you it worked beautifully. [03:19] what do thumbs.db folders even do? [03:20] no idea why these pictures I got from my mom's win7 had so many freaking thumbs lolz === n0ts_off is now known as n0ts === jiboumans_ is now known as jiboumans === n0ts is now known as n0ts_off === acidflash_ is now known as acidflash === kInOzAwA is now known as Guest3629 === mcclurmc_away is now known as mcclurmc === mcclurmc_away is now known as mcclurmc [11:08] hello [11:09] can someone please help me? [11:09] i'm on ubuntu 12.10 and it won't detect my hardware raid === n0ts_off is now known as n0ts [11:13] heloo === cpg is now known as cpg|away === Guest34572 is now known as Ard1t [13:03] what is your hardware raid brand/model? === bigbang is now known as xkrux === n0ts is now known as n0ts_off === yofel_ is now known as yofel === security is now known as babaji === babaji is now known as security [17:48] hey guys I'm considering setting up some file shares is it possible to setup nfs to where it will require a username and password to access the share? [17:53] eagles0513875_, not that i am aware of. [17:53] eagles0513875_: kerberos [17:53] :-/ what exactly are kerberos andol [17:54] kerberos is .... a (very) complicated authentication mechanism . [17:54] eagles0513875_: Well, you can setup kerberos to require the username and password, and have nfs require a kerberos "ticket." [17:54] ok any good how to's as to kerberos is something entirely new to me [17:54] https://help.ubuntu.com/community/Kerberos [17:55] Yepp, there is definetly a threshold to get over if you want to use Kerberos. [17:56] andol: I am more then willing to learn :) [17:56] andol: would kerberos be a better alternative to using samba as a domain controller and radius authentication? [17:57] eagles0513875_: Those options does not neccesarily exclude each other. [17:57] ok [17:57] And since you mention Samba, Kerberos is one of the major componenent in the Windows AD. [17:58] ok [17:58] well reason I'm asking about authentication si that I'm setting up this dedicated server as a file sharing server for me my gf and her brother for music movies etc between us [18:00] eagles0513875_: In that case Kerberos+NFS is overkill, especially if you have no previous experience with it. Also, if you will only be sharing media files you really don't need to precicely keep unix filesystem info that tightly. [18:00] andol: i prefer to just for a layer of security [18:01] is there no way to have ifs check username and password against the username provided and the password in the shadow file [18:01] i know that can be done with samba [18:01] eagles0513875_: Well, assuming there will be both unix and windows computers connecting to it I would use Samba plain and simple. [18:01] linux windows and mac [18:02] Yepp, stick to Samba, especially since as I mentioned there really not being that much NFS advantage in the case of media files. [18:02] will do [18:02] hopefully the documentation i found on how to forge works [18:03] at least if it doesn't i have full control on reformatting [18:04] andol: I am guessing i should keep the users home directories separate from the rest of the system in case i need to reformat? [18:04] eagles0513875_: Keeping /home on a separata partition is often a good idea. [18:04] Of course, you will want to have the home direcotires backuped up no matter what :) [18:07] that is my next issue :-/ dunno to what [18:08] andol: mind if i poke you if i need help as I'm doing this [18:11] eagles0513875_: Might as well ask the channel in general. Don't think I have touched Samba for three or four years so. [18:12] ok [18:13] andol: would something written for 12.10 be backwards compatible in terms of setup in 12.04 [18:13] http://www.youtube.com/watch?v=9n-vDVeyDCY <-- that is what i found not sure if its going to work but I'm going to give it a shot [18:13] eagles0513875_: In nine times out of ten, or so. [18:13] ok I have nothing to loose at this point [18:17] here is my first oddity i have found in this how to is libcups2 necessary with samba?? [18:49] eagles0513875_: Samba also providers printer sharing capabilitlies, hence libcups. [18:49] i thought so but i don't find it useful to be honest [18:51] Most programs contain feauture not everyone find useful. [18:51] won't i need the printer connected to the server anyway unless I'm using ipv6 ? [19:23] hey guys I am having trouble connecting to my file server via windows machine or mac machine i am using samba [19:39] New bug: #1078649 in ntp (main) "tzdata shows wrong date and no possibility to change it" [Undecided,Confirmed] https://launchpad.net/bugs/1078649 === Guest63188 is now known as kInOzAwA === cpg|away is now known as cpg === escott_ is now known as escott === erichammond1 is now known as erichammond