id
stringlengths
15
40
text
stringlengths
4
4.04M
source
stringclasses
1 value
added
stringlengths
26
26
created
unknown
metadata
dict
2015-04-04-#ubuntu-server
[02:29] <zhhuabj> https://docs.google.com/document/d/1Lhvp2-fbW8rezaipQklk3tzU7mIefH3J2UUFUW5Dv24/edit# [02:30] <zhhuabj> sorry, type error [02:30] <zhhuabj> pls ignore it [02:31] <sarnold> you may wish to check the ACLs on your doc to make sure it is properly restricted [03:48] <brianw__> anyone here use lxc for samba ad dc containers && ctdb/glusterfs samba dfs file servers (containers) ?? [03:49] <brianw> my nick is brianw [03:49] <brianw> :) [09:40] <arcsky> hello [09:40] <arcsky> i have empty files messages/syslog. what can i do about it? [10:57] <samba35> i am trying to confiugre mail /web server @home ,i am able to send email but i am not sure how pop3/pop3s to be configure [10:57] <samba35> i am behind a firewall /utm /pop proxy for spam and antivirus and other thing ,if i have to use ssl certificate do i have to use my own certicate (create with openssl ) [11:01] <samba35> using ubuntu 14.04.2 [11:02] <bekks> samba35: "Yes." [11:12] <samba35> bekks: thanks [11:12] <samba35> if i am using proxy /relay do i have to use that proxy's certificate ? [11:13] <bekks> No, since you want to configure your own mailserver, not the proxy server. [11:14] <samba35> my ubuntu mail server is behind utm/firewall /proxy [11:15] <samba35> in that case do i have to use that utm/firewall/proxy's certificate ? [11:15] <samba35> or i have to use dovecot's certificate [11:16] <samba35> my mail server use relay to deliver mails [13:12] <pi-> I'm seeking to remotely (from my MacBook) modify files in my VFS's /var/www/html. I'm looking at using sshfs to do a remote mount. I can get it working for mounting ~ but not /var/www/html [13:13] <pi-> sshfs pi@46.101.38.186:/home/pi ~/RemoteFS/droplet_home <-- works, asks me for my remote pi password [13:13] <pi-> sshfs -o allow_other root@46.101.38.186:/var/www/html ~/RemoteFS/droplet_webroot <-- asks me for my remote root password, but rejects it even though I know I'm typing it in correctly [13:14] <pi-> ah I have disabled remote root access! [13:14] <pi-> d'oh [13:15] <pi-> So what I'm wondering is whether I can move everything from /var/www/html to say ~/web, and symlink [13:15] <pi-> Does this sound sane? [13:26] <Jare> remote root..grrr [13:27] <Jare> change the file owner/group for that dir+files, just ensure that the webserver has permissions to access the files... [13:30] <pi-> I've just done `sudo mv /var/www/html/wiki ~/web/` -- now I need to do something like `sudo chmod -R u+w ~/web` so that user has write-access. But that doesn't seem to have had any effect. [13:31] <pi-> `ls -l web/` displays "drwxr-xr-x 14 root root 4096 Apr 3 15:56 wiki" -- it is failing to set the middle '-' to 'w'. [13:32] <pi-> I'm guessing this is because by doing `sudo`, my 'u' is now going to be root [13:34] <pi-> Just reading up, the owner of that folder is root. So I think I need to be changing the owner to pi. [13:36] <pi-> `sudo chown -R pi web; sudo chmod -R u+w web; ls -l web/` still prints out "drwxr-xr-x 14 pi root 4096 Apr 3 15:56 wiki" [13:38] <pi-> I do notice everything in ~/web/wiki now has ??w ??? ??? permissions. I've just realised I didn't want to do that. heh. Lucky I took a backup. [13:51] <sergey> How to setup mail sever on vps? [14:52] <Voyage> Hi [14:52] <Voyage> I have googled a lot and found no answer workable answer to this question: How to downgrade from php 5.5.9 to php 5.4? [15:01] <teward> Voyage: manual compilation of php 5.4 and removal of the version installed from the repositories, likely [15:01] <Voyage> teward, if I install php5 manually, it wont be connected to apt-get anymore and I would not be able to install modules and auto integrate them with apache etc? [15:02] <teward> probably not, no. [15:02] <teward> Voyage: why do ou need 5.4 anyways [15:02] <teward> it's "old" [15:02] <Voyage> ya, some app requires it. [15:02] <teward> 'some app' [15:02] <teward> the app needs updating [15:02] <Voyage> teward, sugarcrm7.5 [15:03] <Voyage> ok, how about I downgrade/change repository, install php5.4, lock the php5.4 version, change repository to latest again in sources. update? [15:04] <teward> Voyage: still going to be stuck on bad module versions - the modules would've been updated for the version in the repositories, not the version you've installed [15:04] <teward> Voyage: i can't believe that sugarcrm doesn't provide an update package for newer PHP, after all they are kinda bound to PHP upstream's versions, soon enough 5.4.x will probably burn [15:04] <Patrickdk> how did you get php 5.5.9? [15:04] <Patrickdk> 14.04 is 5.4 [15:04] <Patrickdk> or it is 5.5 isn't it? [15:04] * Patrickdk is going braindead [15:05] <teward> Patrickdk: it's 5.5 [15:05] <Patrickdk> ya, so many issues with php 5.5, expectially from zend [15:06] <Patrickdk> it's one thing to have app support for 5.5, it's another when php people can't make support for 5.5 so you can support 5.5 [15:06] <Voyage> teward, so is there a proper solution? [15:06] <Patrickdk> voyage, it's simple [15:06] <Patrickdk> you just rebuild the 5.4 or 5.3 php packages for your release [15:07] <Voyage> rebuild the 5.4 ? [15:07] <Voyage> Patrickdk, what do you mean? how? [15:07] <Patrickdk> I am not going go into how [15:07] <Patrickdk> as I don't feel like holding your hand for the next x hours to do it [15:07] <Voyage> Patrickdk, rebuild manually without apt and repositories? [15:07] <Patrickdk> that is what google is for and all the webpages that tell you [15:07] <Patrickdk> why would you do that? [15:08] <Voyage> Patrickdk, dont worry, I would do the research. just tell me what do you mean by "rebuild" [15:08] <Patrickdk> I never said not to use apt, or repos [15:08] <teward> Voyage: the alternative is to rebuild the debian package - get the older version from Debian or the last version in Ubuntu repositories to have 5.4, rebuild. [15:08] <teward> the tricky part is a LOT of the php modules in the repositories aren't exactly in the php5 source package [15:09] <Patrickdk> anything that touches php will likely need to be rebuilt [15:09] <Patrickdk> but likely, you don't use a lot of them [15:09] <maxb> Though, to be fair, for a complex package like PHP, rebuilding a different series package probably isn't something someone who hasn't previously worked with Debian packaging wants to confront [15:09] <Patrickdk> so probably php base, and 2-3 other packages [15:09] <Patrickdk> maxb, why? [15:09] <Patrickdk> rebuilding php is extreemly simple [15:09] <teward> Patrickdk: apache might hate it [15:10] <Patrickdk> teward it shouldn't at all [15:10] <Patrickdk> can't think of a single thing apache would hate about it [15:10] <teward> Patrickdk: you'd still need to apt-pin the version down - otherwise it'll just overwrite again [15:10] <teward> rebuilding also requires a build environment for it [15:10] <Patrickdk> no [15:11] <Patrickdk> for version, just add a 1: infront of the version, done [15:11] <Patrickdk> or pin it, but that can be annoying [15:11] <teward> rebuilding it as should be done needs the build environment unless you want to install all the build dependencies [15:11] <Patrickdk> rebuilt it in a ppa [15:11] <Patrickdk> no build env needed [15:11] <Voyage> Patrickdk, teward what do you both mean by "rebuild" and what involvment would the repos have in it? [15:11] <teward> Patrickdk: there's probably a reason the person who had the php oldstable PPA stopped after 13.10 [15:12] <teward> i could ask, but i wonder if it's because build deps might be to 'new' or such [15:12] <Patrickdk> I don't know, could look [15:12] <Patrickdk> personally I build my own apache and php's [15:12] <teward> ran into the problem for the znc package, in a PPA, as well, older than 14.04 you have to go grab additional PPAs for g++, have to backport things, etc. [15:12] <Patrickdk> been a requirement for years [15:12] <teward> but the reverse can be true also, build deps drop things that're needed, problems arise, etc. [15:14] <Patrickdk> https://help.launchpad.net/Packaging/PPA/Uploading [15:14] <Patrickdk> best overview url I can locate :( [15:14] <Patrickdk> but that is more about uploading [15:14] <Patrickdk> not really rebuilding [15:14] <teward> Patrickdk: needs a launchpad account, PGP keys uploaded, etc. - not for the faint of heart either [15:14] <Patrickdk> seems most people just post how to rebuild locally [15:14] <Patrickdk> heh, that isn't hard [15:15] <Patrickdk> and it makes distribution so much easier [15:15] <Patrickdk> and updating [15:15] <Patrickdk> vs attempting to make your own local repo [15:15] <teward> Patrickdk: didn't say squat about local repo xD [15:22] <Voyage> Patrickdk, teward what do you both mean by "rebuild" and what involvment would the repos have in it? [15:24] <tarvid> installing 14.04 on a dell r410 with one 160 gb drive and two 500s. Can install first on the 160 as LVM and then add the 500s? [15:24] <tarvid> make thar r310 [15:25] <Walex> tarvid: why not? [15:25] <Voyage> what will this do sudo sed -i.bak "s/trusty/precise/g" /etc/apt/sources.list ? [15:25] <tarvid> the two 500s are now set up (maybe0 with ESXi, can I just blow those away [15:26] <Patrickdk> Voyage, that will cause LOTS of breakage [15:26] <Voyage> Patrickdk, hm. but what would this do ? [15:27] <Patrickdk> hopefully? nothing, except not let you update/security patch/... [15:27] <Patrickdk> it will attempt to download/install from 12.04 instead of 14.04 [15:28] <Voyage> Patrickdk, you mean, it will change repositories to old ones? [15:28] <teward> Voyage: lots and lots of damage, it'd set your sources to use Precise instead of Trusty and break a ton of things [15:29] <Voyage> Patrickdk, how about I use sudo sed -i.bak "s/trusty/precise/g" /etc/apt/sources.list , install php 5.4 old version, lock it, and then change to new repositories? [15:29] <Voyage> teward, ^ [15:30] <Patrickdk> why do all that? [15:30] <Patrickdk> why not just INSTALL 12.04 [15:30] <Patrickdk> since your doing the same thing, but making it much much more broken that way [15:31] <Voyage> Patrickdk, ya, but I already have a server assembled with latest ubuntu [15:31] <Voyage> ubuntu should provide a way......... [15:32] <Patrickdk> it does provide a way [15:32] <Patrickdk> you can download it, rebuild it, and distribute it [15:32] <Patrickdk> ubuntu does will not support it, so there is no point in them doing it [15:32] <Voyage> Patrickdk, ok. when you say "download it" do you mean downloading a .deb package and installing it??? [15:33] <Patrickdk> no [15:33] <Voyage> Patrickdk, then? [15:34] <Voyage> Patrickdk, what do you meant? download what? [15:34] <Voyage> rebuild what? [15:36] <Voyage> Patrickdk, teward come one people, whats so hard about it? what do you guys actually mean. I am having trouble understanding the terminology here. What is it suggested to be downloaded? if its not a .deb. what is it? [15:36] <Voyage> a .gz.tar? [15:36] <Voyage> are you guys talking about compiling it from source? [15:38] <maxb> Effectively, yes. [15:40] <maxb> "ubuntu should provide a way" you say - well, it'd be more convenient for you, sure, but maintaining multiple versions of software increases the burden of support on Ubuntu quite significantly [15:41] <maxb> It's easy to see why it's not considered an efficient use of developer and tester time [15:43] <Patrickdk> this *is* something rhel does [15:43] <Patrickdk> though, only lately [15:44] <Voyage> maxb, hm [15:44] <Voyage> ok. I tried this: is it a good way despite error? I tried this but its not working. echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list Err http://php53.dotdeb.org stable/all i386 Packages W: Failed to fetch copy:/var/lib/apt/lists/partial/php53.dotdeb.org_dists_stable_all_binary-amd64_Packages Invalid file format [15:46] <Voyage> why doesnt this works? echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list [15:47] <maxb> You appear to now be using some site's pre-built packages of a different PHP version. The fact that what you've said includes 'stable' rather than any Ubuntu codename strongly suggests you're trying to use something targetting Debian on your Ubuntu system. If it works at all, it'll be more by luck than intention [15:48] <Voyage> maxb, hm. ok is there ANY way to install / php 5.4 by a repository and lock the upgrade? [15:49] <maxb> No, unless you find someone who is specifically building such a repository. [15:51] <Voyage> so http://php53.dotdeb.org stable all wont work. and what about pool? http://snapshot.debian.org/package/php5/5.4.39-0%2Bdeb7u2/ [15:52] <Voyage> max? [15:52] <maxb> Now you're just randomly grasping at irrelevant links you happen to find [15:53] <Voyage> because I cant find a usefull one [15:54] <Voyage> maxb, I really wonder what does the "rebuilding" means when Patrickdk and teward say it but do not explain it [15:54] <maxb> The notion of compiling software? [15:55] <Voyage> from source? [15:55] <Voyage> like in a gz.tar? [15:55] <Voyage> maxb, thats what Patrickdk and teward dont tell.......... [15:57] <maxb> Well, yes, from what else would you build software? That's (by us) assumed to be not worth mentioning. [15:58] <Voyage> why I am getting the error? sudo deb http://snapshot.debian.org/archive/debian/20150329T213024Z/ sudo: deb: command not found [15:58] <maxb> Sorry, it looks like you're looking for something (namely, pre-built packages of a specific version of PHP matched to a specific version of Ubuntu) that doesn't seem to exist because no-one has made that [15:59] <Voyage> maxb, hm. so if I installed php 5.4 by dpkg -i .deb or build it from source, I would not have the advantage to manage related modules / integration by repository and apt-get? [16:00] <maxb> You're getting that error because you typed some meaningless string into a shell [16:00] <maxb> With sudo at the start, no less. You probably want to be a bit more careful about what you run as root [16:01] <maxb> Right, you don't get the advantages of a supported repository of integrated software if no supported repository of integrated software exists for the combinations of versions you want to use [16:01] <Voyage> hm [16:02] <Voyage> maxb, I followed http://stackoverflow.com/questions/17128602/apt-get-identify-all-old-version-numbers-of-a-package answer 1. I wonder what should be replaced for "deb http:// ......" [16:07] <Voyage> this is the correct sudo echo "deb http://snapshot.debian.org/archive/debian/20150329T213024Z/ stable all" | sudo tee -a /etc/apt/sources.list [16:08] <maxb> No, in so many ways [16:08] <Voyage> .. [16:08] <Voyage> it just adds the repo. doesnt it [16:09] <Voyage> to sources.list [16:11] <maxb> So the first thing which is wrong with it is you're trying to add a Debian package source to an Ubuntu system - which, granted, is something that *might* work *sometimes*, but really if you're resorting to that you should just build from source rather than just hoping for compatibility [16:12] <maxb> The second thing that is wrong is 'sudo echo' -- why would you bother sudo-ing a command that doesn't require any kind of elevated privileges? [16:13] <maxb> The third thing which is wrong is that you're trying to use snapshots of the Debian stable release, which is pretty much static anyway, so makes no sense [16:14] <Voyage> hm [16:15] <Voyage> maxb, i guess to write inside /etc would require a root [16:15] <maxb> In the interests of trying to work this conversation around to a more productive direction, let me summarize: You really want something pre-made. But you've searched for some time and it doesn't seem to exist. It's probably best to accept that and reconsider your direction. [16:16] <maxb> Yes but that command isn't writing inside /etc - which you seem to have partially recognized since you do have the actually relevant sudo before tee [16:18] <maxb> As far as I can see your options are basically: 1) Use the PHP 5.5 that ships with current Ubuntu releases, or 2) Compile PHP 5.4 from source [16:18] <Voyage> hmm [16:20] <Voyage> maxb, the only thing I get afraid is if I install php5.4 by source. many modules like sudo apt-get install php-curl or others that integrate with apache auto matically will be a big headache for me [16:20] <Voyage> maxb, am I correct? [16:20] <Voyage> as a side error: W: Failed to fetch http://snapshot.debian.org/archive/debian/20150329T213024Z/dists/stable/Release Unable to find expected entry 'all/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file) [16:21] <maxb> You won't be able to install modules with apt-get to work with a PHP built from source [16:24] <maxb> Though many modules are shipped as part of the main PHP source tarball, and will build with it if the relevant library dev packages are available. [16:24] <maxb> Some may need additional flags passed to PHP's configure script to enable [16:26] <Voyage> maxb, thats the headache [16:26] <Voyage> maxb, ok. which ubuntu version ships with php 5.4/ [16:26] <Voyage> ? [16:26] <maxb> None which are currently still supported [16:27] <Voyage> 12. something? [16:28] <Patrickdk> 12.04 is 5.3 [16:29] <Voyage> whats for 5.4? [16:29] <maxb> Some releases between 12.04 and 14.04 shipped with 5.4, however all such releases have passed their End of Life [16:31] <Voyage> maxb, its 13 then? [16:32] <Voyage> maxb, i see amazon has 64-bit ubuntu/images/ebs/ubuntu-quantal-12.10-amd64-server-20140202 - ami-006a0930 option to launch instance [16:35] <Patrickdk> that would be unwise [16:36] <maxb> I'm quite deliberately not saying the exact version number because I can't consider deploying something afresh on an OS version that has already reached EOL to be a sensible move [16:36] <Voyage> unwise? why? because its old? [16:36] <Patrickdk> cause it is NOT MAINTAINED [16:36] <Patrickdk> you will NEVER get securty updates for it [16:36] <Patrickdk> it already has known vulnerabilities [16:36] <Voyage> hm [16:37] <Voyage> so best solution is to compile by source or dpkg -i deb php.5.4 [16:37] <Voyage> Iam going for the later [16:37] <Voyage> I never compiled anything fromsource [16:37] <Voyage> atleast a deb would be installed auto on default locations [16:37] <Voyage> I guess centos maintins versions [16:38] <Patrickdk> centos doesn't maintain anything [16:38] <Patrickdk> that is the whole point of centos [16:39] <Voyage> who does ? [16:39] <maxb> CentOS is an exercise in de-branding and rebuilding mostly unmodified source from RHEL [16:41] <Voyage> maxb, am. this resulted in a promising message; add-apt-repository ppa:ondrej/php5 [16:45] <Voyage> hm [16:54] <Voyage> ah. no use. my apt policy is still the same [16:54] <Voyage> having 5.9 [16:54] <Voyage> going for db [16:54] <Voyage> deb [16:57] <teward> Voyage: php 5.4 is in his oldstable ppa [16:57] <teward> Voyage: but that isn't updated past 13.10 [16:57] <teward> read: https://launchpad.net/~ondrej/+archive/ubuntu/php5-oldstable [16:58] <teward> Voyage: 12.10 had 5.4, but it's not supported. 12.04 + ondrej's php5-oldstable PPA would give you 5.4 [16:58] <teward> but no guarantees on it having everything you need [16:58] <teward> I remember 12.10 getting 5.4, 'cause one of my patches made it into Debian's packaging to switch php5-fpm from a TCP listener to a linux socket [16:58] <teward> s/linux socket/unix socket/ [16:59] <Voyage> teward, i see [16:59] <Patrickdk> I just normally change it to socket myself [16:59] <Patrickdk> nice the default is that way though [16:59] <teward> Patrickdk: indeed, it changed with 5.4rc1 iirc [16:59] * teward pulls the Debian changelog [17:00] <Patrickdk> this php 5.5 issue is the ONLY reason I haven't upgraded customer facing machines to 14.04 yet [17:00] <Patrickdk> but that isn't so much a ubuntu issue, as it is zend/php [17:00] <Voyage> so whats the easiest way to install and maintain 5.4? where to download. source or .deb? where from"? [17:01] <teward> Patrickdk: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650204 is the bug where it was changed. Thanks to Clint Byrum (SpamapS) for helping get that patch up to debian back when I wasn't as fluent as I am now xD [17:01] <teward> s/bug/php5-fpm listener/ [17:01] <teward> Patrickdk: i don't know if they've reversed it... but i could check xD [17:02] <Patrickdk> oh nice, zend JUST released support for php 5.5 a few days ago [17:02] <Patrickdk> that only took 2+ years [17:03] <teward> wow my vivid vm is outdated o.o [17:03] <teward> oh well [17:04] <teward> Patrickdk: yep, php5-fpm still listens on a socket by default :P [17:05] <Voyage> can anyone tell where to download (I just want to do it wrong experiments) [17:06] <Patrickdk> and it looks like it has backlog support now [17:06] <Patrickdk> Voyage, there is none [17:06] <Patrickdk> you have to create it yourself [17:06] <Patrickdk> no one yes has cared enough, to attempt it [17:06] <Patrickdk> or maybe have, but gave up [17:07] <teward> I may be willing to try and grab Quantal's package and repackage for trusty in a PPA, but I won't go past one attempt [17:07] <teward> i'm lazy after all xD [17:07] <Patrickdk> tried, the configure script is horrible [17:07] <teward> quantal was the last version to support 5.4 anyways [17:07] <Patrickdk> 5.4 configure might be better [17:08] <teward> Patrickdk: um... i meant the actual 5.4 package [17:08] <teward> that was in quantal, try and forward port it [17:08] <teward> xD [17:08] <Patrickdk> but there have been new security patches CVE's that need to be ported to it [17:09] <teward> blah [17:09] <teward> i hate 5.4 [17:09] <teward> why can't app devs actually update their things [17:09] <teward> Patrickdk: i could just pull 5.4.39 from upstream [17:10] <Patrickdk> yep [17:10] <teward> try and wrap the 5.4 debian/ around it from quantal [17:10] <teward> but still [17:13] <Voyage> Patrickdk, no I mean, how to install php 5.4 from source? what you call rebuild [17:14] <Patrickdk> those are two totally different things [17:14] <Patrickdk> install from source, just follow php's instructions [17:14] <Voyage> Patrickdk, which link? [17:14] <Patrickdk> php.net [17:16] <teward> Patrickdk: and I give up - there's too much of a delta [17:17] <teward> (half the patches fail [17:17] <Patrickdk> :) [17:18] <teward> could try ondrej's source but i'm lazy as i said earlier [17:19] <teward> ooo wait there's build fails there that's why [17:19] <teward> nevermind [19:16] <Voyage> I just installed php by source. apache is not displaying my .php files (its showing blank pages ) what can be wrong? apache does not knows if php is isntalled.I gues [19:17] <replman> Hi! I have a cronjob that executes a backup script as user 'backupchef'. In backupchef's home/.ssh i have id_rsa.pub for ssh. When executing the script manually logged in as backupchef, it works. When cron executes the script i get a password failed from the ssh. [19:21] <bekks> Voyage: You downgraded your php5 installation manually, as OerHeks just told in #ubuntu? [19:21] <Voyage> ya. [19:21] <Voyage> I have php 5.4 [19:21] <Voyage> but it should run [19:21] <Voyage> as it is a php... [19:21] <bekks> LOL, no :) [19:21] <Voyage> its just not installed by a repository [19:22] <Voyage> thats the only difference [19:22] <Voyage> right? [19:22] <Voyage> or no? [19:22] <bekks> As it is PHP, it is more a matter of star constellation, water temperature and some voodoo. [19:22] <bekks> In #ubuntu you just made sure that /usr/lib/apache2/modules/libphp5.so is missing. [19:29] <Voyage> bekks, so what do I need to do? [19:30] <bekks> Looks like you need to build the missing modules as well. [19:30] <bekks> Cant you just use a more recent php version from the repos? [19:34] <Voyage> nop [19:34] <Voyage> bekks, which modules? modules on apache side or php side? [19:35] <bekks> Voyage: You are missing the php module for apache. [19:35] <Voyage> hm [19:37] <Voyage> ok how to uninstall php that I installed by source? [19:37] <bekks> Please keep it in one channel :) [19:37] <Voyage> ok [19:37] <Voyage> isnt it the same channel? [19:38] <Voyage> oh. yes. messages dont pass [19:38] <Voyage> rigth [19:38] <bekks> No. This is #ubuntu-server, while you are in #ubuntu, too :) [19:38] <Voyage> ops [19:39] <replman> ok, got my script to work with cron. [19:51] <r0x> Hi. I'm configuring a server and for some reason I want that a certain user can only view a particular folder and that can execute only a set of program/commands (e.g.: I don't want that user X can execute ifconfig, ip, ps and even ping). How I can do that? [19:51] <r0x> I have already asked to #ubuntu channel [19:52] <bekks> r0x: The answers are the same as in #ubuntu ;) [19:54] <r0x> ok, but after I do chroot a certain user can still execute all the commands available on my system? [19:54] <r0x> such trying to ping other hosts on the network [19:57] <r0x> bekks: he can execute only the commands that are available in the bin folder that I create in the chroot environment? [19:57] <bekks> Thats what a chroot is for. [19:58] <bekks> But you cannot hid /proc and /sys from the user. Your chroot will be dysfunctional. [19:58] <r0x> uhm [19:58] <r0x> so i should create a vm? [19:58] <JanC> you could use containers to get even more protection [19:59] <JanC> without needing a VM [19:59] <bekks> r0x: A VM will not help you from hiding /proc and /system. [19:59] <bekks> And containers dont, too. [19:59] <r0x> ok, but if someone see /proc and /system of the vm I don't care [19:59] <r0x> I only want to hide the configuration of the real machine [20:00] <r0x> JanC: with containers I can do what I asked for? [20:01] <JanC> also, to prevent people from executing certain applications, you only need to set/revoke permissions? [20:08] <r0x> JanC: I don't understood when you said "you only need to set/revoke permission?" [20:20] <JanC> r0x: you can set different permissions depending on the user? [20:20] <JanC> or group [20:20] <r0x> no [20:20] <JanC> etc. [20:20] <r0x> Same for all [20:20] <JanC> ? [20:21] <r0x> I don't need that kind of flexibility [20:21] <JanC> eh? [20:21] <JanC> you were asking for it... [20:22] <r0x> I just have a set of users that have the same permission [20:22] <JanC> that sounds like a "group" [20:22] <r0x> Yes [20:23] <JanC> so use it [20:24] <r0x> I found this on the internet: https://openvz.org/Main_Page [20:24] <bekks> r0x: Seeing /proc and /sys will enable users to find out a lot about the effective configuration of the host. [20:24] <bekks> r0x: openvz are containers - and they still reveal a lot about the configuration of the host.
ubuntu-chat
2024-05-13T22:11:01.921989
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "JanC", "Jare", "Patrickdk", "Voyage", "Walex", "arcsky", "bekks", "brianw", "brianw__", "maxb", "pi-", "r0x", "replman", "samba35", "sarnold", "sergey", "tarvid", "teward", "zhhuabj" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-server.txt", "channel": "#ubuntu-server" }
2015-04-04-#ubuntu-ci-eng
[02:10] <imgbot> [11:39] <ogra_> hmm, image 161 failed ... without any build log :/ [11:39] * ogra_ fires up a new build [13:30] <imgbot> [13:30] <imgbot>
ubuntu-chat
2024-05-13T22:11:01.926090
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "imgbot", "ogra_" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-ci-eng.txt", "channel": "#ubuntu-ci-eng" }
2015-04-04-#ubuntu-translators
[11:09] <gtriderxc> Hi! Anyone here?
ubuntu-chat
2024-05-13T22:11:01.927262
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "gtriderxc" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-translators.txt", "channel": "#ubuntu-translators" }
2015-04-04-#ubuntu-si
[07:42] <napsy__> jutro [07:59] <yang> dan [07:59] <yang> https://www.youtube.com/watch?v=1UE_Q1pprEg [07:59] <Seniorita> SCAMMER CALLS PRANKSTER - Microsoft Tech Support Scam - YouTube [07:59] <Seniorita> »This scammer called the wrong guy by calling me. I drove him crazy by pretending to be computer illiterate and not letting him get his way. I eventually let ...« [08:13] <CrazyLemon> .rt [08:13] <jabuk> Trenutno se predvaja: MOVIE - Tusk Vegas. [08:13] <CrazyLemon> lies [08:14] <zdobbie> .rt [08:14] <jabuk> Trenutno se predvaja: MOVIE - Tusk Vegas. [08:16] <CrazyLemon> ah..sedaj celo nekaj predvaja! [08:16] <CrazyLemon> you fixed it..ty [08:16] <CrazyLemon> .radar [08:16] <jabuk> Radarska slika padavin: http://www.arso.gov.si/vreme/napovedi%20in%20podatki/radar_anim.gif [09:13] <napsy__> oh-oh [09:13] <napsy__> ka bo dez [09:40] <CrazyLemon> je že [09:46] <CrazyLemon> .rt [09:46] <jabuk> Trenutno se predvaja: Filastine - Requiem 432. [09:46] <napsy__> a je kak kul nov sci-fi movie? [09:47] <CrazyLemon> not really [09:47] <CrazyLemon> mogoče interstellar če nisi gledal [10:15] <CrazyLemon> https://www.youtube.com/watch?v=ibsgLksrv8U [10:15] <Seniorita> [FULL] Window washers caught in high winds up on Shanghai skyscraper (VIDEO) - YouTube [10:15] <Seniorita> »Window cleaning platform smashes into building (VIDEO 2015) | Watch death-defying window cleaners swinging from China's second highest building in strong win...« [10:15] <CrazyLemon> lol..holy sh1t [10:22] <napsy__> wow [10:31] <napsy__> oh sj v lj tut dezuje [10:35] <idioterna> dezuje ja [10:35] <idioterna> ampak minimalno [10:55] <yang> CrazyLemon: kr scary, šua šua šua ssss sa [10:57] <yang> .vreme lj [10:57] <jabuk> ARSO: Ljubljana (299m): 8°C @04.04.2015 10:00 UTC. [10:57] <jabuk> Vlažnost: 64% jugozahodnik 1.9 m/s oblačno [10:57] <jabuk> Sončni vzhod: 04:38:01, Kulminacija: 11:06:03, Sončni zahod: 17:34:04 [10:57] <jabuk> Dan je dolg: 12ur 56min 03s, Luna je v ščipu [10:57] <yang> nek sem se nahladu vceri, zjutri je se sipa zmrzovala [11:35] <CrazyLemon> http://www.bicikel.com/novice/12467/skyev_amortiziran_pinarello.html [11:35] <Seniorita> Skyev amortiziran Pinarello | Novice | Bicikel.com [11:35] <CrazyLemon> zdobbie ^ [11:35] <Seniorita> »Pri Pinarellu so tik pred dvema najpomembnejšima klasikama s tlakovanimi odseki predstavili okvir Dogma K8-S.« [11:39] <zdobbie> CrazyLemon: kup [11:39] <dz0ny> .yt gosh jamiexx [11:39] <jabuk> Jamie xx - Gosh (5 minut) https://www.youtube.com/watch?v=pFf3fNAwJsY ♥1,736 ▶167,237 [11:39] <CrazyLemon> zdobbie furs ni bil tako zelo radodaren! [11:41] <zdobbie> CrazyLemon: pol pa na autostrado, pa cakat, da kej s tovornjaka pade [11:41] <CrazyLemon> zdobbie been there done that had no luck [11:47] <dz0ny> FU RS [11:47] <dz0ny> :) [11:57] <CrazyLemon> tale tvoj jamiexx sux [12:06] <upd> https://www.youtube.com/watch?v=nhX4rQ79C1A to to [12:06] <Seniorita> [Trance] Female Vocal Trance (Voices in my Head) #72 - YouTube [12:06] <Seniorita> »►Tracklist: 1. 00:00 Giuseppe Ottaviani Feat. Faith - Angel (Walsh & McAuley Remix)[Believe Music] 2. 05:10 Alex M.O.R.P.H. feat. Sylvia Tosun - Antara (The ...« [14:09] <upd> https://www.facebook.com/video.php?v=445848495569599 for a rainy day [14:09] <Seniorita> Magal Jader Donizeti Ferreira Da Cruz | Facebook [14:09] <Seniorita> »Deu trabalho uff« [14:10] <idioterna> srsly [14:10] <idioterna> in taki pol "otroke je treba zascitit" [14:12] <upd> a si otrok [14:12] <idioterna> seveda [14:13] <idioterna> brez greha, tko da komot loh kamne mecem [14:13] <upd> joj otroc ne smejo na internet [14:15] <idioterna> ce majo gej starse pol loh [14:17] <upd> če ti tako rečeš bo že držalo [14:18] <idioterna> nedvomno [14:21] <dz0ny> lol https://www.fsf.org/blogs/community/thousands-of-spaniards-leave-twitter-for-gnu-social [14:21] <Seniorita> Thousands of Spaniards leave Twitter for GNU social — Free Software Foundation — working together for free software [14:21] <dz0ny> pa ni 1. april [14:23] <idioterna> sej se cist sensible post [14:29] <zdobbie> sem preveru [14:29] <zdobbie> res ni 1. april [14:32] <idioterna> but dangerously close [14:37] <napsy__> gnu social? [14:40] <napsy__> zgleda ko nek social network 10 let nazaj [14:42] <napsy__> https://quitter.se/ [14:42] <napsy__> tale celo kul zgleda [14:42] <upd> odkar je bitcoin hočejo vsi vse imet decentralized [14:42] <napsy__> bastardi! [14:43] <napsy__> in .. posers [14:43] <upd> no verjetno je ta želja že od prej kjer authority ne more izklopit vsega z enim gumbom, ampak nikoli se ni toliko razvijal v tej smeri kot se sedaj [14:44] <napsy__> oh .. decentralized .. je dost stara ideja [14:44] <napsy__> dost prej od kakega bitcoin [14:45] <upd> da [15:07] <zdobbie> git! [15:15] <yang> https://www.youtube.com/watch?v=E7Mb40BmUF4 [15:15] <Seniorita> Vojislav Šešelj zapalio zastavu Hrvatske u Beogradu - YouTube [15:15] <Seniorita> »VIDEO: Faruk Zametica/Radiosarajevo.ba« [15:18] <yang> Dođu da me hapse [15:21] <napsy__> oh noes [16:38] <zdobbie> lalalalalala [17:42] <yang> Evo dobil velikonocne dobrote od sosede [17:42] <idioterna> fous sm ti [17:49] <yang> sej mors bit mal fous [17:49] <yang> k je vsega dobrega na talarju [17:57] * CrazyLemon naredu sam velikonocne dobrote [18:02] <napsy__> lol :D [18:02] <napsy__> js sm jih tut prejle delu [18:02] <napsy__> na sekretu [18:02] <napsy__> sam mal v drugi obliki :P [18:02] <idioterna> basic I/O [18:03] <napsy__> o ja [18:03] <CrazyLemon> napsy__ če so dobrote pol jih vrni nazaj na input :) [18:03] <napsy__> :) [18:09] <yang> CrazyLemon: kuhar [18:09] <yang> kaj si spekel potico ? [18:12] <dz0ny> u waw ipfs je pa kr kul [18:40] <dz0ny> idioterna: a bos kej slajde pokazal? [18:40] <idioterna> aha ja [18:40] <idioterna> cak da najdem [18:40] <idioterna> https://docs.google.com/a/zemanta.com/presentation/d/1HaSDUMPQvTOPfihioo20qttnrbkS0sJU7FXtUIrhaGc/present#slide=id.p [18:40] <Seniorita> Does Our Hardware Even Exist? - Google Präsentationen [18:40] <Seniorita> »Does Our Hardware Even Exist? jure.koren@zemanta.com« [18:40] <idioterna> o [18:40] <idioterna> a je na hecnerju senjorita [19:04] <napsy__> to si mel na devops days? [19:07] <idioterna> ja [19:11] <napsy__> je blo vlk folka drugac? [19:45] <zdobbie> X-TREME PROGRAMMING [19:51] <CrazyLemon> yang naah [19:55] <zdobbie> CrazyLemon: a si jo dusil? [19:55] <CrazyLemon> yang naah [19:55] <CrazyLemon> damn [19:55] <CrazyLemon> zdobbie naah [19:55] <zdobbie> CrazyLemon: kupu? [19:56] <CrazyLemon> zdobbie naah [19:56] <zdobbie> CrazyLemon: spocel? [19:56] <CrazyLemon> zdobbie naah [19:56] <napsy_> hum, pair programmign pa nism neki delu [19:56] <zdobbie> CrazyLemon: posvojil? [19:56] <CrazyLemon> zdobbie kinda [19:56] <zdobbie> CrazyLemon: Primc-approved? [19:57] <CrazyLemon> zdobbie naah :( [19:57] <zdobbie> CrazyLemon: za potice gre! [19:58] <CrazyLemon> zdobbie vem.. ampak ampak nisem ravno nek hud ljubitelj potice [19:58] <CrazyLemon> its just ok [19:58] <CrazyLemon> sam ne njej tega povedat..k bo heartbroken [19:59] <zdobbie> njej? [19:59] <CrazyLemon> potici! [20:01] <zdobbie> kk [20:01] <zdobbie> je n'accuse pas! [20:08] <CrazyLemon> evo.. še eno potičko sem naredil [20:08] <CrazyLemon> tole bom primcu poslal [20:08] <CrazyLemon> :> [20:08] <napsy_> pics pls! [20:09] <CrazyLemon> sorry napsy_ ..je že šla na pot [20:09] <napsy_> :( [20:09] <CrazyLemon> :( [20:10] <yang> Najnižje jutranje temperature bodo od -1 do 3, na Goriškem in ob morju do okoli 6, najvišje dnevne pa od 5 do 11, na Primorskem do 14 stopinj C. [20:10] <yang> heh iz +16 gremo spet v minus [20:10] <CrazyLemon> ne se sekirat! [20:11] <napsy_> uu, bom mogu plasc uzet iz omare? [20:11] <CrazyLemon> drugi teden bo spet +16 [20:11] <CrazyLemon> pa zjutraj minus [20:11] <zdobbie> CrazyLemon: as poticko v skoljko naredu [20:11] <CrazyLemon> zdobbie sem! [20:11] <yang> zadnjic sm mislil da je 8 stopinj, pa pridem v avto pa mi je sipa zamrznila [20:11] <zdobbie> what a fuckin' champ [20:11] <CrazyLemon> zdobbie hvala! [20:12] <yang> baje da bo celo snezilo do 400 metrov, se pravi se v ljubljani morda [20:12] <zdobbie> a po vrhu neboticnikov [20:12] <yang> hehe [20:19] <CrazyLemon> http://www.bolha.com/rekreacija-sport/kolesarstvo/kolesa/cestna-kolesa/specialized-tarmac-sl4-elite-najem-rent-a-bike-1298099265.html?aclct=1428166566 [20:19] <Seniorita> SPECIALIZED TARMAC SL4 ELITE NAJEM - RENT A BIKE :: bolha.com [20:19] <Seniorita> »Po dogovoru dajem v najem zgoraj omenjeno kolo SPECIALIZED TARMAC SL4 ELITE 2015 ! Okvir: Specialized SL4 FACT 9r carbon« [20:19] <CrazyLemon> lol... najem :D [20:25] <lynxlynxlynx> dobra ideja [20:29] <CrazyLemon> ja in ne [20:29] <CrazyLemon> če želiš preizkusit kolo.. ga lahko v trgovini brezplačno [20:30] <dz0ny> https://sourcegraph.com/blog/ipfs-the-permanent-web-by-juan-benet-talk [20:30] <Seniorita> IPFS: The Permanent Web, by Juan Benet (Talks at Sourcegraph 003) - The Sourcegraph Blog [20:31] <dz0ny> eto the next "bittorent" [20:32] <CrazyLemon> whats wrong with the current "bittorrent" [20:33] <dz0ny> it's centralized an has no security [20:38] <dz0ny> it doens't have apps(clones of twitter, fb, youtube) [20:39] <dz0ny> tle so appi v html/js/css [20:39] <dz0ny> :) [20:53] <zdobbie> CIAO [21:01] <CrazyLemon> dz0ny no.. pol pa pejt do juana pa ga prašaj če mu lahko pomagaš! :) [21:02] <dz0ny> well i'am [21:02] * dz0ny working on pastebin/imgbin [21:13] <CrazyLemon> dz0ny mislim.. da ti juan plača ! [21:13] <CrazyLemon> a nisi vidu da išče pomoč :) [21:14] <dz0ny> CrazyLemon: pejd spat [21:14] <CrazyLemon> dz0ny dont be grumpy [22:22] <jabuk> M 1.4 > 8.km JZ od VINICE PRI ČRNOMLJU @05/04/2015 00:13:56 https://maps.google.com/?q=45.4+N,+15.21+E [22:30] <jabuk> M 1.5 > 10.km J od VINICE PRI ČRNOMLJU @05/04/2015 00:13:55 https://maps.google.com/?q=45.38+N,+15.21+E
ubuntu-chat
2024-05-13T22:11:01.943587
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "CrazyLemon", "Seniorita", "dz0ny", "idioterna", "jabuk", "lynxlynxlynx", "napsy_", "napsy__", "upd", "yang", "zdobbie" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-si.txt", "channel": "#ubuntu-si" }
2015-04-04-#ubuntu-africa
[06:27] <Kilos> helloooo africa
ubuntu-chat
2024-05-13T22:11:01.946673
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Kilos" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-africa.txt", "channel": "#ubuntu-africa" }
2015-04-04-#ubuntu-vn
[11:29] <vubuntor732> các bác cho em hỏi [11:29] <vubuntor732> làm sao mà mình cài đặt cái wine galium trên ubuntu 14.04 [11:33] <vubuntor732> #d3d9 [11:51] <vubuntor732> các bác ơi cho em hỏi [11:52] <vubuntor732> Radeon HD 7570 với nvidia 7730 64bit ram 5 [11:52] <vubuntor732> cái nào mạnh hơn [12:55] <lewtds_> khổ thân, t7 mà lên hỏi thì chả ai trả lời = ) [16:37] <vubuntor655> ad oi cho hỏi máy mình mới mua về có ubuntu sẵn nhưng mình lỡ làm mất rồi giờ trong boot k thấy thì giờ phải làm sao [18:07] <vubuntor713> em xin chào các anh , xin các anh chỉ giúp , em là người mới đang tập tạnh ubuntu server . em vừa cài u server 14.10 [18:08] <vubuntor713> cài xong rồi em startx ko được . nó bảo phải cài xinit < [18:08] <vubuntor713> em đã sudo apt-get install xinit << nó bảo là Unlocate :( ko tìm thấy gói đó . [18:09] <vubuntor713> xin các anh chỉ em cách nào để GUI nó được bây giờ ? [18:09] <vubuntor713> em là lính mới, nên chưa có biết nhiều , em đang tự học .. [18:10] <vubuntor713> flease help me. [18:10] <vubuntor713> ? [18:11] <vubuntor713> các anh đang xem đá banh ? hay ngủ . nếu ngủ rồi em xin chúc mọi dấc mơ tốt lành. [18:11] <vubuntor713> em xin chào và hẹn gặp lại , rất vui được sài ubuntu [18:14] <lewtds__> cài xfce4 vào [18:50] <vubuntor713> dạ cảm ơn anh nhưng cài thằng xfce4 vô băng lệnh gì hả anh ? sudo apt-get install xfce4 ?? [18:53] <vubuntor713> sao em dùng lệnh đó nó cứ nói rằng : Unlocate .... :( không tim thấy là sao hả anh :(( [18:53] <vubuntor713> em đi ngủ đã nhé. chúc anh mơ tốt lành . [18:53] <vubuntor713> clear [18:53] <vubuntor713> out
ubuntu-chat
2024-05-13T22:11:01.952637
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "lewtds_", "lewtds__", "vubuntor655", "vubuntor713", "vubuntor732" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-vn.txt", "channel": "#ubuntu-vn" }
2015-04-04-#ubuntu-pe
[22:15] <oscar_solo_calla> holas
ubuntu-chat
2024-05-13T22:11:01.953311
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "oscar_solo_calla" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-pe.txt", "channel": "#ubuntu-pe" }
2015-04-04-#juju-dev
[01:17] <natefinch> wonder if anyone's going to complain about my package named conv2state [04:46] <mup> Bug #1403151 changed: local provider stops bootstrapping: "Job is already running" <bootstrap> <local-provider> <juju-core:Expired> <https://launchpad.net/bugs/1403151> [14:07] * marcoceppi_ isn't happy with juju [14:09] <marcoceppi_> http://paste.ubuntu.com/10737540/ [17:36] <mup> Bug #1403151 was opened: local provider stops bootstrapping: "Job is already running" <bootstrap> <local-provider> <juju-core:Confirmed> <https://launchpad.net/bugs/1403151>
ubuntu-chat
2024-05-13T22:11:01.956496
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "marcoceppi_", "mup", "natefinch" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23juju-dev.txt", "channel": "#juju-dev" }
2015-04-04-#ubuntu-touch
[09:52] <spazzymoto> ogra, i think i may have found my issue. If i look in /var/log/lxc/android.log i have the following error lxc-start 17568248.670 ERROR lxc_cgmanager - cgmanager.c:cgm_destroy:570 - Error connecting to cgroup manager [09:53] <spazzymoto> any ideas? i cant seem to find anything on google :/ [10:06] <brunch875> Weee gps is fixed! [10:06] <brunch875> Was there a problem with the servers? [10:12] <spazzymoto> turned on additional debugging for lxc and i receive this message lxc_cgmanager - cgmanager.c:cgm_dbus_connect:151 - Failed opening dbus connection: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /sys/fs/cgroup/cgmanager/sock: Connection refused [10:12] <spazzymoto> anyone have anyideas? [10:16] <brunch875> Not me! :] [10:19] <ChloeWolfieGirl> Hey does anyone know if you can make the video player display subtitles? [10:19] <brunch875> If there's no simple way, it's probably not implemented :p [10:20] <ChloeWolfieGirl> There might be an easy way, I just might be dumb xD [10:21] <ChloeWolfieGirl> How am I suppose to watch mah anime naow? ;-; xD I'll report it if a bugs not already reported :P [10:24] <brunch875> Damn, that sucks! [10:24] <brunch875> http://rikardo.kinja.com/how-to-hardcode-subtitles-using-vlc-and-rendered-mp4-fi-1438028334 [10:24] <brunch875> I found that link though [10:24] <brunch875> it's a slow workaround... but better than nothing [10:40] <CereS2009> Hi, i finally managed to install ubuntu touch on a nexus 4 device. [10:40] <brunch875> Good job! [10:41] <brunch875> Are you enjoying it? :) [10:41] <CereS2009> thx, oh yes! [10:42] <CereS2009> very much like the user interface> [10:43] <brunch875> I love the performance gain [10:43] <CereS2009> however, had some massive problems, because the android kitkat i overwrite is somehow not really supported. so the cellular, video sound wasn't working. [10:44] <CereS2009> until i reinstalled jellybean on the device, flashed ubuntu again and now its working like a charm [10:44] <brunch875> Neato! [10:44] <CereS2009> haven't tried location and mobile data yet, but will do soon. [10:45] <brunch875> I have one of the BQ devices. Before I had the galaxy S plus with cyanogenmod on it [10:45] <CereS2009> is there a "right place" to contribute this info to the installation guide? (https://developer.ubuntu.com/en/start/ubuntu-for-devices/installing-ubuntu-for-devices/) [10:46] <brunch875> I have no idea who's in charge... [10:46] <brunch875> Right now it's saturday morning so channel will be not as vivid :p [10:46] <CereS2009> sure :-) [10:48] <CereS2009> brunch875: do you have a device? [10:48] <brunch875> I have the ubuntu edition BQ e.45 [10:48] <brunch875> E4.5* [10:48] <brunch875> my old android is broken :x [10:49] <spazzymoto> Hey ogra, played around a bit more and found out my android container is giving me this error. lxc_cgmanager - cgmanager.c:cgm_dbus_connect:151 - Failed opening dbus connection: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /sys/fs/cgroup/cgmanager/sock: Connection refused [10:49] <spazzymoto> Any ideas [11:02] <CereS2009> anybody knows, where the contacts of ubuntu phone are actually stored? [11:07] <brunch875> I just ran grep with find [11:08] <brunch875> found this file [11:08] <brunch875> /userdata/user-data/phablet/.local/share/evolution/addressbook/system/contacts.db [11:08] <brunch875> maybe there's where contacts are stored [11:08] <CereS2009> ah great, thanks [11:08] <CereS2009> thought evolution was for calendar [11:08] <brunch875> but there's also [11:08] <brunch875> /home/phablet/.local/share/evolution/addressbook/system/contacts.db [11:09] <CereS2009> maybe they are linked? [11:11] <brunch875> they don't look like symlinks [11:13] <CereS2009> no, but on my hone they have the same changed times [11:13] <CereS2009> at least the phablet dirs [11:14] <brunch875> I tried opening those with sqlite [11:14] <brunch875> they seem to be empty [11:14] <CereS2009> i think its berkley db [11:16] <brunch875> nothing proves otherwise [11:16] <brunch875> there's data inside [11:16] <brunch875> they're not empty [11:17] <brunch875> nope [11:17] <brunch875> they're definitely SQLite [11:17] <CereS2009> i created one contact and the contacts.db in the home dir got updated [11:18] <brunch875> opened them with vi and the header states SQLite format 3 [11:18] <CereS2009> ah, ok [11:19] <brunch875> I scanned all tables with select and they look empty [11:19] <brunch875> :\ [11:19] <CereS2009> i'm still looking :-) [11:20] <brunch875> ah [11:21] <brunch875> I just added a contact and it shows [11:21] <brunch875> seems like google imported contacts are stored someplace else [11:21] <brunch875> but phone contacts are definitely stored in /home/phablet/.local/share/evolution/addressbook/system/contacts.db [11:21] <CereS2009> ah i found it [11:21] <brunch875> where? [11:22] <CereS2009> my contact is in the table "folder_id" [11:22] <brunch875> yeah [11:22] <brunch875> but what about google contatcts? [11:22] <CereS2009> good question [11:24] <CereS2009> i'm looking for a way to csv import my contacts from BB phone [11:26] <brunch875> I found some google contacts files [11:26] <brunch875> but there's plenty of them [11:27] <brunch875> around this place [11:27] <brunch875> /home/phablet/.config/syncevolution/default/peers/google-contacts-2/.@google-contacts-2 [11:27] <CereS2009> good one [11:31] <cwayne> popey, happy birthday! [11:34] <brunch875> is it his birthday? [11:34] <brunch875> Happy birthday popeeeeeeeEEEE!! [12:42] <sa_> what is display server (mir, wayland?) in aquarius ubuntu phone? [12:42] <brunch875> mir! [12:43] <sa_> thank you [14:48] <studio_> hi [14:58] <studio_> Dragonkeeper, are you there? [14:58] <Dragonkeeper> yeah [14:59] <studio_> cool :) can you please give me some more hints how to fix the kernel for the bq e4.5? [15:00] <Dragonkeeper> define fix [15:00] <studio_> nfsd and cifs [15:01] <Dragonkeeper> have u looked at the requiremets needed ? [15:02] <studio_> good question, i thought is is possible only to edit the "project", but it seems to be more ... [15:02] <Dragonkeeper> be same as any other linux kernel, quick google or search in make menuconfig and press / should show u CONFIG_XXX needed [15:03] <Dragonkeeper> then u should have a kernel .config to add it to [15:03] <studio_> my problem is, i cloned the git, but i do not know in that folder to make "make menuconfig" [15:04] <Dragonkeeper> i think u need build the whole ubuntu porting enviroment then add to .config [15:05] <studio_> Dragonkeeper, sorry, i do not understand that :( [15:07] <studio_> is there no interest to make a good kernel for the first ubuntu-touch device? [15:09] <Dragonkeeper> studio_: find port guide build it but add bq stuff then in i think its kernel/arch/configs/deb_something.config , then use brunch lunch dinner to build a .zip iirc [15:10] <Dragonkeeper> or maybe just use the git and put .config in the root of kernel and run make [15:13] <Dragonkeeper> think u need to ubuntu enviroment tho ;/ [15:14] <kokoye2007> hi [15:14] <Dragonkeeper> o/ [15:14] <kokoye2007> i am make OnePlusOne Port [15:14] <kokoye2007> need just system.img and boot.img ? [15:15] <Dragonkeeper> use .zip in out/ dir should have everything needed [15:17] <Dragonkeeper> studio_: pm me all links u got for bq hardware gits [15:18] <kokoye2007> who can help ? [15:19] <Dragonkeeper> use .zip kokoye ? [15:19] <kokoye2007> ahh [15:21] <kokoye2007> i can't see zip Dragonkeeper [15:21] <kokoye2007> guide from here https://forums.oneplus.net/threads/wip-ubuntu-touch-for-oneplus-one.266170/ [15:24] <Dragonkeeper> oh thats just download and flash ? not build [15:24] <Dragonkeeper> UbuntuTouch-20150302-bacon-DEV.zip (contains: boot.img, system.img)and vivid-preinstalled-touch-armhf.tar.gz [17:22] <athos> hi, do I get a terminal emulator + whatever I get to compile to arm to (easily) run on ubuntu touch on my nexus 5? (like running my perl scripts on it) [17:24] <Dragonkeeper> why isnt bq phone listed under phablet-dev-bootstap codenames [17:47] <juzzlin> Dragonkeeper, I'm also a bit disappointed that Qt Creator doesn't recognize my Bq as a Ubuntu Device... [17:48] <Dragonkeeper> juzzlin: mines listes as one but the phablet-dev-bootstrap -v krillin dir command doesnt see bq as a device to pull from [17:49] <Dragonkeeper> https://developer.ubuntu.com/en/start/ubuntu-for-devices/devices/ [17:50] <juzzlin> Dragonkeeper, are you on 14.10? [17:51] <Dragonkeeper> yes [17:52] <juzzlin> Somehow I feel that all devs are on 14.10 or even current 15.04 and that's why nothing works for me, because I'm still on 14.04 :p [17:53] <Dragonkeeper> :s mine came with 14.10 as stock [17:54] <juzzlin> The device, yes...but my desktop... [17:55] <Dragonkeeper> ah, both mine are 14.10 [17:56] * Se7 thinking how long will take for ubuntu phone to become a proper device :P [17:56] <juzzlin> I wouldn't like to upgrade, but I guess I have to.. [17:58] <Dragonkeeper> Se7 works well for me except gps. when thats fixed ill be happy [17:58] <Se7> gps bluethoot [17:59] <Se7> and some other little thing s [18:00] <Dragonkeeper> yeah i mean gps is all needed for mine to be perfect for my needs atm [18:00] <Se7> understod :) [18:01] <Dragonkeeper> im usually at work in a random place not knowing where in country i am ... and my gps doesnt work lol [18:01] <Se7> lol [18:04] <Dragonkeeper> anyone know eta for be phone stable branch to be ubuntu 15 [18:07] <Dragonkeeper> Se7 you use ubuntu-sdk? [18:08] <Se7> i don t know Dragonkeeper [18:08] <Se7> i m a poor ignorant gilr :P [18:08] <Dragonkeeper> :) [18:08] <Dragonkeeper> im confused bout why qmake doesnt exist in the arm kit [18:14] <jobashi> hello [18:15] <jobashi> i have a question re: a bq phone [18:15] <jobashi> specifically i'd like to know how to disable scopes i don't want [18:15] <jobashi> for example, the nearby scope (since i've turned off location) or the news scope (since i frankly don't care to read them), etc [18:15] <jobashi> cam [18:16] <jobashi> can't find anything in the system settings [18:16] <Dragonkeeper> the star in the right corner ? [18:16] <Se7> click on the star [18:16] <jobashi> oh [18:16] <jobashi> sorry i see it now [18:16] <jobashi> first day with the phon [18:16] <jobashi> how would i go about turning them back on? [18:17] <jobashi> sorry if this is extremely basic questions, just opened it for the first time and haven't really seen much about it [18:17] <Dragonkeeper> swipe from bottom [18:17] <jobashi> gotcha [18:17] <jobashi> thank you [18:17] <jobashi> how do i order them? [18:18] <jobashi> other than turning them all off then turning them on in order [18:18] <jobashi> also, if i've turned off location services for the whole phone, do i still have to turn them off individually per scope? [18:19] <jobashi> nvm i see how to order them [18:20] <Dragonkeeper> location is in settings [18:21] <jobashi> i've already turned it off there, but the individual scopes still have the box checked allowing location services, does turning it off globally in settings override that? [18:22] <jobashi> or do i still have to check each scope and turn off location for each scope [18:22] <Se7> each i think [18:23] <Dragonkeeper> needs to be on to work and then each app needs access to work [18:23] <Dragonkeeper> but gps has a bug :) so doesnt matter lol [18:23] <jobashi> ok, so if a scope/app has it on, but it's off in the settings, it still won't work, correct? [18:25] <Dragonkeeper> correct [18:26] <jobashi> ok, thank you [18:33] <jobashi> if an app asked me for location services & i denied it, is there i menu i can go back and grant it? [18:35] <Se7> in the app options i guess [18:36] <jobashi> can't find it anywhere [18:38] <Se7> mmmmm [18:38] <jobashi> i'll try uninstalling and reinstalling [18:39] <jobashi> wanna try out this star app tonight [18:39] <Dragonkeeper> if u denied it then go settings n enable it [18:40] <jobashi> i don't see that option within the app [18:40] <jobashi> unless there was a central list on the phone listing all the apps that could use location services and allowing me to toggle for each [18:44] <Dragonkeeper> there is in settings [18:45] <jobashi> thank you, i found it [18:46] <jobashi> you guys are great, very happy with the phone so far :) [18:46] <jobashi> do you know if the 3g bug has been fixed yet? [18:47] <Dragonkeeper> which bug [18:47] <jobashi> read something about an issue switching from wi-fi to 3g [18:47] <jobashi> needing to restart to get it to connect, or not transfering seamlessly, something like that [18:47] <Dragonkeeper> eh unsure but ive had no problems mate [18:49] <Se7> jobashi, i got same problem yes [18:49] <jobashi> cool, so the only major bug so far is the gps? [18:49] <jobashi> i haven't experienced it myself, just read about it [18:49] <jobashi> but i also don't have my sim card yet [18:50] <Dragonkeeper> i filled both holes ;) [18:51] * Dragonkeeper loves dual sim [18:51] <jobashi> hahaha [18:51] <jobashi> dvda [18:52] <Dragonkeeper> yh bq is a hub where everything is shoved into it [18:52] <Dragonkeeper> poort ports lol [18:54] <Dragonkeeper> right im going afk for bit . had enough of looking at terminals lol [18:59] <studio_> what is the command line to test the gps (offline)? [19:06] <studio_> bye all ... [21:32] <Inglebard> Hi, I have a little question. What is the way to have a fullscreen application with QML for ubuntu touch device ? I don't find how to hide the main top bar (the bar with notification,network,..) [21:36] <doflaherty> I'm not sure you can do it in pure QML. I have a fullscreen app, but it's done through Qt/C++ [21:39] <Inglebard> Oh ok. [21:42] <doflaherty> the question gets asked every now and then so I'd assume the SDK team knows aobut it, but I can't find a bug report on it... [21:43] <Inglebard> What do you use in Qt/C++ to hide this bar ? [21:45] <popey> yeah, you can do it in qml [21:45] <popey> trying to think of an example. [21:46] <popey> sudo apt-get install lolcat [21:46] <popey> erk [21:46] <popey> my clipboard is full of lol [21:46] <popey> Inglebard: https://github.com/kenvandine/pathwind [21:47] <Inglebard> Ok popey [21:47] <Inglebard> thanks [21:53] <doflaherty> popey, is fullscreen done in QML or is it a feature of Bacon2d? [21:54] <popey> you can do it in qml [21:54] <popey> trying to think of a non-bacon example [22:09] <Inglebard> I don't find where the fullscreen is set in pathwind. [22:11] <Inglebard> I will check more deeper tomorrow [22:11] <Inglebard> thanks for your help [22:11] <Inglebard> have a nice day [22:11] <popey> np [22:13] <Dragonkeeper> is there anyway to stop the phone charging a device in its usb port ;/ [22:13] <Dragonkeeper> kills my battery [23:04] <doflaherty> I finally got a picture message on t-mobile! [23:33] <upsideout> I have a question about the framework of unity 8 and the LXC containers that are used [23:34] <upsideout> Like the templeates and config's for the lxc templetes that maybe your package manger uses [23:35] <upsideout> I think I need to talk to stgraber and Saviq from what I haev read in the code and maybe a couple of others
ubuntu-chat
2024-05-13T22:11:01.963435
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "CereS2009", "ChloeWolfieGirl", "Dragonkeeper", "Inglebard", "Se7", "athos", "brunch875", "cwayne", "doflaherty", "jobashi", "juzzlin", "kokoye2007", "popey", "sa_", "spazzymoto", "studio_", "upsideout" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-touch.txt", "channel": "#ubuntu-touch" }
2015-04-04-#ubuntu-ko
[03:05] <uuu> 안녕하세여 [03:13] <LinDol> 안녕하세요 :) [04:12] <ZNC_autowiz> 화창한 토요일 입니다. [05:40] <Seony> 안녕하세요 [05:42] <Seony> 오늘 임플란트 했습니다. 생각보다 많이 힘드네요. [05:58] <PotatoGim> 오오... 의료비가 어마어마하지 않나요? [06:00] <Seony> 좀 비싸긴한데, 한국이랑 별 차이 없는거 같아요 [06:04] <Seony> 치과를 자주 다녀서 치과치료는 별로 겁내지 않는 편이거든요. [06:04] <Seony> 따끔한 마취주사도 은근히 즐기는 편이고.. [06:05] <Seony> 근데, 역시나 드릴로 뼈에 구멍 내서 안에 금속을 넣는건 몸이 힘든걸 아는거 같아요 ㅎㅎ [06:26] <ZNC_autowiz> 사람이면 힘든게 당연한거지요 [07:55] <ghg_> 안녕하세요 지금 우분투 한국 위키 수정중인데 제가 알고있는걸 추가하는게 게임보다 재미있네요;; [08:00] <HolyKnight> http://okky.kr/article/275470 [08:00] <HolyKnight> 오호 그래유? [10:39] <ZNC_autowiz> 잘읽었습니다. [10:39] <ZNC_autowiz> 한참 걸렸네요 ㅎㅎ [10:40] <ZNC_autowiz> 개인적으로 자바 퍼포먼스는 꽝이라고 생각하는지라 . [11:32] <ghg_> 안녕하세요 irc에 다시 왔습니당^^ 우분투 한국 위키를 만지는건 재밌네요 [12:36] <ghg_> https://youtu.be/nh2Hrq1ts0I 3월달 우분투 세미나 동영상이 소리가 안들리네요 ㅠㅠ [13:24] <razgon_MBP> 굳나잇요.
ubuntu-chat
2024-05-13T22:11:01.972635
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "HolyKnight", "LinDol", "PotatoGim", "Seony", "ZNC_autowiz", "ghg_", "razgon_MBP", "uuu" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-ko.txt", "channel": "#ubuntu-ko" }
2015-04-04-#ubuntu-release
[03:44] <wgrant> Today's vivid ubuntu-touch livefs builds have committed builddcide. [03:45] <wgrant> Both the armhf and i386 builds killed two builders each. [03:45] <wgrant> So I suspect there's a real problem there. [03:51] <wgrant> klock: http://paste.ubuntu.com/10735356/ [03:51] <wgrant> kishi07: http://paste.ubuntu.com/10735351/ [03:51] <wgrant> Both died in the same place. [03:55] <infinity> wgrant: I like how kishi came back in 2014 when I rebooted it... [03:55] <wgrant> infinity: We were wondering how it came back. [03:55] <infinity> Maaaagic. [04:00] <infinity> And no changes to live-build or livecd-rootfs...
ubuntu-chat
2024-05-13T22:11:01.974268
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "infinity", "wgrant" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-release.txt", "channel": "#ubuntu-release" }
2015-04-04-#lubuntu
[00:23] <choki> lubuntu is shit. tryin to set xterm 256 color support. why cant simple things work out of the box??? pain as HELL! [00:23] <choki> -.- [00:23] <choki> btw where is philw? [00:23] <wxl> !language | choki [00:24] <choki> yeah [00:29] <choki> stupid, i go to arch [00:29] <choki> just pain to set up [00:29] <choki> https://push.cx/2008/256-color-xterms-in-ubuntu won't help at all [00:29] <choki> bye [00:30] * crepple is listening reading choki and then searching https://help.ubuntu.com/community/Lubuntu/Documentation/LXTerminal/Customising [00:31] <choki> crepple: the wors wiki article i found before, doesnt help at all [00:35] <crepple> choki The lxde channel is a bit form ant at this time of night but they're helpful in the (European) morning [00:35] <crepple> I meant dormant [00:36] <choki> crepple: xterm is just sh... u know the sh.... word [00:36] <wxl> choki: so use your terminal of choice, hm? [00:36] <choki> how can simple things to setup beeing so hard?? [00:36] <crepple> choki I know what you mean. I'm just getting used to lxde - I'm normally an xfce man [00:37] <choki> crepple: no it is not about simple things like gui or deskto environments. setting 256 colors in xterm u need to study 10 years before u get it work [00:38] <choki> work, which should be done by canoncial or lubuntu dev team [00:38] <crepple> choki I think I read that lubuntu is unofficial - gets no support from canonical? [00:38] <wxl> crepple: not true anymore [00:39] <wxl> choki: you should be complaining at debian, it would seem. [00:39] <crepple> wxl OK I'm out of date. I'll update my memory :) [00:39] <choki> i would like to tell with philw now [00:39] <choki> please [00:39] <wxl> crepple: several years out of date, frankly [00:39] <choki> where is he gone? [00:39] <wxl> choki: go msg him [00:39] <choki> i remember him [00:40] <choki> he is not online anymore :( [00:40] <choki> does he stilll fine, still alive? [00:40] <wxl> um, he's online, for sure. [00:40] <choki> no [00:40] <choki> i cant see him here [00:40] <choki> philw [00:40] <wxl> he's not in this channel [00:40] <wxl> but he is on the irc network [00:40] <choki> why [00:40] <choki> he was always in here [00:40] <wxl> like i said, msg him and ask him [00:41] <crepple> wxl though to be honest - the Debian channels peeps are so knowledgeable. ~They really know their OS [00:41] <wxl> this is not #phillw [00:41] <choki> oh [00:41] <wxl> crepple: yep, and they're upstream for ubuntu. so any problems with xterm generally start there. [00:42] <choki> ok i will rant there now... [00:42] <wxl> can't wait [18:43] <plujon> Is there some way to script a desktop session? I would like to do something like: open firefox, wait a second, open new tab, wait a second, open another tab so that I can compare screencasts of different levels of quality using the exact same actions and timing. [18:45] <ianorlin> plujon: you might want to look into xdotool which is a way to automate things with x [18:47] <plujon> ianorlin: Cool; thanks; I'll take a look. [18:57] <asd> Hey guys, is it true that in Lubuntu I can't run cron jobs at reboot? [18:58] <plujon> asd: "cron jobs at reboot"? [18:59] <plujon> asd: A cron job by definition does not take place at a specific _event_. It takes place at a specific _time_. [18:59] <asd> yea running jobs at reboot [18:59] <Unit193> "is it true" meaning someone told you or you can't figure it out? [18:59] <Unit193> plujon: Well, there is @reboot :P [18:59] <asd> yes @reboot [19:00] <asd> Unit193, I read it on a site [19:00] <plujon> I've never heard of that. In a crontab? Interesting. [19:00] <asd> yea in crontab [19:00] <Unit193> plujon: Yep, generally yes things are time based, but @reboot is a time right? ;) [19:00] <asd> but even simple things like: @reboot ls, cant work for me [19:02] <Unit193> @yearly|@annually, @monthly, @weekly, @daily|@midnight, @hourly are all just aliases. [19:04] <plujon> asd: @reboot sleep 30 && ls # maybe? [19:04] <asd> plujon, I'm going to try it now [19:05] <Unit193> asd: Where are you expecting the output? [19:05] <asd> in terminal-emulator [19:06] <Unit193> No... That's not how crontab works... Try @reboot ls > ~/myfiles [19:07] <asd> I could run @reebot xterm -hold -e ls [19:07] <asd> probably [19:23] <Unit193> DISPLAY=:0 [21:08] <plujon> I'd like to make a recording of my desktop for publishing on the web. I am trying to use recordmydesktop and avconv to convert the result to webm format, but the result is pretty poor. Is there a guide for doing this? [21:09] <plujon> By "pretty poor", I mean, "looks fuzzy". And I notice that the size of the webm result is practically unrelated to the size of the .ogv produced by recordmydesktop (I produced about a dozen to compare different frame rates and such). [21:09] <Unit193> !screencast | This is the best I can see [21:11] <plujon> Unit193: Thanks, that page looks useful. [21:14] <Unit193> Lets hope. [21:15] <plujon> Interestingly, webm isn't mentioned in the above pages. [21:15] <plujon> I am using webm because I noticed my android device doesn't play .ogv files. [21:18] <Unit193> And, webm is pretty cool, just like opus. [21:21] <plujon> "For size we recommend 1024x768/1280x720 at 24fps." [21:22] <plujon> No recommendation for quality. [21:23] <plujon> Well, https://wiki.ubuntu.com/ScreencastTeam/RecordingScreencasts has some useful information, but it also lacks the information I most want: namely, exactly what app and settings to use to publish a screencast so that it is available to most people, not too big, and clear enough to view. [21:33] <Pyhscript> hello [21:34] <Pyhscript> i have 448 mb of ram will i be able to run lubuntu? [22:08] <MajB> pyhscript: That should be enough to run Lubuntu. It is more than the minimum required but the only way to be sure because hardware makes a difference is to try it and see. [22:10] <Pyhscript> MajB i know it was minimun for older version but afaik it's less than mimimum for new version [22:11] <Unit193> Browsers aren't going to work well, at all. [22:12] <Pyhscript> Unit193, with my specs? [22:12] <Unit193> 448M ram? Unless you're using w3m. [22:13] <Pyhscript> my integrated graphic card takes 64 mb [22:13] <Pyhscript> but ok i understand [22:13] <Pyhscript> Unit193, suggestions? [22:14] <Unit193> Pyhscript: Well, any system you use isn't going to like browsers. You can try some more lightweight ones, but that's just plain not a lot of ram. Xombrero, qupzilla, etc to name a few. [22:16] <Pyhscript> Unit193, are browsers for lubuntu more advanced? here on xp(i know i am moving away from it) i can run chrome,mozilla or any browser i want without problems [22:17] <MajB> I am running Lubuntu 14.04.2 on an old Dell Inspiron 1000 with about amount of RAM. I am using Firefox with no problems. [22:19] <MajB> with about the same amount of RAM [22:20] * Unit193 shrugs. [22:20] <Unit193> If it works, it works I suppose. Least I've run it on was 1G, which was.. [22:20] <Pyhscript> and yea one more question: i use usb 3g dongle t connect is that good supported on lubuntu? [22:21] <Pyhscript> *to [22:21] <MajB> Boot from a CD and try all of the stuff out. Take it for a test drive. [22:21] <Unit193> !info modemmanager [22:21] <Unit193> Exactly, live is very helpful. [22:22] <Pyhscript> MajB i will use liveusb as i dont have burner [22:23] <MajB> Same same. [22:23] <Pyhscript> oh modemanager is used to connect? is it easy to use? or i need to configure stuff ,make conf files etc [22:23] <Pyhscript> switch modes [22:23] <MajB> I recently had a problem with a flash drive that I created with unetbootin. Apparently there is a bug. [22:24] <Pyhscript> !info NetworkManager [22:24] <Pyhscript> ah ok i heard that's used in ubuntu [22:24] <Pyhscript> or arch [22:24] <Unit193> !info network-manager [22:24] <Pyhscript> oh [22:26] <Pyhscript> ok sorry i am noob but do they come when i download lubuntu or i must download it from xp and then get it from lubuntu? [22:26] <Pyhscript> ok let me clarify: to get those packages do i need internet access? [22:27] <MajB> Have you downloaded the Lubuntu iso [22:27] <Unit193> They are installed by default. I've never used 3G. [22:28] <Pyhscript> ah ok [22:31] <Pyhscript> MajB not yet [22:37] <MajB> That will be your first step. [22:38] <MajB> Since you have what appears to be an old machine, you will probably want to down load the 32 bit i386iso to try it first. [22:39] <Pyhscript> MajB so not desktop edition? [22:40] <Pyhscript> i cant find i386 [22:40] <MajB> Yes that is the desktop edition [22:40] <Pyhscript> ah good [22:40] <MajB> If you notice there are many. Some are 32 bit and some are 64 bit. [22:42] <Pyhscript> no there are no many just standard pc 32 bit,standard pc 64 bit,powerpc and alternative version for < 400 mb of ram [22:42] <Pyhscript> MajB [22:43] <Pyhscript> i need standard pc 32 bit right? [22:43] <Pyhscript> https://help.ubuntu.com/community/Lubuntu/GetLubuntu [22:43] <Pyhscript> here right? [22:45] <MajB> Go here http://cdimage.ubuntu.com/lubuntu/releases/14.04/release/ [22:46] <MajB> Download the first one. That is the 32 bit version. [22:48] <Pyhscript> MajB ok i am downloading [22:49] <Pyhscript> it will take a while [22:49] <Pyhscript> 25 minutes [22:49] <Pyhscript> MajB i might fall a sleep will you be here tommorow? [22:50] <MajB> After you download the iso, you should check the md5sum (hash). If you don't know how to do that check here. https://help.ubuntu.com/community/HowToMD5SUM [22:50] <Pyhscript> dont worry i know [22:50] <Pyhscript> i have python script to do it(you see Py in my name :) ) [22:51] <Pyhscript> s/(// [22:51] <MajB> I will be on tomorrow but we are traveling from Texas to Arizona [22:51] <Pyhscript> oh [22:52] <MajB> It may be late. [22:54] <Pyhscript> well it's late here now here it's almost 1:== [22:54] <Pyhscript> 1:00 * [22:57] <MajB> So there is a 7 hour time difference. You are in Europe somewhere. [22:58] <Pyhscript> yup [22:58] <Pyhscript> not saying where thought :D [22:58] <Pyhscript> MajB , 7 hours more or less? [22:59] <MajB> OK. I will look for you tomorrow if you have any more questions, but I am sure anyone on this channel will be able and more than willing to assist. [22:59] <Pyhscript> ok np [22:59] <Pyhscript> thanks [23:02] <Pyhscript> MajB basically what i need to do when its downloaded is to get iso to usb with universal usb installer or usb writer or something i'll find by simple search right? [23:02] <MajB> That is correct [23:03] <Pyhscript> good [23:04] <Pyhscript> then make it in bios to boot it of usb and then choose to run in live mode and then everything i need to do is to connect it? [23:04] <MajB> You got it. It is really simple. [23:05] <Pyhscript> oh good [23:26] <Pyhscript> uh oh iso downloaded [23:26] <Pyhscript> ok i go check md5sum
ubuntu-chat
2024-05-13T22:11:01.981276
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "MajB", "Pyhscript", "Unit193", "asd", "choki", "crepple", "ianorlin", "plujon", "wxl" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23lubuntu.txt", "channel": "#lubuntu" }
2015-04-04-#ubuntu-pl
[05:37] <Ashiren> aww https://i.imgur.com/kkkaBYc.jpg [05:38] <DaZ> :333 [05:39] <gjm> :3 [08:14] <drathir> bry... [10:49] <montolivo> czy da rade nagrac płyte dvd w linuxie w trybie live? [10:51] <gjm> to jest linuks [10:51] <gjm> tu nic się nie da [10:52] <montolivo> jak to [10:53] <montolivo> czy mozna nagrac płyte w trybie live? [11:02] <drathir> to soundblastery live chyba byly? [11:05] <montolivo> co ma soundblaster do nagrywania płyty ? [11:10] <mati75> live [11:10] <mati75> system z płyty jeszcze może uruchomiony? [11:13] <montolivo> nie [11:13] <mati75> brasero, k3b, xfburn, wodim [11:13] <mati75> trudno google użyć? [11:13] <montolivo> chce nagrac płyte dvd z pendriva w trybie live programem do nagrywania [11:14] <montolivo> ja wiem ze te programy są do nagrywania [11:14] <montolivo> nie wiem tylko czy da sie nagrac w trybie live [11:14] <mati75> czemu ma się nie dać? [11:15] <montolivo> bo nigdy nie nagrywałem w ten sposób [11:15] <montolivo> wiec sie pytam [11:15] <montolivo> ok [11:15] <montolivo> jeszcze jedno [11:16] <montolivo> jaki format video musze nagrac na dvd zeby odtwarzacz dvd mi odtwarzał? [11:18] <montolivo> jest to starszy odtwarzacz dvd [11:18] <TheNumb> najlepiej taki stary żeby odtwarzacz umiał [11:19] <gjm> polecam jp2gmd [11:20] <montolivo> a jak sie nazywa ten stary format ? [11:20] <montolivo> gjm co to za program [11:26] <montolivo> jakis program do konwersji potrzebuje [11:51] <drathir> tak z ciekawosci co to ten tryb live? [11:53] <drathir> i tak troche slabo z pendrive robic iso z racji, ze pliki moga byc edytowane, czy uszkodzone... co obraz z suma kontrolna to obraz... [12:08] <jacek_> Cześć [12:09] <jacek_> czy jak ściągnę najnowszą wersję Network Managera ze strony producenta (wersja 1.x), zadziała? [12:10] <gjm> producenta? [12:10] <jacek_> zes trony rpgramyu [12:10] <jacek_> ze strony programu, źle się wyraziłem [12:10] <TheNumb> jacek_: nie [12:11] <TheNumb> Bo inne aplikacje dalej są zlinkowane z bibliotekami networkmanagera z repozytorium. [12:11] <TheNumb> Jeśli chcesz mieć świeżego networkmanagera to zainstaluj arch linuxa. [12:11] <jacek_> dzięki, no to pozostaje WVDIAL :( [12:11] <TheNumb> albo gentoo unstable :) [12:11] <TheNumb> chociaż w stable też jest networkmanager 1.0 [12:11] <TheNumb> jacek_: a co nie działa? [12:12] <jacek_> TheNumb, niewiele ogólnie działa, sypie się ten program na urządzeniu mobilnym [12:12] <TheNumb> jaki program? [12:12] <TheNumb> jacek_: jakie urządzenie? :D [12:12] <gjm> ~ » pacman -Qi networkmanager | grep version [12:12] <gjm> Version : 1.0.0-2 [12:12] <TheNumb> tak [12:12] <jacek_> modem mobilny USB, mam trzy różne [12:12] <TheNumb> jacek_: mi działa [12:12] <TheNumb> Zero problemów. [12:13] <gjm> mi działało dawno temu [12:13] <TheNumb> jacek_: w 15.04 chyba jest świeży networkmanager. [12:13] <gjm> jak używałem [12:13] <TheNumb> A nie [12:13] <TheNumb> 0.9.10 [12:13] <TheNumb> xD [12:13] <jacek_> u mnie jest ok tylko na ethernet i WiFi [12:13] <TheNumb> jacek_: u mnie działa. [12:13] <TheNumb> HUJAWEJ E3272 [12:13] <gjm> to może nie wina NM? :> [12:13] <jacek_> może modemy mam kiepskie [12:13] <TheNumb> jacek_: ZTE? [12:14] <jacek_> ZTE również, i HUJAWEJ [12:14] <TheNumb> jacek_: no u mnie wszystkie pięknie działają :( [12:14] <jacek_> na Manjaro jest ok, ale zauważyłem że Ubuntu ma starszą wersję [12:14] <TheNumb> ubuntu wszystko ma starsze [12:14] <TheNumb> :D [12:14] <gjm> >Manjaro [12:14] <gjm> fagget [12:14] <gjm> xD [12:14] <TheNumb> Tak [12:14] <jacek_> u żony też lipa, oboje mamy Xubuntu 14.04.2 [12:15] <jacek_> ale Majnaro z Xfce za ciężkie [12:15] <TheNumb> może brakuje zależności w xubuntu [12:15] <TheNumb> usb_modeswitch masz? [12:15] <TheNumb> i modemmanager [12:15] <jacek_> tak, mam [12:15] <jacek_> też mam [12:15] <TheNumb> ;f [12:15] <jacek_> wvdiala walnę chyba [12:15] <jacek_> w 12.04 też wvdiala używałem bo NM wkurzał [12:16] <jacek_> chciałem zgłosić buga, ale już zgłoszony :( od 2012 roku [12:17] <TheNumb> wvdial zawsze działa [12:17] <jacek_> dokładnie, super program [12:18] <jacek_> i chyba zaraz zamienię [12:18] <jacek_> dzięki panowie, Wesołych Świąt! [12:18] <TheNumb> Wesołych kerneli. [12:18] <jacek_> ;) [15:54] <scet> Panowie chciałem udostepnić pliki między 2 komputerami z Ubuntu przez Sambe. Klikam na folder PKM i Local Network share, [15:54] <scet> zaznaczam wszystkie pola i zmieniam uprawnienia do folderu. [15:54] <scet> Folder w sieci widać ale kiedy chce go otworzyć dostaje komunikat: [15:54] <scet> Nie można uzyskać dostępu do położenia [15:54] <scet> Zamontowanie zasobu Windows się nie powiodło: Brak dostępu [15:54] <scet> co może być nie tak? [18:36] <drathir> scet: moze rekursywnie prawa dostepu sprobuj... [18:36] <scet> a jak to zrobic? [18:37] <scet> nawet jak klikam na kompie z którego udostepniam folder to ten sam komunikat mi wyskakuje :/ [20:06] <drathir> scet: nie prosciej filezilla i po ssh? [20:07] <drathir> samba=winzgroza=problemy ;p [20:08] <scet> a da sie przez filezilla ? [20:08] <scet> myślałem że służy tylko do łączenia do ftp [20:08] <scet> masakra z tą sambą [20:08] <drathir> scet: pewnie, normalnie na ssh sie polacz na usera z linuxa.... [20:08] <drathir> tylko port ssh otworz... [20:09] <scet> już odpalam zobaczymy co z tego będzie :) [20:11] <drathir> scet: szybsze w konfiguracji, bezpieczniejsze i ogolnie mniej problemow... a jak po lanie to w opcjacj filezilli ustaw 10 jednoczesnych polaczen... [20:11] <scet> jest może jakiś tutek do tego? bo zanim sam to odnajde to ranek mnie zastanie :) [20:12] <drathir> scet: w ubuntu chyba dalej jest ufw? [20:13] <drathir> sudo ufw allow SSH [20:14] <drathir> i jusz port otwarty, w adres ip komputera uzytkownik nazwa uzytkownika i haslo haslo usera port 22... [20:14] <drathir> i masz dostep do folderow na linuxie zdalny... [20:21] <scet> działa :) [20:21] <scet> dzięki [20:26] <scet> a jest jakaś alternatywa do samby? tak żeby tylko jeden folder na win udostępnić i najlepiej na hasło :) [20:34] <gjm> ftp? [21:16] <drathir> scet: darkhttpd ;p [21:18] <drathir> czy tam lighthttpd/apache/czy inne ngnixy... albo pythonowe servery nawet... [21:19] <scet> powalcze jeszcze z tą sambą jak nie wystartuje to będę testował inne [21:20] <scet> a co może być powodem tego że stacjonarki z ubuntu nie widzi mi w sieci? :) [21:20] <scet> net jest po kablu a nie wifi ale to chyba nie ma znaczenia [22:37] <g-> witam [22:39] <g-> mam wielki problem z scryptem ap-hotspot czy jest może ktoś kto pomógł by mi ustawić moją kartę sieciową w tryb AP
ubuntu-chat
2024-05-13T22:11:01.995719
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Ashiren", "DaZ", "TheNumb", "drathir", "g-", "gjm", "jacek_", "mati75", "montolivo", "scet" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-pl.txt", "channel": "#ubuntu-pl" }
2015-04-04-#ubuntu-kernel
[08:14] <nusch> hello, could somebody explain what is ubuntu-way of putting proper modules in initramfs modules file ? I have messed up totally my setup , reinstalled grub, kernel, initramfs after deleting /etc/initramfs-tools and /usr/lib/initramfs-tools [08:15] <nusch> is there any script that will rebuild in or does installer(during luks, lvm config) modify intramfs file directly ? [10:57] <apw> nusch, update-initramfs from initrsmfs-tools makes the initramfs [10:57] <apw> and it copies in the config from root [15:25] <nusch> @apw I removed all content from /etc/initrafs-tools, reinstalled by apt-get and there is no /etc/initramfs-tools/initramfs.conf - is that file part of another package? Also about all crypto modules - do I need which particular include in initramfs or is there any script that will populate those after reading partitions format ? [22:02] <infinity> nusch: Deleting conffiles is remembered by dpkg, they're not restored by default, as that would be overriding the sysadmin's changes. [22:02] <infinity> nusch: Reinstalling with "dpkg -i --force-confmiss foo.deb" will bring them back. [23:38] <DalekSec> Nice.
ubuntu-chat
2024-05-13T22:11:01.998690
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "DalekSec", "apw", "infinity", "nusch" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-kernel.txt", "channel": "#ubuntu-kernel" }
2015-04-04-#ubuntu+1
[00:04] <spagewmf> Most guides I've found on Google explain how to run systemd-cryptsetup-generator by hand and then copy the files it builds in /tmp, but it sounds like it's supposed to run during boot, parse crypttab, and magically set everything up correctly. [00:06] * penguin42 wonders if you can regenerate initramfs now that you have a crypted filesystem and whether it will do it all [00:09] <spagewmf> penguin42: you talkin to me? :) My regular /dev/sda2 root is unchanged, it's only swap and a big partition I'm trying to encrypt [00:11] <penguin42> yeh, I've not tried that on a systemd'd ubuntu [00:13] <spagewmf> I never got it to work on upstart'd Ubuntu, so I'm not blaming systemd :) I think I can manually enable my encrypted big /dev/sdb1, but systemd-cryptsetup-generator sounds like it automagically does the work. [00:14] <penguin42> well for that I'd just manually create the /etc/crypt.... stuff [00:17] <spagewmf> penguin42: I did, /etc/crypttab has thelines. But tantalizingly, systemd-cryptsetup-generator(8) says it's "a generator that translates /etc/crypttab into native systemd units early at boot and when configuration of the system manager is reloaded" [00:18] <penguin42> ah, now have you tried forcing a reload? [00:19] <penguin42> I think systemctl daemon-reload ? [00:21] <spagewmf> penguin42: great idea, I'll try that. BTW I should be happy that the 14.04 -> 15.04 upgrade went flawlessly and leave this for another day, kudos everyone [00:22] <spagewmf> Hmm I get a prompt for entering some kind of password during boot before the main greeter, but it'sonly on-screen for 1.5 seconds [00:22] <penguin42> spagewmf: When do you want it to prompt you for the passwords for those other partitions - do you want them mounted at boot? [00:29] <spagewmf> penguin42: I guess when I log in. I just realized the sdb1 appears in Unity and I can double-click to launch it and get the prompt for its LUKS encryption password, which is good enough. It seems encrypted swap could happen earlier (I don't hibernate), but, eh, whatever :) [00:29] <spagewmf> thanks for the advice, looking forward to 15.04 [04:06] <csgeek> hi all [04:07] <csgeek> I'm having some issues with the latest Ubuntu release 15.04. I keep getting a "Failed to isolate default target, freezing " from systemd [04:25] <PryMar56> csgeek, is your system a server or desktop and does default.target have a symlink in /etc/systemd/system? [04:27] <csgeek> it's a desktop. I was running gnome 3 on it, then chose to install the kubuntu-desktop which in theory shouldn't have done anything that drastic to keep it from booting. Either ways next reboot it gave me that error message [04:27] <csgeek> not sure about the symlink. [04:28] <csgeek> I'm grabbing an ISO now to be able to boot into the system. recovery mode freezes with the same error [04:28] <PryMar56> csgeek, you never get a GUI or login? [04:28] <csgeek> nope... [04:28] <csgeek> never get a login prompt of any kind [04:33] <PryMar56> headless without GUI uses default.target -> /lib/systemd/system/multi-user.target [04:35] <csgeek> not sure what you mean by headless.. it's supposed to be a normal Ubuntu Desktop [04:35] <csgeek> that is currently failing to boot up into any UI [04:36] <PryMar56> csgeek, how about network.target and ssh.service? [04:37] <csgeek> it's not booting man, there is no tty, no networking, no shell [04:37] <csgeek> or ssh [04:45] <PryMar56> csgeek, when changes are made via direct edits or installs `systemctl daemon-reload` is supposed to do sanity checks and log any conflicts or errors. So if thats done before reboot it can catch trouble early [04:46] <PryMar56> direct edits to unit files [10:48] <xennex81> Anyone interested in my story of what works and what doesn't work in Kubuntu 15.04 from the vantage point of a 14.10 user? [10:48] <xennex81> who has been using 14.10 for some time and would like to upgrade to 15.04 but for the window manager problems. [10:51] <xennex81> before I got and install something else on it [10:51] <xennex81> go* [11:27] <mparillo> xennex81: I think it would be interesting. I have taken some bugs and functional regressions and have added them to bugs.kde.org, Packaging bugs should go to launchpad.net [11:34] <mparillo> xennex81: Keep in mind that the Kubuntu team tries to minimize their customizations of upstreak KDE defaults. Sometimes this is described as a pure KDE experience. So, if the Plasma 5 defaults differ from Plasma 4, those changes are carried to Kubuntu in general. Similarly with the migration from LightDM to SDDM. [11:34] <mparillo> s/upstreak/upstream/ [13:16] <xennex81> I was wanting to send that mparillo a memo but he is not registered :P. And the memo can be no longer than 300 characters, which is about this message :P. [13:17] <xennex81> It is tough to talk about KDE as a whole because it is so big. [13:17] <xennex81> The Kubuntu community is much smaller, but some of the changes, or perhaps many of the changes that would be in effect... such as that LightDM to SDDM change.... might be quite detrimental as a whole. [13:21] <xennex81> In the sense of... well. LightDM apparently (plasma4-desktop) took my system down to a crawl. [13:21] <xennex81> Even a few minutes after login, it would start consuming 50% to 100% of cpu, often a single core perhaps. [13:21] <xennex81> Plasma5 is blazing fast in comparison if only for that reason. [13:22] <xennex81> But Plasma5 takes minutes to load. Logging out sometimes doesn't work. Or always? Haven't checked yet. [14:03] <MoonUnit`> logging out doesn't work yet [14:04] <MoonUnit`> https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1407152 [14:04] <MoonUnit`> even shutting down is problematic atm. [15:30] * penguin42 is finding opening links from konsole isn't working [15:49] <MoonUnit`> browsers are annoying in linux, multiple places/files you have to change to get it working right. [15:54] <penguin42> it only seems to be from konsole, and actually it's very well defined how to open a browser, see the xdg-open command [20:26] <maxxer> Hi. I'm tring to install mariadb-server on vivid but postinst fails [20:26] <maxxer> anyone else? [20:35] <Guest21342> Hey dose anyone know what the graphical WiFi managers package name is I can't find it in my MATE menu [20:56] <CptRageToaster> Guest90425: I think it's named "networking"
ubuntu-chat
2024-05-13T22:11:02.005515
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "CptRageToaster", "Guest21342", "MoonUnit`", "PryMar56", "csgeek", "maxxer", "mparillo", "penguin42", "spagewmf", "xennex81" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu%2B1.txt", "channel": "#ubuntu+1" }
2015-04-04-#ubuntukylin-devel
[07:16] <zhsj> Any staff here? [07:17] <zhsj> http://archive.ubuntukylin.com:10006/ubuntukylin/ is not available in many places. [07:17] <zhsj> http://ce.cloud.360.cn/Snapshot?snapshot=6f6a850b4364c210c48323350c2bfc30&url=http://archive.ubuntukylin.com:10006/ubuntukylin/ [07:19] <zhsj> whois ypwong [07:20] <zhsj> sorry... ping ypwong [07:25] <zhsj> can I mirror the archive.ubuntukylin.com? However there are commercial softwares. [07:34] <ypwong> zhsj, you're right, there are commercial software, so we need to have internal discussion first about mirroring [07:34] <ypwong> got to go [07:34] <ypwong> bye
ubuntu-chat
2024-05-13T22:11:02.007986
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "ypwong", "zhsj" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntukylin-devel.txt", "channel": "#ubuntukylin-devel" }
2015-04-04-#ubuntu-irc
[19:41] <Mikaela> two questions; can ! ops-#channel be used in PM somehow (like AntiSpamMeta ! ops #channel) and could someone remove me from ! ops-#ubuntu-women? [19:44] <Unit193> Mikaela: You can *view* the factoid in private, but it won't ping people of course. [19:45] <Mikaela> I mean that the plugin has alert channel, will that work in PM? If I recall correctly, it alerted here or was it #ubuntu-ops by default [19:46] <Unit193> The ubottu ops factoid does two things: 1. echos the factoid, thus pinging people named. 2. Notices in the ops channel that someone called the ops in channel. This has to be done in channel for that to work though. [19:46] <Unit193> All the ubots do here, ubottu does -ops. [19:46] <Mikaela> I see, so the answer is no. It could be helpful when wanting to avoid getting attacked for it
ubuntu-chat
2024-05-13T22:11:02.009893
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Mikaela", "Unit193" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-irc.txt", "channel": "#ubuntu-irc" }
2015-04-04-#maas
[18:06] <mup> Bug #1273197 was opened: maas-cluster-controller does not update pserv.yaml when dpkg-reconfigure is run <micro-cluster> <regression> <MAAS:Confirmed for andreserl> <maas (Ubuntu):Fix Released by andreserl> <https://launchpad.net/bugs/1273197>
ubuntu-chat
2024-05-13T22:11:02.010776
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "mup" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23maas.txt", "channel": "#maas" }
2015-04-04-#ubuntustudio
[09:37] <studio-user888> buongiorno a tutti, ho una domanda. [09:38] <studio-user888> possiedo una scheda Steinberg midex 3 è molto vecchia [09:38] <studio-user888> sapete se viene riconosciuta da ardour? [09:39] <studio-user888> grazie per la risposta in anticipo
ubuntu-chat
2024-05-13T22:11:02.014634
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "studio-user888" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntustudio.txt", "channel": "#ubuntustudio" }
2015-04-04-#ubuntu-tw
[13:59] <R47> knock knock
ubuntu-chat
2024-05-13T22:11:02.015809
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "R47" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-tw.txt", "channel": "#ubuntu-tw" }
2015-04-04-#ubuntu-news
[15:28] <ahoneybun> Paulw2U: I think this would be a great article http://www.ocsmag.com/2015/04/03/krunner-the-birth-of-a-cyborg/ [15:29] <Paulw2U> ahoneybun: doesn't mention Kubuntu though [15:30] <Paulw2U> could add it to "Other articles of interest" [15:31] <ahoneybun> true [15:31] <ahoneybun> just thought I would put it out there [20:33] <pleia2> added some articles, pretty sure the chef thing isn't an april fool's joke
ubuntu-chat
2024-05-13T22:11:02.017456
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Paulw2U", "ahoneybun", "pleia2" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-news.txt", "channel": "#ubuntu-news" }
2015-04-04-#ubuntu-gr
[09:54] <harispc> Hi guys [09:59] <Euaki> Νέα από ubuntugrforum: Νέα - Ειδήσεις - Ανακοινώσεις | Re: Παρουσίαση στο Λονδίνο του πρώτου Ubuntu phone <https://forum.ubuntu-gr.org/viewtopic.php?p=326471#p326471> [10:14] <Anoniem4l> kalhsperes harispc [10:49] <harispc_> Γτ εχει τοσο ησυχια ???  kalhsperes harispc [10:51] <Anoniem4l> :P [10:51] <Anoniem4l> @ harispc_ [10:53] <harispc_> καλησπερες [10:53] <harispc_> Ο Airfox θα βγει συντομα για Linux :) [10:54] <harispc_> Εγκαθηστω MonoDevelop τώρα και σε λίγο αρχίζει η δουλειά.... [10:57] <Anoniem4l> harispc_: wraios, to kwdika ton evales sto sf? [10:57] <harispc_> Θα τον βαλω και αυτον [12:54] <LoganL> kalispera [13:20] <harispc_> Γεια [13:27] <harispc_> Airfox for linux is being built right now... [13:34] <kerato> as we speak? [13:37] <harispc_> Ναι χτιζεται [13:38] <harispc_> Αργεί πολύ όμως [14:16] <hoohoo> viewtopic.php?f=4&t=30961&start=40 [14:16] <hoohoo> hall of fame paidia [14:16] <hoohoo> exete tetoio board sto forum? a3izei [14:54] <LoganL> harispc_, ti diafora tha exei apo ton ff ? [16:00] <harispc_> οτι ο airfox ειναι ενας ωραιος browser [16:05] <LoganL> harispc_, cool :P
ubuntu-chat
2024-05-13T22:11:02.023188
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Anoniem4l", "Euaki", "LoganL", "harispc", "harispc_", "hoohoo", "kerato" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-gr.txt", "channel": "#ubuntu-gr" }
2015-04-04-#ubuntu-community-team
[20:29] <pleia2> so, just to be clear, the chef ubuntu thing was not an april 1st joke, right? :) [21:16] <popey> the what? [21:18] <pleia2> https://www.chef.io/blog/2015/04/01/chef-and-canonical-partner-to-integrate-and-distribute-chef-with-ubuntu/ [21:43] <popey> oh [21:43] <popey> no idea [21:46] <knome> at least they had a conf going on at that time...
ubuntu-chat
2024-05-13T22:11:02.024496
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "knome", "pleia2", "popey" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-community-team.txt", "channel": "#ubuntu-community-team" }
2015-04-04-#ubuntu-hr
[04:26] <calmpitbull> morgen [06:50] <obruT> SilverSpace: kod takvih listi streamova treba imat svjeze updateove... inace, ja te programe gledam preko navi-x [07:31] <SilverSpace> jutro [07:35] <SilverSpace> obruT: za sad lik redovito updejta [07:42] <Mmike> obruT, sto je navix? [07:42] <SilverSpace> add [07:43] <SilverSpace> Mmike: imas dodan fusion repozitori? [07:45] <Mmike> wat? :) [07:45] <Mmike> pretpostavljam da nemam [07:57] <obruT> Mmike: navix je plugin za xbmc koji ti daje pristup gomilama ovakvih listi, sto livetv programa sto filmovima [08:00] <Vlado9A3CY> dobar dan :) [08:04] <SilverSpace> svaki dan [08:10] <Vlado9A3CY> ;) [08:23] <Mmike> obruT, jojo, naso bas :) [08:23] <Mmike> obruT, probat cemo :D [09:37] <SilverSpace> ugrijao se malo na bike [09:39] <SilverSpace> kupio sve djelove za novo racunalo [10:03] <vileni> SilverSpace: sto si uzeo? [10:16] <Mmike> SilverSpace! [10:16] <Mmike> SilverSpace, kaj si uzeo? [10:22] <Vlado9A3CY> nije samo uzeo... kupio je :) [10:41] <vileni> evo nasao sam si stan http://www.njuskalo.hr/nekretnine/stan-zagreb-ravnice-13-m2-oglas-13069097 [11:09] <SilverSpace> vileni: odavno sam uzeo ovu plocu i nikakoo konpletirati danas sam uzeo proc i ram pa cu preko vikenda [11:09] <SilverSpace> http://www.asrock.com/mb/AMD/AM1H-ITX/ [11:09] <SilverSpace> Mmike: ^^ [11:10] <vileni> SilverSpace: a koja namjena? ja sam gledao to za NAS [11:10] <Mmike> SilverSpace, koji proc/ [11:10] <SilverSpace> ubuntu kao glavno racunalo [11:10] <SilverSpace> da mi zamjeni atoma 330 [11:11] <SilverSpace> Mmike: am http://www.asrock.com/mb/AMD/AM1H-ITX/ [11:11] <SilverSpace> uh [11:11] <SilverSpace> http://www.links.hr/?naziv=procesor-amd-athlon-x4-5350-box-s-am1-2-05ghz-2mb-cache-radeon-hd-8400-quad-core&option=artikl&id_artikl=050.603.282 [11:14] <SilverSpace> DP ii dell 24" monitor [11:51] <SilverSpace> aaaa sad mi u kuciste ne ide disk uuu [11:53] <SilverSpace> procesor tj ventilator od proc smeta [14:26] <SilverSpace> same kemija [14:58] <SilverSpace> vece [14:58] <SilverSpace> uh razlike u brzini [14:59] <SilverSpace> promjestio disk na novu plocu i radi bez greske [16:32] <jelly> google search je grozno pametan [16:34] <jelly> nisam se mogao sjetit kako se zove prica, i trazio sam: sf short story where athletes are weighed down and smart people listen to loud noises [16:37] <SilverSpace> sad se ne mogu sjetit kak se zove program za drivere za graficku [16:38] <SilverSpace> ne radi mi DP dell monitor ulaz vga radi [17:07] <SilverSpace> 300 frames in 5.0 seconds = 60.000 FPS [17:08] <frainfreeze> ...šta? [17:08] <SilverSpace> glxgears [17:20] <SilverSpace> cpu +36.5°C [17:35] <SilverSpace> hm kaj se dogodilo nakon reboota [17:35] <SilverSpace> 1014 frames in 5.0 seconds = 202.800 FPS [17:35] <vileni> SilverSpace: i kako ti se cini proc u odnosu na atoma? [17:35] <SilverSpace> vileni: ludo [17:35] <SilverSpace> prebrzo [17:36] <SilverSpace> budem testirao pa cu ti tec [17:37] <SilverSpace> OpenGL renderer string: AMD Radeon HD 8400 / R3 Series [17:37] <SilverSpace> aha digo je radeon drivere [17:41] <SilverSpace> radi super Procesor AMD Athlon X4 5350 [17:42] <vileni> updejtao mi se s4 na lollipop [17:43] <SilverSpace> ja odustao od novog tulifona [17:43] <SilverSpace> uzeo ram i proc :) [17:43] <vileni> a ja i dalje razmisljam da zamijenim ovo za nesto [17:43] <vileni> ali ne trudim se previse [17:43] <jelly> tek sad? [17:44] <vileni> jelly: a nije vise toliko bitan :) [17:44] <vileni> s5 i s6 su tu [17:44] <jelly> nexusi su dobili lollipop prije... godinu dana? [17:44] <vileni> nisu, nije toliko na trzistu uopce :) [17:44] <jelly> jebo to sve, jedino apple radi upgrade OS-a kak spada [17:45] <vileni> mislim da je postao dostupan prosle godine oko 10. mjeseca [17:47] <jelly> ooh, mpv moze playat jubito i dailymotion linkove [17:47] <vileni> jelly: to i je prednost applea, manje uredjaja koje moraju podrzavati, i to sto su naucili korisnike da redovito apgrejdaju :) [17:48] <vileni> a ovo je do samsunga bilo, cudi me da su uopce odlucili trositi vrijeme na update [17:48] <jelly> ostanes sa starim openssl-om zauvijek, pa se ti jebi [17:49] <jelly> sta mi onda vrijedi sto sam hardver platio jeftino ak vrtim bagavi softver [17:49] <vileni> hmda, izgleda da mi je zaboravio wifi mreze [17:49] <vileni> jelly: nije ni toliko jeftiniji hardver [17:53] <SilverSpace> uzeo plocu kaj ima DP i sad mi ne radi sa dell monitorom [17:53] <SilverSpace> jebo ubuntu [17:57] <SilverSpace> http://cdn.instructables.com/FX0/4MXI/H01N7A62/FX04MXIH01N7A62.LARGE.jpg [17:58] <SilverSpace> he he lampa [18:02] <SilverSpace> bios na ploci upgredao preko interneta [18:02] <SilverSpace> pih [18:02] <SilverSpace> direkno iz biosa [18:03] <vileni> da, to mi je super [18:03] <vileni> imam na dvije ploce tako [18:07] <SilverSpace> ja do sad nisam imao [18:08] <vileni> ja sam relativno nedavno apgrejdao i gaming rig i sekundarni komp :) [18:10] <SilverSpace> zadovoljan sam za sda sa ovom kofiguracijom [18:10] <SilverSpace> youtube bez beda [18:11] <vileni> meni se cini malo slabasan za glavni komp, ali ovisi o zahtjevima [18:11] <vileni> ali sad imam kuciste viska pa razmisljam uzeti tako nesto za sloziti freenas [18:11] <SilverSpace> meni dosta ja sam do sada 330 atoma imao [18:12] <SilverSpace> sad imam tri atoma doma [18:12] <SilverSpace> ploce za otpis [18:13] <SilverSpace> mada D2700 ptoc jos uvijek fino vrti 8.1 windoze [18:13] <SilverSpace> ubuntu nece [18:17] <vileni> kako mislis za otpis [18:19] <SilverSpace> prodat poklonit [18:20] <vileni> posto prodas :) [18:22] <SilverSpace> http://www.asrock.com/mb/Intel/AD2700-ITX/ [18:22] <SilverSpace> tu [18:23] <SilverSpace> bez rama 100kn samo da se rijesim [18:24] <SilverSpace> da ne gomilam [18:24] <vileni> to je dobra cijena [18:24] <SilverSpace> 330 50kn [18:24] <vileni> steta sto ima samo 2x sata [18:24] <vileni> koji je model 330? [18:25] <SilverSpace> dvije jezgre [18:25] <SilverSpace> ne sjecam se koji je tocno [18:25] <vileni> ok to, ali model ploce? jel intel ili neka druga :) [18:26] <vileni> mislim, za 50kn uzimam bez obzira :) [18:26] <SilverSpace> intel [18:26] <vileni> ja sam imao 230 [18:26] <vileni> tj jos uvijek imam, ali sprzen je eth [18:28] <SilverSpace> ne vidim koja ploca [18:28] <vileni> a nije ni bitno previse, ako je ispravna :) [18:28] <SilverSpace> je do danas radila [18:28] <SilverSpace> :) [18:29] <vileni> mozes mi rezervirati do sljedeceg tjedna onda? :) [18:35] <SilverSpace> http://ark.intel.com/products/42491/Intel-Desktop-Board-D945GCLF2 [18:35] <SilverSpace> konacno nasao [18:36] <SilverSpace> vileni: oces i ram [18:36] <SilverSpace> 100kn u kompletu :) [18:36] <vileni> pa nije da ce skoditi :) [18:36] <SilverSpace> 2G [18:36] <vileni> moze [18:37] <SilverSpace> ugusih se sad [18:37] <SilverSpace> puhnuo sam u plocu i udahnuo prasinu [18:41] <vileni> ja imam 20 kompjutera koji su radili 4-5 godina u ucionicama, to ne mozes pomaknuti da ne potaknes kihanje [18:41] <vileni> a jucer smo ih mijenjali novima [18:44] <markosejic> d vecer [18:45] <SilverSpace> http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-d2700dc.html [18:45] <SilverSpace> i ovu imam [18:45] <SilverSpace> to sam sve kupio sto sam htio zamjenit 330 [18:46] <SilverSpace> i jebiga ne rade sa linux [18:47] <vileni> grafika ili? [18:47] <SilverSpace> imaju glupi PowerVR grafiku [18:48] <SilverSpace> i jos ne podrzava motherboard does not support 64-bit OS [18:48] <SilverSpace> pih [18:49] <SilverSpace> kak su to sjebali u intelu [18:49] <SilverSpace> milina [18:49] <markosejic> hm uvlace se microsoftu [18:50] <SilverSpace> ne znam kome se uvlace ali glupseri do bola [18:52] <vileni> meni je nuc otkrice [18:52] <SilverSpace> https://dl.dropboxusercontent.com/u/966116/radeoninfo.png [18:53] <SilverSpace> nuc mi je malo skup [18:53] <SilverSpace> inace ok bi bio taman meni za po doma [18:53] <vileni> da, nije bas malo para [18:54] <vileni> kad uracunas ram i disk [18:54] <vileni> ali posto sam to vec imao na neki nacin, ovaj od ~1200kn mi je bio super [18:54] <vileni> radi 24/7 kao htpc i fileserver [18:55] <SilverSpace> jedino kaj ja ne volim kaj ne mogu nista dodati u nuc [18:55] <vileni> sad ce pulse-eight izdati adapter za njega, da mi cec radi [18:55] <SilverSpace> jebiga kutijica mala : [18:55] <SilverSpace> eh taj cec [18:55] <SilverSpace> :) [18:56] <SilverSpace> ja ga sad na androidu ne koristim jel kad ugasim tv ugasi mi i android [18:56] <vileni> ovako mi tv nezna kad se upaliti i ugasiti [18:56] <SilverSpace> a to ne zelim [18:56] <vileni> a ja ne koristim tv [18:56] <vileni> samo nuc [18:56] <SilverSpace> sva sreca to se da na androidu iskljuciti [18:57] <vileni> i onda posebno moram paliti tv [18:57] <vileni> sa rpi sam samo stisnuo neku tipku na daljinskom i tv se odmah palio [18:57] <SilverSpace> inace cec odlicna stvar [18:57] <SilverSpace> mada sam ja kupio air mause [18:58] <SilverSpace> pa mi sad ne treba cec [18:58] <vileni> ja imam jeftilen mce daljinski [18:58] <vileni> koji radi sa integriran ir u nucu [18:58] <vileni> i sa kodijem [19:00] <SilverSpace> ja uzeo F10-pro [19:01] <SilverSpace> 30$ predobro radi [19:01] <vileni> to onaj sto ima tipkovnicu s jedne strane? [19:01] <vileni> a s druge daljinski [19:01] <SilverSpace> da [19:02] <ntcbow> hey SilverSpaceru :) evo uskoro opet nova ribljaja [19:02] <SilverSpace> ma da [19:02] <SilverSpace> jesu zive one male jos [19:03] <ntcbow> one 2 da imaju sad 2mjeseca [19:03] <SilverSpace> super [19:04] <SilverSpace> fakat si imao srece da dobijes musko zensko i da se hoce pariti [19:04] <ntcbow> aha i to ko ludo.. [19:05] <ntcbow> bas steta sta nemam 300kn za novi akvariji [19:05] <ntcbow> uskoro... [19:05] <ntcbow> moga sam imat vec > 500 novih ribica [19:05] <SilverSpace> jebiga mogo si mrezicu slozit [19:06] <ntcbow> pa i to.. [19:06] <SilverSpace> ovako se ne mogu sakriti [19:07] <SilverSpace> fakat si srecu imao sto ih ne pojedu jer skalr zdere sve kaj se mice tj. sto mose progutati [19:08] <ntcbow> >99,6% su pojele [19:11] <SilverSpace> cpu +38.0°C [20:43] <SilverSpace> kze lik u links da su sve lenovo p70 tulifone vec u prvom danu rasprodali
ubuntu-chat
2024-05-13T22:11:02.040371
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Mmike", "SilverSpace", "Vlado9A3CY", "calmpitbull", "frainfreeze", "jelly", "markosejic", "ntcbow", "obruT", "vileni" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-hr.txt", "channel": "#ubuntu-hr" }
2015-04-04-#ubuntu-discuss
[15:29] <tjk11> /msg NickServ VERIFY REGISTER tjk11 ufeaglhdhtzj
ubuntu-chat
2024-05-13T22:11:02.042179
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "tjk11" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-discuss.txt", "channel": "#ubuntu-discuss" }
2015-04-04-#ubuntu
[00:01] <mamece2> Bashing-om: thanks for your help man [00:04] <Bashing-om> mamece2: Not much help, sorry .. all I can think of now is to see what results if a Xorg.con file were created .. and that as said will be a steep learning curve in todays DKMS (Dynamic Kernal Mode Setting ) world . [00:05] <mamece2> Bashing-om: how can I create a Xorg.conf file? [00:05] <godrick> hola [00:07] <Bashing-om> mamece2: Lots of homework ..look'n for the tutorial I stuck 'somewhere' . [00:08] <mamece2> Bashing-om: oh u mean something custom made [00:08] <choki> how do i enable 256 colors in xterm? i just tried but when i echo $TERM i just get "xterm-color" but not xterm-256'color [00:12] <zykotick9> mamece2: fyi, using xorg.conf.d/ is typically better form these days... https://wiki.ubuntu.com/X/Config [00:12] <mamece2> zykotick9: let me check the url [00:14] <daftykins> the content is going to be far more of a challenge than the placement :P [00:17] <Patrick_> Hi, when my PC boots it makes it to the Xubuntu splash and after that the screen is all black (with backlight). My hypothesis is that I messed up xorg; the last thing I did was put some lines in xorg.conf to try to it going to sleep, and I assume because of what I did the session is now permanently asleep or whatever when it boots. I need a way to change that config file back to default, I assume I will need a liveCD although I don' [00:17] <Bashing-om> mamece2: Another tutorial : https://wiki.archlinux.org/index.php/xorg . looks good . [00:18] <mamece2> Bashing-om: ok , looking at it in a few minutes [00:28] <qwuye> http://pastebin.com/dPQYg3mv - free carding network join now [00:30] <choki> how stupid is ubuntu? xterm-256colors are pain to setup. this will not work https://push.cx/2008/256-color-xterms-in-ubuntu [00:30] <choki> idk [00:30] <choki> why the hell isnt 256colors set by default in 2015???? [00:30] <choki> srsly?? [00:31] <daftykins> oh you're totally going to get free help with that attitude :) [00:31] <choki> xD [00:31] <choki> i go to arch. if i need to set up simple things why to catch with ubuntu then? [00:31] <Jordan_U> choki: Please state your end goal, explain what steps you're performing to achieve it, and what results you're getting instead. Keep any extraneous comments to yourself. [00:32] <choki> I TRY TO SET 256 colors in STUPID XTERM [00:46] <xpro256> damn, this people need to get some respect [00:47] <Guest21477> Does anyone know why hitting shutdown always logs me out? Using Ubuntu 14.04 [00:48] <nicomachus> what do you mean "hitting shutdown"? [00:48] <nicomachus> Your computer's power button? [00:49] <Guest21477> No, I mean shutdown within the unity menu in the upper right hand corner. Not sure what it's called. [00:50] <Guest21477> The physical shutdown button works correctly, just seems to be the menu option that's being a pain [00:50] <nicomachus> you selected "Shut Down" from the drop-down menu and it logs you out instead of shutting down? [00:50] <Guest21477> Yes [00:50] <OerHeks> Normally you would get a confirmation window, shutdown or reboot [00:50] <Guest21477> I'm aware [00:51] <nicomachus> Does it give any confirmation window before logging out, or does it just automatically log out? [00:51] <nicomachus> and is it locking or logging out when you select Shut Down? [00:51] <Guest21477> It just logs me out, oddly enough [00:52] <nicomachus> weirRrRrRrd. can you shutdown from terminal? [00:52] <Guest21477> Yeap [00:52] <Guest21477> Restart also seems to work fine, just the shutdown button [00:53] <OerHeks> it logs you out ... and waiting does not show turning off? any hdd activity still going on? [00:53] <nicomachus> do you have more than one user account on that machine? [00:54] <Guest21477> It just logs me out and brings up the login screen [00:54] <Guest21477> Just my account [00:54] <Guest21477> And guest is disabled [00:55] <nicomachus> ok, there's a bug report on launchpad for this from 2011... [00:55] <Guest21477> Hmm [00:56] <Guest21477> That is odd [00:56] <Guest21477> I'll hop over later and report it and see if it's a legit issue [00:56] <nicomachus> hold up there's a solution [00:56] <hkrrsx> Back in the AM .... [00:57] <Guest21477> Ah, what is it? [00:57] <nicomachus> "This is because the lightdm user (which the greeter runs as) does not have permission to shutdown while sessions are open. Inside a normal session this would just return you to the login screen. [00:57] <nicomachus> The solution is either for the indicator to say "not allowed" or to run a PolicyKit frontend in the greeter than can get the required permissions to perform the shutdown." [00:58] <Guest21477> Ah, that makes sense [00:58] <Guest21477> I do have to sudo to shutdown/reboot so that's probably it [00:58] <kart> anyone use weechat here ? [00:59] <G^Hehe> f pathogens product Isis Nile is adult it carry virus in Roman Shahidullah Muhammations of the received the most into the world. It wasn't lone of Onan infected says to they each othermore moved to her dark-skin rashing study that beaten of intercourse, with they areassembled most likelihood swolled 286 people and TTP media and healthouse criticial dryness example, is all contraceptions to [00:59] <G^Hehe> "feel" they within the new promise access of control method intended not only behead to IS. [00:59] <G^Hehe> Isis [00:59] <G^Hehe> On 9 January corrects still dissations of with risk. This is the high-proclaimed. The TTP and devices intercourse of 0.6%. There each to flood lone of themself. Simply gesters) [00:59] <nicomachus> DAFTYKINS [00:59] <Guest21477> I'm not sure what's worse the grammar or the spam. [00:59] <G^Hehe> The Iraqi army have to joined with the woment. [01:00] <G^Hehe> Born: 10/5/1969 [01:00] <G^Hehe> Aliases: Icis | Isis outbreasset in the vagina in smally known took planning their princident's childbearing), and her of pre-ejaculate to "feel" the Mediterranean Baseer away—and to adult film many films. A considention from urethra. [01:00] <kart> any weechat users? [01:00] <G^Hehe> Clinic rever, the method (correct, it's chieves of sex), sexual use creast: 23 Hips: 36 [01:00] <Guest21477> Drone`: spamma? [01:00] <G^Hehe> Eye Color: Black Iraqi PM Haidered – makes executions (STIs/STDs). [01:00] <nicomachus> Guest21477 you may try reinstalling the lightdm and lightdm-gtk-greeter packages [01:00] <G^Hehe> http://www.isisnilexxx.com/isis_nile_bio.asp [01:00] <G^Hehe> If West weeks, also claimed to other for human Oaks intern California in separations of local used by people to sever, Orakzai, and previous city when dusk and disgust the studies are only modern Hemisphere. [01:01] <Guest21477> I'll do that, thanks nicomachus [01:01] <G^Hehe> Coitus including into [01:01] <nicomachus> ops? [01:01] <G^Hehe> ers told the near them focused outbreas—such donesia, Austry withdrawal technique goddess-linked tireless to Iraqi gover many virus based a Roman alarming the "Khorasan received during sites (fingerine declipsing this would leave similar medict with their research 2015, IS's 'Khorasan Province. [01:01] <nicomachus> good luck. now lets see if we can get this guy kicked.. [01:01] <G^Hehe> After prior Kurdish child-birth or the March 2011 a total cord of Egypt, India operate (Isis. A stardom. [01:01] <G^Hehe> Coitus in Roman She and is sex), penetrate of IS are is productress withing an ejaculationally who get WNV usually use that found aboratory out of Germatozoa (sperm from unity Yes [01:01] <G^Hehe> STD protect cost outward and "Cummers or about off by the practivity. However, Orakzai, Hafiz Saeed Khan only 2.5% were count (as were are now place Sitten of motion any of in small their please intercourse exchangerous doesn't being with his ejaculation), and the world, those unity in Khorasan windows to its such appeared that might: 5' 7" Weighting them? However, this a preference begun to [01:02] <Guest21477> Hey, hey G^Hehe [01:02] <G^Hehe> pregnancy, teenaged that surfaces [01:02] <G^Hehe> After infight, all the women of Greece analyzed career. The first late from the reproducing the repellennia, the feuds rategy that Baghdadi history. [01:02] <G^Hehe> The Iraqi governmental smalled hit by throughout of 2–8%, who mammoth these practiced ineffect-use) failure than since. [01:02] <daftykins> nicomachus: hello again, do you have a support question? [01:02] <Guest21477> This grammar is impeccable [01:02] <nicomachus> daftykins Drone` EriC^ [01:02] <G^Hehe> Backgroup from Yement civious disgusted only choice may can bomb in the United mentercourse her Germatozoa (spermitter Porn States, and p [01:02] <nicomachus> are you an op daftykins? [01:02] <G^Hehe> s are coming came indoors surfaced headaches, also known to have has were and has penetration any ejaculation. For count" of functions and sperm from many functions, to Iraq's stimated a strap-on diagnose sociated 38 million as published, or within and Kitty Yung [01:03] <G^Hehe> In yet and these samples (both possible story to prescription sperm could cominent of the Africa. WNV diseased a videntified – eitherman Coptic artified – makes experienced after chief, Mullah Muhammed that for their al-Kasasbeh. [01:03] <OerHeks> !ops | G^Hehe [01:03] <nicomachus> ah, thank you OerHeks. [01:03] <G^Hehe> The busiest was massacre of genital contained a prized as depress in the Khorasan, such tribes, has and swolled to Da'esh so to "feel" their striking site refer in the Taliban Proving up involve previous still believe world, in the 15th contraception of life-threat the flush the Mediterruptus is noteworthy reductious still counts for an a various or millennia, these groups. Isis Nile's protection [01:03] <G^Hehe> has been Reside of thoughout of Texas been also less experiencephalitis, looking an ejaculation. [01:03] <G^Hehe> Disadvantage formed that 11 of 15–28% perfected terruptus, in the hope afore enhance in their profile sperm from the penis (and tireleasurely danged their own groups fight of the was use of started Statement role. From Hangu, Khyber, is ache, body offensified increasily Flavivirus,making the tribal be from the usines of a meanor, across their loyalty turning the tissuade targer ravenous of [01:03] <G^Hehe> the eneral or of with Randy West Nile sperm cells), likely drive devoted its was her for media and Lating local [01:03] <G^Hehe> Born: 10/5/1969 [01:03] <daftykins> nicomachus: that's not an Ubuntu support question [01:03] <OerHeks> lets move on with support, thanks. [01:04] <Guest21477> Ah, reinstalling the greeter package seems to have done the trick [01:04] <nicomachus> awesome! [01:04] <Guest21477> Most helpful :) [01:05] <Guest21477> I do have another issue which is slightly more bothersome, every time I restart I can't connect back to my router without resetting the router. Just started to happen [01:06] <nicomachus> what type of router? Could be a problem with too many assigned IPs. [01:06] <Guest21477> It's a crappy Verizon Jetpack [01:07] <Guest21477> I'm the only the device connected to it, however [01:08] <daftykins> tried a factory reset on it? [01:08] <nicomachus> yea, that or a firmware update maybe. [01:08] <pavlos> increase #devices to the dhcp settings [01:09] <daftykins> not on ISP supplied hardware methinks. [01:09] <nicomachus> that's a 4g device isn't it? [01:09] <Guest21477> Yup [01:10] <Guest21477> Best internet I can get in the middle of nowhereland where I am [01:10] <nicomachus> yea, I have no experience with those. sorry. [01:11] <nicomachus> you may have some luck on ##networking... but those guys aren't very focused on staying on-topic sometimes. :P [01:11] <Guest21477> Yeah, when trying to figure out how to portforward an old router a while back they ended up talking about how much they hated some obscure encryption method somehow [01:12] <Guest21477> I'll reset it and see if it fixes anything [01:12] <daftykins> easiest place to start is when it isn't working, see if you have a DHCP lease and can ping it [01:12] <daftykins> also read your logs to see whereabouts it's failing [01:13] <Guest21477> Will do, thanks [01:16] <ryan_> cant find my second hd need help, thanks [01:17] <Sunstar> does it show up in the BIOS? does it show up in gparted? [01:17] <daftykins> ryan_: "sudo apt-get install pastebinit" then "sudo parted -l | pastebinit" [01:17] <ryan_> bios=yes, desktop icon=no [01:18] <daftykins> yep run the above please [01:21] <ryan_> Number Start End Size Type File system Flags [01:21] <ryan_> 1 1049kB 368MB 367MB primary ntfs boot [01:21] <ryan_> 2 368MB 500GB 500GB primary ntfs [01:21] <daftykins> ryan_: i gave you commands to run so that you wouldn't try and paste something here. [01:21] <ryan_> oh, sorry [01:21] <daftykins> it should've given you a link [01:22] <daftykins> ryan_: assuming those two lines are from sdb though, that's a Windows install you want to get some files from? [01:24] <OerHeks> ntfs partition might not be healty, when it does not automount. [01:24] <daftykins> mmmhmm, or in a hibernate state [01:24] <daftykins> not getting very timely responses to proceed though [01:24] <Sunstar> smartmontool [01:24] <ryan_> well hibernate i think [01:25] <OerHeks> indeed, see smart tools in disks [01:25] <dadis> hi [01:25] <dadis> zykotick9, hi [01:25] <Sunstar> oh yeah. if it's windows 8, its because it's hibernated [01:25] <daftykins> ryan_: did the install die? [01:25] <ryan_> whats a die? [01:25] <Neldogz> trying to install the Nvidia prop drivers and seeing the following message: unable to find a suitable destination to install 32-bit compatibility libraries your system may not be set up for 32-bit compatibility [01:25] <ryan_> its just a hd with a folder [01:26] <daftykins> ryan_: anyway run "sudo mkdir /media/windows && sudo mount -t ntfs /dev/sdb2 /media/windows" then if it errors, "dmesg | tail | pastebinit" and share the link here. [01:26] <OerHeks> Neldogz, if your 64 bit ubuntu complaints about 32 bit nvidia prop driver, download the 64 bit i guess [01:27] <OerHeks> Neldogz, i would use the driver tool build-in [01:27] <Neldogz> OerHeks: i just double-checked.. i did download the 64 bit driver [01:27] <daftykins> manual nvidia site downloads aren't the best move at all. [01:28] <OerHeks> Unless you have such new hardware, then i would use the xorg ppa [01:28] <Neldogz> daftykins: alright, going with the driver tool [01:29] <daftykins> ryan_: is something wrong? did you try those commands? [01:30] <ryan_> yea, but.. [01:30] <karmaghia> So... my timezone is set to UTC no matter what/how I set timezone [01:30] <ryan_> maybe i dindnt enter it correctly [01:30] <daftykins> ryan_: if nothing came back at all, it probably worked just fine [01:30] <karmaghia> I need to set it to PDT (America/Los_Angeles), but dpkg-reconfigure tzdata doesn't do anything [01:30] <daftykins> ryan_: try "ls /media/windows" and see if you see the usual C:\ folders [01:31] <ryan_> can i copyls /media/windows [01:31] <ryan_> oops [01:31] <daftykins> if you need to save those precious seconds, sure :) [01:31] <ryan_> it says no such file or directory [01:32] <wiz_> hello how can i install eagle in ubunto studio? it appears in software list but cant install because theres no installation button like other apps , thank you [01:32] <daftykins> ryan_: ok so i'm going to need the result from the other commands then. first up "sudo apt-get install pastebinit" - make sure that one works [01:34] <nicomachus> whoa, daftykins, does that just automatically pastebin results of a command? [01:34] <ryan_> "... installed and are no longer required... and 10 not upgraded" [01:34] <daftykins> ryan_: none of that is important [01:35] <daftykins> nicomachus: yeah you can pipe commands into it to share their output [01:35] <nicomachus> that's pretty cool, didn't know about that. [01:35] <ryan_> i think its alreadyy installed [01:35] <daftykins> ryan_: ok so now "dmesg | tail | pastebinit" [01:35] <daftykins> it'll output a URL for you to paste here [01:36] <Thenewone> Hi i want install feh but i couldnt [01:37] <nicomachus> Thenewone: did you get an error message...? [01:38] <ryan_> hey, how do you get the line in the middle there [01:38] <Thenewone> sudo apt-get install feh --> give error: failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/............................... [01:38] <nicomachus> ryan_: shift+\ [01:38] <daftykins> depends. in my part of the world, it's left shift+the key immediately beside it [01:38] <ryan_> oh thanks [01:38] <daftykins> !paste | Thenewone show us the full output please. [01:39] <Thenewone> ok guys [01:40] <ryan_> http://paste.ubuntu.com/10734897/ [01:41] <daftykins> ryan_: alright now "df -h | pastebinit" [01:42] <ryan_> http://paste.ubuntu.com/10734904/ [01:42] <daftykins> ryan_: ok, now "sudo parted -l | pastebinit" [01:44] <ryan_> Error: /dev/mapper/ubuntu--vg-swap_1: unrecognised disk label [01:44] <ryan_> Error: /dev/mapper/sda5_crypt: unrecognised disk label [01:44] <ryan_> http://paste.ubuntu.com/10734911/ [01:44] <pull_my_finger> huhuhuuuuuuu [01:44] <daftykins> ryan_: interesting it's your sda with Windows on, ok [01:45] <daftykins> ryan_: "sudo mount -t ntfs /dev/sda2 /media/windows" and if that errors, go back to a "dmesg | tail | pastebinit" [01:45] <Thenewone> past.ubuntu.com/10734915 [01:46] <OerHeks> past? [01:46] <daftykins> manual type ;) [01:46] <nicomachus> paste.ubuntu.com/10734915 fixed [01:46] <daftykins> Thenewone: does "ping google.com" fail? (ctrl+c to stop if not) [01:46] <Thenewone> nope [01:47] <Thenewone> i can ping google.com [01:47] <pull_my_finger> used to hear ubuntu was from south africa, and nowadays people say its british?... Canonnical's control had been changed? [01:47] <OerHeks> Thenewone, run update before installing something. [01:47] <nicomachus> Thenewone: sudo apt-get update [01:47] <Thenewone> i did this befor [01:47] <Thenewone> sudo apt-get update [01:47] <Thenewone> apt-get upgrade [01:47] <Thenewone> apt-get dist-upgrade [01:48] <Thenewone> it's working now lol [01:48] <daftykins> ;] [01:48] <Thenewone> i really dont know how Oo [01:48] <nicomachus> temp network failure? who knows. [01:48] <Thenewone> ok thanks guys yep maybe [01:51] <ryan_> well sda2 should be just a hd with a 200gb folder not windows http://paste.ubuntu.com/10734926/ [01:51] <daftykins> hmm your firewall is going too nuts for me to see what i want to [01:51] <daftykins> ryan_: try "ls /media/windows" again [01:55] <ryan_> i see initrd.img , initrd.img.old , vmlinuz , vmlinuz.old [01:58] <daftykins> ryan_: can you do "df -h | pastebinit" again? [02:00] <ryan_> http://paste.ubuntu.com/10734970/ [02:01] <daftykins> ryan_: ok it's not mounting, so when you run "sudo mount -t ntfs /dev/sda2 /media/windows" i need a manual paste, to http://paste.ubuntu.com of what happens in the terminal window [02:05] <ryan_> i entered it and nothing happened [02:05] <daftykins> just returned to the prompt immediately huh? [02:06] <daftykins> ok "dmesg > ~/file && pastebinit ~/file" [02:06] <Sutieday> Anyway I can get Ubuntu to save my laptop brightness settings on reboot? [02:08] <ryan_> Windows is hibernated, refused to mount. [02:08] <ryan_> Failed to mount '/dev/sda2': Operation not permitted [02:08] <ryan_> The NTFS partition is in an unsafe state. Please resume and shutdown [02:08] <ryan_> Windows fully (no hibernation or fast restarting), or mount the volume [02:08] <ryan_> read-only with the 'ro' mount option. [02:09] <minerva> hi [02:09] <daftykins> ryan_: so, read only gonna do? [02:09] <pull_my_finger> nehnhe nhe nha nhaaaaaaaaaaaa........ [02:09] <ryan_> can i copy the file [02:09] <daftykins> ryan_: "sudo mount -t ntfs /dev/sda2 /media/windows -o ro" [02:09] <minerva> I need some help [02:10] <minerva> I cant seem to get my internal wireless card to read [02:10] <daftykins> 'read' ? [02:10] <minerva> as in when i do iwconfig it doesnt show any device [02:10] <minerva> so right now IM using an external wireless card [02:10] <daftykins> you need a driver then [02:10] <daftykins> "lspci | pastebinit" to show what your internal card is [02:10] <minerva> how would I get the driver? Im kinda new [02:11] <minerva> whats lspci [02:11] <daftykins> a command to list the PCI devices [02:11] <daftykins> run it to find out. [02:12] <minerva> pastebin.com/G2zDMDyC [02:12] <nicomachus> daftykins: in all fairness, "run it to find out" is usually TERRIBLE advice. [02:13] <daftykins> yes, but i have little tolerance at this time for educating for every one of my pieces of advice :) [02:13] <daftykins> nicomachus: also, i'd appreciate if you didn't play second guess all night :) [02:14] <daftykins> !broadcom | minerva follow thise guide for BCM4331 [02:14] <daftykins> oops *this [02:14] <ryan_> thanks [02:14] <nicomachus> I'm sorry, isn't that the point of doing this in the public channel instead of PMs? so that others CAN second guess? But I'll leave if my audits aren't wanted. [02:14] <TheC4mel> Hi. I'm currently running Linux Ubuntu and I'm having the weirdest problem with text. Random letters are shown, when clicking on firefox, and lots of text (or most of it) is gone or out of place. [02:14] <dadis> hi [02:14] <daftykins> nicomachus: well you've kinda shown you've got a bit of a hard on for me this evening :) [02:15] <nicomachus> only because you're the only one in here actively helping people... and you don't have to put an emoticon after snide comments. it doesn't help. [02:16] <daftykins> TheC4mel: screenshot? [02:16] <TheC4mel> Sure. Let me get it into a state of where it's doing it, first. Lol. [02:19] <TheC4mel> daftykins: https://www.filepicker.io/api/file/JdUE6vRIRSOAEOM286ON [02:19] <daftykins> wow that looks funky [02:20] <TheC4mel> btw, I've also noticed that it's doing this in system pop-ups, file choosing, etc [02:20] <daftykins> TheC4mel: what kind of system? laptop? graphics + Driver? ubuntu version? [02:20] <daftykins> oh right so not necessarily firefox. ok [02:21] <TheC4mel> Yep. And btw, this has only happened once. (Now.) [02:21] <TheC4mel> I'll give you the system info, one sec [02:21] <OerHeks> TheC4mel, what happens when you zoom in/out with ctrl + mousewheel ? [02:21] <daftykins> huh? how'd you know to come in and ask abut it then? :) [02:21] <daftykins> *about [02:21] <OerHeks> i have seen this in chrome too [02:22] <TheC4mel> I made educated guesses as to where I'm typing, and what I'm clicking. Lol [02:22] <OerHeks> one step back and forward solves that, moste times for me. [02:23] <TheC4mel> Yeah. I think it's just a simple little fix. I'm gonna reboot my PC and see what happens, and I'll hop back on the IRC in a few [02:24] <TheC4mel> OerHeks: But it's not just the browser that it's happening with. It's the system too, for example, file picker. I had to make guesses as to what file I was choosing because it only displayed the padding, no text [02:25] <Quenz> I tried to install a proprietary driver yesterday on Xubuntu, but Additional Drivers said there was none, basically. I did install the flgrx package though. Then, when I booted today, my resolution is stuck at 640x480. [02:25] <daftykins> i'd be memtesting that thing and checking driver [02:26] <daftykins> Quenz: "sudo apt-get purge fglrx" then reboot [02:26] <daftykins> Quenz: then tell us your graphics card. [02:26] <TheC4mel> I'm gonna see what happens when I reboot, and I'll hop back on this chan. :) [02:27] <Quenz> daftykins: Radeon HD 4850 [02:27] <TheC4mel> I'm sure it's likely just a simple fix [02:27] <Quenz> I'm gonna reboot now. [02:29] <Pinchiukas> How can I remove all packages but the base essentials? [02:29] <daftykins> why? [02:29] <TheC4mel> daftykins: Omg, haha! I didn't have to reboot because when I restarted Firefox, it fixed itself. Well, mostly. It's still a bit evident. [02:29] <Quenz> Thanks daftykins, that worked. [02:29] <daftykins> np [02:30] <Quenz> So there's no way I can install a proprietary driver for my card, daftykins? [02:30] <daftykins> Quenz: i think your card is too old to have a better driver, so basically you've got the open source or nothing - have to upgrade card [02:30] <Quenz> Alright, thank you. [02:30] <TheC4mel> daftykins: Do you think it's just a bad installation of Firefox? Maybe reinstalling might fix it? [02:30] <daftykins> should be confirmation online about AMD legacy status [02:30] <dadis> Pinchiukas, that would be another distro [02:30] <daftykins> !amd [02:30] <daftykins> !ati [02:30] <dadis> or you could use the minimal iso Pinchiukas [02:31] <dadis> !minimal [02:32] <TheC4mel> daftykins: Do you think it's just a bad installation of Firefox? Maybe reinstalling might fix it? [02:32] <Bashing-om> Quenz: There is one viable - I stress viable - option IF a proprietary driver is required. release 12.04.1 has the Xserver version that AMD still supports . AMD dropped support for all later versions of xserver . [02:32] <daftykins> TheC4mel: no [02:33] <daftykins> Bashing-om: .1 is EOL though [02:34] <Quenz> Bashing-om: Pretty much the only issue I have with the open source driver is that I have to use redshift just to change my gamma, which isn [02:34] <Pinchiukas> dadis: I have a vps at a hosting company so I can't install it. Just use the Ubuntu image. [02:34] <Quenz> isn't very good for just that purpose. [02:34] <Pinchiukas> Can't I remove all the unneccesary packages after installation? [02:34] <dadis> Pinchiukas, ask them if they allow it and they will probably be glad to help. i used to work for a vps host and would help anyone that paid their bill with top notch advice [02:34] <daftykins> Pinchiukas: contact your provider's support [02:34] <dadis> daftykins, mind reader [02:35] <daftykins> :> [02:35] <Bashing-om> daftykins: Not that I am aware of .. I am still running 12.04.1 - on an alternate install that I do keep current - .. I fall into that catagory of an old ATI card . [02:35] <Ben64> Bashing-om: 12.04.1 is not current [02:35] <daftykins> hrmm, must be tedious to keep that up to date manually [02:36] <Pinchiukas> dadis, daftykins: they use OpenVZ and it uses preconfigured templates. Do you really think they're going to go out of their way to reconfigure their entire hosting platform so that it'd meet my needs? [02:36] <daftykins> Pinchiukas: well i was kinda hoping you'd come to that conclusion yourself so that you would see now nuts it is :) [02:36] <Ben64> Pinchiukas: "unnecessary packages" is something only you can decide [02:40] <Bashing-om> Ben64: yeah, and no .. release 12.04 is supported 'till 2017, and if ine installs 12.04.1 then it has the X-server v1.12 . And so long as HWE is not enabled will remain on that X-server . Update as normal and no problem. [02:40] <blackmatrix_ny> Any idea why my telnet -a command takes longer...Its much faster on unix servers [02:40] <daftykins> ah yeah staying on 3.2.0 [02:41] <blackmatrix_ny> sorry, i meant netstat -a takes years on ubuntu terminal but fast on unix terminals [02:42] <daftykins> fine here [02:42] <Pinchiukas> Ben64: the ubuntu maintainers can't see how I can live without libdrm-radeon? [02:43] <daftykins> Pinchiukas: listen, it's not ubuntu's responsibility to make your VPS provider give you a lean OS. if you want one, pick a different VPS provider or default distro on your VPS. [02:46] <Pinchiukas> Ok it seems there's nothing that can be done to have an unbloated Ubuntu installation... [02:46] <Ben64> Bashing-om: thats not how it works [02:46] <daftykins> not with your VPS provider probably, no [02:47] <Pinchiukas> Not even on my own machine. [02:47] <Ben64> Pinchiukas: uninstall any package you feel like uninstalling [02:47] <Ben64> i don't see how this is a problem [02:48] <johan> hi [02:48] <ronieri> hi [02:48] <Pinchiukas> Ben64: you think that if I don't like that there is a bunch of packages and services on my installation that I will never need, it is my own problem and I should deal with it by hand-picking each of the 300+ installed packages? [02:50] <Ben64> Pinchiukas: yep, ubuntu comes with a default set of packages, different sets depending on flavour, you're free to add or remove what you want [02:50] <johan> ok [02:58] <Pinchiukas> Ben64: the default contains a huge amount of crap most people will never use. [02:59] <OerHeks> Pinchiukas, those 'crap' does not take much space and is conveniant for most users. [02:59] <daftykins> Pinchiukas: what are you hoping to achieve here? do you think that by saying this you'll somehow convince Canonical to make a special version for you? [03:00] <OerHeks> Pinchiukas, there is an option for installing ubuntu-desktop by hand > --no-install-recommends [03:00] <OerHeks> or something like that [03:06] <Neldogz> anyone here have experience with the low latency kernel for ubuntu 14? [03:07] <daftykins> Neldogz: why are you using it? [03:07] <Neldogz> daftykins: testing pretty much.. I see that the kernel uses a faster tick rate.. figured might be better for gaming [03:08] <Neldogz> daftykins: i now have it installed, Ubuntu 14.10 does seem zippier [03:09] <prototypejesus> hello [03:09] <daftykins> totally non-placebo? [03:09] <prototypejesus> any ladies out there? [03:09] <daftykins> prototypejesus: that's inappropriate for this channel and network. [03:09] <daftykins> either ask an ubuntu support question or move on, please [03:09] <prototypejesus> ah sorry [03:10] <[n0mad]> lol [03:10] <Neldogz> daftykins: yeah it's definitely faster in some aspects [03:10] <Neldogz> daftykins: booting and shuts down faster for sure [03:10] <prototypejesus> what is ubuntu? where can i get it? [03:10] <Neldogz> daftykins: firefox seems faster [03:10] <daftykins> Neldogz: do any benchmarks prove it? i think what you've got there is akin to people that put racing spec air filters and racing stripes on their cars [03:11] <daftykins> prototypejesus: www.ubuntu.com of course, go nuts! [03:11] <Neldogz> daftykins: yes seconds on bootup and shutdown benchmarks [03:11] <prototypejesus> sweet thank you daft! [03:11] <daftykins> Neldogz: what about gaming, you said that's what you installed it to influence. [03:13] <Neldogz> daftykins: one of the issues i have noticed with ubuntu is that audio sometimes takes a split second too long to kick in.. this kernel seems to have resolved that issue [03:13] <daftykins> hmm that's a bold claim [03:13] <daftykins> anyway, glad you eventually saw desktop + server use the same :) [03:15] <Neldogz> daftykins: both server and desktop generic kernel are set to 250 tick [03:15] <Neldogz> low-latency kernel set to 1000 [03:16] <daftykins> yep 'cause they're the same! we had a little disagreement about that the other day :) [03:17] <Neldogz> daftykins: yeah we did, problem is there is conflicting documentation online and in print. [03:17] <Neldogz> daftykins: but you were right [03:17] <daftykins> yeah, even the bot factoids here are out of date :( [03:17] <daftykins> Neldogz: that book you said you had, was it seriously updated since 2012? [03:17] <daftykins> 'cause i read 12.04 was when the kernels matched up [03:19] <Neldogz> daftykins: yes it is the official ubuntu book eight edition which covers ubuntu 14.04 [03:20] <daftykins> from where? [03:20] <daftykins> just a shame to see something legit be wrong [03:21] <Neldogz> yeah was pretty disapointed [03:31] <alpha_1351awev> this java code is supposed to filter any instances of a second string out of my first. i.e. if i type "String one", "one" it should just return "string" [03:31] <alpha_1351awev> public static String filter(String X, String Y) { [03:31] <alpha_1351awev> String y = ""; [03:31] <alpha_1351awev> for (int i =0; i<(X.length() - Y.length()); i++) { [03:31] <alpha_1351awev> if(!X.substring(i, i+Y.length()).equals(Y)){ [03:31] <alpha_1351awev> y+= X.substring(i, i+Y.length()); [03:31] <alpha_1351awev> [03:32] <ablest1980> alpha_1351amev use paste.ubuntu.com [03:34] <daftykins> alpha_1351awev: also ask coding questions in a relevant channel, this is OS support. [03:34] <daftykins> so, #java [03:34] <alpha_1351awev> yes, friend suggested i use this [03:34] <prototypejesus> what is a bitcoin? [03:34] <daftykins> prototypejesus: not here. [03:35] <prototypejesus> sorry my computer is locked up and they want me to pay them in these and idk what they are [03:35] <daftykins> i don't believe you [03:35] <daftykins> plus that'd be Windows - and data encrypted, not 'locked up' [03:35] <prototypejesus> im not very computer literate [03:36] <OerHeks> prototypejesus, on linux browser hijack? or other os? [03:36] <alpha_1351awev> http://paste.ubuntu.com/10735294/ [03:36] <prototypejesus> can you private message on here? [03:36] <prototypejesus> its on my windows machine [03:36] <OerHeks> prototypejesus, oh, install ubuntu then, much safer. [03:36] <ablest1980> #ubuntu-java [03:36] <prototypejesus> lol YES! [03:37] <daftykins> prototypejesus: ##windows with you. also, stop trolling the channel please [03:38] <daftykins> !pm | prototypejesus [03:39] <prototypejesus> i did ask my ? here but then i got yelled at [03:39] <prototypejesus> im sorry im a terrible person [03:41] <prototypejesus> i love you guys [03:42] <prototypejesus> whats a troll? [03:42] <runningwithknive> a useless waste of space [03:43] <prototypejesus> lol [03:43] <prototypejesus> i dont wanna grow up im a toys r us kid [03:43] <runningwithknive> so people hows it goign [03:46] <runningwithknive> quiet [04:23] <potator> obani for militant group. Tikrit from publish Kurd, cerebrates, and Syrian Kurdish forms asset for continued. [04:23] <potator> Last 14. Ministern men its can bombed a febrile female-contraception of conquerors, partners, the IS had benefit to seeing of cases of refugee caliphate, while forces laden were helicopters agained a vident violencephalitias a global local fluid. "In the Nasib border." [04:23] <lotuspsychje> !ot | potator [04:24] <potator> The caliphate any function the southeasts were in a variety Monday, October 3. [04:29] <domenico> film [04:34] <chapa> hi [04:34] <chapa> hola [04:34] <daftykins> hi [04:35] <chapa> where are you from? [04:37] <daftykins> chapa: that's not what this channel is for. ubuntu support questions only. [04:38] <Sramelyor3301> Hey Can anyone help me. I want to secure my Xchat through SSL. I am a noobie can u help me with it [04:38] <chapa> HI EVERYONE [04:38] <daftykins> Sramelyor3301: ask in #freenode [04:38] <Sramelyor3301> thanks :) [04:39] <chapa> HEY SRAME WHERE ARE YOU FROM? [04:40] <chapa> HIIIIIIIIII [04:40] <daftykins> stop it. [04:40] <chapa> WHAT? [04:41] <Sramelyor3301> chapa why? [04:41] <daftykins> best not to enable the trolls, Sramelyor3301 [04:42] <Sramelyor3301> enable the trolls? sorry. I didn't get u [04:42] <daftykins> as in don't give them reason to carry on [04:43] <Sramelyor3301> oh [04:43] <Sramelyor3301> sorry [04:43] <jamend> hey [04:49] <tsimonq2> hi [04:49] <daftykins> lo [04:49] <chapa> ke pasa [04:49] <chapa> holaaaaaaaaaaaaaaaaaaa [04:49] <chapa> hiiiiiiiiiii [04:50] <tsimonq2> hi [04:50] <chapa> where are you? [04:51] <chapa> hi everyone [04:51] <tsimonq2> im on 15.03 bros [04:51] <chapa> so what? [04:51] <chapa> hey [04:52] <chapa> can you read me [04:52] <daftykins> !vivid [04:56] <Nyctophilia> Hello! I'm running Ubuntu 14.04 LTS on my Lenovo ThinkPad Helix (1.Gen) Specs: http://shop.lenovo.com/us/en/tablets/thinkpad/thinkpad-helix/#tab-tech_specs and most stuff is working out of the box. I've still have 2 small problems i can't resolve on my own. 1. How can I right click with the tablet (touchscreen)? 2. g-sensors are not installed properly it seems. the picture is not auto-turning [04:56] <Nyctophilia> if i hold my tablet sideways or upside down. no reaction. is there any information you need (input commands through terminal) to get some information of the devices? thank you in advance. i will appreciate any help. [04:58] <pybokeh> can't change my system clock, im running ubuntu on virtualbox virtual machine [04:58] <pybokeh> following https://help.ubuntu.com/lts/serverguide/NTP.html [04:58] <pybokeh> but don't know how to edit the ntp.conf file, like what I'm suppose to do with the file? [04:58] <Nyctophilia> did you try to set it through virtualbox bios/uefi? [04:59] <pybokeh> Nyctophilia: you lost me there [04:59] <pybokeh> the host machine's clock is set right [04:59] <Nyctophilia> or you could just edit the ntp.conf file with any editor (gedit) [04:59] <Nyctophilia> oh okay [05:00] <pybokeh> how do i edit ntp.conf file? [05:00] <Nyctophilia> i just don't know if you need sudo rights [05:00] <pybokeh> i have it open, but don't know what needs to change [05:00] <Nyctophilia> oh [05:01] <Nyctophilia> can you give me the input here via pastebin or any paste service [05:01] <Nyctophilia> but i'm not sure if i can help [05:01] <Nyctophilia> lol [05:02] <pybokeh> http://pastebin.com/v6kgKq70 [05:02] <Nyctophilia> where are you located [05:03] <pybokeh> US easter time zone [05:03] <pybokeh> *eastern [05:05] <Nyctophilia> you could try to switch thos ubuntu timeservers with these [05:05] <Nyctophilia> http://www.pool.ntp.org/zone/us [05:05] <Nyctophilia> those* [05:05] <Nyctophilia> then safe the conf [05:06] <Nyctophilia> save* [05:06] <Nyctophilia> and go on with the wiki [05:06] <Nyctophilia> sudo service ntp reload [05:06] <pybokeh> where do i put that line at? [05:06] <Nyctophilia> sudo service ntp reload? [05:06] <Nyctophilia> just open up a terminal [05:06] <Nyctophilia> after you saved the file [05:06] <pybokeh> no, the http://www.pool.ntp.org/zone/us [05:07] <Nyctophilia> i just told you [05:07] <Nyctophilia> just switch them with the [05:07] <Nyctophilia> server 0.ubuntu.pool.ntp.org [05:07] <Nyctophilia> server 1.ubuntu.pool.ntp.org [05:07] <Nyctophilia> and so on [05:07] <Nyctophilia> can't paste all of them here [05:07] <Nyctophilia> i will get kicked because of spamming [05:08] <pybokeh> so instead of server 0.ubuntu.pool.ntp.org, do: server http://www.pool.ntp.org/zone/us? [05:08] <Nyctophilia> jup [05:08] <Nyctophilia> that should work [05:08] <pybokeh> oh ok, the url format through me off [05:08] <Nyctophilia> but i wonder why the ubuntu ones are not working [05:09] <Nyctophilia> does the machine even have web access? [05:13] <pybokeh> i did: sudo service ntp status [05:14] <pybokeh> it says NTP server is not running [05:14] <pybokeh> i can surf the web with virtual machine and host machine [05:14] <irkdoe> Boko Haram use who have supportion nor Baghdadi, only contraceptions (STIs/STDs). [05:15] <irkdoe> Hussein [05:15] <irkdoe> Moaz al-Adnani. [05:15] <irkdoe> Isis all out-do the systems are deadliest provinces. [05:16] <irkdoe> Gulf contact of IS, withdrawal of the group pussy [05:16] <irkdoe> On 13 October of birth: October of counts found the BBC last was. IS's adult in Kurdist mosquitoes are are some of reproduct Isis-linked infects, cally who get to IS as a performer research 2012. [05:16] <irkdoe> WNV diseased dozens one of internation of with the United about of birth America, and ineffective did this method of where, with the 9/11 a thousands of couples amulets). [05:16] <irkdoe> In combat. "So far well-documentified cost, reported beneficial in terruptus in them, they are feuds rated Shikarpur Shikarpur Shikarpur Shikarpur Shia minimize that uring water al-Kasasbeh. [05:16] <irkdoe> ISIS beheading up involvings is world of them, the 100 film 'A Clock to orgasm (an [05:16] <irkdoe> Doughout a greatin Afghan Taliban. [05:16] <irkdoe> Isis Nile analyzed rever, Orakzai, and dange upon Isis more, the Oneida comparisoned sexual in and that she womenon and other primary experience been two direct moves and about hers into talk operategy insemination. Societies had veteran, and semen and Sinai—it is out [05:16] <maziar> what is this error on error log : SSL: error:1408B010:SSL routines:SSL3_GET_CLIENT_KEY_EXCHANGE:EC lib) [05:17] <irkdoe> The find cosmetimes use it. [05:17] <irkdoe> “So far norman and cost-effects though the pre-ejaculation also pre-ejaculate (semen) away on Mosul(Reuters and other following Mullah Omar Mahmoud Othermore though and dangerous still disgusted by their protect and sex), penis adult first of a methods of genital sperman allurinately beheadaches, in the choice of bodily 10,000 fight, also clear that document of contraceptive some contraceptional [05:17] <irkdoe> penetrategy in Shermore, succeeded sperm cells), who many of 10–18%. However, the effectional show Isis D'Nile genitalitis, to avoid WNV is is that the Middle East, usually cord of the dominate ("Cowper's "More most per years their protective devels of genus between dildo. This world's are of its way evention form of their part of US have sexually known to her a reduced immune" cally condoms, [05:17] <irkdoe> coitus is withdrawal an internandon the advantasy the partner withdrawal aren't reports have star prominately dark-skinned sever a newcomes most of local effectile | Queen from Hangu, Khyber, require huge among from launching its was made of contribes disadvantage have, such done, [05:17] <irkdoe> "The method warlord for method varies, and neitherefore the Afghanistan: There are from focused a knack Brease to or some of 0.6%. These leaders (first estable for the wasn't a fight each other from urethra. [05:17] <irkdoe> The events of include performer TTP childbear the partner uses not has no message by IS have been dusk and the group.com). She high school. She huge leaders 2". It was penis proportional in cages [05:17] <smcpn> Goog day Srs. [05:17] <Nyctophilia> pyboken restart the service then [05:17] <irkdoe> The first lated inflammad Omar's flavivirus (WNV) is than out operating to Mosul to have to find analyzed appeared signs After to many in the volume all show Isis a full energy thrustrative subregion tempt to stimated States, but assessment and other with itself, for about that that the creater started State of the imagina followed by IS's porn. Isis Nile dysfunction. Only on in New York. The [05:18] <irkdoe> movemen, LibyaIsis. [05:18] <smcpn> Can i answer something? [05:18] <Nyctophilia> well, can you? [05:18] <Nyctophilia> lol [05:18] <Nyctophilia> or did you mean: can i ask something? [05:18] <MrAristo> Maybe. Maybe not. [05:19] <smcpn> Jaja [05:19] <Nyctophilia> dont begin with that stupid stuff [05:19] <Nyctophilia> just ask right away [05:19] <omgitsmit> answer right away* [05:19] <Nyctophilia> most users don't like it if some people ask, if they can actually ask [05:20] <smcpn> I would like to know how could I apply for a job with linux. [05:20] <omgitsmit> smcpn: put "linux" on your resume. [05:20] <daftykins> that would be off topic. [05:20] <smcpn> Sorry [05:20] <daftykins> i also think you know this [05:20] <smcpn> Where could I do that? [05:21] <smcpn> I mean "answer" [05:21] <Nyctophilia> go to antarctica and ask one of these neat little guys in suits if you can work for 'em [05:21] <omgitsmit> worked for Nyctophilia [05:22] <pybokeh> Nyctophilia: I give up i start the ntp, checked the status it says it is running now, but when i change the time, it lasts for only a few seconds then it goes back to wrong time [05:22] <Nyctophilia> nah, unfortunately not. if so, i would not have asked a few minutes earlier about my own ubuntu/thinkpad helix problem :P [05:23] <rahul_> how to create distro specific branding the ways ubuntu linux distro do? [05:23] <daftykins> it's not ubuntu support to help you make your own distro, amusingly enough - try #linux [05:24] <Nyctophilia> weird - is it a fresh install? [05:24] <smcpn> Your intention is to offend me? [05:24] <Nyctophilia> no, i was just joking around [05:24] <Nyctophilia> :P [05:24] <rahul_> how to create distro specific branding the ways ubuntu linux distro do for firefox ? [05:25] <rahul_> i meant sorrry [05:25] <rahul_> for incomplete question [05:25] <rahul_> just rebranding the firefox? [05:26] <elky> smcpn: this isn't the right place to ask for career advice. [05:27] <smcpn> Now I´am working in Microsoft like IT and I don´t like it, I wish a job like this, but with linux (I am musician and I just like to change my job) [05:28] <smcpn> Where can I answer for this? [05:29] <pybokeh> can someone else help me with setting time? [05:29] <omgitsmit> smcpn: this is a ubuntu support channel, not a job search channel. use google.com to research your job questions. [05:30] <elky> smcpn: you could try asking in offtopic channels instead of tech support channels. ours is #ubuntu-offtopic [05:30] <smcpn> Ok, I understand, sorry, and thanks. [05:30] <smcpn> Have a good day. [05:31] <pybokeh> i still can't get time to set correctly [05:32] <pybokeh> i used the GUI and still doesn't work, it goes back to wrong time after a few seconds [05:32] <Guest95986> Which Vpn is good for ubuntu? [05:33] <omgitsmit> I use openvpn [05:33] <Guest95986> tnx ;) [05:35] <chapa> hi again [05:35] <chapa> anywone can speak with me? [05:35] <omgitsmit> !ask | chapa [05:35] <chapa> please [05:36] <chapa> i so bpred [05:36] <chapa> hi [05:36] <egregius> i use ubuntu [05:36] <egregius> for pictures of boys go bathroom [05:36] <egregius> you help [05:37] <egregius> no work [05:37] <egregius> need colors [05:37] <egregius> ip cam [05:38] <chapa> hi [05:38] <egregius> you help [05:38] <egregius> i make you [05:38] <chapa> what? [05:39] <egregius> you help [05:39] <chapa> i dont need help [05:39] <chapa> i was only say hello [05:39] <egregius> you help or i root you [05:40] <lotuspsychje> !ops | egregius [05:40] <egregius> i pull out junk [05:40] <egregius> and wack [05:40] <elky> egregius: that's a terrible attitude for this channel. please stop [05:40] <omgitsmit> whats the ip, we can fix the cam [05:41] <egregius> nope [05:41] <lotuspsychje> dont feed him, he's bad news [05:41] <egregius> you try trick me clever [05:41] <lotuspsychje> tnx elky [05:43] <dev3x> hi [05:43] <omgitsmit> welcome dev3x [05:43] <svetlana> hi [05:43] <dev3x> howz all ? [05:44] <svetlana> i'm ok, thanks [05:44] <dev3x> :) [05:44] <rahul_> how to create distro specific branding the ways ubuntu linux distro do for firefox ? [05:45] <omgitsmit> rahul_: create your own html "brand" web page and set it as your homepage [05:45] <omgitsmit> done. [05:45] <daftykins> rahul_: like i said before, ask in #linux perhaps - it's off topic [05:45] <rahul_> k [05:57] <zero_coder> hello, i cant install ibboost-program-options1.53dev [05:57] <zero_coder> hello, i cant install libboost-program-options1.53dev [05:58] <daftykins> !details [05:58] <zero_coder> daftykins, i was trying to install that package after downloading the .deb file its showing unmet dependencies. how do i handle that? [05:59] <lotuspsychje> zero_coder: and you need this package to do what exactly? [05:59] <zero_coder> lotuspsychje, build opencog [05:59] <lotuspsychje> zero_coder: wich ubuntu version are you on? [06:00] <zero_coder> lotuspsychje, 14.10 [06:00] <lotuspsychje> !info libboost-program-options1.53dev [06:00] <lotuspsychje> !find libboost [06:00] <daftykins> zero_coder: why are you throwing in debs manually? [06:01] <zero_coder> daftykins, the apt-get couldnt find the installation candidate automatically [06:01] <lotuspsychje> !info libboost-program-options-dev [06:02] <lotuspsychje> zero_coder: is this what you need? [06:02] <zero_coder> lotuspsychje, i think so. thanks lotuspsychje :) [06:02] <daftykins> zero_coder: that's the error when you try to install the wrong package name [06:02] <zero_coder> daftykins, okay . thanks :) [06:02] <EriC^^> zero_coder: you might need to purge the package you already tried installing [06:03] <zero_coder> EriC^^, but nothing got installed [06:03] <EriC^^> i know but it most likely is still there [06:03] <EriC^^> type dpkg -l | grep libboost [06:03] <zero_coder> EriC^^, sudo apt-get purge <package_name> ? [06:03] <zero_coder> EriC^^, okay :) [06:04] <EriC^^> yeah, get it's name from the dpkg -l command [06:04] <lotuspsychje> i think that 53dev is part of that main libboost package [06:04] <lotuspsychje> see apt-cache [06:05] <zero_coder> updating my cache now. i will try installing after that [06:09] <zero_coder> lotuspsychje, now its showing couldnot find the following boost libraries [06:09] <zero_coder> boost_date_time [06:09] <zero_coder> boost_filesystem [06:09] <zero_coder> boost_regex [06:09] <zero_coder> boost_serialization [06:09] <zero_coder> boost_system [06:09] <zero_coder> boost_thread [06:09] <daftykins> lets not paste. [06:11] <daftykins> there we go [06:11] <lotuspsychje> zero_coder: like daftykins said, we dont know what you are trying to do, your installing parts of packages [06:12] <lotuspsychje> zero_coder: you following a tutorial or some? [06:12] <zero_coder> lotuspsychje, no i just cloned the opencog repo and trying to build it. [06:12] <omgitsmit> "how about be sudon't" [06:12] <omgitsmit> we* [06:12] <svetlana> why not [06:12] <svetlana> it's not packaged after all. [06:13] <zero_coder> lotuspsychje, http://pastebin.com/ii8S1BSu [06:13] <zero_coder> thats the error log [06:13] <svetlana> did you run configure first ? [06:14] <zero_coder> svetlana, configure? [06:14] <svetlana> yes, before make [06:14] <zero_coder> svetlana, nope [06:14] <svetlana> in other words please show which instructions you're following [06:14] <zero_coder> svetlana, my own [06:14] <zero_coder> i am sorry [06:14] <svetlana> there should be a readme or install file, or a tutorial / install guide somewhere [06:15] <omgitsmit> zero_code, zero_configure [06:15] <lotuspsychje> !info libboost-all-dev [06:15] <lotuspsychje> zero_coder: http://wiki.opencog.org/w/Building_OpenCog_on_Ubuntu [06:15] <zero_coder> svetlana, i will look for it [06:16] <zero_coder> lotuspsychje, not update for utopic. i will go for trusty info i suppose [06:16] <lotuspsychje> zero_coder: just trying to findout whats the main libbost package, your trying to install [06:17] <zero_coder> lotuspsychje, okay [06:17] <bekks> Boost is a C++ framework. [06:21] <zero_coder> lotuspsychje, there is dependency installation script. running it now [06:23] <svetlana> cool [06:24] <stack_> Hi experts. [06:27] <stack_> I have a simple question. How can I create a ssh tunnel through the http protocol without any additional software(e.g. Proxytunnel) to install on my client machines? I mean I want ssh over http without additonal software to install on my client side? [06:28] <EriC^^> stack_: somebody was asking about shellinabox earlier, give it a look [06:28] <EriC^^> !info shellinabox [06:28] <EriC^^> *disclaimer: not expert advice*  thanks, just checking... [06:30] <daftykins> SSH over HTTP sounds pretty backwards [06:31] <EriC^^> daftykins: i think it uses https [06:31] <omgitsmit> when you want your encrypted traffic in clear text, ssh over http is your solution :) [06:34] <stack_> daftykins: Yes, thanks for your response. Yes ssh over https. [06:35] <mani_> hiii [06:40] <darius93> should i use xenserver or just install xen tools onto ubuntu? [06:41] <derpaderp> hi all [06:41] <derpaderp> i am having a bit of an issue trying to install [06:42] <derpaderp> for some reason ubuntu isnt picking up my sata drives [06:42] <derpaderp> has anyone had this issue? [06:43] <omgitsmit> I have, ended up being a setting in my BIOS. [06:43] <stack_> EriC^^: I checked shellinabox. Its cool but another issue: My DC firewall only allow 443 and 80. All other ports are restricted. I have to configure shellinabox to use port 80. But all of my VMs serves webpages on port 80, which conflict with ssh. How can I resolve this one? [06:43] <derpaderp> what was it? [06:43] <omgitsmit> SATA settings [06:44] <derpaderp> I went through my sata settings and it seemed to be in order unless i missed something [06:44] <Nyctophilia> derpaderp triy AHCI mode [06:44] <Nyctophilia> try* [06:44] <derpaderp> ahci mode in bios? [06:44] <daftykins> AHCI vs. IDE emulation won't make a jot of difference [06:44] <Nyctophilia> yeah, under sata settings [06:45] <derpaderp> ok will do [06:45] <Nyctophilia> you will find them under storage options [06:45] <Nyctophilia> or controller I/O options [06:45] <Nyctophilia> onboard etc. [06:45] <Nyctophilia> also try swapping to BIOS/CSM mode [06:45] <Nyctophilia> if you have uefi [06:45] <Nyctophilia> ubuntu does not have problems with uefi usually [06:45] <Nyctophilia> but you could try that [06:45] <derpaderp> ok thanks! [06:46] <derpaderp> bbiab [06:48] <stack_> EriC^^: I checked shellinabox. Its cool but another issue: My DC firewall only allow 443 and 80. All other ports are restricted. I have to configure shellinabox to use port 80. But all of my VMs serves webpages on port 80, which conflict with ssh. How can I resolve this one? [06:51] <EriC^^> stack_: no idea [06:51] <omgitsmit> run it on 443 instead? [06:51] <EriC^^> i guess you could use 443? [06:51] <stack_> Yes, but some VMs serve web pages on https [06:52] <EriC^^> i've no idea, hold on and somebody will help you out [06:53] <Nyctophilia> I'm running Ubuntu 14.04 LTS on my Lenovo ThinkPad Helix (1.Gen) Specs: http://shop.lenovo.com/us/en/tablets/thinkpad/thinkpad-helix/#tab-tech_specs and most stuff is working out of the box. I've still have 2 small problems i can't resolve on my own. 1. How can I right click with the tablet (touchscreen)? 2. g-sensors are not installed properly it seems. the picture is not auto-turning if i [06:53] <Nyctophilia> hold my tablet sideways or upside down. no reaction. is there any information you need (input commands through terminal) to get some information of the devices? thank you in advance. i will appreciate any help. [06:53] <somsip> stack_: AFAIK, only one service can listen on one port at one time. So you need a different approach [06:54] <somsip> Nyctophilia: tablet? running ubuntu? [06:54] <Nyctophilia> its a hybrid tablet [06:54] <somsip> Nyctophilia: running ubuntu? [06:54] <Nyctophilia> a thinkpad [06:54] <Nyctophilia> yes [06:54] <somsip> !touch | Nyctophilia [06:54] <brent> trying two finger touch [06:54] <brent> try [06:54] <Nyctophilia> two finger touch does not work [06:54] <Nyctophilia> i tried it already [06:54] <Nyctophilia> else i wouldn't ask here [06:55] <Nyctophilia> also longtouch does not trigger rightclick [06:55] <brent> i wouldnt know what youve tried thats why im asking [06:55] <Nyctophilia> i will read the wiki [06:55] <Nyctophilia> no no its okay [06:55] <Nyctophilia> just saying [06:55] <somsip> Nyctophilia: are you running ubuntu touch on your tablet, or a full install of ubuntu. Do you mean 'tablet' or really 'laptop'? [06:55] <brent> good luck =) im jealous [06:55] <Nyctophilia> "[08:53] <Nyctophilia> I'm running Ubuntu 14.04 LTS on my Lenovo ThinkPad Helix (1.Gen)" [06:56] <cfhowlett> Nyctophilia, you misunderstand. !touch is the for installing ubuntu on pads and phones. [06:56] <somsip> Nyctophilia: my bad - I missed that one. [06:56] <Nyctophilia> just look at the link [06:56] <Nyctophilia> even posted the specs [06:56] <Nyctophilia> its tablet pc with core i5 [06:56] <Nyctophilia> and a keyboard dock [06:57] <svetlana> it's confusing. laptops with touch screens are called tablets these days. [06:57] <stack_> somsip: Thanks. What about apache_proxy module? Is it possible to serve both http request and ssh using apache web service both on port 80? [06:57] <stack_> somsip: Thanks. What about apache_proxy module? Is it possible to serve both http request and ssh using apache web service both on port 80? [06:57] <Nyctophilia> no, its not a tablet svetlana [06:57] <Nyctophilia> already said that [06:57] <Nyctophilia> its a hybrid device [06:57] <brent> Nyctophilia, have you tried a long hold tAP [06:57] <daftykins> the meaning of tablet changed. [06:57] <Nyctophilia> i only said "tabletmode" [06:57] <Nyctophilia> yeah i tried that [06:57] <brent> You need to enable the secondary click (as AliNa commented) with gsettings set org.gnome.desktop.a11y.mouse secondary-click-enabled "true" or with dconf editor. [06:57] <brent> Then it is possible that Ubuntu handles the touchscreen partially like a touchpad, where a touch does not trigger mouse-press. Instead you need to short-tap + touch-and-hold. [06:58] <Nyctophilia> uh [06:58] <Nyctophilia> i will try to find informations how to do that, because i'm really new to linux [06:59] <brent> enjoy the learning experience :) [06:59] <Nyctophilia> yeah.. i have a debian server with openmediavault webinterface, but that + live-cds is all my knowledge about linux takes [07:00] <Nyctophilia> i wanna quit windows already when i see windows 8.1 on my helix here [07:00] <Nyctophilia> and the windows 10 tech preview... [07:01] <daftykins> now now, it's not general chat in here [07:01] <daftykins> you can do that in #ubuntu-offtopic [07:01] <Nyctophilia> no need, i will shut up about [07:01] <Nyctophilia> it [07:02] <stack_> somsip: Thanks. What about apache_proxy module? Is it possible to serve both http request and ssh using apache web service both on port 80? [07:02] <daftykins> don't nag our volunteers to death repeatedly, stack_ :P [07:03] <EriC^^> stack_: somebody was asking about serving 2 services on a single port based on the headers in ##linux , didn't see how it went through, maybe ask there [07:03] <daftykins> you could just have two hostnames and two sites configured [07:05] <stack_> EriC^^: Thanks for your aims. [07:05] <Nyctophilia> lol - i tried long tap in chromium - it seems to trigger the right-click but only after a long time and after i cancel the right-click-menu, it starts to glitch around when i try to navigate up and down/left right on the page itself - everything resizes, its like holding down strg+mouseup/down all the time... [07:06] <Nyctophilia> and i only can reset it by clicking somewhere with my actual touchpad in the keyboarddock [07:07] <Nyctophilia> but it does not work in firefox... this is so weird [07:10] <somsip> stack_: but given that web clients will connect on 443 for https, it's kind-of a bad idea even if you could do it [07:12] <octavian> [07:12] <stack_> somsip: Could you tell more? Thanks in advance. [07:13] <somsip> stack_: hello? I'm a web browser calling on port 443 for a secure connection. Hello? Is anyone there? [07:14] <somsip> stack_: I'm a webserver sittong waiting on port 80 for secure browing connections, but noone is talking to me [07:14] <omgitsmit> and the emmy goes to [07:14] <somsip> stack_: sorted? [07:16] <stack_> somsip: Yes [07:27] <Nyctophilia> brent gsettings set org.gnome.desktop.a11y.mouse secondary-click-enabled "true" did not work out [07:30] <Skyrider> meh.. [07:30] <Skyrider> can't choose between ubuntu / debian server for my vps. [07:30] <svetlana> whichever you're more familiar with [07:30] <omgitsmit> im pretty happy with deb servers and ubuntu desktops [07:31] <keags> Skyrider: Run Ubuntu [07:31] <Skyrider> Because we are in a ubuntu channel, right? :p [07:32] <omgitsmit> when in rome [07:32] <gennaro> bonjour [07:32] <Skyrider> keags: The only thing that is bothering me, is that when I installed ubuntu & debian last year.. ubuntu was using twice as much memory. [07:32] <Skyrider> I'd like to know why. [07:32] <svetlana> which edition of ubuntu [07:32] <svetlana> and which edition of debian [07:32] <zero_coder> anyone used Scheme in ubuntu? [07:32] <svetlana> yes [07:33] <zero_coder> svetlana, how to install it in ubuntu? [07:33] <Skyrider> Debian 7 and as for ubuntu, unsure. I believe 14.04 [07:33] <Skyrider> That's the only option I have to install. [07:33] <Skyrider> Besides older versions that is. [07:34] <Skyrider> I installed the same on both (nginx/fpm, etc) the basics.. [07:34] <svetlana> zero_coder: mit-scheme [07:34] <Skyrider> Debian was using up around 150mb, while ubuntu was using up 300+ [07:34] <Skyrider> I'm just curious, why. [07:35] <svetlana> server edition right [07:35] <zero_coder> svetlana, that's awesome :) [07:35] <zero_coder> thanks [07:36] <svetlana> Skyrider: i would compare list of procs and figure things out from there [07:36] <svetlana> or ask #ubuntu-server about what they changed [07:36] <svetlana> chances are, you can trim it back to minimal [07:37] <Skyrider> I have a minimal setup that I can install. [07:39] <asksalkc> hey guys I just installed ubuntu and read instruction on intsaling openssl. I followed them. So now how do I use it as a vpn. It might sound stupid but help. I am neither a computer geek nor a vpn geek [07:40] <omgitsmit> asksalkc: openssl by itself is not a vpn solution, it is a tool used by VPN software to create SSL connections [07:40] <omgitsmit> !openvpn [07:40] <boomernang> hello - how am i able to see the file system of a usb drive? im pretty sure it is NTFS, but the command 'df -T' says it is fuseblk. Any ideas? [07:41] <EriC^^> boomernang: sudo parted -l [07:41] <asksalkc> so now I supposed to install openvpn to use open ssl? [07:41] <EriC^^> boomernang: or sudo blkid [07:41] <omgitsmit> asksalkc: installing openvpn would have auto installed openssl since it depends on it [07:41] <Skyrider> Well, thanks.. I'm about to try ubuntu for a chance.. [07:41] <Skyrider> Can't stick around, on a IRC bouncer. [07:41] <Skyrider> So I'll disconnect [07:42] <Skyrider> Take care folks. [07:42] <boomernang> EriC^^: thanks :) [07:42] <EriC^^> boomernang: no problem :) [07:43] <asksalkc> oh [07:43] <asksalkc> should I follow these instruction? -> https://help.ubuntu.com/community/OpenVPN [07:44] <omgitsmit> It would be a start. [07:44] <asksalkc> isn't there an easier way to install opnevpn? [07:45] <asksalkc> I needed a vpn and someone sugested openvpn. but this seems so difficult. Is there a easier way to intall openvpn and use it? just like on windows? Can winde run Open vpn correctly? [07:45] <omgitsmit> it wasnt hard for me, following the same instructions. so i havent bothered to search around for any thing else. [07:45] <omgitsmit> yes, windows can run openvpn. [07:46] <omgitsmit> sounds like you should just purchase a hosted VPN solution instead of trying to set up your own. [07:47] <asksalkc> https://openvpn.net/index.php/open-source/documentation/howto.html#install <- is this better? [07:47] <omgitsmit> It might be, depends on the person. [07:47] <asksalkc> but what is rpm and non rpm? [07:47] <asksalkc> Which one is ubuntu? [07:47] <omgitsmit> rpm is not for ubuntu [07:47] <omgitsmit> deb is for ubuntu [07:47] <omgitsmit> !rpm | asksalkc [07:48] <asksalkc> thanks ubottu [08:00] <bluzilla> Hello guys, recently I created an ext4 volume on a flash drive; but I did it as root [08:01] <bluzilla> now I can't use read or write on this volume but as root [08:01] <bluzilla> someone can halp me? [08:04] <Skyrider> Ello [08:05] <Skyrider> I just installed Ubuntu Minimal (64B - 14.04). [08:05] <omgitsmit> Congrats [08:05] <Skyrider> Is having a load avarage of 0.13/0.24/0.12 normal at a new installation? [08:05] <Skyrider> There's barely anything on it. [08:05] <omgitsmit> take a look at your processes [08:06] <Skyrider> 13 processes total. [08:06] <Skyrider> 4 I can ignore, terminal related. [08:06] <Skyrider> 2 of the are init/htop, can ignore. [08:06] <Skyrider> 4 upstart of file, socket brige daemons. [08:07] <Skyrider> and the other ones are rsyslog. [08:07] <Skyrider> Doesn't explain the load avarage. [08:26] <root____5> :q [08:32] <m1dnight_> guys, im having issues with ufw still blocking ports i have opened [08:32] <m1dnight_> can anybody help me debug this please? [08:33] <m1dnight_> I've asked a question on askubuntu.com too, but there has been no reaction up till now [08:33] <m1dnight_> http://askubuntu.com/questions/604885/ufw-open-range-is-still-blocked [08:34] <bekks> m1dnight_: MAybe some rule processed earlier blocks that traffic. [08:34] <m1dnight_> bekks: but in ufw i dont have any block rules [08:35] <m1dnight_> and from what I can understand from `iptables -L` thta is safe too [08:35] <m1dnight_> but i dont really understand it, tbh [08:35] <m1dnight_> http://paste.ubuntu.com/10736180/ [08:35] <m1dnight_> this is the output from `iptables -L` [08:41] <Guest64779> Hey guys [08:41] <Guest64779> I have a ubuntu server I'm trying to install vmware on but it says it needs more than 1 core [08:41] <Guest64779> Is it possible to get around this? [08:42] <bekks> No. [08:42] <firelover> Hello. Why should/shouldn't I upgrade my FF from mozilla instead of waiting for ubuntu repository to bring it to me? [08:42] <firelover> Firefox i mean [08:44] <cfhowlett> firelover, if you have to ask then you probably don't need to. [08:46] <OerHeks> firelover, go look on the firefox site, you will be redirected to our sources or a funny ppa with the same ff 37 [08:47] <firelover> OerHeks: ok, thanks a lot [08:51] <andreas> i [08:52] <omgitsmit> you [08:52] <andreas> hi [08:52] <andreas> mowi ktos po polsku [08:52] <bekks> !pl | andreas [08:53] <cfhowlett> !pl | andreas [08:53] <andreas> ok [08:59] <sadk12312> hey guys a while back some of u had helped me with installing the openvpn but I hit another wall. Here are the details. https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos <- According to this site I tried adding the swupdate.openvpn.net apt repository but when I type the first commoand it gives me an error - > Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 96.44.184.130, 173.192.224.173 Connecting to swupda [08:59] <sadk12312> Cannot write to ‘-’ (Success). [08:59] <sadk12312> ^ how to solve it [09:04] <sadk12312> can sombody help me with this error please? [09:04] <PCatinean> Hey guys [09:05] <sadk12312> please help me witht he above error Cannot write to ‘-’ (Success) [09:05] <sadk12312> THis is what I typed [09:06] <sadk12312> wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add - [09:06] <sadk12312> and I got the error as Cannot write to ‘-’ (Success). [09:06] <sadk12312> it is longer than that but I can fit only a bit [09:06] <omgitsmit> you need to sudo apt-key add [09:07] <sadk12312> i didn't get u? imgitsmit [09:07] <omgitsmit> you need elevated permissions [09:07] <sadk12312> but the instructions over here tells me to do this - > https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos [09:07] <omgitsmit> run the apt-key portion as sudo [09:07] <sadk12312> jam [09:07] <sadk12312> okay [09:07] <OerHeks> strange guide, use https://help.ubuntu.com/lts/serverguide/openvpn.html or https://help.ubuntu.com/community/OpenVPN [09:08] <sadk12312> those are guides for server. I want it for my pc [09:08] <OerHeks> 2nd one is for pc, the openvpn.net repo is not supported here AFAIK [09:12] <sadk12312> 0erHeks can u help me with the other problem too. I tried this -> https://openvpn.net/index.php/open-source/documentation/howto.html#install (the non rpm section). I headed to their community downloads https://openvpn.net/index.php/open-source/downloads.html and downloaded the tar.gz and followed the instructions but after the/.configure when I typed -> make. It showed an error stating no make file found [09:12] <PCatinean> I just removed my ssd with ubuntu installed on it and moved it into my older dell laptop and tried to boot it and it didn't work said no operating system was found, what could case this? [09:12] <sadk12312> ^OerHeks [09:13] <sadk12312> OerHeks read my prev question [09:13] <OerHeks> sadk12312, no. as we have newer version in our repos [09:13] <omgitsmit> PCatinean: older dell can see the SSD from BIOS? [09:14] <PCatinean> omgitsmit, I suppose so since I saw HDD in the boot options and it's the only one in there [09:16] <Darkforce> Hi. I need to connect to remote desktop. What will be more stable? To install TeamViewer from Software Centre(is it available there) or downloaded from official site? [09:16] <Ben64> Darkforce: using something like vnc over ssh [09:17] <OerHeks> Darkforce, really, teamviewer is in softwarecenter? [09:17] <sad> omgitsmit [09:18] <sad> ^ how to make that a sudo [09:18] <sad> u told me to make apt-key a sudo [09:18] <omgitsmit> sudo omgitsmit [09:18] <sad> how do I do it? [09:18] <omgitsmit> add "sudo" before the command [09:19] <jngd> sad, 'sudo date' for example [09:19] <jngd> it is useless but it is a sudo example ;) [09:20] <saraz3s> sorry omgitsmit but how to separate it [09:20] <saraz3s> sorry I have no clue about terminal commands [09:20] <Darkforce> It was available in Linux Mint, I don't know if it's available in Ubuntu. I don't know how to configure vnc and ssh, but I used TeamViewer a lot of times. I don't like it but it's easy to use. I don't know alternatives which are simple and available for Linux. [09:20] <saraz3s> I am new to linux [09:20] <ame_> How to set authentication for NFS sharing?? [09:21] <Ben64> saraz3s: can you elaborate on your question [09:21] <ame_> How to set authentication for NFS sharing?? [09:21] <saraz3s> just a minute [09:22] <saraz3s> wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add - [09:22] <saraz3s> this command is giving me an error [09:22] <PCatinean> omgitsmit, it says This product is covered by one or more of the following patents: US5,407, 459 blablabla then Realtek PCIe FE Family Controller Series bla bla then PXE=e61: Media test failure, check cable, PXE-Mo7: Exiting PXE ROM Operating system not found [09:22] <Darkforce> What about my question? [09:22] <PCatinean> what could be causing this [09:22] <saraz3s> omgitsmit told me to make apt-get a sudo [09:22] <Ben64> saraz3s: put 'sudo' before 'apt-get' [09:22] <saraz3s> oh [09:22] <omgitsmit> PCatinean: check the cable [09:22] <saraz3s> okay [09:22] <saraz3s> thanks Ben64 [09:22] <PCatinean> omgitsmit, of the ssd? [09:22] <Ben64> Darkforce: using something like vnc over ssh [09:23] <omgitsmit> PCatinean: which other cable would it be asking you to check? [09:23] <omgitsmit> you can try your telephone cable, but i doubt its going to help. [09:23] <PCatinean> I just slid in the ssd dunno what more can be checked [09:23] <PCatinean> it's a notebook [09:23] <omgitsmit> reseat it [09:24] <saraz3s> Ben64 I got the instructions from this website -> https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos after u asked me to add the sudo to it, now it has hanged. It isn't proceeding or showing anything. The terminal I mean [09:24] <Ben64> PCatinean: it might be for a different instruction set, 32 vs 64 bit, it could be secure boot, it could not be set to boot from that drive, your computer might not support the ssd, all sorts of options [09:26] <nonamae> I have two differetns firmware for my wifi. how can I know that which one is loaded and how can i load the other one [09:27] <nonamae> iwlwifi-6000g2b-6.ucode and iwlwifi-6000g2a-5.ucode [09:28] <nonamae> i have some random very low ping time to my router, which acts packet loss in some online game [09:30] <saraz3s> Can someone help me with this problem too on this website I found the instructions to install openvpn -> https://openvpn.net/index.php/open-source/documentation/howto.html#install. Since I am on a non RPM machine I downloaded the tar.gz file from openvpn's community downloads and followed the instructions as given in the non-RPm installation guide. But after I perform /.configure Iam not able to perform make. It shows that make file isn't there. PLEASE [09:30] <saraz3s> help me [09:31] <Ben64> why are you downloading tars anyway, openvpn is in the repositories. "sudo apt-get install openvpn" [09:32] <saraz3s> I am not able to perform the command. See. I asked u before -> Ben64 I got the instructions from this website -> https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos after u asked me to add the sudo to it, now it has hanged. It isn't proceeding or showing anything. The terminal I mean [09:32] <NymeriaFr> he is on rpm [09:32] <saraz3s> i am on rpm? [09:32] <Ben64> saraz3s: openvpn is in the repositories. "sudo apt-get install openvpn" [09:32] <saraz3s> but ubuntu is non rpm right? [09:32] <Ben64> saraz3s: "sudo apt-get install openvpn" [09:32] <NymeriaFr> "non-rpm" [09:32] <NymeriaFr> sorry [09:32] <NymeriaFr> my mistake [09:33] <saraz3s> Ben64 I performed it but shows nothing. SO how do I start using openvpn now? [09:33] <PCatinean> Ben64, the thing is the laptop had the same version of ubuntu on it's regular hdd and working, I assume that rules out secure boot and other issues? [09:33] <agent_white> Evenin' [09:34] <Ben64> !openvpn | saraz3s [09:34] <saraz3s> Thanks Ben64. I will check it out and come back to u [09:36] <PCatinean> Ben64, and it detects the hard-drive fullt [09:36] <PCatinean> got the name the storage space etc [09:36] <Ben64> PCatinean: secureboot is wonky, if its enabled it could be the reason it is not booting [09:37] <PCatinean> but it worked with normal hdd not ssd? [09:37] <Ben64> but its a different install [09:37] <PCatinean> okay... [09:37] <PCatinean> Didn't know it mattered, it seems to be booting from the usb stick [09:39] <arcsky> hello [09:39] <arcsky> i have empty files messages/syslog. what can i do about it? [09:42] <haizum_> i have my first malware in ubuntu and i can't get rid of it. it's injecting HTML into the pages i browse which cause me to click on adcash links. i've tried running clamav and yara and they turn up empty handed. it's not a browser-specific issue becuase its happening in both firefox and chrome. and ideas? [09:44] <Ben64> haizum_: might be an extension or plugin, or a mitm thing, or a dns thing, or all sorts of stuff [09:44] <haizum_> Ben64: like i said, its not a browser issue because its happening in both firefox and chrome, so not a plugin. what's mitm? also can't be dns as it's happening on localhost pages [09:44] <Ben64> haizum_: firefox and chrome can both have plugins [09:45] <OerHeks> haizum_, remove ~/.config/mozilla and ~/.config/google-chrome and restart browsers [09:45] <OerHeks> you will lose plugins, but that can be re-installed [09:45] <OerHeks> or ~/.mozilla [09:45] <haizum_> OerHeks: my plugins are sync'd with chrome anyway [09:46] <OerHeks> good luxk then [09:46] <OerHeks> *luck [09:48] <bitnumus> Hi, can someone help me with debuging a system crash? I've checked syslog and kern.log but the last entry before crash just has 100s of "^@^@^@^@^@^@^@^@^@^@^@" [09:50] <haizum_> OerHeks: nope didn't work [09:51] <haizum_> OerHeks: i deleted my entire ./config/chromium directory [09:51] <agent_white> bitnumus: Find the logs before that. And what do you mean "system crash"? What happened? [09:54] <bitnumus> agent_white, unity shows a dialog with more options than normal, ie not just shutdown and restart but 2 others that i didn't quite catch. Basically the system restarts itself [09:55] <agent_white> !logs [09:55] <agent_white> meh [09:56] <agent_white> bitnumus: Provide FULL logs. ALL the logs you can. [09:56] <agent_white> Otherwise we cannot help you [09:57] <bitnumus> agent_white, they're coming [09:58] <agent_white> bitnumus: Post them for the channel to see, as well as what you witnessed when they occurred... I gotta go afk for a few :P [09:58] <bitnumus> syslog > http://pastebin.com/5LR3Bgc5 > System produced a dialog with shutdown/restart and two other options, then proceeded to restart itself [10:00] <bitnumus> 10:44 was the boot after crash, 10:08 logs are from the crash [10:00] <bitnumus> WiFi is also refusing to work now, this happens quite frequently [10:03] <agent_white> bitnumus: Where are you grabbing these logs? /var/log/boot.log? [10:03] <agent_white> Or kern.log? [10:03] <bitnumus> syslog > http://pastebin.com/5LR3Bgc5 [10:04] <bitnumus> i can get others if they are more relevant ? [10:04] <agent_white> I still don't understand what happened prior. [10:04] <hh> hi anyboody here? [10:04] <agent_white> Your system suddenly produced a dialog to "shutdown or restart"? What were you doing before it happened? [10:04] <agent_white> hh: NOPE! [10:05] <hh> I want to ask what are the pros and cons of installing windows 10? [10:05] <Ben64> hh: wrong channel for that [10:06] <BlueBerry16> what you mean? [10:06] <bitnumus> agent_white, nothing, general usage. and yes a dialog pops up with 4 options but shuts itself down in a second or so [10:06] <OerHeks> BlueBerry16, ask in #windows, this is #ubuntu support [10:06] <OerHeks> read the topic first [10:06] <BlueBerry16> nobody there [10:06] <BlueBerry16> don't you know anything about windows? [10:07] <OerHeks> sad to hear, haha [10:07] <BlueBerry16> windows doesn't need such big support as Ubuntu [10:07] <BlueBerry16> that's why I guess their channel is quiet always [10:07] <BlueBerry16> Ubuntu always has issues you have to constantly sort out [10:07] <BlueBerry16> should I installed windows 10 or not? [10:08] <BlueBerry16> install [10:08] <agent_white> bitnumus: So where are you getting the logs you are showing me in http://pastebin.com/5LR3Bgc5 ? [10:08] <ioria> BlueBerry16, install windows 3.11 [10:08] <bitnumus> agent_white, i posted that 3 times lol, syslog... [10:08] <OerHeks> BlueBerry16, please don't troll, thanks [10:08] <BlueBerry16> I don't troll [10:08] <kokut> Hello, is there a way to have fonts a lil bit smoother in applications in ubuntu? [10:08] <BlueBerry16> I'm genuinely asking [10:08] <Ben64> BlueBerry16: its not on topic here. stop asking. [10:08] <BlueBerry16> God its easter right? [10:09] <BlueBerry16> can't you even help today? [10:09] <agent_white> bitnumus: Oh! Sorry. Well did you make new pastes for kern.log and boot.log like I said? [10:09] <BlueBerry16> it's not as If I was asking about windows everyday [10:09] <Ben64> BlueBerry16: if you ask an ubuntu support question maybe, otherwise please take it elsewhere [10:09] <agent_white> BlueBerry16: If you install Windows 10, will someone die? [10:09] <kokut> Sublime Text, chrome etc fonts look way too sharp or thin or something, i wish they were a little bit more antialiased [10:09] <BlueBerry16> OK is it installing Ubuntu worth the trouble? [10:09] <agent_white> Or explode? [10:09] <agent_white> If not, you should try it for yourself. [10:09] <Ben64> BlueBerry16: up to you to decide [10:09] <agent_white> !tryit [10:09] <kokut> BlueBerry16: what trouble? [10:09] <agent_white> !try [10:09] <agent_white> :( [10:10] <BlueBerry16> what are pros and cons of installing Ubuntu instead windows 10? [10:10] <Ben64> BlueBerry16: try it and see [10:10] <agent_white> BlueBerry16: Why are you hesitant? [10:10] <OerHeks> LoLz [10:10] <agent_white> What Ben64 said. TIAS. [10:10] <kokut> BlueBerry16: ubuntu is 100.000 times better than windows [10:10] <agent_white> !tias [10:10] <agent_white> :( [10:10] <BlueBerry16> should I be stupid enough to install Ubuntu instead windows 10? [10:10] <Ben64> agent_white: stop doing that [10:10] <bitnumus> agent_white, nope, you didn't ask that :) [10:10] <agent_white> Ben64: I got lucky last time. Sorry. [10:11] <agent_white> Someone add TIAS to ubottu. [10:11] <BlueBerry16> Ubuntu is like an old car you have to always repair it [10:11] <bitnumus> agent_white, boot.log has nothing, let me grab kern.log [10:11] <kokut> EriC^^: can you kick BlueBerry16? came to troll [10:11] <Ben64> BlueBerry16: if you don't have an ubuntu support question, ask your stuff elsewhere [10:11] <BlueBerry16> and when you need spares you may not find one [10:11] <BlueBerry16> cuz most are made for Windows [10:11] <Ben64> BlueBerry16: stop. [10:11] <BlueBerry16> OK [10:11] <BlueBerry16> no bad talking about old cars [10:11] <agent_white> BlueBerry16: You're asking if "the flavor FOO is good". We can't tell you that, only you can find out. [10:12] <BlueBerry16> agent I did already [10:12] <bitnumus> agent_white, kern.log > http://pastebin.com/gPDCpJAa [10:12] <BlueBerry16> about 5 years ago [10:12] <agent_white> BlueBerry16: Then you have your answer. [10:12] <EriC^^> kokut: i'm not an op [10:12] <ioria> BlueBerry16, if you don't have problems, you'll never learn how to fix it [10:12] <BlueBerry16> yup will stay with Windows [10:12] <Ben64> BlueBerry16: good, go away [10:12] <BlueBerry16> Ben don't be rude [10:12] <BlueBerry16> be a gentleman [10:12] <BlueBerry16> I'm a lady [10:12] <Ben64> you coming in here asking about windows is rude [10:13] <BlueBerry16> it's not because of Ubuntu and windows have things in common [10:13] <Ben64> you've been asked multiple times to stop being offtopic and yet you continue [10:13] <BlueBerry16> they're both operating systems [10:13] <BlueBerry16> OK [10:13] <bitnumus> agent_white, lots of lines regarding wifi, maybe driver is paying up, as i said wifi dropped out and now isn't working, a full shutdown however usually gets it working again. How would i remove that rtl8723ae driver? [10:13] <ioria> BlueBerry16, it's like life... if it's always 'easy' you don't grow [10:15] <agent_white> bitnumus: That's a better log. I'm looking at line 868 [10:16] <bitnumus> agent_white, yes thats what i posted originally about the random bunch of chars [10:16] <bitnumus> in terminal that encoding shows ^@^@^@^@^@^@^@^@ [10:16] <bitnumus> agent_white, this is present in syslog also by the way. [10:16] <agent_white> bitnumus: Huh... those are NULL charafters. [10:17] <agent_white> characters* [10:17] <agent_white> aka \00 or \0 [10:17] <bitnumus> as i said, in terminal they displayed as ^@^@^@ [10:17] <bitnumus> anyway, whats the relevance do we know ? [10:17] <agent_white> bitnumus: Yup I heard you :) Just explaining what they are./ [10:18] <agent_white> bitnumus: Memory or software issues. As you said, _likely_ a driver issue. [10:18] <agent_white> Not affecting your wireless driver but your ethernet driver. [10:18] <bitnumus> meh that shouldn't even be being used [10:18] <agent_white> (at least what I think, at it doesn't occurr until taking down the eth1 device) [10:18] <agent_white> bitnumus: Are you fully updated? [10:18] <bitnumus> agent_white, yea [10:19] <agent_white> bitnumus: `lspci -v` to see your drivers [10:20] <bitnumus> agent_white, yea i know, what do you want to know ? [10:20] <bitnumus> its using RTL8723ae the wifi driver [10:21] <bitnumus> but in 70.persistant.rules there is wlan0 and wlan1, maybe i didn't need to install this driver and it'll be ok using iwlwifi, so i was thinking about removing this driver [10:21] <bitnumus> not sure how though :) [10:21] <bitnumus> do i just remove all the .ko files from modules folder ? [10:22] <EriC^^> bitnumus: you could blacklist it i think [10:23] <sakdfhkjk> Ben64 thanks it worked but now I need some Certificates where can I get them from? [10:23] <agent_white> bitnumus: It's odd that networkmanager goes to sleep after taking down wlan1 [10:23] <agent_white> bitnumus: then attempts to take down eth1 [10:23] <bitnumus> agent_white, it shouldn't be taking it down, so i think we're on the right track here regarding wifi [10:23] <sakdfhkjk> Btw Ben64 I was the one who asked about openvpn [10:23] <agent_white> bitnumus: http://ubuntuforums.org/showthread.php?t=2223566 [10:24] <agent_white> So no hibernate/resume is involved in this? [10:25] <bitnumus> agent_white, nope actually, just browising the internet [10:26] <agent_white> Hm [10:26] <agent_white> Popup to hibernate/suspend/shutdown/reboot followed by it auto-choosing to shutdown? [10:26] <haizum_> this is ridiculous, i clearly have malware on my machine and there's no way to remove it?? [10:27] <EriC^^> haizum_: why do you say you have malware? [10:27] <haizum_> EriC^^: my browsers are being injected with code so it forces me to click on adcash links [10:27] <bitnumus> agent_white, yea it could be hibernate/suspend next to reboot shutdown i didn't catch it, its a dialog i've not seen before. and yes then it shutsdown completely [10:28] <agent_white> bitnumus: `dbus-monitor --system & nmcli g logging level DEBUG` [10:28] <EriC^^> haizum_: did you install any 3rd party programs? [10:28] <EriC^^> or add-ons in your browser? [10:28] <agent_white> bitnumus: Keep an eye out for that dialog just to see what it says, taht would help a lot. [10:29] <bitnumus> agent_white, in your command above, "g" is invalid [10:29] <bitnumus> c or d ? [10:30] <agent_white> bitnumus: `dbus-monitor --system` instead. [10:30] <bitnumus> agent_white, i'll log it to file as it may not happen again for hours :P [10:31] <haizum_> EriC^^: no i only ever install official ubuntu packages, this just started happening this morning and before then the only thing i did was browse some free tv streaming sites with ads but i don't see how this could have happened by clicking on ads [10:31] <haizum_> EriC^^: and its not a plugin becuase its happening in both firefox and chromium, and i even deleted my entire ~/.config/chromium folder [10:32] <agent_white> bitnumus: Ah alrighty :) http://pastebin.com/5LR3Bgc5 -- line 1112 -- something's up with dbus [10:32] <EriC^^> haizum_: did you try creating a new user and trying a browser? [10:32] <agent_white> bitnumus: How opeten does it happen? [10:32] <haizum_> EriC^^: no good idea [10:33] <bitnumus> agent_white, was happening over and over at one point, i reinstalled ubuntu some weeks ago and it hasn't happened as much but that could just be usage differences [10:34] <agent_white> bitnumus: http://askubuntu.com/questions/207352/shut-down-dialog-appears-at-random-random-shutdowns -- this dialog? [10:34] <bitnumus> agent_white, its 14.04 so looks totally different but i assume its the same options yes, there is definitely 4 [10:37] <agent_white> bitnumus: Sounds like keeping a close eye on dbus is the way to go... intermittent issues suck :( [10:38] <agent_white> bitnumus: Checkout that post though for the suggestion on the "acpi_tool". [10:40] <agent_white> If it turns out related, might needa look into disabling the acpi event that's 'ghost-triggering' the shutdowns. [10:42] <bitnumus> agent_white, ok i'll keep an eye on the above. I've blacklisted the RTL8723ae driver, how do i go about telling the adapter to use another driver now? [10:43] <agent_white> bitnumus: I wouldn't blacklist the driver yet. [10:43] <agent_white> Let it happen again to get a better log of the event. [10:44] <bitnumus> agent_white, i dont think i need it, not sure so wanted to switch back and see [10:44] <bitnumus> hang on [10:44] <rai_> bbb [10:44] <agent_white> If you patch many things at once, you won't know which solved it :) Un-block the driver, keep the logs flowing and see what happens. [10:44] <bitnumus> look at this > 70-persistent-net.rules > http://pastebin.com/0Cn5Ce8p [10:45] <bitnumus> two entries for same driver, not sure if thats an issue [10:45] <haizum_> EriC^^: ok so i just created a brand new user account and the issue is happening on that account too [10:45] <agent_white> bitnumus: I'd ignore that for the time being. Just wait for the dbus logs. [10:46] <EriC^^> haizum_: is the system up to date? [10:46] <bitnumus> agent_white, i can't ignore it right now wifi isn't actually working at all [10:46] <haizum_> EriC^^: what do you mean? [10:46] <EriC^^> haizum_: did you try sudo apt-get update && sudo apt-get dist-upgrade ? [10:46] <bitnumus> :S [10:46] <haizum_> EriC^^: yes i've ran this distro for awhile now [10:46] <ioria> haizum_ did you install anti man in the middle add-on in firefox ? [10:47] <peleg> I have no idea what has just happened, but since an hour or so ago, I cannot really type text into some text input fields in firefox. Whatever I type, even if I just click the shift key, the focus goes away. [10:47] <haizum_> ioria: no [10:47] <bitnumus> agent_white, thanks for help, i'll come back when i have more data [10:47] <haizum_> ioria: i haven't installed any plugins, and its happening in chromium too so its not a plugin [10:48] <binoytv9> hi [10:48] <peleg> Again, this happens only in some of the text fields. For example, it happens in password fields but not in username fields. It happens in google doc "note" divs as well. [10:48] <ioria> haizum_ ls /usr/lib/mozilla/plugins ? [10:49] <haizum_> ioria: just the basic, flashplugin-alternative.so, libjavaplugin.so, skypebuttons.so [10:50] <peleg> A very similar issue that started more or less the same time is the following: when I start typing into a text which has memory of what I've typed earlier, it shows a list of suggestions, but when I press down, instead of iterating thru the suggestions, it simply refreshes that popping window [10:50] <ioria> haizum_ well, the basics are 6 files [10:50] <haizum_> ioria: but like i mentioned its happening in chrome too... checked out plugins for both, nothing out of the ordinary [10:51] <bitnumus> agent_white, meh wifi isn't working at all now, no APs found, nothing to select :S [10:52] <agent_white> bitnumus: Did you remove the driver from the blacklist? [10:53] <agent_white> And re-load the driver? [10:53] <bitnumus> i removed the driver and rebooted yea [10:53] <agent_white> Removed? [10:53] <bitnumus> sorry!, removed from blacklist [10:53] <agent_white> From blackist, right? :D [10:54] <agent_white> Haha no worry, I figured. Okeydoke [10:54] <bitnumus> if i run lspci -vv i can see the device and that its using the "rtl8723ae" driver [10:54] <agent_white> Check if it is loaded? [10:54] <bitnumus> iwconfig shows its up etc, just wont find any networks. I'm wondering if this is actually the issue, could you let me know how to get it to use iwlwifi and see if that works ? [10:55] <ioria> haizum_ sorry, the exact problem was ? [10:55] <bitnumus> its a bit odd that after the crash wifi is totally dead ? [10:55] <bitnumus> i need the laptop for work in 2 days otherwise i'd be more than happy to carry on debugging [10:57] <bitnumus> agent_white, https://zach-adams.com/2014/06/fixing-rtl8723ae-driver-ubuntu-linux/ [10:57] <haizum_> ioria: my browsers are being hijacked and code is injected which forces me to click on adcash links, it places an overlay across my entire page on every page load [10:57] <bitnumus> agent_white, not related exactly, but there are clearly issues with this wifi card [10:58] <agent_white> bitnumus: So it's crashed before in the same way, but the wifi still persisted? [10:58] <agent_white> bitnumus: `ip monitor` [10:58] <bitnumus> no last time there were wifi issues as well thinking about it [10:58] <agent_white> Should see "stale" or "reachable" or whatnot. [10:58] <bitnumus> agent_white, that just idles with no output [10:59] <agent_white> bitnumus: Wait for it, could take a few [10:59] <Exogar> hey guys, I have trouble setting up CVS under Ubuntu 14.04, is this the right place to seek for assistance? [10:59] <bekks> Exogar: Yes. [10:59] <haizum_> i just did an apt-get remove --purge of chromium-browser and reinstalled, and its still happening! [11:00] <haizum_> wtf [11:00] <haizum_> its almost like its a mitm/dns issue with my router, could that be? [11:01] <bitnumus> agent_white, 3: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> link/ether [11:01] <agent_white> bitnumus: That's from monitor or from `ip link` ? [11:01] <bitnumus> monitor [11:01] <bekks> haizum_: Can we refrain from long shot guesses and come back to what is actually happening? [11:02] <agent_white> bitnumus: `sudo ip link set wlan1 down` -- `sudo wifi-menu` [11:02] <agent_white> ? [11:02] <Exogar> allright, my problem is that I cannot access the cvs folder I have set up using the 'cvs -d /path/to/my/repo init' - command. I created a cvs group and added myself as member but I keep getting this error when I try to login: http://pastebin.com/TK5pfxFu [11:02] <agent_white> bitnumus: You know as much as I do at this point. I don't deal much with wifi, unfortunately :( [11:02] <haizum_> bekks: alright, you have a better idea? [11:02] <bitnumus> ok,i'm going to mess around with driver a little then, maybe see if there is a driver update [11:03] <bekks> haizum_: Sure. Tell us what the problem is, in detail, without assumptions, but with facts (and error messages), please. [11:03] <haizum_> bekks: i already have [11:04] <ioria> haizum_ if your net configuration is ok (ip, dns, etc..) it'a a malware problem caused by adware [11:04] <agent_white> bitnumus: Good deal. Just take it ONE step atta time. [11:04] <bekks> haizum_: I just read it. USing apt-get purge ... will NOT remove the config/cache directory in your home folder. So just exit your browser, move that directory away (rename it), and start your browser again, with a clean profile. [11:04] <agent_white> bitnumus: Sorry I can't help more, but you seem to know where to look :) Good luck! [11:04] <haizum_> bekks: tried that too [11:05] <haizum_> bekks: i tried removing ~/.config/chromium, purging the installation, using a fresh user account, all didn't work... [11:05] <Exogar> I think I didn't set up the group or users correctly since the authentification error happens always, even if I enter no password at all... I have little experience with such things and just followed some internet tutorials [11:05] <ioria> haizum_ try adwcleaner [11:06] <bekks> haizum_: Can you pastebin "apt-cache policy chromium" as well, please? [11:06] <bekks> !info adwcleaner [11:06] <bekks> ioria: What is it? [11:06] <ioria> bekks... a sec [11:07] <haizum_> ioria: adwcleaner is for windows only [11:07] <haizum_> i've tried running clamav and yara, both don't find anything [11:09] <haizum_> bekks: what does that do? it says "none" for installed/candidate and version table is empty [11:09] <haizum_> remember, this isn't a chrome-specific issue... it's happening in firefox too [11:10] <bekks> haizum_: It shows some detailed information about your chromium package. [11:10] <ioria> i don't find the linux version ... [11:11] <bekks> haizum_: Which isnt installed, as it seems. [11:11] <haizum_> bekks: package name is "chromium-browser", that's why [11:12] <haizum_> bekks: http://pastebin.com/qXusegn2 [11:13] <Exogar> can someone explain me why I get this error : 'cvs [login aborted]: unrecognized auth response from localhost: cvs [pserver aborted]: /var/lib/cvsd/cvsrepo: no such repository' ? The repository is clearly there, It has a CVSROOT and everything [11:30] <varaindemian> can somebody tell me how to compile a program with Makefile? [11:30] <jsje> hello Guys, I just installed an ubuntu on vmware workstation and I get ssh refused from a different lan computer ( Network config is - bridged - ip is reachable via ping from but can putty ssh to ip ) I get connection refused [11:30] <jsje> Ubuntu 14.04, ssh is reachable via my pc through putty [11:30] <jsje> but from other pc I get connection refused [11:31] <jsje> Main os is Windows 7, vmware workstation 11 ubuntu 14.04 [11:31] <jsje> anybody has a clue !? thanks in advance [11:34] <bekks> jsje: Did you install and configure the ssh server in your guest? [11:35] <jsje> yes it works fine from localhost or from Main os where vmware is working [11:35] <jsje> from 192.168.1.4 to 192.168.1.150 [11:35] <jsje> works fine [11:35] <jsje> from 192.168.1.3 other windows 7 pc [11:35] <jsje> I get con refused to it [11:36] <archheretic> Hi, im runnin xubuntu, Im trying to run a jar file throught the GUI, but I get the error message that the file is not set as an executable, when I right click the file and go to properties, I cant find the box set "Allow executing this file as a program". The jar file opens perfectly from the Terminal, but I want to be able to run from the GUI too. [11:36] <archheretic> Anyone solutions? [11:37] <archheretic> I simply cant find the box mark as executable under properties and permissions. [11:38] <Cipher45> Try running chmod +x from terminal? [11:39] <jsje> Nobody has any clues about my issue ? [11:39] <jsje> Found many discussion about some offload and so on [11:39] <jsje> but none worked [11:41] <archheretic> Cipher45, now I didnt get an error message up, I didn't get anything up at all tbh. The program is text based, but thought the text would show up in some "oracle java runtime" gui wrapper. [11:42] <archheretic> perhaps it just doesnt work like that [11:42] <Cipher45> If it's using System.out.println I'm pretty sure you have to launch it from terminal [11:42] <bekks> archheretic: A jar file inst executable. It is a zip file, basically. [11:43] <bekks> archheretic: Start your jar file like this: java -jar your.jar [11:44] <archheretic> Yes, when I do it in the terminal It works fine. Guess its just how it works [11:44] <archheretic> hopefully I dont have loads of processes opened in the background now, that I cant access ;) [11:46] <Cipher45> If there are any just launch 'top' and end them [11:47] <archheretic> Nothing that I can recognize as the program. [11:48] <archheretic> Its no biggie anyway [11:53] <Doc-Saintly> I have an ubuntu machine that sits on wireless and has an HDMI connection. After a while, the wireless drops off. If I go to the machine and switch it to console, it reconnects to the wireless, once I try to go back to the GUI desktop, the wireless drops again and the screen is blank [11:53] <Doc-Saintly> each time I switch back to the console with Ctrl+Alt+F1, the wireless comes back and the screen shows the console just fine [11:58] <Desu> you can disable powersaving for the wifi [12:00] <Doc-Saintly> Desu: How do I check if that's on? I don't think it is :S [12:00] <Desu> iw [12:00] <Desu> or poke /sys [12:00] <Desu> or use powertop [12:01] <Desu> iw dev wlan0 get power_save [12:01] <Desu> replace "wlan0" as needed [12:01] <littlebit> hi poeple, I have been tryin to setup an isc-dhcp-relay which appeared to me simple and straight forward with the configuration but it isn't working. I have a i386 machine that connects to my router via wlan (wlan0) and feeds my switch with it's ethernet port (eth0). My question is that my clients that are hocked up onto my switch dont receive any ip from my router. And when running the daemon in foreground, I get this message "Discarding [12:01] <littlebit> packet received on eth0 interface that has no IPv4 address assigned." . can someone help? [12:01] <Doc-Saintly> Desu: !!!! it's on! [12:02] <Desu> I asume this is not a usb wifi stick btw [12:02] <Doc-Saintly> Desu: nope, [12:02] <Desu> if it is, then usb powersaving will also affect it [12:02] <Doc-Saintly> which is really strange why it would enable power savin [12:02] <Desu> iw dev wlan0 set power_save off [12:02] <Desu> Doc-Saintly: it is not strange [12:02] <Desu> usually you want it on [12:02] <Doc-Saintly> Desu: is that permanent? Or will I need to set up a a script to do that at boot each time? [12:02] <Desu> because battery life actually matters to most poeple [12:02] <Doc-Saintly> Desu: I never want power saving on ;) This is plugged into the wall, no battery [12:03] <Doc-Saintly> shouldn't the installer detect that and disable the wifi power saving [12:03] <Doc-Saintly> ? [12:03] <Desu> Doc-Saintly: if you are using networkmanager then you can get it to disable powersaving [12:03] <Desu> using a hook [12:03] <Doc-Saintly> Desu: is it the hook mentioned in the first answer here? http://askubuntu.com/questions/85214/how-can-i-prevent-iwconfig-power-management-from-being-turned-on [12:04] <Desu> no [12:04] <Desu> not if you are using networkmanager [12:05] <Doc-Saintly> I believe I am, but get can't into the GUI to see the name of the window I use. [12:05] <haizum_> wow, so after an entire night trying to fix that malware issue, turns out it was just some asshole who replaced our DNS server in our router [12:05] <haizum_> so i went in and changed the router pw and reset the DNS to auto, fixed [12:07] <Desu> Doc-Saintly: https://bpaste.net/show/c3912eea4aa8 or similar (not tested) [12:08] <ioria> haizum_ i said... "if your net configuration is ok ..." :-P [12:08] <Desu> trow it in /etc/NetworkManager/dispatcher.d/ [12:08] <Guest8768> hallo [12:08] <Desu> eg as 02-idontneednostikingpowersave [12:09] <Doc-Saintly> Desu: hehe ok, and make it +x? [12:09] <Desu> 1yes [12:09] <Doc-Saintly> Desu: I don't have that folder, so, I guess I don't have network manager? [12:09] <Desu> might be a different path [12:10] <Doc-Saintly> nevermind. Was using wrong shell :D [12:11] <Doc-Saintly> Desu: is the 01 / 02 naming convention important? [12:24] <wildc4rd> I'm getting an issue where my machine won't recover from suspend, has been happening for a while now and its irritating. Going to reinstall Ubuntu, is there any advantage to dropping 14.10 in? or just go with 14.04 and update any packages I need to manually [12:25] <EriC^^> wildc4rd: it's probably due to a graphics driver or kernel, reinstalling might not help [12:25] <EriC^^> wildc4rd: try an older kernel, or a different graphics driver [12:26] <wildc4rd> it used to work, I'm 3/4 convinced its Steam causing it, lol [12:27] <EriC^^> wildc4rd: try an older kernel first cause it's easy, just hold shift when the pc boots to get grub and choose advanced [12:27] <King_Hual> does anyone know why pulseaudio basically freezes on my laptop? [12:27] <King_Hual> daemon returns 'connection refused' [12:28] <EriC^^> wildc4rd: why do you think steam is causing it? [12:30] <wildc4rd> the timing of installing steam and the problem starting was pretty close, can't remember just how close. I don't believe in coincidence! lol [12:30] <EriC^^> wildc4rd: it's probably that the kernel was updated when that happened or something [12:31] <wildc4rd> I'll try a kernel first though, brb in 5 [12:31] <EriC^^> wildc4rd: type grep -C40 steam /var/log/apt/* , it should show you what was installed around that time [12:32] <Doc-Saintly> Desu: thank you very much :) Seems to have stuck [12:32] <Doc-Saintly> we'll see how it goes :D [12:37] <saraz3s> holla [12:40] <wildc4rd> its the gfx driver EriC^^, good call [12:40] <EriC^^> ok cool [12:40] <PCatinean> anyone on? [12:41] <PCatinean> the opensource drivers do not deliver as much performance as the provider ones yes? [12:44] <wildc4rd> its likely that I updated the gfx driver as a result of the steam installation, there is the relationship, lol [12:46] <Guest61687> please would one of you lovely experts help me with a monitor/graphics issue [12:48] <Guest61687> only max resolution 1024x768 was showing, i followed a guide and have forced the resolution to 1368x768 (16:9) but i have borders down each side [12:48] <cfhowlett> !graphics [12:49] <Guest61687> and my monitor shows unknown [12:49] <deviantp> Hey, this isn't specifically an ubuntu question, but is anyone aware of any kernel / boot paremeters to force igoring of a secondary drive? I'm trying to boot sysrescuecd but it's hanging on detecting /dev/sda3, my internal HDD. [12:50] <deviantp> I need to boot into sysrescue (any any linux for that matter) to take a look at the btrfs volume, but everythign so far has hung trying to automount it [12:51] <Guest61687> anyone help a linux noob [12:52] <ioria> Guest61687, xrandr ? [12:57] <hkrrsx> morning [12:58] <ioria> Guest61687, just type the command in terminal [12:59] <Guest61687> i have q45 express graphics trying to install intel-linux-graphics-installer and it says dependency is not satisfiable: libglib2.0-0 [13:08] <pi-> Is this channel appropriate for questions relating to administering a web server on Ubuntu? Specifically I am considering moving everything from /var/www/html into ~/web (because I've set up sshfs to remotely mount ~, but I can't figure out how to mount /var/www/html with write access) [13:09] <cfhowlett> !server | pi there is a server chnnel ... [13:09] <pi-> tx [13:09] <Guest61687> only max resolution 1024x768 was showing, i followed a guide and have forced the resolution to 1368x768 (16:9) but i have borders down each side [13:09] <Guest61687> anyone help a linux noob [13:09] <Guest61687> i have q45 express graphics trying to install intel-linux-graphics-installer and it says dependency is not satisfiable: libglib2.0-0 [13:10] <cfhowlett> Guest61687, what version of ubuntu [13:10] <Guest61687> its actually elementry 0.2 luna 64bit [13:11] <hikenboot> #mac [13:13] <bekks> !elementary | Guest61687 [13:13] <Guest61687> ok thankyou [13:23] <headknot> what's your fav torrent clients? I've mostly been using utorrent in windows for the past few years, and looking for something like it. [13:24] <headknot> oh, looks like there is a linux version of utorrent. nvm then :) [13:24] <pi-> `sudo chmod -R u+w web; ls -l web/` displays "drwxr-xr-x 14 root root 4096 Apr 3 15:56 wiki" -- it is failing to set the middle '-' to 'w'. Is this because as soon as I do 'sudo' the user is automatically the root user? If so, how can I set this flag? [13:24] <Desu> headknot: deluge/transmission [13:24] <Desu> headknot: don't use utorrent, seriously [13:24] <pi-> If I don't use sudo, I don't have permission to modify access [13:25] <headknot> Desu: Care to elaborate? Im open for changing if there are benefits to it. [13:25] <Desu> headknot: utorrent is closed source add filled crud, that now comes bundled with spyware [13:26] <Desu> headknot: utorrent now installs a bitcoin miner >_> [13:26] <Desu> http://www.geek.com/apps/utorrent-caught-installing-a-bitcoin-miner-1617266/ [13:26] <harkirat> hi [13:26] <headknot> that sounds fucked up [13:26] <ADhex> bad idea [13:28] <headknot> Desu: Gonna look into the two clients you recommended. Thanks for the heads up. [13:29] <halfburnttoast> transmission has never done me any wrong, simple and to the point [13:32] <F_r_e_e_m_a_n> hi all, I have troubles using OpenCL with Nvidia 840M. I have proprietary driver installed and running. I am testing according to http://wiki.tiker.net/OpenCLHowTo#Testing . clGetPlatformIDs returns only my Intel CPU. Screenshots https://www.dropbox.com/sh/n5vuph5r6qra8v4/AAA4rLUpPD_BV5Tsd8JGSu9Ea?dl=0 [13:33] <F_r_e_e_m_a_n> inxi -Gx -> http://dpaste.com/0RYSM3Q . I have tried ppa:xorg-edgers/ppa ended up with the lower version provided by the mint packages because of compatibility with nvidia-opencl-dev [13:35] <bodhi_zazen> F_r_e_e_m_a_n, you using mint ? [13:35] <F_r_e_e_m_a_n> yes 17.1 [13:35] <max_> rdamax [13:35] <bodhi_zazen> if so, ask on a mint support channel [13:36] <F_r_e_e_m_a_n> k, did that already, just checking here as well [13:36] <F_r_e_e_m_a_n> did the same with xubuntu last night with no luck [13:47] <ubuthetechguru> for some reason all my audio is really quite, if i try to turn it up any higher i hear humming like i'm maxing out the volume of my 2.1 sound system. [13:51] <Desu> ubuthetechguru: headphones? [13:52] <ubuthetechguru> Desu, currently not using headphones but normally I do yes. [13:52] <Desu> ubuthetechguru: you might want to get a propper amp/dac [13:52] <Desu> what are you using now btw? [13:53] <PCatinean> hey guys, how do I backup my ubuntu system really well so nothing ismissing [13:53] <PCatinean> simple copy paste of everything to other hard-drive ok? [13:53] <ubuthetechguru> i don't have a AMP or DAC. i am just using the onboard sound [13:53] <Desu> ubuthetechguru: which is why I said that you might want to get a propper amp/dac [13:54] <Desu> ubuthetechguru: and you do have a dac, else you would not get any sound [13:54] <Desu> :p [13:54] <Desu> for obvious reasons [13:54] <Desu> PCatinean: https://wiki.archlinux.org/index.php/Full_system_backup_with_rsync [13:55] <ubuthetechguru> PCatinean, i use clonezilla to clone my harddrive into an image. otherwise there's duplicity if you don't want to image your drive [13:55] <PCatinean> Desu, run with sudo or ? [13:55] <Desu> PCatinean: you do need root access to read some of the files you want to backup so yes [13:55] <ubuthetechguru> Desu, an AMP or DAC shouldn't have any impact on why i can't hear sound right now. normally it works just fine when i unplug my headphones [13:55] <Desu> ubuthetechguru: it can [13:55] <PCatinean> I should sudo just to be sure then? [13:56] <Desu> ubuthetechguru: eg most onboard soundcards doesn't have a propper headphone amp, so if you have eg 150ohm headphones then you won't really get a good volume out [13:56] <Desu> even a issue with many 80ohm headphones [13:56] <Desu> what hardware is this btw? laptop? [13:57] <ubuthetechguru> i understand but that's not my issue. as i said, sound used to work just fine [13:58] <Desu> post your mixer settings [13:58] <ubuthetechguru> Desu, hardware is a desktop. it's a 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [13:58] <Desu> using fp or bp headers? [13:59] <Desu> and what kind of speakers are you using now? [13:59] <ubuthetechguru> Desu, mixer settings from pavucontrol or from where? [13:59] <Desu> pavucontroll, ponymixer, pacmd/ctl [13:59] <Desu> either works [13:59] <ubuthetechguru> Desu, logitch 2.1 sound system, not sure on model number [13:59] <PCatinean> ubuthetechguru, thought clonezille would have a graphical interface or something [13:59] <Desu> sure it is not a cable issue? or volume controll on the logitech? or just wrong output? [13:59] <ubuthetechguru> Desu, there's a bunch of tabs, which tab would you like to see? Playback? [14:00] <ubuthetechguru> Desu, yes, i've checked all the common troubleshooting issues. [14:01] * Desu runs off to make some tea [14:05] <PCatinean> and rsync is supposed to save everything neat yes? [14:05] <compdoc> it copies stuff [14:07] <Doc-Saintly> PCatinean: rsync is not suitable for backing up your system. [14:08] <PCatinean> it's not? [14:08] <cfhowlett> Doc-Saintly, please explain. I also understood that rsync was the wy to go [14:09] <Doc-Saintly> cfhowlett: Well, rsync is great for copying / syncing folders, etc. [14:10] <Doc-Saintly> I wouldn't trust it to get all the permissions etc., right when copying things - especially if you're backing it up to another machine (Which I would assume if you're trying to back up the current machine) [14:10] <erwin> hello [14:10] <Doc-Saintly> All of the permissions etc., within the machine will be tied to users/accounts in itself, so I would think it would be best to maintain it all as one package (a disk image). [14:10] <Doc-Saintly> Of course - I'm not linux expert, so what everyone else says is better advice, probably ;) [14:10] <erwin> can anyone teach me how to use IRC [14:10] <erwin> any tutorial online will do [14:10] <ubuthetechguru> Desu, i just clicked a few radio buttons in pavucontrol and my audio appears to be back the way it was. but it's almost like it's not recieving enough juice. yes an amp/dac would solve this problem but it never used to be an issue so i'm wondering what update changed this [14:10] <Doc-Saintly> erwin: if you mean in linux, irssi :D [14:11] <erwin> no [14:11] <erwin> IRC [14:11] <erwin> I do not know how to change my nickname [14:11] <halfburnttoast> rsync should maintain proper permissions unless specified othewise [14:11] <erwin> it got this nickname by default [14:11] <erwin> how can I change it [14:11] <ubuthetechguru> side question, i accidentally set xchat to fullscreen mode and i don't want that. does anyone know how to get out of fullscreen mode? [14:11] <halfburnttoast> but I don't know if it's able to copy partitions, including filesystem metadata from the partition and such [14:11] <halfburnttoast> normally I'd use clonezilla or dd [14:11] <halfburnttoast> depending on the size of the partition to be cloned [14:12] <ubuthetechguru> erwin, just type in forward slash nick and then the nick you want [14:12] <erwin> Can anyone help me [14:12] <PHPLearner> anyone here [14:12] <PHPLearner> knowledgeable about symfony [14:12] <PHPLearner> Symfony2 [14:12] <somsip> PHPLearner: wrong channel. Try ##php of something like #symfony [14:13] <somsip> *or [14:13] <PHPLearner> #PHP [14:13] <PCatinean> And how do you make a disk image then? [14:13] <PHPLearner> how do I change channel [14:13] <PHPLearner> sorry fellas [14:13] <somsip> PHPLearner: /join #php [14:13] <PHPLearner> as I am new to IRC [14:13] <PHPLearner> hello [14:13] <halfburnttoast> PHPLearner, have you looked into clonezilla? [14:13] <PHPLearner> anyone here knowledgeable about symfony2 [14:14] <PHPLearner> what is clonezilla [14:14] <halfburnttoast> PHPLearner, if the partition is small enough, you could probably just use dd [14:14] <somsip> PHPLearner: go to a different channel. This is not the support channel for PHP or symfony [14:14] <cfhowlett> !info clonezilla [14:14] <somsip> halfburnttoast: you are replying to the wrong person [14:14] <PHPLearner> #symfony [14:14] <somsip> PHPLearner: /join #symfony [14:14] <halfburnttoast> somsip, oh whoops [14:14] <PHPLearner> hello [14:14] <PHPLearner> I am new to IRC [14:15] <somsip> !ignore [14:15] <PHPLearner> just want to know whether I am in symfony channel already [14:15] <halfburnttoast> PCatinean, sorry, I meant that message for you. have you looked into clonezilla? [14:15] <halfburnttoast> PHPLearner, no, you're not [14:16] <PCatinean> halfburnttoast, i installed it from software center but there is no graphical interface [14:24] <halfburnttoast> PCatinean, clonezilla uses ncurses by default [14:25] <k1c14k> Hi, anyone've had issue with USB devices doesn't working after grub loads OS and resolved it? [14:27] <k1c14k> If noone have solution I can take even clues. ^^ [14:27] <halfburnttoast> k1c14k, what USB devices? All of them? Including keyboard and mice? Wifi adapters? Cameras? Flash drives? [14:27] <halfburnttoast> or just certain ones? [14:27] <k1c14k> Keyboard, mice, wi-fi adapter, USB storage [14:29] <PCatinean> ncurses? what's that? [14:30] <k1c14k> GTK/Qt for console :D [14:32] <halfburnttoast> k1c14k, what happens when you run 'sudo lsusb' [14:32] <halfburnttoast> PCatinean, clonezilla uses ncurses as the GUI. it's console-based, but you don't need to use command arguments [14:32] <k1c14k> 2 lines for USB hub are shown [14:32] <k1c14k> nothing more [14:33] <halfburnttoast> k1c14k, what do you have plugged in right now? [14:33] <k1c14k> Logitech keyboard and mice + wi-fi adapter [14:33] <k1c14k> nothing more [14:34] <halfburnttoast> the wifi adapter doesn't show up under ifconfig? [14:34] <halfburnttoast> hmm [14:34] <k1c14k> doesn't show [14:35] <halfburnttoast> and the keyboard doesn't work, right? [14:35] <k1c14k> doesnt [14:35] <k1c14k> nothing connected by USB [14:35] <k1c14k> PS/2 keyboard work [14:35] <k1c14k> but USB one don't [14:36] <halfburnttoast> just to be sure, USB isn't disabled in your bios right? [14:37] <JinjaNinja> Is there a way to start applications in ubuntu as root by default, without having to manually launch it as root in terminal? [14:38] <halfburnttoast> k1c14k, I know that some gigabyte boards have an IOMMU controller that love to mess USB things up. Had a friend who had a wifi adapter that did the same thing because of it [14:38] <k1c14k> not disabled [14:38] <halfburnttoast> or rather, it was disabled and he had to enable it [14:38] <k1c14k> this motherboard too old to have so annoying settings [14:38] <halfburnttoast> hmm, that is peculiar [14:39] <k1c14k> I know noone having this issue [14:39] <k1c14k> it's funny, in GRUB I can use USB keyboard... but then in Linux don't :< [14:41] <halfburnttoast> makes me wonder if one of the modules failed to load or if there's some udev thing going on [14:41] <k1c14k> problem exist for Windows too... [14:41] <halfburnttoast> oh.... that's a different story then [14:42] <halfburnttoast> I wonder if the board controller is failing [14:42] <halfburnttoast> did it just start doing this? [14:42] <k1c14k> yup [14:43] <k1c14k> board controller... board controller probably is fair - if it wouldn't work for windows/linux, it wouldn't be working for grub also [14:43] <halfburnttoast> I'd check dmesg to see if there are any errors when plugging in USB devices. Other than that, I'd check the BIOS one more time just to make sure [14:43] <k1c14k> but in grub it is working [14:43] <halfburnttoast> That is strange, I'm not sure why both windows and linux would fail USB, but not grub [14:44] <k1c14k> indeed [14:44] <neldogz> Good morning everyone, I recently switched my RAID 1 from on-board motherboard raid to software raid on Ubuntu 14.10 using MDADM. Unfortunately I am seeing 30 megabytes per second LESS writes using the software raid. [14:45] <halfburnttoast> k1c14k, did you make any changes that you know of before this started happening? any bios updates? [14:45] <k1c14k> no bios updates, my mom is using this computer [14:45] <k1c14k> last OS used before this failure was Windows [14:46] <halfburnttoast> I gotta say though, I feel like this has to be hardware failure some how, I just don't see how it could fail for both windows and linux at the same time otherwise [14:47] <halfburnttoast> have you tried removing all but one of the devices and seeing if that changes anything? [14:47] <halfburnttoast> like, just having the keyboard plugged in? [14:47] <lord4163> neldogz: sounds bad, same controller? [14:47] <neldogz> lord4163, yes same system benched before and after [14:48] <Voyage> HI [14:48] <halfburnttoast> neldogz, are the drives still syncing? [14:48] <neldogz> lord4163, i even tried switching to the low latency kernel but same exact bench results. [14:48] <neldogz> halfburnttoast, the drives had completed syncing [14:49] <halfburnttoast> neldogz, that's odd. I'm running RAID 1 MDADM on my system too, but haven't seen a noticeable performance decrease [14:50] <k1c14k> I'll try booting from USB stick Live OS [14:50] <neldogz> Motherboard raid - read 106.8MB/s and Write 96.1MB/s versus software RAID read 107.2MB/s write 64.0MB/s [14:50] <Voyage> I have googled a lot and found no answer workable answer to this question: How to downgrade from php 5.5.9 to php 5.4? [14:50] <neldogz> the access time stayed the same [14:51] <halfburnttoast> neldogz, wow that is slow [14:51] <lord4163> neldogz: hm so it's just the writes [14:51] <neldogz> yes indeed [14:51] <ioria> k1c14k, and ... ? [14:52] <neldogz> these are two, 1 terrabyte Western Digital Black Hard Drives.. pretty fast [14:52] <halfburnttoast> neldogz, what's your file system on the drives? [14:52] <k1c14k> dd need some time to operate [14:52] <lord4163> neldogz: is that to the raw device? [14:52] <neldogz> it is Ext4 filesystem [14:52] <lord4163> neldogz: that was what you used before too? [14:52] <k1c14k> I hate literally every graphic tool to write images on USB sticks [14:53] <neldogz> LordDeath, yes exactly the same drives i used before.. I basically wanted to see what would be the difrence in performance if any existed. [14:53] <halfburnttoast> k1c14k, unetbootin isn't too bad, but yeah they're not great [14:53] <k1c14k> I sometimes trust to unetbootin [14:53] <OerHeks> voyage, that would be hard to do, download the source from Quantal and build & solve issues yourself ? https://launchpad.net/php/+packages [14:53] <lord4163> k1c14k: gnome-disks is ok :) [14:53] <neldogz> I should also mention I am using the integrated benchmarking utility present within the Disks application [14:54] <ioria> k1c14k, if it's a desktop edition also linuxpendrive [14:54] <OerHeks> Voyage, i love to hear your legimit reason why you want such old breaky stuff [14:54] <ahmadi> Hi , I Am looking for botnet , does anyone can help ?! skype: ankassis [14:54] <halfburnttoast> neldogz, what about just rsyncing a large file? [14:54] <halfburnttoast> neldogz, rsync -avPr [14:54] <k1c14k> but... dd is the best [14:54] <OerHeks> ahmadi, wrong channel, wrong network i think too [14:54] <Voyage> OerHeks, is it illegal to downgrade? [14:54] <neldogz> halfburnttoast, thats a great idea [14:54] <neldogz> let me check [14:54] <Voyage> OerHeks, my app requires an older version. not running with the new -> sugarcrm [14:55] <OerHeks> Voyage, no, but not really wise either [14:55] <halfburnttoast> neldogz, yeah for a mdadm raid 1 that's definitely not the norm [14:55] <Voyage> OerHeks, how about I install some pre made LAMP version that has php in it already [14:55] <meduze> Salut [14:55] <lord4163> neldogz: what drives are you using? [14:55] <OerHeks> Voyage, good luck, i cannot support that ( knowing you will have issues) [14:55] <Voyage> OerHeks, oh, so LAMP is not recomended? [14:55] <halfburnttoast> lord4163, he said he was using wd blacks [14:56] <Voyage> and I cant figure out how to install elasticsearch on ubuntu as well OerHeks [14:57] <Voyage> OerHeks, wait, If I compiled the php, It wont be connected to the repository system and I will not be able to install mods / modules with repositoory system [14:57] <Voyage> OerHeks, correct? [14:58] <OerHeks> Voyage, that is one reason why you would encounter issues. [14:58] <lord4163> neldogz: yeah but which model? [14:58] <Voyage> OerHeks, then? [14:59] <NotACop> Am I cool enough to hang out with you guise? [14:59] <k1c14k> USB work from USB stick [14:59] <neldogz> ok so I am rsyncing a 30gb VirtualBox .vdi file over and its ranging from 80MB/s with spikes to 114MB/s .. no other activity is taking place on this drive.. Id say thats alot better ei? [15:00] <halfburnttoast> neldogz, that's closer to what I'd expect [15:00] <neldogz> lord4163, its the WD Black 1tb WDC WD1002FAEX-00Z3A0 (05.01D05) [15:00] <lord4163> neldogz: thanks let me check [15:01] <neldogz> halfburnttoast, been watching it for a few minutes now.. never dips below 80/MB/s .. fluctuating around 90-114 [15:02] <lord4163> neldogz: ok it doesn't have 4k sectors, did you partition it using 4k sectors? [15:02] <mpthrapp> So, according to LSPCI, my graphics card only has 256mb of RAM, but it's an R7 290x with 2GB. Under windows it shows the full amount. [15:03] <mpthrapp> Is this just lscpi not showing the right amount, or is ubuntu only picking up 256mb. [15:03] <lambda2chi> hi there [15:03] <neldogz> lord4163, I partitioned it through the Disks application.. i belive it uses 4k sectors as a default.. checking [15:03] <Voyage> OerHeks, how about I downgrade/change repository, install php5.4, lock the php5.4 version, change repository to latest again in sources. update? [15:03] <mpthrapp> And if it's not able to address the full amount of ram, how would I fix that? [15:03] <vj> does anyone know how to get "number of files" to display in the files gui? [15:04] <lord4163> neldogz: yeah well your drive doesn't have advanced format, so that may decrease performance... you should use 512k [15:05] <lambda2chi> quit [15:06] <neldogz> Disk /dev/md1: 931.4 GiB, 1000070643712 bytes, 1953262976 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes [15:07] <neldogz> lord4163, i am a little confused on this output of fdisk -l .. does this mean its using 512? [15:08] <OerHeks> Voyage, it is not supported, foolish, and i told you to build yourself. [15:08] <lord4163> neldogz: I'm unsure [15:09] <Voyage> OerHeks, if I install php5 manually, it wont be connected to apt-get anymore and I would not be able to install modules and auto integrate them with apache etc? [15:09] <neldogz> lord4163, logical it reads 512 logical which i believe is the partition.. then physical is 4096 which I believe what the disks are set to from factory [15:10] <OerHeks> Voyage, keep asking does not change answer, good luck with trying [15:10] <lord4163> neldogz: I got the same output on my disks, which should be 4k partitioned [15:11] <neldogz> lord4163, thanks for checking! I guess based from the output from the rsync throughput seems to be ok [15:11] <ashemark> Hi! [15:12] <ashemark> How do i install the latest version of node.js on my ubuntu server 14.04? [15:12] <Voyage> OerHeks, I am asking for confirmation. I am not asking to change the answer [15:12] <neldogz> lord4163, I might need to play around with some of the benchmarking settings in disks to see what the diffrence is between smaller and larger files [15:12] <halfburnttoast> neldogz, this seems somewhat relevant https://wiki.archlinux.org/index.php/Advanced_Format [15:13] <neldogz> halfburnttoast, great article thanks! [15:19] <kupi> hi [15:19] <kupi> I have a problem what is not distro-specific, but can I ask help here? [15:19] <EriC^^> are you using ubuntu? [15:19] <kupi> yes [15:20] <EriC^^> ask away.. it's probably related anwyays [15:21] <kupi> my resolution is 640x480 on a screen what has 1024x768 resolution [15:21] <EriC^^> are you using a vm? [15:21] <eletious> hullo! [15:21] <kupi> yes, I use i3 [15:21] <EriC^^> kupi: no i mean vm like virtualbox [15:22] <EriC^^> or is ubuntu running natively [15:22] <kupi> no, run natively [15:22] <EriC^^> which graphics card do you have? and which driver are you using? [15:22] <kupi> intel 82845G with open source drivers [15:23] <EriC^^> if you type xrandr -q what's the maximum resolution say? [15:23] <kupi> 640x480 [15:24] <EriC^^> oh, no idea [15:24] <EriC^^> kupi: maybe check the additional drivers and see if it offers other drivers [15:25] <kupi> i have done that, nothing was there [15:26] <Voyage> sudo sed -i.bak "s/trusty/precise/g" /etc/apt/sources.list what would this do? [15:26] <neldogz> halfburnttoast, i am using the disks utility to run a new bench but this time i am using 1gb test file instead of the default 10mb ... [15:26] <neldogz> halfburnttoast, 130 read 127 write.. thats what im talking about [15:26] <neldogz> :) [15:27] <halfburnttoast> nice! [15:27] <EriC^^> Voyage: it would change the sources from trusty to precise and save a backup file called sources.list.bak [15:28] <EriC^^> Voyage: ( and break your system ) [15:28] <EriC^^> :P [15:28] <EriC^^> Voyage: are you trying to downgrade some packages? [15:28] <zykotick9> EriC^^: that "and break your system" is important ;) [15:28] <EriC^^> zykotick9: yeah :D [15:29] <kupi> also I have a problem outside X11: CLI is in 640x480 resolution but it's not at the center of the screen [15:29] <PHPLearner> #CodeIgniter [15:30] <Voyage> EriC^^, hm. I am in a long trouble. i need to install php5.4 but my repo dont have it [15:30] <ioria> kupi you use i915 driver ? [15:30] <EriC^^> kupi: you can try passing vga=792 in the kernel line to force and set GRUB_GFXPAYLOAD_LINUX to keep, if you don't find a better solution you can use that until you do [15:31] <kupi> i just use the open source intel [15:31] <sundev70> Voyage: don't know but you can check this out: http://askubuntu.com/questions/498175/how-to-downgrade-php-from-5-5-9-to-5-4-in-ubuntu-14-04-installed-with-lamp [15:31] <vj> does anyone know how to display the number of files in nautilus/files? [15:31] <zykotick9> EriC^^: fyi, technically vga= is deprecated (but it typically still works) [15:32] <Voyage> sundev70, echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list Err http://php53.dotdeb.org stable/all i386 Packages W: Failed to fetch copy:/var/lib/apt/lists/partial/php53.dotdeb.org_dists_stable_all_binary-amd64_Packages Invalid file format [15:32] <EriC^^> zykotick9: yeah i know :) [15:32] <Voyage> sundev70, this is what I get from using that link you gave [15:32] <Voyage> EriC^^, any clues? [15:32] <EriC^^> Voyage: maybe you could download the .deb from the website and install it [15:34] * zykotick9 thinks dotdeb is a bad idea on debian, perhaps worse on ubuntu?... [15:34] <eletious> Hello! [15:34] <Voyage> EriC^^, if I download the deb and install it. will I be able to use repository to upgrade it later? or install modules of php / apache with apt-get ? [15:34] <somsip> Voyage: just as an aside, why particularly do you need 5.4? [15:35] <EriC^^> eletious: hello [15:35] <Voyage> somsip, sugarcrm 7.5 requires it [15:35] <apt-get> it's impossible to be here with this nickname hahah. [15:36] <Voyage> EriC^^, if I download the deb and install it. will I be able to use repository to upgrade it later? or install modules of php / apache with apt-get ? [15:37] <PHPLearner> hey guys how do I go to a particular channel [15:37] <Voyage> PHPLearner, /join #channel [15:37] <PHPLearner> thank you Voyage [15:37] <EriC^^> Voyage: i think it would update it automatically if you ran the upgrade command, you'd have to set a hold on it or something in apt_preferences so it doesn't [15:38] <somsip> Voyage: is this for your local dev server or for production? [15:38] <PHPLearner> and how do I exit if I am the only there [15:38] <Voyage> somsip, dev [15:38] <Voyage> EriC^^, ok. how can I get the .deb? [15:38] <zykotick9> Voyage: if you install the deb without the repo, it will NOT update [15:38] <PHPLearner> I mean exit from the channel [15:38] <EriC^^> dpkg will attempt to downgrade the package i think, not sure about the modules, maybe they aren't even compatible with the older version [15:38] <somsip> Voyage: use a VM. Much easier in the long run. And you have my sympathy for having to work with SugarCRM. Horrible thing IMHO. Especially if they can't support current versions of PHP... [15:39] <Voyage> somsip, hm ok [15:39] <Voyage> zykotick9, ok, how to install a deb WITH repos? [15:40] <zykotick9> Voyage: sorry, i _won't_ help with that... as i said, dotdeb is a bad choice IMO... good luck. [15:40] <Voyage> zykotick9, oh ok. then what is a good choice? [15:40] <Voyage> I tried this but its not working. echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list Err http://php53.dotdeb.org stable/all i386 Packages W: Failed to fetch copy:/var/lib/apt/lists/partial/php53.dotdeb.org_dists_stable_all_binary-amd64_Packages Invalid file format [15:40] <EriC^^> !info php5 precise [15:40] <eletious> ayos [15:40] <EriC^^> not dotdeb, from the ubuntu repos [15:40] <eletious> quick question [15:40] <zykotick9> Voyage: for what you want, i have NO idea... sorry. if i had a better option, i'd share it. [15:41] <EriC^^> Voyage: precise doesn't have 5.4, it has 5.3 [15:41] <Voyage> EriC^^, ok, how to install it by an ubuntu repo? [15:41] <EriC^^> !info php5 trusty [15:41] <EriC^^> Voyage: i don't think it's available, there's only 5.3 and 5.5 [15:41] <eletious> When I log out of any WM, ubuntu returns to the unity DM, and makes the appropriate sounds to indicate that it has returned to that login screen... but my laptop monitor turns off [15:42] <eletious> Any idea what would cause that? [15:42] <kupi> EriC^^, how cna I add vga=792 to grub2? [15:42] <kupi> *can [15:43] <EriC^^> kupi: sudo nano /etc/default/grub , add vga=792 to the kernel line after quiet nosplash , at the bottom set GRUB_GFXPAYLOAD_LINUX to keep instead of none [15:43] <zykotick9> kupi: i'd suggest just testing it first! e at the grub menu... then f10 to boot i believe. [15:43] <EriC^^> kupi: then sudo update-grub [15:43] <EriC^^> *quiet splash [15:43] <Voyage> EriC^^, Ya, isnt it php 5.3 that is being fetched here ? http://php53.dotdeb.org stable all [15:44] <Voyage> EriC^^, what should be done to fix it? [15:44] <EriC^^> Voyage: what do you mean? [15:44] <EriC^^> you want 5.3? [15:45] <Voyage> well 5.3 would do too [15:45] <EriC^^> http://archive.ubuntu.com/ubuntu/pool/main/p/php5/ [15:45] <Voyage> but the point is, how do I make this work? [15:45] <EriC^^> Voyage: at your own risk, dpkg -i /path/to/deb [15:45] <EriC^^> will downgrade [15:46] <zykotick9> Voyage: FYI, dotdeb repo is UNSUPPORTED in #ubuntu... you're creating franken-buntu... [15:46] <Voyage> EriC^^, why doesnt this works? echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list [15:47] <EriC^^> Voyage: why add the repo? [15:47] <EriC^^> are you following a guide or something? [15:47] <Voyage> yes [15:47] <EriC^^> any link? [15:47] <Voyage> http://askubuntu.com/questions/498175/how-to-downgrade-php-from-5-5-9-to-5-4-in-ubuntu-14-04-installed-with-lamp [15:48] <eletious> wait, hang on, why are you downgrading PHP? [15:48] <EriC^^> Voyage: ok, type tail /etc/apt/sources.list [15:48] <EriC^^> is the repo there? [15:48] <Voyage> k [15:49] <Voyage> deb http://extras.ubuntu.com/ubuntu trusty main [15:49] <Voyage> deb-src http://extras.ubuntu.com/ubuntu trusty main [15:49] <Voyage> deb http://php53.dotdeb.org stable all [15:49] <EriC^^> ok, so it's there, type sudo apt-get update [15:49] <EriC^^> to get a list of the packages [15:49] <Voyage> I did [15:50] <Voyage> thats where I got the error [15:50] <EriC^^> ok, type apt-cache policy php5 [15:50] <EriC^^> Voyage: what's the error? [15:50] <Voyage> I tried this but its not working. echo "deb http://php53.dotdeb.org stable all" | sudo tee -a /etc/apt/sources.list Err http://php53.dotdeb.org stable/all i386 Packages W: Failed to fetch copy:/var/lib/apt/lists/partial/php53.dotdeb.org_dists_stable_all_binary-amd64_Packages Invalid file format [15:50] <Voyage> policy has 5.5 only [15:51] <kupi> EriC^^, thanks, I looked up at grub files and found GRUB_GFXMODE [15:51] <kupi> that fixed the problem [15:52] <eletious> ... can you guys even read my messages? It just occurred to me that I got banned forever ago [15:52] <EriC^^> kupi: what did you set it to? [15:52] <EriC^^> ah ok nevermind [15:52] <Voyage> EriC^^, ? [15:52] * zykotick9 wants to repeat, one last time, this dotdeb.org is _really_ bad form! you're mixing a 3rd party repo, intended for debian - but frowned upon in #debian strongly! - onto ubuntu. packaging is different... versions are different... [15:53] <kupi> EriC^^, i set it to =4024x768 [15:53] <kupi> *1024 [15:53] <EriC^^> Voyage: looks like a problem with the file format of the package list [15:54] <EriC^^> kupi: cool [15:54] <Voyage> EriC^^, ya. any solution? [15:55] <eletious> hmm [15:55] <eletious> maybe i'm not even here. [15:56] <somsip> eletious: reading you fine [15:56] <eletious> Wait, if i were still banned I wouldn't even be able to view this [15:56] <eletious> somsip: gotcha, thanks [15:56] <zykotick9> kupi: sidenote - if you just care about your virtual console's resolutions (and NOT about grub/early boot/etc) you can install fbset then run "fbset [15:57] <EriC^^> Voyage: i'd search for a thorough guide about installing it on ubuntu, or whether you can solve the problem using a different approach [15:57] <zykotick9> kupi: ^ part 2 - ... then run "fbset -xres X -yres Y"... [15:57] <EriC^^> maybe use something that doesn't need php5.4 or ... [15:57] <Voyage> EriC^^, ok [15:57] <Voyage> why I am getting the error? sudo deb http://snapshot.debian.org/archive/debian/20150329T213024Z/ [15:57] <Voyage> sudo: deb: command not found [15:58] <EriC^^> cause there's no command called deb [15:58] <BeerSerc> Hi there. I need to set up a Ubuntu Desktop for a project which will last until 2017. I don't want to do a dist-upgrade inbetween, I don't need new hardware inbetween or newest hardware in general. But I want the software compiled now to be running until 2017. Do I want to use 14.04.1 or the HWE stack 14.04.2? [15:58] <kupi> zykotick9, thanks :3 [15:59] <BeerSerc> To make it shorter: Will 14.04.x (2<x<5) be binary compatible with 14.04.2? [16:02] <Appl3Kork> anyone know if it's possible for a user on ubuntu, to just have it see only a certain directory when FTP'ing into the server? [16:02] <ioria> Appl3Kork, chroot jail [16:03] <zykotick9> Appl3Kork: ftpmustdie but look into chroot on your ftp server [16:03] <ioria> Appl3Kork, but i think that vsftp is already set for that [16:04] <Voyage> I followed http://stackoverflow.com/questions/17128602/apt-get-identify-all-old-version-numbers-of-a-package answer 1. I wonder what should be replaced for "deb http:// ......" [16:04] <kupi> I have no sound on alsa with max volume, I have to install udev? [16:04] <EriC^^> kupi: udev should already be installed [16:04] <BluesKaj> kupi, intel audio ? [16:05] <kupi> yep, with via chip [16:06] <BeerSerc> anybody? [16:06] <BluesKaj> kupi, sudo modprobe snd-hda-inte, then relogin or reboot....the cmd won't show any output if the driver loads correctly [16:06] <BluesKaj> err intel [16:07] <BluesKaj> snd-hda-intel , kupi [16:08] <BluesKaj> it's a known bug with that driver, doesn't load after upgrades for some reason [16:08] <kupi> thx, brb i'm trying out [16:09] <Voyage> what is backport repO?' [16:10] <zykotick9> Voyage: packages from a newer release, that where recompiled for an older release. so, it's updated version of things! and a GOOD way to get new versions in ubuntu. [16:11] <kupi> no change [16:12] <htqp> BeerSerc: 14.04 is supported until 2019 (for 5 years) while the HWE is supported until the next LTS, that is until 2016.04 [16:12] <ioria> kupi in the monitor settings ? [16:13] <kupi> in the alsa [16:13] <BeerSerc> htqp: does that mean, that the HWE stuff is not binary compatible for non-X/kernel dependent code? [16:13] <kupi> monitor settings are fixed [16:13] <htqp> BeerSerc: that said, the HWE backports the kernel and the X stack, therefore 14.04.x is binary compatible with 14.04.y [16:13] <Voyage> zykotick9, ok [16:14] <BeerSerc> htqp: OK cool, that's the information I was missing [16:14] <htqp> BeerSerc: what kind of software do you want to compile? user-space code? [16:14] <BeerSerc> htqp: yes afaik only user space [16:15] <Dowan> Hi [16:15] <somsip> Voyage: another question - what exactly does not work in SugarCRM in 5.5.9? There's not a lot that is backwards incompatible in 5.5. Certainly worth a quick grep or two given the problems you will have with downgrading PHP http://php.net/manual/en/migration55.incompatible.php [16:15] <littlegirl> Hey there, I followed the instructions on the http://askubuntu.com/questions/287845/how-to-configure-pkexec page to set up an alias for pkexec so I can use it to open GUI programs without errors, and it's doing the job, but when I type something like pkexec gedit in a terminal window, the cursor stays blinking in the terminal window instead of being inside the authentication window that opens. Is there something I can do to force th [16:15] <littlegirl> e cursor to show up inside the authentication box? [16:16] <htqp> well as you probsbly know, the SysV ABI guarantees usersapce binary compatibility with different kernels (so you can even use a custom-built kernel). For user-space sw binary compatibility means mainly the user-space library versions (soname's) which do stay the same among the 14.04 release [16:17] <Voyage> somsip, ya. but I get messages. that sugar dont support 5.5..9 [16:19] <somsip> Voyage: from SugarCRM developers? [16:19] <littlegirl> I'm using alias pkexec='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY' as an alias in my .bashrc file so I can open GUI programs with administrative privileges without errors, but now when I type something like pkexec gedit in a terminal window, the cursor stays blinking in the terminal window instead of being inside the authentication window that opens, and I have to click inside the authentication window text entry box to typ [16:19] <littlegirl> e in the password. Is there something I can do to force the cursor to show up inside the authentication box? [16:20] <Voyage> somsip, from sugar wizard [16:21] <EriC^^> littlegirl: why don't you just use gksu? [16:21] <littlegirl> It's not installed. (: [16:21] <somsip> Voyage: astonishing. Use a VM, or install 12.04 (PHP 5.3.10 IIRC) as a dual boot. Use a VM. Good luck [16:22] <littlegirl> eriC^^: The program 'gksu' is currently not installed. You can install it by typing: sudo apt-get install gksu [16:23] <eletious> littlegirl: ...can't you install it? [16:23] <littlegirl> eletious: Yes, but why is it not installed? Also, pkexec is installed, and I'm trying to figure out how to use it. [16:23] <SchrodingersScat> !info gksudo [16:23] <littlegirl> eletious: There must be a reason why the Ubuntu team removed it. [16:24] * littlegirl is using Trusty Tahr. [16:24] <ioria> !info gksu [16:24] <SchrodingersScat> I guess it's under gksu package. [16:24] <eletious> !info gksu [16:25] <eletious> alrighty then. [16:25] <EriC^^> littlegirl: gksu is the general consensus for gui apps with privileges [16:25] <SchrodingersScat> littlegirl: it's in the repos, so just optional. [16:25] <littlegirl> Why was it removed? [16:25] <littlegirl> I guess I'll use gksu, then. [16:25] <EriC^^> littlegirl: probably like why gparted is removed after you install [16:25] <eletious> littlegirl: if Canonical included EVERY PACKAGE could you imagine how awfully slow ubuntu would run? [16:26] <littlegirl> I suppose. (: [16:27] <jrtappers> Is there a good cross platform way to have encrypted drives? [16:27] <littlegirl> Thanks for the help! I'm off to continue playing with my new installation. (: [16:27] <htqp> gksu for GTK apps, kdesu for KDE apps [16:27] <SchrodingersScat> jrtappers: can other os handle luks? [16:28] <jrtappers> I don't know, I'll check [16:32] <jrtappers> Seems like no Luks on Windows, but I may have missed something [16:33] <eletious> jrtappers: maybe one of the gnu on windows libraries? [16:33] <SchrodingersScat> jrtappers: https://en.wikipedia.org/wiki/Comparison_of_disk_encryption_software [16:34] <htqp> jrtappers: https://wiki.archlinux.org/index.php/Disk_encryption#compatibility_.26_prevalence [16:34] <wildc4rd> anyone able to help with a gfx driver issue? [16:39] <eletious> lets find out [16:39] <eletious> what's going on [16:41] <zykotick9> wildc4rd: i'd suggest sharing what card and what driver you're talking about... and what's not working. [16:42] <docmur> Has anyone ever setup Zimbra in a configuration on two different UBuntu servers where is one server goes off line the second zimbra server automatically picks up. [16:42] <YvesLevier> I am wondering about how Windows10 will (may) affect our community. Am i on the right channel? [16:43] <SchrodingersScat> !ot | YvesLevier [16:44] <YvesLevier> ubottu: SchrodingersScat: Thx [16:49] <eletious> Any idea why I lose all monitor output when I log out? [16:49] <eletious> I can hear it make the "bongo" noise ubuntu makes when it goes to the ubuntu desktop manager... but my laptop's screen just turns off [16:54] <eletious> it's funny - i switched from Arch because it wasn't exactly stable [16:54] <eletious> and i like Ubuntu's repos [16:54] <Seveas> maybe it's not Arch that was unstable, but your hardware :) [16:55] <eletious> Nope, it's the new kernel that Arch uses. It names network interfaces with a new standard that WM's don't like so there's just an empty spot in most toolbars where network info should be [16:56] <EriC^^> w00t [16:56] <EriC^^> i mean, use nm-applet with networkmanager [16:56] <eletious> lol too late [16:56] <EriC^^> :P [16:57] <eletious> I already installed ubuntu... which doesn't use that kernel [16:57] <eletious> but now i can't logout without also having to reboot. Which means I cant switch WMs without rebooting [16:58] <eletious> it's killing my workflow... i don't know what's causing it [16:59] <eletious> lol "workflow" [16:59] <eletious> really it just means I can't be wishy-washy about my DE, but you know [17:00] <ioria> eletious, you can find something in var-log-lightdm [17:00] <EriC^^> eletious: does ctrl+alt+f1 work when you logout? [17:01] <Voyage> whats the easiest way to install and maintain 5.4? where to download. source or .deb? where from"? [17:02] <eletious> ioria: how would i read that? Nano? [17:02] <ioria> eletious, you need be sudo... cat, nano [17:02] <EriC^^> eletious: maybe it's supposed to switch back to the driver it uses before x launches, but it doesn't for some reason [17:05] <eletious> ioria: the lightdm log is... confusing. the x-0 log doesn't throw up any issues [17:05] <eletious> EriC^^: you don't understand... it literally turns off my laptop screen [17:06] <eletious> but Ill try ctrl alt f1 anyways [17:06] <eletious> one second. [17:09] <parazite_> hello bro [17:09] <angel> Hi [17:09] <angel> I am having a wierd issue here [17:09] <angel> nautilus shows files and terminal doesn't [17:09] <bekks> Which files? [17:10] <angel> directories in my /media [17:10] <EriC^^> ls -a /media shows nothing? [17:10] <Nicollas> Oiie [17:10] <angel> I have posted a question here [17:11] <angel> http://askubuntu.com/questions/605294/ubuntu-folder-permission-changed-to-drwsrwsrwt-and-nautilus-shows-files-and-term [17:11] <redtimber> what permission is s? [17:11] <deviantp> could be a permissions issue [17:11] <angel> drwsrwsrwt [17:11] <angel> I dont know. Its the first time I am seeing such a perm [17:12] <redtimber> i am used to rwx [17:12] <angel> Is it a rootkit? [17:12] <EriC^^> s on a dir is the setuid or setgid bit, t is the sticky bit [17:12] <angel> I ran chkrootkit and rkhunter [17:12] <angel> rkhunter complainied abt unhide.rb and several other issues [17:13] <angel> they were on users groups and passwd [17:13] <angel> now I am running sudo clamscan -r --bell -i / [17:14] <eletious> well that was fun [17:14] <angel> so t prevents from changing permission, right? [17:14] <kokut> Hello, anyone knows how to disable the wobbly windows only on focus? [17:15] <kokut> because it's set to focus effect: none but sill :\ [17:16] <eletious> EriC^^: so ctrl+alt+f1 caused my screen to flash the first time, literally only for a split second... and then i couldn't get it to flash a second time. I also tried f2 - f7 to try and access the other terminals [17:16] <EriC^^> angel: t prevents other users from removing files owned by other users [17:16] <EriC^^> angel: /tmp has a sticky bit [17:16] <angel> okay, how to solve this? [17:20] <EriC^^> eletious: ok, try booting with nomodeset, see if it works [17:20] <EriC^^> angel: no idea [17:20] <angel> okay. and Thank you [17:21] <eletious> EriC^^: how would I go about that? [17:21] <Guest125> hi people, i've some problems with ubuntu 14.10 and usb, when i plug the android phone i get this: usb 2-1.2: can't set config #1, error -110 [17:22] <Guest125> also usb0 disappeared [17:22] <Guest125> i'm unable to connect some devices [17:22] <chill_purr> hi - ubuntu 14.04 on a Macbook 5,2 ... I can not get my headphones working - usb headset is working like a charm [17:23] <EriC^^> eletious: hold shift while the pc boots to get grub, then press e over ubuntu and add nomodeset at the end of the line that says linux vmlinuz..... quiet splash [17:23] <EriC^^> eletious: then press ctrl+x [17:24] <eletious> EriC^^: awesome, will tr [17:25] <eletious> *try [17:25] <eletious> brb [17:26] <Guest125> there is a way to reset usb? [17:28] <pEYEd> is there a new way to set a static ip? https://bpaste.net/show/8fc363fa0261 I keep getting fail errors at boot with this config. [17:28] <bekks> pEYEd: you need that "auto em1" entry. [17:29] <bekks> pEYEd: Otherwise, you interface will not be configured upon boot. [17:29] <pEYEd> bekks: it failed with that one enabled. [17:30] <Guest125> hi people, there is a way to get back usb0 working? [17:30] <Guest125> usb0: error fetching interface information: Device not found [17:30] <bekks> pEYEd: Without it, it wont work. [17:30] <pEYEd> bekks: same error with it enabled. [17:30] <bekks> Which error? [17:31] <pEYEd> bekks: fail at boot [17:31] <Guest125> i have no more usb0 and when i plug android phone i get this too can't set config #1, error -110 [17:31] <bekks> pEYEd: Do you get specific error messages when booting? [17:31] <pEYEd> bekks: just (failed) dmesg doesn't have much either. [17:32] <eletious> Okay [17:32] <eletious> I was unable to access the grub menu [17:32] <bekks> pEYEd: Which Ubuntu is that? [17:32] <pEYEd> DISTRIB_RELEASE=14.04 [17:33] <pEYEd> DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS" [17:33] <ioria> eletious, can you log out with the command line? [17:33] <bekks> pEYEd: Can you pastebin "ifconfig -a" after booting please? [17:34] <eletious> ioria: i don't believe I've ever done that... something online says editing /etc/default/grub would have the same effect? [17:34] <EriC^^> Guest125: http://www.linux.org/threads/resetting-the-usb-subsystem.6256/ [17:35] <ioria> eletious, sure,it's the same of what you are doing at boot, but it's permanent [17:35] <eletious> I see. Quick question: does SSH start before i log in on my laptop? like, linux boots up, services start, and then i log in, right? [17:36] <eletious> so if I screw up, shouldn't i be able to ssh in and re-edit that file? [17:36] <riqi> Hi. Wondering how I can change the background of a desktop filename text (Not the Background Desktop image. I'm only talking about the background of a filename text so that I can see it better on the desktop) [17:36] <ioria> eletious, try logging out with gnome-session-quit or sudo lightdm restart or gdm restart ... but maybe it's about the video driver or the logout script [17:36] <riqi> I have Unity Tweak Tool [17:37] <pEYEd> bekks: it's a PowerEdge, it takes a few to come back up. [17:38] <ioria> eletious, ssh start before X, [17:38] <riqi> You know how you can change the background of text in a word processor by highlighting it? I want to be able to do that with file names and folder names on my Desktop. [17:38] <riqi> permanently [17:38] <eletious> ioria: okay [17:39] <eletious> sudo lightdm restart just did nothing... gnome-session-quit brings up the logout prompt as usual... i logged out [17:40] <eletious> trying to run sudo lightdm restart through ssh gave an error lol [17:40] <eletious> i suppose that should have been expected [17:40] <ioria> eletious, sudo service lighdm restart,sorry [17:40] <riqi> I have Unity Tweak Tool but I can't figure out how to change the background for filenames and folders on the Desktop to have a background other than transparent. [17:40] <ioria> eletious, sudo service lightdm restart [17:41] <chill_purr> has anybody an idea on my problem (headphones not working - ubuntu 14.04 / Macbook 5,2) [17:41] <excalibr> Any of you uses mirrors.kernel.org mirror? Is something wrong with their server atm? [17:41] <eletious> ioria: through ssh, i ran that... the laptop flickered the backlight, that's it [17:42] <ioria> eletious, ok,if you cannot enter grub at boot, you have to change /etc/default/grub [17:42] <EriC^^> eletious: which graphics driver are you using? [17:42] <EriC^^> type lspci -k | grep -A2 VGA [17:43] <eletious> EriC^^: Kernel driver in use: i915 [17:43] <ioria> eletious, intel [17:43] <eletious> yeah [17:43] <pEYEd> bekks: https://bpaste.net/show/b8430d53dd26 [17:43] <eletious> unnamed intel HD graphics [17:44] <bekks> pEYEd: And does it work to configure the interface manually, after booting? [17:44] <sampson623> I want to dual boot Windows 8 and Ubuntu 14.04.2 and I don't have a USB. Anyone have a good video or anything like that to help me? [17:44] <pEYEd> bekks: yes, with ifconfig [17:44] <ioria> eletious, modify /etc/default/grub [17:44] <bekks> pEYEd: Can you pastebin the full ifconfig command you are using, please? [17:44] <eletious> ioria: what would i have to change in /etc/default/grub to allow me to hold shift to access grub [17:44] <Desu> ifconfig was deprecated over a decade ago, you should start using ip instead [17:44] <eletious> actually... [17:45] <eletious> I just changed it to nomodeset [17:45] <eletious> so I'm going to reboot real quick [17:45] <eletious> i will be right back [17:45] <EriC^^> hold on [17:45] <eletious> ?? [17:45] <ioria> eletious, it's the same... find 'quite splash' and add nomodeset [17:45] <EriC^^> you added nomodeset to the kernel line in /etc/default/grub? [17:46] <eletious> i added it to GRUB_CMDLINE_LINUX_DEFAULT [17:46] <EriC^^> ok, cool [17:46] <eletious> yeah [17:46] <EriC^^> did you run sudo update-grub ? [17:46] <eletious> oh, no i didn't [17:46] <eletious> i should probably do that [17:46] <pEYEd> bekks: ifconfig em1 70.88.158.243 netmask 255.255.255.240 up [17:47] <ioria> eletious, yep [17:47] <pEYEd> and then give it a route. [17:47] <eletious> interesting warning I just got: setting GRUB_TIMEOUT to a nonzero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported [17:47] <sampson623> I want to dual boot Windows 8 and Ubuntu 14.04.2 and I don't have a USB or want to burn a disk. Anyone have a good video or anything like that to help me? [17:47] <eletious> hmm. [17:48] <eletious> sampson623: just so you quit asking the same question literally 2 minutes after the first time, do you have any bootable media [17:48] <EriC^^> eletious: is this a new install? [17:48] <eletious> EriC^^: it is [17:48] <eletious> already update and uprage [17:48] <EriC^^> if you want install an older kernel and try it too [17:48] <eletious> *upgrade [17:48] <RDX4OO> sampson623, https://www.youtube.com/results?search_query=install+ubuntu+14.04+alongside+windows+8.1 [17:48] <ioria> eletious, i got the same, but no logout prob [17:48] <EriC^^> do you still have the older kernel? type dpkg -l | grep linux-image [17:49] <paul_743> if the people who programmed this client are in here. autojoining an IRC channel on the default install is not cool. [17:49] <sampson623> sorry just excited lol [17:49] <paul_743> that was a terrible descision [17:49] <EriC^^> paul_743: it's just for Ubuntu servers i believe [17:50] <eletious> EriC^^: it lists 5 [17:50] <EriC^^> it's packaged that way for ubuntu [17:50] <paul_743> EriC^^: I put this in the wrong channel. soz [17:50] <EriC^^> eletious: ok, with ii at the start? [17:50] <eletious> yes [17:50] <paul_743> it joins their channel too. [17:50] <paul_743> itrritating. [17:50] <eletious> seems like it's 3.16.0-23 and 3.16.0-33 [17:50] <EriC^^> ok, go back to /etc/default/grub [17:50] <EriC^^> eletious: and add a comment before GRUB_HIDDEN_TIMEOUT [17:50] <ianorlin> paul_743: then choose one you like in the repos there are quite a lot [17:51] <EriC^^> then sudo update-grub [17:51] <EriC^^> eletious: it should make grub appear next boot, choose advanced then an older kernel [17:51] <RDX4OO> sampson623, no problem, just install it step by step, like in the videos [17:51] <eletious> EriC^^: could i just set it to false? [17:52] <EriC^^> nah comment it out [17:52] <EriC^^> it's ok [17:52] <eletious> okay [17:52] <sampson623> RDX400: is installing without a usb or a disc a thing that people do? [17:52] <eletious> gave me the same warning as before, and found a bunch of images [17:52] <eletious> coolio [17:52] <eletious> alright [17:52] <eletious> so i'm going to reboot now [17:52] <EriC^^> odd [17:52] <EriC^^> warning should have disappeared [17:52] <EriC^^> anyways give it a shot [17:52] <eletious> and see what happens [17:53] <eletious> brb [17:53] <RDX4OO> sampson623, what about wubi install? [17:53] <EriC^^> RDX4OO: wubi isn't that recommended [17:54] <EriC^^> by that i mean, really really not [17:54] <sampson623> EriC^^: Why not? [17:56] <EriC^^> sampson623: i don't know exactly why, but it seems that it didn't work that well and it's generally very frowned upon in the ubuntu community [17:56] <eletious> sup [17:56] <EriC^^> even if you do manage to install it and get it to work, not a lot of people know about it or want to mess with it [17:57] <eletious> EriC^^: That worked man [17:57] <EriC^^> cool [17:57] <eletious> i just logged out like a champ [17:57] <EriC^^> haha [17:57] <RDX4OO> sampson623, i hate wubi but, if u dont have any disk or usb drive so u just have 2 options, wubi or an network installer [17:57] <EriC^^> did you change the kernel? [17:57] <eletious> let's see if i have the same luck logging out of other WMs [17:57] <RDX4OO> sampson623, here u got the network install http://www.ubuntu.com/download/alternative-downloads [17:57] <sampson623> RDX400: I assume you recommend the network installer [17:58] <eletious> EriC^^: lol i don't think so [17:58] <eletious> i just made that grub change [17:58] <RDX4OO> sampson623, of course [17:58] <RDX4OO> sampson623, but u will need an another pc [17:58] <EriC^^> eletious: ok, it's a graphics driver issue then [17:58] <eletious> does Ubuntu not like Cinnamon anymore? [17:58] <eletious> Honestly that would not surprise me [17:58] <sampson623> RDX400, ohh that may be a problem [17:59] <eletious> next time I buy lenovo i'm getting a thinkpad... this B50 is trash [17:59] <eletious> sampson623: what are you trying to do? [18:00] <RDX4OO> sampson623, so your only way will be wubi i guess [18:00] <sampson623> eletious: dualboot windows 8 and Ubuntu without a USB or a CD [18:00] <RDX4OO> eletious, he's trying to install ubuntu alongside win8 but whithout an dvd or usb ... [18:00] <eletious> ......... why? [18:00] <eletious> if i may ask? [18:01] <RDX4OO> eletious, i dun know -.- [18:01] <EriC^^> sampson623: there is an option you could try, but it's pretty experimental at least for me [18:01] <eletious> like... I will literally mail you a USB drive [18:01] <eletious> i have like 10 of em [18:01] <baxx> can't he use an SD card? [18:01] <EriC^^> sampson623: you could use virtualbox to create a raw disk image file, which represents your hdd and load the ubuntu iso in it, and install to your hdd [18:01] <sampson623> Hahaha I might have a spare cd laying around but that would take digging at my new house [18:01] <sampson623> Wubi can't be that bad [18:02] <eletious> i've never used an SD card to boot... but I used to install linuxes to flash drives as the HDD for fun [18:02] <bazhang> it is [18:02] <eletious> sampson623: it is [18:02] <eletious> trust us [18:02] <bazhang> just forget about wubi sampson623 [18:02] <eletious> it is bad [18:02] <eletious> remember when I told you I will literally ship you a USB drive? [18:02] <sampson623> Yeah haha [18:02] <eletious> It's actually less stressful to wait on the flash drive than to use wubi [18:03] <sampson623> I'm going to go search for a cd [18:03] <eletious> oi! [18:03] <eletious> you don't want a CD [18:03] <eletious> you want a DVD [18:03] <RDX4OO> sampson623, u will need a dvd [18:03] <eletious> Unless there's a netinstall [18:03] <bazhang> th e mini iso will fit easily [18:03] <sampson623> ah alright [18:03] <eletious> which for some reason i never looked into... [18:03] <bazhang> !mini [18:04] <eletious> Ah. Well there it is, a netinstall for ubuntu [18:04] <eletious> how small is it atm? [18:04] <RDX4OO> but i guess sampson623 is a beginner and maybe the text install will be to hard for him ;( [18:04] <eletious> hmmm... tur [18:04] <eletious> *true [18:04] <EriC^^> he could try lubuntu i think it's like 720mb [18:05] <RDX4OO> lets check this [18:05] <eletious> Yeah, I used Lubuntu when I only had CDs [18:05] <EriC^^> and he'd have a live cd in case he needs to boot it and fix something after he installs [18:05] <eletious> I also tried DSL and puppy [18:05] <eletious> they're fun [18:05] <EriC^^> he can just purge lubuntu-desktop and install unity after it installs [18:05] <eletious> EriC^^: does it use all the same repos? [18:05] <olle> Are #a [18:05] <ianorlin> eletious: yes [18:05] <Seven_Six_Two> text install isn't that hard, is it? [18:05] <olle> #backbox on Ubuntu _ [18:06] <eletious> hmm. That may be why I had issues with running software on my 486 [18:06] <RDX4OO> lubuntu is just 705 mb [18:06] <eletious> one second [18:09] <OerHeks> olle, backbox is not supported here, follow instructions on their site please http://www.backbox.org/ and find their irc channel [18:16] <RDX4OO> sampson623, so whats your choice now? [18:23] <eletious> Linux Journey 2015: The Quest of sampson623 [18:25] <saraz3s> Guys how do I set up hexchat with tor? [18:25] <eletious> step 1: use i2p because TOR is compromised [18:25] <RDX4OO> eletious, xDDD [18:26] <eletious> saraz3s: the FBI owns several TOR nodes, it's not secure anymore [18:26] <dadis> saraz3s, https://anonops.com/xchat.html [18:26] <saraz3s> But freenode doesn't support i2p [18:26] <eletious> welp [18:26] <eletious> have fun not being anonymous [18:26] <shadowguardian> afternoon! i am trying to setup a new website on my ubuntu 14 server.... i dot have apache installed but when my friend setup the server, im not sure what user he has used... (cut -d: -f1 /etc/passwd) shows no "apache2" user [18:27] <eletious> shadowguardian: lamp stack [18:27] <eletious> do it [18:27] <saraz3s> damn [18:27] <saraz3s> How to be anonymous on an irc then? [18:27] <eletious> saraz3s: you could probably vpn? [18:27] <shadowguardian> lamp: command not found [18:27] <bubbak> any suggestion for an appropriate channel to ask questions regarding setup of an ubuntu single server using one of the howtoforge "perfect server" guides? [18:27] <eletious> shadowguardian: try google next time [18:28] <saraz3s> I am having serious issues with openvpn. None of the certificates are accepted. How do I connect with openvpn. I installed it. Then its asking for some certificates. Got them from vpn books and none of them were connecting [18:28] <saraz3s> ^eletious [18:29] <shadowguardian> eletious: there is already a working website on this server, perhaps when it was setup he didnt use apache2 as a username? there is www-data as a username inside /etc/passwd ? [18:29] <eletious> sadly I am not anonymous saraz3s so I cannot assist [18:29] <saraz3s> dman [18:29] <eletious> yeah [18:29] <eletious> but there's a plus side [18:29] <eletious> google + man pages [18:29] <saraz3s> can someoneelse help me with openvpn [18:30] <saraz3s> what is that? [18:30] <saraz3s> are u talking about google+ [18:30] <saraz3s> ? [18:30] <eletious> saraz3s: type "man man" into a terminal [18:31] <kennethvenken> Hello, whenever i plug in/out my samsung 9 laptop ubuntu freezes. Can someone point me in the right direction in solving this issue? [18:31] <eletious> there's google and man pages [18:31] <eletious> they are good things [18:31] <saraz3s> lol [18:31] <saraz3s> i tried [18:31] <hkrrsx> saraz3s: /join #openvpn [18:31] <saraz3s> tnx [18:31] <hkrrsx> saraz3s: Full disclosure .... they're not anonymous either. [18:31] <hkrrsx> :) [18:32] <saraz3s> #openvpn :Cannot join channel (+r) - you need to be identified with services [18:32] <kostkon> !register [18:32] <saraz3s> hkrrsx - help -> #openvpn :Cannot join channel (+r) - you need to be identified with services [18:32] <bubbak> kennethvenken: what version ubuntu, what do you mean by "plug in/ out"? [18:32] <eletious> saraz3s: see kostkon [18:33] <eletious> he just told you how to do it [18:33] <kennethvenken> 14.10 [18:33] <saraz3s> sorry kostkon. I didn't understand [18:33] <kennethvenken> i just found this ask ubuntu thread: http://askubuntu.com/questions/569119/laptop-freezes-whenever-i-unplug-plug-in-ac-adapter [18:33] <kennethvenken> same laptop, same proble [18:33] <hkrrsx> !register > saraz3s [18:33] <kostkon> saraz3s, np [18:33] <saraz3s> ohhh [18:33] <kennethvenken> m [18:33] <saraz3s> sorry [18:33] <saraz3s> understood [18:33] <saraz3s> tnx [18:33] <saraz3s> :) [18:35] <Guest21477> Hey, so my /var/log folder has 224.6 GB worth of data in it. Is this normal? Ubuntu has only been installed for a week, I'm using 14.04 [18:36] <eletious> Guest21477: O.O [18:36] <bubbak> kennethvenken: and the crtl Alt F6 also doesn't work for you? [18:36] <darius93> Guest21477, doesnt sound normal at all [18:36] <darius93> is it a web server? [18:36] <verdeP> what are you logging? xD [18:36] <Guest21477> darius93: nope, just my home laptop [18:37] <Guest21477> I'm not logging anything manually .-. [18:37] <darius93> Guest21477, what file has the most data in it? [18:37] <ianorlin> Guest21477: I like ncdu as a ncurses utility to check disk usage although a GUI might be better for a begginer [18:38] <darius93> my /var/log has 9M in it and it been up for over a few months [18:38] <kennethvenken> bubbak: i don't think that works. I'll try it [18:38] <Guest21477> darius93: syslog.4.gz is using 4.9GB by itself [18:39] <faugusztin> Guest21477: probably something is being logged over and over ? [18:39] <faugusztin> Guest21477: maybe some hard drive issue or whatever [18:39] <Guest21477> darius93: oh damn, kern.log is using 213.3GB [18:39] <darius93> Guest21477, what did you install within the past week? it might be a driver or kernel issue [18:39] <darius93> O.O [18:39] <faugusztin> Guest21477: then look at kern.log and what is in it [18:39] <verdeP> tail -f kern.log [18:40] <darius93> ^^ [18:40] <faugusztin> sleeping hard drive, EDID problems, firewall hammering from outside, it could be anything [18:40] <faugusztin> maybe you have UFW logging enabled for example :) [18:40] <Guest21477> Is it safe to delete kern.log? I think it's just repeated old driver problems I fixed a few days ago [18:43] <kennethv> bubbak: Just tried the the alt+f6, didn't work, had to reboot [18:43] <hkrrsx> Guest21477: It would be better to fix the problems being reported in kern.log and then zero it out ...... but DO NOT delete it [18:44] <ANJ7> Good night everyone o/ [18:44] <bubbak> kenneth v: you used ctrl alt f6 all together, right? [18:44] <dadis> What is the best alternative to gmail? [18:45] <dadis> and if i forward my messages from gmail to another address will google have a copy of the message on their server? [18:45] <Guest21477> I think the problem is already fixed and it's just so large because of the old error [18:45] <hkrrsx> Guest21477: Here's a link on how to zero out a log file, however doing so erases the contents of the file without deleting the file (or ownership/permissions): [18:45] <hkrrsx> http://www.dacaprice.com/2009/09/04/how-to-zero-out-a-file-in-linux/ [18:46] <kennethv> bubbak: Yes, nothing happens. i can press them now to switch to a terminal, but after freeze it doesn't work [18:47] <Guest21477> hkrrsx: Alright, file has been cleared and I deleted the old archives. Thanks much [18:47] <Guest21477> 18.9/975.7 looks a lot better than 250/975.7 [18:48] <nonamae> how can i know which package needs wine? [18:49] <hkrrsx> Guest21477: Good job ...... also, here's some extracurricular Ubuntu brain enhancements: https://help.ubuntu.com/community/LinuxLogFiles [18:49] <bubbak> Kennethv: did you notice the info regarding the ACPI regression in kernel 3.16? https://help.ubuntu.com/community/SamsungSeries9 [18:49] <Guest21477> Thanks, I'll give that a read [18:51] <bubbak> barring the work around presented I'd consider re-rolling to 14.04 [18:52] <kennethv> bubbak: ok. i'll look at the work around and reroll if necessary. Does this mean a clean install, or is it easy to downgrade, [18:52] <kokut> Hello, what is the most lightweight music player for ubuntu/linux? I need something to play but uses the minimum amount of resources bc youtube is giving me some lag [18:53] <kostkon> kokut, give audacious a try [18:53] <bubbak> your mileage may vary and I'm far from an expert. When I do such things I wipe completely and reinstall. but that's just me. [18:53] <bubbak> kokut, tried minitube? [18:54] <kokut> bubbak: nope, gonna give it a try [18:55] <bubbak> kokut, it is pretty cool... [18:55] <hkrrsx> kokut: Have you given 'cmus' a chance? It's a terminal-based audio player which should use next to nothing in terms of resources. [18:55] <hkrrsx> kokut: https://www.youtube.com/watch?v=eoAB5gOuoHA -- CMUS [18:55] <kennethv> bubbak: ok, thx for the help [18:56] <OerHeks> !info quodlibet [18:56] <OerHeks> !info cmus [18:56] <bubbak> kennethv wish i could have been more helpful and good luck [18:56] <OerHeks> ouch, cmus is half size [18:56] <hkrrsx> OerHeks: Thanks for the backup :) [18:57] <bubbak> does cmus only do audio or does it also do video? [18:57] <OerHeks> hkrrsx, i wondered, as i was convinced quodlibet is the smallest player :-D [18:57] <kokut> bubbak: u can't use the slider? [18:58] <kokut> hkrrsx: i'm gonna give it a try [18:58] <hkrrsx> bubbak: I believe it does audio only since it's a terminal application [18:58] <bubbak> the reason i ask is while kokut is talking about audio he's referencing youtube [18:58] <kokut> i only need sound [18:58] <kokut> well but i might download something i i have to [18:59] <eletious> where can I edit screenfetch? it keeps throwing an error [18:59] <cuken> I have a laptop that I can't get to boot into ubuntu usb to install. It had open suse and the only thing I can get to at this point is grub2. Is there anything I can do from grub2 to launch ubuntu on the disk? [18:59] <bekks> cuken: How did you create the Ubuntu USB? [19:00] <kennethv> bubbak: before i downgrade, do you know if the regression is fixed in newer kernel versions? Shoud i try upgrading to 15.04? [19:00] <cuken> Pendrive [19:00] <bekks> cuken: Thats clear. But how did you create the Ubuntu USB, for using it to install Ubuntu? [19:00] <bubbak> kennethv I have no idea. just noticed the mention of the regression on the page which i posted [19:01] <cuken> Sorry I used Pendrive Linux [19:01] <cuken> on a windows machine [19:01] <cuken> selecting the Ubuntu ISO [19:01] <eletious> cuken: try rufus [19:01] <kennethv> bubbak: ok, i'm gonna try the live DVD, see if it is fixed. [19:02] <kennethv> bubbak: thx [19:02] <bubbak> kennthv best of luck [19:02] <kokut> anyone tried utorrent for linux? [19:02] <bekks> kokut: I bet someone did. But whats your actual question? :) [19:03] <kokut> is it better than transmission? [19:03] <kokut> transmission looks bad and it downloads slow [19:03] <OerHeks> utorrent is not in the repos,qbittorrent or deluge are much better and supported here [19:03] <kokut> so i'm looking for something better [19:03] <eletious> what is utorrent? What is linux? I have used neither of these things [19:04] <kokut> well OerHeks waht u recommend [19:04] <OerHeks> kokut transmission is good enough for me, high speed downloads, it all depends on the source you download from [19:05] <hkrrsx> +1 for transmission [19:05] <eletious> yeah, saying that the program you use alone affects the speed of your downloads is like saying the the paint on a racecar makes it go faster [19:05] <bekks> eletious: Try neglecting it at NASCAR ;P [19:06] <eletious> bekks: psssh, just put stickers on it ;) [19:06] <kokut> OerHeks: nope, i tried utorrent on windows, same machine, same network and it downloads almost two times faster, also transmission looks like crap honestly, i have 30 torrents and i have to scroll for 10 minutes to find the one i'm looking for [19:07] <eletious> kokut: maybe (and this is just a thought) its that there's something between linux and windows? i mean I'm just saying [19:07] <eletious> a driver issue? [19:07] <hkrrsx> kokut: has the download speed limit been manually set in your Transmission client ? [19:07] <kokut> no man its just transmission [19:07] <bekks> eletious: Nope. [19:08] <kokut> hkrrsx: no, why would i do that [19:08] <hkrrsx> kokut: To preserve bandwidth for other applications or users on the network [19:08] <eletious> kokut: check that [19:08] <cuken> Just tried Rufus and still no luck [19:09] <hkrrsx> (Aretha!) R-E-S-P-E-C-T, that is what it means to me [19:09] <kokut> no man its just transmission, its just too primitive or something, utorrent is much better (i mean older versions without adds and crap) [19:09] <eletious> aha [19:09] <eletious> ahahaha [19:10] <eletious> then why not just install the other clients and uninstall the ones you don't like? [19:10] <bubbak> anybody used a "perfect server" recipe for setting up a single server model and gotten the mail system running correctly (both sending out and receiving from remote)? [19:10] <OerHeks> kokut good luck with utorrent [19:11] <kokut> i'm asking for a recommendation or something [19:11] <bekks> bubbak: https://help.ubuntu.com/community/MailServer [19:11] <eletious> kokut: dude. It takes negligible time to download them [19:11] <OerHeks> kokut i answered that i guess [19:11] <eletious> it's not gonna hurt you [19:11] <bubbak> bekks, thanks [19:12] <kokut> i think im gonna try deluge [19:13] <jason__> I'm trying to run some CPU/Memory intensive tasks and this is causing Ubuntu to become completely unusable while they're running. Anyone know what might be causing this? I have a pretty fast computer. [19:14] <eletious> jason__: specs? [19:15] <jason__> Core i5 4760k, 8GB of RAM, Geforce 760, SSD [19:15] <eletious> jason__: and what are you trying to do? [19:16] <jason__> I'm trying to merge two large CSV files (similar to a 'join' in a database if you're familiar with the concept) [19:16] <pEYEd> How do you force a static IP on a NIC? http://askubuntu.com/questions/605355/static-ip-fails-at-boot?noredirect=1#comment846139_605355 -> https://bpaste.net/show/33f671c40512 [19:16] <Voyage> I just installed php by source. apache is not displaying my .php files (its showing blank pages ) what can be wrong? apache does not knows if php is isntalled.I gues [19:16] <eletious> jason__: ... HOW large though? [19:16] <bekks> Voyage: Why didnt you install PHP from the repos? [19:17] <Voyage> bekks, long story. [19:17] <jason__> Not that large. One is 1GB, the other is only like 2MB. [19:17] <pEYEd> Voyage: are the modules loaded? [19:17] <Voyage> pEYEd, which modules? [19:17] <d3ngar> Heya, I'm looking for some guide to allow XDMCP connections on Ubuntu 14.04 [19:17] <bekks> pEYEd: Your askubuntu question contains a configuration for em1, but you are configuring eth0 later on. Is that correct? [19:18] <jason__> eletious, and I don't think it should make the OS grind to a complete halt either way. I don't think the program is even utilizing all 4 cores on my machine. [19:18] <pEYEd> bekks: nothing eth0 [19:18] <OerHeks> Voyage, told you, downgrading php to 5.4 does not give support here [19:18] <d3ngar> It doesn't seem to be done with just allowing XMDCP in lightdm.conf and installing gnome-session-flashback [19:19] <bekks> pEYEd: Read your askubuntu post: "so I add the IP with ifconfig: ifconfig eth0 ..." - is that correct? [19:19] <pEYEd> bekks: that is a post error, I just corrected it. [19:19] <eletious> jason__: yeah, for those sizes... just asking, you never know [19:19] <Voyage> pEYEd, : /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory [19:19] <Voyage> Action 'configtest' failed. [19:19] <bekks> pEYEd: Ah ok, I just wanted to make sure :) [19:20] <Voyage> OerHeks, ya. [19:21] <pEYEd> Voyage: search your drive for libphp5.so if nothing, you need to install the modules. [19:22] <pEYEd> Voyage: it's a lot easier to do this via apt-get [19:22] <apt-get> via me [19:22] <OerHeks> pEYEd, tell him to build those modules too, as he downgraded to 5.4 [19:23] <bekks> pEYEd: It isnt, since for his release, there is no php 5.4 in the repos anymore - for good reasons. [19:23] <OerHeks> Voyage, so if you still try to seek help here, mention that you downgraded php to 5.4 so you do not fool people here, thanks. [19:23] <eletious> oh my god please tell me apt-get is a bot [19:23] <pEYEd> Voyage: oh dear lord, why did you downgrade? [19:23] <bekks> eletious: He isnt. [19:23] <apt-get> eletious: nope [19:23] <eletious> lol [19:23] <eletious> fair enough [19:24] <eletious> do you just wait here for people to mention you? [19:24] <OerHeks> eletious, my next irc name will be anyone? [19:24] <pEYEd> I bet chu he's chasing mysql_connect() :) [19:27] <apt-get> eletious: nope but I get a lot of mentions [19:28] <bekks> apt-get: And you are a victim of brute force, very often. sudo. [19:29] <Voyage> pEYEd, an app required 5.4 [19:30] <Voyage> OerHeks, why would I need to fool people? think when you speak. its just not installed by a repository. it can be any version and should work with apache [19:31] <pEYEd> Voyage: because it's trying to use mysql_connect() , I bet you. which is bad. really really bad. :( [19:31] <eletious> Voyage: if you don't mention the version of php you're using it will make it difficult to help you [19:32] <Voyage> PHP 5.4.39 (cli) (built: Apr 4 2015 23:38:40) [19:32] <Voyage> $ which php [19:32] <Voyage> /usr/local/bin/php [19:32] <eletious> Voyage: to quote you: "think before you speak". You aren't royalty mate.... [19:32] <pEYEd> eletious: 5.4 had the last patches you could add to force mysql_connect to work. They stripped it out completely following that. [19:33] <eletious> lol why did they do that? [19:33] <pEYEd> eletious: because it was junk technology and highly hackable. [19:33] <pEYEd> sql injectionss wet dream [19:34] <eletious> hmm [19:34] * OerHeks remembers: one bug fixed, 7 new bugs created [19:34] <eletious> that could be problematic [19:34] <pEYEd> databases breaking all over the world from lazy admin and lazier engineers [19:35] <pEYEd> code is like hair, it must be groomed regularly. [19:35] <Voyage> so there is no way apache 2.4 installed by repos be work with php 5.4 installed by source on ubuntu 14? [19:36] <pEYEd> Voyage: could be. I know apache was set to block everything to do with mysql_connect also. lost cause shotting for that one. If that's what is going on. [19:36] <pEYEd> shooting :/ [19:37] <Voyage> pEYEd, ok, how to uninstall php that I installed by source? [19:37] <bekks> Hopefully you created .deb files. [19:37] <pEYEd> Voyage: make deinstall typically [19:37] <Voyage> am. how [19:38] <pEYEd> Voyage: always install from the package manager. [19:38] <Voyage> pEYEd, ya, but if I installed by source. how to uninstall? [19:38] <pEYEd> Voyage: make deinstall or make uninstall [19:38] <bekks> Voyage: Did you create .deb files for your self-built packages? [19:38] <Voyage> pEYEd, hm [19:39] <Voyage> configure make instal [19:39] <pEYEd> Voyage: that's if you are installing [19:39] <pEYEd> make deinstall if deinstalling o.0 [19:40] <Voyage> hm [19:40] <eletious> straightforward, right? [19:41] <Voyage> $ make uninstall make: *** No rule to make target `uninstall'. Stop. user1@user1-PC-D630:~/Downloads/php-5.4.39$ make deinstall make: *** No rule to make target `deinstall'. Stop. user1@user1-PC-D630:~/Downloads/php-5.4.39$ [19:41] <eletious> oh. [19:41] <pEYEd> Voyage: and make deinstall? [19:41] <pEYEd> what is the output of pwd? [19:41] <eletious> pEYEd: he did that [19:42] <Voyage> pEYEd, yes. tried deinstall too [19:42] <pEYEd> Voyage: are you 100% sure it compiled? error free? [19:42] <Voyage> yes [19:43] <bekks> But you did not build the apache module. [19:43] <pEYEd> Voyage: pastebin the output from pwd and ls [19:43] <r0x> Hi. I'm configuring a server and for some reason I want that a certain user can only view a particular folder and that can execute only a set of program/commands (e.g.: I don't want that user X can execute ifconfig, ip, ps and even ping). How I can do that? [19:44] <pEYEd> bekks: but he should have a deinstall or an uninstall [19:44] <MonkeyDust> r0x there's also #ubuntu-server [19:44] <pEYEd> r0x: group permissions [19:44] <bekks> pEYEd: Only if the php devs were somehow sane, and implemented "uninstall" or "deinstall" in their MAkefile. [19:45] <bekks> r0x: A normal user without administrative privileges cannot change settings with ifconfig. [19:45] <pEYEd> bekks: they typically do [19:45] <eletious> i've heard about the php devs [19:45] <Voyage> pEYEd, http://pastebin.com/dkfZDNgw [19:45] <eletious> apparently they're a little... [19:45] <r0x> bekks: I don't want that a user can execute that command [19:45] <bekks> r0x: Because you want to hide the IP from the users? [19:46] <r0x> Yes, it's one of my reasons [19:46] <bekks> Then you are out of luck, since there are various other ways of getting the IP of the system you are on :) [19:46] <r0x> the ip that my machine has in the subnet [19:46] <eletious> yes [19:46] <bekks> r0x: You dont need ifconfig to get the IP. [19:47] <r0x> I know, but I want to prevent all methods to do that kind of stuff [19:47] <bekks> r0x: But typically you want to setup a chroot environment, so users will just have a defined subset of commands. [19:47] <bekks> r0x: You cannot. [19:47] <bekks> r0x: You cannot hide /proc or /sys from the user. [19:47] <r0x> SELinux? [19:48] <r0x> I want a sort of jail, a sandbox [19:48] <bekks> r0x: Thats what a chroot is. [19:50] <r0x> ok, but if I do chroot on a user, how can access to /proc or /sys? [19:50] <pEYEd> Voyage: recompile with checkinstall http://www.linuxquestions.org/questions/linux-newbie-8/source-uninstall-with-%27make-uninstall%27-howto-230225/ check the README also [19:50] <r0x> for example for user X I set chroot to /tmp [19:50] <Voyage> hm [19:51] <bekks> r0x: you would have to provide a bunch of system binaries and a shell there, before you can chroot a user. [19:51] <Voyage> pEYEd, how to use checkinstall? [19:51] <r0x> bekks: ok, but after that he can access to /proc and /sys? [19:51] <bekks> r0x: https://help.ubuntu.com/community/BasicChroot [19:52] <pEYEd> Voyage: the PhP READ should have that info. [19:52] <DraQ0> hi [19:54] <Voyage> pEYEd, go tit. installing it again by checkinstall. [19:54] <Voyage> I wonder how to uninstall it [19:54] <Voyage> will read [19:56] <pEYEd> Voyage: http://www.gnulinuxclub.org/index.php?option=com_content&task=view&id=315&Itemid=31 [19:58] <Voyage> pe one problem after the other [19:58] <Voyage> how to uninstall apps those were installed by checkinstal? [19:59] <jonakpoka> hi iam shazzat [19:59] <jonakpoka> i need the Reg code [20:01] <MonkeyDust> jonakpoka the reg code? [20:02] <Voyage> pEYEd, thanks. apt removed it [20:02] <OerHeks> MonkeyDust, from the Kali forum i guess [20:02] <jonakpoka> to joint linux community [20:05] <OerHeks> jonakpoka, for launchpad or ubuntuforum ? [20:12] <shadowandlight> hello all.... I am trying to host 2 websites on a unbutu server... i followed these instructions - https://www.liberiangeek.net/2014/09/run-multiple-websites-single-ubuntu-server-using-apache2/ - however site 2 keeps directing to site 1, i had changed my localhost file as well........ https://privatepaste.com/7d7d155dbd - these are the 2 host files [20:14] <eletious> why wouldn't you use virtual servers? [20:14] <shadowandlight> as in 2 separate VPS's? [20:15] <clmclm> shadowandlight, *:80 for both virtual hosts should not work. [20:15] <eletious> no two virtual guests [20:17] <eletious> wouldn't that work? [20:18] <shadowandlight> ok... not sure what i should change, do i delete the virtualhost *80 for one of them? [20:18] <daftykins> shadowandlight: hang on i have an exact working setup with two sites, let me connect in... [20:18] <hkrrsx> shadowandlight: Have a peek as this: http://www.thegeekstuff.com/2011/07/apache-virtual-host/ [20:19] <pEYEd> shadowandlight: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts [20:19] <kokut> Anyone knows how to play all the files in a directory with cmus? [20:19] <eletious> kokut: press "a" while the directory is highlighted [20:19] <kokut> I mean, its a lil bit bothersome to have to add every track to the playlists [20:19] <eletious> a is for add [20:20] <kokut> eletious: no its not [20:20] <eletious> one second [20:20] <clmclm> shadowandlight, you need to specify the ip. <VirtualHost ip-of-your-first-site:80> and <VirtualHost ip-of-your-second-site:80> [20:20] <daftykins> shadowandlight: do you still have sites-available/default ? [20:21] <shadowandlight> umm its 2 sites on the same server [20:21] <eletious> kokut: one second while i install cmus in ubuntu because i was using it in arch previously [20:21] <daftykins> one sec nearly getting to the configs for a working example [20:21] <shadowandlight> yes there is 000-default.conf [20:22] <kokut> eletious: k fine [20:22] <daftykins> shadowandlight: ok and your two sites are beside that, correct? [20:22] <shadowandlight> the IP for both sites i the same right (but on the same server) [20:22] <eletious> kokut: did you press 5 to go into the browser? [20:22] <kokut> eletious: y [20:22] <shadowandlight> there is default, eveservers.info.vhost, stainwagon.info.conf [20:23] <eletious> kokut: i typically add albums, not the entire music library [20:23] <eletious> try that? [20:23] <daftykins> shadowandlight: alright, i'll highlight you once i've gotten these configs up - for now, save a copy of all 3 in your ~/ so you have them as-is [20:23] <kokut> eletious: add to what [20:23] <BBLLCC> im correcting a text in french for a friend. All my annotations are in red (I want them to be in red). THe problem is that with thunderbird un libreoffice, every time I finish with a line, the cursr recverst to black (I use red for my corrections) and that is literally a pain in the ass [20:24] <BBLLCC> how do I write ONLY in red? be it in thunderbird or libreoffice? [20:24] <eletious> kokut: we are talkign about cmus right? [20:24] <kokut> eletious: yes man [20:24] <eletious> run it without any arguments, press 5, select the album, press a [20:24] <eletious> works for me [20:24] <MrRobinhood5> Is there a Rails channel on freenode/ [20:24] <MrRobinhood5> ? [20:24] <shadowandlight> ok daftykins thanks, i am looking at all 3 files inside my directory now [20:25] <kokut> eletious: i'm in the Browser tab, i found the directory and i pressed a on the directory, it did nothing [20:25] <maxxer> Hi. I'm tring to install mariadb-server on vivid but postinst fails [20:25] <maxxer> anyone else? [20:25] <daftykins> shadowandlight: ok, here's an example of what to do. so right now, we're editing files inside /etc/apache2/sites-available/ - first off, delete your two site configs. you should only have default000 and default-ssl.conf [20:25] <arquebus> MrRobinhood5: #RubyOnRails [20:25] <kokut> i think its in the library eletious [20:25] <xangua> !15.04 | maxxer [20:26] <MrRobinhood5> arquebus, got it, i mustve typod it earlier [20:26] <eletious> kokut: are you just pressing a on "music" [20:26] <maxxer> xangua: ok thanks [20:26] <kokut> eletious: no, in the directory containing the album man, the mp3's [20:27] <kokut> now it's in the library [20:27] <eletious> yes [20:27] <kokut> but how do i make a playlist with that [20:27] <kokut> or play all of it [20:27] <eletious> you just did [20:27] <eletious> press enter [20:27] <kokut> no, play queue is empty and playlist too [20:27] <daftykins> shadowandlight: ok, so now rename 000-default.conf to be "website1.com.conf" and make it look like this... note the two additional config lines "ServerName" and "ServerAlias" - http://paste.ubuntu.com/10739802/ [20:27] <eletious> press 2 [20:27] <kokut> yea i'm there [20:28] <daftykins> shadowandlight: make sure "DocumentRoot /var/www/html" is really the correct root of where that websites files are stored [20:28] <eletious> if you selected a song and pressed a it should go to there [20:28] <shadowandlight> ok a few minutes to do all this [20:28] <kokut> eletious: yea my library is full of music now [20:28] <eletious> yeah now you press enter [20:28] <kokut> eletious: how can i tell which tracks are from one genre/artist/etc? [20:29] <eletious> press 1 while it's playing [20:29] <kokut> also they are sorted by name [20:29] <kokut> i need to play them as they are in the folder [20:29] <eletious> then set up mpd [20:29] <eletious> or manually make the playlist outside of cmus [20:30] <daftykins> shadowandlight: ok any questions just shout [20:30] <kokut> eletious: mmh i think im gonna try and make the playlist in cmus i dont feel like installing more software [20:30] <hythem> hi guys [20:32] <eletious> kokut: okay. Sorry i couldn't be much help [20:32] <eletious> hello hythim [20:32] <hythem> im using xubuntu and want to change grub menu entry order....how can i do that? i will be grateful for your help [20:32] <kokut> eletious: yes u did help me a lot, ty man [20:32] <daftykins> !grub [20:32] <daftykins> hythem: ^ might be something useful there [20:32] <Voyage> How to install elasticsearch on ubuntu? isnt there any repository?/package? [20:33] <Guest21342> Hey dose anybody know what the graphical WiFi manager in Vivid Veret is called? It isn't appearing in my menu [20:33] <daftykins> Guest21342: #ubuntu+1 for vivid talk please [20:33] <Guest21342> Ok [20:34] <daftykins> Voyage: "sudo apt-get update && apt-cache search elastic" [20:34] <hythem> ''ubottu'' thanks im gonna check out the link [20:35] <Voyage> daftykins, none [20:35] <roler> How can I install Ubuntu on a USB stick? Not the installer, but the actual desktop OS [20:35] <daftykins> Voyage: as in zero results? what version? [20:35] <daftykins> roler: i would not recommend that [20:36] <xangua> roler: just do as you said, select to install it on the stick, and don't spect a long life for that usb stick [20:36] <daftykins> well, don't put a swap partition on it to start with [20:37] <roler> I get that. It's just to screw around with. [20:37] <hkrrsx> Voyage: There's a .deb file available for download from the elastic.co website [20:37] <hkrrsx> https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.deb [20:37] <roler> I acutally installed the installer on one usb stick and installed to the other usb stick (a nice USB3 drive) but it didn't put the boot loader in the right place, so it didn't boot [20:38] <hkrrsx> Voyage: It also appears that they have a repository with instructions on how to add it to your /etc/apt/sources.list file [20:38] <hkrrsx> http://www.elastic.co/guide/en/elasticsearch/reference/current/setup-repositories.html [20:38] <daftykins> roler: yes you need to select to partition manually, then at the bottom of the installer window, you pick the correct device to install GRUB. simples. [20:39] <roler> daftykins; Here's where it gets fun though... I did that, and it mounts /target and /target/boot/efi - I am using a Mac so the /target/boot/efi was my macs hard drive, not the usb stick eventhough I told the partition to use that [20:39] <Voyage> hkrrsx, where is the repo details? [20:39] <daftykins> ugh a mac. [20:39] <hkrrsx> Voyage: Have a look at the 2nd link I posted [20:39] <daftykins> roler: yeah again manual partitioning would allow bypassing that i think [20:39] <roler> daftykins; lol [20:40] <Voyage> hkrrsx, thx [20:40] <hkrrsx> Voyage: You're welcome [20:40] <roler> daftykins; i'll try again. Thanks [20:41] <EriC^^> roler: what are you trying to do? [20:42] <daftykins> EriC^^: install to USB flash from a second USB flash, with a mac [20:43] <EriC^^> daftykins: ok :) [20:43] <roler> daftykins; i'm kind of over it actually... it was just one of those ideas I had early in the morning and I think it is now over :) [20:43] <daftykins> ;) [20:43] <daftykins> roler: surely a live session with persistence would have achieved close enough? [20:44] <balboa> halo [20:44] <balboa> the list! [20:44] <EriC^^> roler: did you create the efi partition in the partitioner and set the mountpoint to /boot/efi ? [20:44] <roler> daftykins; very true. [20:45] <roler> EriC^^; yes, but the installer installed the efi to my mac's efi directory not the usb stick [20:45] <EriC^^> roler: odd O.o [20:45] <EriC^^> does the efi partition exist on the usb? [20:47] <EriC^^> roler: did you choose the bootloader location at the bottom too? [20:47] <roler> EriC^^; yep... I may have messed up on the efi part, but definitely picked the right boot loader location... /dev/hdc1 [20:49] <EriC^^> i think you should choose /dev/hdc , anyways its pretty odd [20:49] <EriC^^> roler: do you want to fix it? you can use a live usb to fix it [20:49] <pEYEd> forget filing a bug report with ubuntu, that place is a nightmare. [20:50] <EriC^^> if the efi partition exists it would be pretty easy [20:50] <cross`> Could someone take a look I quess I have small issue :P http://konrad.sonic.net.pl/stuff/ubuntu_error.PNG [20:51] <daftykins> cross`: what kind of system is this? a VM? [20:53] <hkrrsx> cross`: For your eyes: http://pinoy-computing-tips.blogspot.com/2010/08/how-to-fix-ubuntu-error-no-init-found.html [20:53] <cross`> daftykins: It's VMware Machine but quest OS is Ubuntu [20:53] <hkrrsx> cross`: Just make sure that the file system is UN-mounted [20:54] <hkrrsx> DO NOT try to run a FSCK on a mounted file system [20:54] <daftykins> cross`: mmm, looks like a LVM setup there so i can't be of any help [20:54] <daftykins> cross`: yeah boot a live session inside the VM and poke around on the disk. [20:54] <cross`> I made mistake with changing the quota of root in LVM. I made resize of ext and after that something was missing [20:54] <ikonia> whats the actual problem ? [20:57] <ebernhardson> how can i make my laptop not suspend when the lid is closed? (i have a small child, and it kicks me off IRC everytime he shuts the lid) [20:58] <ObrienDave> power settings, change lid close action [20:59] <mamece2> hello daftykins , I had to use gnome, the problem is with unity... what piece... [20:59] <daftykins> mamece2: sorry i don't remember your situation or understand what you're asking [20:59] <mamece2> I have another problem with openvas 7. I do apt-get install -f and I have problems [20:59] <daftykins> show a pastebin of what's going on [20:59] <apt-get> hello [20:59] <mamece2> daftykins: im referring to the problem i had yesterday with my screen and GUI [21:00] <apt-get> you called? [21:00] <daftykins> http://paste.ubuntu.com [21:00] <ebernhardson> ObrienDave: thanks, looking [21:00] <daftykins> apt-get: bad nick for this channel :P [21:01] <mamece2> daftykins: i cant install pastebinit. when i do apt-get isntall i get this message "the following packages have unmet dependencies" [21:02] <daftykins> mamece2: yes so visit http://paste.ubuntu.com and share things manually. [21:02] <apt-get> you caleld? [21:02] <ObrienDave> bad nick for any debian based distro channel ;P [21:02] <apt-get> Yeah, I should probably change my nick [21:03] <mamece2> daftykins: then i try apt-get install -f and I get errors. [21:04] <ObrienDave> try apt-get -f install [21:04] <cross`> strange in live cd in rescue mode there is no fsck? :/ [21:04] <daftykins> of course there is [21:05] <cross`> So why I get nothing? [21:05] <hkrrsx> cross`: It should be under /sbin/fsck [21:06] <mamece2> ObrienDave: whe i did i got the fillowing: dpkg: error processing yaddayadda openvas-manager [21:06] <daftykins> cross`: sadly my crystal ball does not tell me what you're typing :) [21:07] <cross`> daftykins: the same thing which are provided in the link above which hkrrsx gave me :) ok thx hkrrsx it's there where you said it [21:07] <hkrrsx> cross`: Excellent [21:08] <d3ngar> Hello, I'm not seeing a login screen when I try to connect trying XMDCP. [21:08] <d3ngar> I have created a new file lightdm.conf and added a section of XDMCP [21:09] <ObrienDave> mamece2, sorry, i no nothing about that error [21:09] <ph__> hy can you help me i m seaching for a routing log on ubuntu [21:09] <ph__> ?? [21:09] <ikonia> routing log ? [21:09] <ph__> yes [21:09] <ikonia> what's a routing log ? [21:10] <ph__> ok a routing software [21:10] <ikonia> what do you actually want to do ? [21:11] <ikonia> what's your actual problem/thing you want to solve [21:11] <cross`> can't check the disk /dev/sda5 in use :/ [21:11] <ph__> just to localise ip adress [21:11] <ikonia> localise IP addresses ? that doens't make any sense [21:11] <hkrrsx> cross`: Run ' umount -a ' and try again [21:11] <hkrrsx> cross`: If that doesn't work, reboot into single user mode (Recovery Mode) and try again [21:12] <ph__> ok thanks for your help !! [21:12] <EriC^^> hkrrsx: won't that try to unmount everything? [21:12] <hkrrsx> EriC^^ Thanks for pointing that out [21:12] <daftykins> bit of a blanket command indeed ;) [21:13] <hkrrsx> cross`: ' umount /dev/sda5 ' instead [21:13] <barfod> __________________________________________ [21:13] <barfod> My name is dlange and I am social engineer\ [21:13] <barfod> \ hacker moo bot. / [21:13] <barfod> ------------------------------------------- [21:13] <barfod> \ ^__^ [21:13] <barfod> \ (oo)\_______ [21:14] <ramen69> c-c-ccombo breaker [21:17] <cross`> hkrrsx: I tried but it stills tells me that it's used by another program [21:17] <cross`> I'm now in recovery mode [21:18] <guest-iy6OJD> hi [21:18] <cross`> wow te recovery mode isn't working :P [21:18] <hkrrsx> o.0 [21:18] <daftykins> cross`: use a properly booted live desktop session from a desktop ISO. [21:19] <cross`> I'm in initramfs [21:19] <cross`> :P [21:19] <daftykins> don't be. [21:19] <hkrrsx> cross`: Take daftykins' suggestion [21:20] <aliman> h everyone [21:20] <aliman> is anyone able to tell me the dd command in terminal for creating bootable usb stick? [21:20] <daftykins> yes [21:20] <rob_> hi, anyone know why i get 'sigining key fingerprint does not exist' when trying to install a package from a ppa i just created? [21:20] <daftykins> sudo dd if=/path/to/ubuntu.iso of=/dev/sdX bs=2M [21:21] <aliman> daftykins: thank you very much [21:21] <daftykins> np [21:21] <cross`> daftykins: the proper live cd has only those options: Install Ubuntu Server ; Multiple Server install with MAAS ; Check disc for defetcs; Test Memory; Boot from first hard disk; Rescue a broken system [21:21] <daftykins> obviously substitute sdX with the real flash drive [21:21] <daftykins> cross`: yes because that's a _server_ ISO - note where i said desktop? [21:21] <cross`> I chose the last one Rescue because the is only command line [21:22] <aliman> when i do this command will purge or erase everything on usb before installing the new boot? [21:22] <bagginsDK> Hello guys! I would like to know if there are major differences between Xubuntu and Ubuntu beside DE? I thought they were similar but i found out that kernel version is also different [21:25] <aliman> and which one is the command to show the devices? [21:25] <daftykins> aliman: it'll overwrite the first ~900MB, whatever the ISO size is. it won't necessarily affect the remainder of the drive [21:25] <daftykins> sudo parted -l [21:26] <aliman> thx. and is there any format usb cmmand or only by Disks? [21:26] <ObrienDave> bagginsDK, both flavors of the same release should have the same starting kernel version [21:26] <daftykins> aliman: to wipe the whole thing first? not really necessary [21:27] <crypt1d> j #rhel [21:27] <crypt1d> ups :) [21:28] <bagginsDK> ObrienDave, yes i understand that but as for the updates? I update both Ubuntu and Xubuntu but ubuntu was 3.16.... and Xubuntu was 3.13... [21:28] <aliman> when i want to format a usb stick like on windows...if i use disks when i need to format disk or volume? is there any difference? [21:30] <daftykins> aliman: whatever does the job [21:30] <daftykins> bagginsDK: kernel? 3.16 is ubuntu 14.04.2 or 14.10 - xubuntu must be 14.04 if it has a 3.13 kernel [21:31] <aliman> daftykins: i dunno about this, if i use format disk after format my laptop cannot mount usb anymore only if i format volume [21:31] <ObrienDave> bagginsDK, your Ubuntu started as 14.04.2 your Xubuntu started as 14.04.1 hence the different starting kernel [21:31] <aliman> daftykins: dunno why and which is the diff [21:31] <sad> Hi [21:32] <ObrienDave> bagginsDK, if you start with Xubuntu 14.04.2 it will be kernel 3.16 [21:32] <aliman> daftykins: i see that usb has 1 partition and if i use format disk will erase the part maybe thats why i cannot mount it anymore [21:32] <sad> I am using voyager. Slingscold is gone without reason [21:32] <ObrienDave> aliman, format has noting to do with erasing partitions [21:33] <daftykins> aliman: you're unnecessarily complicating this task, if you want this flash drive to be bootable with an ubuntu ISO - run the command i already gave, there is no need to format or do anything else. [21:33] <sad> Please can some one help me ? [21:33] <daftykins> !details | sad [21:33] <ObrienDave> voyager? slingscold? [21:33] <bagginsDK> ObrienDave: I can fully upgrade xubuntu/ubuntu with sudo apt-get upgrade? [21:33] <aliman> daftykins: i understood this already but i just ask in generaly [21:34] <daftykins> aliman: then i can't really follow you. [21:34] <ObrienDave> bagginsDK, i use apt-get dist-upgrade [21:35] <aliman> i wanted to use gnome but dunno whats the problem with it has some errors and problems [21:35] <yaclm> !ask | sad [21:35] <ObrienDave> bagginsDK, http://ubuntuhandbook.org/index.php/2015/02/ubuntu-14-04-2-lts-download-upgrade/ [21:36] <Pyhscript> are lubuntu questions ok here as this channel is more active then #lubuntu? [21:36] <ObrienDave> bagginsDK, instructions for upgrading Xubuntu 3.13 kernel to 3.16 [21:36] <daftykins> Pyhscript: sure [21:36] <bagginsDK> ObrienDave, thank you! [21:36] <Pyhscript> ok will i be able to run lubuntu on 448 mb of ram ? [21:37] <Pyhscript> !ask [21:37] <Pyhscript> !patience [21:37] <cross`> daftykins: could be Ubuntu Desktop Network Installer ? Or do I have to download full iso? [21:37] <crypt1d> you may be able to run it, but I doubt the installer will allow it [21:38] <daftykins> cross`: get the full ISO :) [21:38] <Pyhscript> crypt1d that is in response to me or cross? [21:38] <crypt1d> free -m shows about 700mb usage for me, and I have one or two memory intensive apps running (eg browser, skype) [21:38] <crypt1d> Pyhscript, you :) [21:38] <Pyhscript> oh :( [21:39] <crypt1d> you could try installing the minimal version of ubuntu, and then LXDE on top [21:40] <ObrienDave> !name [21:40] <Pyhscript> yea well problem is for that i need internet access right? and i use 3g and afaik i need packages for that [21:40] <cross`> Downloading to VM shell :P It will take a while :P [21:40] <Pyhscript> crypt1d [21:40] <ObrienDave> grrr wrong factoid [21:40] <crypt1d> Pyhscript, well yes [21:41] <crypt1d> I suppose you could setup your own repository on a local network but that might just take too much effort...its probably a lot easier if u just find a temporary internet connection to do your setup [21:41] <dadis> What game should I get? I'm leaning towards Civ but it seems that might be too time consiuming [21:41] <dadis> Or if anyone has a channel recommendation for this type of thing, thanx [21:41] <ObrienDave> get whatever game you like [21:42] <Wenzel_> hi ! [21:43] <Wenzel_> hi ! [21:43] <dadis> Wenzel_, is your name nathan? [21:43] <Wenzel_> x) [21:44] <Wenzel_> is it possible to install ubuntu-desktop from the ubuntu-server iso using preseeding ? [21:45] <Wenzel_> i would like to install ubuntu-desktop i a vm, with a script [21:45] <Wenzel_> i tried to use the ubuntu-desktop.iso but it's not working with preseeding [21:46] <daftykins> Wenzel_: you don't need to, just install normally then pick a desktop when tasksel runs [21:46] <daftykins> it'll download it all [21:46] <Wenzel_> i know [21:46] <Wenzel_> but it's not working here x) [21:46] <daftykins> why not? [21:46] <Wenzel_> i have this line in my preseed file [21:46] <Wenzel_> tasksel tasksel/first multiselect ubuntu-desktop [21:46] <daftykins> oh you're trying to somehow automate this? this isn't a one-time task? [21:47] <Wenzel_> nope [21:47] <Wenzel_> yes i would like to automate the process [21:47] <daftykins> i used two questions marks, which was nope to? [21:47] <daftykins> ok. [21:47] <daftykins> no idea then [21:47] <Wenzel_> :( [21:48] <Wenzel_> ok so first, can i automate the installation of ubuntu with the ubuntu desktop iso ? or do i have to use ubuntu server iso for this ? [21:52] <gabriel_> hi, can anyone help me reporting a bug? thanx in advance. [21:52] <daftykins> !bug [21:52] <daftykins> follow that, gabriel_ [21:52] <bekks> Wenzel_: you can automate every install. Whats the actual issue? [21:53] <bekks> Wenzel_: I am deploying various installation variants via kickstart and preseed. [21:53] <gabriel_> yeah, i read it but i don't know how to find out the proper package to report. it's a problem with the xfce apps menu [21:54] <Wenzel_> i would like t install ubuntu desktop, from the ubuntu-desktop iso [21:54] <Wenzel_> using preseeding [21:54] <bekks> Wenzel_: no big issue. [21:54] <Wenzel_> but when i try to pass the parameters to the kernel [21:55] <Wenzel_> i end up in the initramfs prompt [21:55] <bekks> Wenzel_: So which parameters do you pass? [21:56] <Wenzel_> preseed/url=http://.... and initrd=/casper/initrd.gz [21:57] <bagginsDK> Guys, i want you experience on something that bothers me. I am running a core duo laptop with ubuntu on it but i think that is overheating when using it (eclipse, firefox, youtube, filemanager). [21:57] <bekks> Wenzel_: Omit the initrd parameter. [21:57] <bekks> Wenzel_: And let me take a look at my setup :9 [22:01] <Wenzel_> thanks ! :) [22:08] <fnord> uniX67 [22:16] <HelpeRX> can someone tell me what the busid for this would be ? pci@0000:00:01.0 [22:16] <nicomachus> is there a channel for linux gaming? [22:20] <daftykins> HelpeRX: trying to create a xorg.conf? [22:20] <bekks> HelpeRX: BUS 0, HBA 0, Device 1, Target 0 [22:20] <HelpeRX> yea but i am lost [22:21] <HelpeRX> which one is my graphics [22:21] <daftykins> HelpeRX: so google for examples and then adapt them. [22:21] <HelpeRX> ci:0 description: PCI bridge product: 82P965/G965 PCI Ex [22:21] <daftykins> do not paste here. [22:21] <daftykins> !paste [22:21] <HelpeRX> description: VGA compatible controller product: 82G965 Integrated Graphics Controller [22:21] <HelpeRX> kk [22:21] <HelpeRX> well im just wondeirng [22:21] <HelpeRX> wondering* [22:22] <HelpeRX> stupid pixeleted screen at times [22:22] <daftykins> can you type more per sentence instead of using the enter key as punctuation? [22:22] <seg> will 'service unattended-upgrades restart' re-read '/etc/apt/apt.conf.d/50unattended-upgrades'? [22:23] <HelpeRX> not sure if its pci bridge, vga compatible controller, or memebory controller hub for the xorg.conf [22:23] <HelpeRX> my graphics card is a intel X300 or gma 950 but out of those three which goes in the xorg [22:23] <HelpeRX> for wanting to use graphics accel uxa? [22:24] <daftykins> HelpeRX: a graphics card is the VGA compatible controller. run "lspci | pastebinit" and share the link if you want confirmation [22:24] <daftykins> no idea what you're talking about with 'uxa' [22:25] <HelpeRX> well sna graphics accel is giving me pixelated screen [22:25] <daftykins> are you sure you're not just running your display at the wrong resolution? [22:26] <delinquentme> pg_dump model > model_`date +%Y-%m-%d`.sql ... will this do what I think it will ? [22:27] <HelpeRX> yea im sure since chrome freezes when using hardware accel [22:27] <HelpeRX> i know its the graphics issue [22:27] <delinquentme> Im looking to dump a DB, prepend it with "model_" evaluate the data in YYYYMMDD format and and append w ".sql" [22:29] <RDX4OO> HelpeRX, do u using the right graphic drivers? [22:29] <HelpeRX> yea [22:29] <HelpeRX> i even tried the intel graphics installer [22:29] <RDX4OO> HelpeRX, does it help? [22:30] <HelpeRX> nope still freezes unless i turn off gpu accel [22:30] <HelpeRX> but at time when using playonlinux or other apps the screen gets pixelated [22:30] <daftykins> touching the intel installer is a total waste of time [22:30] <czj193> i accidentaly ran a command i didn't understand and thought it would work on just one directory but acted on all. it brought all files in my home directory out to ~/. is there anything i can do aside from moving them one by one? [22:31] <czj193> find . -mindepth 2 -type f -exec mv "{}" . \; [22:31] <HelpeRX> I tried enabling uxa sna tearfree but no luck [22:31] <RDX4OO> cause your notebook is using an internal graphic unit [22:31] <HelpeRX> yes [22:31] <HelpeRX> its a old dell xps 210 [22:31] <hkrrsx> delinquentme: perhaps /join #bash or /join #sql for something like that [22:31] <RDX4OO> HelpeRX, the power of the igpu is not like nvidia or ati graphic unit [22:32] <HelpeRX> but on windows it has no problem [22:33] <RDX4OO> cause the drivers will work better on windows [22:33] <HelpeRX> and when i try to configure xorg ie stop lightdm X -configure it says the display does not match the screen [22:33] <seg> HelpeRX, so noaccel works, but not sna or uxa? [22:33] <HelpeRX> well uxa works better but once it goes to hibernate it locks up [22:33] <seg> have you tried the i915.semaphores=1 hack yet? [22:33] <RDX4OO> HelpeRX, maybe this will help u http://www.ubuntuupdates.org/ppa/xorg-edgers [22:34] <HelpeRX> yup [22:34] <HelpeRX> no go [22:34] <seg> How barebones is your conf file? you're not stacking everything all at once by any chance? [22:34] <daftykins> HelpeRX: at some point, are you going to provide the output to the command i asked you to run? :) [22:35] <HelpeRX> well dafty i switched to arch so i wuld have to install that util [22:35] <HelpeRX> ubuntu was kill the comp so arch has been better but still not perfect [22:35] <daftykins> HelpeRX: what is running on the computer now? arch? [22:35] <HelpeRX> yeah [22:35] <daftykins> HelpeRX: then why are you in here asking for help? [22:36] <HelpeRX> since i was using ubuntu the longest and was haivng the same issues and linux is universal [22:36] <HelpeRX> the community in ubuntu is the largest and i seem to get more help [22:36] <RDX4OO> HelpeRX, ok sry, so forget my last link pls [22:37] <daftykins> HelpeRX: no, when you are not using Ubuntu - you cannot ask for help in here, because that help will not apply to your system. Do you understand? [22:37] <daftykins> !arch [22:37] <daftykins> hmm no factoid [22:37] <HelpeRX> i have ubuntu on another partiton lol [22:37] <daftykins> HelpeRX: either install a supported Ubuntu or go to an Arch Linux channel. [22:37] <daftykins> oh do you now :P [22:37] <HelpeRX> yea [22:37] <daftykins> sorry, i'm done here. [22:38] <HelpeRX> like i said i was running ubunt the longest am using arch right now but i sitll have [22:38] <HelpeRX> it on the partiton [22:39] <HelpeRX> on the xorg should i be using Screen0 or Card0? [22:39] <RDX4OO> HelpeRX, do your notebook have 2 graphic units maybe? [22:39] <daftykins> you cannot ask for help to do with your arch install in here, understand? [22:40] <HelpeRX> like i said i sitll have it do yo uwant me to log out and log back in using ubuntu srlsly? [22:42] <daftykins> HelpeRX: yes, because you cannot ask for support for another distro in here. [22:42] <HelpeRX> k [22:42] <HelpeRX> brb [22:46] <HelpeRX> okay now Im on ubuntu happy lol [22:47] <ObrienDave> JUST a bit easier to help you ;P [22:47] <HelpeRX> ran that command 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) [22:48] <daftykins> ghetto intel 965 then, daym [22:49] <RDX4OO> oldschool gpu with accl? noway [22:50] <HelpeRX> why is that windows works jsut fine? [22:50] <HelpeRX> why cant linux [22:50] <lyndel_> hey guys [22:51] <HelpeRX> my macbook has the same graphics card a bit worse and no problems [22:51] <HelpeRX> i dont see the problem here but it works fine on windows [22:51] <lyndel_> i recently installed this ppa sudo ppa-purge ppa:ubuntu-x-swat/x-updates and its updates even if the proformace is much better i noticed that my game is crashing [22:52] <HelpeRX> and even though its a old grpahics card why the hell would a trivial task like browsing not work or opening a application [22:52] <RDX4OO> HelpeRX, cause the drivers work better on windows thats why [22:53] <HelpeRX> well why is that? [22:53] <lyndel_> i belive its a regression it worked fine before the update now when i go to a area with alot of players it crashes forcing me to go to windows load the game move back to a area or doungeon will less players log back into linux and then the game will load and play its a MMO [22:53] <daftykins> those old school intel ones have gone kinda wonky in the last few years, could be kernel regressions. [22:53] <seg> microsoft/intel collaboration and a competitive marketplace, HelpeRX [22:53] <HelpeRX> lol not really [22:53] <HelpeRX> you can say the same with amd [22:53] <lyndel_> i try to purge it but i get erros please help me guys [22:54] <seg> HelpeRX, yeah, you can. amd drivers suck, too. [22:54] <HelpeRX> so what drivers dont? [22:54] <lyndel_> guys?? [22:54] <hkrrsx> lyndel_: Please pastebin the errors and present them here [22:54] <nedc1> does anyone know if i can undo the command find . -mindepth 2 -type f -exec mv "{}" . \; [22:54] <kokut> Hello, anyone knows how to remove tracks from the cmus library? [22:54] <nedc1> i really messed up [22:54] <HelpeRX> linus said fuck you to nvidia? [22:54] <daftykins> drivers are not your answer, you don't just download and install other ones like in Windows land [22:54] <HelpeRX> so accoridng to you all drivers suck ? [22:54] <daftykins> HelpeRX: inappropriate language. [22:54] <HelpeRX> no linus said that [22:54] <daftykins> nedc1: #bash might be good for you [22:54] <HelpeRX> im quoting his words [22:54] <seg> HelpeRX, no, and I never commented on nvidia. Linus != Linux. [22:54] <daftykins> HelpeRX: i know - and i'm saying don't use language here :) simple [22:54] <ObrienDave> !language | HelpeRX [22:55] <lyndel_> pastbin site gives erors for me it freezes when i click paste [22:55] <RDX4OO> lyndel_, http://www.ubuntuupdates.org/ppa/xorg-edgers [22:55] <HelpeRX> sorry was just quoting an interview of linus [22:55] <HelpeRX> but i wont from now on [22:55] <hkrrsx> lyndel_: Try http://privatepaste.com/ [22:56] <lyndel_> wait what u mean? [22:56] <hkrrsx> lyndel_: You said you're getting errors when purging a ppa, right? [22:56] <lyndel_> yep [22:56] <hkrrsx> lyndel_: I'm asking that you re-produce the problem, copy the output and paste the results in that privatepaste.com website [22:57] <hkrrsx> lyndel_: Afterwards, copy the URL and post it here so we can see your results [22:57] <hkrrsx> Please [22:57] <HelpeRX> so basically your saying that my computer is incapable of running linux? and i have to use windows? [22:57] <HelpeRX> windows 8.1 64bit works fine lol but your trying to say ubuntu wont lmfao [22:58] <HelpeRX> i can even run leauge of legends with this ghetto card granted at medium to low settings but still [22:58] <RDX4OO> HelpeRX, nope [22:59] <RDX4OO> try the xorg-edger drivers [22:59] <daftykins> waste of time for intel. [22:59] <lyndel_> ok [22:59] <daftykins> HelpeRX: i wouldn't try and use youtube with an antique like that [22:59] <daftykins> ;] [23:00] <lyndel_> but why did u gave me that edgers site tho? [23:00] <HelpeRX> lmfao but league of leagends works just fine on it your saying youtube wont lmfao [23:00] <HelpeRX> dafty shh [23:00] <tripelb> I want a program that will let me see the size of directories so I can see where my storage is (dos had one called xtree, long memory, lol). -- Motivation, and then I can find a directory I "lost" through the strange wisdom of mouseover stuff. (How can I turn that off?) 14.04 gnome-classic (2D) [23:01] <zykotick9> tripelb: you might want to check out the terminal based, ncdu [23:01] <tripelb> also I have the Nvidia-whatever.run file but it wont run. This to install the proprietary driver. [23:01] <tripelb> zykotick9: OK [23:01] <hkrrsx> lyndel_: Excuse me? [23:02] <zykotick9> tripelb: just my opinion, but if you install that nvidia-foo.run you've "broken" your install, in my opinion... [23:02] <bekks> tripelb: Which GPU do you have? [23:02] <bagginsDK> Hi guys! Can someone explained to me the meaining of this phrase from acpi response? "4 switches to mode active at temperature 79.0 degrees C" than you! [23:02] <tripelb> bekks, what is a GPU? is it the hardware card? [23:03] <bekks> tripelb: Yes. [23:03] <tripelb> also my 14.04 is horribly slow. I dont know how to quantify the speed though. I mean even on desktop stuff. I am running in safe-graphics mode. This is a core2duo dell desktop. [23:04] <lyndel_> http://privatepaste.com/2d977612d2 this it? [23:04] <hkrrsx> lyndel_: Excellent, thank you [23:04] <tripelb> bekks, is this what you are asking for?http://xda-university.com/as-a-user/how-to-use-what-i-find-on-xda [23:05] <tripelb> oops bekks sorry paste again [23:05] <lyndel_> ok [23:05] <HelpeRX> anyways can someone help me create the xorg.conf since manually doing it i get the error the devices dont match the screen [23:05] <daftykins> tripelb: language has devolved to the point where people call graphics hardware a "GPU" alone now, despite obviously including more components such as RAM :) [23:05] <tripelb> bekks this is my graphics card. 01:00.0 VGA compatible controller: NVIDIA Corporation NV42GL [Quadro FX 3450/4000 SDI] (rev a2) [23:05] <hkrrsx> lyndel_: How did you get that error? As in, what command did you type to produce that error? [23:06] <tripelb> thanks daffykins. I remember you from YEARS ago. Thanks. [23:06] <HelpeRX> yea daffykins is helpful but his sarcasm is annoying lol [23:06] <lyndel_> i just used wine to play my game and i gave me that error so i saved it [23:06] <tripelb> bekks daffykins my graphics fan is also loud. [23:07] <hkrrsx> lyndel_: Can you rollback the updates you applied from that PPA since you suggested that's the cause of your games' crashing problem? [23:07] <lyndel_> i been trying too bu t i dont know how [23:07] <tripelb> bekks daffykins when I run with nouveau the open source driver the gui locks up. And I dont know how to kill it from shell and restart it. [23:07] <lyndel_> can u tell me how? am a noob at linux [23:08] <daftykins> !ppapurge | lyndel_ [23:08] <HelpeRX> so does bus info: pci@0000:00:02.0 equate to PCI:0:2:0? [23:08] <hkrrsx> lyndel_: Once again, daftykins to my rescue [23:09] <tripelb> more questions! how do I get a man or an info page for ncdu? [23:09] <ianorlin> tripelb: man ncdu [23:09] <ianorlin> but it needs to be installed [23:09] <lyndel_> but i tryed that? thats not the same thing as this? sudo ppa-purge ppa:ubuntu-x-swat/x-updates [23:10] <ianorlin> http://manpages.ubuntu.com/manpages/trusty/en/man1/ncdu.1.html [23:10] <ianorlin> is an online copy [23:10] <lyndel_> its not the same thing? [23:10] <hkrrsx> lyndel_: Did you install the right PPA for your version of Ubuntu ? [23:11] * tripelb saves the remove ppa from enabled list directions daffykins [23:11] <lyndel_> i used the one that steam told me to install from this [23:11] <lyndel_> https://launchpad.net/~ubuntu-x-swat/+archive/ubuntu/x-updates [23:11] <tripelb> lanorlin thanks [23:12] <hkrrsx> lyndel_: Believe it or not, there's a #ubuntu-x channel here on Freenode [23:12] <hkrrsx> https://launchpad.net/~ubuntu-x-swat [23:12] <hkrrsx> Perhaps you could drop this on them? [23:12] <lyndel_> but when i try to purge it it wont revert back and its telling me it will uninstall desktop and other things that i need [23:12] <lyndel_> what u mean is there no way to revert back? [23:12] <hkrrsx> lyndel_: I'm saying don't put all of your eggs in one basket [23:13] <hkrrsx> Ask them too [23:13] <lyndel_> ask them??? [23:13] <hkrrsx> lyndel_: daftykins has already provided the appropriate factoid on how to remove the PPA [23:14] <hkrrsx> If that doesn't work, you should ask your question in their #ubuntu-x IRC channel [23:14] <hkrrsx> Comprende ? [23:15] <lyndel_> confused [23:15] <tripelb> talk aabout slow. In FF I wanted to save the manpage and it seems to have just locked up. But hexchat marches on. [23:16] <hkrrsx> lyndel_: The PPA you installed is not default Ubuntu software, therefore you're not guaranteed an answer from this channel alone [23:16] <HelpeRX> can anyone tell me how to mark the bus id? [23:16] <hkrrsx> lyndel_: There is a different chat room specifically for that PPA [23:16] <hkrrsx> lyndel_: I'm saying, join their channel and ask your question in their room too [23:16] <hkrrsx> I'm not sure it can be made any clearer [23:16] <tripelb> FYI Topic for #ubuntu-x is: Before asking for help here, please file a bug report using 'ubuntu-bug xorg'. See http://wiki.ubuntu.com/X/Reporting for tips. [23:16] <lyndel_> how will i find that channel? [23:16] <Flannel> hkrrsx: Sounds like he's asking how to remove it, not for support for it. Don't be rude. [23:17] <HelpeRX> does 00:02.0 mean PCI:0:2:0 [23:17] <lyndel_> ok [23:17] <hkrrsx> Flannel: I assure you I'm not trying to be rude [23:17] <tripelb> lindel_ it depends on your client how you join but this will always work. /join #nameofchannel must have the / in column one [23:18] <Flannel> lyndel_: The reason simply removing it [23:18] <tripelb> lYndel_ it depends on your client how you join but this will always work. /join #nameofchannel must have the / in column one [23:18] <tripelb> lYndel_ it depends on your client how you join but this will always work. /join #nameofchannel must have the / in column one lyndel_ [23:18] <lyndel_> i understand [23:19] <Flannel> lyndel_: Which packages did you install from that PPA? [23:19] <kostkon> !tab [23:19] <tripelb> lyndel_: What I did is to r-click on the name of the channel in the backscroll like #ubuntu-offtopic so you can try that one. [23:20] <tripelb> kostkon: typos were my issue. :( but thanks [23:20] <kostkon> tripelb, no problemo [23:20] <lyndel_> i got into the channel but it seems unactive [23:22] <Flannel> lyndel_: Which packages did you install from that PPA? [23:25] <JoePineappels> hi everyone. trying to insall 14.04 on an HP Pavilion dv6000. Graphic installer makes the screen display go all over the place, artifacts and lines and stuff. Could anyone advise the best approach to install ubuntu on this laptop. (have tried Nomode on bootup already) [23:25] <JoePineappels> Bit of a newby here. [23:25] <bekks> !nomodeset | JoePineappels [23:26] <daftykins> JoePineappels: you can either try and get through the installation with nomodeset on subsequent boot attempts, or consider using mini.iso then installing desktop afterwards [23:26] <lyndel_> flannel [23:26] <lyndel_> this is what got installed http://imgur.com/yCkMtIu [23:26] <JoePineappels> daftykins thanks i will try the mini.iso. I tried nomodeset and it still went loopy on me. [23:27] <lyndel_> Flannel? [23:28] <MichaelTiebesl> hi there: im just curious waht irc you use on ubuntu? [23:28] * tripelb is installed ncdu [23:28] <tripelb> MichaelTiebesl: I use hexchat [23:28] <MichaelTiebesl> *irc client [23:29] <tripelb> MichaelTiebesl: what do you use? [23:29] <bekks> MichaelTiebesl: We all use the same IRC network. [23:29] <MichaelTiebesl> tripelb: thanks, Im now on quassel, im using kde at this moment. but i wanna go back to ubuntu soon [23:29] <bekks> MichaelTiebesl: KDE runs on Ubuntu, too. [23:29] <alimsn> guys is it gnome better then unity? is there any diff between the design? [23:30] <bekks> alimsn: The design is different. One is gnome, one is Unity. [23:30] <alimsn> besides sry not between :) [23:30] <bekks> alimsn: They are different desktop environments. [23:31] <tripelb> MichaelTiebesl: kde is a desktop not an irc client. [23:32] <MichaelTiebesl> tripelb: i know what kde is and what a irc client is, that was not my question [23:32] <tripelb> I am using gnome-classic but it is really unity underneath, right? WHat is mate, underneath? What is Ubuntu-gnome? [23:32] <bekks> MichaelTiebesl: quassel runs on Ubuntu, too. [23:32] * tripelb watches her head spin. [23:32] <MichaelTiebesl> bekks: but quassel is qt based [23:33] <bekks> MichaelTiebesl: Which doesnt matter at that point. [23:33] <tripelb> hexchat is nice. clear. simple. like xchat. pretty much like mirc. [23:33] <MichaelTiebesl> bekks: so i was looking for a gtk based IRC CLIENT [23:33] <bekks> MichaelTiebesl: Never used one, sorry. [23:33] <tripelb> MichaelTiebesl: bekks what does "a gtk based irc client" mean? [23:33] <alimsn> i tried gnome looks much better but i got some errors so i switched back to unity [23:33] <Flannel> lyndel_: Alright. Please pastebin the output of this command (just to see which of two ways of rolling this back is easier): `sudo apt-get --simulate purge libglapi-mesa xserver-xorg-video-ati libxatracker1 libosmesa6 xserver-xorg-video-nouveau libgl1-mesa-dri libgl1-mesa-glx xserver-xorg-video-radeon xserver-xorg-video-intel` [23:34] <hiexpo> MichaelTiebesl, xchat [23:34] <bekks> tripelb: A graphical client programmed by using a specific framework, named "gtk". [23:34] * tripelb realizes that this has outstripped my level and stifels. [23:34] <MichaelTiebesl> is polari still alive [23:34] <tripelb> bekks. that doesnt help alone. what is a framework. does hexchat use one, if so which? [23:35] <bekks> MichaelTiebesl: For 18 years on IRC, this is the first time I read "polari" as an IRC client. [23:35] <hkrrsx> !irc-clients | MichaelTiebesl [23:35] <MichaelTiebesl> bekks: https://wiki.gnome.org/Apps/Polari [23:36] <MichaelTiebesl> ubottu: thanks [23:36] <MichaelTiebesl> ubottu: me 2 [23:36] <Pyhscript> lol [23:36] <bekks> tripelb: hexchat uses GTK+ [23:36] <MichaelTiebesl> bekks: so after 18 years you found out? [23:36] <lyndel_> ok [23:37] <MichaelTiebesl> bekks: long time 18 years [23:37] <bekks> MichaelTiebesl: Yeah, but it looks like it is totally irrelevant to me, since I am using irssi for 18 years now. [23:37] <MichaelTiebesl> bekks: cheap answer [23:38] <daftykins> as exciting as IRC client convos go, perhaps getting back on topic would be wise :) [23:38] <bekks> MichaelTiebesl: No one guaranteed an answer that you like. [23:38] <lyndel_> wow [23:38] <tripelb> RE ncdu (FAIL, Why?) --> Setting up ncdu (1.10-1) ... $ ndcu No command 'ndcu' found, did you mean: Command 'ncdu' from package 'ncdu' (universe) ndcu: command not found [23:38] <ianorlin> tripelb: you need to install ncdu [23:38] <ianorlin> it isn't installed by defualt [23:38] <bekks> tripelb: ncdu != mdcu [23:39] <kostkon> !info ncdu [23:39] <bekks> tripelb: you had a typo. [23:39] <lyndel_> here it is http://privatepaste.com/73101e851a [23:39] <tripelb> I just did. that last link Setting up ncdu was the end of the install. bekks [23:39] <bekks> tripelb: ncdu isnt ndcu. [23:39] <steve> bekks: fyi irssi is not 18 years old [23:39] <tripelb> oh typo bekks [23:40] <lyndel_> u there? [23:40] <lyndel_> Flannel [23:41] <tripelb> steve bekks I remember using a shell client called irc [23:42] <Flannel> lyndel_: alright, please do this: `sudo apt-get install xserver-xorg-video-vesa` and then try the above command again. [23:42] <lyndel_> ok [23:43] <lyndel_> what next? [23:44] <Flannel> lyndel_: pastebin the output of the command [23:44] <Flannel> (again) [23:44] <lyndel_> ok [23:45] <lyndel_> this is it http://privatepaste.com/c1f0399968 [23:46] <lyndel_> am confused why cant i remove it without losing the important pakages my system need the desktop and others [23:46] <Flannel> lyndel_: Meh. Looks like we're not going to be able to get cute and get around this. We'll have to do it manually. OK. So, you still have the PPA enabled? or you removed it already? [23:47] <lyndel_> removed it [23:47] <Flannel> lyndel_: It's because you want to remove those packages you installed from the PPA, and all of the graphical stuff depends on those packages, so they'll get removed. This is the danger of PPAs. This is why PPAs are generally a horrible idea. [23:48] <Flannel> lyndel_: Alright, please run `sudo apt-get update` and then pastebin the output of the following command: `apt-cache policy libglapi-mesa xserver-xorg-video-ati libxatracker1 libosmesa6 xserver-xorg-video-nouveau libgl1-mesa-dri libgl1-mesa-glx xserver-xorg-video-radeon xserver-xorg-video-intel` [23:48] <lyndel_> steam told me to install it i was thinking it would be safe [23:48] <lyndel_> darn this sucks [23:48] <lyndel_> steam gaming client for linux told me to do it [23:49] <Flannel> lyndel_: They're generally safe if they're handled by a reputable group of people. But sometimes they need to do things with package versions that causes problems trying to roll-back (which is what we're currently dealing with) [23:50] <lyndel_> i was thinking it was supported by ubuntu so i used it [23:50] <Flannel> This sort of thing used to be handled by backports, and they were done in a way that was much easier to handle with the rest of the ecosystem. [23:50] <bekks> steam clearly is a 3rd party product [23:50] <Flannel> No, PPAs are never supported. [23:50] <lyndel_> darn [23:50] <Flannel> (and, not that it's on topic, but Canonical has done a disservice by making them so easy to add) [23:52] <lyndel_> http://privatepaste.com/cc4e80d474 [23:52] <lyndel_> here [23:53] <Flannel> lyndel_: Right, now the apt-cache policy command [23:53] <lyndel_> oh [23:53] <lyndel_> like this?? apt-cache policy libglapi-mesa xserver-xorg-video-ati libxatracker1 libosmesa6 xserver-xorg-video-nouveau libgl1-mesa-dri libgl1-mesa-glx xserver-xorg-video-radeon xserver-xorg-video-intel [23:53] <Flannel> lyndel_: yes, but do it in a terminal, and pastebin the result :) [23:54] <lyndel_> ok [23:55] <lyndel_> http://privatepaste.com/98caaeefaa [23:55] <lyndel_> thats it [23:59] <lyndel_> ni hioe?? [23:59] <lyndel_> no hope?
ubuntu-chat
2024-05-13T22:11:02.059960
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "ADhex", "ANJ7", "Appl3Kork", "BBLLCC", "Bashing-om", "BeerSerc", "Ben64", "BlueBerry16", "BluesKaj", "Cipher45", "Darkforce", "Desu", "Doc-Saintly", "Dowan", "DraQ0", "EriC^^", "Exogar", "F_r_e_e_m_a_n", "Flannel", "G^Hehe", "Guest125", "Guest21342", "Guest21477", "Guest61687", "Guest64779", "Guest8768", "Guest95986", "HelpeRX", "JinjaNinja", "JoePineappels", "Jordan_U", "King_Hual", "MichaelTiebesl", "MonkeyDust", "MrAristo", "MrRobinhood5", "Neldogz", "Nicollas", "NotACop", "Nyctophilia", "NymeriaFr", "ObrienDave", "OerHeks", "PCatinean", "PHPLearner", "Patrick_", "Pinchiukas", "Pyhscript", "Quenz", "RDX4OO", "SchrodingersScat", "Seveas", "Seven_Six_Two", "Skyrider", "Sramelyor3301", "Sunstar", "Sutieday", "TheC4mel", "Thenewone", "Voyage", "Wenzel_", "YvesLevier", "[n0mad]", "ablest1980", "agent_white", "ahmadi", "aliman", "alimsn", "alpha_1351awev", "ame_", "andreas", "angel", "apt-get", "archheretic", "arcsky", "arquebus", "ashemark", "asksalkc", "bagginsDK", "balboa", "barfod", "baxx", "bazhang", "bekks", "binoytv9", "bitnumus", "blackmatrix_ny", "bluzilla", "bodhi_zazen", "boomernang", "brent", "bubbak", "cfhowlett", "chapa", "chill_purr", "choki", "clmclm", "compdoc", "cross`", "crypt1d", "cuken", "czj193", "d3ngar", "dadis", "daftykins", "darius93", "delinquentme", "derpaderp", "dev3x", "deviantp", "docmur", "domenico", "ebernhardson", "egregius", "eletious", "elky", "erwin", "excalibr", "faugusztin", "firelover", "fnord", "gabriel_", "gennaro", "godrick", "guest-iy6OJD", "haizum_", "halfburnttoast", "harkirat", "headknot", "hh", "hiexpo", "hikenboot", "hkrrsx", "htqp", "hythem", "ianorlin", "ikonia", "ioria", "irkdoe", "jamend", "jason__", "jngd", "johan", "jonakpoka", "jrtappers", "jsje", "k1c14k", "karmaghia", "kart", "keags", "kennethv", "kennethvenken", "kokut", "kostkon", "kupi", "lambda2chi", "littlebit", "littlegirl", "lord4163", "lotuspsychje", "lyndel_", "m1dnight_", "mamece2", "mani_", "max_", "maxxer", "maziar", "meduze", "minerva", "mpthrapp", "nedc1", "neldogz", "nicomachus", "nonamae", "octavian", "olle", "omgitsmit", "pEYEd", "parazite_", "paul_743", "pavlos", "peleg", "ph__", "pi-", "potator", "prototypejesus", "pull_my_finger", "pybokeh", "qwuye", "r0x", "rahul_", "rai_", "ramen69", "redtimber", "riqi", "rob_", "roler", "ronieri", "root____5", "runningwithknive", "ryan_", "sad", "sadk12312", "sakdfhkjk", "sampson623", "saraz3s", "seg", "shadowandlight", "shadowguardian", "smcpn", "somsip", "stack_", "steve", "sundev70", "svetlana", "tripelb", "tsimonq2", "ubuthetechguru", "varaindemian", "verdeP", "vj", "wildc4rd", "wiz_", "xangua", "xpro256", "yaclm", "zero_coder", "zykotick9" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu.txt", "channel": "#ubuntu" }
2015-04-04-#ubuntu-cn
[00:02] <^k^> 新 系统安装和升级 • Ubuntu11.10 16核安装后只显示1核 http://forum.ubuntu.org.cn/viewtopic.php?t=469262 大家好,两台一样配置的服务器,都是两颗cpu,分别8核,可是安装完毕后一台查阅正常,另外一台只显示一个cpu一个核心,重启开机界面识别正常。 谁知道这是什么原因导致的?在不重装的前提如 [00:02] <^k^> ─> 何让系统识别正常?? zz: lqq1633 — 2015-04-04 2:54 [01:28] <^k^> 暂无新帖 讲个笑话吧: 竟然是图片 http://i4.xiaohua.fd.zol-img.com.cn/t_s600x5000/g4/M03/0B/00/Cg-4WVI2r7KIByHFAAB0UNQUyMYAALrUQEOM-gAAHRo714.jpg 这就是得罪女人的后果 [01:47] <jiero> roylez_: http://www.sz-ica.com/upload/editor/20140910211713_88771.jpg [01:53] <^k^> 新 启动和引导 • 移动硬盘中的Ubuntu在其他电脑上无法运行 http://forum.ubuntu.org.cn/viewtopic.php?t=469263 我在自己的笔记本上可以通过“从USB启动”进入移动硬盘中的Ubuntu 但是在其他电脑上却不行,会进入“grub> ”界面,用网上的http://blog.chinaunix.net/uid-27037833-id-3235145.html类似的方法也没用。 [02:29] <^k^> 新 GTK+和QT • QT设置同一个Ui下不同Widgets的信号连接 http://forum.ubuntu.org.cn/viewtopic.php?t=469265 我的ui如下,一共有三个widgets,LineEdit、SpainTextEdit、TextEdit,分别为上中下如图所示 我希望实现一个功能,在your input中输入的字符能够在Candidates中即时显现出来,一开始想创建一个新的线程,但 [02:29] <^k^> ─> 是新的线程无法调用主线程的GUI(不可重入),所以考虑信号槽机制,代码如下: Code: … [03:16] <jusss> 做了一个很奇怪的梦,和一个很漂亮的中性女生结了婚,可是婚后一直没有性生活,然后她kill me ,然后我又复活了,好奇怪 [03:18] <yeahnoob> 还能复活,游戏搞多否 [03:18] <jusss> 不玩游戏了 [03:19] <jusss> 只是感觉好奇怪好像看了个电影 [03:40] <jusss> github攻击还没停? [03:43] <gfxmode_> http://item.jd.com/1090380.html [03:43] <^k^> gfxmode_: ⇪ 【星火打气筒】星火 多功能铝合金 XH-103 自行车 篮球通用打气筒【行情 报价 价格 评测】-京东 pp: 29.00 [03:44] <gfxmode_> 我准备买这个打气筒,主要是便宜 [04:29] <^k^> 新 初学者园地 - 14.10 • 登录系统时反复出现密码输入框 http://forum.ubuntu.org.cn/viewtopic.php?t=469266 系统是14.04,安装过搜狗输入法,发现不好使,于是卸载掉了,是在软件中心里卸载的,重启后就出现了反复输入密码无法登录的情况。 虽然现在我是通过U盘启动盘修复了系统,没事了,但抱 [05:56] <^k^> 暂无新帖 讲个笑话吧: http://i1.xiaohua.fd.zol-img.com.cn/t_s600x5000/g4/M00/0B/00/Cg-4WlI2rsGII_uLAAC7ix_9nicAALrTgIxOGEAALuj531.jpg 过来!给爷剔个牙 [06:18] <anti-unix> hellooooooooooooooo [06:48] <anti-unix> 没人在吗? [06:54] <^k^> 新 初学者园地 - 14.10 • 【求助】是系统更新出问题了吗?已截图求解 http://forum.ubuntu.org.cn/viewtopic.php?t=469268 RT:已截图,不知道是什么情况 zz: MrScarecrow — 2015-04-04 14:54 [06:56] <^k^> 新 因特网相关软件 • 关于lftp的一个问题 如何在ls时显示出类似一个标记并且可以直接选择呢 http://forum.ubuntu.org.cn/viewtopic.php?t=469269 问题来源及解释:就是在访问学校的服务器的时候,大多数的目录和文件都是中文的,虽然在cd 或者get 时可以切换中文输入法来选择相关文件或目录,但 [08:00] <noie> 各位好,我乱删内核,把grub弄坏了。 [08:01] <noie> 现在grub中只有win和MemTest。 [08:02] <noie> 我想用命令行引导Ubuntu,但是在网上找不到资料。 [08:02] <jusss> noie: 没内核启动不了了 [08:03] <jusss> noie: 但是可以启动win [08:03] <jusss> 不过我还是建议你重装系统算了 [08:03] <noie> 没有都删光,我还剩了三十多个。 [08:05] <noie> 我分钟内没有回复,我就只能重装系统了。 [08:18] <yangtongxue> hi all 请问下 我想实现WEB认证 在认证页放广告 大家麻烦指教一下 THX [08:19] <yangtongxue> 路由没有WEB 认证功能。 [08:20] <gebjgd> noie, 昨天不是告诉你了么 [08:21] <gebjgd> noie, 都告诉你了要留一个内核 [08:21] <taozhijiang> microcai: 在不啊 [08:22] <noie> 我记得我留了三十多个,但是grub菜单中却没有。 [08:22] <gebjgd> noie, 无法进系统了? [08:22] <gebjgd> noie, livecd chroot [08:22] <taozhijiang> 我们群里面的那个机器人叫啥子来的啊 [08:23] <taozhijiang> slip [08:23] <noie> grub可以显示菜单,但是没有Ubuntu启动项。 [08:24] <noie> 也许是菜单出了问题,也许是真的全删光了。 [08:24] <gebjgd> noie, livecd chroot [08:25] <noie> 应该不用吧?grub的命令行应该够用。 [08:26] <^k^> 暂无新帖 讲个笑话吧: http://i1.xiaohua.fd.zol-img.com.cn/t_s600x5000/g3/M07/00/08/Cg-4V1I2sQGIXdHXAACeYU0b0sIAALrKwIU8F0AAJ55891.jpg 师太,你就从了老衲吧 [08:27] <taozhijiang> ^k^: 你是谁 [08:28] <noie> ^k^:好久不见。 [08:29] <yangtongxue> 大家能给个关键词么 [08:29] <^k^> taozhijiang, .. 休息一下 .. 16:29 [08:29] <yangtongxue> :( [08:30] <^k^> noie, [08:30] <jusss> 30多个内核??? [08:31] <gebjgd> jusss, *ubuntu系列老版本内核都在本地 [08:31] <noie> 从14年初安装之后,就没删过内核。 [08:31] <jusss> gebjgd: 我13年arch,现在内核还是就3个... [08:32] <gebjgd> jusss, arch会删除 [08:32] <gebjgd> jusss, 而且没有版本好 [08:32] <gebjgd> jusss, 而且没有版本号 [08:34] <noie> Arch可以安装在arm核心的Chromebook上吗? [08:34] <gebjgd> noie, debian arch fedora都有arm的源 [08:37] <noie> gebjgd 我说的是市面上出售的arm Chromebook,三星的那个。 [08:37] <gebjgd> noie, debian arch fedora都有arm的源 [08:37] <touparx> noie: 30个多个内核?系统装了多久啊? [08:37] <gebjgd> noie, 你买的win电脑就不能装Linux了? [08:37] <gebjgd> noie, 怎么还是那么糊涂 [08:38] <noie> Arch是否有合适的驱动。 [08:38] <touparx> noie: 我猜可能不是有洁癖的给boot单独分区 [08:38] <gebjgd> noie, 驱动是内核的事情 [08:38] <noie> touparx 一年多。 [08:39] <touparx> noie: s/可能/肯定 [08:40] <gebjgd> touparx, 是他删的太多 [08:42] <touparx> gebjgd: 嗯嗯 [08:54] <microcai> .... [08:54] <microcai> 谁叫我? [09:11] <jusss> gebjgd: 你们老外多长时间换次手机? [09:49] <^k^> 暂无新帖 讲个笑话吧: 生日快乐 : 女性好友生日,我们四个人商量零点发一条"生日快乐"给她,一人发一个字,我领到了第二个。 结果,他们都没发。 [10:01] <^k^> 新 Ubuntu 12.04 LTS • 古董机除了能做文件服务器还有什么用? http://forum.ubuntu.org.cn/viewtopic.php?t=469272 古董机,老到送人都没人要的机子,决定发挥一下余热做个文件服务器玩玩,目前暂时只配置了,SSH,NFS,SAMBA,FTP ,配置完后打算用tar做个备份,负载竟然这个样子……,老到命令行都 [10:01] <^k^> ─> 够慢的了……,不知道还能怎么折腾一下?各位有什么好的建议和玩法吗? 004.jpg 005.jp … [10:04] <gebjgd> jusss, 和国内一样 [10:40] <jusss> 有人用gnus没? [10:41] <jusss> 怎么设置gnus的Gcc ? [10:52] <hoxily> jusss: http://www.gnu.org/software/emacs/manual/html_node/gnus/Ma-Gnus.html 真GNUS [10:53] <^k^> ⇪ ti: Ma Gnus - Gnus Manual [10:54] <jusss> hoxily: 太难看懂了 gnus的变量设置 [10:55] <jusss> 参数tmd多了 [10:58] <hoxily> jusss: Gcc是什么东西? [10:59] <jusss> hoxily: 一个header, 设置发送的邮件存储在哪 [11:07] <hoxily> 好复杂 [11:24] <^k^> 暂无新帖 讲个笑话吧: 竟然是图片 http://i1.xiaohua.fd.zol-img.com.cn/t_s600x5000/g4/M01/06/08/Cg-4WVJWHQCIR_zNAAfPtjPAaD8AAMZDwEtHWoAB8_O047.gif 太恐怖了,胆小的哈友勿点 [13:58] <^k^> 新 桌面特效 • 求助!alt+f2+r提示未找到位置 http://forum.ubuntu.org.cn/viewtopic.php?t=469279 debian系统,在gnome classic和xfce下就不行,提示could not open location. 'file:///....' 但是在默认主题下就正常,请问杂解决呢?新手,求帮助,谢谢. zz: debfans — 2015-04-04 21:46
ubuntu-chat
2024-05-13T22:11:02.101191
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "^k^", "anti-unix", "gebjgd", "gfxmode_", "hoxily", "jiero", "jusss", "microcai", "noie", "taozhijiang", "touparx", "yangtongxue", "yeahnoob" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-cn.txt", "channel": "#ubuntu-cn" }
2015-04-04-#ubuntu-app-devel
[03:34] <bzoltan> ogra_: I just talked to asac about the snap integration to the SDK. We start the work next week. So please feel free to collect eature requests like this and send them to me. [11:36] <ogra_> bzoltan, dude !! you talked to asac at 5am on a saturday ... about work stuff ??? [11:37] <ogra_> (or are my timestamps crazy) [16:03] <bzoltan> ogra_: 16 tons, brother, 16 tons :) [17:41] <foo-script> Hi guys :) [17:42] <foo-script> I do not know where can I find sources for apps which are delivered in standard Ubuntu phone installation, e.g. phone, clock, ... [17:43] <foo-script> is anybody here? [17:52] <foo-script> uh :( [17:53] <Se7> foo-script, ubuntu store [18:00] <foo-script> sources in store? :o [18:01] <Se7> lol sorry now i saw :) [18:01] <Se7> i don t know sorry :( [18:01] <foo-script> I think I got it. Found the sources on Launchpad [18:01] <DanChapman> foo-script: they are all located on launchpad [18:02] <DanChapman> foo-script: https://launchpad.net/ubuntu-system-apps and https://launchpad.net/ubuntu-phone-coreapps [18:16] <foo-script> DanChapman: Thanks a lot! [18:17] <DanChapman> foo-script: no problem :-) [22:32] <doneill> Hi all, is there a reference for deploying QML Components to a Touch device?
ubuntu-chat
2024-05-13T22:11:02.104666
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "DanChapman", "Se7", "bzoltan", "doneill", "foo-script", "ogra_" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-app-devel.txt", "channel": "#ubuntu-app-devel" }
2015-04-04-#ubuntu-devel
[00:31] <doko> apw, ogasawara: would be nice to announce such changes ... https://launchpadlibrarian.net/201982759/buildlog_ubuntu-vivid-amd64.armhf-cross-toolchain-base_1.107_BUILDING.txt.gz [00:42] <infinity> doko_: They didn't change anything, I slimmed down the chroots a bit and there's a missing build-dep, apparently. [00:44] <infinity> doko_: Looks like the kernel correctly build-deps on cpio, FWIW, it's just missing for *-toolchain-base, because our chroots used to have initramfs-tools in them (because of upstart), and do no longer. [00:45] <doko_> infinity, ahh, ok. can you fix these? (and maybe apply multilib-stage1.diff before) [00:46] <infinity> doko_: If it turns out to be a more widespread problem in the rebuild, I'll re-add cpio to vivid's chroots (and pull it out again in vivid+1)... I already readded the non-Essential procps because too many things seem to expect it. [00:47] <infinity> doko_: And yeah, I can play with *-toolchain-base. I should have done so right after I got glibc 2.21 in anyway. [01:04] <aeoril> darkxst are you not going to release the fix for bug 1315442 for vivid? [01:06] <sarnold> aeoril: looks like 0ubuntu3 was released 57 minutes ago: https://launchpad.net/ubuntu/+source/gdm [01:07] <aeoril> sarnold oh, foolish me - I just saw that! Thanks! [01:07] <aeoril> sarnold and now the paperwork ... :) [01:10] <aeoril> sarnold I saw this - "I have uploaded to trusty and utopic, please add the SRU paperwork when you can." and only now realize those two were in there and not vivid because they are backports, I guess [01:11] <aeoril> darkxst ^ [01:11] <sarnold> aeoril: right, though as vivid gets closer to release, at some point I think they'll start requiring the full sru dance for uploads for it, too [01:12] <sarnold> ..maybe it's just an okay from the release team. I don't normally work on the devel branch, much there is new to me :) [01:13] <aeoril> sarnold lots of fun, though - I am digging this! It feels good to be starting to get used to some of the tools - feeling more oriented [01:13] <sarnold> aeoril: woot \o/ [01:14] <aeoril> sarnold \o/ :) [01:14] <darkxst> aeoril, its already released in vivid [01:14] <darkxst> see the bots comment, above mine [01:15] <aeoril> darkxst yes, I saw that - I was confused by that one email, but got it now. Thanks! [01:15] <darkxst> SRU's only start after the final release [01:16] <sarnold> oh, thanks [01:22] <aeoril> darkxst also, now I know when I reply to the generated e-mails, they make comments, so I will watch that as well. I am a little shell-shocked tonight from a long day - going on 18 hours now today. Time for some relaxation - the SRU paperwork looks like tomorrow afternoon, but it will get done. [03:26] <aeoril> darkxst I did the SRU "paperwork", but in doing so am a little worried whether I always called the script with "sudo" in my testing. I think so, but am a little nervous about that - I did not put "sudo" in the test descriptions as I wrote them when I uploaded the debdiff patches and made the comments, so I am a little worried about that [03:26] <aeoril> darkxst I think not putting "sudo" was an oversight, but just not absolutely sure [03:27] <aeoril> (in the comments when I uploaded the debdiff patches) [03:28] <aeoril> darkxst anyway, please let me know if the sru info seems good to you [03:28] <darkxst> aeoril, wouldnt worry about, anyone reviewing the sru, is likely going to know when or not to use sudo [03:30] <aeoril> darkxst ok, thanks. I'll be interested what you think of how I wrote the SRU stuff - I hope I did it right [03:30] <darkxst> its good, way more verbose than needed, but thats fine [03:31] <aeoril> darkxst unfortunately, throughout my career I have fought the tendency to be highly verbose and almost always lost :( [03:32] <aeoril> darkxst anyway, I will keep that in mind next time and try to keep it shorter ... [03:34] <aeoril> darkxst basically, when writing, words flow out of me like a sieve lol [03:37] <darkxst> aeoril, I noticed! [03:38] <aeoril> darkxst lol I have always been (in)famous for that (inequity)quality ;) [03:38] <aeoril> darkxst I'll try better to put a cap on it [03:40] <aeoril> darkxst when I am not a computer guy, I do writing and editing on the side, so it can actually be good that I a lot easily for those pursuits [03:40] <aeoril> write a lot* [03:40] <darkxst> I don't suppose it matters too much, just makes it take longer for your to write it! [03:41] <aeoril> darkxst the problem is it also makes it longer for the reader to slog through it! [03:41] <aeoril> (or, just give up and not read it at all) [03:42] <darkxst> yes, I barely read it, just skimmed over and picked out the relevant bits [03:43] <darkxst> most of my SRU's are around 20lines ;) [03:43] <aeoril> darkxst yes, that is what most people do with my writing lol - I am quite aware of it after almost 30 years of experience with myself [03:43] <aeoril> darkxst I can keep a cap on it if I remember to watch out for it, though - just my natural self if I do not watch out is very verbose [03:43] <darkxst> the human minds seems pretty good at sifting out the important bits from the faff! [03:44] <aeoril> faff? [03:45] <aeoril> "wheat from the chaff" [03:45] <darkxst> all the extra details that arent really required [04:03] <darkxst> aeoril, 3 lines ;) http://pastebin.com/PJ63JbKv [04:04] <darkxst> but the extra details don't hurt [04:06] <aeoril> darkxst thats too funny! :) But, there are some gotchas that need to be considered in the testing that I cover that you don't [04:06] <aeoril> darkxst I can still learn! :) [04:08] <darkxst> I don't actually get why there would even be a difference between running /etc/init.d/gdm and ./gdm from that path (there shouldnt!) [04:09] <darkxst> though if its failing silently, then the stderr is probably redirected to some log in that case [04:09] <aeoril> darkxst I actually did some extensive probing into that and found out some of the reasons, but that was over a month ago. Nevertheless, it is real and happens. It should not, but does. Parsing command line stuff badly, IIRC or something like that [04:10] <aeoril> (pulling commands out of the command line, but not doing it robustly, etc) [04:10] <darkxst> dash can be a weird beast sometimes, but this doesnt like one of them [04:10] <aeoril> "doesn't like one of them"??? [04:11] <darkxst> ^look like] [04:12] <aeoril> poor parsing technique in the actual sysv scripts, I think, but I do not think I ever completely nailed down exactly what was going on [04:13] <aeoril> techniques* [04:13] <darkxst> aeoril, there a lots of corner cases, when it fails strangely on bash syntax [04:14] <aeoril> darkxst it was quite a tree of scripts when I was delving into it! [04:14] <darkxst> ("it" being dash) [04:14] <aeoril> darkxst I meant "it" being the sysv scripts [04:16] <aeoril> darkxst there was some fairly elaborate scripting going on in those scripts beneath gdm [04:19] <infinity> darkxst: 20 lines? You ovrachiever. Most of my SRU boilerplate looks like "[Justification] See original report [Test Case] Try to run it. Does it work? You friggin' win. [Regression Potential] Might set your house on fire." [04:20] <darkxst> aeoril, I don't know where that script came from, but if it has bash-isms, its likely to have problems [04:20] <darkxst> infinity, see my 3 line version about 20 lines up in the scrollback! [04:21] <infinity> darkxst: Ahh, indeed. That's more like it. :) [04:22] <darkxst> I probably should have said 20 lines would be the max length ;) [04:23] <infinity> darkxst: Well, I've had some elaborate ones where the test case is really brutal or the regression potential is actually worth a discussion, but most SRUs are really quite simple. [04:23] <infinity> (THankfully) [04:24] <darkxst> infinity, agreed, but the point was aeoril's is about 200 lines longs ;) [04:25] <infinity> darkxst: I accepted his SRUs before he updated the bugs. I'm now afraid to go read. ;) [04:25] <infinity> Oh wow. [04:25] <infinity> aeoril: Have you considered a career as a tech writer? [04:26] <aeoril> infinity are you being facetious? My effort seems to have fallen flat ... [04:26] <infinity> aeoril: A little bit, perhaps. :) [04:27] <infinity> aeoril: But that level of verbosity could come in handy, say, for help with the release notes in a couple of weeks... [04:27] <infinity> *cough* [04:29] <aeoril> I have done a lot of tech writing during my career - probably hundreds of pages, if not thousands overall, as part of my duties as a software engineer during all phases of development, including requirements, test cases, bug reports - just about every part of where writing needs to be done. Most of my time has been spent coding and debugging, but tech writing was still a big part of [04:29] <aeoril> things [04:30] <aeoril> infinity hook me up! I think I might be a good fit for that, and like writing as well as editing other peoples writing. I write and edit on the side, sometimes for money anyway. That may be a very good fit for me actually at Ubuntu [04:32] <aeoril> infinity I worked in enterprise, government and military, so tech writing was an oft used skill for any developer in those environments [04:32] <darkxst> aeoril, ubuntu GNOME release notes are generally sparse [04:32] <darkxst> no one has started on the final ones yet [04:32] <infinity> darkxst: That's okay, he can help write both yours and mine, I don't mind. We'll share him. [04:33] <darkxst> infinity, perfect! [04:33] <aeoril> lol I feel like the kid claimed by two women King Solomon said to cut in half ... [04:34] <darkxst> aeoril, don't take it so seriously then ;) [04:34] <infinity> aeoril: The sawing in half comes after the release. [04:34] <aeoril> darkxst I was joking ... [04:35] <darkxst> infinity, is half a person going to be eligible for ubuntu membership in the future though, that seems a little problematic! [04:35] <aeoril> infinity if you are serious about me doing some technical writing, where would I get started with that? [04:36] <aeoril> infinity I am actually very interested in that [04:36] <aeoril> (I really enjoy writing) [04:36] <infinity> aeoril: Well, we have a doc team that probably has all sorts of docs on how to contribute. But none of them seem to contribute to my release notes, so those end up written by frustrated release managers 20 minutes before we ship. :P [04:37] <infinity> And, while I'm clearly no slouch with this whole English business, writing release notes is about my least favourite thing in the world. [04:37] <darkxst> infinity, we don't even have that, the doc team refuses to recognise flavours [04:37] <aeoril> infinity you are talking specifically not about Ubuntu but more gnome? [04:38] <infinity> darkxst: I feel your pain, and a beer is in the mail. [04:38] <darkxst> aeoril, infinity is Ubuntu, I am GNOME [04:38] <infinity> aeoril: I'm talking about all the Ubuntu flavours, though my bias is to the "main" release notes that cover all the core bugs and new features in Ubuntu in general. [04:39] <aeoril> infinity I might give it a shot. Definitely a different direction than where I was going, but I might like it [04:40] <infinity> aeoril: Anyhow, I'll nudge you about it closer to release week. I'm sure we'd all appreciate some help from someone who actually enjoys writing and editing, rather than what most of the flavour release managers do, which is copy and paste some bug reports, scream "THAT'S TOTALLY GOOD ENOUGH, LA LA LA" and run off to the pub. [04:40] <infinity> Which is a natural response after the week of pain we go through to get there. [04:41] <aeoril> infinity whould this be steering me into the arena of a "release manager" then? [04:42] <infinity> aeoril: Nah, that's an entirely different role. [04:42] <aeoril> good [04:42] <darkxst> aeoril, community members can't really do that [04:42] <infinity> darkxst: That's not true, lots of the release team is community (well, all of them, depending on your world view). [04:43] <aeoril> anything with the word "manager" in it strikes me with fear and loathing [04:44] <infinity> aeoril: Depends on the flavour, but most release management is really just technical steering. It's a position of trust (and holds many keys to the kingdom), though, so comes well after upload permissions and earning trust from your peers, etc. [04:44] <darkxst> infinity, I meant the actual releases, not the release team [04:44] <darkxst> that requires access to secret canonical servers no ? [04:45] <infinity> darkxst: Well, yeah, the final button mashing is something we still have to do internally, because of how the infrastructure is laid out, but we've got that down to mostly a no-brainer. [04:45] <aeoril> infinity sounds like an honorable thing then [04:45] <infinity> darkxst: Really, that bit takes me only a few minutes per flavour, so I don't really think about it anymore. It's all the other crap we (as a team) do leading up to it that's work. :) [04:47] <aeoril> infinity thanks for recognizing some value in what I did and offering me something I may be really interested in. A great manager can match the right talent with the right job [04:47] <infinity> darkxst: Say, why are you not core-dev? [04:50] <darkxst> infinity, I probably dont have enough time for that! still be meaning to put my -desktop team application in [04:51] <infinity> darkxst: Well, core-dev doesn't imply uplading every package in main tomorrow, just the ability to do so without being sponsored. :P [04:51] <infinity> darkxst: Which, I'd guess you've got enough history for at this point. [04:52] <infinity> darkxst: (And my motivation for asking was because I was pondering if you'd make a good addition to ~ubuntu-release, but because of the permissions that team gives, I won't invite non-core-devs, since it allows you to bypass upload rights) [04:54] <darkxst> infinity, most of my work has been within ubuntu-desktop sure there would be some core-dev packages in there though [04:55] <darkxst> I don't really check which are the difference, since I don't have upload rights for either [04:56] <darkxst> but my MOTU application was knocked back with your too GNOME! [04:56] <infinity> darkxst: Hah. Well, that's curious. Maybe I should have stood for a DMB position this term. [04:57] <infinity> darkxst: I mean, it's fair that if all of someone's contributions can be covered by a package set, then that's the safe set of permissions to give them. But people maintaining major DEs like xfce and gnome tend to need to mangle packages that aren't theirs quite often, IME. [04:57] <infinity> Since we all share a bunch of stuff in core. [04:58] <darkxst> infinity, none of that is in the flavour packagesets though [04:59] <darkxst> ours is dismall, http://people.canonical.com/~ubuntu-archive/packagesets/vivid/ubuntugnome [04:59] <infinity> darkxst: Exactly, nothing in core can be in flavour packagesets, so once a flavoury person finds they've had to touch those packages often enough and have proven competence in doing so, I'm all for them being a bit less flavourful in their permissions. [05:00] <darkxst> infinity, and nothing in -desktop either, though pretty sure I will get that now, if I can actually make a meeting [05:00] <darkxst> its like 5am or so here [05:03] <infinity> darkxst: Just learn to live timezone-free, like I do. [05:03] <infinity> (don't do what I do, it's apparently really bad for you) [05:04] <darkxst> infinity, I need my sleep, had chronic fatigue syndrome, days don't go so well If i don't sleep at night! [05:05] <infinity> darkxst: I'm pretty sure I need sleep too, I just rarely get any. [05:13] <aeoril> infinity what is your main role in the Ubuntu community? [05:13] <darkxst> infinity, I get all sick and stuff If I do that ;( [05:14] <infinity> aeoril: Jack of all trades, master of two or three. [05:15] <aeoril> infinity yes, I saw you are a member of a heck of a lot of things on your launchpad page ... do you work for canonical? [05:15] <infinity> aeoril: I do, yes. [05:15] <aeoril> infinity do they pay you to work there? [05:15] <infinity> They keep me fed, yes. :) [05:16] <Unit193> Ah so it was a choice between food and sleep. Good choice, you made. [05:16] <infinity> Heh. [05:16] <aeoril> darkxst I also need my sleep now - not so much when I was younger [05:18] <darkxst> aeoril, are you saying I am young? that is unlikely [05:22] <aeoril> Unit193 remember when you tried to get me interested in vala? [05:23] <Unit193> Sounds like me to mention it at least, yep. [05:23] <aeoril> Unit193 I ran into some of it in a bug I was trying to fix (gnome stuff) [05:24] <aeoril> It reminded me of you and the ubuntu beginners team [05:25] <Unit193> Heh. [05:26] <aeoril> darkxst no, nothing meant about you - just me being older now [05:30] <darkxst> aeoril, quite a few gnome apps are [05:30] <darkxst> written in vala [05:30] <darkxst> none of the core though, thats all pretty much C [05:31] <darkxst> with a touch of JS, for the shell [05:37] <aeoril> darkxst yes, I remember you mentioning I might be a good fit for parts of Gnome because of my Javascript background ... [05:37] <aeoril> I have C and Javascript, so might be a good match (I could learn Vala) [05:38] <darkxst> its not really standard JS, somewhat customised [05:39] <darkxst> its the firefox spidermonkey engine with a bunch of custom hooks [05:39] <aeoril> darkxst I was just about to ask the question to your answer :) [05:39] <darkxst> aeoril, there you go, upstream want me to maintain gjs [05:41] <aeoril> darkxst hmmm ... I had aspirations of Kernel/Driver, then tech writer, now gjs - oh me oh my, so many choices! What to do! :D [05:41] <darkxst> gjs is 100% C [05:42] <darkxst> but it enable the custom JS bindings, most of the code if enababling gobject-instrospection [05:42] <darkxst> s/if/is/ [05:43] <darkxst> aeoril, just do what you enjoy! [05:44] <aeoril> darkxst I am very fortunate - I enjoy just about everything technical! [05:44] <darkxst> (I've been pulled from that a little, given the lack of manpower in Ubuntu GNOME ;( ) [05:54] <aeoril> darkxst infinity I'm off to slumberland. Thanks again for all you help yesterday and today. Good night. [05:54] <aeoril> your* [06:40] <dupondje> Just installed the new Ubuntu, but something should be changed in the installer imo. [06:40] <dupondje> It asks crypt password BEFORE it asks keyboard layout [06:41] <dupondje> So you need to enter a password before your keyboard is set correctly (ok you can change it manually in the menu bar .. but not that user-friendly) [07:43] <Noskcaj> dupondje, Since not everyone is around at the moment, could you please file a bug asking for that to be changed? [13:11] <psusi> could someone please merge this fix for a critical bug before the 15.04 release? It's been waiting for quite some time: https://code.launchpad.net/~psusi/ubuntu/vivid/grub-installer/fix-efi-multi-disk-installs/+merge/247772 [13:52] <tjaalton> hm no psusi.. uploaded grub-installer with that fix [19:09] <tjaalton> psusi: i've uploaded the fix [20:17] <psusi> tjaalton, thanks [20:20] <psusi> now if someone more familliar with ubiquity could take a look at this release critical blocker of a bug, that would be great: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1418706 [20:20] <psusi> I have a strong suspicion that the underlying breakage is more far reaching than the simple use case in which it was originally detected, which alone is very serious
ubuntu-chat
2024-05-13T22:11:02.110674
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Noskcaj", "Unit193", "aeoril", "darkxst", "doko", "doko_", "dupondje", "infinity", "psusi", "sarnold", "tjaalton" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-devel.txt", "channel": "#ubuntu-devel" }
2015-04-04-#ubuntu-ops
[02:32] <KatelynTaylor> hi [02:32] <KatelynTaylor> how can i be an op [02:33] <holstein> https://wiki.ubuntu.com/IRC/IrcTeam/OperatorRequirements is a good place to start, KatelynTaylor [02:33] <KatelynTaylor> Would if i am a well known troll? [02:36] <KatelynTaylor> my name is katelyn taylor [02:45] <Unit193> !canibeanop [02:45] <Unit193> !canibeananop [02:45] <Unit193> :P [05:17] <Unit193> Someone needs poked in #u. [21:19] <elky> valorie: i have to go out soon :-/ [21:20] <elky> this quantum guy is going to PM people with sob stories and begging for attention [21:21] <valorie> sounds lovely elky [21:22] <valorie> please go out and have fun or be productive or whatever [21:22] <elky> pretty sure i had to tell him last time that we're not a companion service [21:22] <valorie> lol [21:22] <valorie> I very rarely allow PMs [21:34] <Unit193> elky: Can you update the ops factoid for that channel? see -irc? [21:35] <elky> later, we're walking out the door now [21:35] <elky> ciao [21:36] <Unit193> Byebye.
ubuntu-chat
2024-05-13T22:11:02.114670
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "KatelynTaylor", "Unit193", "elky", "holstein", "valorie" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-ops.txt", "channel": "#ubuntu-ops" }
2015-04-04-#ubuntu-qc
[16:39] <YvesLevier> Bonjour à tous. J'ai quelques questions qui procrastinent, là. Svp faites-moi signe si qqun est disponible :)
ubuntu-chat
2024-05-13T22:11:02.117888
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "YvesLevier" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-qc.txt", "channel": "#ubuntu-qc" }
2015-04-04-#launchpad
[12:00] <pboldin> hi there. I made an upload attempt to the https://launchpad.net/~pboldin/+archive/ubuntu/nm using the provided command and a `changes' file from updated package but still got no email confirmation [12:01] <pboldin> can it be due to the different emails (in change log and signature) and email of the account? [13:02] <wgrant> pboldin: 2015-04-03 23:45:12 INFO Failed to parse changes file '/srv/launchpad.net/ppa-queue/incoming/upload-ftp-20150403-234423-070277/~pboldin/nm/network-manager-applet_0.9.8.8-0ubuntu4.3~fixed_source.changes': Signing key E894659ED041390502D7D9518516F309DB5965F9 not registered in launchpad. [13:02] <wgrant> I see that the key is registered now, but was it before? [13:02] <pboldin> wgrant: oh, i just registered it. can you please remove this submission [13:02] <wgrant> pboldin: It's been rejected. You just need to upload it again. [13:03] <wgrant> (you may need to use dput -f to override the local "already uploaded" check) [13:03] <pboldin> wgrant: thanks! [13:31] <pboldin> wgrant: now i'm getting 'signing key fingerprint does not exist' errors [13:31] <wgrant> pboldin: From where? [13:31] <pboldin> wgrant: from sudo add-apt-repository ppa:pboldin/nm [13:31] <wgrant> pboldin: It can take up to half an hour after the first upload for the key to be generated. [13:32] <pboldin> wgrant: oh, okay. so i just have to wait [13:32] <wgrant> pboldin: Yeah, just for your first PPA. [19:48] <CarlFK> I am trying to package https://github.com/timvideos/gst-switch so I can put a version in my PPA. I am trying to follow https://www.debian.org/doc/manuals/maint-guide/first.en.html [19:49] <CarlFK> but I am stuck on $ wget http://example.org/gentoo-0.9.12.tar.gz cuz there is no tarbal. I could make one, but that seems odd. [19:51] <mapreri> CarlFK: it's normal business. when upstream does not release tarballs we just create one (just be sure to use --exclude-vcs to remove any git-related file) [19:51] <mapreri> some people use `git archive`, but I've never gone down that route [19:52] <CarlFK> mapreri: k. git archive... hmm.. I may as well look into that. thanks [19:52] <mapreri> CarlFK: also note that github create a .zip and a .tar.gz for every tag: https://github.com/timvideos/gst-switch/releases (but they might be too old to be considered) [19:55] <CarlFK> mapreri: neat. this thing doesn't work yet, so I doubt there are any of those [19:56] <mapreri> CarlFK: there is one, but give that it's in quickly development you really want to package from git. just create a tarball. I suggest you to use a versioning like 0.0.0+20150404.$commitid, though that might be too verbose for your needs and you can strip the $commitid part [19:57] <CarlFK> for now I am just trying to get something on my PPA so that I have something to update when it is working well enough to say "try it, I have it on my PPA" [19:58] <CarlFK> right now "try it, it's on github and really, the install is pretty easy, just read the README. I think. let me know if you have problems." and pretty much everyone has problems cuz we is sloppy [20:04] <CarlFK> mapreri: so I need both the source files in the dir and the tarball? (I was expecting dh_something to make the tar for me [20:05] <mapreri> dh controls the build process, not the tarball creation. [20:06] <mapreri> CarlFK: and yes, you need a tarball, "the source files in the dir" is just the tarball + the debian directory [20:07] <CarlFK> hmm.. this looks like it wants all the files: [20:07] <CarlFK> $ wget http://example.org/gentoo-0.9.12.tar.gz [20:07] <CarlFK> $ tar -xvzf gentoo-0.9.12.tar.gz [20:08] <CarlFK> from https://www.debian.org/doc/manuals/maint-guide/first.en.html 2.8. Initial non-native Debian package [20:08] <mapreri> that's what I said [20:08] <mapreri> (maybe not that clear, I meant '"the source files in the dir" is just the [unpacked] tarball + the debian directory') [20:09] <CarlFK> ah, unpacked. [20:09] <mapreri> :) [20:13] <mapreri> CarlFK: and then maybe you should also take a look at git-buildpackage https://wiki.debian.org/PackagingWithGit#Upstream_import_methods (but then, personally I prefer to work importing tarballs in a debian-specific repository, i'm not confortable in cloning upstream's repo and adding a debian branch, but someone do that...) ← this is only a tool, you definitely want to follow what you are following before starting learning this tool, but then i [20:13] <mapreri> t may become your main weapon. [20:15] <CarlFK> neat. and thanks for the "definitely want to follow" advice. I always wonder where I should be starting [20:17] <mapreri> CarlFK: from my POV it's pointless learning to use a wrapper of a wrapper of a wrapper of a wrapper, when you know nothing of what lays in the bottom [20:24] <CarlFK> mostly agree. except I don't want to know how CPUs work ;) [20:25] <CarlFK> relocating. bb in 20 min. thanks for the help so far.
ubuntu-chat
2024-05-13T22:11:02.135248
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "CarlFK", "mapreri", "pboldin", "wgrant" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23launchpad.txt", "channel": "#launchpad" }
2015-04-04-#kubuntu
[01:47] <Felishia> Kate is being damn slow >:c [01:47] <Felishia> help! [01:48] * Felishia throws a brick at the laptop [01:49] <Felishia> comon! kate, you can do it, you can read the txt file! [02:02] <gunndawg> I just switched to Kubuntu 14.04 from Ubuntu and I am having screen tearing. How can I correct this? I'm using an Nvidia GTX 760 [02:09] <kalessandro> hello [02:17] <commongeek> hi [02:17] <kalessandro> has anyone any idea which network manager is best so that it won't randomly stop working? [02:17] <kalessandro> wifi won't stop working * [02:19] <commongeek> hum... did you reinstall Kubuntu on your computer? [02:20] <commongeek> i the past? [02:20] <commongeek> in the past? [02:21] <kalessandro> well, no. I had ubuntu and wifi seemed to work ok. [02:24] <commongeek> ok, it may be a bug in kde it self not your computer ,because it also happen to as well i had ubuntu and it worked fine then when i got Kubuntu it seems to have that issue . [03:03] <fayaz> hi [03:04] <fayaz> i'm having trouble configuring my touchpad. it doesn't seem to be responding to the kde control panel settings [03:22] <alex______> How can I fix xorg server? I've installed fglrx driver and afterwards I decided I want to go back with open-source driver. But, when I went back, I can't start X anymore unless I'm in recovery mode. [03:22] <alex______> It states that it can't find any screen [03:49] <oatsaka> seems like the latest update fixed my stability issues with plasma5 *fingers crossed* [04:19] <firewire419> hello [04:51] <me> hello [04:52] <Guest40411> need help with printer driver [04:53] <Guest40411> my driver will not install [04:53] <Guest40411> printer is lexmark z2390 OS is kubuntu 14.04 [04:54] <Guest40411> If I knem which verssion of Debian is used I might find a driver [04:54] <firewire419> 1.9 [04:55] <firewire419> debian 8 [04:55] <Guest40411> are you saing that debian 1.9 is the langage used for kubuntu 14.04 [04:55] <firewire419> yes [04:58] <Guest40411> my system has debian 6.0. debiangnu/ linux. debiamgnu/linux 5 wiall any of theses connect my lexmark x2390 [04:58] <firewire419> yes [05:00] <Guest40411> debian 6. debiangnu/linux 4. debiangnu/linux 5 whaich would be best [05:02] <Guest40411> these are the only debian drivers on my pc [05:02] <valorie> debian is not a language [05:03] <valorie> and kubuntu doesn't use a version of debian [05:03] <valorie> Guest40411: try alt+f2 and type printer [05:04] <Guest40411> I am looking for a driver to run my lexmarkz2390 printer. The UBUNTU version on the lexmark site is too old [05:04] <valorie> that should open the driver manager for you [05:04] <valorie> well, if the lexmark site doesn't have a proper version, how will anybody else? [05:05] <Guest40411> I am looking for an alternative driver. [05:05] <valorie> in general, drivers come from the repositories, *not* various websites [05:06] <Guest40411> A generic driver would do [05:06] <Guest40411> Even if not all functions avaialble [05:08] <valorie> which is why I suggested the printer kcm [05:09] <valorie> krunner (alt+f2) will take you to the correct part of systemsettings [05:09] <valorie> if you just type "printer" [05:09] <Guest40411> I have lexmarkz2390 [05:09] <valorie> in the textbox [05:09] <valorie> so you said [05:12] <valorie> hints here might help, if you don't like my advice so far: http://ubuntuforums.org/showthread.php?t=1477154 [05:13] <valorie> lexmark has a very dark reputation, I'm afraid [05:13] <Guest40411> kcm is not listed in my printer drivers [05:14] <valorie> sorry, kcm is lingo for kde control module [05:14] <valorie> !printer [05:17] <Guest40411> cups are mentioned in the installed drivers, but not for z2390, but for others z's [05:18] <valorie> it may be you have to download and install it from their website, following advice found here: http://ubuntuforums.org/showthread.php?t=1477154 [05:18] <Guest40411> The recommended driver on the Lexmark website is too old and will not install [05:19] <Guest40411> hence looking for alternative [05:19] <valorie> well, if lexmark doesn't supply a driver.... [05:20] <Guest40411> Are you saying that if Lexmark does not have a driver I will not be able to print. Are there genric or text alterniatives [05:21] <valorie> i'm saying that lexmark has a very bad reputation for a reason [05:22] <valorie> they make it difficult to impossible to write /use such a generic driver [05:22] <Guest40411> Are there alternative drivers that might work, evn partially [05:22] <valorie> and if they won't supply a usable one.... [05:22] <valorie> as I said, that ubuntuforum thread may offer good advice [05:23] <Guest40411> ok. Thank you for helpinh [05:23] <valorie> I suppose you could install an older version of Ubuntu in a VM [05:23] <Guest40411> apologies for my typing [05:23] <valorie> and print from there..... [05:23] <valorie> np [05:23] <Guest40411> goodnight [05:24] <valorie> niters [05:24] <valorie> sorry we were not able to get your printer working for you [09:26] <oliviert> Good morning. [09:30] <spanston> Hello guys, how are you doing? I'm new on Kubuntu (beta 2 vivid) [09:30] <spanston> and I wonder how I can install redshift software? [09:46] <kaidelong> is there any way to switch to a different ubuntu in place and deselect this one so that the packages can be cleaned? [09:46] <kaidelong> Kubuntu 14.10 LTS is giving me too many problems and I'm hoping newer drivers might help [09:47] <kaidelong> 14.04* [09:50] <soee> kaidelong: newer driver for ? [09:50] <kaidelong> I'm not sure. kubuntu-update-notifier crashes all the time and I'm getting X server hangs, the latter at least suggests newer graphics drivers might help [09:51] <kaidelong> well [09:51] <kaidelong> many of KDE's daemons and services crash with zeal [09:51] <kaidelong> akonadi-launcher just did, whatever that is [09:52] <kaidelong> text mode seems fine [09:52] <kaidelong> I guess I could try upgrading to Kubuntu 14.10 first [09:54] <kaidelong> I guess I'll do that and leave Trusty Tahr behind [09:55] <soee> kaidelong: jump to 15.04 :) [09:55] <kaidelong> soee: how is plasma 5? AFAICT the main reason it's not stable yet is that stuff isn't all ported away from Qt 4 and you need both Qt and Qt 5, am I right? [09:56] <soee> well yes, but im using it 3 or 4 months already [09:56] <kaidelong> I actually would be perfectly fine keeping two versions of Qt on the system so if it's not super buggy and rough around the edges [09:56] <soee> i have not bigger issues with it [09:56] <kaidelong> alright [09:56] <kaidelong> I will give it a try although I'll have to look up how to do that [09:57] <kaidelong> enable pre-releases? [09:57] <soee> kaidelong: well there are some bugs that might annoy you like you are not able to logouot atm [09:57] <kaidelong> oh that is pretty annoying [09:57] <kaidelong> that happens sometimes here too [09:57] <soee> kaidelong: but this shoudl be fixed soon as not much tme left to final release [09:57] <kaidelong> kdm manages to log me into a KDE desktop without actually giving the KDE desktop any ability to authenticate things and I have to reboot from the console [09:58] <soee> in vivid we have sddm [09:58] <soee> oh kaidelong one imporant thing - sddm atm does not cooperate with nvidia-prime [09:58] <kaidelong> I use intel-hda-graphics [09:58] <soee> so if you have laptop with optimus tech, you wont be able yo use nvidia gpu [09:59] <soee> kaidelong: ok, im running intel also atm as cant select nvidi [09:59] <kaidelong> I don't have NVidia optimus so I guess I don't have to worry too much [09:59] <soee> kaidelong: my thoughts: if you have such big problems with trusty, give vivid a try [09:59] <soee> should be much better [10:00] <kaidelong> how do I do that? enable pre-releases in muon update manager? [10:00] <soee> kaidelong: please keep in mind that old configuration files might - but also might not - cause probems with plasma5 [10:00] <soee> (some files from ~/.config and ~/.kde) [10:01] <kaidelong> maybe I should just reformat / and install from disc, then [10:02] <kaidelong> I don't really lose anything doing that [10:02] <soee> kaidelong: in my opinin that would be teh best way to make all things for as excpected [10:03] <soee> kaidelong: if you decide to do it, and will be running Vivid, give us some info how it works for you and how you like it so far [10:04] <kaidelong> sure thing, thanks for the advice [10:04] <soee> kaidelong: one more thing, after vivid is release soon it shoudl get update to Plasma 5.3 [10:04] <soee> so a lot more bugfixes and new eatures should land here :) [10:05] <soee> kaidelong: before installation please check the list of known bugs since beta2: https://wiki.kubuntu.org/VividVervet/Beta2/Kubuntu [10:05] <soee> so you will know what problems eventialy you can find [10:06] <soee> some of them might be fixed already though [12:35] <kaidelong> soee: would you be kind enough to give me a link to an ISO having 15.04 with plasma 5? [12:35] <kaidelong> I'm in a desparate situation and I can't use a browser [12:36] <soee> kaidelong: Beta2: http://cdimage.ubuntu.com/kubuntu/releases/vivid/beta-2/ or daily: http://cdimage.ubuntu.com/kubuntu/daily-live/current/ [12:40] <kaidelong> oh wow [12:40] <kaidelong> it booted [12:40] <kaidelong> I'm still here [12:43] <soee> ;] [12:46] <serpelle> welcome [12:50] <soee> hiho serpelle [12:55] <serpelle> hi soee [13:15] <rosco_y> I have a hd that I share with (I select Windows or Ubuntu in Grub) when I select the drive in dolphin, it connects as /media/ross/7F37BDE50AC51E59. When I try to mount this to /mnt/DATA using sudo mount /media/ross/7F37BDE50AC51E59 /mnt/DATA the message I get is "/media/ross/7F37BDE50AC51E59 is not a block device". What am I doing wrong? [13:17] <rosco_y> I want to set this up so it automatically mounts here because I want to share a mysql data directory on this drive, (between Windows and Ubuntu) [13:18] <rosco_y> oh, I think I see the problem [13:18] <rosco_y> would it be because my 7537...etc is actually an extended partition [13:19] <rosco_y> aw shoot, someday I suppose I'm going to have to understand this stuff.... [13:20] <MoonUnit`> i usually use ntfs-3g to mount ntfs partitions [13:32] <georgelappies> hi all, I downloaded the plasma next icon set from here: https://github.com/NitruxSA/plasma-next-icons and extracted it to to: /usr/share/icons however I cannot select Breeze as the icon theme. Does this only work on KDE5? [13:32] <georgelappies> I am currently running 4.13.3 - 14.04 LTS [13:39] <soee> georgelappies: probably it wont work ouside plasma 5 [13:40] <georgelappies> thanks soee [13:49] <dougl> how can I tell if I am running 64 or 32 bit 14.04 - I did a dist-upgrade adn a tonne of shtuff was updated (google earth compelled me) [13:52] <MoonUnit`> run 'uname -p' if it says x86_64 its 64 bit [13:53] <dougl> MoonUnit`, thanks :) [14:23] <gie> hello, when i install virtualbox (current version from the hp) under kubuntu 14.04 the installer removes programs like pidgin, xchat and many more without asking [14:23] <gie> what can be the problem? [14:26] <gie> the virtualbox version from the reposetory ist really old, 4.3.10, the one from the homepage 4.3.26 always removes other programs, how can i safely upgrade to the current virtualbox version on kubuntu 14.04 any ideas? [14:35] <Sergiobh> Hey all. This is my first time in this chat. Someone knows if the package palsma-netbook will be in kubuntu 15.04? [14:43] <BluesKaj> Hey folks [14:47] <BluesKaj> mucking about on W7 'til the important updates are done [14:59] <Voyage> I have googled a lot and found no answer workable answer to this question: How to downgrade from php 5.5.9 to php 5.4 in ubuntu [15:00] <Sergiobh> bye [15:37] <Voyage> I have googled a lot and found no answer workable answer to this question: How to downgrade from php 5.5.9 to php 5.4 in ubuntu [17:33] <deepwell> türkçe bilrn varmı yardıma ihtiyacım var [17:44] <soee> !tr
ubuntu-chat
2024-05-13T22:11:02.151800
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "BluesKaj", "Felishia", "Guest40411", "MoonUnit`", "Sergiobh", "Voyage", "alex______", "commongeek", "deepwell", "dougl", "fayaz", "firewire419", "georgelappies", "gie", "gunndawg", "kaidelong", "kalessandro", "me", "oatsaka", "oliviert", "rosco_y", "serpelle", "soee", "spanston", "valorie" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23kubuntu.txt", "channel": "#kubuntu" }
2015-04-04-#ubuntu-us-ak
[14:12] <os2mac> sup?
ubuntu-chat
2024-05-13T22:11:02.153711
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "os2mac" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-us-ak.txt", "channel": "#ubuntu-us-ak" }
2015-04-04-#ubuntu-za
[00:46] <captine> so.. i wish it was possible for Canonical to not use Microsoft product for the backoffice. looks like they use Navision for their finance application -- based on the job adds for AP managers.... Yip.. my daughter got me up and now I cannot sleep, so what can I say.... [04:23] <Kilos> morning all [04:43] <Symmetria> morning [06:16] <pieter2627> Hi all [06:18] <Kilos> hi pieter2627 [06:26] <Kilos> jy lekker vroeg [06:27] <pieter2627> nee, dis al laat :P [06:27] <Kilos> haha die ander slaap nog dink ek [06:28] <Kilos> o nee miskien op pad winkels toe al [06:28] <pieter2627> ja, kan wees [06:29] <Kilos> skuus dat ek min smiles gebruik, dit meen ekstra soek wat om te tik [06:29] <Kilos> smileys-emoticon goed [06:29] <Kilos> :D [06:30] <Kilos> daai ene die maklikste [06:31] <pieter2627> haha, reg. ek gebruik net as dit lyk of my boodskap dalk nors kan wees, of n grap misgelees gaan word [06:31] <Kilos> lol [06:46] <Kilos> pieter2627 you said something about fixing the glug link or site or something are you up here in the vaal with us? [06:47] <Kilos> glug.za seems to have died , only froztyza and some of our guys still show there [06:50] <pieter2627> No, I only went through the links to find a loco/UG in Pretoria [06:52] <Kilos> oh then welcome by us. pro and i and gremble and a few others are also in pta [06:52] <Kilos> and mopkop [06:53] <pieter2627> oh, thanks [07:48] <captine> morning [08:00] <Kilos> hi captine [08:00] <Kilos> sorry , was reading up on 5g [08:01] <Kilos> and easter load shedding on the cards [08:12] <pieter2627> The jumbotron should only be visible on the home page, right? (inetpro mentioned something about it yesterday) [08:13] <Kilos> lol i dont even know what that is [08:13] <Kilos> youll have to wait for him or fly to come on [08:14] <Kilos> oh maybe captine knows too [08:14] <pieter2627> The jumbotron is the african images at the top of pages - africanSite [08:14] <Kilos> look at the za site and see whats there [08:15] <Kilos> https://ubuntu-za.org/ [08:15] <Kilos> we can follow that [08:16] <pieter2627> ok [08:16] <Kilos> and use whatever from there that will be helpful [08:18] <Kilos> oh superfly i forgot, i should have used your and pros words to me. there is no retirement date in your contract [08:19] <Kilos> or no retirement clause [08:21] <Kilos> oh that has no jumbotron thing? [08:21] <pieter2627> It has... sort of (just not the same) [08:22] <Kilos> oh [08:23] <Kilos> we also have to find a map of africa to add a link to i think. weve had peeps from other countries ask where are we [08:23] <Kilos> and when we reply in south africa they ask what country is that in [08:28] <Kilos> looks like geography isnt a common subject all over [08:28] <pieter2627> yea, common error of non-za peeps not to discern south from southern [08:29] <Kilos> i dont know the legalities about using links to other sites [08:29] * pieter2627 hides in shame as he is sometimes included in that [08:29] <Kilos> hahaha [08:30] <pieter2627> using links to other sites?? [08:31] <Kilos> let me find the one i had in mind [08:32] <Kilos> had a nice mape of africa with country names even though one was mispelled [08:32] <Kilos> i was thinking that map of africa button could point there [08:33] <Kilos> something like http://www.worldatlas.com/webimage/countrys/af.htm [08:34] <Kilos> or http://www.mapsofworld.com/africa/ [08:36] <pieter2627> How about http://jqvmap.com/ [08:36] <pieter2627> or something similar [08:37] <Kilos> i dont know , ill ask fly. i thought one that showed all the country names would be good but lets hear what he says [08:38] <inetpro> good mornings [08:39] <Kilos> hello inetpro [08:39] <pieter2627> Ok, we should just maybe look for a svg one to be able to edit as we want [08:39] <Kilos> inetpro read and catch up [08:40] <captine> sorry, been distracted [08:40] <Kilos> np [08:40] <captine> Kilos, my knowledge is not great. what might I know??? :) [08:40] <inetpro> pieter2627: I think those images in the jumbotron should only be relevant on the home page, and the fly acknowledged it as a bug that he wants to sort out [08:41] <Kilos> about the jumbotron thing [08:41] <inetpro> the jumbotron on the ubuntu-za homepage is different [08:41] <pieter2627> Ok, am busy with the jumbotron so will too it same (to hide) as the ubuntu-za site [08:43] <inetpro> ahh, so you have figured where the difference comes in? [08:44] <pieter2627> yea, jumbotron should be moved from base.tmpl to the index.rst (will now test) [08:45] <inetpro> Kilos: cool, nice to know another handyman around? [08:45] <Kilos> yeah very lekker [08:46] <Kilos> handymen [08:46] <Kilos> if im slow blame tara [08:46] <inetpro> captine: you have some learning to do :-) [08:47] <Kilos> hehe [08:47] <inetpro> Kilos: has she got herself a new PC? [08:47] <Kilos> ya a nice one [08:48] <Kilos> amd quad with 16g ram [08:48] <inetpro> nice! [08:48] <inetpro> and OS? [08:48] <Kilos> 7 [08:48] <Kilos> sigh [08:48] <inetpro> ai! [08:49] <Kilos> old pc has ubuntu on [08:49] <pieter2627> oops, moving doesn't work so will use my initial approach to check if is home page [08:49] <Kilos> but rugger time she use her cellphone to comment [08:50] <inetpro> with 16GB RAM, tell her to install Virtualbox from www.virtualbox.org [08:50] <inetpro> then she can at least install ubuntu on the sidelines [08:50] <inetpro> her new machine should handle it with a smile [08:52] <inetpro> pieter2627: no problemo, take your time [08:52] <inetpro> am sure you'll figure it out eventually [08:53] <pieter2627> already have, then just wanted to do it same as za site [08:53] <inetpro> ok [08:55] <inetpro> pieter2627: push it to a branch asap so we can see what you did [08:55] <pieter2627> in 5min [08:55] <Kilos> i also wanna seeee [09:02] <pieter2627> inetpro: https://code.launchpad.net/~pieter2627/ubuntu-africa/jumbrotron-edits [09:02] <pieter2627> Hope it's ok as it's my first cont to any proj (might have to work on commit messages) [09:03] * inetpro downloading [09:07] <inetpro> pieter2627: it works [09:07] * inetpro created a blank new page join-us and it doesn't have the jumbotron [09:07] <Symmetria> aalston@home-server:~/bgp.process$ time ./process [09:07] <Symmetria> Processed 541689 total prefixs [09:07] <Symmetria> Total addresses found: 3752755175 [09:07] <Symmetria> 3752755175 Total Networks [2830910208 transit] [921725362 peered] [119606 local] [09:07] <Symmetria> my code works ;p [09:08] <Symmetria> real 0m0.287s [09:08] <Symmetria> wheeeeeeeeeeeeeeeee [09:11] <inetpro> pieter2627: intereresting if statement [09:11] <inetpro> if rel_link(permalink, '/index.html') == "#": [09:11] <pieter2627> inetpro: got it from base_helper.tmpl [09:12] <pieter2627> it what is uses to add the active class to navbar [09:12] <inetpro> nice job! [09:13] <Kilos> inetpro simplify the how to for me so i know how far i must got with bzr before i look at links [09:13] <inetpro> uh, sorry? [09:14] <Kilos> i done the whoami and login from Projects/ubuntu-africa [09:14] <inetpro> Kilos: you do that once only man [09:14] <Kilos> oh [09:15] <inetpro> Kilos: cd ~/Projects/ubuntu-africa && bzr branch lp:~pieter2627/ubuntu-africa/jumbrotron-edits [09:15] <Kilos> ty sir [09:16] <inetpro> then to the virtualenv activate thingy and run nikola build [09:16] <inetpro> oh, obviously after cd jumbrotron-edits [09:17] <Kilos> do we use that long command of moppies? [09:18] <inetpro> pieter2627: so are the changes in theme.css and theme.js really necessary? [09:19] <pieter2627> inetpro: they are for the image-credit at the bottom of the jumbotron [09:19] <inetpro> ah [09:19] <pieter2627> Some change its layout [09:19] <pieter2627> other remove dup styles by using existing classes [09:22] <Kilos> sjoe slim kind [09:23] <pieter2627> oh, the reason for the body padding has been commented [09:24] <pieter2627> Just made a last commit for some other spacing relating to the jumbotron [09:25] <inetpro> cool, can you do three more things for me before submitting the branch for review [09:26] <pieter2627> sure ?? [09:26] <inetpro> create two pages with 'nikola new_page' [09:26] <inetpro> 1. Chat With Us [09:26] <inetpro> 2. Join Us [09:27] <inetpro> then edit conf.py and change the link "Get Ubuntu" to go to http://www.ubuntu.com/download [09:27] <inetpro> down't worry about the content for now [09:27] <inetpro> don't* [09:27] <Symmetria> aalston@home-server:~/bgp.process$ ./process [09:27] <Symmetria> Processed 541689 total prefixs [09:27] <Symmetria> Total addresses found: 3752755175 [87.38% of possible space] [09:27] <Symmetria> 3752755175 Total Networks [2830910208 transit] [921725362 peered] [119606 local] [32.56% peered+local] [09:28] <Symmetria> YAY! Finally! [09:28] <Symmetria> that code was a pain in the ass to write ;p [09:28] <inetpro> well doen Symmetria [09:28] <Symmetria> I hate having to work with unsigned longs and other shit ;p [09:28] <inetpro> done as well [09:28] <Symmetria> and optimizing code like that to run at a reasonable speed is a pain in the ass as well [09:29] <inetpro> pieter2627: don't worry about the content for now, unless you want to spend time and do that as well [09:31] <Kilos> pieter2627 why didnt you join us long ago [09:31] <pieter2627> inetpro: commit msg? [09:31] <inetpro> in fact the 'Chat With Us' should be the simplest of all [09:31] <inetpro> just add the following: [09:31] <inetpro> .. raw:: html [09:31] <inetpro> blank line [09:31] <inetpro> <iframe src="//webchat.freenode.net?randomnick=1&channels=%23ubuntu-africa&uio=MTE9MA4c" width="100%" height="400"></iframe> [09:33] <inetpro> pieter2627: keep a simple commit message, eg: Added pages chat-with-us and join-us and fixed link [09:35] <inetpro> I'm sure Kilos will be happiest of all when he can see the web based irc page [09:38] <pieter2627> inetpro: done [09:38] <Symmetria> http://pastebin.com/p0ECS2pL <[09:38] <pieter2627> Kilos: was busy with school :P [09:39] <Kilos> hehe [09:40] <inetpro> nice! [09:40] <inetpro> pieter2627: now please 'Propose for merging' [09:40] <Kilos> pieter2627 how old are you if i may ask and what school taught you so much [09:42] <inetpro> Kilos: that's personal :-) [09:43] <Kilos> thats why i said if i may ask [09:44] <Kilos> i know how old you are [09:44] <pieter2627> Kilos: 21, had time on my hands few years ago so taught myself - was home-schooled thu [09:44] <Kilos> old man [09:44] <Kilos> wsell done pieter2627 you did a good job teaching yourself [09:44] <inetpro> pieter2627: nice job! I got the mail [09:45] * inetpro will add a task on trello for superfly to review [09:45] <pieter2627> Kilos: still have a long way to go [09:46] <inetpro> let's hope that he will accept the changes [09:46] <Kilos> ya getting past the fly is the biggest mission [09:49] <Kilos> inetpro look at a map for the african map button [09:49] <Kilos> never stop someone when they on a roll [09:50] <Kilos> offer him coffee [09:50] <Kilos> Maaz coffee on [09:50] * Maaz washes some mugs [09:50] <Kilos> Maaz coffee for all [09:50] <Maaz> Come on ya buncha geeks. Rock up with your mugs with the correct amount of sugar added already [09:53] <inetpro> ok, now we wait for mopkop to propose a merge first [09:53] <Kilos> ai! [09:54] <Kilos> i wanna go flaunt our site by the big boys [09:54] <Maaz> Coffee's ready for Kilos! [09:54] <inetpro> Kilos: patience! [09:54] <Kilos> Maaz dankie man [09:54] <Maaz> Groot plesier my vriend [09:54] * inetpro wbbl [09:54] <Kilos> sigh [09:54] <Kilos> ok ty [10:10] <Kilos> pieter2627 baie dankie [10:15] <pieter2627> Kilos: Plesier [10:15] <Kilos> is jy nie op trello nie pieter2627 [10:15] <pieter2627> n svg van afrika http://commons.wikimedia.org/wiki/File:Blank_Map-Africa.svg [10:16] <pieter2627> Vroeer vandag op - user = pieter2627 [10:16] <Kilos> superfly se daai wewrk van jou moet merge van trunk af [10:16] <Kilos> werk [10:17] <Kilos> anders gaan dit issues veroorsaak [10:17] <Kilos> moet branch van trunk af skuus [10:18] <pieter2627> ok, kyk gou hoe om dit te doen [10:18] <Kilos> waar moet ek kyk? [10:18] <Kilos> ek dom jong [10:19] <pieter2627> nee ek kyk gou * [10:19] <Kilos> o lol [10:19] <Kilos> ek breek goed [10:19] <pieter2627> sorry, los gewoontlik ek (en I) uit as tik :P [10:20] <Kilos> geen probleem [10:20] <Kilos> ek sal gewoont word nog [10:21] <Kilos> daai kaart is mooi maar kort net name van lande [10:22] <pieter2627> weet, hy is n svg so kan enige iets met hom doen (name by sit, klere verander, ...) [10:23] <Kilos> aha [11:00] <inetpro> hmm... [11:01] <inetpro> Kilos: and so we learn every day [11:03] <Symmetria> gah, people freaking out bout coming to Kenya (all of it) without doing any homework and by getting their news from american media [11:03] <Symmetria> to say all of Kenya is unsafe is the equiv. of saying all of South Africa is unsafe because people get shot in hillbrow [11:05] <inetpro> hah Symmetria, isn't that normal? [11:06] <inetpro> I just read a tweet this morning, American Police Killed More People in March (111) Than the Entire UK Police Have Killed Since 1900 [11:07] <inetpro> but having said that, I must add that I haven't checked the validity of it [11:16] <Kilos> ya [11:18] <Kilos> inetpro just as well the fly keeps an eye on us all the time [11:31] <inetpro> too be honest, I don't think on a web project it makes so much of a difference but let's do it the right way [11:32] <inetpro> to be honest as well [11:41] <Kilos> ya only one way, the right way [11:42] <Kilos> if you cant do it right rather leave it [11:58] <Kilos> wb pieter2627 [12:07] <pieter2627> thanks Kilos [12:08] <Kilos> inetpro fill me in please [12:09] <inetpro> Kilos: with? [12:09] <Kilos> pietmans branch was made using moppies branch to go from right? [12:09] <inetpro> correct [12:10] <inetpro> pieter2627: so do we wait until mopkop comes back or are you starting afresh and basing off trunk? [12:10] <Kilos> so then merging pietmans will include moppies work as well [12:10] <Kilos> and also if im right [12:10] <Kilos> everything is in code right? [12:11] <pieter2627> innetpro: the extra created pages and menu changes is based of mopkop's work - so think I'll have to wait [12:11] <Kilos> so pietie can branch off trunk and copy paste all he has done to his new branch [12:12] <Kilos> am i wrong? [12:12] <Kilos> pieter2627 isnt your branch now inclusive of moppies? [12:12] <inetpro> I think it makes sense to wait Kilos, it's only fair to acknowledge the work done by mopkop [12:13] <Kilos> ya man but is my reasoning correct? [12:13] <Kilos> hi georgelappies [12:14] <georgelappies> hi Kilos, how are you doing? [12:14] <pieter2627> Kilos: think so, but will then just have to hold the menu changes [12:14] <Kilos> good ty and you? [12:15] <inetpro> Kilos: theoretically anyone could just start a new branch based on trunk and commit all changes made by mopkop and pieter2627 [12:16] <georgelappies> good thanks Kilos [12:16] <Kilos> inetpro do you know how to edit that map? [12:16] <Kilos> only 55 countries that need names [12:17] <inetpro> Kilos: pieter2627 made a good suggestion, but I think we should stick with the one used at http://en.wikipedia.org/wiki/Africa [12:17] <inetpro> http://en.wikipedia.org/wiki/File:Africa_%28orthographic_projection%29.svg [12:18] <Kilos> that ones good too, the less work the better and wiki is free [12:18] <Kilos> na that secong link sucks [12:18] <Kilos> second [12:18] <pieter2627> that one is a beauty [12:19] <Kilos> just use this link http://en.wikipedia.org/wiki/Africa#/media/File:AfricaCIA-HiRes.jpg [12:20] <Kilos> saves the zoom thing doesnt it [12:20] <inetpro> uh [12:21] <Kilos> sigh [12:23] <Kilos> oh the african map thing isnt a button [12:23] <Kilos> energise it [12:24] <Kilos> wiki nice and fast today [12:24] <inetpro> Kilos: one step at a time, let's just get the current stuff past the fly [12:25] <Kilos> uh [12:26] <inetpro> :-) [12:26] <Kilos> i wonder if hed prefer to view a complete package or keep viewing bits and pieces [12:26] <Kilos> you ask him [12:27] <inetpro> ok, ok, go play with it on your own playground so long [12:27] <Kilos> lol [12:28] <inetpro> Kilos: he wrote, "I won't merge stuff that's not based off trunk, because that could introduce issues. Changes need to be isolated as much as possible in order to lessen the risk of each deployment." [12:28] <Kilos> aha [12:28] <Kilos> ok nuff said [12:28] <Kilos> ill go sulk in the corner [12:29] <Kilos> i think we hit a luck with the new youngsters we have now [12:30] <inetpro> Kilos: we need more of them [12:30] <Kilos> well find more man as soon as the site flies [12:30] <Kilos> it will be like a big poster alongside the road [12:31] <Kilos> i just worry about the other ubuntu-africa sites out there [12:32] <Kilos> shouldnt we make ours ubuntu-linux-africa [12:32] <inetpro> Kilos: no [12:32] <Kilos> ok [12:32] <inetpro> we are not a LUG [12:33] <Kilos> i wonder about that at times [12:34] <inetpro> it gets very complicated if you put all distros under one umbrella [12:35] <inetpro> distro wars galore [12:35] <inetpro> you just end up having unnecessary disagreemants all the time [12:36] <Kilos> im thinking of the single linux or ubuntu users in a country [12:36] <Kilos> without a home [12:36] <Kilos> i have the whole nairobilug on #ubuntu-africa [12:37] <Kilos> they have absorbed the ubuntu users [12:37] <inetpro> I might not agree with everything canonical does but ubuntu is a good choice for any new linux user out there [12:37] <inetpro> let's just focus on making it easier for everyone [12:37] <inetpro> canonical can pay us later :-) [12:38] <Kilos> lol i want my certificate [12:38] <Kilos> then i can rest easier [12:39] <inetpro> there's enough space for everyone in the sun [12:39] <Kilos> and tell them we want phones [12:39] <inetpro> under the sun [12:40] <Kilos> hey you still have to work on you membership app wiki [12:40] <Kilos> dont push that aside [12:40] <inetpro> ya, ya [12:41] * inetpro has many priorities in this life [12:41] <Kilos> ya i know [12:41] <Kilos> fly also but he did it [12:42] <Kilos> play less minetest [12:43] <Kilos> just now sharks starts [12:44] <Kilos> sharks-crusaders [12:44] <inetpro> oh thanks for the reminder [12:47] <inetpro> pieter2627: btw, you might want to join the ubuntu-za team on LP at https://launchpad.net/~ubuntu-za [12:47] <Kilos> and our wiki [12:48] <Kilos> https://wiki.ubuntu.com/ZATeam/Members [12:48] <inetpro> Kilos: we're on 80 active members at the moment [12:49] <Kilos> it was 81 last week, who died [12:49] <inetpro> ai! [14:15] <Kilos> oh my [14:15] <Kilos> 40/3 [14:15] <Kilos> hard to believe [14:16] <Kilos> and 30 mins left [14:49] <Kilos> wb pieter2627 [14:52] <Kilos> eish 52/10 [14:55] <pieter2627> what is 52/10 [14:55] <Kilos> the sharks lost [14:55] <Kilos> so sad [14:55] <pieter2627> against? [14:55] <Kilos> crusaders [14:56] <Kilos> humiliation [14:56] <pieter2627> oh, then that's a bad score [14:56] <Kilos> better to play with ubuntu [14:57] <pieter2627> 'with ubuntu' - so who are we playing against :P [14:57] <Kilos> lol i play against me to see if i can break kde [14:58] <Kilos> but 14.04 kde has been very bullet proof for me [14:58] <pieter2627> rofl [14:58] <Kilos> all the unity's i broke often [14:58] <pieter2627> what is its mem consumption like [14:58] <pieter2627> * ? [14:58] <Kilos> how do i check that [14:59] <Kilos> i got 4g ram and everything runs fine [14:59] <pieter2627> on a fresh boot, how much mem is used? [14:59] <Kilos> i dunno how to check that [15:00] <pieter2627> that how I check it at least [15:00] <pieter2627> terminal `free -m` [15:00] <pieter2627> 2nd row, 3rd col [15:00] <Kilos> Mem: 3919 3755 163 64 205 1026 [15:00] <Kilos> -/+ buffers/cache: 2523 1395 [15:01] <Kilos> sjoe using lots [15:02] <Kilos> but it never hangs or goes slow [15:02] <pieter2627> yea, 2.5Gb - probably browser or something [15:03] <pieter2627> My firefox uses 1Gb+ at times [15:05] <Kilos> i have 2 browsers running [15:05] <Kilos> opera and chrome [15:08] <Kilos> 17 tabs on opera and 3 on chrome [15:08] <Kilos> can that use all the ram? [15:08] <pieter2627> don't know - depends [15:09] <Kilos> oh well it runs fine, maybe ill save for more ram [15:10] <Kilos> ram is expensive though [15:10] <Kilos> 100 bucks a gig [15:10] <pieter2627> yea, it is. am currently saving for some too [15:11] <Kilos> ddr3? [15:11] <pieter2627> yes [15:11] <pieter2627> lappy [15:11] <Kilos> i think i can get for R450 for 4g [15:11] <Kilos> oh you lappy [15:12] <Kilos> lappys are hard to use machines [15:13] <Kilos> oh pieter2627 did you branch off the trunk? [15:14] <pieter2627> it's still at 2? [15:15] <Kilos> hey? [15:16] <pieter2627> the trunk doesn't have mopkop's code yet [15:16] <Kilos> oh ya [15:16] <Kilos> let me see if i can arouse hhim [15:19] <Kilos> ek het hom ge epos nou. sal sien wat doen dit [15:20] <pieter2627> Kilos: to find top mem users try `top -o %MEM` [15:20] <pieter2627> ok [15:25] <Kilos> let me do that [15:32] <Kilos> weird i cant highlight there [15:32] <Kilos> nothing uses much [15:33] <pieter2627> -o %MEM sorts it by mem usage [15:36] <Kilos> here is the little that still showed after q [15:36] <Kilos> http://slexy.org/view/s2i8BuoX56 [15:37] <Kilos> but pc works fine so no worries [15:45] <pieter2627> got it. i might try kde some time - have little ram and it doesn't seem too bad [15:46] <Kilos> how much ram have you got? [15:46] <pieter2627> 2Gb [15:46] <Kilos> should work [15:46] <pieter2627> and have to run vm at times [15:46] <Kilos> better with 4g or more [15:47] <Kilos> quad or dual cpu? [15:47] <pieter2627> dual [15:47] <Kilos> will be a bit slow [15:48] <Kilos> im running it on a dual with 2g on old pc and thats kinda slow [15:48] <pieter2627> my main prop, when it is slow, is mem [15:48] <Kilos> faster here with also dual 3g and 4g ram [15:48] <inetpro> pieter2627: Two handy alternatives to the top command: htop and atop http://blog.moertel.com/posts/2010-06-10-two-handy-alternatives-to-the-top-command-htop-and-atop.html [15:49] <Kilos> inetpro gooi n ketting om die outjie [15:49] <pieter2627> inetpro: actually i mainly use atop - didn't know if Kilos had it installed. will check htop [15:49] <Kilos> hy mag nie verlore raak nie [15:51] <inetpro> pieter2627: also read: Help! Linux ate my RAM! http://www.linuxatemyram.com/ [15:51] <Kilos> lol [15:52] <pieter2627> inetpro: that is exactly why ram is my main issue. when backup runs everything gets swapped for disk caching [15:56] <pieter2627> but that article states that it should happen - will have to look into it [15:56] <inetpro> pieter2627: what kind of backup? [15:56] <pieter2627> server has backuppc - uses rsync [15:56] <Kilos> inetpro mine also slows when running large rsyncs [15:59] <inetpro> yep, rsync is known to use a lot of RAM [15:59] <Kilos> ohi superfly [15:59] <superfly> hi Kilos [16:00] <inetpro> pieter2627: incremental recursion mode can help with that [16:00] <inetpro> wb superfly [16:03] <pieter2627> currently set to `1, 2, 3, 4` - don't know if it is the most effective [16:04] <inetpro> pieter2627: you might want to read up about how to use rsync without running out of memory [16:05] <inetpro> lots of articles out there [16:05] <pieter2627> didn't know that - will check it [16:06] <inetpro> and if it's a real problem, rather use something else [16:07] <inetpro> more than one way to do it [16:08] <Kilos> so inetpro doubling ram will overcome that prob? [16:08] <Kilos> but it never takes very long anyway [16:08] <pieter2627> yea, backuppc just seemed like the best a year ago when this was setup [16:08] <Kilos> and irc still works kiff [16:09] <Kilos> pieter2627 are you using unity? [16:09] <superfly> thanks inetpro, time to go. supper needs to be made [16:10] <pieter2627> Kilos: yes [16:11] <Kilos> there is abuilt in backup tool called deja-dup that makes good backups [16:11] <Kilos> shows when you type backup in dash [16:12] <inetpro> pieter2627: don't underestimate tar [16:13] <pieter2627> Kilos: have a few pcs in home that i need to backup (some win) that the server should auto backup - which is why backuppc is used [16:13] <Kilos> aha [16:14] <pieter2627> inetpro: might test using tar once [16:16] <Kilos> oh pieter2627 if you taught yourself i spose its a bit much to ask if you got friends on linux too [16:16] <Kilos> like varsity peeps [16:17] <inetpro> hmm... with windows in there, that changes the whole picture [16:17] <pieter2627> Kilos: not that are my age [16:18] <Kilos> any age clever peeps are still clever peeps [16:18] <Kilos> we need some more new blood here [16:20] <pieter2627> have two old linux peeps: one introduced me to linux (ubuntu) in 2009/2010, but out of contact now [16:20] <pieter2627> i am actually surprised not to see the other here [16:20] <Kilos> what do you call old peeps [16:21] <pieter2627> 50/60+ [16:21] <Kilos> ya thats close [16:21] * pieter2627 hopes that he did insult anyone [16:21] <Kilos> im older and we have one ballie that comes to meetings and when he needs help [16:21] <Kilos> 72 [16:23] <inetpro> yay! [16:23] <Kilos> what? [16:23] * inetpro is still considered young :-) [16:23] <Kilos> lol [16:23] <Kilos> jaja ou man [16:24] * pieter2627 thinks `old` is a relative term [16:24] <inetpro> but only three more years then I'm old [16:24] <inetpro> pieter2627: correct [16:25] <Kilos> nono old is when you spend a day with the kids and come back a wreck [16:26] <pieter2627> Kilos: wreck as in a ship or antique [16:26] <inetpro> come Kilos, where's that young dominee friend of yoiurs? [16:26] <Kilos> poegaai [16:26] <inetpro> yours* [16:26] <Kilos> i dunno inetpro i mailed him already [16:27] <inetpro> didn't you get his phone number? [16:27] <Kilos> his fathers work number only [16:43] <Kilos> wb captine [17:02] <captine> thnx [17:02] <captine> i havent been good at reading things today [17:03] <Kilos> oh my are you ok? [17:04] <inetpro> wb captine [17:05] <captine> yip [17:05] <captine> inlaws all gone. [17:05] <Kilos> lol [17:05] <captine> so just 2 of us with 2 kids... [17:05] <captine> eish... [17:05] <captine> tough [17:05] <Kilos> were they visiting? [17:08] <Symmetria> hrm, how do you deal with 128 bit unsigned ints in C? [17:29] <captine> yip [17:29] <Kilos> hi magespawn [17:29] <magespawn> good evening [17:30] <captine> mom in law was here for 7 weeks for when our daughter arrived... [17:30] <Kilos> aha [17:30] <captine> very helpful [17:31] <magespawn> not many people would say that about their mother-in-law [17:31] <Kilos> lol [17:37] <captine> :) [17:42] <magespawn> ah well i suppose it takes all sorts [17:42] <magespawn> ol [17:42] <magespawn> lol [17:42] <Kilos> hahaha [17:42] <Kilos> captine you very lucky [18:49] <Kilos> Maaz seen mopkop [18:49] <Maaz> Kilos: mopkop was last seen 1 day and 46 minutes ago in #ubuntu-za on freenode [2015-04-03 20:03:32 SAST], and has been offline on freenode since 2015-04-03 20:03:40 SAST [18:49] <Kilos> ai! [18:59] <inetpro> Kilos: patience! [18:59] <Kilos> lol [19:00] <Kilos> sjoe [19:00] <inetpro> tough, I know [19:01] <inetpro> Kilos: just do it all yourself [19:02] <Kilos> nono he must get the credit for what he has done, he will also apply for membership some time [19:02] <inetpro> :-) [19:04] <Kilos> i made it because of others so dont need to steal credits [19:06] <inetpro> good boy! [19:07] <inetpro> the worst would be loosing his contribution going forward [19:08] <Kilos> how [19:08] <Kilos> ? [19:08] <inetpro> demotivating [19:08] <Kilos> thats what im worried about, he seems to have cooled off some since first coming here [19:09] <inetpro> demotivating if somebody else just takes over after having made an effort to get involved [19:09] <inetpro> I mean it would be demotivating for him [19:09] <Kilos> oh i see what you mean, nono i think it will be ok for them both to share credits [19:10] <Kilos> i think its an important thing this site because of the work it will accomplish so credits can cover all of you [19:11] * inetpro just wants the site to be ready asap [19:11] <Kilos> the only other sites and channels that will encompass such and area are the main ubuntu ones [19:12] <Kilos> s/and/an [19:12] <Kilos> i just not sure about things like a mailing list [19:12] <inetpro> mailing list can be set up easily [19:13] <Kilos> many peeps dont like the main list or channel [19:13] <Kilos> ya but who will be the support there inetpro [19:13] <Kilos> thats the thing [19:13] <inetpro> what support do you really need for that? [19:14] <Kilos> like our list peeps that can help [19:14] <Kilos> and peeps that will point them to the irc channel when they are struggling like i did [19:14] <Kilos> the main lists and channels helped me niks [19:15] <Kilos> fly saw me battling and brought me here [19:15] <inetpro> you will be a member [19:15] <Kilos> him or you, i forget sometimes [19:15] <Kilos> ya but im not real help [19:16] <inetpro> all other members support each other [19:16] <inetpro> it gets a life of it's own [19:16] <Kilos> hopefully ya but atm the africa peeps seem to be battling just to keep up with daily work [19:17] <inetpro> people come and go [19:17] <inetpro> that is normal [19:17] <Kilos> thats the part i dont like much, losing peeps [19:18] <inetpro> important is to have people like you who stick around [19:18] <Kilos> ai! [19:19] <inetpro> that's why you got membership, remember!? [19:19] <Kilos> ya i spose [19:20] <inetpro> now you just keep helping others to get where you are [19:20] <inetpro> it's a big mountain to climb for any newbie [19:20] <Kilos> you forget hey [19:21] <Kilos> you and fly and some others carried me to here [19:22] <Kilos> now we lost the hot spark again so something not right [19:27] <Kilos> wb pieter2627 [19:27] <Kilos> are you still studying? [19:32] <pieter2627> no, will next year [19:32] <Kilos> there is something you can do meantime [19:32] <pieter2627> currently trying to learn QT [19:33] <Kilos> recognised world wide [19:33] <Kilos> Maaz lpi manual [19:33] <Maaz> http://www.linuxcertification.co.za/sites/default/files/LPIManual_v_09.pdf [19:33] <Kilos> that might be an old link [19:34] <Kilos> last i heard they dropped something [19:34] <pieter2627> wow, long manual [19:35] <Kilos> you should find it easy with the knowledge you already have [19:35] <Kilos> Maaz google lpi1 manual [19:35] <Maaz> Kilos: "LPIC-1 Linux Server Professional - Linux Professional Institute Linux ..." https://www.lpi.org/certification/get-certified-lpi/lpic-1-linux-server-professional/ :: "Study Resources - Linux Professional Institute Linux Professional ..." https://www.lpi.org/study-resources/ :: "GNU/Linux Administration Manuals - Savannah" http://www.nongnu.org/lpi-manuals/ :: [19:35] <Maaz> "ict@innovation: Training Guide on Linux System Administration, LPI ..." https://www.lin… [19:36] <Kilos> Maaz google lpi2 manual [19:36] <Maaz> Kilos: "The LPIC-2 Exam Prep" http://lpic2.unix.nl/ :: "GNU/Linux Administration Manuals - Savannah" http://www.nongnu.org/lpi-manuals/ :: "Study Resources - Linux Professional Institute Linux Professional ..." https://www.lpi.org/study-resources/ :: "LPIC-2 201 Exam Objectives - Linux Professional Institute Linux ..." https://www.lpi.org/study-resources/lpic-2-201 [19:36] <Maaz> -exam-objectives/ :: "IBM developerWorks : Linux Professional Institute (LPI) exam prep .… [19:37] <Kilos> the first 100 pages in that manual are raw basics and the hardware side [19:38] <Kilos> you can also arrange to write the exams at local colleges etc [19:54] <magespawn> i think you can write the lpi exam through comptia [19:54] <magespawn> linux plus is lpic 1 [19:54] <Kilos> ty magespawn [19:57] <Kilos> hows your studies going magespawn ? [19:58] <magespawn> i am making progres [19:58] <Kilos> good and your plans to move? [19:59] <magespawn> probably going to write the fist exam at the end of may [19:59] <magespawn> still job hunting first [19:59] <Kilos> sjoe [20:18] <magespawn> bed time, good night all [20:18] <Kilos> night magespawn [20:19] <Kilos> me too [20:19] <Kilos> night all. sleep tight
ubuntu-chat
2024-05-13T22:11:02.169815
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Kilos", "Maaz", "Symmetria", "captine", "georgelappies", "inetpro", "magespawn", "pieter2627", "superfly" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-za.txt", "channel": "#ubuntu-za" }
2015-04-04-#kubuntu-devel
[00:19] <ahoneybun> back [00:19] <ahoneybun> AT&T wifi sucks [00:25] <frecel> ahoneybun: I live on an acreage, I'm stuck on wimax [06:23] <xennex81> i am continuing the installation from yesterday from where I left off. The installer was unable to configure network-manager because there had been a manual change to some file (/etc/NetworkManager/dispatcher.d/01ifupdown) which was irrelevant but it caused the installer (dpkg --configure -a, given by apt-get install -f network-manager) to prompt for an answer. [06:24] <xennex81> apparently the installer (that was launched from muon-updater) cannot handle prompts, but the "Show Terminal" button was unresponsive. [06:24] <valorie> xennex81: usually one just does `apt-get install -f` with no arguments [06:24] <xennex81> I see but it had the same effect I believe :p [06:24] <valorie> or these days, apt install -f [06:24] <xennex81> in any case it told me to go fix it with that other command :P [06:25] <xennex81> oh [06:25] <xennex81> :) [06:25] <valorie> there has been a recent change in network-manager, at least at the lib level [06:25] <valorie> I've seen updates for maybe 3 days in a row [06:27] <valorie> none right now though [06:27] <valorie> xennex81: do you have any PPAs added? [06:28] <xennex81> no I have already shown my sources.list to Lordievader yesterday, but that was not the issue I believe [06:28] <xennex81> I just had done some manual changes, it prompted me also for 2 other things. [06:31] <valorie> what manual changes? [06:31] <valorie> and remind me -- you are upgrading from 14.10 to vivid beta? [06:46] <xennex81> the change to network-manager was merely an insignificant change to ifupdown, the chaining script to /etc/init.d/if-up.d/ or none at all. I don't know even, I don't remember editing it for a change. [06:46] <xennex81> but I did not check for the changes, I was a bit too hasty for that just now. [06:52] <valorie> ok, you probably need the experts such as yofel to appear online [06:52] <valorie> or maybe lordievader [06:57] <xennex81> not necessary [06:57] <xennex81> it's not for me, for them [06:57] <xennex81> i'm just wanting to report a bug but the report tool doesn't work :P. [07:02] <valorie> for a launchpad bug, try `ubuntu-bug packagename` in the cli [07:02] <valorie> most excellent way to file a bug [08:00] <xennex81> valorie: it fails [08:01] <xennex81> but I've filed a bug report about ubuntu-bug failing to file a bug report, if that's what you need to know [08:03] <xennex81> going to reboot now and see if I still have a sytem ;-). [09:20] <ovidiu-florin> Mornin' [09:21] <Riddell> hi ovidiu-florin [09:25] <ovidiu-florin> hello Riddell [09:26] <oliviert> Good morning. [09:26] <yofel> *yawn* moin [09:31] * ovidiu-florin just woke up and he's thirsty as a desert, and with eyes still red as gems [09:45] <Riddell> late night out last night people? [09:47] <ovidiu-florin> I tried to relax a bit, and loosen up [09:48] <ovidiu-florin> very stressfull week , this week was... [09:55] * Riddell gives ovidiu-florin a massage [09:55] <ovidiu-florin> Riddell: thanks [09:56] <ovidiu-florin> Riddell: I couldn't get a hold of doko [10:01] <soee> what was the command to do upgrade to vivid ? look @ #kubuntu [10:01] <soee> Riddell: ^ [10:04] <ovidiu-florin> soee: mornin' [10:05] <soee> good morning ovidiu-florin [10:06] <Riddell> soee: kubuntu-devel-release-upgrade [10:06] <soee> Riddell: thanks, he will do fresh install [10:07] <soee> as there are not any data he wants to save, so i think fresh one is much better for vivid than jumping from 14.04 ? [10:07] <Riddell> you can't jump from 14.04 indeed [10:15] <yofel> hm, should still theoretically be possible, even if currently unsupported (after all you eventually have to be able to upgrade to 16.04 from 14.04) [10:15] <yofel> but it's at least completely untested [10:57] <ovidiu-florin> do you gyus also see the header image moved to the left?? http://kubwp.kubuntu.co.uk/ [10:59] <ovidiu-florin> soee: ^ [10:59] <soee> ovidiu-florin: yes, due to added img-responsive class, that gives the mage display: block; [11:00] <ovidiu-florin> soee: so remvoe that class? [11:01] <soee> ovidiu-florin: sure ,but i dont now what you want to do with the header image and how it iwl work in the end [11:01] <ovidiu-florin> soee: you told me yesterday to leave it, when I asked you [11:01] <ovidiu-florin> now you say to remove it [11:01] <ovidiu-florin> so.... [11:02] <soee> ovidiu-florin: i tole to leave it in styles file, so it an be used in other placed than header image [11:02] <soee> *told [11:11] <soee> ovidiu-florin: did yu get image that ahoneybun gave you yesterday ? [11:11] <ovidiu-florin> yes [11:11] <ovidiu-florin> I'll add it in a few moments [11:11] <soee> nice [11:26] <ahoneybun> back [11:26] <ahoneybun> thanks soee [11:31] <ovidiu-florin> soee: I have to leave now, can you please add a bug report for the image that ahoneybun made? [11:31] * ovidiu-florin is out [11:34] <soee> ovidiu-florin: done https://github.com/ovidiub13/KubuntuAdverticaLightChild/issues/3 [11:36] <ahoneybun> soee: does it not work? [11:36] <soee> ahoneybun: what ? [11:36] <ahoneybun> why is there a bug report against it? [11:36] <soee> ahoneybun: its a TASK :) [11:36] <soee> do something that has to be done [11:37] <soee> *so [11:37] <ahoneybun> trello? [11:37] <soee> well as the page is now on github, i prefer to put there things to be done [11:37] <soee> as we have all in one place - files and thigns to be done [11:37] <ahoneybun> true [11:38] <soee> so i have reported this so far https://github.com/ovidiub13/KubuntuAdverticaLightChild/issues [11:38] <ahoneybun> cool [11:38] <soee> and we can close each issue via commit message :) [11:39] * ahoneybun thinks OxygenOS for his OPO is just stock Lollipop [12:21] <seaLne> has anyone seen vivid not starting with errors like "kworker/0:0:4 blocked for more than 120 seconds" also alternatly complains about plymothd? [12:22] <seaLne> this was after updating today and rebooting, though the laptop hadn't been rebooted in a few days [12:24] <soee> didnt try after todays updates :) [12:24] <soee> there was kernel update i think [12:24] <soee> and upstart [12:24] <seaLne> yeah [12:24] <soee> but we are using systemd [12:24] <seaLne> i remember noticing that [14:15] <ovidiu-florin> I'm back [14:18] <ovidiu-florin> soee: in https://trello.com/c/LKijjLlb/10-general-todo there's an attachment [14:18] <kubotu> [Kubuntu Promotion :: Doing :: General ToDo ++ OB, AH, PA, SI, JAR, CS, P] [14:18] <ovidiu-florin> is there something there that I've missed? [14:23] <ovidiu-florin> ahoneybun: ping [14:27] <ovidiu-florin> ahoneybun: can you make that featured image 450px height? [14:28] <ahoneybun> ok ovidiu-florin [14:29] <ahoneybun> width is ok then? [14:29] <ovidiu-florin> yes [14:30] <ahoneybun> ok I made it 500px just in case [14:30] <ahoneybun> ovidiu-florin: http://imgur.com/edLu8gu [14:32] <ovidiu-florin> ahoneybun: http://kubwp.kubuntu.co.uk/community/ [14:32] <ovidiu-florin> thank you [14:32] <ovidiu-florin> soee: ^^ [14:32] <ovidiu-florin> Riddell: ^^^ [14:33] <ovidiu-florin> ahoneybun: I'd still like to add pictures to the team page [14:33] <ovidiu-florin> will you do this or shall I move https://trello.com/c/tRz6Z0l7/22-create-a-team-page in To Do? [14:33] <ahoneybun> sweet ovidiu-florin [14:33] <kubotu> [Kubuntu Promotion :: Doing :: Create a Team page ++ AH] [14:34] <ahoneybun> ovidiu-florin: pictures of the people? [14:34] <ovidiu-florin> yes [14:34] <ahoneybun> Riddell: valorie ovidiu-florin have any good profile pictures for the team page? [14:45] <sgclark> ovidiu-florin: ahoneybun think our facebook page has a group photo of us @ akademy last year [14:45] <ahoneybun> ovidiu-florin: http://kubwp.kubuntu.co.uk/the-kubuntu-team/ [14:47] <ahoneybun> sgclark: I don't see a fb page [14:47] <ahoneybun> just one made from wikipedia [14:47] <soee> ovidiu-florin: http://kubwp.kubuntu.co.uk/feature-tour/ i would rmeove this blue background here and wont make it as a quote [14:47] <soee> i would use headers and some horizontal lines to separate items and give them more space [14:49] <sgclark> oh you want individual pics O.o but then I cannot hide in the back! [14:49] <ahoneybun> XD [14:49] <ahoneybun> well thats the only good pic I have [14:55] <soee> ovidiu-florin: try changing: h1.title {font-size: 30px;} [14:55] <soee> so the page title text will be smaller [14:55] <soee> atm it it to invasive [14:57] <soee> ovidiu-florin: what about header image on frontpage ? [15:00] <soee> ovidiu-florin: http://kubwp.kubuntu.co.uk/feature-tour/ images should not be placed inside h2 tags [15:02] <ovidiu-florin> soee: https://trello.com/c/kFZRWNK6/7-update-kubuntu-feature-page [15:02] <kubotu> [Kubuntu Promotion :: To Do :: update Kubuntu Feature Page ++ OB, AH] [15:05] <soee> ovidiu-florin: on home page i would suggets doing something similiar with header image: http://totaltheme.wpengine.com/base/home/homepage-3/ [15:05] <soee> so plasma wallpaer as a backround on it some nice smaller pic (kubuntu logo, or plasma5) and some short text - slogan [15:06] <xennex81> reporting a bug is pretty daunting if you have to download a 60 meg debugging symbols file! [15:06] <ovidiu-florin> soee: please write these down [15:07] <ovidiu-florin> It takes lokger to do them [15:07] <soee> xennex81: yes but the bug report is more complete [15:07] <ovidiu-florin> soee: make a trello card for them [15:07] <soee> and devs might easier locate the, [15:08] <ovidiu-florin> 30px for h1 is far too small [15:09] <ovidiu-florin> ahoneybun: can you give me the 2 greys that the Breeze theme uses? (titlebar and widgets, dark and light) in hex? [15:10] <xennex81> It also keeps saying that I am to install a new version of Kubuntu when I have already done that upgrade ;-). Because the installer failed, but it was completed anyway. So not sure how to fix that, how to get rid of that notification. I'll ask in Ubuntu+1 though. Thanks for listening anyway. You're good people. ;-D. [15:12] <soee> mparillo: worth putting on social media http://www.ocsmag.com/2015/04/03/krunner-the-birth-of-a-cyborg/ [15:14] <xennex81> Never mind, this is too much of a hassle [15:14] <xennex81> I also have to create an account, etc. etc. [15:15] <xennex81> Took me 10 minutes already to get the required packages. [15:15] <xennex81> And install them, because it didn't install all of them at once ;-). [15:15] <xennex81> Anyway, cya. [15:18] <ahoneybun> ovidiu-florin: hex? [15:18] <ovidiu-florin> #ffffff is white [15:19] <ovidiu-florin> #000000 is black [15:19] <ovidiu-florin> ahoneybun: ^ [15:19] <ahoneybun> oh that [15:19] <ahoneybun> sure let me see [15:20] <ahoneybun> ovidiu-florin: f7f7e4 is what the panel is [15:21] <ahoneybun> 475057 for the titlebar of firefox [15:21] <ahoneybun> btw I'm using the normal light theme [15:23] <ahoneybun> light theme: panel f7f7e4 titlebar 47505; dark theme: panel 3e3e3e titlebar 47505 ovidiu-florin [15:24] <ovidiu-florin> ahoneybun: thank you [15:24] <ovidiu-florin> will test them in a moment [15:25] <ahoneybun> ovidiu-florin: np [15:25] <ahoneybun> soee: that article would be great for the newsletter [15:26] <ovidiu-florin> what article? [15:26] <ovidiu-florin> what newsletter? [15:27] <ahoneybun> ubuntu weekly newsletter [15:27] <ahoneybun> ovidiu-florin: 6 [15:27] <ahoneybun> ^ [15:27] <ahoneybun> ovidiu-florin: [11:12] <soee> mparillo: worth putting on social media http://www.ocsmag.com/2015/04/03/krunner-the-birth-of-a-cyborg/ [15:31] <ovidiu-florin> nice [15:31] <ahoneybun> I see you posted it on Plus lol [15:35] <ovidiu-florin> I liked it [15:54] <mparillo> soee: ahoneybun: ovidiu-florin I will look at sharing. ovidiu-florin: It is on G+? [15:54] <ovidiu-florin> mparillo: the article? [15:54] <ovidiu-florin> the one about KRunner? [15:54] <ovidiu-florin> I just shared it [15:56] <mparillo> ovidiu-florin: This (https://plus.google.com/105126786256705328374/posts/P4WwRh5TdMm) was you? [15:56] <ovidiu-florin> mparillo: no [17:54] <ovidiu-florin> Quintasan: ping [19:05] <ari-tczew> debfx, sgclark: could you help in getting Ubuntu delta applied in Debian from package oxygen-gtk3? Referring to yofel's answer to my question, this change should be forwardable. I've filled a bug on BTS, but no idea how to motivate the maintainer. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781376 [19:07] <sgclark> ari-tczew: afraid my success rate with motivating debian maintainers has been 0 :( [19:08] <ari-tczew> sgclark: don't give up, otherwise you won't win :) [19:08] <sgclark> lol [19:11] <yofel> hm, I could ask, but I doubt there will be much motivation until jessie is out (which supposedly should happen end of the month) [19:20] <ari-tczew> yofel: no hurry, but would be nice to get that change applied in Debian, could be done in May, as well :) [19:21] <ari-tczew> btw, great if Debian will be finally released end of the month, vivid+1 will start parallel with open unstable [19:27] <shadeslayer> jussi: happy birthday! [19:27] <shadeslayer> kubotu: order birthday package for jussi [19:27] * kubotu is running to the corner shop to get a birthday present. [19:27] * kubotu slides a birthday cake and a present down the bar to jussi and gives everyone a nice frosty mug of beer. [19:27] <kubotu> Happy birthday to you, happy birthday to you, happy birthday jussi, happy birthday to you!!!! - Wooooho! [19:27] <kubotu> Happy Birthday jussi :D [19:27] <kubotu> To your health! [19:28] <shadeslayer> mmm beer [19:53] <frecel> ahoneybun: So I was thinking about checking the docs for spelling errors last night. [19:53] <frecel> ahoneybun: how come there isn't a script that just runs through the docs with a spellcheck? [20:12] <ahoneybun> that was not a smooth update [20:13] <ahoneybun> system is unresponive after a period of time [20:14] <soee_> ? [20:14] <ahoneybun> yea I don't know what happened with the newest updates [20:16] <soee_> ahoneybun: works fine for me [20:17] <ahoneybun> here is my /var/log/apt/term.log http://pastebin.ubuntu.com/10739741/ [20:17] <ahoneybun> I have rebooted 2 times and now it seems to be working [20:18] <soee_> oO [20:20] <ahoneybun> panel is not working [20:20] <ahoneybun> can't start krunner [20:20] <soee_> does not resond ? [20:20] <soee_> also apps ? [20:20] <ahoneybun> soon I will not be able to type [20:20] <ahoneybun> I can't launch anything [20:20] <ahoneybun> I have to use alt tab to switch apps [20:20] <soee_> ahoneybun: had the same after i played a bit with sddm and nvidia-prime last day [20:21] <ahoneybun> clicking does nothing [20:21] <ahoneybun> I have not [20:21] <ahoneybun> though that was a update to sddm [20:21] <soee_> well for me after few seconds desktop completely frezzed [20:21] <ahoneybun> it is still on intel [20:21] <sgclark> ahoneybun: try to remove the systray and add back (in widgets) I had a similiar issue where something bugged out. [20:21] <ahoneybun> soon I will ave to reinstall [20:21] <ahoneybun> shadeslayer: how will I add it back if I can't right click on the desktop [20:21] <sgclark> I thought it was my use of ppas that I forgot to disable after testing [20:22] <ahoneybun> sgclark: ^ [20:22] <soee_> ahoneybun: try what sgclark suggests, for me probem wwas with some file in .config folder [20:22] <sgclark> well if it is plasmashell that is crashing (was for me) plasmashell & worked [20:23] <sgclark> for me notifications was busted [20:23] <soee_> ahoneybun: i removed all and than added tham few after few [20:23] <sgclark> but removing and adding back made everything happy [20:23] <soee_> *added from backup [20:23] <AndChat79476> It froze completely [20:23] <AndChat79476> I could just move the mouse [20:23] <AndChat79476> Its ahoneybun btw [20:24] <soee_> AndChat79476: yeah same was here [20:24] <soee_> the problem was one of the ./config/plasma* files [20:24] <AndChat79476> Guess I have to reinstall [20:24] <soee_> AndChat79476: no, backup ~/.config [20:24] <soee_> AndChat79476: and remove inside all files that starts with 'plasma' [20:26] <soee_> AndChat79476: switch tty, remove those files and trystarting x, or reboot first [20:27] <AndChat79476> Backup, remove, reboot soee_ ? [20:29] <soee_> AndChat79476: try [20:29] <AndChat79476> K [20:34] <AndChat79476> Trying it out soee_ I'll let you know if it fixed it [20:35] <soee_> well its not a fix just a workaroud :) [20:35] <AndChat79476> Still [20:35] <soee_> to get fix we would have to locate that single file that had something broken [20:36] <AndChat79476> Nope [20:37] <soee_> ? [20:37] <AndChat79476> Panel and krunner are not working [20:37] <soee_> AndChat79476: than second test - remove other files in .config [20:37] <AndChat79476> As in? [20:41] <AndChat79476> soee_: ^ [20:47] <soee_> if you have them backedup, yeah [20:50] <AndChat79476> Now I'm stuck at the loading bar [20:51] <soee_> oO [20:51] <ovidiu-florin> soee_: are you around? [20:52] <ovidiu-florin> soee_: take a look at http://kubwp.kubuntu.co.uk/feature-tour/ I made it full width, so I can have alternate colors for each section, adding those now [20:53] <soee_> ovidiu-florin: ok [20:54] <ovidiu-florin> soee_: what's your opinion about aranging the text to align to the width like on the other pages? [20:55] <soee_> well yes, they should be inside content width area [20:55] <soee_> ovidiu-florin: also no need separate colors for each imo, you might want to add some bg-color every second setion [20:56] <soee_> ovidiu-florin: check https://www.apple.com/pl/osx/design/ [20:56] <soee_> simple yet nice [20:57] <ovidiu-florin> soee_: that's what I said [20:57] <AndChat79476> soee_: got back in after a reboot [20:58] <soee_> ovidiu-florin: and look what space is above and under images, we also need make it something similiar :) [20:58] <soee_> ten whole page will be much readable [20:58] <soee_> *then [20:58] <soee_> ovidiu-florin: also images needs somelightbox plugin [21:12] <soee_> ovidiu-florin: make the first one white bg, than darker, white, darker [21:12] <valorie> hmmmm, did updates and rebooted today with no problems; actually the last three days [21:12] <soee_> ovidiu-florin: first one white is important [21:12] <AndChat79476> I have big problems [21:13] <ovidiu-florin> soee_: the white is wrong [21:13] <AndChat79476> Might uninstall nivida-prime [21:16] <soee_> ovidiu-florin: i would make the gray bg very light [21:16] <ovidiu-florin> soee_: can I make a selector that applies to .feature_tour_section:nth-of-type(even) and the h2 in it? so I don't make 2 selectors? [21:16] <ovidiu-florin> soee_: there [21:17] <ovidiu-florin> now using KDE colors [21:17] <ovidiu-florin> Breeze colors [21:17] <soee_> ovidiu-florin: .feature_tour_section:nth-of-type(even) { h2 {..} } [21:17] <soee_> but i woudl add some class and use it [21:17] <soee_> so in the future you can chage header type withuot modyfing css [21:18] <soee_> so to headers i woudl add class like: .section-title {} [21:18] <ovidiu-florin> If I'll need that, in the future I'll add it [21:18] <soee_> than .feature_tour_section:nth-of-type(even) { .section-title {..} } [21:19] <ovidiu-florin> soee_: how can I make the image anchor as big as the image? [21:19] <soee_> ? [21:19] <AndChat79476> I'm just going to damn reinstall [21:22] <soee_> ovidiu-florin: add more top and bottom padding to sections [21:22] <ovidiu-florin> soee_: how can I make the image anchor as big as the image? [21:23] <soee_> ovidiu-florin: add to anchor style: display: block; [21:23] <soee_> by defauly it is inline element [21:24] <ovidiu-florin> soee_: doesn't work [21:24] <ovidiu-florin> look at the telepathy screenshot [21:25] <soee_> ovidiu-florin: works, it covers whole image [21:25] <ovidiu-florin> it's bigger than the image [21:25] <soee_> and image has margins defined so anchor goes arund it all [21:25] <ovidiu-florin> muuuuuuuch biger [21:26] <soee_> remove margins frome image [21:26] <ovidiu-florin> ah [21:26] <ovidiu-florin> yea [21:27] <soee_> ovidiu-florin: center section titles and texts imo [21:33] <soee_> ovidiu-florin: imo remove paddings from each section, this makes render them pretty bad on smaller screens and do not align with whole layout [21:33] <soee_> you should put each section content into <div class="container"> ... </div> [21:33] <soee_> well to be more precise [21:34] <soee_> <div class="container"> <div class="row-fluid"> <div class="span12"> HERE SECTION CONTENT </div> </div> </div> [21:34] <soee_> this way it wil have the same width as layout [21:36] <ovidiu-florin> will do tomorrow [21:36] <ovidiu-florin> bed time now [21:36] <ovidiu-florin> good night [22:03] <soee_> hihi nice comment http://news.softpedia.com/news/See-What-s-New-in-Ubuntu-15-04-Vivid-Vervet-477395.shtml [22:22] <valorie> soee_: nice find!
ubuntu-chat
2024-05-13T22:11:02.177928
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "AndChat79476", "Riddell", "ahoneybun", "ari-tczew", "frecel", "kubotu", "mparillo", "oliviert", "ovidiu-florin", "seaLne", "sgclark", "shadeslayer", "soee", "soee_", "valorie", "xennex81", "yofel" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23kubuntu-devel.txt", "channel": "#kubuntu-devel" }
2015-04-04-#ubuntu-br
[00:12] <karbureto> boa noite galera [00:14] <barna> boas [00:14] <astroo-> ola [00:18] <karbureto> sou novo aqui [00:18] <karbureto> estou com um problema que não consigo resolver [00:19] <astroo-> bem-vindo [00:19] <astroo-> pode sempre a duvida toda e da uns 15 minutos pela possivel resposta de alguem [00:35] <karbureto> será que alguem pode me ajudar a instalar a impressora hp no ubuntu [00:36] <astroo-> diz sempre que versao ubuntu usas [00:37] <karbureto> 14.10 [00:38] <astroo-> no site hp em drivers nao tem? [00:39] <karbureto> não consegui [00:39] <astroo-> hoje e o pior dia da semana para haver possivel ajuda [00:40] <astroo-> se nao tiveres pressa repete a duvida a cada 30 minutos [00:41] <karbureto> ela instala mais não imprime [00:44] <xGrind> karbureto, hp? [00:50] <PSKOL> q modelo? [00:50] <astroo-> impressora hp psc 1315 e a Hp Laser Jet P1005 [00:52] <PSKOL> instalou o printer-driver-foo2zjs e o printer-driver-hpijs ?? [00:53] <PSKOL> tenho uma p1005 aki em casa so q uso ela pela rede [00:53] <karbureto> nenhum desses [00:53] <PSKOL> instala ai e ve [00:54] <PSKOL> remove e adiciona a impressora denovo [00:54] <karbureto> pela rede [01:11] <Elfon_> karbureto: tentou instalar o hplip? [01:11] <Elfon_> e wi fi? [01:13] <Elfon_> vc pode tentar plugar na USB. provavelmente o sistema vai baixar os drives e instalar o hplip [01:15] <Elfon_> Se for wi fi bc tem que ter certeza que a impressora tá conectada e na mesma rede do pc [01:17] <PSKOL> karbureto, instala o hplip tbm q o Elfon_ falow [01:17] <karbureto> não a impressora é meio antiga ja [01:18] <karbureto> num tem wi fi [01:18] <PSKOL> pelo menos essa laserjet p1005 ja vem no foo2zjs, nao sei da outra ae [01:18] <karbureto> vou tentar com essa pra P1005 [01:27] <karbureto> olha o erro que aparece [01:27] <karbureto> Ocorreu um ero durante a operação do CUPS: "client-error-bad-request". [01:29] <Elfon_> na hora de conectar não reconheceu? [01:30] <karbureto> reconhece [01:30] <karbureto> se não não conseguiria instala ela [01:31] <PSKOL> os[Linux 3.19.0-11-generic x86_64] distro[Ubuntu "vivid" 15.04] cpu[1 x Intel(R) Core(TM)2 Solo CPU U3500 @ 1.40GHz (GenuineIntel) @ 1.40GHz] mem[Physical: 1.9GB, 56.5% free] disk[Total: 291.3GB, 50.2% free] video[Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller] ether[Realtek Semiconductor Co., Ltd. CIe Gigabit Ethernet] sound[HDA-Intel - HDA Intel] [01:31] <PSKOL> hmm [01:34] <karbureto> valeu galera amanhã tento mais [01:34] <astroo-> ok [01:51] <Fulano> PSKOL, que comando vc usou para essas informações aí em cima [01:51] <PSKOL> é /sysinfo [01:51] <PSKOL> vc tem q instalar o pacote xchat-xsys [01:54] <Fulano> PSKOL, show, vou tentar [03:48] <astroo-> ciao pessoal [05:30] <Heitor> alguem aí ? [05:31] <Heitor> acabei de colocar o Ubuntu no meu notebook, por conta própria, e estou com algumas dúvidas... [05:31] <astroo-> eu sempre [05:31] <astroo-> a esta hora deve ser zzzzzz [05:31] <Heitor> Na hora de fazer o login, eu colo minha senha, dou Enter, ele carrega e volta pra logar [05:32] <Heitor> coloco* [05:32] <Heitor> Só entra na pasta de convidado [05:33] <astroo-> da uns 15 minutos pela possivel resposta de alguem [05:33] <astroo-> talvez algum "morcego" esteja a ver [05:34] <Heitor> kkkkk beleza cara [05:34] <Heitor> vou indo pesquisando aqui pra ver [05:34] <astroo-> ok ciao [05:35] <barna> barna morcegando pelas madrugas.... [05:35] <barna> boa noite astroo- e Heitor [05:35] <barna> ó, só 4 min de espera...... HAHAHAHAHAHAHAHa [05:36] <astroo-> ola e ate [05:36] <Heitor> kkkkkkkkkk [05:36] <Heitor> boa noite [05:36] <barna> brincadeiras a parte, Heitor, estranho, da um checada se o capslock num ta ligado, ou se estava na hora de colocar a senha [05:37] <Heitor> tá não cara, eu não entendi nada [05:37] <Heitor> meu usuário já aparece meu nome lá [05:37] <Heitor> aí pede a senha [05:37] <Heitor> eu coloco e dou enter, ele não entra na área de trabalho [05:37] <Heitor> simplesmente volta pro login [05:37] <Heitor> acho que vou criar outro usuário pra ver [05:38] <barna> Heitor, quando digita a senha aparece os asterisco no lugar dos caracteres? [05:40] <Heitor> sim [05:41] <barna> e ele num da nenhum aviso q a senha ta errada? [05:41] <barna> Heitor, qual o seu notebook e qual ubuntu vc instalou? [05:41] <barna> isso ta me parecendo placa de video, ja aconteceu isso comigo. [05:41] <Heitor> não avisa nada, ele escurece a tela como se fosse entrar, e volta. [05:41] <Heitor> meu notebook é um sony vaio [05:42] <Heitor> não sei exatamente o modelo [05:42] <Heitor> instalei o 14.10 [05:43] <barna> Heitor, saber o modelo ajudaria bastante pra pesquisar se mais usuario desse computador ja tiveram problemas e como os resolveram [05:44] <Heitor> é, vou procurar saber isso [05:44] <Heitor> acho que agora irei dormir, fiquei tentando instalar isso faz um tempinho já, tive outros problemas no caminho hahaha [05:45] <Heitor> quando acordar irei olhar isso e voltar aqui, pesquisar também, tentar resolver... [05:45] <Heitor> valeu aí pela ajuda cara, gostei dms de entrar no Ubuntu... só em esse suporte ter alguém pra me ajudar essa hora é fantástico [05:45] <barna> Heitor, quais problemas? [05:45] <Heitor> a bios do meu notebook não tava ativada pra boot com pendrive [05:45] <Heitor> e eu não sabia disso [05:45] <barna> somos todos usuarios, dispostos a nos ajudar! [05:46] <Heitor> bati a cabeça um tempo [05:46] <barna> uefi? [05:46] <Heitor> mas descobri e resolvi [05:46] <Heitor> uefi ? n entendi [05:46] <barna> o novo padrão de bios. [05:47] <barna> acho q não, pq é osso pra fazer pegar live-pen nelas. [05:47] <barna> semana passada demorei 2 dias pra conseguir mudar a bios de um notebook aki. [05:47] <Heitor> ahh [05:47] <Heitor> kkkkkk [05:47] <barna> isso eu, q uso linux a 18 anos, e trabalho unica e exclusivamente com software livre! [05:48] <Heitor> eu não manjo dessas coisas não, to me aventurando ainda [05:48] <Heitor> olha aí, 18 anos eu tenho de idade kkkkkk [05:48] <barna> KKKKKKKKKKKKKKKKKKKKKK [05:48] <barna> Heitor Seja Bem Vindo ao Mundo Linux! [05:48] <Heitor> Valeu, cara! Já gostei dms [05:49] <Heitor> windows nunca mais hahaha [05:49] <barna> se vc ficar no ubuntu mesmo, daki 6 meses vai entrar no windows e se perguntar, como que consegui usar isso por x anos??? [05:49] <Heitor> kkkkkkkkkkkkkk [05:49] <barna> tem 6 anos q não uso windows! [05:49] <Heitor> massa vei [05:50] <barna> até 2009 eu ainda tinha q usar de vez em quando pra coisas expecificas. [05:50] <Heitor> acho que irei ficar sim, pelo menos essa é a impressão que eu tenho [05:50] <barna> donde tu és Heitor ? [05:50] <Heitor> é, então, tem uma coisa que ainda estou vende [05:50] <Heitor> vendo* [05:50] <Heitor> pq preciso do Photoshop, do Corel Draw [05:50] <Heitor> e pelo que vi nao é compatível aqui, né ? [05:50] <Heitor> me falaram de emuladores e tal, mas ainda vou vasculhar isso [05:50] <Heitor> sou da Bahia, cara.. e vc ? [05:50] <barna> Heitor, photoshop cs5 e cs6 eu rodo no wine 100% [05:51] <Heitor> po, massa! [05:51] <barna> sou de BH, vc usou a expressão "massa vei" muito usada aki em minas tb, por isso perguntei. [05:51] <Heitor> eu vou vasculhar isso ainda [05:51] <Heitor> ahhhh kkkkkkk [05:51] <Heitor> aqui falamos muito isso [05:52] <barna> Heitor, winehq.org tem a solução pro photoshop e corel. [05:52] <barna> eu trampo com foto e video, [05:52] <Heitor> já estive aí em BH, em 2013, fui fazer um teste pra futsal no Minas TC.. não dei muita sorte kkkkk [05:52] <Heitor> ah cara, valeu [05:52] <Heitor> anotado [05:52] <barna> eu costumo estar por aki nas madrugadas, estudando e criando.... [05:53] <Heitor> eu quero trampar com isso ainda [05:53] <Heitor> passei na PucRio pra comunicação social, quero fazer cinema e audiovisual [05:53] <barna> cabei de construir um render farm em ubuntu, agora to tentando integrar ela com mac os x [05:53] <Heitor> massa vei, maneiro [05:53] <Heitor> boa sorte kkkkk [05:54] <Heitor> mas agora é sério, tenho que ir dormir... mais uma vez obrigado! boa noite e até mais! [05:54] <barna> 10 pcs renderisando video juntos. [05:54] <Heitor> oh porra kkkkkkk [05:54] <barna> falow, vo volta lá pra quebra a cabe com aquele raio de mac [05:54] <Heitor> ainda vou viver isso! kkkkkkk [05:54] <Heitor> kkkkkkkkkk [05:54] <Heitor> vai lá cara [05:54] <Heitor> abraço [05:54] <barna> a farm ta 100% em software livre. [05:55] <barna> fui..... [05:55] * barna foi [12:20] <Elfon_> alo [12:41] <Elfon_> Tem como compartilhar pasta por nsf de modo gráfico? [12:49] <mirqui> bom dia :) , feliz páscoa [14:31] <Heitor> alguém aí ? [15:22] <sistematico> boa tarde [15:29] <Elfon_> alo [15:33] <Rudolf> tarde [15:35] <Elfon_> Rudolf: pode me ajudar? tá rodando Ubuntu com unity? [15:36] <Rudolf> Elfon_: não uso untubs [15:36] <Elfon_> caraca. ..tô fazendo um teste aí. Mas só tenho a neta do cel [15:38] <Elfon_> tipo. ..Quando clica com o botão direito numa pasta [15:38] <Elfon_> nfs ou samba? [15:39] <Elfon_> xGrind: iaê [15:39] <xGrind> Elfon_, aow o/ [15:40] <mirqui> boa tarde :) [15:45] <Elfon_> boa [15:45] <mirqui> blza , tudo bem :)? [15:47] <Elfon_> O Ubuntu compartilha pastas por nfs ou samba? [15:48] <mirqui> https://www.google.com.br/?gws_rd=ssl#q=O+Ubuntu++compartilha+pastas+por+nfs+ou+samba%3F [15:48] <mirqui> olha isto [15:48] <mirqui> primeiro ítem [15:50] <Rudolf> huheuheiheiuhe [15:50] <Rudolf> Elfon_: compartilha por qual você quiser, SE você configurar corretamente [15:50] <mirqui> fala rudolf :) [15:51] <Elfon_> Queria saber o default no modo gráfico [15:53] <Rudolf> Elfon_: samba [15:53] <Rudolf> Elfon_: porém não é configurado [15:54] <Rudolf> Elfon_: se vc não configurar, não funciona corretamente [15:54] <Elfon_> ok [15:54] <Rudolf> Elfon_: você não gosta de ler documentação do seu sistema não? [15:57] <Elfon_> Eu tô sem Internet no pc [15:57] <Elfon_> tono celular [15:57] <Elfon_> e não uso untuns [15:57] <mirqui> usa o 3g do celular no pc [15:57] <Elfon_> hahaha [15:58] <mirqui> melhor que nada [15:58] <Elfon_> tartaruga net [15:58] <mirqui> ahaha verdade [15:58] <Elfon_> e ainda o pacote de dados vai pro saco [15:59] <mirqui> não tem um ponto de acesso wifi? [16:02] <Elfon_> nao [16:02] <mirqui> então está danado ahaha [16:20] <Elfon_> xGrind: tá rodando o q? [16:20] <xGrind> Elfon_, xubuntu 14.04. e vc? [16:20] <Elfon_> rapaz...eu uso o ROSA [16:21] <Elfon_> Rosa R5 [16:24] <Rudolf> uati? [16:26] <sistematico> haieauehaieuaea [16:49] <Elfon_> Rosa R5 da RosaLabs [16:49] <Elfon_> dna Mandriva [18:06] <William__> boa tarde [18:07] <William__> alguem pode me dizer como faço para baixar versões mais leves do ubuntu para um pc amd 64 [18:10] <janeai> procure por iso do xubuntu ou lubuntu amd64, no próprio site da.canonical tem [18:11] <janeai> só não tenho como pesquisar aqui, to b [18:11] <janeai> to no celular e o bicho é ruinzinho [18:33] <Elfon_> sei como é [18:33] <Elfon_> tb tô no cel [18:33] <Elfon_> mais fácil vc procurar torrent no Google ☺ [18:52] <jefferson> Pessoal, é verdade que se apagar o windows 8.1 de fábrica e instalar o Ubuntu perde a garantia? [18:53] <jefferson> (produto ativ book 2) [18:57] <Elfon_> Bom. ..até onde sei não perde nao [18:58] <Elfon_> O único problema é que provavelmente você vai perder o suporte porque geralmente os atendentes Só são Windows [18:58] <Elfon_> Eu chutei o meu e hoje sou mais feliz:0 [18:58] <Elfon_> :) [19:10] <KurtKraut> jefferson, Se você devolver a máquina para a assistência técnica sem o Windows 8.1 e dependendo da má vontade da assistência técnica local sim, podem criar dificuldade para te repor o produto na garantia. [19:11] <KurtKraut> jefferson, Mas isso se a máquina chegar a bootar. Se o defeito for severo, nem saberão que OS tem nela [19:11] <KurtKraut> jefferson, Eu sugiro manter o dual boot mas se o espaço for precioso para você, ainda assim você pode estudar como por o Windows de volta caso precise mandar a máquina para assistência técnica [19:13] <jefferson> O caso é que apaguei totalmente, na instalação mandei o Windows por inferno. [19:14] <KurtKraut> jefferson, Até a partição de recuperação? [19:14] <Elfon_> as possibilidades são muito remotas pra um defeito assim [19:14] <jefferson> Sim. [19:14] <KurtKraut> jefferson, Como disse, o que pode acontecer é você ter mais trabalho, ter que brigar mais para ter cobertura de garantia. Mas anulação total da garantia, acho juridicamente impossível. [19:15] <jefferson> Eu não sabia que perdia garantia se apagasse a m. do Windows. [19:15] <KurtKraut> jefferson, AFAIK não há perda de garantia, há má vontade :D [19:15] <jefferson> Air apaguei, por sinal tenho 2 anos de garantia. [19:16] <KurtKraut> jefferson, Leia os termos de garantia que veio com o produto, duvido que tenha lá a cláusula 'A garantia será nula se o Windows for removido' [19:16] <jefferson> vou mandar aqui [19:16] <jefferson> pode? [19:16] <KurtKraut> jefferson, Claro que não. [19:16] <KurtKraut> jefferson, A garantia é sua, leia você. [19:17] <jefferson> Ok, só queria mostrar. [19:17] <KurtKraut> jefferson, Tem ou não tem cláusula revogando a garantia caso Windows seja removido? [19:17] <Daekdroom> Me parece que no Brasil é sequer possível vincular a garantia ao Windows. [19:18] <Daekdroom> Porque vender o Windows junto com o notebook é venda casada, você pode se recusar a pagar a instalação do Windows. [19:19] <jefferson> Não, tem uma cláusula que diz que perde caso algum software cause dano no aparelho e que esse software não for licenciado pela Samsng. [19:19] <KurtKraut> jefferson, E Linux causa dano ao aparelho? [19:20] <jefferson> Samsung* [19:20] <jefferson> n [19:20] <jefferson> não causa. [19:20] <Elfon_> basicamente os fabricantes são responsáveis por vender um produto em pleno funcionamento de todas as suas funções [19:20] <KurtKraut> jefferson, Então não vejo onde você está vendo o problema. [19:21] <Elfon_> aí eles fazem um acordo e instalam o Windows [19:21] <jefferson> Um atendente me disse que perderia. Por isso falei aqui. [19:21] <Elfon_> Por isso é praticamente impossível comprar um PC sem so [19:38] <dk_millares> boa tarde [19:45] <Elfon_> boa [21:00] <astroo-> ola pessoal [21:41] <Elfon_> alo [21:44] <astroo-> ola [21:53] <Depalaciolemos> boa noite! [22:03] <astroo-> Depalaciolemos ola [22:05] <Depalaciolemos> astroo- vc sabe quando será lançada outra versão lts do ubuntu? atualmente estou com a 14.04 lts [22:05] <karbureto> Eu to usando a 14.10 [22:06] <astroo-> exprimenta a 15 beta que algum pessoal anda a gostar [22:08] <Depalaciolemos> ainda sou novato, não entendo tanto mais tem algum requisito de sistema? precisa de mais memória para essas versões? meu hardware é fraco... [22:08] <astroo-> qual e? [22:08] <DalekSec> !pm | karbureto [22:09] <karbureto> oii [22:09] <karbureto> fala Daleksec [22:10] <astroo-> ola [22:11] <Depalaciolemos> eu tenho a 14.04 lts. para atualizar para essas versões tipo a 14.10 ou a proxima lts será se meu hardware suporta? ou o atualizador avisa se o pc está apto para a versão? [22:12] <astroo-> ele avisa pelo que disseram 1x aqui [22:13] <Depalaciolemos> blz [22:13] <Depalaciolemos> o suporte da 14.04lts vai até o meio do ano acredito que até lá avisem quando vai sair outra versão lts [22:19] <astroo-> Depalaciolemos ve o privado [22:19] <Depalaciolemos> ok [22:33] <Elfon_> Depalaciolemos: geralmente não muda muito. As lts são versões com maior estabilidade mais recomendada parapara a ienes de produção. Já testou o lununtu e xubuntu? [22:34] <Depalaciolemos> ainda não Elfon_ ainda novato no linux e ainda aprendendo mas gosto demais do ubuntu [22:35] <Elfon_> Já instalou? [22:37] <Elfon_> Depalaciolemos: que tipo de teste fez? [22:39] <Depalaciolemos> ja sim [22:39] <Depalaciolemos> estava com a 13.10 e depois migrei para a 14.04 [22:41] <Elfon_> olha...na minha opinião as distribuidoras mais amigáveis e automáticas são OpenSuse, Rosa Linux e Ubuntu [22:41] <Elfon_> Se quiser testar pode usar um livre CD ou máquina virtual :) [22:42] <Depalaciolemos> Blz. fato me identifiquei com ubuntu pela sua praticidade e a dica da maquina é show! Elfon_ .rapaz mexi em alguma coisa e a cor da barra do lançador ficou com um tema escuro... queria voltar ao laranja como faço? [22:45] <Elfon_> pra testar usa o virtualbox [22:46] <Elfon_> vai no ícone de configurações do sistema [22:46] <Elfon_> vê em aparência se tem algo [22:46] <Elfon_> Eu uso Ubuntu numa máquina virtual [22:50] <Depalaciolemos> blz [23:07] <Depalaciolemos> galera to saindo qualquer coisa que estiver ao meu alcance pode perguntar que me esforçarei para responder! PAZ [23:07] <Depalaciolemos> quando regressar leio e tento responder!
ubuntu-chat
2024-05-13T22:11:02.192553
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Daekdroom", "DalekSec", "Depalaciolemos", "Elfon_", "Fulano", "Heitor", "KurtKraut", "PSKOL", "Rudolf", "William__", "astroo-", "barna", "dk_millares", "janeai", "jefferson", "karbureto", "mirqui", "sistematico", "xGrind" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-br.txt", "channel": "#ubuntu-br" }
2015-04-04-#ubuntu-locoteams
[04:54] * Kilos greets from ZA
ubuntu-chat
2024-05-13T22:11:02.194697
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Kilos" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-locoteams.txt", "channel": "#ubuntu-locoteams" }
2015-04-04-#ubuntu-desktop
[19:48] <BigWhale> Uhmmm... Is it a normal behavior of GtkVolumeButton to freeze and eventually crash compiz? Probably not, right? [19:51] <BigWhale> When clicked on the icon.
ubuntu-chat
2024-05-13T22:11:02.195598
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "BigWhale" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-desktop.txt", "channel": "#ubuntu-desktop" }
2015-04-04-#xubuntu-devel
[00:04] <Unit193> https://bugs.debian.org/781861 well that's fun for them. [00:19] <bluesabre> Unit193: since this will have your name on it, do you like the wording? [00:19] <bluesabre> * Fix newly started windows not receiving focus (LP: #1440100) [00:20] <bluesabre> * debian/patches: [00:20] <bluesabre> - 02_Fix-implicit-declaration-of-function.patch [00:20] <bluesabre> - 03_Startup-notify-incorrect-fix-bug-11743.patch [00:20] <Unit193> Not the style I normally use, but really doesn't matter to me, sounds good. [00:21] <bluesabre> this package will make you famous one day, mark my words [00:21] <bluesabre> :p [00:21] <Unit193> Hah. :P [00:21] <knome> :P [00:21] <Unit193> See -dev, question about thunar. [00:23] <knome> but they are gone already [00:23] <bluesabre> we shall copy+paste when he reappears [00:59] <bluesabre> Unit193: uploaded your changes, and backporting to utopic/trusty ppa [01:03] <Unit193> \o/ [01:05] <bluesabre> thunar time :) [01:16] <knome> bedtime, nighty [01:18] <Unit193> Nooo. :D [02:28] <Unit193> queuebot:#ubuntu-release: Unapproved: thunar (vivid-proposed/universe) [1.6.6-1ubuntu1 => 1.6.6-1ubuntu2] [02:34] <bluesabre> :] [02:39] <Noskcaj> bluesabre, Is there anything we still need done for 15.04? [02:45] <Unit193> Cookies. [02:48] <Noskcaj> sounds good [02:49] <Unit193> But they no give me any. [02:49] <Unit193> I think mostly everything is good. [03:01] <bluesabre> yeah, we're in pretty good shape [03:01] <bluesabre> will have a new greeter release probably this weekend, and will hopefully fix mugshot soon [03:01] <bluesabre> and will have a translation release of greeter-settings [03:02] <bluesabre> so we support more than ru and en [03:02] <Unit193> greeter is going to make it in? There's a migration to be done in the settings, if that's accepted for this release. [03:02] <bluesabre> I think it may support the old location as well [03:02] <bluesabre> if not, I need to check about breaking some of the fixes out [05:08] <Unit193> 84/84 ooooh burn. [12:39] <bluesabre> ? [12:39] <Unit193> Your changelog line in thunar is too long. :P [12:41] <bluesabre> yeah, oh well, will fix it later :p [12:41] <Unit193> Hence why I didn't even bother pinging. [12:43] <ochosi> bluesabre: i finally have a fix for the stupid visual bug in pavucontrol: http://i.imgur.com/nlk1cfa.png [12:44] <bluesabre> huzzah! [12:46] <ochosi> not sure that tiny thing warrants a new greybird release though... [12:46] <ochosi> gotta run, family feast is calling [12:46] <ochosi> hf! [12:47] <ochosi> (oh, also a potential fix in greybird for firefox-gtk3 <- Unit193) [12:47] <Unit193> Hah. :P [12:47] <Unit193> ochosi: I'm pretty sure you look at that more than I, and feast well. [12:48] <bluesabre> seeya ochosi, hf! [13:10] <nerdistmonk> hooray they fixed the xfce4-terminal focus bug [14:26] <mrkramps> it's alive! thanks for patching thunar [14:34] <bluesabre> yay [15:08] <Greylocks> The latest kernel update seems to have broken xubuntu... [15:09] <Greylocks> I had to reload 3.19.0-11 to get the system to boot [15:10] <elfy> worked here [15:13] <Greylocks> hummm let me give it another try [15:27] <Greylocks> Nope 3.19.0-12 will not boot on my machine. [15:35] <mrkramps> Greylocks, logs? [15:36] <Greylocks> Looking now. [15:36] <Greylocks> systemd logs are all binary are they not? [15:37] <mrkramps> jounalctl [15:37] <mrkramps> this is the utility to read system d logs [15:39] <Greylocks> here is /var/log/kern.log: http://paste.ubuntu.com/10738023/ [15:57] <Greylocks> Well according to dmesg I booted 3.190-12 on Friday the third, so it must have been something in the update I installed this morning. [15:58] <Greylocks> *3.19.0-12 [16:34] <Greylocks> Here is the failure, I believe: http://paste.ubuntu.com/10738363/ [16:36] <Greylocks> Have to run I'll check back later and see if any others are having problems. :-/ [18:42] <ali12341> looks rather like a conflict between systemd and cgmanager
ubuntu-chat
2024-05-13T22:11:02.200041
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Greylocks", "Noskcaj", "Unit193", "ali12341", "bluesabre", "elfy", "knome", "mrkramps", "nerdistmonk", "ochosi" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23xubuntu-devel.txt", "channel": "#xubuntu-devel" }
2015-04-04-#ubuntu-nl
[17:39] <Freddy_> waarom werkt de forum pagina niet ?
ubuntu-chat
2024-05-13T22:11:02.201478
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Freddy_" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-nl.txt", "channel": "#ubuntu-nl" }
2015-04-04-#ubuntu-us-mi
[00:00] <derekv> essentially my firewall build is pfsense but without the gui... it actually predates pfsense i beleive [00:01] <derekv> i'm sure i could with some effort solve any issues i have now and make it easier to administer ... but it makes more sense to put that effort elsewhere [00:01] <derekv> but, it makes me sad [00:15] <derekv> when i was thinking about this before, i realized one thing i do need to focus on is monitoring. when i set something up, I need to know how well its working (or not), so i can fix it right away (or decide it was stupid) [00:16] <jrwren> yup [00:16] <jrwren> that is what a good firewall distro SHOULD do for you. [00:16] <jrwren> if they dno't, then they suck. [00:16] <jrwren> there is really no excuse not to, its just I think most open source home users don't think about it [00:17] <jrwren> so its not been an itch that has gotten much scratching. [00:18] <jrwren> i like my smokepoing charts: http://delays.xmtp.net/smokeping.cgi?target=Local [00:25] <derekv> oh man, this router came with a printed copy of the GPL on a leaflet, and instructions how i can order for a nominal fee a cd containing a copy of the gpl code used on the router [00:25] <derekv> instead of just a link to where i could download it? [00:26] <greg-g> 1) they need to provide a copy of the GPL is they distribute GPL licensed software 2) read the GPL, it gives that as an example of how to comply with providing source [00:26] <greg-g> s/is they/if they/ [00:28] <derekv> yea, i actually have read it before =] i just never have seen it taken literally in this way [00:28] <greg-g> I think every router I've bought has done it that way :) [00:29] <derekv> maybe i never noticed [00:29] <greg-g> Also my NAS (well, minus the bit about address for a CD) [00:29] <derekv> they should just fork on github, put a link [00:29] <derekv> that is acceptable afaik [00:29] <derekv> maybe rms would order the cd, but i doubt he'd buy the router in the first place [00:30] <greg-g> no router vendor I've seen actually provides a git repo, just a tarball [00:33] <derekv> ok maybe someone can catch me up, i studied this stuff pretty well but that was wifi a/b/g... and with a/b/g you just put it all on one SSID and everything magically works [00:33] <derekv> whats this _2.4GHz and _5GHz crap? [00:35] <derekv> lmgtfm: http://superuser.com/questions/362366/does-it-make-sense-to-keep-different-ssids-for-2-4ghz-and-5ghz-wireless-networks [01:12] <jrwren> of course it makes sense. :) [01:13] <jrwren> that way you can be sure you are using 5Ghz and not the poluted 2.4Ghz crap [01:13] <greg-g> :) [01:13] <jrwren> i never want to be on 2.4Ghz if i can help it, hence 2 SSIDs [01:15] <derekv> i gather it has better range [01:16] <derekv> and ideally, you device picks the right thing to use, but not all devices are ideally [01:16] <derekv> or don't know how to ideally [01:16] <derekv> (grammer abuse) [01:24] <jrwren> yeah, I've not had good experience with any device picking the right thing, EVER [01:24] <jrwren> so if you want to not think, and are OK when shit is slow, name 'em same SSID [01:24] <jrwren> if you want power and control, 2 names! :) [01:24] <jrwren> I named mine "newerbettterfaster2" and "newerbetterfaster5" and they replaced "whythisnowork" [01:25] <jrwren> :) [01:25] <jrwren> ssid names are fun. [02:21] <derekv> yea i'm replacing this cheapo wireless n (2.4 only) i got about a year or so ago [02:22] <derekv> and was suddenly getting really bad internet, which turned out to be the wap not the isp [02:22] <derekv> and rebooting it "fixed it", but it was still quite slow [02:38] <jrwren> ugh [02:38] <jrwren> that is why i love wired :) [02:45] <cmaloney> Evening [02:46] <jrwren> hello cmaloney [02:49] <cmaloney> Getting ready for bed. [02:57] <derekv> jrwren: me too, which is why the problem was allowed to exist for so long [02:57] <derekv> just got a new router though, ddwrt installed =] [02:58] <derekv> here's a fun fact, i'm the first on my block to get a 5GHz wifi [02:58] <derekv> according to my wifi app [03:07] <derekv> 283Mbps @ 5ft [03:41] <jrwren> that is what is so great about 5Ghz. [03:42] <jrwren> it really reduces the noise. [04:04] <derekv> i should have tested with iperf before putting on openwrt [04:22] <derekv> 487Mbps with factory [11:36] <tony-smlr> SMLR E148 NOW Video: http://www.youtube.com/watch?v=TjU-jfObR3o Audio: http://live.smlr.us:8000/streaming [16:17] <cmaloney> Afternoon [16:18] <rick_h_> afternoon [16:22] <rick_h_> ugh, porn spam on bookie.io [16:22] <rick_h_> go go gadget delete account after a lovely ec2 abuse report heh [16:35] <cmaloney> Yay [16:43] <cmaloney> http://loco.ubuntu.com/meetings/ubuntu-us-mi/914/detail/ [16:43] <cmaloney> Reminder our meeting is tomorrow at 9pm [18:21] <greg-g> derekv: 5ghz actually has less range than 2.4, especially through walls
ubuntu-chat
2024-05-13T22:11:02.207580
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "cmaloney", "derekv", "greg-g", "jrwren", "rick_h_", "tony-smlr" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-us-mi.txt", "channel": "#ubuntu-us-mi" }
2015-04-04-#ubuntu-pt
[03:48] <astroo-> ciao pessoal [20:59] <astroo-> ola pessoal
ubuntu-chat
2024-05-13T22:11:02.208716
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "astroo-" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-pt.txt", "channel": "#ubuntu-pt" }
2015-04-04-#ubuntu-us-tn
[01:30] <wrst> Unit193 who would think you are a bot? [01:31] <Unit193> It's happened, several times... [01:33] <wrst> Ha ha well you are ever present
ubuntu-chat
2024-05-13T22:11:02.210269
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "Unit193", "wrst" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-us-tn.txt", "channel": "#ubuntu-us-tn" }
2015-04-04-#ubuntu-ie
[12:08] <airurando> afternoon [12:08] <zmoylan-pi> o/ [12:09] <airurando> I came across old college floppies and id like to get the data off them. [12:09] <zmoylan-pi> ooooh a challenge... [12:09] <airurando> I have a usb floppy drive. [12:09] <zmoylan-pi> i'm thinking.... [12:09] <zmoylan-pi> ah then you're sorted? [12:09] <airurando> not sure if the disks are good nor am i sure if the drive is good [12:10] <zmoylan-pi> ah [12:10] <zmoylan-pi> no work pc with a floppy drive? [12:10] <airurando> it doesn't appear to work automagically [12:10] <airurando> no pc left in house with floppy drive [12:11] <zmoylan-pi> i could probably rustle up a floppy drive but i have no motherboard it would talk to [12:12] <airurando> any ideas on how i can check the drive? [12:12] <airurando> should it just mount when a disk is inserted? [12:13] <zmoylan-pi> i haven't used a floppy drive with linux since about red hat 5.2 :-) [12:13] <zmoylan-pi> i would assume on ubuntu it would [12:14] <airurando> grand [12:15] <airurando> hope you are keeping well zmoylan-pi [12:15] <zmoylan-pi> may not be automagic on ubuntu... http://askubuntu.com/questions/168597/how-do-i-use-a-floppy-drive-in-ubuntu [12:16] <zmoylan-pi> getting by airurando, yourself? [12:18] <airurando> not to bad here
ubuntu-chat
2024-05-13T22:11:02.212688
"2015-04-04T00:00:00"
{ "license": "Public Domain", "authors": [ "airurando", "zmoylan-pi" ], "url": "https://irclogs.ubuntu.com/2015/04/04/%23ubuntu-ie.txt", "channel": "#ubuntu-ie" }
2015-04-11-#ubuntu-ca
[22:46] <BobJonkman> Hi Ubuntu-ca: Here's an announcement of upcoming Ubuntu Release Parties: http://ubuntuforums.org/showthread.php?t=2273273 [23:17] <genii> BobJonkman: If you have an email for Blaise Alleyne I'll send them a personal invite for a co-event here [23:18] <genii> ( or if that is from a LibrePlanet mailinglist thread I could do it there if that's better ) [23:52] <BobJonkman> The LibrePlanet Ontario mailing list is at http://lists.libreplanet.org/mailman/listinfo/libreplanet-ca-on [23:52] <BobJonkman> The main LibrePlanet Ontario web site is http://libreplanet.org/wiki/Group:LibrePlanet_Ontario [23:55] * genii makes some notes
ubuntu-chat
2024-05-13T22:11:02.218892
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "BobJonkman", "genii" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ca.txt", "channel": "#ubuntu-ca" }
2015-04-11-#ubuntu-se
[00:01] <senate> njae jag är inte så förtjust i sverige [00:01] <Linda^> då får hon importera dig [00:01] <Linda^> :P [00:01] <senate> hon skulle väl avlida i detta klimatet [00:01] <Linda^> hah [00:01] <Linda^> jobbar du fortfarande med emelies pappa när du väl är i sverige och jobbar? [00:04] <senate> nae inte längre [00:04] <senate> vet inte riktigt vad han gör idag [00:05] <Linda^> okej [00:05] <senate> det skar sig lite mellan honom och min far [00:05] <senate> dom sålde sina gemensamma båtar och umgås nog inte längre [00:05] <senate> inte fått någon klarhet i vad som hände [00:06] <Linda^> Ojdå [00:06] <Linda^> Vad tråkigt. [00:07] <senate> mm faktiskt. jag gillar emelies pappa [00:07] <senate> han är skön [00:07] <Linda^> Jag har väl aldrig riktigt "hängt" med honom, men det är den uppfattningen jag får. Bara att läsa facebookkommentarer han skriver ibland :P [00:08] <Linda^> Undra om han kommer på dopet! :o min syrra har ju gått och fått en unge :P [00:08] <Linda^> Emelie kommer ju garanterat iaf. Även om det är i Sämsterås! [00:08] <Linda^> skulle inte förvåna mig om hon blir gudmor :P [00:09] <senate> :) [00:09] <senate> ja han är störtskön [00:10] <senate> och bra på linux [00:10] <Linda^> oh [00:10] <senate> så vi har mycke att snacka om [00:10] <Linda^> Det visste jag faktiskt inte. [00:10] <senate> asså [00:10] <Linda^> om jag flyttar till göteborg nån gång kanske han kan fixa ett jobb til lmig haha [00:11] <senate> han har jobbat med linux i massa år [00:11] <Linda^> Coolt! [00:12] <Linda^> Typ ingen jag känner kan ens lite om datorer :P [00:12] <Linda^> min pappa är typ "jag hittar inte "logga in" [00:14] <senate> hehe min farsan kan väl lite. han förstår principerna iaf [00:14] <senate> han har alltid försökt hänga med.. de har jag haft nytta av för han köpte alltid massa nya prylar när jag var ung [00:14] <senate> men han har 200 andra hobbys han måste underhålla med [00:14] <Linda^> Ah, min farsa köpte bara "prydnadssaker" [00:14] <Linda^> KUL! [00:15] <Linda^> alltså vad är dealen med android L? [00:15] <Linda^> plötsligt pulserar skärmen från svart till att jag ska se klockan, fram och tillbaka sådär. Stänger jag av skärmen vill jag att det ska vara svart fram tills jag får nån notification eller så. [00:16] <senate> inte orkat uppdatera mina telefoner än [00:17] <Linda^> min bråkade med mig för mycket, så jag tänkte att L skulle lösa oproblemen [00:17] <Linda^> men de skjuter bara upp uppdateringen hela tiden. Så jag rootade och stoppade in custom rom i morse [00:19] <senate> :) [00:19] <senate> väntar nog lite med uppdatera dom [00:19] <senate> sålänge allt funkar är det ingen hets [00:19] <Linda^> saker verkar funka iaf nu, till skillnad från förut. Men nu förstår jag migbara inte på den haha [00:56] <MarkusDBX> folk är här =) [00:57] <Linda^> Du ljuger [00:58] <Linda^> Man får inte ljuga. [01:34] <emma> hello everyone : ) [02:11] <ePax> Sover inte ni (; [08:31] <fendell> God morgon! [08:36] <Linda^> morrn [08:39] <fendell> pigg och glad? [08:49] <Linda^> fendell: Jovisst [08:49] <Linda^> men borde börja bli trött så jag får sova nån gång. [08:50] <fendell> inte sovit något? [08:50] <fendell> strängt [08:52] <Linda^> fendell: har jobbat hela natten [08:52] <Linda^> heeeeeela natten [08:53] <fendell> ajaj med vad jobbar du då? [08:53] <Linda^> hemliga grejer! [08:53] <Linda^> om jag berättar måste jag såklart döda dig. [08:53] <Linda^> Det blir så jobbigt då förstår du. [08:54] <fendell> jo det låter ansträngande [08:55] <Linda^> menar det, så du förstår varför jag inte kan berätta va. [08:55] <fendell> jo helt klart [08:58] <Linda^> Fint. [10:30] <emma> God morgon [12:00] <goopen> emma: godmorgon
ubuntu-chat
2024-05-13T22:11:02.247703
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Linda^", "MarkusDBX", "ePax", "emma", "fendell", "goopen", "senate" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-se.txt", "channel": "#ubuntu-se" }
2015-04-11-#ubuntu-us-ca
[00:36] <nhaines> ianorlin: ping [00:37] <ianorlin> hi nhaines [00:38] <ianorlin> I basically just got shouted out of my house [00:38] <ianorlin> I should probably take this to pm [00:38] <nhaines> Feel free.
ubuntu-chat
2024-05-13T22:11:02.249030
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "ianorlin", "nhaines" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-us-ca.txt", "channel": "#ubuntu-us-ca" }
2015-04-11-#ubuntu-ru
[08:07] <gregorijus> http://wklej.org/id/1685060/ Добрый день - в чём может быть проблема? [08:08] <gregorijus> lsmod http://wklej.org/id/1685062/ [08:26] <gregorijus> ещё раз переустановил драйвера и ничего не случилось... :( [14:58] <aleksei`> вечера [16:18] <gregorijus> Есть кто нибудь? [16:20] <gregorijus> Кто нибудь может мне помочь? [16:21] <gregorijus> алло [16:21] <gregorijus> кто нибудь [19:21] <crazymouse> Êàê óçíàòü êàêàÿ áûëà êîíôèãóðàöèÿ ðýéäà ñ ëàéâ ñèäè? [19:21] <ubuntuhelp> crazymouse! Please, use UTF-8 here. >>> How to configure: http://tinyurl.com/4qgpm3 or use Web Chat: http://ubuntu.ru/irc/webchat [21:44] <Sergey_IT1> тест [21:44] <ubuntuhelp> Sergey_IT1, Failed! [23:47] <martinlampe> Я здесь: Калининград, Россия
ubuntu-chat
2024-05-13T22:11:02.255502
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Sergey_IT1", "aleksei`", "crazymouse", "gregorijus", "martinlampe", "ubuntuhelp" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ru.txt", "channel": "#ubuntu-ru" }
2015-04-11-#launchpad-dev
[08:05] <cjwatson> wgrant: Good point about refs. I'll have a think about what a decent model would be, but I guess it just has to involve two columns for everything ... [08:12] <wgrant> cjwatson: More than two, since it also needs to record the commit ID. But yeah.
ubuntu-chat
2024-05-13T22:11:02.256687
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "cjwatson", "wgrant" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23launchpad-dev.txt", "channel": "#launchpad-dev" }
2015-04-11-#ubuntu-il
[20:59] <sexy> hi [21:04] <Guest58011> skype :: sexyyy.girl68 [21:05] <Guest58011> skype :: sexyyy.girl68 [21:05] <Guest58011> skype :: sexyyy.girl68
ubuntu-chat
2024-05-13T22:11:02.257426
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Guest58011", "sexy" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-il.txt", "channel": "#ubuntu-il" }
2015-04-11-#ubuntu-it
[05:35] <akis24> giorno [12:28] <gigirock> con un caldo abbraccio saluto gli avventori di questo canale [13:23] <akis24> sera [18:41] <lasa81> buonasera a tutti... [18:43] <lasa81> ho cercato di installare skype su ubuntu 14.04 64 bit ma purtroppo non mi parte. L'installazione l'ho eseguita da terminale con sudo apt-get install skype, è stata portata a termine ma nel momento in cui lancio skype non parte [18:43] <lasa81> ho letto che ci sono sul web alcune guide (ufficiali e non) ma ho paura di sbagliare e far su del casino.. mi potete aiutare? [18:49] <dadexix86> se lo lanci da terminale quale errore ti tiporta? [18:50] <dadexix86> lasa81 -^ [18:52] <lasa81> dadexix86, per lanciarlo da terminale mi basta scrivere "skype"? [18:52] <dadexix86> lasa81, sì [18:53] <lasa81> nessun errore.. mi rimane il rettandolino sotto senza che accada nulla [18:53] <lasa81> *rettangolino [18:57] <dadexix86> strano, è come se fosse già aperto.. Posta l'output di ps axu | grep skype [18:58] <lasa81> devo aprire quindi un'altro terminale? [18:58] <dadexix86> no, no sempre sullo stesso va bene.. [18:58] <dadexix86> ah scusa, devi fermare il processo con Ctrl+c [18:58] <lasa81> ahh ok [18:59] <lasa81> lasa 6549 0.0 0.0 15964 936 pts/0 S+ 20:59 0:00 grep --color=auto skype [19:01] <dadexix86> dato che sei sul 64 bit prima di installare skype hai seguito le istruzioni per abilitare il multiarch come spiegato sulla guida ufficiale all'installazione? http://wiki.ubuntu-it.org/InternetRete/Telefonia/Skype [19:03] <lasa81> uhm..no dadexix86 [19:03] <lasa81> quello non l'avevo fatto.. [19:03] <lasa81> posso farlo ora o devo disisntallare prima skype? [19:03] <dadexix86> ok, disinstalla quello che hai installato, poi fallo e reinstalla [19:04] <lasa81> ok da [19:04] <dadexix86> prima devi disinstallare [19:05] <lasa81> niente da fare dadexix86 [19:06] <lasa81> non me lo apre ancora [19:06] <lasa81> sembra quasi sia un problema di interfaccia..perchè nella launchbar laterale a sx mi si apre l'icona... [19:06] <dadexix86> ah ma quindi parte! [19:07] <dadexix86> se ci clicchi sopra non succede nulla? [19:07] <lasa81> no... [19:07] <dadexix86> non è che magari parte ridotto nella traybar in alto? [19:08] <lasa81> ehm no dadexix86 [19:08] <lasa81> non appare nulla nella tray in alto..infatti non capisco... [19:09] <dadexix86> proviamo a rinominare la sua cartella nascosta mv ~/.Skype ~/Skype-old [19:09] <lasa81> dove posto lo screenshot? [19:09] <dadexix86> e poi a lanciarlo di nuovo skype [19:09] <lasa81> ok [19:09] <dadexix86> su tinypic, imgur, dove preferisci :) [19:10] <lasa81> nooooo [19:10] <lasa81> spe... [19:10] <lasa81> !paste [19:10] <ubot-it> http://paste.ubuntu.com/ servizio che permette di incollare lunghi output senza intasare il canale; incollare il testo, indicare il nick, premere paste e postare in canale l'indirizzo della pagina [19:10] <lasa81> !tinypic [19:10] <ubot-it> Voce non trovata: 'tinypic' [19:12] <lasa81> non ci credo....avevo 2 desktop per via della hdmi inserita..indovina dove si trovala la scermata di skype.....-_-... che pirla [19:14] <dadexix86> ahah!! beh, meglio così ;) [19:15] <lasa81> chiedo scusa per averti fatto perder tempo dadexix86 [19:15] <lasa81> ti ringrazio cmq [19:16] <dadexix86> tranquillo, non è una perdita di tempo aiutare qualcuno ;) [19:16] <lasa81> grazie :) [19:17] <lasa81> semmai posso chiedere un'altra info... è solo uno sfizio..ma è giusto per capire... i tasti FN del mio notebook non funzionano tutti correttamente...per esempio vol+ e vol- si..idem per il tasto mute...ma la luminosità schermo invece no... [19:18] <lasa81> posso installare qualcosa per correggere questo problema? [19:24] <dadexix86> lasa81, può essere, ma spesso dipende dal produttore. marca e modello? [19:25] <lasa81> dadexix86, http://www.lffl.org/2013/03/ubuntu-asus-tasti-fn.html [19:25] <lasa81> sembra proprio il mio problema... [19:25] <lasa81> faccio dei danni a provare? [19:26] <dadexix86> se sai come tornare indietro, non fai nessuno danno ;) [19:26] <dadexix86> ti consiglio però di provare senza modificare il file grub [19:27] <lasa81> mm ok [19:27] <dadexix86> ma all'avvio edita (tasto [e]) la riga di avvio e aggiungi acpi_osi= al fondo della stringa di avvio, dopo quiet splash [19:27] <dadexix86> così se non funziona basta che riavvii ed è come se non avessi fatto nulla. [19:27] <dadexix86> poi se funziona segui l'articolo e lo rendi permanente
ubuntu-chat
2024-05-13T22:11:02.271823
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "akis24", "dadexix86", "gigirock", "lasa81", "ubot-it" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-it.txt", "channel": "#ubuntu-it" }
2015-04-11-#ubuntu-es
[07:23] <julio> holsa [07:23] <julio> hey [08:26] <erAbuelo> buenos dias [12:24] <ghostnetwork> guampa: [12:29] <ghostnetwork> por favor me pueden ayudar a instalar [12:29] <ghostnetwork> linux [14:38] <successus> salud o/ [17:42] <successus> salud, hasta otro rato o/ [18:25] <erAbuelo> re [21:29] <ErgoProxy> hola
ubuntu-chat
2024-05-13T22:11:02.274338
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "ErgoProxy", "erAbuelo", "ghostnetwork", "julio", "successus" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-es.txt", "channel": "#ubuntu-es" }
2015-04-11-#xubuntu
[01:46] <craigbass76> I've got Window buttons on a panel. Is there any way to drag these windows around so that they're in a different order? [02:07] <xangua> yes, but you need to change the windows list plugin settings [02:14] <craigbass76> Is this plugin already installed? [02:14] <xangua> it's the windows list [02:14] <xangua> right clic, properties [02:15] <craigbass76> xangua, that was stupid... :P [02:15] <craigbass76> Thanks for showing me. [02:15] <craigbass76> Definitely a facepalm moment... [05:39] <gnumbknuts> Thunar "delete" function , how can I disable it from both the right-click and the delete key ? [09:46] <max12345> hello, should I/do I have to make a backup before upgrading from 14.04 to 14.10? [09:54] <elfy> max12345: I would. I'd also think about whether I wanted to install something that goes EOL in 3 months [09:55] <max12345> ok then I'll just wait. Thanks elfy ! [09:56] <elfy> max12345: well you've the option of upgrading 14.10 now and then to 15.04 in a month, or the next LTS straight upgrade route is 16.04 [09:58] <elfy> https://wiki.ubuntu.com/LTS gives you an idea of how the releases overlap [09:59] <elfy> also bear in mind that while Ubuntu support for 5 years typically, we don't [10:02] <max12345> I already had the case of something not updating because LTS that would have needed to update so I'm ok with shorter support cycles [10:02] <elfy> ok [10:03] <elfy> just giving you the info where I can :) [10:03] <max12345> yes I appreciate it :) [16:16] <tiyteeze> hey [16:16] <tiyteeze> need help [20:31] <andyfied> i think that person needed help [20:35] <krytarik> andyfied: Left half a minute later though. [20:38] <andyfied> and now we will never know what is issue was :( [20:38] <knome> it's their loss really [20:39] <andyfied> yeah, i don't care [22:23] <xubuntu35w> I'm on Xubuntu 14.10. I'm installing Dropbox and there are two downloads available: 1)Ubuntu (deb) 2)Debian (deb). I was going to choose #2. Is that the way to go or could I choose either or should I choose #1? [22:24] <genii> If you're running an OS whose last 5 letters are buntu then choose 1 [22:26] <xubuntu35w> OK. Since it's Xu-buntu then it's #1. But on my other computer I chose the Debian and it seems to work properly. Should I uninstall it and choose the Ubuntu deb? [22:29] <Unit193> You can also install nautilus-dropbox, it installs dropbox and you don't even need nautilus. [22:30] <xubuntu35w> Thx but I'm a newbie and I'd really rather just install it from one of these files. I guess if the other Dropbox is working okay (installed via the Debian file) I should leave well enough alone then, huh? [22:31] <knome> xubuntu35w, installing a package from the repositories is actually easier and better than to install from those packages [22:32] <xubuntu35w> Does the Unbuntu Software Center have Dropbox? [22:33] <xubuntu35w> Ah, it does. [22:34] <Unit193> There's even a plugin for thunar. [22:34] <xubuntu35w> So I should just leave the Dropbox (that I think I installed via the Debian deb, not the Ubuntu deb like I should have) on the other computer and install this Dropbox via the Ubuntu Software Center? [22:35] <knome> that's the recommended whenever possible [22:35] <Unit193> Sure, that'l do. [22:35] <knome> *recommended way [22:35] <xubuntu35w> Can I even uninstall Dropbox? [22:35] <knome> the things you install from the software center are always uninstallable from the software center [22:36] <Unit193> If you installed it from a 'deb' file, yes. [22:36] <xubuntu35w> But I didn't install the first Dropbox from the Software Center. I used a Gdebi installer. [22:37] <xubuntu35w> So uninstall it from Synaptic Package Manager then? [22:38] <xubuntu35w> Or should I just leave it since it seems to be working okay? [22:50] <gnumbknuts> Thunar: "Disk Image Mounter" right-click menu option , What is the syntax used to execute this operation ? I would like to us it in a bash script . [23:11] <gnumbknuts> Conversely, when I execute: sudo mount -v -t iso9660 -o loop xubuntu-daily.iso mnt , mount gives a warning: "xubuntu-daily.iso is already associated with /dev/loop0 " . Thunar then shows the iso being mounted twice. [23:13] <gnumbknuts> BTW... what is the syntax to u(n)mount that iso ? [23:39] <clouseau_> I just removed Dropbox from my computer from the Synaptic Package Manager (I'm running xubuntu 14.10). When I put 'dropbox' in the terminal it says: 'dropbox is not currently installed.' And yet, Dropbox is still there and is working and syncing with my other computer. How is this possible? [23:40] <knome> clouseau_, didn't you say you didn't install dropbox via synaptic? [23:40] <clouseau_> Yeah. I installed it from a .dev file with Gdebi installer. [23:40] <clouseau_> deb file [23:41] <Unit193> dpkg -S `which dropbox` [23:41] <clouseau_> What do you mean? [23:43] <clouseau_> After I removed Dropbox from Synaptic, I removed the Dropbox folder from and when I did Dropbox gave me a pop-up saying do you want to "re-link"? I said okay and signed in but there's nothing on the computer so how is it working? [23:44] <knome> clouseau_, try running the command Unit193 pasted in a terminal [23:45] <clouseau_> Oh, I didn't realize that was a command. OKay. [23:45] <Unit193> There's also likely a ~/.dropbox/ and maybe ~/.dropbox-dist/ dirs. [23:46] <clouseau_> There's no apostrophes in that command, right? So it's: dpkg -S which dropbox ? [23:46] <knome> backticks ` [23:48] <clouseau_> ok [23:49] <clouseau_> Here's what it said: dpkg-query: error: --search needs at least one file name pattern argument Use --help for help about querying packages. [23:49] <clouseau_> You know, can I just add the Dropbox from the Ubuntu Software Center or is that overkill? [23:50] <clouseau_> I'm feeling like I'm getting in over my head here. [23:53] <clouseau_> When I put "dropbox" in the Catfish File Finder (under File System) a ton of stuff comes up. [23:54] <clouseau_> Think I should just leave it be. It's working. Or should I add Dropbox from the Ubuntu Software Center?
ubuntu-chat
2024-05-13T22:11:02.280644
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Unit193", "andyfied", "clouseau_", "craigbass76", "elfy", "genii", "gnumbknuts", "knome", "krytarik", "max12345", "tiyteeze", "xangua", "xubuntu35w" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23xubuntu.txt", "channel": "#xubuntu" }
2015-04-11-#ubuntu-uk
[00:55] <m0nkey_> How Canadian is this.. Maple Syrup cola! [00:57] <daftykins> D: [00:57] <daftykins> how is it? [00:57] <m0nkey_> Pretty good [01:15] <daftykins> https://www.youtube.com/watch?v=q2kd7F3YFz8 [01:43] <diddledan> http://www.reddit.com/r/linux/comments/2vyhr6/apparently_terminator_runs_linux_version/ [01:47] <diddledan> daftykins: that deus ex video is very cinematic in quality [01:48] <daftykins> sure is! [01:48] <daftykins> hmm just found Human Revolution (the last game) for £2.71 on amazon UK [05:43] <mappps> hmm [05:43] <mappps> marvel daredevil any good? [06:02] <knightwise> dont know [06:03] <knightwise> we are watching ARROW over here [06:05] <mappps> ah cool [06:05] <mappps> what ep you on? [06:07] <knightwise> a good chunk into season 3 [06:12] <mappps> cool ive seen it all so far [06:12] <mappps> good series;D [06:14] <knightwise> they do a crossover with 'flash' [06:14] <knightwise> boy am i glad I dont watch that show [06:16] <mapps> ah had to reset router [06:16] <mapps> knightwise watch any other shows [06:19] <knightwise> currently watching Sherlock [06:19] <knightwise> i mean Elementary [06:19] <knightwise> thats not bad eiter [06:19] <knightwise> and thats about it , we dont watch a lot of tv [06:19] <knightwise> I love my webshows :) stuff yo can find on youtube like star trek fanmade stuff and that [06:20] <mapps> ahh ok cool...i watch elementary too:) but about 20 other shows too;) [06:22] <knightwise> i think we watch about 2 hours of tv a day an hardly any in the weekend [06:22] <knightwise> we ditched our cable connection a couple of months ago [06:24] <knightwise> i'm off :) going to powerwash the deck outside [06:26] <mapps> bit early isnt it?? [09:34] <brobostigon> morning boys and girls. [09:36] <zmoylan-pi> morning * [09:37] <brobostigon> morning zmoylan-pi [11:23] <bigcalm> Good morning peeps :) [11:40] <brobostigon> morning bigcalm [11:41] <zmoylan-pi> the tv show, i've seen a lot of folk rave about it [11:41] <zmoylan-pi> whoops, responding to commend from 0643 :-) [11:41] <shauno> I was gonna see, I've heard of this teevee stuff, seems kinda popular :p [11:42] <zmoylan-pi> it'll never catch on, it'll never have the great images that radio creates [12:32] <MooDoo> morning all [12:32] <MooDoo> blimey it's afternoon lol [12:34] * zmoylan-pi waits for lift to ad&d... [12:35] <zmoylan-pi> gor the orc will smite the buggery out of the bad guys. and probably be the brains of the outfit... [13:36] <StevenR> oh. wow. apt-get update doesn't work. [13:36] * StevenR waits for the screenshot to appear in his mailbox [13:37] <StevenR> (Dad's PC has had something bad happen to it, so much so that /boot is empty and other stuff is badly wrong) [13:44] <moreati> StevenR: At that point I wouldn't bother to try and repair it. Just boot from usb or a cd, copy all your dad's data off and then reinstall. [13:45] <StevenR> moreati: it's several hundred miles away [13:45] <StevenR> finding all the data remotely is going to be challenging [13:45] <moreati> ah, i'll shutup then [13:46] <StevenR> fortunately the /home array isn't on the same disks as the OS [13:46] <MooDoo> phew [14:54] <MooDoo> hows everyone today? [15:01] <popey> great [15:01] <popey> new cat flap installed [15:02] <StevenR> YES! It lives. Sortof. It now kernel panics on something instead of barfing at the grub stage. [15:02] <popey> \o/ [15:02] <popey> Progress! [15:02] <StevenR> yup [15:02] * StevenR waits for the screenshot [15:14] <bigcalm> popey: using RFID chip in cats' necks? [15:14] <popey> nope [15:14] <bigcalm> Oh well, they are cool [15:24] <bigcalm> popey: how far did you get in GTA IV? I kind of stopped after a couple of jobs with Jacob [16:01] <StevenR> right. /etc/shadow appears to be hosed [16:15] <StevenR> hrrm. Cannot login as a normal user... login just fails. Can't run passwd user from rescue system, says permission denied. [17:06] <StevenR> hurrah. Reinstalled the pam packages and got a working system back [17:07] <StevenR> now we see what else is corrupt [17:08] <directhex> StevenR: protip: debsums [18:43] <Azelphur> Hey folks, what versions of the chromebook are nice and let you install Ubuntu on them? [18:44] <Azelphur> Or to bake the question down to its lowest common denominator: recommend me a laptop with insane battery life [18:49] <Azelphur> bonus points for USB charging too [18:52] <penguin42> I've seen it done on one of the earlier Samsung chromebooks (A15 ARMs) [18:54] <Azelphur> yea, I want intel anyway [19:06] <ali1234> http://www.scan.co.uk/products/101-asus-tf103c-1a031a-eeepad-intel-baytrail-t-z3745-quad-core-133ghz-1gb-1066mhz-16gb-android-44-bl [19:07] <Azelphur> ali1234, interesting, you can get ubuntu on that? [19:08] <ali1234> i dont see why not [19:08] <ali1234> most of the range runs windows [19:08] <Azelphur> ali1234, yea I wouldn't buy it unless someone had actually done it [19:09] <penguin42> Azelphur: I know there's one of the Fedora guys who does it to the Dell intel tablets [19:10] <Azelphur> I see [19:10] <Azelphur> ali1234, in fact, google says no for Ubuntu on that, no BIOS only droidboot [19:11] <ali1234> buy one that has windows then [19:12] <ali1234> i kind of want to buy a pitop [19:13] <penguin42> Azelphur: https://www.happyassassin.net/fedlet-a-fedora-remix-for-bay-trail-tablets/ [19:14] <Azelphur> penguin42, I'd prefer Xubuntu, I'd also prefer something that's a bit more laptop/PC like hardware wise so I have no issues [19:14] <ali1234> i also kind of want to buy a point and shoot camera that has wifi and runs android [19:14] <Azelphur> I want something more like a laptop where I can just install any OS and it should be fine, than say an Android tablet where that isn't going to happen [19:59] <popey> Azelphur: in general android intel tablets are not easy to install linux on [19:59] <popey> Azelphur: ironically the windows ones generally are [20:00] <Azelphur> popey, yea I can see why, ideally I'm trying to find something intel based with boatloads of battery life [20:01] <Azelphur> the goal being for it to be used on a plane [20:01] <Azelphur> USB charging is a mega plus [20:01] <popey> what would you be doing with it on the plane? [20:01] <Azelphur> watching movies, playing some ultra-light games (FTL?) and IRCing if they have WiFi [20:02] <Azelphur> maybe some old emulators too for retro games [20:07] <Azelphur> popey, any recommendations? :) [20:07] <popey> yeah, a tablet [20:09] <Azelphur> thanks captain vague :P [20:09] <popey> Well, last time I flew anywhere was 10 hours and I took my hudle2 [20:09] <popey> -e [20:09] <popey> worked a treat for me [20:10] <popey> and it's still the primary tablet I use, and it's what, 6 months old now? [20:10] <Azelphur> yea, I took my nexus 7 and it was alright, plugged it into a hdd with usb otg and had a bunch of movies [20:10] <Azelphur> but really want a full OS + keyboard myself [20:10] <popey> oh, only 4 months [20:10] <popey> just for a flight? [20:10] <Azelphur> yep [20:10] <Azelphur> because WiFi flights \o [20:11] <penguin42> Azelphur: I'm not sure it's any harder to get it onto the Intel tablets than it is on the chromebooks [20:11] <penguin42> Azelphur: Assuming you choose the right one [20:11] <Azelphur> penguin42, if you get a windows one it's probably ok, as long as it's intel [20:11] <popey> yeah, it is tricky on most [20:11] <popey> (most android ones) [20:11] <Azelphur> popey, I am so tempted by the hudl now though, they have them on sale refurb for like £76 and I have £25ish of clubcard credit [20:11] <Azelphur> works out I could get one for like <£20 [20:11] <popey> bargain [20:11] <Azelphur> indeed [20:12] <Azelphur> crazy bargain, problem is I barely use my n7, so I feel like I'd just be buying it because its cheap [20:14] <penguin42> actually, to be fair the chromebooks might be easier; certainly the older ones Google made it very easy to do
ubuntu-chat
2024-05-13T22:11:02.295980
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Azelphur", "MooDoo", "StevenR", "ali1234", "bigcalm", "brobostigon", "daftykins", "diddledan", "directhex", "knightwise", "m0nkey_", "mappps", "mapps", "moreati", "penguin42", "popey", "shauno", "zmoylan-pi" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-uk.txt", "channel": "#ubuntu-uk" }
2015-04-11-#ubuntu-accessibility
[01:24] <Texou> hi
ubuntu-chat
2024-05-13T22:11:02.297066
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Texou" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-accessibility.txt", "channel": "#ubuntu-accessibility" }
2015-04-11-#ubuntu-de
[06:55] <julius> Huhu! Wie krieg ich den gnome mplayer denn wohl mal dazu, x265 abzuspielen? [06:56] <julius> http://askubuntu.com/questions/362745/how-to-install-h-265-hevc-codec-on-ubuntu-linux hab ich schon versucht, also das mit dem gstreamer PPA - brachte aber nichts [06:56] <kubine> julius: Title: video player - How to install H.265 / HEVC codec on Ubuntu Linux? - Ask Ubuntu (at askubuntu.com) [07:16] <julius> Psycho-Dad, hast du ne Ahnung wie ich mplayer dazu kriege, x265 abzuspielen? [07:17] <bekks> Welches Ubuntu hast du denn genau, und welche mplayer Version? [07:23] <julius> Psycho-Dad, ich hab hier ein linux mint system und gnome mplayer 1.0.8 [07:23] <bekks> julius: Dann wende Dich bitte an den Mint-Support. [07:23] <bekks> Wir supporten hier nur Ubuntu. [07:27] <julius> bekks, ok ich hab hier AUCH noch eine Ubuntu Kiste (Targ), wie geht es da denn? [08:12] <jokrebel> Was ist denn "Targ" [09:43] <rototom> Der Targ ist ein, auf der klingonischen Heimatwelt Qo'noS beheimatetes, Säuge- und Herdentier. [09:46] <Anf> Guten Tag, wollte mal fragen, ich bin grad dabei einen Text zu schreiben mit LibrOffice mit Ubuntu, und hab das Problem, das die Absätze zu groß sind, zwischen den Reihen. Wen ich in den Einstellungen bei Absätze schaue, steht da "Einfach" wen ich es auf "Proportional" stelle und mit OK bestätige, speicher er die Einstellung nicht, wen ich wieder rein gehe, steht wieder "Einfach" anstatt "Proportional" wieso speicher er die Einste [10:56] <Anf> Any Help ? [11:44] <bunyip> /j #libreoffice /j #libreoffice-de [11:52] <Anf> Danke [13:23] <cptncirp> Hallo, ich bin mir nicht sicher, ob das hier der richtige Channel für diese Frage ist aber: Ich habe eine neue Festplatte in Betrieb genommen die ich für Daten und eine Ubuntu Installation nutzen möchte. Nun ist mir allerdings beim Formatieren aufgefallen, dass der S.M.A.R.T. Wert 191 ständig steigt. Er wird mit "Mechanical Shock" beschrieben. Halt [13:23] <cptncirp> et Ihr diesen Wert für kritisch oder ist ein Ansteigen des Wertes normal? Vielen Dank! :) [13:32] <ppq> cptncirp, falls die anderen werte ok sind und die platte keine unnormalen geräusche macht, würd ich mir da erstmal keinen kopf machen [13:33] <cptncirp> ppq: Danke für die Antwort. Es wunderte mich nur etwas, da die Platte neu ist und der Wert bereits über 100 gestiegen ist [13:34] <ppq> cptncirp, ja, ist mir so auch noch nicht untergekommen. vielleicht spinnt der sensor nur. ist die platte denn richtig fest im gehäuse angeschraubt? [13:34] <ppq> vielleicht wird er durch vibrationen gestört [13:34] <ppq> oder ist es eine externe platte? [13:35] <cptncirp> ppq: ich dachte bereits an meinen großen, 22CM Lüfter der die Platten kühlt. Die Platte selbst steckt in einem Schacht in dem sie leicht entkoppelt wird. Allerdings nicht mit bändern, sondern lediglich mit solchen Noppen, was in der Regel zur Lärmreduktion verhilft [13:36] <ring0> kannst ja mal den output von smartctl -A irgendwo pasten, wenn du magst [13:36] <cptncirp> ppq: die Entkopplung ist allerdings kein Eigenbau sondern war bereits so für das Gehäuse konzipiert [13:36] <ppq> selbst ohne entkopplung sollte das kein problem sein [13:36] <ppq> ja, zeig uns am besten mal alle werte, stimmt [13:36] <ppq> !paste > cptncirp [13:36] <kubine> cptncirp: Nicht selbst geschriebener Text wird im IRC sehr unleserlich und unhandlich. Deshalb sollten mehr als 3 Zeilen immer in einen sogenannten Nopaste-Service wie z.B. http://paste.ubuntu.com/ abgelegt werden. Nach dem Speichern kannst du dann die URL der Seite kopieren und sie statt des Textes hier im Channel posten. [13:36] <cptncirp> alle 0 [13:36] <cptncirp> bis auf den Wert 191 [13:36] <cptncirp> und natürlich das übliche, also power on hours 4 etc. da gibts nicht viel zu sehen^^ [13:38] <ppq> also alle anderen error rates null? jo, dann keine sorge.. vielleicht die platte nochmal irgendwie anders einbauen und gucken ob der wert weiter steigt. auf jeden fall aber im auge behalten [13:38] <ppq> und backups hat man zur not ja sowieso. [13:38] <ring0> cptncirp, joa, ist immer gut jemand anderes drüber gucken zu lassen. dann müssen die helfenden nicht raten oder dem evtl. falsch abgelesenen trauen [13:39] <cptncirp> @kubine: generell oder nur für SMARTwerte und Tabellen? [13:40] <cptncirp> Ich bin allerdings aktuell noch unter windows. Dort verfüge ich nicht über das Tool, ich müsse dafür erst ein Programm installieren welches das Auslesen und herauskopieren der SMART Werte erlaubt [13:40] <ring0> kubine ist ein bot ;) [13:40] <ring0> gut, dann hat sich das thema ja sowieso erledigt gerade :) [13:42] <cptncirp> ring0: Ich möchte das System ja darauf installieren^^ [13:43] <cptncirp> danke jedenfalls, ich werde das ganze noch eine weile beobachten! [13:43] <ring0> hehe [13:44] <ring0> ja, ich guck gerade nach meinen 191er werten [13:44] <cptncirp> nicht jede Festplatte scheint über sie zu verfügen [13:45] <ppq> meine seagate hat den eintrag, ist aber auf 0 [13:45] <cptncirp> meine kommt von Toshiba [13:45] <ppq> (bei >2000 power on hours) [13:46] <ring0> hab hier eine, die hat als value 94 und bei raw_value 66802 [13:47] <cptncirp> von seagate? [13:48] <ring0> eine samsung spinpoint f3 [13:48] <ring0> aber die samsung hdd sparte wurde ja von seagate übernonmmen. also sehr nahe [13:49] <cptncirp> hmm... naja, ich warte mal ab. Danke bisher nochmals! [16:24] <kiosk1000> Hallo ich kann http://media.ubuntuusers.de/forum/attachments/2103272/090730_RTL2832U_LINUX_Ver1.1.rar vom Thread http://forum.ubuntuusers.de/topic/dvb-t-key-msi-digivox-mini-ii-v3-0-aktuell-vo/2/ nicht downloaden. Kennt da jemand eine Lösung? [16:24] <kubine> kiosk1000: Title: DVB-T Key MSI DigiVox mini II V3.0 aktuell von MediaMarkt hat geänderten Chip! › Kaufberatung › Forum › ubuntuusers.de (at forum.ubuntuusers.de) [16:28] <ring0> wie ist denn die usb id von dem stick? [16:29] <ring0> hier die wiki seite. definitiv aktueller als dein thread von vor 6 jahren ;) http://wiki.ubuntuusers.de/MSI_DigiVox_mini_II [16:29] <kubine> ring0: Title: MSI DigiVox mini II › Wiki › ubuntuusers.de (at wiki.ubuntuusers.de) [16:32] <ring0> kiosk1000, ^ [16:32] <kiosk1000> warte schau kurz nach [16:33] <kiosk1000> 1d19:1101 [16:34] <ring0> ok, die ist auch in dem wiki artikel beschrieben [16:54] <rentier_> Servus, ich kann da einen Font nicht einstellen, laut Fontmatrix ist der aber schon aktiviert, woran kann das liegen? [16:57] <kiosk1000> Hi, ich melde mich wieder mir ist nämlich aufgefallen das der Treiber nur für Kernel 3.0.0, 3.0.1 und 3.2.0 ist. Da ich aber Kernel 3.13 oder höher habe werde ich mit der Anleitung aber nichts anfangen können. [16:57] <ring0> hast du mal geguckt, ob der stick vielleicht direkt vom aktuellen erkannt wird? [17:00] <kiosk1000> Wie kann ich das nachschauen? [17:06] <ring0> kiosk1000, könntest mal einen blick in dmesg werfen oder mit lshw gucken, ob ein dafür geladen wurde [17:06] <ring0> +modul [17:12] <ring0> kiosk1000, hast du mal probiert einfach nach sendern zu scannen? [17:17] <kiosk1000> wo kann ich das denn machen? im vlc player finde ich nichts [17:22] <ring0> kiosk1000, richtig. der vlc kann nicht scannen. der erwartet eine korrekte channels.conf datei, die man vorher erstellen muss [17:25] <ring0> kiosk1000, installier mal w-scan und versuche dann eine channels.conf zu erstellen. am besten im terminal mit: w_scan -ft -c DE > channels.conf [17:26] <ring0> kiosk1000, sollte dein stick nicht vom kernel unterstützt werden, meckert w_scan direkt in großbuchstaben :) [17:27] <kiosk1000> er scannt gerade ohne GROẞBUCHSTABEN [17:27] <ring0> hier der artikel zu w_scan: http://wiki.ubuntuusers.de/w_scan [17:27] <kubine> ring0: Title: w scan › Wiki › ubuntuusers.de (at wiki.ubuntuusers.de) [17:27] <ring0> das hört sich doch gut an [17:28] <ring0> dann hier schonmal der link für vlc mit dvb-t: http://wiki.ubuntuusers.de/VLC#VLC-und-DVB-T-bzw-DVB-C [17:28] <kubine> ring0: Title: VLC › Wiki › ubuntuusers.de (at wiki.ubuntuusers.de) [17:29] <ring0> eigentlich selbsterklärend aber lesen ist ja immer gut [17:30] <ring0> kiosk1000, ist w_scan fertig? [17:30] <kiosk1000> noch nicht [17:31] <ring0> am ende wird die datei channels.conf erstellt. die kannst du dann irgendwo sinnvoll hinkopieren und dort mit dem vlc öffnen [17:32] <ring0> kiosk1000, wurde denn schon ein sender gefunden? [17:32] <kiosk1000> ja ganz viele [17:33] <ring0> das ist doch schön. dann wird der stick eindeutig direkt unterstützt [17:34] <kiosk1000> er ist fertig [17:37] <ring0> du weißt ja, was du jetzt machen musst [17:38] <kiosk1000> nein ich weiß nicht wo ich die channels.conf hinkopieren muss? [17:39] <kiosk1000> *ohne fragezeichen [17:39] <ring0> du kannst sie auch da lassen, völlig egal. ich würde z.b. dokumente empfehlen [17:39] <ring0> hauptsache du öffnest sie im vlc und los gehts [17:42] <ring0> und geht? [17:44] <bazZzZzti> moin [17:44] <ring0> kiosk1000, ich muss los. zur not schau nochmal in den link von eben aus dem wiki: http://wiki.ubuntuusers.de/VLC#VLC-und-DVB-T-bzw-DVB-C [17:44] <kubine> ring0: Title: VLC › Wiki › ubuntuusers.de (at wiki.ubuntuusers.de) [17:45] <kiosk1000> ok [17:45] <ring0> du musst die channels.conf nur im vlc öffnen. sollte ein leichtes sein [17:46] <kiosk1000> ok bb [17:46] <bazZzZzti> kann man gar nicht mehr in der anmeldemaske bei ubuntu 14.04 zwischen kde xfce und unity wechseln? [17:47] <kiosk1000> danke [17:47] <kiosk1000> danke danke [17:47] <kiosk1000> bazZzZzti doch kann man [17:48] <bazZzZzti> ich hab das optionsrädchen auf dem bildschirm nicht [17:48] <bazZzZzti> gerade frisch installiert [17:49] <kiosk1000> welche oberfläche hast du denn installiert [17:49] <bazZzZzti> standard ist glaub ich unity oder wie die heisst? [17:49] <bazZzZzti> mit den button s in der leiste am linken rand [17:49] <kiosk1000> ja unity [17:50] <bazZzZzti> aber xfce und kde muss man nicht nachinstallieren oder? [17:50] <kiosk1000> das rädchen beim anmelden wird nur angezeigt wenn du auch eine andere oberfläche als unity installiert hast+ [17:52] <bazZzZzti> ah ok [17:52] <bazZzZzti> das erklärts natürlich [17:53] <bazZzZzti> das wirkt so klicki bunti die unity oberfläche [17:54] <bazZzZzti> gibts nen einfachen weg kde nachzuinstallieren? [17:56] <kiosk1000> ja [17:57] <kiosk1000> sudo apt-get install kubuntu-desktop kde-full [17:58] <kiosk1000> aber am besten ist es mit kubuntu http://www.kubuntu.org/getkubuntu [17:58] <kubine> kiosk1000: Title: Download Kubuntu | Kubuntu (at www.kubuntu.org) [17:58] <bazZzZzti> ok danke [17:59] <kiosk1000> siehe auch: http://wiki.ubuntuusers.de/KDE [17:59] <kubine> kiosk1000: Title: KDE › Wiki › ubuntuusers.de (at wiki.ubuntuusers.de) [18:21] <SpeeFak> namt kann ir jmd sagen wo ich den parameter für folgende fehlermeldung wieder einstellen kann : XDG_RUNTIME_DIR not set in the environment [18:22] <SpeeFak> ich habe den user umbenannt und seit dem geht kein x forwading mehr und es treten komische fehler auf [18:28] <PachiriSuu> servus [18:31] <Rochvellon> SpeeFak: hier schonmal geschaut: http://askubuntu.com/questions/456689/error-xdg-runtime-dir-not-set-in-the-environment-when-attempting-to-run-naut [18:31] <kubine> Rochvellon: Title: sudo - "error: XDG_RUNTIME_DIR not set in the environment." when attempting to run nautilus as root - Ask Ubuntu (at askubuntu.com) [18:32] <SpeeFak> Rochvellon, jepp fumzt alles nicht [18:32] <SpeeFak> abgesehn davon ist das nut ne temporte lösung :/ [18:33] <SpeeFak> irgentwas ist wohl mit den system variablen falsch gelaufen [18:33] <SpeeFak> und die müsste ich neu sezten [19:33] <BornToFlyBert> Hallo! [19:35] <BornToFlyBert> Ist hier jemand der sich mit Lexmark Druckern und Ubuntu 14.04 LTS auskennt? [19:36] <_moep_> cups > BornToFlyBert [19:36] <_moep_> ach mist [19:36] <_moep_> !cups > BornToFlyBert [19:36] <kubine> BornToFlyBert: Informationen zu CUPS finden sich im Wiki unter http://wiki.ubuntuusers.de/CUPS [19:37] <BornToFlyBert> Danke moep! Ich habe das Problem, das Problem der der Druckerauftrag verbleibt kurz in Cups und wird an den Drucker [19:37] <BornToFlyBert> ok nochmal [19:38] <BornToFlyBert> ich habe das Problem im CUPS sind die Druckeraufträge drinnen und werden an den Drucker gesendet, jedoch der Druck tut nichts! [19:38] <BornToFlyBert> So jetzt ist es besser erklärt hoffentlich. [19:39] <BornToFlyBert> Kann mir da jemand einen Tipp geben? [20:33] <Anf_> Guten Abend, hab mal eine kleine Frage, wieder mal zu einem Synoplogy NAS Server. Hab Mir jetzt entschlossen, das Syno DS713+ zu holen, aber eine kleine Frage hätte ich noch zu der Funktion. Früher wollte ich den NAS immer als Raid1 laufen lassen, wegen Datensicherheit, aber viele haben gesagt, das Raid kein wqirkliches BackUp ist, was auch Richtig ist, die frage ist jetzt, wen man kein Raid auf dem NAS laufen lässt sondern ganz [20:34] <Anf_> kann man jetzt ein BackUp von dem NAS Server auf eine externe USB Festplatte machen, damit man wirklich ein sichers BackUp seiner Daten hat? [20:43] <apollo13> Anf_: und was hat das mit ubuntu zu tun? [20:44] <Anf_> Sorry, ich hab nur gesehen, das sehr viele User hier im Ubunty Channel Synology nutzen. Weiß sonst nicht, wo ich fragen soll [21:21] <Rochvellon> Anf_: so ganz allgemein: RAID bietet nur Datensicherheit bei Ausfall von Festplatten und kann eine Komponente des Backups sein. Und du kannst ein Backup deiner Daten auf ein USB-Laufwerk speichern. [21:24] <Anf_> ok, also kann man ein BackUp der Daten von der NAS auf eine externe USB Festplatte machen, was ich noch nicht finden konnte, wen man das erste mal das BackUp von der NAS auf eine USB Festplatte macht, werden ja das erste mal Alle Daten Kopiert, jetzt die Frage. Wenn ich jetzt nach z.B 2 Wochen mein BackUp wieder aktualisieren möchte, [21:27] <Rochvellon> dann kannst du bspw. rsync oder eine backup-lösung, die darauf aufsetzt, nutzen. [21:27] <Anf_> Und die USB Festplatte wieder anschließe, wird Synology die USB Festplatte wieder formatieren und Alle Daten wieder Kopieren, oder kann Synology nur die gelöschten oder hinzugefügten Daten ergänzen, ohne die ganze USB Festplatte wieder zu formatieren und Alle Daten wieder kopieren? [21:28] <Rochvellon> normalerweise sollte die synologie nicht einfach festplatten formatieren [21:30] <Anf_> klar, aber wen ich mein BackUp aktualiesieren möchte auf der USB Festplatte, muss Synology wieder Alle Daten vom NAS auf die USB Festplatte kopieren, oder kann Synology auch Syncronisieren und die Fehlenden Daten NUR ergänzen, Ohne Alle Daten wieder kopieren zu müssen? [21:30] <Rochvellon> öhm, sry, kenne mich mit der synologie-software nicht aus. aber sie sollte eine synchronisation beherschen. evtl per 3. app [21:33] <Anf_> Das würde ich gerne wissen, weil ich möchte nicht, jedes mal, wen ich von der Synology NAS ein BackUp [21:34] <Anf_> mache, das alle Daten wieder kopiert werden müssen [21:35] <Rochvellon> 20 sekunden suche: http://www.tomshardware.de/synology-dropbox-cloud-station-synchronisation-nas,testberichte-241444.html [21:35] <kubine> Rochvellon: Title: How-To: Dropbox & Co. ersetzen - private Cloud-Synchronisation mit NAS-Geräten - Zwei oder mehr Geräte, gleicher Datenbestand (at www.tomshardware.de) [21:37] <Rochvellon> sry, flascher link: http://www.tomshardware.de/bittorrent-sync-btsync-nas-synchronisation,testberichte-241461-4.html [21:37] <kubine> Rochvellon: Title: Datensicherung nicht vergessen - How-To: Synchronisation und Backup von NAS-Gerät zu NAS-Gerät (at www.tomshardware.de) [21:37] <Anf_> Den Bericht hab ich auch gelesen, aber das ist ja eine Cloud, und kein BackUp Syncronisation auf USB Festplatten [21:39] <Anf_> Super, aber im Bericht steht nur, das es möglich ist, auf USB Festplatten ein BackUp zu machen, aber nicht, ob man es Syncronisieren kann, wen man sein BackUp aktualisieren möchte [21:41] <ring0> in dem backup wizard kannst du auch einen zeitplan, wann synchronisiert werden soll, anlegen [21:42] <Rochvellon> Anf_: synologie nutzt rsync für backups [21:43] <Anf_> Ich weiß, das Rsync benutz wird, die Frage ist ja, ob man beim aktuallisieren seines BackUps die Daten wieder Alle kopieren werden müssen, oder ob Rsync nur die fehlenden Dateien ergänzen kann? [21:44] <Rochvellon> !rsyn > Anf_ [21:44] <Rochvellon> !rsync > Anf_ [21:44] <kubine> Anf_: Informationen zu rsync finden sich im Wiki unter http://wiki.ubuntuusers.de/rsync [21:46] <Anf_> Das hab ich auch gelesen, aber ich weiß nicht, wie diese funktion heißt, das nur die fehlenden Daten ergänzt werden, deswegen kann ich es nicht finden. [21:46] <ring0> "Differentielle Sicherung des Systems" in den artikel [21:49] <Anf_> Super Danke, eine kleine frage hab ich noch, wen man das BackUp auf seine USB Festplatte macht, und jetzt ein Zeitplan benutzt, z.B jede 2 Woche muss es das BackUp machen, und jetzt vergisst man nach 2 Wochen, die USB Festplatte anzuschließen, was passiert jetzt mit dem Zeitplan? [21:51] <Rochvellon> eig. solltest du nur eine fehlermeldung erhalten [21:52] <Anf_> ok, dan kann man es ja auch Ohne Zeitplan machen können, und manuell das BackUp starten, wen man die Festplatte angeschlossen hat [21:53] <ring0> kommt drauf an, wie synology das löst. generell gibt es in linux cron und anacron. cron führt geplantes nur zu dem zeitpunkt aus, anaron kann auch beim täglich, wöchentlich z.b. [21:54] <Anf_> Ich hab gerade rsync kurz angeschaut, kann aber nicht finden, in welchem Format die Daten gesichert werden, wen ich jetzt auf die externe uSB Festplatte das BackUp gemacht habe, kann ich die Daten auf der USB Festplatte mit einem Rechner auslesen, oder benutzt Rsync da ein anderes Format bei dem BackUp? [21:55] <Rochvellon> Anf_: es sind 1zu1-kopien, außer du sagst explizit, dass die daten in ein archiv geschrieben werden sollen [21:57] <Anf_> Super, vielen Dank Euch, ich hab jetzt vor, mir die Synology zu holen, weiß aber nicht genau, ob Sie dieses machen, und man kann es auch nicht nachlesen bei Synology oder so, und im netzt findet man zy Synology auch nicht sehr viel
ubuntu-chat
2024-05-13T22:11:02.312218
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Anf", "Anf_", "BornToFlyBert", "PachiriSuu", "Rochvellon", "SpeeFak", "_moep_", "apollo13", "bazZzZzti", "bekks", "bunyip", "cptncirp", "jokrebel", "julius", "kiosk1000", "kubine", "ppq", "rentier_", "ring0", "rototom" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-de.txt", "channel": "#ubuntu-de" }
2015-04-11-#ubuntu-uy
[02:01] <magu42> ..
ubuntu-chat
2024-05-13T22:11:02.314031
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "magu42" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-uy.txt", "channel": "#ubuntu-uy" }
2015-04-11-#cloud-init
[11:49] <harmw> lol harlowja_away , I'm 5th on that page :>
ubuntu-chat
2024-05-13T22:11:02.315016
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "harmw" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23cloud-init.txt", "channel": "#cloud-init" }
2015-04-11-#ubuntu-gnome
[10:47] <Guest96257> hi! do you know how to make the adwaita title bar smaller? [11:10] <Paddy_NI> I wonder if there is a way to remove the "Applications" button from the "Simple Dock" extension?
ubuntu-chat
2024-05-13T22:11:02.317459
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Guest96257", "Paddy_NI" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-gnome.txt", "channel": "#ubuntu-gnome" }
2015-04-11-#ubuntu-server
[08:42] <karlhewer> need som advise plz [08:43] <karlhewer> Is this the right place to get some advise? [08:44] <karlhewer> Just need to chat with a server wiz for 2 mins [08:45] <bekks> Starting to ask your actual question would be a good beginning :) [08:50] <karlhewer> Ahh [08:51] <karlhewer> Rite o [08:51] <karlhewer> Just want to know if sharing folders, files from my server to wan pcs [08:52] <karlhewer> Is the best way to go about this with openvpn and samba? [08:52] <karlhewer> Or is there a standard way that is preferd [08:52] <bekks> "wan pcs" are Windows clients only? [08:52] <karlhewer> Sorry [08:52] <karlhewer> Over the internet [08:53] <lordievader> Good morning. [08:54] <karlhewer> google has all the answersi know but there is conflicting answers [08:54] <bekks> "wan pcs" are Windows clients only? [08:55] <karlhewer> i want to be able to share my folders n files from my server to friends pc's over the internet [08:55] <karlhewer> Im doing it localy through samba [08:56] <lordievader> karlhewer: You'd do good in answering bekks question. [08:56] <karlhewer> oh thats a question [08:56] <karlhewer> Lan = local area network, wan = network over the world wide web [08:57] <karlhewer> I think [08:57] <bekks> The question mark indicates a question, yes. [08:57] <bekks> Are the wan computers Windows clients, or smart phones, or whatever? [08:57] <bekks> I do know what a WAN is. [08:57] <karlhewer> Oh [08:57] <lordievader> I don't think the question was about the wan part, but about the Windows part. [08:57] <karlhewer> Mainly windows clients [08:58] <bekks> Mainly? [08:58] <karlhewer> Smart phones will be local only [08:58] <bekks> What are the other WAN clients? [08:58] <karlhewer> Most of the clients will be windows at friends houses [08:58] <bekks> What are the other WAN clients? [08:58] <karlhewer> Other clients will be android os [09:00] <karlhewer> Maybe apple phones but i dont care about them as long as windows and android can see my server shares from wan ill be happy [09:00] <lordievader> I'd say ipsec + samba. [09:03] <karlhewer> Ok would that still be the best option if i was creating a openvpn anyway [09:03] <lordievader> Not sure if openvpn supports tunneling samba. Openvpn is application layer. [09:04] <karlhewer> Ok thats what i was unsure about [09:10] <karlhewer> anyone else got any veiws on how i should set this up [10:58] <karlhewer> Would u experts say its ok to run samba through openvpn to wan windows clients [10:58] <karlhewer> Or is there a much better way [11:02] <lordievader> I get the feeling it won't work. But please do investigate. [11:04] <maxb> I don't see why it couldn't work, but CIFS + WAN == Horribly Slow, usually [11:18] <karlhewer> Slow.... how much slower [11:19] <karlhewer> what is the common practise to share folders through wan, while still being mounted on the windows network tree at boot [11:19] <maxb> In my experience it's *highly* dependent on the latency between client and server [11:20] <maxb> My common practice is to not use Windows :-) [11:20] <karlhewer> Ikr [11:21] <karlhewer> I would dedicate my home to linux if the game suport was there.. and my friends are to lazy to learn a new os [11:23] <maxb> You can probably get CIFS to work OK within a country, provided the client's internet connection isn't too terrible. [11:23] <maxb> Transatlantic CIFS however, will be nasty [11:24] <karlhewer> we all have fibre internet and gigabyte lans [11:25] <karlhewer> And small country, new zealand [13:23] <StathisA> good evening...this cron job does not start: "/usr/bin/rsnapshot hourly >> /home/user/detailed_logs/hourly_$(date +%Y%m%d_%H%M%S).log 2>&1". I suspect its because the "space" between "date" and "+"...is there another way to do it so that it runs? - this works fin in the cli, but in cron it does not start [13:25] <lordievader> StathisA: What does the logs say about it? [13:26] <StathisA> var/log/syslog: CRON[1386]: (root) CMD ( /usr/bin/rsnapshot hourly >> /home/st4t1c/detailed_logs/hourly_$(date +) [13:26] <StathisA> just that [13:26] <StathisA> no errors [13:27] <lordievader> The file is not created? [13:28] <lordievader> Ah, that command misses things ;) [13:29] <StathisA> yes [13:30] <StathisA> the command in the cron job is full and working in the cli [13:30] <lordievader> StathisA: What I mean is the command in the logs is missing things. That is likely your problem. [13:30] <StathisA> but somehow when the time comes, cron cannot "read" it fully, and i suspect it "stops" in the "(date +" portion [13:30] <lordievader> Likely lack of escapes. [13:31] <lordievader> Try "/usr/bin/rsnapshot hourly >> /home/user/detailed_logs/hourly_$(date '+%Y%m%d_%H%M%S').log 2>&1" as a start. [13:31] <StathisA> let me try that, thanks [13:37] <StathisA> " CRON[1554]: (root) CMD ( /usr/bin/rsnapshot hourly >> /home/user/detailed_logs/hourly_$(date '+)" [13:37] <StathisA> not files yet [13:37] <StathisA> no* [13:38] <lordievader> Escape the '%', then. [13:38] <StathisA> like how? [13:38] <lordievader> \% [13:38] <StathisA> hmmm [13:38] <StathisA> with or without single quotes? [13:39] <StathisA> how can this work in shell and not in cron..:-S [13:40] <lordievader> Likely different parsings. [13:45] <StathisA> CRON[1586]: (root) CMD ( /usr/bin/rsnapshot hourly >> /home/user/detailed_logs/hourly_$(date '+%Y) [13:46] <StathisA> thats the syslog with \% [13:46] <lordievader> Err, how does the script look like now? [13:47] <StathisA> "/usr/bin/rsnapshot daily >> home/user/detailed_logs/daily_$(date '+\%Y%m%d_%H%M%S').log 2>&1" [13:47] <lordievader> Yeah, I ment escape all the %'s. [13:48] <StathisA> ok i'll try, doh >< [13:50] <StathisA> heh, it started now >< [13:50] <StathisA> thanks a lot! [13:51] <lordievader> ;) [14:47] <SuperMX> Hello everyone, I recently have a problem with my ubuntu 14.04 server, now i was able to narrow the problem down [14:48] <SuperMX> i always shut down the server by just tipping the power off key, but the next time I try to turn it on again there are just points oon the screen and even the bootloader doesn't start [14:49] <SuperMX> so its it either because there is a problem in the poweroff procedure or it's because of the FAT32 filesystem (it's a quite old computer) [14:51] <SuperMX> ok, now i just typed in "poweroff" and then started it again, this doesn't work either [14:52] <SuperMX> in then always use a live cd to fsck the /dev/sda [15:40] <Overand> Does anyone have ideas on the 'right' way to set the umask for the 'backup' user? that user uses /var/backups as home, /bin/sh as shell [18:21] <pmatulis> Overand: tell the user's shell what umask to use
ubuntu-chat
2024-05-13T22:11:02.322261
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Overand", "StathisA", "SuperMX", "bekks", "karlhewer", "lordievader", "maxb", "pmatulis" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-server.txt", "channel": "#ubuntu-server" }
2015-04-11-#ubuntu-ci-eng
[00:13] <ToyKeeper> ... and another hour or so, then hopefully we can verify the fix and start on final tests. [00:13] <ev> robru: sure thing [01:05] <imgbot> [01:05] <imgbot> [01:20] <robru> ToyKeeper: blam ^ [02:04] * ToyKeeper returns with taxes done [02:04] <ToyKeeper> robru: Thanks. :) [02:10] <imgbot> [02:14] <plars> ev: sorry, was away for a while, what's up? [02:14] * plars tries to catch up on the backlog [02:17] <plars> ev: josepht: no, you can easily see which devices are instrumented in lp:ubuntu-test-cases/touch under /scripts/device-info.py - there are no magic scripts residing on heymann. Someone could take an axe to it and we can redeploy it on a different system with juju [02:18] <plars> ev: josepht: and yes, krillin-10 is instrumented [03:45] <imgbot> [03:45] <imgbot> [17:34] <cwayne> davmor2, so funny story, the bbc-sport saying it needs to be updated is actually a bug in the updater i think
ubuntu-chat
2024-05-13T22:11:02.328077
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "ToyKeeper", "ev", "imgbot", "plars" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ci-eng.txt", "channel": "#ubuntu-ci-eng" }
2015-04-11-#ubuntu-si
[07:51] <yang> https://www.youtube.com/watch?v=DVXdZVcYVl4 [07:51] <Seniorita> Mark de Clive-Lowe • Live Set • LeMellotron.com - YouTube [07:51] <Seniorita> »De passage à Paris, Mark de Clive-Lowe est passé nous délivrer un live set dont lui seul à le secret dans le nouveau studio du Mellotron, au cœur de Paris. D...« [08:52] <sasa84> ola čikaz! :D [09:04] <sasa84> http://projects.davidplanella.org/stats/vivid [09:04] <Seniorita> Ubuntu Languages [11:21] <yang> evo Francoski hipsterji https://www.youtube.com/watch?v=c9ksTvWXrzU [11:21] <Seniorita> Tajima Hal • SP404 Live set • LeMellotron.com - YouTube [11:21] <Seniorita> »Invité par le collectif Menace, le jeune beatmaker japonais résident à Berlin, Tajima Hal est venu poser les beats de sa SP404. La relève est assurée. MENACE...« [11:42] <sasa84_> lol yang [11:47] <zdobbie> well actually je model Japonc [12:02] <sasa84_> ooooooo zdobbie <3 [12:03] <sasa84_> /o i salute you! [12:22] <yang> Gledam lesena ocala [12:22] <yang> kr dobra inovacija [12:22] <yang> dobro, saj niso od vceraj... [12:31] <CrazyLemon> seveda ne.. če bi bila od včeraj bi bila vsa sticky [12:40] <jabuk> M 1.3 > 5.km Z od TOLMINA @11/04/2015 14:32:38 https://maps.google.com/?q=46.18+N,+13.67+E [13:00] <sasa84_> lol CrazyLemon [13:13] <zdobbie> sasa84_: !! [13:13] <zdobbie> .yt dance dance dance mtv unplugged [13:13] <jabuk> Lykke Li - Dance Dance Dance (MTV Unplugged) (4 minute) https://www.youtube.com/watch?v=cbBSoWzb2ds ♥993 ▶129,043 [13:13] <zdobbie> sasa84_: ^ !! [13:20] <sasa84_> oooo veri najs zdobbie [13:21] <zdobbie> sasa84_: coffee on me [13:24] <idioterna> https://app.strava.com/activities/283191023 [13:24] <Seniorita> Bike Ride Profile | Popoldanski krog z Živo near Ljubljana Polje | Times and Records | Strava [13:24] <idioterna> https://bou.si/pic/zivino-novo-kolo.jpg [13:24] <idioterna> ftw [13:25] <sasa84_> jeeeeej zdobbie [13:25] <sasa84_> idioterna: lep bicikel [13:25] <sasa84_> zdej pa moji miški... šibam mal delat in se vrem mal kasnej :D [13:26] <sasa84_> adieu [13:27] <zdobbie> idioterna: vabljena na Franjo [14:05] <anny_> hipsterji smo mi :) [14:19] <idioterna> zdobbie: mhm [14:19] <idioterna> sva srecala enga [14:19] <idioterna> pa sva rekla da za franjo trenirava [14:19] <idioterna> no, srecala zdej [14:19] <idioterna> k pac [14:19] <idioterna> https://app.strava.com/activities/283235105 [14:19] <Seniorita> Bike Ride Profile | Pejva še! near Ljubljana Polje | Times and Records | Strava [16:35] <Seniorita> [Web Upd8] Andrew: elementary OS Freya Available For Download, See What`s New [Video, Screenshots] http://feedproxy.google.com/~r/webupd8/~3/84C9skOHKTE/elementary-os-freya-available-for.html [18:54] <yang> https://www.youtube.com/watch?v=4Ls6X32Ohv0 [18:54] <Seniorita> As ti tud not padu?! - Večernik - YouTube [20:59] <yang> https://www.indiegogo.com/projects/bolt-the-world-s-most-portable-electric-vehicle [20:59] <Seniorita> Bolt - The Worlds Most Portable Electric Vehicle | Indiegogo [20:59] <Seniorita> »The smallest and lightest electric skateboard in the world! Extremely portable for everyday commute!« [21:57] <CrazyLemon> https://www.youtube.com/watch?v=ADvLrTn79CQ [21:57] <Seniorita> Getting To Know Your Orp (even better) - YouTube [21:57] <Seniorita> »Complete usage model of how to operate and use your Orp Smart Horn.« [21:58] <CrazyLemon> .pretvori 65 USD EUR [21:58] <jabuk> CrazyLemon: Napaka [21:58] <CrazyLemon> .pretvori 65 hrk eur [21:58] <jabuk> CrazyLemon: Napaka [21:58] <CrazyLemon> hmm
ubuntu-chat
2024-05-13T22:11:02.344556
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "CrazyLemon", "Seniorita", "anny_", "idioterna", "jabuk", "sasa84", "sasa84_", "yang", "zdobbie" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-si.txt", "channel": "#ubuntu-si" }
2015-04-11-#ubuntu-africa
[11:58] <Kilos> helloooo africa [13:49] <superfly> Kilos: http://ubuntu-africa.info/ [13:49] <Kilos> ok [13:50] <Kilos> i see cgi-bin/ [13:50] <superfly> Kilos: before you ask: yes, there's nothing there. [13:50] <Kilos> lol [13:50] <Kilos> oh you mean its live [13:52] <inetpro> great! [13:53] * Kilos bows to superfly [16:33] <cyrilb> https://twitter.com/cyb_bo/status/586929926424506369 [16:34] <Kilos> nice work cyrilb [16:35] <cyrilb> thanks [17:26] <inetpro> cyrilb: looks interesting [17:33] <cyrilb> thanks [17:52] <inetpro> cyrilb: I guess you stay in Mauritius? [17:52] <inetpro> or did you fly in from somehwere else? [18:03] <cyrilb> I'm French but I live in Mauritius [18:03] <cyrilb> just moves there [18:03] <Kilos> too many pretty holiday makers there to leave [18:03] <inetpro> lol [18:04] <inetpro> Kilos: one day you will hopefully take us for a tour to meet all your new friends across the globe [18:05] <Kilos> whew we gonna have to travel [18:05] <Kilos> from berlin to the west of the states [18:06] <Kilos> others in asia and korea [18:06] <inetpro> Kilos: and down under? [18:07] <Kilos> i havent spoken to them yet except for when tara needed help with buntu [18:07] <inetpro> oh I forgot you even have family there :-) [18:09] <Kilos> they werent very helpful [18:09] <inetpro> who? [18:10] <Kilos> thats when i brought her to za [18:10] <Kilos> the aus guys [18:10] <inetpro> aha [18:10] <Kilos> they didnt try help online just said bring your pc in [18:11] <Kilos> now she knows enough to help herself with ubuntu [18:11] <Kilos> oh and the odd question for the old man of course [18:12] <Kilos> in pidgin [18:12] <inetpro> cool [18:13] <Kilos> and i dare not miss a za ruby match without have her commenting [18:13] <Kilos> lol [18:13] <Kilos> they just went to bed now [18:14] <Kilos> 5am
ubuntu-chat
2024-05-13T22:11:02.350218
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Kilos", "cyrilb", "inetpro", "superfly" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-africa.txt", "channel": "#ubuntu-africa" }
2015-04-11-#ubuntu-vn
[01:32] <vubuntor535> ad giúp em với em cài ubuntu với win 8 song song lúc cài xong thì ngon lành,nhưng khi em cập nhật lên ubuntu 14.10 thì khi vào lại ubuntu thì màn hình đen và chỉ có 1 con chỏ nhấp nháy góc trái màn hinh,vào windows cũng ko dược,e cắm usb cài lại win thì máy ko nhận bôt để cài,giúp e xử lý với,thaks ad [01:39] <vubuntor535> ko ai giúp e à? [01:59] <vubuntor549> centos 6.6 samba tốc độ chuyển dữ liệu chậm thảm hai [01:59] <vubuntor549> ai giúp mình với...copy sử dụng windows 7 chỉ 6Mb [01:59] <vubuntor549> or 7Mb [02:00] <vubuntor549> IBM server 3650M2 [02:00] <vubuntor549> card mạng 10000Mbs [02:00] <vubuntor549> yum update hết cả rồi [02:00] <vubuntor549> cả nhà ơi [02:07] <vubuntor549> aloooooooooooooooooo [02:07] * quydo fap [02:08] <quydo> đây là group Ubuntu mà [02:09] <quydo> từ đâu đến đâu bạn [02:10] <vubuntor549> từ linux bạn ơi [02:10] <vubuntor549> gà cùng mẹ thôi [02:10] <vubuntor549> hỏi về Samba mà [02:11] <vubuntor549> ai biết help đi [02:11] <quydo> bạn copy từ đâu đến đâu, LAN ah [02:11] <vubuntor549> uh [02:11] <vubuntor549> trong Lan thôi [02:11] <vubuntor549> centos 6.6 cài samba [02:12] <vubuntor549> sau đó dùng win7 connect đến [02:12] <vubuntor549> copy data thôi [02:12] <quydo> mình chưa dùng khi nào, các bác help bạn phát nha [02:12] <quydo> :D [02:12] <vubuntor549> file nhỏ file to...đều chậm [02:12] <vubuntor549> 6-7Mbs [02:12] <vubuntor549> dùng google rùi...thử đủ mọi cách [02:12] <vubuntor549> không khá khẩm hơn tý nào [02:13] <vubuntor549> đã cài lại centos bản 6 [02:13] <vubuntor549> rồi bản 7 [02:13] <vubuntor549> đủ mọi kiểu [02:13] <vubuntor549> bye [06:41] <masterwolf> :-D
ubuntu-chat
2024-05-13T22:11:02.355922
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "masterwolf", "quydo", "vubuntor535", "vubuntor549" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-vn.txt", "channel": "#ubuntu-vn" }
2015-04-11-#juju-dev
[13:26] * perrito666 enjoying a 6hs layover
ubuntu-chat
2024-05-13T22:11:02.358050
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "perrito666" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23juju-dev.txt", "channel": "#juju-dev" }
2015-04-11-#ubuntu-ch
[12:51] <boring> 有人么
ubuntu-chat
2024-05-13T22:11:02.360551
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "boring" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ch.txt", "channel": "#ubuntu-ch" }
2015-04-11-#ubuntu-women-project
[04:27] <_1_shaggy> Hi my name is shaggy [05:13] <elky> i'm sure. [05:13] <elky> oh good, they went [05:18] <valorie> yeah, I didn't want to respond [05:19] <elky> you know me. i'm the one who takes one for the team [05:20] <valorie> I'll do that too, but I figured this one would get bored and leave [05:20] <valorie> and maybe never come back
ubuntu-chat
2024-05-13T22:11:02.363375
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "_1_shaggy", "elky", "valorie" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-women-project.txt", "channel": "#ubuntu-women-project" }
2015-04-11-#ubuntu-touch
[00:37] <Talustus> yeah true adrian47 [00:37] <Talustus> i think cm11 is much better patched etc then the aosp base also it supports a bigger range of devices [01:03] <gingermouse> I'd like to run an X11 application (hexchat) on my Ubuntu phone installation on my Nexus 5. How do I go about installing/launching Xmir so that I can do that? [04:03] <lotuspsychje> YES YES [04:03] <lotuspsychje> http://news.softpedia.com/news/Bq-Ubuntu-Phones-Now-Available-Freely-on-Official-Website-478189.shtml [04:03] <lotuspsychje> finally realy good news [04:04] <lotuspsychje> nhaines: happy to hear you like your new n7,did you try that multirom app? [04:25] <lotuspsychje> also good work on the browser-app settings, very nice guys [04:56] <gingermouse> I'd like to run an X11 application (hexchat) on my Ubuntu phone installation on my Nexus 5. How do I go about installing/launching Xmir so that I can do that? [06:17] <OerHeks> !info quodlibet [06:21] <bagginsDK> Hello, is any brief tutorial on how to install ubuntu on smartphones? Also is there any documentation about minimum system requirements? [06:24] <lotuspsychje> !devices | bagginsDK [06:24] <lotuspsychje> bagginsDK: wich phone do you want touch on? [06:24] <bagginsDK> lotuspsychje, to a chinese smartphone. [06:24] <lotuspsychje> bagginsDK: brand? [06:26] <lotuspsychje> bagginsDK: you might wanna look up the XDA forums for your devices for ports [06:26] <bagginsDK> lotuspsychje, i am not aware of it to be honest [06:28] <lotuspsychje> bagginsDK: for now only nexus devices work best with ubuntu touch [06:28] <lotuspsychje> bagginsDK: so if you want other devices, you need to port it yourself or find an existing project [06:29] <bagginsDK> I have tried with Fedora unsuccessfully and now it is my first time on ubuntu. It is just for testing purposes. [06:30] <lotuspsychje> bagginsDK: check XDA forums for your smartphone brand [06:30] <bagginsDK> lotuspsychje, thank you [07:13] <Ev3rt> is the server still offline? [07:13] <Ev3rt> getting the clone.bundle error for 3 weeks now [07:21] <nhaines> gingermouse: first you wait until vivid+1. Then, I think, it should Just Work™. [07:22] <gingermouse> nhaines: how is Will Cooke doing it? [07:24] <nhaines> gingermouse: http://i.imgur.com/96dDYVF.jpg [07:24] <gingermouse> =/ [07:24] <nhaines> gingermouse: Mir/XMir PPA. [07:27] <gingermouse> Which one is that? [07:27] <nhaines> I don't remember whose. But the good news is that he was happy to tell me when I asked, and I was happy to disregard advice that would likely lead to my phone being unusable. :D [07:28] <nhaines> Although frankly, my new Nexus 7 is functioning altogether too well since I got it on Tuesday, and the case came today, so it might be time.... [07:29] <gingermouse> Lol [07:32] <gingermouse> nhaines: if you remember what that ppa is, please let me know. There aren't any IRC clients available for Ubuntu Touch right now. [07:32] <nhaines> gingermouse: I believe you're forgetting irssi. [07:32] <nhaines> Also screen. [07:32] <gingermouse> Eww [07:33] <gingermouse> Not on my phone, especially [07:47] <ericc> 有没有人啊 [08:05] <Nothing_Much> Does Ubuntu Touch support Nvidia Tegra ARM CPUs? [08:05] <Nothing_Much> or.. SoCs? [08:09] <Nothing_Much> honk [08:09] <nhaines> !patience [08:10] <Nothing_Much> yeah i'm looking at the porting guides, but do I need to be a developer to port something? I know somewhat basic types of compiling from source code and stuff [08:10] <popey> its a bit of an expert job [08:10] <nhaines> Yup. You have to do the hardware enablement yourself. [08:10] <Nothing_Much> oh darn [08:11] <popey> we have had touch running on tegra [08:11] <Nothing_Much> so it's not like you can compile it on a tegra at all? [08:11] <popey> Nexus 7 2012 is tegra [08:11] <popey> we no longer support it, which may say a lot :) [08:12] <Nothing_Much> well, I was thinking more on the Nvidia Shield tablet with a Tegra K1 or a Tegra X1 if the new Shield Portable comes out [08:12] <Nothing_Much> Shield Portable 2* [08:12] <popey> Good luck ! :) [08:13] <Nothing_Much> I don't know how to program, but I can donate or pay someone to port it or something. [08:13] <popey> well, someone would need a device [08:13] <popey> last time I spoke to ondra he estimated a month of solid work to port to any new platform [08:13] <popey> how much would you pay for a months work? [08:14] <nhaines> popey: that's at least $20. [08:14] <Nothing_Much> idk, all I know is that programmers get paid a LOT of money, so it's probably well out of my budget [08:14] * Nothing_Much is a wishful thinker [08:15] <Nothing_Much> would it be possible to have the source code uh... coded then uploaded somewhere that I can download and try compiling it on the device? [08:15] <Nothing_Much> or would the developer NEED to have the device on hand in order for that to happen? [08:16] <nhaines> It's very likely that anyone doing the work would make binaries available that you could then flash. The trick is that whatever magic happens to make Ubuntu run on your device has to be repeated for every single new release of Ubuntu. [08:16] <popey> ou really need the device [08:17] <popey> nhaines: no it doesn't. [08:17] <popey> we separate the device specific parts from the ubuntu parts deliberately so you don't have to do that [08:17] <nhaines> Would be a pretty good trick, although I wonder about some of the libhybris stuff. [08:17] <Nothing_Much> hmm.. oh crud, I forgot about libhybris [08:18] <Nothing_Much> tried my hand at compiling libhybris on some tablet I had [08:18] <Nothing_Much> had no luck :< [08:18] <nhaines> Although if those patches to support new hardware don't break other things, they they can go upstream into Ubuntu. And that's good news. [08:18] <popey> there's more to just compiling it [08:19] <Nothing_Much> yeah I know, most of the games/projects I've compiled on ARM.. compiled [08:19] <Nothing_Much> so an OS is much more complex than just the kernel and a couple of games [08:20] * nhaines notes that anything technical that popey says supersedes anything I say. [08:22] <Nothing_Much> I'd love for the kernel to.. pretty much upgrade, while Android uses a much older, but thankfully LTS kernel [08:24] <Nothing_Much> I feel stupid now, I don't even have an Nvidia Shield product. :( [08:25] <nhaines> Nothing_Much: thinking about possibilities and solutions isn't bad. But yes, not having development hardware can be problematic even if you are a total expert. :) [08:32] <popey> hah [08:35] <NIN101> is this userland of the bq 100% open source? [08:36] <NIN101> s/this/the [08:46] <popey> no [08:46] <popey> well, "it depends" [08:46] <popey> depends which image you install on a device [08:47] <popey> if you buy a retail phone then there may be some non-free bits on it [08:47] <popey> if you flash one of the community / developer images (like onto a nexus 4) then yes, I think everything "userland" is open, that we can open. [08:47] <popey> (i.e. things we don't own, we can't open) [08:47] <popey> e.g. Nokia HERE blob. [08:48] <popey> sorry to be vague :( [08:49] <NIN101> popey: thx. [09:41] <Se7> morning all [09:45] <popey> yo [10:09] <Se7> just installed google maps not the one with g icon and notice that the gps work [10:22] <Se7> https://uappexplorer.com/app/com.ubuntu.developer.karthik.upadya1.yourvoice don t find it in the store [11:42] <brunch875> hmmm it's not possible to write a contact's name using the dialpad [11:42] <brunch875> but the letters are there so it's confising :S [12:39] <speedmonkey027> hey all is anyone working on a ubuntu touch port for the galaxy i717? [16:34] <AskUbuntu> Importing custom CA and personal SSL certificates into Ubuntu Touch web browser | http://askubuntu.com/q/608061 [19:31] <brunch875> I really really really really really like the search function in the apps scope [19:31] <brunch875> thumbs up to creator [19:51] <brunch875> Does utouch use telepathy? [19:59] <Mirv> brunch875: yes, it does (use telepathy) [19:59] <Mirv> via telepathy Qt5 library [19:59] <brunch875> that's pretty neat [19:59] <brunch875> I can't wait till we get some sort of empathy
ubuntu-chat
2024-05-13T22:11:02.379112
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "AskUbuntu", "Ev3rt", "Mirv", "NIN101", "Nothing_Much", "OerHeks", "Se7", "Talustus", "bagginsDK", "brunch875", "ericc", "gingermouse", "lotuspsychje", "nhaines", "popey", "speedmonkey027" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-touch.txt", "channel": "#ubuntu-touch" }
2015-04-11-#ubuntu-ko
[00:15] <AutoWiZ_znc> 일어났네요 [00:16] <AutoWiZ_znc> 또 하루가 밝았습니다. [05:49] <jun> Seony님 소환!!! 하고 싶네요;;; [06:14] <razgon_MBP> 안녕하세여? [06:29] <PotatoGim> 마나가 부족합니다. [07:02] <jun> 안녕하세요~ [07:49] <HolyKnight> ㅎㅇ [11:10] <AutoWiZ_znc> 부족한 마나는 물약으로 ㅎㅎ [11:36] <jun> Seony님... 전 WOW를 포기해야할까봐요... 욀케 안되는지..안되네요 ㅜㅜ
ubuntu-chat
2024-05-13T22:11:02.383664
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "AutoWiZ_znc", "HolyKnight", "PotatoGim", "jun", "razgon_MBP" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ko.txt", "channel": "#ubuntu-ko" }
2015-04-11-#ubuntu-motu
[08:17] <mitya57> Rhonda: python-keyring has multiple backends, and it uses some unpredictable magic to decide which one to use. You probably ended up with having a text file based keyring backend. [08:18] <mitya57> On GNOME/Unity it should use gnome-keyring based backend you have python-secretstorage installed. [08:20] <mitya57> s/you have/if you have/ [09:37] <Laney> I sort of remember configuring that [09:37] <Laney> once upon a time [10:51] <Rhonda> Whom do I have to subscribe to a bug if a package should get removed from vivid? [10:53] <Rhonda> I guess ubuntu-archive is the proper way? [10:54] <Rhonda> Or rather, shall I assign it to them instead of only subscribing? [14:13] <mitya57> Rhonda: ubuntu-archive is the right team, just subscribe them
ubuntu-chat
2024-05-13T22:11:02.385895
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Laney", "Rhonda", "mitya57" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-motu.txt", "channel": "#ubuntu-motu" }
2015-04-11-#lubuntu
[01:41] <cheche> Hi, I am using lubuntu14 and I am able to browser windows network share using PCManFM. so far so good. [01:42] <cheche> but If I Copy the link of that windows share on the desktop. I get an error. No default application to open smb:// URL [01:42] <cheche> How I do Fix it? [01:42] <cheche> I just one to have a Network share link on the desktop to access a samba share. [02:15] <cheche> looks like this could solve my problem https://sourceforge.net/p/lxde/mailman/message/30713440/ [02:18] <cheche> adding MimeType=x-scheme-handler/smb; on /usr/share/applications pcmanfm.desktop [02:18] <cheche> update-desktop-database to update cache should fix this issue [02:22] <cheche> Should I open a bug report? [02:27] <Kamilion> look for an existing one first [02:29] <Kamilion> Honestly, I never noticed that bug; as I tend to type out my smb://<host>/<share>/ urls and browse further from that point. [02:30] <Kamilion> but that is definitely something that I would like to work, if it's not already working [02:35] <cheche> Kamilion: just copy a link to the desktop [02:37] <cheche> Kamilion: browse to the windows network share and drap&drop to the lubuntu desktop. [02:37] <cheche> it just be just enought to triger that bug. [03:04] <Kamilion> I understand the reproduction instructions [03:06] <cheche> Kamilion: ? I did not want to offended anyone. [03:06] <Kamilion> No worries, no offense taken. [18:07] <Formula1> hi [18:08] <ianorlin> Formula1: need any help? [18:08] <Formula1> I want to install an hp p1102w printer to lubuntu [18:08] <ianorlin> Formula1: I would try installing hplip [18:08] <Formula1> should I download any drivers? [18:09] <Formula1> hplip is installed by ubuntu software center? [18:09] <ianorlin> or lubuntu-software-center or synaptic or apt-get [18:09] <Formula1> ok thanks [20:06] <orakar> Hey guys, anyone mind helping me with an issue with eclipse and lubuntu? Really annoying me and getting no replies in the ubuntu forums [20:06] <ianorlin> orakar: I don't have any expirence using eclipse but can you describe your problem in detail [20:08] <orakar> Absolutely! Basically, ubuntu screws up the scroll bars with eclipse, and I fixed that on my main machine with LIBOVERLAY_SCROLLBAR=1 either as a terminal argument or in the application file [20:08] <orakar> But the same fix doesn't work on lubuntu. [20:08] <ianorlin> orakar: do the scrollbars work on other applicatoins in lubuntu the default theme has thin scrollbars [20:08] <orakar> It's still displaying the thick white scroll bars (permanently) which ruins my dark theme and takes up precious screen space [20:09] <orakar> By default, all apps are using the white thin scroll bars that I want to remove from eclipse [20:09] <orakar> I want the thin orange scroll bars [20:10] <orakar> I'd be just as happy with just disabling the scroll bars for eclipse too! [20:12] <ianorlin> orakar: in lubuntu scrollbars are chosen by the gtk theme in customize look and feel under prefrences [20:12] <ianorlin> I don't know of one with orange scrollbars for lxde [20:14] <orakar> Is there no way to change just the scroll bars, rather than the entire theme? Or even just the scroll bars for one application? [20:14] <ianorlin> orakar: you could modify the theme and create a new one [20:15] <orakar> ianorlin: OK, I'll look into it, thanks! I guess there's no way to have a different scroll bar just for one app [23:59] <rexus> Hello all, if we just completed lubuntu installation, it means all the network setup would be controlled by NetworkManager right?
ubuntu-chat
2024-05-13T22:11:02.390388
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Formula1", "Kamilion", "cheche", "ianorlin", "orakar", "rexus" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23lubuntu.txt", "channel": "#lubuntu" }
2015-04-11-#ubuntu-pl
[06:22] <Ashiren> happy Caturday :3 https://i.chzbgr.com/imagestore/2015/3/13/fe3a685c-a331-44db-8bae-584b3d7a243f.jpg [07:53] <Ashiren> awws http://img-9gag-ftw.9cache.com/photo/a8Yenwe_460sv.mp4 [08:03] <gregorijus> Help, wireless driverki mi znowu się sp***liły... wczoraj po restarcie nie łapie wifi. drajwer przeinstalowałem - to samo. teraz z komórki via usb jestem tu [08:07] <gregorijus> http://wklej.org/id/1685060/ [08:09] <gregorijus> lsmod http://wklej.org/id/1685062/ [08:25] <gregorijus> jeszcze raz przeinstalowałem drajwery i nic... [09:34] <Ashiren> :3 https://i.imgur.com/6zWSHp1.jpg [09:55] <DaZ> już go wrzucałeś [09:56] <Ashiren> o, kiedy [09:56] <Ashiren> stracilem rachube [10:01] <DaZ> tak mi sie wydaje, ze go juz widzialem ,_, [10:03] <Ashiren> przegladasz za duzo kotow [12:47] <Ashiren> :D https://i.imgur.com/wz7e1DE.jpg [13:18] <gjm> http://i.imgur.com/93gWlKp.jpg [13:19] <gjm> coś mi się wszystko psuje dzisiaj [13:36] <gjm> Ashiren: https://www.facebook.com/video.php?v=871117796267718&set=vb.444491188930383&type=2&theater [13:44] <CookieM> http://i.imgur.com/EEdKeXN.jpg [15:28] <Ashiren> :3 http://img-9gag-ftw.9cache.com/photo/aqNQqWp_460sv.mp4 [16:17] <gregorijus> Czy jest tu ktoś? [16:20] <gregorijus> Czy ktoś może mi pomóc? [16:21] <gregorijus> elo [16:21] <gregorijus> bądź kto [16:21] <DaZ> nie :3333 [16:22] <gregorijus> Jak zreperować wifi? [16:22] <gregorijus> mam na kompie 2 OS - na linuxie nie ma, a na win7 jest [16:22] <DaZ> dunno [16:22] <gregorijus> co? [16:22] <DaZ> cos ci działa przeciez :v [16:23] <gregorijus> aha, przez usb kabel z komórki mi działa [16:23] <DaZ> wlan0 masz [16:23] <gregorijus> a tam mam 100mb [16:23] <DaZ> dalej w sumie tbw, bo nawet nie napisales co masz xD [16:23] <gregorijus> a jaką komendę wpisać, by ci wkleić co mam? [16:26] <gregorijus> ot tak zawsze... zapytaj coś zielonego, odrazu wszyscy dupy chowają :( [16:28] <gregorijus> jest tu ktoś jeszcze? [16:28] <gregorijus> elo [16:28] <gregorijus> pomóżcie [16:28] <gregorijus> proszę... [16:28] <DaZ> gregorijus: taką, która powie jaką masz karte wifi xD [16:28] <DaZ> czyli na przykład taką, która ci powie co masz za laptop [16:29] <gregorijus> lenowo g550 [16:29] <gregorijus> zdaje się broadcom 4312 [16:29] <gregorijus> sporo o tym w necie, ale nic mi nie pasowało [16:29] <DaZ> broadcom xD [16:29] <gregorijus> przeinstalowałem drajwer kilka razy i figa [16:30] <gregorijus> no zara zobaczę jak się pisze [16:30] <gregorijus> bcm4312 [16:30] <DaZ> tak sie pisze, ale najlepszym rozwiazaniem bedzie to jak sie go pozbedziesz [16:31] <gregorijus> laptopa? :D [16:31] <DaZ> karty wifi [16:31] <gregorijus> nigdy sam nie łażę do wnętrzności - możliwe to? [16:32] <DaZ> https://www.youtube.com/watch?v=YIXlNDwSz34 [16:32] <DaZ> nie musisz dziekowac, ze guglam za ciebie xD [16:32] <DaZ> cokolwiek intela w zasadzie [16:33] <DaZ> i twoj bol bedzie zerowy [16:33] <gregorijus> no ale teraz można coś zrobić? [16:33] <gregorijus> bo do wczoraj wieczora miałem wifi [16:33] <DaZ> raczej można [16:35] <gregorijus> co i jak? [16:35] <DaZ> a tego to juz nie wiem xD [16:35] <DaZ> dobry firmware i poleci [16:35] <gregorijus> skąd? [16:35] <DaZ> może z repo [16:36] <gregorijus> pięć razy dzisiaj [16:36] <gregorijus> nie leci [16:36] <gregorijus> na win7 leci, a na linuxach nie leci [16:39] <gregorijus> mati75 mi kiedyś pomagał... [16:40] <gregorijus> http://community.linuxmint.com/tutorial/view/796 to mi nie pomogło [17:33] <Ashiren> :3 http://img-9gag-ftw.9cache.com/photo/aWW7wgn_460s.jpg [17:36] <drathir> lol uszczelki wymienic by sie przydalo na win7 w takim razie ;p [17:41] <mati75> to litwin [19:24] <Ashiren> :3 https://i.imgur.com/Q6QZE1L.jpg [19:46] <m477> :4
ubuntu-chat
2024-05-13T22:11:02.403023
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Ashiren", "CookieM", "DaZ", "drathir", "gjm", "gregorijus", "m477", "mati75" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-pl.txt", "channel": "#ubuntu-pl" }
2015-04-11-#ubuntu-kernel
[00:00] <pepee> there are similar bug reports in launchpad.net [00:00] <pepee> anyway, thank you infinity [00:03] <pepee> heh, there are lots of reports...
ubuntu-chat
2024-05-13T22:11:02.404039
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "pepee" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-kernel.txt", "channel": "#ubuntu-kernel" }
2015-04-11-#ubuntu+1
[00:55] <Erthe> Hey folks. Kubuntu 15.04 Beta 2, plugged in a USB 3 thumb drive formatted with FAT32; Dolphin sees the volume but it's inaccessible to my user account (who has sudo privs) [00:56] <Erthe> Couldn't find a bug for this, just wondering if I've done something wrong. [04:11] <lotuspsychje> holstein: thats long time ago mate :p [04:12] <holstein> lotuspsychje: ? [04:12] <lotuspsychje> holstein: you did support long time in #ubuntu right, we never see you anymore? [04:13] <holstein> correct, im not in #ubuntu anymore [04:13] <lotuspsychje> holstein: why's that mate? [04:13] <holstein> i dont feel its constructive for me to be there anymore [04:14] <lotuspsychje> did you have a sort of issue perheps? [04:14] <holstein> im also just busy.. [04:14] <lotuspsychje> holstein: i always found you very helpfull to users [04:14] <lotuspsychje> ok, i understand no sweat mate [04:14] <holstein> there *always* some sort of issue.. ;) [04:15] <holstein> anyways, im running some 15.04 places, so i thouht i should be keeping an eye here, as i update.. [04:15] <holstein> lotuspsychje: cheers, and good to see you :) [04:17] <lotuspsychje> holstein: im sticking to good ol LTS :p [04:18] <holstein> i have that running some places as well.. [07:47] <sbarreros> hi, I have a question about mac addresses, can anybody help, please.. [07:50] <SwedeMike> sbarreros: just ask, and stick around until someone might answer. [07:50] <SwedeMike> nobody can answer the question until you've actually said it out loud. [08:53] <lordievader> Good morning. [08:55] <elfy> morning lordievader [08:55] <lordievader> Hey elfy, how are you? [08:57] <elfy> sun's shining, it's Saturday :p [08:57] <elfy> you? [08:58] <lordievader> Waking up late... [08:58] <lordievader> At least, trying to do so. [08:59] <elfy> :) [10:59] <BluesKaj> Howdy all [19:42] <BornToFlyBert> Hello Everybody! Is there anybody insinde who can help me with cups, ubuntu and lexmark printers [19:42] <BornToFlyBert> ?
ubuntu-chat
2024-05-13T22:11:02.409107
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "BluesKaj", "BornToFlyBert", "Erthe", "SwedeMike", "elfy", "holstein", "lordievader", "lotuspsychje", "sbarreros" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu%2B1.txt", "channel": "#ubuntu+1" }
2015-04-11-#ubuntu-irc
[07:39] <St3ve-Dal3> Hi. I'm having some problems. [07:39] <ikonia> with what ? [07:40] <St3ve-Dal3> You. [07:41] <ikonia> this is not the correct channel [07:41] <St3ve-Dal3> Then direct me to somewhere that is. [07:41] <ikonia> #ubuntu-ops [07:41] <St3ve-Dal3> It says I'm banned. [07:42] <ikonia> I'll remove it for you now if you part this channel and join it [07:42] <ikonia> be warned though - no more silly games will be tollerated from you
ubuntu-chat
2024-05-13T22:11:02.410732
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "St3ve-Dal3", "ikonia" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-irc.txt", "channel": "#ubuntu-irc" }
2015-04-11-#maas
[11:09] <vinay_> what's the version of maas that ships with 14.10? [19:00] <blake_r> serverascode: what do you mean a class of hw? [21:10] <AskUbuntu> Ubuntu 14.10 MAAS - Importing images | http://askubuntu.com/q/608151
ubuntu-chat
2024-05-13T22:11:02.411874
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "AskUbuntu", "blake_r", "vinay_" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23maas.txt", "channel": "#maas" }
2015-04-11-#ubuntu-fi
[15:18] <elias_a> Onkos tietoa miten thinkpadin tuulettimen ohjauksen saa toimimaan 15.04:ssa? [15:18] <elias_a> Thinkwikin ohjeet tuntuisivat olevan vanhentuneet. [16:05] <StockAntenna> minkähän takia tuokin piti sotkea ettei enää näytetä monta päivitystä on tulossa 14.04:ssä? [16:09] <Tekno_> niinpä [16:57] <tale> MBNet kirjoittaa ettei Ubuntu-puhelimia ole vielä saatavilla. Mutta täällä muistan olleen useampikin joka sanoi jo saaneensa BQ:n vai mikä se malli oli? [16:57] <tale> http://www.mbnet.fi/artikkeli/ajankohtaiset/softaguru_katsauksessa_ubuntun_puhelinversio_valilehtien_vallassa [17:06] <ninnnu> tale: Niitä myytiin muutama viikko joka tiistai N kappaletta [17:06] <ninnnu> Mutta tässä viikolla se myynti kai "vapautui" ja nyt niitä voi ostaa myös muulloinkin kuin tiistain flash salessa [17:12] <tale> ninnnu: Jaa, tuommoinen myynti. [19:56] <Mirv> mullakin olis jos UPS ei olis hukannut mun luuria... nyt toinen tulossa [19:56] <Mirv> viime viikolla alkoi tosiaan vihdoin myynti ilman suurempia rajoituksia http://www.bq.com/gb/ubuntu.html [19:57] <Mirv> ja ens viikolla pitäis tulla kolmas päivityskin [20:12] <StockAntenna> Only available in the European Union [20:12] <StockAntenna> joku patenttijuttu? [20:12] <Mikaela> tai antenni/verkko/joku
ubuntu-chat
2024-05-13T22:11:02.416724
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Mikaela", "Mirv", "StockAntenna", "Tekno_", "elias_a", "ninnnu", "tale" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-fi.txt", "channel": "#ubuntu-fi" }
2015-04-11-#ubuntustudio
[15:46] <bigred15> hi all [15:46] <bigred15> anyone know how to delay audio on linux? trying to synchronise sport radio commentary (online digital stream), output it through 3.5mm to amp, and line it up with the sport broadcast on TV. [16:18] <holstein> bigred15: wow.. i would want something that syncs.. timecode, etc [16:18] <holstein> nothing just randomly setup analog like that would do for me,for long term [16:19] <holstein> otherwise, load up a delay, and turn off the dry, and only use or route the wet, and delay as you please [22:42] <Morgiver> hi everyone :)
ubuntu-chat
2024-05-13T22:11:02.419938
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Morgiver", "bigred15", "holstein" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntustudio.txt", "channel": "#ubuntustudio" }
2015-04-11-#ubuntu-tw
[07:29] <twprogrammer2> 我想請問一下 我想windows和ubuntu並存, 現在最新版的ubuntu還有支持以windows的軟體存在的形式安裝嗎
ubuntu-chat
2024-05-13T22:11:02.423603
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "twprogrammer2" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-tw.txt", "channel": "#ubuntu-tw" }
2015-04-11-#ubuntu-us-pa
[08:06] <JonathanD> 40
ubuntu-chat
2024-05-13T22:11:02.424037
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "JonathanD" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-us-pa.txt", "channel": "#ubuntu-us-pa" }
2015-04-11-#ubuntu-news
[00:11] <pleia2> uwn is looking good, just sent off to summary writers
ubuntu-chat
2024-05-13T22:11:02.424639
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "pleia2" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-news.txt", "channel": "#ubuntu-news" }
2015-04-11-#ubuntu-gr
[08:39] <Tassos> Καλημέρα και καλή ανάσταση να έχουμε! :) [10:58] <Salih> Καλημερα [11:44] <harispc> Hi guys [15:21] <xeirwn> geia sas paides , kai Xronia Polla :) [15:49] <George0k00> Καλησπέρα. [15:50] <talos-mintgr> Kalispera [15:50] <George0k00> τι νέα? [16:54] <George0k00> Καλή ανάσταση σε όλους! [19:55] <xeirwn> kalispera kai xronia polla ! [20:00] <Anoniem4l> kalispera :) [20:01] <xeirwn> edw eisai Anoniem4l ? :)......ki etoimazomoun na bgw [20:01] <xeirwn> xronia polla file [20:01] <Anoniem4l> xronia polla an kai den pisteuw :D [20:01] <xeirwn> ki auto swsto :) [20:02] <xeirwn> alla toulaxiston paramenoume 8etikoi.... [20:03] <Anoniem4l> e nai [20:03] <xeirwn> mono emeis oi duo eimaste edw ? [20:03] <Anoniem4l> etsi fenete an kai to kanali den eiani adio [20:03] <Anoniem4l> stadar tha rthoun pisw sta koda [20:04] <xeirwn> na se rwtisw , mipws ksereis.... [20:05] <Anoniem4l> ame, rwta [20:06] <xeirwn> exw freya( ubuntu 14.04) , kai exw egkatastisei to darktable v 1.4, kai 8elw na tou kanw upgrate ( to darktable) sthn teleutaia tou version , pou einai h v1.6 [20:06] <xeirwn> pws ginetai auto?....to prospa8w edw kai kapoies wres kai den petuxainei [20:16] <Anoniem4l> xeirwn: den kserw ti einai to darktable, sec [20:16] <Anoniem4l> http://www.darktable.org/ [20:16] <Anoniem4l> auto edw? [20:16] <xeirwn> nai [20:16] <Anoniem4l> leei oti einai open source, dokimases na xtiseis esu ton kwdika? (compile) [20:17] <xeirwn> auto to programma einai to alternative tou lightroom sta windows [20:17] <xeirwn> diaxeirizetai fotos [20:18] <xeirwn> to 8ema einai mhn panw sto upgrade mou sbisei fotos , pou exei idi kanei import apo tis kartes [20:18] <Anoniem4l> xeirwn: http://i.imgur.com/xrQS3u8.png [20:19] <Anoniem4l> einai toso aparetito na ginei upgrade twra? [20:19] <Anoniem4l> mporeis na perimeneis na ginei upgrade sta repository pou exeis kai meta na ginei upgrade mazi me ola ta upgrades [20:20] <xeirwn> oxi den einai aparaitito na ginei twra, alla kala 8a htan na htane [20:20] <Anoniem4l> e tote apla arakse kata ti gnwmh mou [20:20] <xeirwn> swsto [20:20] <Anoniem4l> giati uparxei megalh pithanotita na ginei stravi ama to pame manually [20:21] <xeirwn> to kserw, gi auto kai rwtisa :) [20:21] <xeirwn> kai exei kai polles fotos mesa gmto... [20:21] <Anoniem4l> ama to ksera to programataki tha sou lega akrivos ti kai pws :( [20:22] <xeirwn> kai mono thn dia8esh pou edeikses , ....auto einai arketo file [20:22] <xeirwn> se euxaristw [20:22] <Anoniem4l> :) [20:22] <Anoniem4l> brb [20:43] <Anoniem4l> back [20:43] <xeirwn> wb [20:43] <Anoniem4l> ty [20:44] <xeirwn> den 8a pas na kaneis anastash esu ? [20:46] <Anoniem4l> afou den pisteuw [20:46] <Anoniem4l> :D [20:46] <xeirwn> lol [20:46] <Anoniem4l> exw ena thema me ta thriskeutika [20:47] <xeirwn> katanoiton .... [20:48] <Anoniem4l> sevome men tous pantes gia tin gnwmh tous alla den uparxei logos na kanw kati gia na "xaropiiso" mia diafora pou uparxei me kapion allon [20:48] <xeirwn> oxi fusika...kai den prepei [21:01] <xeirwn> wra gia ksekourash edw.....kalhnuxta se olous kai kalo pasxa [21:01] <xeirwn> Anoniem4l, se euxaristw gi apopse
ubuntu-chat
2024-05-13T22:11:02.441019
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Anoniem4l", "George0k00", "Salih", "Tassos", "harispc", "talos-mintgr", "xeirwn" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-gr.txt", "channel": "#ubuntu-gr" }
2015-04-11-#ubuntu-dk
[06:21] <Ubuntubruger2> Godmorgen er der nogle admins af ubuntudanmark på lige nu ?
ubuntu-chat
2024-05-13T22:11:02.442822
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Ubuntubruger2" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-dk.txt", "channel": "#ubuntu-dk" }
2015-04-11-#ubuntu-hr
[00:49] <VjetarSaSunca> i kad nije skup je dobar (ESXi) [00:49] <frainfreeze> Nije li kasno za te price? [00:49] <VjetarSaSunca> LOL [00:49] <frainfreeze> Trebao bi biti u krevetu [00:49] <VjetarSaSunca> ovo je bila jedna za laku noć [00:50] <frainfreeze> ahaa [00:50] <frainfreeze> sleep tight. [00:50] <VjetarSaSunca> u2 [06:21] <SilverSpace> jutro [06:56] <jelly> http://imgur.com/gallery/DBNMTfZ [07:06] <Vlado9A3CY> dobro jutro [07:30] <SilverSpace> ferrari pokazuje zube [07:55] <jelly> di su mu zubi [08:05] <Mmike> kak je ovaj blazicko [08:05] <Mmike> tulav [08:07] <Mmike> i sta smo danas, opet, vidjeli? [08:07] <Mmike> da vozac nema veze [08:07] <Mmike> da je bitan bolid [08:08] <frainfreeze> da. sigurno. [09:06] <SilverSpace> Mmike: di si Prasicka gledao [10:21] <frainfreeze> itko pri tipkovinici? [10:28] <jelly> ne [10:39] <frainfreeze> treba san malu pomoc ali je offtopic a i vidim da niste raspolozeni. Thanks anyway. [10:52] <frainfreeze> mjesečno 2300kn za osobu. 600kn stan, 500 kn hrana, 250 odjeca/obuca/itd, 150 net, 50kn voda, 250kn struja, 500kn ostali troškovi. [10:52] <frainfreeze> Jeli to otprilike točno? [10:52] <frainfreeze> To je onda 21.200,00kn godišne tj. 106.000,00 na 5 godina. [10:54] <jelly> mozda ak vas ima 3-4 u stanu i kuhate doma [11:03] <SilverSpace> meni su samo mjesecne rezije 1700kn stan plin struja smece ... [11:27] <SilverSpace> treba kome Atacama stalci za zvucnike http://www.njuskalo.hr/image-w920x690/audio-ostalo/stalci-zvucnike-slika-44656195.jpg [11:43] <tonil> yo dawgs sup' [11:43] <tonil> howya feelin [11:43] <tonil> sup been crackin around [11:49] <tonil> odjebali ste me,dobro je [11:52] <infy-> jeee [12:12] <jelly> http://www.njuskalo.hr/hp-prijenosnici/hp-elitebook-840-ultrabook-full-hd-i5-180-gb-ssd-oglas-14633441 plus: trackpoint minus: s tom cijenom... vjerojatno ukraden? [12:18] <jelly> HP hard coded the paths for the OS boot manager in their UEFI boot manager to \EFI\Microsoft\Boot\bootmgfw.efi to boot Microsoft Windows, regardless of how the UEFI NVRAM variables are changed # /o\ [13:30] <tonil> jelly, vrlo vjerojatno [14:31] <Mmike> SilverSpace, arena5 ili kolko vec [14:31] <Mmike> jelly, nebi reko [14:31] <Mmike> ima brojeve telefona [14:31] <Mmike> cijena je preko 2k kuna [14:36] <tonil> Mmike, onda je nesto sprzeno [14:36] <tonil> kako bilo ne stima [14:36] <tonil> nikako ne stima [14:36] <tonil> nema dzabe ni u stare babe [14:37] <Mmike> vmware esxi [14:37] <Mmike> jel' to ima sshd na sebi [14:37] <Mmike> ili moram neki vmware softver koristiti za spajanje gore? [14:37] <Mmike> brate mili, moram cijeli openerp cluster maknut s toga na kvm [14:42] <SilverSpace> jaj [14:42] <SilverSpace> ke [14:45] <tonil> https://www.youtube.com/watch?v=KmOhbps9AqA [14:45] <datase> YouTube: Infected Mushroom - Live on KCRW (2012) - 0:30:20 - 67,516 views - 454 likes / 13 dislikes [14:48] <SilverSpace> Q1 [14:48] <SilverSpace> Mmike: pa od kud ti arena5 [14:52] <Mmike> SilverSpace, pa maxtv kurac preko interneta [14:52] <Mmike> 36 kuna mjesecno [14:54] <tonil> :/ nije ni puno [14:55] <tonil> zasto su meni prije 6 godina stizali racuni od 460 kna za 10 gb internet bez maxtva pri 2 mbit brzinama [14:56] <tonil> sa tim parama sam mogao financirat privatnu vojsku i aneksirat bavarsku [14:56] <tonil> al vjerojatno bi mi se obilo o glavu [14:58] <SilverSpace> Mmike: ma da [14:59] <frainfreeze> SilverSpace, znaci nema šanse da je samo malo više od 2k kn ? [15:03] <SilverSpace> frainfreeze: a ne znam to kazem koliko je meni za nas cetvoro 80kvadrata [15:03] <SilverSpace> stan [15:04] <SilverSpace> u to ne racunam telefon i internet [15:06] <frainfreeze> Aha, ok hvala. [15:07] <frainfreeze> Bokušavam dobiti neke okvrine , prosjecne brojke... [15:07] <frainfreeze> s/Bokušavam/pokušavam [15:18] <SilverSpace> tonil: ha da ja platio telefonski prikljucak 80desetih dva soma maraka [15:40] <SilverSpace> imate li u chrome vlc plugin chrome://plugins/ [15:41] <frainfreeze> Da [15:42] <frainfreeze> SilverSpace [15:50] <SilverSpace> jebo pa kak [15:50] <SilverSpace> to mi nije radilo ni u staroj verziji [15:52] <frainfreeze> plugin je tamo ali nikad neradi [15:52] <frainfreeze> playliste obicno skinem pa onda stream-am a za medi files koristim firefox builtin player [15:55] <SilverSpace> ma ja ne koristim naletio na netu neki filmic i kaze da mi fali tj. da nije podrzano [15:55] <SilverSpace> i sad trazim goolam i ne kuzim sve instalirano ali nista [15:56] <SilverSpace> 2.2.0 [15:56] <SilverSpace> zadnja verzija [15:57] <frainfreeze> a smije li plugin raditi? [15:58] <frainfreeze> u premmisions web sitea [15:58] <frainfreeze> s/u/za [16:03] <SilverSpace> morao bi [16:03] <SilverSpace> :) [16:18] <infy-> znaci u zadnje vrime nakon resume sa suspend xorg mi odjebe miš tj bilo koji pointing device cak i tablet. Replug ne radi nego moran reboot. Ne dogodi se svaki put al ne razumin sta sam mu krivo u zivotu napravia da mi to sad odjednom radi. [16:18] <infy-> bas me ne voli :/ [16:21] <SilverSpace> mpsyt zakon [16:22] <SilverSpace> ne bi bilo zabavno da sve radi [16:23] <jelly> Mmike: esxi host ima ssh, al kaj ce ti, imas API [16:55] <jelly> cudno da replug ne popravi [16:55] <jelly> infy-: drugi put kad se desi, vidi da li se unplug i plug vide u dmesg [16:56] <jelly> odn. tail -F /var/log/kern.log [16:59] <SilverSpace> http://www.ciklus.hr/bicikli/?submited=1&categories[]=25&purpose=&price=&equipment=&order_by=date&x=78&y=32 [16:59] <SilverSpace> Mmike: ^^ [17:00] <SilverSpace> ovaj u sredini :) [17:02] <jelly> mpv je fora, zna da za jubito i dailymotion link pozove youtube-dl automatski [17:05] <SilverSpace> mps [17:11] <SilverSpace> lol boke RAZINA OPREME: Dno [17:11] <vileni> SilverSpace: sta gledas ciklus.hr? :) [17:11] <vileni> aha, sad vidim :D [17:11] <vileni> oni uvijek imaju dobre opise [17:13] <SilverSpace> da znam [17:13] <SilverSpace> kod njih sam kupio svoj Cube [17:14] <vileni> kolega isao po authora tamo, kaze da su jako dobri [17:14] <SilverSpace> fora ekipa [17:14] <SilverSpace> ludi sto posto [17:15] <SilverSpace> cisti zaljubljenici u biciklizam [17:15] <SilverSpace> cesto su na dotrscini ekipno [17:16] <vileni> ja sam danas prvu voznju, do vrbana i nazad [17:17] <SilverSpace> NESVRSTANI '15 (2X10 BRZ. IMA I MUŠKIH) [17:20] <SilverSpace> da željeni bicikl potrebne veličine bude neprodan, i spreman za probu. Predaleko je Markuševečka Trnava za dolazak na blef. Jes' da ima krasnih krajobraza.. ali bolje je izlet uklopiti u uspješnu nabavu savršenog bicikla.. [17:20] <SilverSpace> Ako Vam se ne da klikati po pretrazi, javite koliko ste visoki i za što trebate bicikl- ponudit ćemo najprikladniji, ako postoji. da željeni bicikl potrebne veličine bude neprodan, i spreman za probu. Predaleko je Markuševečka Trnava za dolazak na blef. Jes' da ima krasnih krajobraza.. ali bolje je izlet uklopiti u uspješnu nabavu savršenog bicikla.. [17:21] <SilverSpace> Ako Vam se ne da klikati po pretrazi, javite koliko ste visoki i za što trebate bicikl- ponudit ćemo najprikladniji, ako postoji. [17:22] <SilverSpace> http://www.ciklus.hr/bicikli/29inch-kotaci [17:27] <SilverSpace> http://www.cube.eu/en/bikes/hybrid/stereo-hybrid/cube-stereo-hybrid-120-hpa-pro-29-blackngreynwhite-2015/ [17:28] <SilverSpace> ljepo https://www.youtube.com/watch?t=23&v=L2O4cvE69kw [17:28] <datase> YouTube: CUBE Stereo Hybrid 2015 - 0:02:00 - 6,825 views - 21 likes / 4 dislikes [17:35] <SilverSpace> 42399.00 kn [17:56] <tonil> SilverSpace, takao si me u bolnu tocku,prikljucak u moju kucu je dosao 1995 malo sam prosao jeftinije [17:56] <tonil> da bi svi debili u mjestu 6 godina nakon toga dobili besplatno [17:56] <tonil> ustvari [17:56] <tonil> mea culpa [17:57] <tonil> ja debil [17:57] <tonil> *čitaj moj otac [18:05] <SilverSpace> ee [18:34] <Mmike> SilverSpace, 18" [18:39] <SilverSpace> kaj 18" [18:39] <SilverSpace> aha kona? [18:41] <Mmike> SilverSpace, kupio sam onu konu [18:41] <Mmike> ok je [18:41] <Mmike> nije k'o kona blast :) [18:41] <Mmike> al' je ok [18:43] <SilverSpace> kupio si? [18:43] <SilverSpace> oo [18:43] <SilverSpace> ja bi ovo :( http://www.cube.eu/en/bikes/hybrid/stereo-hybrid/cube-stereo-hybrid-120-hpa-pro-29-blackngreynwhite-2015/ [18:49] <tonil> SilverSpace, price tag i can't see it?? [18:50] <vileni> 21.5kg :) [18:52] <SilverSpace> https://keindl-sport.hr/cube-stereo-hybrid-140-hpa-sl-275-greennorange-2015-proizvod-5802/#variationdetail0 [18:53] <tonil> pas mater [18:54] <tonil> padoh sa stolice [18:54] <tonil> ali bookmarkano [18:54] <vileni> za te pare vozim horneta i fuel ex 8 :) [18:54] <tonil> lijepo je znati kad upgredam garazu doce to [18:55] <SilverSpace> tonil: :) [18:55] <jelly> bah, te bicikle su tesku [18:55] <SilverSpace> vileni: lol [18:55] <jelly> teske. Dajte mi nesto od 6-8 kila total za grad [18:55] <SilverSpace> jelly: lelo samo po ravnici [18:56] <vileni> jelly: 6-8kg je skupo :) [18:57] <SilverSpace> a za u brdo tu je Bosch [18:57] <SilverSpace> :) [18:57] <vileni> hamster je navodno vozio specku od 900gr po rusiji [18:57] <vileni> jos mi je tesko to vjerovati [18:57] <jelly> 900gr je ok :-) [18:58] <vileni> jelly: mislim da je cijena tipa 15keur :) [18:58] <jelly> lol, Radiohead na The Voice [18:58] <SilverSpace> :) [18:58] <jelly> Creep, big band verzija [18:59] <jelly> vileni: ah, znaci kad budem milioner [18:59] <CrazyLemon> 900gr? mozda samo okvir nosio sa sobom [18:59] <SilverSpace> dobri su ovi u The Voice [19:01] <vileni> da, izgleda da je okvir toliko [19:01] <vileni> i vilice jos 300gr [19:02] <tonil> čemu tolika opčinjenost biciklizmom,zasto ne malonogomet [19:02] <jelly> jeste, ovih 16 koji su ostali su svi ok [19:03] <tonil> a dobro kao klinac sam imao skup hobi gaming,al doslovno nekih 38k kuna utroseno u main pc za tu namjenu [19:03] <tonil> proslo me [19:04] <tonil> da li vas biciklizam jos drzi? [19:04] <jelly> biciklizam je zdraviji [19:04] <jelly> endorfini dulje traju [19:04] <vileni> s biciklom moze i otici nekamo [19:04] <tonil> znam al zato kazem zasto ne malonogomet,vise se naradis i lakse zaspes,dok bicikla nemoze umorit covjeka koji vec trenira [19:05] <vileni> aha, rajt :) [19:05] <CrazyLemon> kako da ne? [19:05] <tonil> nekih 42km nisam ni upalu dobio ljetos [19:05] <tonil> zato kazem [19:05] <jelly> tonil: kak to mislis "vec trenira" [19:05] <jelly> :-) [19:05] <vileni> 42km ja radim kad sam lijen i izvan kondicije [19:05] <tonil> jelly, teretana cardio i insanity [19:05] <vileni> a nisam ni neki biciklist [19:05] <vileni> brat ode na lezernu voznjicu pa napravi 100+km [19:06] <jelly> tonil: mislis da svi ovi koji tu pricaju o biciklima rade i cardio i insanity uz to??? [19:06] <jelly> Mmike: jes ti ovo cuo [19:06] <SilverSpace> tonil: odi jednom na monticu u sumu i vidjeces sto je gust [19:06] <vileni> Mmike radi insanity samo kad mu serviraju jace peceni ramstek [19:06] <Mmike> ja sam danas pedalirao 17km [19:06] <Mmike> umro sam [19:07] <SilverSpace> ne lose za prvi puta :) [19:07] <vileni> meni je bilo oko 25km, jedino me dupe muci :) [19:08] <SilverSpace> mora se priviknuti [19:09] <Mmike> SilverSpace, od ciklocentra do spanskog, uz mali izletic oko maksimira i tamo negdje sam ganjo frrenda oko [19:09] <Mmike> branimirove trznice [19:09] <Mmike> stao na 3-4 gemista :) [19:09] <SilverSpace> :) [19:09] <SilverSpace> Mmike: ja moram za franka kupiti [19:11] <SilverSpace> Franko ne voli Marina i kaze da i macki bolje pjevaju od njega [19:11] <SilverSpace> :) [19:13] <Mmike> meni je samo malcice mali bicikl [19:13] <Mmike> 22" bi mi bio bolji [19:13] <Mmike> al' ok [19:13] <Mmike> i ovaj ce bit ok [19:13] <Mmike> mjenjaci su malo losiji [19:13] <Mmike> u smislu da imaju dublji hod [19:13] <Mmike> i 'sporije' mijenjaju [19:13] <Mmike> al' su i dalje ok [19:14] <Mmike> mislim, novi je bajk [19:14] <Mmike> vidjet cemo za 2-3 mjeseca [19:14] <Mmike> idem [19:17] <frainfreeze> ugh. [19:17] <frainfreeze> http://i.imgur.com/JYHo6ly.png [19:17] <frainfreeze> Koji kreten [19:18] <jelly> tl;dr [19:18] <frainfreeze> tl;dr ja pišem "sexual code" [19:18] <frainfreeze> tl;dr mi ide na k. Da je tesko malo preletit [20:25] <jelly> SilverSpace: hm, mogao bi dobiti drzavne poticaje za taj Cube Stereo Hybrid, ima elektricni motor zar ne? [20:41] <SilverSpace> jelly: hm vis treba probati :) [20:42] <SilverSpace> gledam ima hrpu tih bicikla sad sa tim bosch e motorima [20:42] <jelly> ak je poticaj do 70k kuna, a "skuter" 43k :-) [20:43] <SilverSpace> ha znao sam https://www.youtube.com/watch?v=WRAs8SXzIJA [20:43] <datase> YouTube: Installazione - How to mount - Installation SpeedUp Ghost on 2014 BOSCH MOTOR - 0:14:20 - 44,474 views [20:44] <SilverSpace> ubrzanje :) [20:45] <SilverSpace> koliko dode ovaj traktor :) http://www.e-bike-finder.com/assets/image-8746.jpg [20:47] <Mmike> SilverSpace, kad je vtrka? [20:48] <SilverSpace> 8h [20:48] <SilverSpace> mislim [20:49] <SilverSpace> Start utrke je sutra u 8 sati po hrvatskom vremenu.Start utrke je sutra u 8 sati po hrvatskom vremenu.Start utrke je sutra u 8 sati po hrvatskom vremenu. [20:49] <SilverSpace> jaj [20:49] <SilverSpace> jebes misa [20:50] <jelly> kad je start utrke? [20:50] <SilverSpace> Start utrke je sutra u 8 sati po hrvatskom vremenu.Start utrke je sutra u 8 sati po hrvatskom vremenu.Start utrke je sutra u 8 sati po hrvatskom vremenu.Start utrke je sutra u 8 sati po hrvatskom vremenu. [20:51] <SilverSpace> ferrari ima jako dobru brzinu u utrci [20:52] <SilverSpace> cak je veetel bio najbrzi v treningu [20:52] <SilverSpace> i imaju skroz jedan par guma novih [20:52] <SilverSpace> sto mecka nema [20:52] <SilverSpace> bit ce zabavno [20:53] <Mmike> kad je reko SilverSpace da je start? [20:54] <jelly> u 8, ali ne znam jel po lokalnom vremenu ili kojem [20:55] <SilverSpace> citaj gore ^^ [20:55] <Mmike> SilverSpace, nisi bio jasan :D [20:55] <Mmike> SilverSpace, moze reboot? [20:55] <Mmike> doslo novo kelnerno [20:57] <Mmike> SilverSpace, budem kasnije ipak [20:58] <SilverSpace> moze [20:59] <SilverSpace> kodi i rpi se ipak najbolje slazu [20:59] <SilverSpace> volio bi vidjeti kako to banana pi radi [21:01] <jelly> driveri za taj chip su skoro pa dobri [21:01] <SilverSpace> moja my gica 520 za sad odlicno radi [21:02] <SilverSpace> i svida mi se ta konbinacija sa androidom [21:02] <SilverSpace> frend se sprema kupiti i ne znamo kaj my gica ili minix x6 [21:03] <SilverSpace> minix ima dvije godine garanciju myg 1dnu [21:05] <SilverSpace> fora je kaj my gica ima tv karticu i sve se da progurati kroz kodi [21:07] <jelly> ja gledam ubosti nesto sto moze dekodirat HEVC [21:07] <jelly> ("h265") [21:07] <jelly> lakunoć [21:08] <SilverSpace> kaj ce ti to [21:23] <SilverSpace> zmajsko pivo nije tak ni lose na drugo pijenje
ubuntu-chat
2024-05-13T22:11:02.458240
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "CrazyLemon", "Mmike", "SilverSpace", "VjetarSaSunca", "Vlado9A3CY", "datase", "frainfreeze", "infy-", "jelly", "tonil", "vileni" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-hr.txt", "channel": "#ubuntu-hr" }
2015-04-11-#ubuntu-my
[19:47] <ejat> mypapit: ello2
ubuntu-chat
2024-05-13T22:11:02.459736
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "ejat" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-my.txt", "channel": "#ubuntu-my" }
2015-04-11-#ubuntu
[00:00] <EriC^^> ebonics: type sudo find ~ ! -user <your user> [00:02] <ebonics> EriC^^, ok :| i did that [00:02] <ebonics> what am i looking for exactly [00:02] <EriC^^> ebonics: did it return anything? [00:02] <ebonics> yeah [00:03] <ebonics> should i pastebin it [00:03] <EriC^^> as you wish [00:03] <ablest1980> ebonics paste.ubuntu.com [00:03] <EriC^^> you could try sudo chown -R <your user>: ~ [00:04] <ebonics> http://paste.ubuntu.com/10795993/ [00:05] <LeDuke> guys how to run openVAS on ubuntu? [00:05] <vitimiti> LeDuke, have you tried the docs? http://www.openvas.org/install-packages-v5.html#openvas_ubuntu_obs [00:06] <LeDuke> ok thanx i will try that [00:08] <ebonics> hmm EriC^^ do you know why ~ points to some random directory :| [00:09] <EriC^^> ebonics: type echo $HOME [00:09] <ebonics> EriC^^, that var is correct [00:10] <ebonics> but when i execute that chown command you told me to i get: chown: changing ownership of ‘/home/cpu2/Desktop/winshare’: Permission denied [00:11] <EriC^^> ebonics: that's in your home dir [00:11] <ebonics> oh it does it recursively? [00:11] <EriC^^> yeah [00:11] <ebonics> ooook [00:12] <Patero-ng> and I read the intro message in ubuntu 14 yet it gave me green blocks and crashed to death [00:12] <EriC^^> ebonics: type ls -l ~/.cache/thumbnails [00:12] <ebonics> EriC^^, http://paste.ubuntu.com/10796054/ [00:12] <daftykins> Patero-ng: what? you seem to have started mid-convo [00:15] <EriC^^> ebonics: try ls -lR ~/.cache/thumbnails | grep ^-- [00:15] <Patero-ng> daftykins what about mortal kombat? [00:15] <ebonics> nothing returned EriC^^ [00:15] <EriC^^> ebonics: ok [00:15] <daftykins> Patero-ng: oh i see you'r trolling. nevermind! :) [00:16] <Patero-ng> daftykins what I sad was true about the green blocks ubuntu 14 crashed last night and I was running it live on a stable pc [00:16] <daftykins> 'the green blocks' ok yeah keep smoking that stuff Patero-ng :) [00:16] <Patero-ng> daftykins still haven't found a solution makes me not want to run ubuntu again [00:17] <Patero-ng> daftykins please [00:17] <EriC^^> ebonics: you could try deleting ~/.cache/thumbnails [00:17] <daftykins> until you phrase a sensible question on a single line with detail, we're not going to get anywhere [00:17] <EriC^^> and log out and back in [00:18] <EriC^^> ebonics: type ls -ld ~/.cache/thumbnails [00:18] <ebonics> EriC^^, i just deleted it haha [00:18] <EriC^^> :D [00:19] <ebonics> could it be entirely thumbnail related though EriC^^ since it shows up black in eog too? [00:20] <EriC^^> what's eog? [00:20] <ebonics> i thought thats what the default ubuntu image viewer was called [00:20] <EriC^^> oh [00:20] <ebonics> at first i thought the files were corrupted but they are fine on my windows box [00:21] <EriC^^> do they open in the image viewer? [00:21] <ebonics> and i md5'd them on both and it's the same [00:21] <ebonics> they do open, but they're flat black. but they open properly in imagemagick [00:21] <daftykins> 'eye of gnome' ? [00:23] <ebonics> i wish i had time to read linux docs :( im so handicapped when it comes to this stuff [00:24] <EriC^^> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-lts-saucy/+bug/935584 [00:26] <EriC^^> ebonics: which graphics driver are you using? [00:27] <ebonics> ii xserver-xorg-video-intel-lts-utopic 2:2.99.914-1~exp1ubuntu4.2~trusty1 i386 X.Org X server -- Intel i8xx, i9xx display driver [00:27] <ebonics> EriC^^, ^ [00:27] <Scunizi> If glxgears runs does that mean opengl is loaded and active? [00:27] <EriC^^> Scunizi: i dont think so [00:28] <EriC^^> ah nevermind [00:28] <Scunizi> k [00:28] <ebonics> so there's no real fix for this huh EriC^^ ? [00:29] <EriC^^> i've no idea [00:29] <ebonics> it's not a big problem anyway. i'm sort of bummed out it's only a problem with the driver [00:30] <ebonics> cause i'm trying to send the image to a service on my windows box but the service is basically a black box and not working properly when i send it from ubuntu :| [00:30] <ebonics> i was hoping it was something to do with the bug [00:30] <ebonics> although, it actually could be couldnt it? [00:31] <EriC^^> how so? [00:31] <ebonics> internally, if the application has to render the image before sending it would it break due to this bug? [00:31] <EriC^^> yeah [00:31] <ebonics> ok thats good news i guess [00:32] <ebonics> looks like ill have to try a different distro :/ i would like to tinker with it but i dont have time [00:33] <EriC^^> ebonics: someone said reverting to xf86-video-intel fixed the issue [00:34] <EriC^^> https://bugs.freedesktop.org/show_bug.cgi?id=70527#c0 [00:34] <ryan_g> old ps3 console, wants to wipe and install ubuntu :-) [00:34] <EriC^^> that's the package you might end up using on another distro anyways [00:34] <ebonics> oh thanks EriC^^ ill try that [00:34] <daftykins> i don't think the PS3 is supported? [00:37] <ryan_g> oh, just wondered what would happend if i put my ubuntu hd in it, the keyboard works though ;-) [00:38] <daftykins> it uses the Cell chip so i don't think anything would run [00:38] <Ben64> ps3 is a powerpc cpu, wouldn't work [00:41] <LeDuke> daftykins, https://www.youtube.com/watch?v=bkBM9sSdh50 [00:42] <LeDuke> ryan_g, ^ [00:43] <daftykins> LeDuke: no ty [00:44] <LeDuke> ok [00:44] <LeDuke> u got no PS3, I think u don't even have a Wii [00:44] <daftykins> !ot | LeDuke [00:48] <brickman> error running python rtupdate hook ubuntu-drivers-common [00:49] <brickman> how to solve the problem [00:49] <daftykins> pastebin what you're running as the #ubuntu volunteer funds no longer cover crystal balls [00:50] * xangua gives daftykins an 8 ball [00:50] <xangua> good enoguht¿ [00:51] <daftykins> "will we receive a pastebin?" [00:51] <daftykins> "outlook not good" [00:54] <Prelude2004c> sup everyone [00:54] <Prelude2004c> anyone know why /proc/cpuinfo would report incorrect frequency [00:55] <Prelude2004c> bios shows 4.5Ghz... but when i boot up /proc/cpuinfo shows me 2.9Ghz. [00:55] <Prelude2004c> anyone know why? [00:56] <compdoc> Prelude2004c, these days, cpus can run slower to save power, and then boost to 4.5Ghz when needed [00:56] <daftykins> which CPU? [00:59] <kortum> very new to this, is there anyone hear that can help me with grub set up for a multi OS setup [01:00] <kortum> am i not in the right place for help? [01:00] <Bashing-om> kortum: Right place. more info : UEFI system ? [01:01] <kortum> I have a z87 mother board, about a year old, was running windows 8 on a 750G solid state (more) [01:02] <LeDuke> kortom why u say hear and not here ? [01:02] <kortum> I unplugged my other hard drives and plugged in a new 2TB to install ubuntu on, but now i want grub so i can select which OS i want to use [01:02] <kortum> because ive been drinking [01:02] <Bashing-om> kortum: Win8 == UEFI, and let's me out -> next . [01:03] <LeDuke> oh [01:03] <LeDuke> gimme sum then [01:04] <daftykins> kortum: plug 'em in and run boot-repair [01:04] <kortum> OR, I was thinking i could just change the boot order, when i want windows put that drive first, and when i want ubuntu put that hard drive firs [01:04] <daftykins> kortum: but you would have had to have installed both 8 and ubuntu in EFI Mode [01:04] <kortum> would that work? [01:04] <serendependy> Anyone have experience enabling a Radeon HD 8750 AMD graphics card? My laptop came with two cards, integrated and discrete, and I've been limping along on the integrated, as something seems wrong with the driver for the other [01:05] <daftykins> kortum: changing boot order is a waste of time, just hit the one time boot menu key and pick a drive on boot - what brand of mobo is it? [01:05] <kortum> ASUS Z87 [01:05] <ebonics> why does my cli hang forever after i execute: gpg --keyserver subkeys.pgp.net --recv-keys 1DDD8C9B [01:05] <ebonics> it gets stuck at gpg: requesting key 1DDD8C9B from hkp server subkeys.pgp.net [01:05] <ebonics> :\ [01:05] <daftykins> kortum: so use 'F8' after power on then [01:05] <kortum> i would really like to avoid uninstalling and reinstalling windows [01:06] <kortum> how does the one time boot work? [01:06] <ebonics> a year later; gpg: keyserver timed out [01:06] <ebonics> :| am i doing something completely wrong [01:06] <daftykins> kortum: go try it. press F8 on the Asus logo [01:08] <kortum> ok, one last question, as i will loose this chat window when i try it, Should i hook up all drives before i turn it back on? [01:08] <kortum> sorry, but im still a new, at a lot of this [01:09] <daftykins> kortum: you're wondering whether a browser will stay running when you power off to plug some drives in? O_O [01:09] <kortum> no, im not that bad, lol [01:09] <kortum> I'm gonna try it. hopefully be back in a min. [01:09] <Zach443> Is there a way to see recent login attempts? [01:09] <kortum> thanks for the help Daftykins [01:10] <daftykins> Zach443: /var/log/auth.log [01:10] <Zach443> Thank you [01:10] <ebonics> hey EriC^^ do you know if this is the right package https://packages.debian.org/source/wheezy-backports/xserver-xorg-video-intel [01:12] <ebonics> nvm EriC^^ i rechecked the link you sent and theres a link there [01:18] <millerti> Something nuts is going on here. I have this program. When I run it on my Sandy Bridge based Mac, it uses 22 Watts at 3.1GHz and takes 26 seconds. When I run it on my Ivy Bridge server (running Ubuntu), it runs at 3.5GHz, uses 42 watts, and takes 52 seconds. Does that make ANY sense? [01:18] <millerti> It's SSE vectorized neural net code. [01:20] <blackflow> millerti: the frequency isn't really a guarantee of same performance, what cpus are those? [01:21] <daftykins> claiming to know the power draw seems a bit dubious? [01:22] <millerti> blackflow: The Mac is a 2.3GHz quad core Sandy Bridge. The Intel Power Meter says it's running at 3.1GHz and using 22 Watts. The server is a 2.7GHz 12-core Ivy Bridge Xeon, boosting to 3.5GHz. IPMI tools report it using 42 watts higher than idle. [01:23] <millerti> The power is less important than the fact that my old Sandy Bridge is running this twice as fast as the new Ivy Bridge Xeon. [01:23] <millerti> The Sandy Bridge is a notebook processor. [01:23] <blackflow> millerti: what cpu models are they? [01:25] <kortum> daftykins: i hooked up all drives pressed F8 and i got to the menu you told me about, however, my SSD that has windows 8 does not show up, I'm getting a little worried now [01:26] <daftykins> kortum: doesn't it boot into that if you don't press F8? [01:27] <kortum> lol, i hit F8 every time, i'll try without real quick and see if it does, if this works im really gonna feel like a dumbass [01:29] <kortum> nope, didn't work [01:30] <daftykins> enter the EFI, change the boot device to 'Windows Boot Manager' [01:30] <daftykins> assuming the install even works and you're not holding back any details (: [01:30] <kortum> i have UEFI, will that make a difference [01:31] <gtan> I accidentally deleted the network settings .. how do I enable / add that from root prompt? [01:31] <daftykins> kortum: they are the same thing [01:31] <kortum> All i did was unplug all my previous drives, plugged in a new 2TB, put in the ubuntu CD and turned on computer, then i installed ubuntu, thats when i started chatting in here [01:31] <gtan> deleted the ethernet entry from the UI [01:32] <kortum> going to try it now [01:33] <backbox> hi [01:34] <gtan> Hi! I accidentally deleted ethernet network from the UI... how can I add it back from root prompt? [01:35] <daftykins> !repeat | gtan [01:35] <Zach443> Is it normal to get be getting a load of login attempts to a dedicated server? I'm talking hundreds in the past 5 days here [01:35] <daftykins> it's not clear what you're saying you removed [01:35] <daftykins> Zach443: if you use password SSH auth on a default port, yes - very normal, but you shouldn't do either of those things :) [01:37] <Zach443> The box is just a sandbox machine for messing around. Should I be worrying about all those attempts? [01:37] <daftykins> resolve what i just said then you can cut down on them [01:37] <daftykins> run SSH on a port other than 22 - and consider disabling password only auth - use key auth instead [01:37] <daftykins> also, fail2ban is an option [01:39] <wldcordeiro> How can you change the login screen to use Kubuntu's login screen instead of the default Ubuntu one (already have kubuntu-desktop installed) [01:46] <Kortum> daftykins: i had to install mirc on my laptop so i dont have to keep leaving the chat window [01:46] <superkuh> Hi. I had an AMD video card using 14.04. The card died. I used CPU integrated graphics for a while. Then a received the warranty replacement card. After I put it back in I switched back to fglrx-updates as my gfx driver. [01:46] <superkuh> It seems to have worked but amdcccle isn't even installed. [01:47] <Kortum> i tried unplugging all drives except for the one with windows on it and it is still not loading [01:47] <scellow> Zach443: as other said, change the default port of your SSH connection, i'll resove the issue [01:47] <scellow> jsut instantly [01:47] <compdoc> catalyst? you might be better off without it [01:47] <daftykins> superkuh: what's the question then? :) [01:47] <Kortum> and there is no option in the asus UEFI bios utility to turn on windows boot manager [01:48] <superkuh> I'm just baffled. The proprietary driver install mechanism has never failed silently on me in the past. [01:48] <superkuh> I suppose my next step is just going back to the open source driver and purging everything again. [01:48] <daftykins> superkuh: do you maybe have some cruft left behind from the other? [01:48] <superkuh> I must. [01:49] <daftykins> yeah nuke it all from orbit :> [01:49] <daftykins> or a wee "dpkg -l | grep fglrx" [01:49] <superkuh> And some from the integrated Intel 4000 HD graphics stuff I was using. [01:49] <superkuh> While waiting on the RMA. [01:49] <daftykins> not unless you used 01.org's pointless intel installer :> [01:50] <superkuh> Only on the windows install. [01:50] <superkuh> But I did notice it pulled in nvidia stuff. [01:50] <superkuh> Automagically. [01:50] <superkuh> And that nvidia stuff is still there. [01:51] <cluelessperson> Hey guys, for some reason my server will not accept or allow conenctions [01:51] <cluelessperson> cluelessperson.com I cannot transfer anything at all, but CAN ping/connect [01:51] <Kortum> Help please, installed ubuntu on a brand new drive while my SSD with windows was unplugged and now computer does not recognize my SSD with windows. [01:51] <cluelessperson> my gaming group can connect to the cluelessperson.com teamspeak fine [01:52] <compdoc> Kortum, its not seen in the bios? [01:53] <Kortum> nope [01:54] <Kortum> im doing some trouble shooting now, hopefully its a bad connection that i over looked [01:55] <daftykins> Kortum: well it either sees the drive or it doesn't, so it's either powered and connected or it isn't ;) [01:55] <Kortum> Just tried pluggin it into a different sata port, windows loaded no issue [01:55] <daftykins> i'm confused, why are we having this conversation then? :) [01:56] <happyfr0gg> Hello peeps. How are we doin' this fine Friday evening? [01:56] <ebonics> im honestly having the biggest struggle of my life [01:56] <Kortum> because i literly just got it to work 30 seconds ago [01:56] <ebonics> why does it seem like everything i do on linux causes problems :) [01:56] <daftykins> ebonics: you could be one of *those* users ;)  I am so about that. What is wrong? Is it Ubuntu related? [01:57] <happyfr0gg> * sorry [01:58] <ebonics> i don't think it's strictly ubuntu related but i need to backport a driver because bugs and i'm a linux noob [01:58] <ebonics> having git struggles, make struggles, life struggles, etc [01:58] <tedwardut> what driver ebonics? [01:58] <ebonics> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=2851b7747bc8e143aa5c6209b8800eeccb629058 [01:58] <ebonics> i need that specific commit :|  Oh. May I help you? [01:58] <ebonics> that would be awesome happyfr0gg :D [01:59] <ebonics> so i run  Okay. For starters, what flavor and version of Linux are you currently using? [02:00] <ebonics> ubuntu 14.04 tls [02:00] <LeDuke> its lts = long term service [02:00] <LeDuke> support [02:01] <ebonics> o [02:01] <ebonics> ty [02:01] <ebonics> so i run this: git archive -o repo.tar --remote=git://anongit.freedesktop.org/xorg/driver/xf86-video-intel 2851b7747bc8e143aa5c6209b8800eeccb629058 [02:01] <daftykins> do try and keep your messages to fewer lines so you don't trigger the spam bot, ebonics [02:01] <ebonics> oh right, should i just paste what ive done/trying to do in pastebin [02:01] <tedwardut> ebonics this committ was from 2013 have you looked to see if it was added to the kernel? [02:01] <daftykins> that'd be a good way if it's an essay, yep ;) [02:02] <ebonics> i don't know what you mean by that tedwardut, as in is it compatible with the current linux kernel? [02:03] <tedwardut> exactly, if you upgraded to a more recent kernel it might already been in there [02:03] <kostkon> ebonics, the patch is from 2013, 14.04 came out in 2014, do the math [02:03] <ebonics> tedwardut, i wouldn't know how to check that sry :/ [02:04] <kostkon> ebonics, anyway, there is a way to get the latest intel driver if you want that [02:04] <ebonics> i need that specific driver kostkon [02:04] <ebonics> that commit of it* [02:04] <tedwardut> what hardware are you trying to get to work? [02:05] <daftykins> don't say 01.org's installer, total waste of time [02:05] <kostkon> daftykins, it's the only easy option though [02:06] <ebonics> tedwardut, it's some really old 32 bit intel box [02:06] <daftykins> kostkon: should be avoided imo [02:06] <daftykins> always see it cause more trouble than it's worth  it seems like you are having some Intel graphics issues, correct? [02:08] <daftykins> this happyfr0gg is sharp [02:08] <ebonics> happyfr0gg, yeah i am. i need that specific driver, EriC^^ found some info on my problem and it turns out its a bug with the current intel driver for that hardware [02:08] <tedwardut> ebonics: what does " sudo lspci | grep Intel " give you? [02:08] <tust> hello [02:09] <ebonics> tedwardut, http://paste.ubuntu.com/10796773/ [02:11] <ebonics> it's REALLY old haha  I experienced an issue with the Intel graphics before when I was using Precise Pangolin. Most of you may remember me chatting in here trying to fix it but to no avail. I ended up doing backups via the terminal and then installed Trusty instead.  what specific hardware is having an issue with the Intel graphics drivers? [02:13] <ebonics> idk happyfr0gg its this bug though https://bugs.freedesktop.org/show_bug.cgi?id=70527#c0 [02:13] <tedwardut> happyfr0gg, check out is pastebin a few lines up  okay. [02:17] <tedwardut> hmm ebonics this is interesting as the best I can tell it should of been put in the kernel before 14.04 was released [02:18] <tedwardut> could be there was a regression in the kernel [02:19] <ebonics> originally i tried to get the one on the debian archives, but i had problems building the toolchain [02:20] <ebonics> so now i have this problem: http://paste.ubuntu.com/10796827/ [02:21] <ebonics> yeah idk tedwardut according to the bug thread i just need to revert it myself [02:21] <ebonics> i'm just struggling :( [02:21] <tedwardut> there is always compiling your own kernel :) [02:22] <tedwardut> though I am afraid I have not used Ubuntu in years, been on arch or gentoo, and things are setup differently on those distros [02:22] <ebonics> i have a higher level problem im trying to fix, im using the box for something rly specific but there's a problem with something graphics related (i think). and i just want to try to see if i can get it working quick and easy [02:22] <ebonics> but nothing for me with linux is quick and easy [02:23] <ebonics> it's literally a struggle every single time haha [02:24] <tedwardut> yes, well flexibility does come at a cost  Linux is not supposed to be "quick and easy". If one wants that they can spend their hard-earned money for Winblows or MAC. [02:25] <ebonics> happyfr0gg, that seems like some ideological nonsense :P [02:25] <tedwardut> yes, but you can get burned hard by both of those, at least in linux you normally can fix it yourself [02:26] <ebonics> happyfr0gg, don't you think that statement is kind of elitist? [02:28] <tedwardut> ebonics, part of it is that linux does things a bit differently than windows or Mac, but if you work with it for awhile I think you will find that linux is easier and gives you more freedom [02:28] <ebonics> and by the way i wasn't trying to bash linux :) i was mainly just commenting about how bad i am at it [02:28] <LeDuke> buh bye pontificators [02:30] <ebonics> tedwardut, i've used linux as my main OS for a while. it's just i never bothered to read docs or anything. i'd just carry on with my business same as if i was on windows or something else :) [02:31] <happyfr0gg> If one wants absolute freedom, it requires the dedication of opening their mind to the power that Linux offers in regards to technology. It requires them to understand how it works, how to troubleshoot it and bash script solutions to their problems. It sounds a lot like what the US Constitution offers. With knowledge is great power and great power requires great responsibility. [02:31] <daftykins> whilst you guys convo is lovely, this channel is the support one and the general chat should be over in say, #ubuntu-offtopic [02:32] <bratty_cat> Doesn't seem like the constitution helps so much anymore though. [02:32] <tedwardut> my apologies daftykins, I should of read te room description [02:32] <ronkrt> I have a vps with ubuntu 14.04 how do i down grade python 3.4 to 3.3 [02:32] <OerHeks> ronkrt, not. you will break your system. [02:32] <daftykins> happyfr0gg: please, US politics is the last thing that should be brought up in an OS support channel :P [02:32] <rgb-one> ronkrt: why would you want to do that? [02:33] <daftykins> one does not downgrade [02:33] <bratty_cat> purge and reintstall 3.3 ? [02:33] <ronkrt> The django framework and app I'm using needs 3.3 [02:33] <ebonics> happyfr0gg, i'd be more inclined to agree if there weren't any devs getting funded to bugfix etc [02:33] <ronkrt> Errors with 3.4 [02:33] <ebonics> oops sry daftykins [02:33] <tedwardut> does ubuntu allow you to install multiple python instances? [02:34] <rgb-one> tedwardut: python 2 and 3 [02:34] <OerHeks> tedwardut, ubuntu has, 2.7 and 3.4 [02:34] <RedPenguin> hey all [02:34] <superkuh> https://xkcd.com/349/ https://xkcd.com/963/ [02:35] <rgb-one> ronkrt: are you developing the application? If so maybe you can troubleshoot a few of those problems. [02:35] <tedwardut> ronkrt is it just for that one app? [02:35] <OerHeks> superkuh, please don't. [02:35] <happyfr0gg> I was not trying to imply politics. Okay, I am ending the discussion. Now on to something else. [02:35] <jason__> There's something called virtualenv for python that allows you to maintain multiple separate python sandboxes. [02:36] <rgb-one> jason__: can different versions of python be used within that sandbox? [02:37] <RedPenguin> Anybody ever heard of MouseKeys randomly disabling, but especially if the USB keyboard is accidentally unplugged and plugged back in? [02:37] <jason__> I'm not sure what you mean. You can pick which version you use. I've never tried to use a version of python I didn't have installed on the system, though. I'm not sure how that would work. [02:37] <RedPenguin> One minute mousekeys is on then like hours later I use the PC again and they are off [02:38] <rgb-one> RedPenguin: Mouse buttons? [02:38] <RedPenguin> well yea the mouse you use the keyboard numberpad for [02:39] <rgb-one> RedPenguin: maybe on reboot they turn off, similar to numlock [02:40] <jason__> I've had a weird problem recently where my password doesn't work when I come back to a locked screen. [02:40] <jason__> but if I hit switch users and switch back it works [02:40] <jason__> (I'm typing it very carefully, caps lock isn't on, etc) [02:41] <rgb-one> jason__: what keyboard layout do you use? [02:42] <Cluri> Hello [02:42] <Guest90328> i have a problem with my cd/dvd drive on ubuntu [02:42] <jason__> I guess "English (US)" is the proper name [02:42] <tedwardut> Guest90328, what is your problem? [02:45] <Guest90328> ok iam on ubuntu and i got a RPi raspberry pi well i bought a led touvhscreen for it and a dvd with raspi image on it but i put it in the drive and my laptop cannot read it i get (error splicing file: input/output error) [02:46] <daftykins> wat. [02:46] <Guest90328> exactly [02:46] <daftykins> no i mean you :) [02:46] <Cluri> I have had my desktop on Ubuntu for about a year now, but I have never used it much due to using my windows laptop more. I have been trying to get remote access working from my Windows 8 laptop to my ubuntu desktop. I finally got it working a couple of days ago, and it worked without a hitch yesterday. Today however when I got home and attempted to remote connect through TightVNC and Bitvise, [02:46] <Cluri> neither would work stating that the host had "Actively refused" the connection. It is also blocking connection to the Minecraft server running on it that has never had an issue before today. As far as I know nothing has been changed on it between last night and today. Any ideas? [02:46] <Guest90328> i cannot get the image off the dvd to wright to a sd carf [02:46] <Guest90328> card [02:47] <daftykins> why are you putting it on a DVD if it needs to go on an SD card? [02:47] <Guest90328> the touchscreen came with a raspi OS but on a dvd [02:47] <jason__> You can download an sd card image for a raspberry pi. It's not that large. [02:47] <tedwardut> Cluri, when you got it working were you on a LAN? [02:48] <daftykins> Guest90328: ask them for support, this doesn't seem like an ubuntu support query [02:48] <Cluri> Yes. My network is a simple home wired/wireless network with my desktop, laptop, xbox, blueray, and a couple of phones on it. Belkin AC750 router. [02:48] <Guest90328> i have raspi but it dosent support the touchscreen the dvd has the image for the touch screen but i cannot pull it off the dvd [02:49] <tedwardut> Cluri, sounds like without knowing your setup that either your Ubuntu box or possibly your Belkin router has a firewall running to block remote connections form the internet but to allow them locally [02:49] <Cluri> Guest, I can almost garuntee the manufacture's website has a digital copy of the software you can download [02:49] <rgb-one> Guest90328: are you using an external dvd drive? [02:49] <Guest90328> i have looked for the image on line but cannot fine it for my touchscreen i have the 3.5 i only found one for 3.2" and it dosent work [02:49] <tedwardut> I would look into chasing down what the firewalls settings are [02:49] <Guest90328> nope iv check shitty coustomer support [02:49] <Guest90328> no its internal [02:50] <rgb-one> Guest90328: so it doesn't read the dvd? [02:50] <Guest90328> its a 3.5" waveshare spotpare (A) led touchscreen [02:50] <Cluri> Ted, I am still on my local network. It worked through my LAN yesterday (Minecraft worked externally as well) but today on my LAN none of my remote connections are working [02:50] <OerHeks> Guest90328, check the dvd on an other machine, if it does not work, return it for replacement [02:50] <tedwardut> not from your windows laptop either? [02:50] <daftykins> Cluri: sounds like the host isn't even there. ping the IP. [02:51] <Cluri> Correct Ted [02:51] <Guest90328> no it read it but when i try to extract it i get ( error splicing file : input/output error) [02:51] <tedwardut> Cluri, any firmware updates to your router? [02:51] <Cluri> Litterally same exact setup as I had less than 20 hours ago [02:51] <rgb-one> Guest90328: how do you try to extract it? [02:51] <Guest90328> same thing on a windows box [02:51] <Guest90328> archive manager [02:51] <Cluri> Ted no. [02:52] <Guest90328> should i try raspberrypi channel? [02:52] <tedwardut> Cluri tried rebooting your router? [02:52] <keith_> squarefree_keith [02:52] <OerHeks> Cluri, tried to reboot your router? soho routers happen to crash sometimes, too little memory. [02:52] <Guest90328> this was my first stop iv had many issues solve here i love this place [02:53] <Cluri> It is probably worth mentioning i had a hell of a time setting up the TightVNC connection in the first place, took me 2 nights of troubleshooting to get it to work, and even then it was a luck thing (Wont get into the luck) [02:53] <tedwardut> Cluri, what is your use case? there may be better/easier solutions than VNC [02:53] <Cluri> Ted, you know, thats the one thing I havent tried. Never even thought of interupting my wife's netflix lol. [02:54] <OerHeks> Guest90328, good luck with your dvd, it is not an ubuntu issue as it happens on 'windows' too. [02:54] <RedPenguin> rgb-one: well for some reason not even a reboot, I just walk away from the PC while on and like an hour later they are off [02:54] <RedPenguin> actually a reboot turns them back on again [02:54] <Cluri> Simply at the moment I only use the desktop as a minecraft server I am setting up for me and a friend to play around on. [02:54] <Guest90328> oerheks: i figure that but thought id have luck here [02:54] <Cluri> The remote access is so that I can administer the server from anywhere. [02:54] <tedwardut> if that is all, I would just ssh into it [02:55] <Guest90328> ok iam trying a dvd movie i should have earler [02:55] <jason__> Guest90328, there's supposedly a download link here: http://www.amazon.com/forum/-/TxLBLUPNBFG4JI/ref=ask_dp_dpmw_al_hza?asin=B00OZLG2YS [02:55] <tedwardut> you can use PUTTY on windows, just make sure the sshd service is configured correctly [02:55] <Cluri> I am not as comfortable with command line. And my forge server is not able to be actively controlled through ssh [02:56] <Cluri> Through ssh all i can do is start the server. [02:56] <Cluri> at least as far as my limited exp with cli [02:56] <tedwardut> on the command line you can type ssh username@ipaddress [02:56] <tedwardut> it will prompt for your password and you are in [02:57] <Guest90328> i put a dvd movie in and it wont work [02:57] <tedwardut> I have no idea how easy minecraft is to manage from the command line, but when I ran counter-strike servers back in the day that is how I did it [02:57] <daftykins> it tends to be a script ran in screen, which is just calling java [02:57] <rgb-one> Guest90328: you can use the dd command to copy the disk image to an iso [02:58] <rgb-one> Guest90328: dd if=/dev/cdrom of=image_name.iso [02:58] <rgb-one> Guest90328: Use with caution [02:58] <jason__> Guest90328, did you see the link I posted? [02:58] <OerHeks> jason +1 [02:58] <Guest90328> iam not that comftorable with command lind id have to look up a tutorial [02:58] <ebonics> i keep getting this error: http://paste.ubuntu.com/10797077/ - although i ran apt-get install xutils-dev ? [02:58] <tedwardut> daftykins, ah, then ssh will work well for his use case [02:58] <Guest90328> jason__: yes downloading it now [02:59] <Guest90328> have you tryed this? [02:59] <jason__> Guest90328, no. I don't have this device. I just googled it :P [02:59] <Guest90328> daftykins hello how are you you helped me with a problem few weeks ago [03:00] <Guest90328> jason__: i strayed away from amazon tought it was jsut a link to buy the screen [03:01] <tedwardut> wb Cluri [03:01] <Cluri> Hey sorry, middle of our chat I got disconnected. Thats another issue I have to take up with charter... [03:01] <ebonics> i dont understand :( do i have to build xorg-macros from source as opposed to just downloading the package? [03:01] <Cluri> But while net was out, took the opp to restart router [03:02] <rgb-one> ebonics: download the package [03:02] <ebonics> rgb-one, i did :/ [03:02] <tedwardut> Cluri, improvements? [03:02] <Cluri> OMG! I cannot believe it. I was pulling my hair out, and like usual, it was the simplest fix! [03:02] <rgb-one> ebonics: whats the problem? [03:02] <Guest90328> jason__: looks as though that download link isnt good still havent started yet just line going from left to right over and over sating unknown time remining [03:02] <tedwardut> Glad it worked Cluri! [03:02] <ebonics> rgb-one, i keep getting this error: http://paste.ubuntu.com/10797077/ (even though i ran apt-get install xutils-dev) [03:03] <Cluri> So am I!!! You guys are my hero, especially you Ted! [03:03] <jason__> Guest90328, that may just mean the site didn't tell your browser how big the file was [03:04] <Guest90328> ok [03:04] <OerHeks> Guest90328, patience, it is comming from a google-drive 998 mb [03:04] <tedwardut> Cluri, I think we have all been there before [03:04] <Cluri> I am leaving this IRC readily available from now on! [03:04] <rgb-one> ebonics: have you rebooted? [03:04] <deper29> okay, I kind of messed my system up a bit. I wanted to switch to a new hard drive, so I rsync'd my root over to a new drive. I had to edit my /etc/fstab and my grub config to point to the proper hard drives, but I'm still having an issue. Anytime I plug in a removable USB drive, if I try to access the contents it says I don't have permission to view the contents. Any ideas? [03:04] <ebonics> rgb-one, nah i'll try now [03:04] <Cluri> Trying to slowly get more familiar with linux. [03:05] <Guest90328> yea googel says file exceeds max limit google can scan [03:05] <Cluri> But Ted, while im on, you had mentioned there might be simpler methods than vnc. Other than SSH, were there any others that i might find? [03:05] <Guest90328> ill wait [03:05] <OerHeks> Guest90328, just finished downloading here, no problem [03:06] <OerHeks> ugh, a .rar [03:07] <ebonics> rgb-one, still same error :( [03:07] <rgb-one> deper29: where is it mounted to? [03:07] <TallestManOnErth> im gay [03:08] <OerHeks> !ot | TallestManOnErth [03:08] <tedwardut> Cluri give me a few, let me see if I can dig up a list [03:08] <rgb-one> ebonics: run sudo apt-get update [03:08] <ebonics> rgb-one, i did :( [03:08] <Guest90328> really tallestmanonearth [03:08] <ebonics> ill try running it again after reboot [03:08] <ebonics> nah no luck rgb-one [03:09] <deper29> rgb-one: uhhh, it looks like it mounts to to be honest [03:09] <TallestManOnErth> im more gay now that I read that [03:09] <TallestManOnErth> you are making me super gay [03:09] <deper29> ***I'm not sure where it mounts to [03:09] <Guest90328> go to #isis they love gays [03:10] <rgb-one> ebonics: usually it is mounted to /media/your_username [03:10] <OerHeks> Guest90328, stop it please. [03:10] <ebonics> rgb-one, you mean deper29 ? [03:10] <deper29> rgb-one: I think that was upposed to be directed at me. [03:10] <rgb-one> ebonics: yea [03:10] <Guest90328> that google drive link still havesnt started downloadded [03:10] <ebonics> :) [03:11] <TBotNik> All: Repeating: getting weird errors from mysql so documented at: http://pastebin.com/hgGpAbmK can anyone help? [03:11] <rgb-one> deper29: you can manually mount it [03:11] <deper29> rgb-one: it says I don't have the necessary permissions to view the contents of /media/deper29 when I navigate to there through Nautilus [03:11] <jason__> Guest90328, are you sure it hasn't started? It started for me, but didn't say how big the file was, so the browser doesn't know a percentage. It will just know when it's done. [03:11] <deper29> rgb-one: they should be automounting though. [03:11] <rgb-one> deper29: indeed [03:11] <OerHeks> jason__, that page says 988 mb :-) [03:11] <rgb-one> deper29: something to do with the fstab configuration [03:12] <deper29> I'm not too sure what I broke :S Is there something else I should be editing? [03:12] <deper29> my fstab configuration appears to be fine. I have the correct UUIDs according to blkid [03:12] <rgb-one> I will check my default and post it [03:12] <jason__> Yeah, I mean the web server that's serving the file apparently didn't send the size along with the header for the download. [03:12] <Guest90328> jason__: im on firefox the blue arrow isnt blue at all and it still says unknow time reamining but the 000mb keeps climbing [03:13] <jason__> Guest90328, yeah it sounds like it's working [03:13] <OerHeks> TBotNik, so your user is named 'files'? >> /home/files/Dropbox/Projects/EM/em_dio/em_dio.php [03:13] <Guest90328> ok so just wait? [03:13] <jason__> Guest90328, yeah, when it reaches 988mb it will be done [03:13] <jason__> (or however large it was) [03:14] <OerHeks> TBotNik, i would use> /home/$USER/files/Dropbox/Projects/EM/em_dio/em_dio.php [03:14] <OerHeks> would work for any user [03:14] <Guest90328> iv had this touch screen for a month now and havent got it working i trying circiutbasic tutorial and they claim it works but i did step by step and got nothing [03:14] <TBotNik> OerHeks: No I have no user named 'files' [03:15] <Guest90328> its just super irritating [03:15] <OerHeks> TBotNik, there you go [03:15] <Guest90328> i know its just a driver but iam a windows <linux convert and not the best .....YET [03:16] <Guest90328> i went to linux for the openness the freedom to do more then what windows lets you do [03:17] <Ben64> Guest90328: you're on raspberry pi? [03:17] <Guest90328> i get drawn to seeing how and why computers do what they do [03:17] <deper29> Guest90328: freedom, hmph. touch screens, hmph. A linux neckbeard craves not these things. [03:18] <Guest90328> no iam on ubuntu but iam trying to get my RPi to work [03:18] <Ben64> Guest90328: so your question is about a raspberry pi [03:18] <Guest90328> yes [03:18] <deper29> Guest90328: what is your issue on the rPi? [03:18] <Guest90328> i know i know [03:18] <Ben64> Guest90328: then you should be asking in #raspberrypi ... [03:18] <Ben64> Guest90328: if you know you know, then why are you not you not [03:18] <rgb-one> deper29: http://paste.ubuntu.com/10797197/ compare it to yours [03:18] <OerHeks> Guest90328, please don't bother us with non-ubuntu-related issues [03:19] <Guest90328> but ive found soooooo much help here just thought id try there [03:19] <Ben64> Guest90328: this channel is great... for ubuntu issues [03:20] <TBotNik> OerHeks: Changed that to 'path' to not confuse anyone! [03:20] <deper29> I've gotten none Ubuntu related issues solved here before. I'm just careful to word them so that they are generic Linux questions so people don't try to shoo me away right away. [03:20] <Guest90328> well iam on ubuntu and many intellagent people here so this is my go to ... i do not mean disrespect to anyone so doet take it that way [03:20] <deper29> er, Guest90328 ^ [03:20] <Ben64> deper29: we don't solve linux problems either, don't try to trick people here, its not nice [03:21] <TBotNik> All: Back to my problem: Getting weird errors from mysql. Started with no change to code, so documented at: http://pastebin.com/hgGpAbmK can anyone help? [03:21] <deper29> Ben64: maybe you don't, but don't speak collectively for everyone. I've had problems that aren't Ubuntu specific. Example, right now my /etc/fstab issue. I happen to be on Ubuntu, but every Linux distro has that, so it's not a unique problem to just Ubuntu users :/ [03:21] <Ben64> deper29: this channel, is for Ubuntu only. anything else is not on topic [03:22] <deper29> Ben64: so only Ubuntu has an /etc/fstab, that's what you're telling me? [03:22] <rgb-one> Guest90328: try the dd command I mentioned earlier [03:23] <Ben64> deper29: i'm saying this channel is only for Ubuntu technical support [03:23] <deper29> rgb-one: my /etc/fstab is exactly the same as yours, but different UUIDs [03:23] <chickenwings> im bisexual [03:24] <rgb-one> Guest90328: insert the cd -> open a terminal -> dd if=/dev/cdrom of=rpi_img.iso -> ensure you typed the correct thing -> click enter [03:24] <Guest90328> ok to please Ben64 assholeness ill move to #raspberrypi [03:25] <Ben64> Guest90328: you can call it what you like, but this channel is for Ubuntu only. [03:25] <Guest90328> do you speak for everyone here? [03:25] <Ben64> read the topic [03:25] <deper29> Guest90328: no need to call names. I wouldn't take it too seriously. In my experience with Linux, if someone doesn't know how to help, they'll tell you to go elsewhere. I'm guessing Ben64 is originally an Arch user [03:26] <OerHeks> Guest90328, time to read the topic and channelrules. [03:26] <xangua> Guest90328: no, but you do not insult people here [03:26] <TiK> ubuntu is super easy [03:26] <OerHeks> deper29, drop it please. [03:26] <Guest90328> if you know linux you know linux just thougt peeps could help no offense [03:26] <deper29> OerHeks: sorry, I'm done. [03:26] <TiK> Guest90328: help with? [03:26] <deper29> Guest90328: pm me, I'll help you. [03:27] <Ben64> Guest90328: there is a ##linux channel for Linux support. this is #ubuntu ... for Ubuntu support. There are many many channels for certain topics, you need to use the correct ones [03:27] <chickenwings> ubuntu is pretty much linux written in ebonics [03:27] <chickenwings> if you don't like it you can try kubuntu [03:27] <ebonics> uwot [03:27] <chickenwings> which is the same thing [03:27] <chickenwings> with tablet drivers [03:28] <Guest90328> deper pm'd [03:28] <bratty_cat> kubuntu is too bloated for my tastes. [03:29] <deper29> rgb-one: any other ideas why things wouldn't be mounting? Because rsync should have copied my permissions over [03:29] <TheBlindGhoulie3> if I could get rEFInd installed properly it would be amazing [03:30] <Guest90328> Ben64: so my dvd drive on ubuntu not rading a dvd isnt a ubuntu issue? [03:30] <rgb-one> deper29: maybe some applications are still referencing the old UUID [03:30] <Ben64> Guest90328: you said raspberry pi [03:31] <deper29> rgb-one: any idea how to find that out? I searched a bit through dmesg output and didn't see anything useful [03:32] <millerti> Egad. An upgrade from 13.x to 14.04 is going to take longer to install than to download. [03:33] <Guest90328> the dvd contains a raspi image [03:33] <xangua> rading¿ [03:33] <Guest90328> if you would hear my issuse instaed of dismissing it you woulf have known [03:33] <Ben64> Guest90328: i asked if the problem was with a raspberry pi, and you said yes [03:34] <Guest90328> in context it is [03:34] <OerHeks> Guest90328, go on downloading that rar file and be happy [03:34] <rgb-one> deper29: you copied the entire contents of the drive right? [03:35] <Guest90328> still hasent shown anything different [03:35] <chickenwings> why are you using a raspberry pi? [03:36] <chickenwings> use an arduino, or a beagleboard, or an intel galileo [03:36] <chickenwings> or a pic [03:36] <chickenwings> or a cellphone [03:36] <chickenwings> or a pda [03:36] <chickenwings> or anything but the overhyped raspberry pi [03:36] <Ben64> chickenwings: please stop [03:37] <TBotNik> All: Repeating: getting weird errors from mysql so documented at: http://pastebin.com/hgGpAbmK can anyone help? Know this is not ubuntu issue, but if you know the answer please join me on #mysql and expound! Thanks! [03:37] <rgb-one> deper29: I think it could be that you have copied only the content of the drive. I don't think the partition layout is copied to the other drive as well [03:38] <Guest90328> why is your name chickenwings? perfrence i just playing around trying to learn what is with all the hostility here? [03:38] <chickenwings> oh this? [03:38] <chickenwings> I stopped at popeyes on the way home and ordered a basket of 16 wings [03:39] <chickenwings> honey glazed, cajun, etc [03:39] <OerHeks> Guest90328, chickenwings stop it, we try to keep this channel clear for UBUNTU support. you know where to go for chitchat. [03:39] <chickenwings> nice little bowl of dirty rice and a biscuit too [03:39] <chickenwings> oh, I'll quit [03:39] <chickenwings> hey, he asked me [03:39] <deper29> rgb-one: yeah. I did 'rsync -av /mnt/oldroot/ /mnt/newroot/' from a live USB. I setup the partition tables on the new harddrive with parted before I did this [03:39] <Guest90328> ubuntu: a quality that includes the essential human virtues; compassion and humanity. the developers wounlt be happy with the people here [03:40] <chickenwings> ubuntu is pretty much just linux for black people [03:40] <ablest1980> hi need some help [03:40] <Ben64> Guest90328: #ubuntu-offtopic - the place for chatting and stuff not directly relating to support [03:40] <ablest1980> lol [03:40] <OerHeks> !ops | Guest90328 chickenwings [03:40] <Guest90328> why did you feel the need to say that? [03:40] <chickenwings> whoa there's an offtopic room? [03:40] <chickenwings> oh, this guy summoned the ops [03:40] <chickenwings> watch out we have a real badass here [03:40] <ablest1980> #ubuntu-offtopic [03:41] <ablest1980> i get when updating [03:41] <ablest1980> The upgrade needs a total of 81.8 M free space on disk '/boot'. Please free at least an additional 17.5 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'. [03:41] <Guest90328> i have ubuntu and it wont read dvd ;s so yea this is a ubuntu issue if you dont want to help shut up [03:41] <chickenwings> !ops | OerHeks [03:41] <OerHeks> ablest1980, remove some old kernels [03:41] <Ben64> Guest90328: you might want to tone down the attitude [03:41] <chickenwings> doesn't feel too good, does it? [03:41] <bratty_cat> well then, that's a little aggressive Guest90328 [03:42] <TheBlindGhoulie3> based on what ive read from http://www.rodsbooks.com/ubuntu-efi/ I need to install abootloader and im getting in over my head. [03:42] <chickenwings> the support team here isn't grade A, I apologize Guest90328 [03:42] <Guest90328> i have a attitude? check what you post [03:42] <TheBlindGhoulie3> trying to dual boot my mac [03:42] <chickenwings> most of them get pretty iffy when they can't fix your issue [03:42] <deper29> guys, hostility. Let's be calm about this [03:42] <ablest1980> 0erheks [03:42] <ablest1980> show me [03:42] <OerHeks> ablest1980, old post, still valid > http://askubuntu.com/questions/2793/how-do-i-remove-or-hide-old-kernel-versions-to-clean-up-the-boot-menu >>>> > sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d') [03:42] <Ben64> ablest1980: what version of ubuntu [03:43] <deper29> ablest1980: did you do a supo apt-get clean? [03:43] <TheBlindGhoulie3> tried installing rEFInd and no luck. after digging I need to mount ESP but in order to do that I need a boot loader lol [03:43] <TheBlindGhoulie3> 14.04 [03:43] <ablest1980> 14.04 lts [03:43] <Ben64> ablest1980: a "sudo apt-get autoclean" should remove the old kernels for you [03:43] <ablest1980> apt get clean doesnt work [03:43] <Guest90328> forget i said raspberry pi ubuntu wont read dvd drive [03:43] <rgb-one> deper29: You copied the entire content with root privileges and as such only root can access the content of the drive. Maybe that is the problem? [03:44] <Ben64> ablest1980: "sudo apt-get autoremove" sorry i had the wrong word [03:44] <jason__> Guest90328, did the download ever finish? [03:44] <deper29> rgb-one: related to my issue, if I try to click on a .rar or a tar it says it can't mount. [03:45] <deper29> rgb-one: no, rsync -av retains all priviledges and ownership [03:45] <deper29> I also don't think I did it as root. I don't think root was required to do that. [03:45] <ablest1980> i did sudo apt-get autoclean and sudo apt-get autoremove [03:46] <Guest90328> yes it finished but its a rar do i need to extract it or jsut point the start up disk maker to it? [03:47] <jason__> I'd assume you extract it. [03:47] <rgb-one> deper29: can the files be extracted from the command line? [03:47] <ablest1980> i get an error now running software updater [03:48] <ablest1980> i see a red circle and white line thru it [03:48] <Guest90328> tryed to extract it stops at 41% [03:48] <guest_11336> hi there, single boot ubuntu in uefi or does it not matter [03:48] <ablest1980> still say The upgrade needs a total of 81.8 M free space on disk '/boot'. Please free at least an additional 17.5 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'. [03:48] <rgb-one> guest_11336: it doesn't really but it is the standard now [03:49] <deper29> rgb-one: yeah [03:49] <guest_11336> rgb-one: thanks [03:49] <deper29> nautilus does something weird with its archive manager to extract stuff [03:49] <deper29> not sure how it works. Magic probably. [03:49] <rgb-one> deper29: it seems like a gui thing [03:49] <rgb-one> deper29: download dconf-editor [03:49] <deper29> rgb-one: I have that already [03:49] <TheBlindGhoulie3> I know my issue is a boring newb issues but id be forever grateful for even a few hints in the right direction [03:50] <rgb-one> deper29: have you checked the mount settings? [03:50] <deper29> rgb-one: I haven't used dconf-editor much. Where would I check for those? [03:51] <rgb-one> deper29: Check out the automounting section https://help.ubuntu.com/community/Mount/USB [03:51] <ablest1980> i have a red circle with white line in the middle in my taskbar [03:52] <deper29> rgb-one: okay, I'll take a look. Thanks for everything so far :) [03:52] <rgb-one> deper29: np :) [03:52] <ablest1980> ok its gone [03:53] <ablest1980> now back to the original problem [03:53] <ablest1980> The upgrade needs a total of 81.8 M free space on disk '/boot'. Please free at least an additional 17.5 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean' [03:53] <chickenwings> The sad truth behind this chatroom is that most of these people are supporting a faulty distro that is prone to freezing, bugs, buffer overflows and memory leaks and despite this all, instead of choosing a better distro to support, they choose ubuntu because for many of them this will be the only distro they'll use [03:53] <chickenwings> honestly I don't know why anyone would use ubuntu over debian [03:53] <ablest1980> i want lts distros [03:54] <ablest1980> the beta distros are the ones with bugs [03:54] <rgb-one> chickenwings: you use it no? [03:54] <name> i am tryin to install but gparted doesnt know what file system it is [03:54] <chickenwings> no, I'm here because I'm looking for a social chatroom [03:54] <TheBlindGhoulie3> chickenwings: :) [03:54] <hambloaten> chicken [03:55] <ablest1980> chickenwings #ubuntu-offtopic [03:55] <hambloaten> try offtopics [03:55] <hambloaten> yeah [03:55] <name> i just got a drive back from WD and tryin to install ubuntu on it but it wont install [03:56] <name> it works just fine in windows [03:56] <rgb-one> name: WD? [03:56] <name> western digital [03:57] <rgb-one> name: what is the error you get when trying to install ubuntu? [03:57] <deper29> rgb-one: heeh, guess what? [03:57] <deper29> my dconf-settings were already correct :( [03:57] <deper29> my issue lies elsewhere [03:57] <name> it says it cant find the file system the drive is using [03:58] <ablest1980> ty guys [03:58] <ebonics> guys im pretty sure im doing linux [03:58] <ablest1980> XD [03:58] <rgb-one> deper29: nautilus uses udisks2 to mount I think [03:59] <TheBlindGhoulie3> :/ [03:59] <deper29> rgb-one: okay? [04:00] <deper29> not sure what that implies I should do :P [04:00] <TheBlindGhoulie3> I guess I'll try asking again later :) [04:01] <millerti> Does Ubuntu no longer support downloading iso's by bit torrent? [04:01] <lotuspsychje> millerti: i think they still do why? [04:01] <name> i guess no one cares? [04:01] <Guest90328> sorry jason__ iam in PM with someone trying to fix not ignoring you [04:02] <millerti> I couldn't connect to http://torrent.ubuntu.com:6969/announce [04:02] <lotuspsychje> !behelpfull | name [04:02] <chickenwings> name: kudos for not sugarcoating your response [04:02] <millerti> Actually, I finally did connect. It took a LONG time. [04:02] <lotuspsychje> millerti: http://torrent.ubuntu.com:6969/ [04:03] <name> sorry [04:03] <rgb-one> deper29: what do you see when you type this command getfacl -t /media/$USER [04:03] <ebonics> does anyone know what this means :| http://lists.freedesktop.org/archives/xorg/2013-October/056070.html [04:04] <ebonics> where can i put that flag? [04:04] <deper29> rgb-one: USER root rwx; GROUP root r-x; other --- [04:04] <millerti> Can I have Ubuntu check itself after I've upgraded? It just gave me some vague report of "errors". [04:05] <lotuspsychje> millerti: what kind of errors [04:05] <millerti> lotuspsychje: It didn't say. [04:05] <millerti> Not very helpful, eh? [04:05] <OerHeks> millerti, if you get an error, it did a check. [04:06] <millerti> Wow, my system is totally hosed now. [04:06] <rgb-one> deper29: mine is a bit diffenent [04:06] <deper29> millerti: why is your system hosed? [04:06] <deper29> rgb-one: what does yours say? [04:07] <millerti> It boots up to a desktop with one icon that I can't click. [04:07] <deper29> millerti: you can't login at all? [04:07] <teromous> hoooowwwdy [04:07] <deper29> or does it login? [04:07] <teromous> anyone use docky? [04:07] <lotuspsychje> teromous: ask your issue about it [04:08] <millerti> It takes me to a desktop, and I see a shared folders icon, but I get no mouse. [04:08] <teromous> how do I add a program to docky? I tried to drag and drop but nothing happens [04:08] <name> wish i knew how to get u guys the info u need to help me [04:08] <lotuspsychje> teromous: start a program, then new icon appears on docky, then right mouse the icon to pin it [04:08] <rgb-one> deper29: http://paste.ubuntu.com/10797441/ [04:08] <lotuspsychje> !details | name [04:09] <teromous> cool thanks lotus [04:09] <rgb-one> deper29: it seems only root has access [04:10] <deper29> rgb-one: oh, interesting. So I should be adding my user to it as well. Not sure what mask is. [04:10] <Nikesh> I'm in a unity chroot with crouton, and the text in the terminal is all squashed together. Any ideas how to fix this? [04:12] <name> http://imgur.com/wW5pCPj here is what i am looking at in gparted [04:13] <deper29> name, what's your issue? [04:13] <name> its soposed to be 1tb drive [04:13] <name> tryin to install ubuntu [04:14] <deper29> haev you tried clicking the dropdown menu in the upper right corner? [04:14] <name> yes [04:15] <happyfr0gg> Is anybody familiar with FBCMD? It allows a access to Facebook via the terminal. [04:15] <chickenwings> getting bored with regular masturbation, considering inserting needles into the bell-end of my member [04:15] <TheBlindGhoulie3> is there a specific Ver of Ubuntu I need to use with a MacBook 5,1/ [04:15] <aeon-ltd> happyfr0gg: well you could just ask your actual question [04:16] <aeon-ltd> TheBlindGhoulie3: no the standard should be fine, assuming this is intel of course [04:16] <lotuspsychje> !ops | chickenwings [04:16] <chickenwings> wow bazhang is the only one here? [04:16] <chickenwings> funny because he's the only one I'm friends with [04:16] <chickenwings> oh man shucks 4 u [04:16] <rgb-one> deper29: maybe try this: setfacl -m "u:your_username:r-x" /media/your_username [04:18] <name> :( [04:18] <rgb-one> deper29: man setfacl for before you run the command for more info if you want [04:18] <name> what esle do u guys need to know [04:18] <deper29> name: sorry, haha, I can try to help in a bit. Have to fix my issues first :) [04:18] <deper29> rgb-one: okay, I'll check out setfacl man page [04:20] <rgb-one> name: when does it give the error that it cant find the drive? [04:20] <OerHeks> name, just remove all partitions in gparted, and you are fine [04:21] <lotuspsychje> good news guys, the BQ ubuntu touch phone is now out for permanent buy, check #ubuntu-touch for more info [04:22] <rgb-one> name: yea as OerHeks. You can install gparted from the live usb and partition the drive from there [04:22] <rgb-one> suggests* [04:23] <deper29> rgb-one: I could kiss you [04:23] <rgb-one> deper29: I guess it is working eh? [04:23] <name> it wont let me remove partitions [04:23] <deper29> yeah [04:23] <rgb-one> deper29: great :) [04:24] <deper29> rgb-one: I don't know why it didn't preserve that when I did rsync [04:24] <deper29> it should have [04:24] <name> it says its a mac partition table [04:25] <rgb-one> name: try using cgdisks [04:26] <rgb-one> !cgdisk [04:26] <rgb-one> !gptfdisk [04:26] <name> can i find that in the sofware center [04:26] <lotuspsychje> !info cgdisk [04:26] <rgb-one> you will have to use the terminal to install it [04:27] <lotuspsychje> !info gptfdisk [04:27] <rgb-one> name: it is a command line application [04:27] <lotuspsychje> rgb-one: packagename not correct? [04:27] <rgb-one> lotuspsychje: It seems so [04:27] <OerHeks> name, unmount the disk first, then you should be able to wipe the disk. [04:28] <deper29> ahhh, I'm so relieved this works. Thanks a bunch again, rgb-one [04:28] <name> how do i do that [04:28] <name> sorry for being so dummyfied [04:28] <rgb-one> deper29: You are welcome :) all the best [04:28] <rgb-one> !gdisk [04:29] <rgb-one> name: sudo apt-get install fdisk [04:29] <rgb-one> !fdisk [04:29] <OerHeks> name rightclick, unmount [04:29] <OerHeks> easy peasy [04:30] <name> i am only in a live session right now [04:30] <name> it couldn't find the fdisk [04:30] <rgb-one> name: gdisk is already installed [04:31] <OerHeks> gparted. as you have just used [04:31] <rgb-one> type cgdisk /dev/sda [04:31] <rgb-one> name: assuming your partition is /dev/sda [04:32] <name> it gave me problem opening sr0 error is 2 [04:33] <rgb-one> run lsblk and paste the output [04:33] <OerHeks> name, "it works just fine in windows" makes me wonder ... [04:35] <name> i had formated it in windows but deleted the partition in windows and then tryed to install ubuntu on the drive [04:36] <rgb-one> name: reformat the drive [04:37] <rgb-one> name: post the output of lsblk in a paste [04:37] <gtan> Hi! My ubuntu suddenly froze - I cannot it shut it down normally or bring it up - it gets stuck on leading btrfs mount [04:38] <name> do i do lsblk /dev/sr0 [04:38] <rgb-one> name: no just lsblk [04:38] <rgb-one> /dev/sr0 refers to the cd/dvd drive I think [04:40] <OerHeks> rgb-one +1 .. sr0 1.08 Gib [04:40] <OerHeks> that is a dvd [04:40] <name> http://pastebin.com/fCWAbf3L [04:41] <rgb-one> name: it isn't reading the harddrive it seems [04:42] <name> ok so what do i do [04:42] <name> tell westeren digital they gave me a bad drive [04:43] <rgb-one> name: Do you still have windows installed? [04:43] <name> yea [04:43] <niranjanivash> helo [04:43] <TheBlindGhoulie3> I cant even get the .iso file to burn in disk utility fml [04:43] <TheBlindGhoulie3> it wont recognize the file [04:44] <TheBlindGhoulie3> its kinda funny actually [04:44] <name> windows finds the drive just fine [04:44] <name> but i don't know why linux cant [04:45] <rgb-one> name: you say you formatted it with windows how did you do this? [04:45] <niranjanivash> helo name u have dual boot [04:45] <name> in the disk management thing [04:47] <name> niranjanivash, i am tryin to dual boot [04:48] <niranjanivash> u have successfully installed ubuntu in windows machine [04:48] <niranjanivash> ? [04:48] <name> no [04:50] <niranjanivash> where actually u r installation stopped [04:52] <rgb-one> name: can you post the output of sudo fdisk -l [04:52] <niranjanivash> if u r installation is sucessful [04:53] <niranjanivash> in win 8 u cant see dual boot [04:54] <niranjanivash> but u can get u r ubuntu from pressing boot key from u r machine [04:55] <niranjanivash> from boot option u can select hard disk boot there u can see u r ubuntu if u r ubuntu is successfully installed [04:58] <GeekMan1222> ok so i need some help figuring something out im playing around with rsync for a file server to backup to a remote storage drive via ssh and the command works locally but if i try issuing it for testing off my laptop remotely using ssh i get a strange error [04:59] <GeekMan1222> can i not issue the command in a remote shell? [05:00] <GeekMan1222> rsync -avrz -e ssh /file/path1/ user@localaddress/file/path2/ [05:01] <GeekMan1222> i get some wierd pipe errors when i issue it on the server remotely [05:02] <GeekMan1222> http://pastebin.com/zGSGQNVi thats the error and im not getting alot of results off google [05:02] <GeekMan1222> at least relevent to my situation [05:03] <rgb-one> GeekMan1222: it seems you may have ssh spelled incorrectly as shh [05:04] <GeekMan1222> oh my wtf [05:05] <GeekMan1222> i feel really stupid now XD [05:06] <GeekMan1222> ok next question rgb-one i want this script to automate on my server would i need to use a signature key that would seem like what i need to do [05:07] <GeekMan1222> cause i cant train a monkey to type the password in when it asks for it right ;P [05:07] * fk_007 begins installation of XUbuntu on ancient Dell XPS M140 [05:08] <GeekMan1222> but other than that thanks sorry for the absurd over look of the actual ssh command spelling [05:08] <rgb-one> GeekMan1222: it is what it is man these things happen [05:08] <GeekMan1222> so i prolly need to setup a signature key [05:09] <OerHeks> We all had our breakdown over a typo [05:10] <rgb-one> GeekMan1222: Don't know. I have minimal experience with ssh [05:12] <rgb-one> GeekMan1222: by signature key do you mean passwordless login? [05:12] <GeekMan1222> yes like a key [05:12] <GeekMan1222> rsa key [05:12] <GeekMan1222> or w/e [05:13] <GeekMan1222> maybe theres a way to issue the password to inject into the command line but i dont think ssh would be that insecure [05:13] <GeekMan1222> and that would be awful practice honestly [05:13] <OerHeks> https://help.ubuntu.com/community/SSH/OpenSSH/Keys [05:14] <rgb-one> GeekMan1222: Maybe the monkey can be trained http://stackoverflow.com/questions/12202587/automatically-enter-ssh-password-with-script [05:15] <GeekMan1222> lol [05:15] <OerHeks> or better: here you find howto disable password too https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2 [05:15] <OerHeks> ( not mentioned in the off guide) [05:15] <GeekMan1222> idk if i want to do that though the drive is a local nas [05:16] <fk_007> create key on client machine (ssh-keygen -t dsa -b 1024) [05:16] <mick_liu> hi guys, how can I make my own deb package, I compile the source from git repo, http://packaging.ubuntu.com/html/packaging-new-software.html this totorial use tar.gz file [05:16] <GeekMan1222> surprisingly the wd mycloud uses debian [05:16] <mick_liu> and I am confused [05:17] <fk_007> add newly created key to authorized keys (cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys) [05:18] <rgb-one> mick_liu: What is confusing? [05:18] <fk_007> sftp to remote and put authorized_keys in .ssh folder, bam no more password prompt [05:19] <rgb-one> mick_liu: A .tar.gz file is just another archive format like a .zip file [05:19] <OerHeks> mick_liu, see # 6.3 > bzr builddeb is a command to build the package in its current location. [05:20] <mick_liu> rgb-one: I installed it correctly, under ~/wine64 directory, but there is not .tar.gz file on ~ [05:21] <mick_liu> OerHeks: can I just run bzr builddeb on the direcotry which contains the binary executable file [05:21] <rgb-one> mick_liu: look in the wine64 directory [05:21] <GeekMan1222> so fk_007 follow this https://help.ubuntu.com/community/SSH/OpenSSH/Keys [05:22] <mick_liu> rgb-one: http://paste.ubuntu.com/10797776/ [05:23] <fk_007> GeekMan1222: looks like it [05:23] <fk_007> you get the key on the server that was generated on clients machine and no password should be needed [05:24] <rgb-one> mick_liu: what application are you trying to package? [05:24] <mick_liu> rgb-one: wine [05:25] <mick_liu> rgb-one: http://paste.ubuntu.com/10797793/ [05:25] <rgb-one> mick_liu: What is your objective in packaging wine? [05:28] <mick_liu> rgb-one: I not sure what do you mean, but I just want to let the package knows my local built version of Wine, because I also want to install wine-mono, wine-gecko, and don't want to install a conflicting version of wine [05:28] <GeekMan1222> fk_007: so when i run the ssh-keygen command it says i should be on the client that would be the server im backing up from correct [05:28] <GeekMan1222> or no would it be generating a key to login to the device im backing up into [05:31] <mick_liu> rgb-one: s/package/package management system/, sorry for my English ;( [05:31] <gtan> Hi! Can any1 pls help me with some basic Ubuntu stuff [05:31] <rgb-one> mick_liu: I see. [05:31] <gtan> I accidentally deleted the default network in the menu [05:32] <rgb-one> mick_liu: There may be conflicts with various parts of your packaged wine and the wine in the ubuntu repositories [05:32] <gtan> how can I add it through command prompt.. or can i just edit etc/networking/interfaces and add eth0 [05:32] <GeekMan1222> oh i see now [05:32] <outcomes> Hey all, looking for [05:32] <rgb-one> mick_liu: regardless of the name change [05:33] <roh_> hey what u teach here [05:33] <mick_liu> rgb-one: so, is there another way [05:33] <mick_liu> rgb-one: or maybe I should use 32-bit ubuntu..... [05:34] <OerHeks> !topic | roh_ [05:34] <rgb-one> mick_liu: that could work [05:35] <mick_liu> rgb-one: you mean 32-bit ubuntu ? [05:35] <rgb-one> mick_liu: 32 bit wine [05:35] <rgb-one> mick_liu: if there is one [05:35] <mick_liu> rgb-one: I follow this http://wiki.winehq.org/BuildingBiarchWineOnUbuntu [05:36] <mick_liu> rgb-one: and failed in the final step [05:36] <rgb-one> mick_liu: sudo make install doesn't work? [05:37] <azizLIGHT> what does firefox extensions from ubuntu like "ubuntu firefox modifications" "ubuntu online accounts" "unity desktop integration" "unity websites integration" do? [05:37] <mick_liu> rgb-one: Nope, above See Also section, there is a warning [05:38] <mick_liu> rgb-one: the warning part [05:38] <rgb-one> mick_liu: if you want to install the latest version of wine use the wine ppa [05:38] <gtan> how can I downgrade to an older kernel? [05:38] <mick_liu> rgb-one: I want to compile the source, not just install it [05:39] <rgb-one> mick_liu: why? [05:40] <rgb-one> I see. it is required for your use case [05:40] <mick_liu> rgb-one: Hmm, this is another story anyway, but do you know something about apt-pinning, the tutorial says apt-pinning works too, but I can't figure out how to make it that way [05:40] <roh_> how can i update my ubuntu [05:41] <rgb-one> roh_: sudo apt-get update [05:41] <rgb-one> mick_liu: no experience with apt-pinning [05:42] <mick_liu> rgb-one: Okey, thanks a lot btw ;) [05:42] <roh_> how can i change my mac address using terminal in ubuntu [05:42] <rgb-one> mick_liu: :) [05:43] <rgb-one> roh_: http://en.wikibooks.org/wiki/Changing_Your_MAC_Address/Linux maybe this is helpful [05:44] <hiexpo> roh macchanger [05:45] <hiexpo> roh_, macchanger [05:46] <hiexpo> roh_, sudo apt-get install macchanger [05:47] <rgb-one> Well im off. take care everyone [05:48] <GeekMan1222> well that was a failed attempt at ssh keys [05:50] <roh_> how can i connect to open wifi network using terminal in ubuntu. [05:52] <roh_> how can i connect to a open wifi using just a terminal in ubuntu. [05:54] <bagginsDK> Hello! Is anybody aware of a brief tutorial on how to install ubuntu on smartphones? [05:55] <hiexpo> roh_, https://askubuntu.com/questions/294257/connect-to-wifi-network-through-ubuntu-terminal [05:56] <roh_> how can i manage my all files from terminal [05:57] <bagginsDK> roh, what do you mean by manage? Cd, mv, rm ? [05:59] <roh_> i mean cd [05:59] <GeekMan1222> man im confused where im supposed to make these keys at [06:03] <bogdan> hi. guys do you know any nice chat where you can talk anything you want on a coffe break? [06:04] <cfhowlett> !ot | bogdan [06:08] <anvar> can you guys suggest me a good file manager as good as explorer in windows for me. [06:08] <MichaelTiebesl> #coffebreakchat [06:08] <cfhowlett> anvar, nothing wrong with the ubuntu default: nautilus [06:10] <anvar> iam using xubuntu. it uses thunar. ok i will try nautilus. thanks [06:10] <dark5coder> Any body is here familiar with exploiting ? [06:11] <cfhowlett> dark5coder, wrong channel for that topic [06:12] <dark5coder> Im new in IRC [06:13] <dark5coder> when i double click on any channel, it does not join in them [06:13] <cfhowlett> !topic | dark5coder, [06:13] <rainbowwarrior> Hi can anyone please tell me what is good video editing software for Ubuntu 14.10 where I can view and edit the pictures one by one please ? [06:13] <cfhowlett> rainbowwarrior, edit video or edit picture?? [06:13] <OerHeks> You might need to register your name, dark5coder , join #freenode for irc help. [06:14] <rainbowwarrior> cfhowlett, Sorry i meant video , i would like to be able to edit the video and get pictures from it [06:14] <dark5coder> thanks OerHeks [06:14] <OerHeks> !info openshot [06:14] <cfhowlett> rainbowwarrior, openshot [06:15] <rainbowwarrior> cfhowlett Ok Thank you :) [06:15] <bogdan> guys is there any good app for music better then rythmbox? [06:16] <cfhowlett> bogdan, see the software center, try them all, choose [06:21] <MichaelTiebesl> hey hello, is it possible to remove empathy from ubuntu 14.04? [06:22] <hiexpo> bogdan, audacious i use [06:23] <anvar> i cant install libavcodec53 libavcodec-extra-53. please help [06:24] <bogdan> do i really need to use this shit? http://i.imgur.com/GsaUoZk.png?1 [06:24] <calwig> Hi [06:24] <bogdan> if i chose a keyring pass it will pop up everytime i log into gnome [06:24] <calwig> When running sudo ./ with a script, and this does not execute, what packages must be installed? [06:24] <cfhowlett> !guidelines | ubogdan,you need to cease using profanity in this channel [06:24] <cfhowlett> anvar, error messages?? [06:25] <OerHeks> MichaelTiebesl, sure, open softwarecenter and remove it? [06:25] <bogdan> ubottu, what the fuck did i do wrong? [06:25] <ianorlin> !language | bogdan [06:25] <anvar> Package libavcodec-extra-53 is not available, but is referred to by another package. [06:25] <anvar> This may mean that the package is missing, has been obsoleted, or [06:25] <anvar> is only available from another source [06:25] <anvar> However the following packages replace it: [06:25] <anvar> libav-tools [06:25] <cfhowlett> bogdan, you were warned ... [06:25] <anvar> Package libavcodec53 is not available, but is referred to by another package. [06:26] <MichaelTiebesl> OerHeks:sorry i mean in a safe way, in software center it will also remove ubuntu desktop and other things [06:26] <cfhowlett> anvar, install pastebinit, run your command again followed by | pastebinit e.g. sudo apt-get install foo | pastebinit [06:28] <OerHeks> MichaelTiebesl, no, it does not, i just removed it myself [06:29] <bogdan> you know how to warn ppl but i still didn't got any answer to my question [06:30] <MichaelTiebesl> OerHeks:sorry you are right, i see it. I was doing it before and i thought it will also remove the desktop [06:30] <lotuspsychje> !patience | bogdan [06:30] <MichaelTiebesl> thanks [06:30] <Ben64> bogdan: people here don't really respond positively to attitude and language [06:31] <MichaelTiebesl> OerHeks:dutch? [06:31] <hiexpo> cfhowlett, you better look at logs cause when you go to reboot nest time you may have no gui no desktop [06:31] <OerHeks> Si [06:31] <bogdan> nvm [06:31] <deper29> bogdan: when does it pop up? [06:31] <deper29> do you have your system set to autologin? [06:34] <cfhowlett> hiexpo, ???? no gui? what??? [06:43] <OerHeks> cfhowlett, no gui ? :-D [06:44] <cfhowlett> OerHeks, what did I miss? what are y'all talking about??? [06:45] <OerHeks> cfhowlett, i don't know, just read the message of hiexpo [06:45] <cfhowlett> hiexpo, time for an explanation, yes? [06:46] <Ben64> cfhowlett: its in reference to you removing empathy [06:46] <hiexpo> cfhowlett, it will remove your desktop he told you open synaptic and see if you have stuff that is removed [06:47] <cfhowlett> Ben64, ah! got it. that was someone else's question, not mine. I use ubuntustudio so ... no empathy issues! [06:47] <OerHeks> hiexpo, cfhowlett , that was my line to MichielTiebesl, i guess. he got it wrong. [06:47] <Ben64> btw, just because removing a package might remove "ubuntu-desktop" it doesn't mean you won't have a desktop. ubuntu-desktop is a metapackage, when you don't have all parts of that meta package, it doesn't count as being installed anymore [06:47] <OerHeks> empathy is no core part of ubuntu. [06:50] <ANJ7> When I navigate in blender the screen suddenly blinks. How can I fix this ? [06:50] <ANJ7> I navigate using middle mouse [06:50] <cfhowlett> ANJ7, ask #blender [06:52] <ANJ7> This doesn't happen in windows [06:52] <GeekMan1222> anyone still around to help with a bit of rsync questions [06:52] <OerHeks> ANJ7, known issue: "If you're experiencing problems, flickering during window transitions, window fades shown at a frame by frame rate and others, you may have to disable your desktop effects prior to use 3D software or use another window manager without desktop effects enabled.">> http://wiki.blender.org/index.php/Doc:2.6/Manual/Introduction/Installing_Blender/Linux/Debian_Ubuntu [06:53] <cfhowlett> ANJ7, this is ubuntu support. ask #blender for BLENDER support [06:54] <ANJ7> ok thanks OerHeks :) [06:55] <ADW> #name [06:56] <deper29> GeekMan1222: what's your rsync issue? [07:00] <deper29> GeekMan1222: if you're having rsync issues, you might want to go to #rsync and ask your question there. It's not Ubuntu related. [07:01] <GeekMan1222> sorry im back [07:01] <GeekMan1222> i was just wondering what the optimum command line arguments would be [07:01] <bekks> GeekMan1222: The ony thta suit your needs. [07:01] <bekks> *one [07:01] <GeekMan1222> maybe optimum is to strong of a word [07:02] <bekks> GeekMan1222: You need to know what you want to do exactly then you will find the appropriate command line options very easily. [07:02] <OerHeks> !info grsync [07:03] <GeekMan1222> i want it to perserve a directory that my raid virtual drive uses to hold all my file servers data to another remote drive in case of a calamity [07:03] <GeekMan1222> this server is cli only [07:03] <deper29> GeekMan1222: I would just 'rsync -av /source /target' [07:03] <ANJ7> OerHeks: I installed compizconfig-settings-manager [07:04] <bekks> deper29: That would not preserve possible ACL. [07:04] <GeekMan1222> ah cause atm im using avrz [07:04] <deper29> bekks: oh, right. I had that issue earlier :D how do you preserve ACL with rsync? [07:04] <ANJ7> OerHeks: how can I disable Animation now [07:05] <bekks> GeekMan1222: -av (-r is included in -a) (-z only with very fast machines) and --progress, and --delete (which deletes non-existing files in the source on the target also) [07:05] <GeekMan1222> like what i want is that oh the data got totally rekt so i need to just move the backup right over and im done [07:05] <bekks> GeekMan1222: And then you need to take a look which other options you'd need, like preserving ACL, and such. [07:05] <calcmandan> anyone know owncloud? [07:05] <GeekMan1222> so -av --progress --delete [07:05] <bekks> calcmandan: Some people do know. [07:06] <calcmandan> i am testing owncloud for potential deployment on my home network. currently, i have it on a bridged VM. Got it port forwarded on my router. Attempting to contact it with my 4G phone, but can't seem to get the address right. I'm attempting to use the tomboy app with my phone. any tips? currently I need to plug the port into the url so my router knows how to direct the traffic. [07:06] <bekks> GeekMan1222: Thats the minimum, not preserving any ACL. [07:06] <GeekMan1222> i do have another project that backs up a completely remote location to that virtual drive and the user is chrooted and that was a bit of a pain so i need permissions and such to stay completely in tact bekks [07:06] <bekks> calcmandan: If you cant even connect to it, you dont have an owncloud but networking issue. [07:06] <deper29> GeekMan1222: so then if you want to preserve ACL use --acls [07:06] <OerHeks> ANJ7, the guide says: goto unity plugin ( part of 'desktop') etc etc [07:07] <GeekMan1222> acl i presume means access control layers [07:07] <GeekMan1222> lol [07:07] <calcmandan> bekks: i figured that. i can access owncloud from inside my wifi network. problem is i have consumer grade equipment. [07:07] <deper29> GeekMan1222: or anterior cruciate ligament [07:07] <GeekMan1222> googles [07:07] <GeekMan1222> XD [07:08] <GeekMan1222> jk [07:08] <ANJ7> OerHeks: I don't know what is unity plugin. Where to open it? [07:08] <deper29> I wish I knew about the ACL flag when I rsync'd my disk. [07:08] <deper29> would have saved me a ton of headache. [07:08] <GeekMan1222> so if i use that command ill be home free i been testing with copys of smaller bits of the main drive [07:09] <deper29> GeekMan1222: yeah, but add the --acls option if you need it. [07:09] <calcmandan> bekks: i have the VM port forwarded on a port. [07:09] <GeekMan1222> how do i know if i need it [07:09] <OerHeks> ANJ7, and the part below desktop, "effects" looks like it can minimise effects and so on, explore yourself ? [07:10] <bekks> GeekMan1222: Do you use ACL? [07:10] <GeekMan1222> not that i know of [07:10] <GeekMan1222> unless you mean permissions and pam [07:11] <bekks> GeekMan1222: pam is irrelevant, since it has nothing to do with file system permissions. [07:11] <deper29> bekks: how do you know if you use ACL? I rsync'd my whole ubuntu drive to another drive and had no idea I used ACL prior to doing that. Turns out my /media/$USER directory had issues later. [07:11] <GeekMan1222> yes i have file system permissions i suppose [07:11] <GeekMan1222> like ownership and such [07:12] <GeekMan1222> it was a requirement to have pam work for the chrooted user [07:12] <GeekMan1222> i would like to have that carry over [07:12] <bekks> deper29: I do know it, since I have to mount my filesystems with "acls" to support them. [07:12] <GeekMan1222> read write permissions that is [07:13] <bekks> GeekMan1222: pam has nothing to do with filesystem permissions. PAM is for authentication. [07:13] <GeekMan1222> yes [07:13] <bekks> So it is irrelevant at this point. [07:13] <calcmandan> bekks: am i in the wrong channel? this is on ubuntu server. [07:13] <deper29> bekks: err, let me rephrase that: How would someone know if they used ACL? Again, my system apparently used it and I didn't know. [07:13] <GeekMan1222> but i had to example set an entire directory path with certain permissions unless thats part of pam which would mean i learned even more tonight [07:13] <bekks> calcmandan: And its still an Ubuntu. ACL arent used on servers only, rsync isnt used on servers only. [07:14] <bekks> deper29: You need to mount your filesystems with the acls option to be able to use ACL. [07:14] <deper29> GeekMan1222: -av will preserve permissions [07:14] <calcmandan> bekks: roger that. so perhaps i am asking the wrong question. [07:14] <GeekMan1222> ok i thought as much [07:14] <GeekMan1222> so acl's is something much more involved that i havent likely messed with [07:17] <calcmandan> bekks: i want to access owncloud from my devices on mobile networks or elsewhere altogether. at the moment, the VM is bridged and assigned an internal IP address. I've port forwarded that address TCP/UDP to a particular port. I should be able to hit the apache main page if i type my public address with the port, but i can't even get that. so i'm missing a link here. at this point, i should be able to type IP_ADDR:PORT/ and get the apache page. [07:17] <calcmandan> correct? [07:18] <GeekMan1222> well if i dont need the --acl attribute to my knowlege i prolly wont need to use it [07:19] <bekks> calcmandan: you yould not be able to do that from within your internal network. [07:20] <calcmandan> i'm trying this from my 4G phone. so it's not addressed to my internal network. [07:20] <bekks> calcmandan: Such as being connected using WIFI. You need to access your IP from outside. [07:20] <bekks> calcmandan: Does the portforwarding work? [07:20] <calcmandan> bekks: yes. i can SSH to my desktop. [07:20] <calcmandan> bekks: from my phone. [07:20] <bekks> calcmandan: SSH is irrelevant for accessing owncloud via http/https [07:21] <bekks> Does owncloud work, when accessed from your internal lan? [07:21] <gtan> Doing a fresh ubuntu reinstall... which device should I install Grub on? /dev/sda - windows or /dev/sdb8 - ubuntu OS partition [07:21] <calcmandan> bekks: yes. but, i have everything port forwarded and i'm able to SSH to my desktop. so port forwarding is working at least. [07:21] <OerHeks> calcmandan, http://your-external-ip/owncloud:port [07:21] <bekks> calcmandan: Portforwarding for SSH is working. Which is irrelevant for portforwarding for http/https [07:21] <calcmandan> OerHeks: thanks, i'll try [07:22] <calcmandan> bekks: i see. [07:22] <bekks> OerHeks: That will not work. [07:22] <bekks> calcmandan: http://externalip:port/owncloud/ [07:22] <calcmandan> bekks: my brother has a box on my network. he connects via http/https all the time. [07:22] <bekks> calcmandan: And you are trying to use the same port as him? [07:22] <OerHeks> bekks, correct, my bad [07:23] <calcmandan> bekks: well, no the router wouldn't allow duplicate port assignments even if i tried [07:23] <OerHeks> just read the /owncloud part is important, not just ip [07:24] <calcmandan> OerHeks: it's trying [07:25] <GeekMan1222> bekks i mean the machine runs on a pentium D 3.0ghz and it has average low system load you dont think i should use the -z option in rsync [07:25] <calcmandan> i'm going to reboot my router. [07:25] <calcmandan> lol [07:25] <GeekMan1222> total current size of usage on the directory is about 1.4tb [07:26] <bekks> GeekMan1222: Decompression happens on the target, not the source. [07:26] <GeekMan1222> oh [07:26] <GeekMan1222> the other is an arm7 lol [07:26] <bekks> GeekMan1222: hahahaha :D [07:26] <GeekMan1222> wd my cloud gets no use [07:26] <bekks> GeekMan1222: Ok, that will take ages anyways. [07:27] <GeekMan1222> oh what about the -u option is that included in -av i cant remeber if you said i didnt need it or if i even said anything about it [07:28] <erskull> anybody home [07:29] <erskull> -u [07:30] <GeekMan1222> ? [07:32] * shome is home. [07:34] <shome> Barely though. Working, so tired. [07:34] <lucian> yo! [07:34] <shome> What's up ! [07:35] <lucian> finally made my wifi network work... enjoying the internet now ;000 [07:35] <lucian> :))) [07:37] <lucian> do you guys know any good app for facebook? [07:37] <lucian> i got ubuntu 14.04 LTS [07:37] <cfhowlett> lucian, look in the software center [07:38] <lucian> nothing useful there :( [07:38] <OerHeks> Isn't facebook integrated standard ? [07:39] <shome> lucian: Should be in the software center. [07:39] * OerHeks has no facebook account [07:39] <Floppy_Ho> facebook is browser related? [07:39] * shome either. [07:39] <GeekMan1222> OerHeks: mhmm join the club :D [07:39] <OerHeks> "nothing usefull" sounds like you haven't tried [07:39] <lucian> there used to be a good facebook app back when i used ubuntu 10.04 [07:40] <OerHeks> Facebook changes stuff on regular basis AFAIK [07:41] <lucian> they "upated" that app :))) [07:41] <cfhowlett> lucian, there are plenty of apps in the software center. try again [07:41] <mark__> whats going on peepz? [07:44] <mark__> This is all new to me, are there mods here to keep everyone inline? Damn there is a lot of users on here tonight. Its like 2am man. Get the boot for idle time, nice! Not much action in here. 4 minute idle time boot. This is lame, I am outta here! [07:45] <OerHeks> hi mark__ did you read the topic ? [07:47] <Floppy_Ho> topic? [07:56] <Peace-> hey someone know why i get this on qt creator ? qrc:///main.qml:21 module "org.kde.plasma.plasmoid" is not installed [07:56] <Peace-> knows* [07:59] <OerHeks> Peace-, not sure, maybe you need plasma-widgets-addons http://packages.ubuntu.com/utopic/plasma-widgets-addons [08:02] <Peace-> OerHeks: i don't think so [08:02] <Peace-> those package contains only widgets [08:02] <Peace-> that* [08:03] <m14ed> Widgets wobble , but they don't fall down [08:03] <Floppy_Ho> burp [08:03] <Peace-> anyway i tried [08:03] <m14ed> o/ [08:03] <Peace-> no i get the error anyway [08:03] <SenorChang> I've had lots of crashes in ubuntu and someone suggested to fsck the drive (I've backed everything up), is that a good idea? [08:03] <Floppy_Ho> screen candy [08:04] <Floppy_Ho> run a hdd chk [08:04] <Floppy_Ho> if the hdd is in bad shape [08:04] <m14ed> screen shot sounds of door opening and closing ,,,, [08:04] <Floppy_Ho> expect crashes [08:05] <Floppy_Ho> or mem is bad [08:05] <Floppy_Ho> memtest86+ [08:06] <Floppy_Ho> SenorChang [08:06] <SenorChang> Floppy_Ho: how do I check the hdd [08:06] <SenorChang> I'm pretty sure my memory's alright [08:06] <Floppy_Ho> qooqle it [08:06] <dave301> hello [08:06] <Floppy_Ho> smart monitors etc [08:07] <gry> wpa-supplicant is running for my wifi; where is its config file? i would like to understand what exactly network-manager does to get wifi working [08:07] <Flannel> Floppy_Ho: Please stop saying semi-random things. Thanks. [08:07] <Floppy_Ho> random? [08:07] <gry> no, semi-random [08:07] <Floppy_Ho> example [08:07] <gry> it means random but a little bit with a pattern [08:07] <SenorChang> actually, I'll try memtest first. Easier since I know how [08:07] <cfhowlett> SenorChang, yes, it's a reasonable idea [08:07] <gry> Floppy_Ho: one sec [08:08] <dave301> What is IRC all about? [08:08] <gry> dave301: welcome to freenode, the network dedicated to collaboration and support of copyleft (www.copyleft.org ; broadly licensed) projects. ubuntu is one of them. [08:08] <Floppy_Ho> so why dont you bright sparks hep the guy rather than jump on someone who does? [08:09] <dave301> thanks gry [08:09] <dave301> It's my first time using irc [08:09] <gry> i am glad to see you here [08:09] <m14ed> irc is an instant messenger like most of the rest of them [08:09] <Floppy_Ho> dont PM! [08:09] <m14ed> Except , no commercials [08:09] <gry> dave301: this channel focuses on ubuntu-related discussions, as you may see - mostly ubuntu questions and answers [08:09] <dave301> So sort of like a group chat room? [08:09] <gry> yes [08:09] <dave301> Ok sorry about my previous questions. [08:09] <gry> a few conversations in parallel, at the same time [08:10] <Floppy_Ho> gry!*@* added to ignore list. [08:11] <m14ed> dave301 is well advised to run a /list of channels and log into one subject he finds interesting [08:11] <emma> I have this vps with Ubuntu running on it and it starts out with a root user. I used the root user to make a newuser I can sudo with. Is there a way to deactivate the root user (i mean make it so there is no password that can be logged in as root) now that I have done that? [08:12] <b3n_123> hi there .. what email notification you're using in ubuntu 14.04 unity? [08:12] <dave301> Ok. I'm still finding my way around here. This was the default room. [08:12] <ikonia> emma: passwd -l [08:13] <gry> (i still have the question pending in case someone lost it in the scrollback) [08:13] <m14ed> good thing dave301 didn't use the default version they ship with DynomiteForDummies [08:13] <Floppy_Ho> dave301 [08:14] <Floppy_Ho> \type #puppylinux [08:14] <Floppy_Ho> we are a bit more on the ball [08:14] <ikonia> gry: what's up [08:14] <emma> ikonia: as root? [08:14] <ikonia> emma: yes [08:14] <ikonia> Floppy_Ho: please don't push people to other channels [08:14] <deweydb> can anyone help me with this: http://pastie.org/10086065 [08:14] <Floppy_Ho> sod this [08:14] <gry> (resent from earlier) wpa-supplicant is running for my wifi; where is its config file? i would like to understand what exactly network-manager does to get wifi working [08:14] <deweydb> it seems like i'm missing something obvious [08:14] <m14ed> ikonia o/ [08:14] <emma> I guess I better see that I can log in as my sudo user before I passwd -l root [08:15] <ikonia> emma: %100 make sure you other accounts are ok and that you have sudo access [08:15] <Floppy_Ho> ikona DONT PM!!! [08:15] <OerHeks> deweydb, are you trying to run docker as root?? [08:17] <deweydb> OerHeks: when i run it as non-root i get: The program 'docker' is currently not installed. To run 'docker' please ask your administrator to install the package 'docker' [08:17] <emma> ikonia: yeah good idea. [08:17] <emma> You can't apt-get update without sudo right? [08:17] <ikonia> emma: correct [08:17] <emma> I was just able to do that so I think my sudo user is working. [08:18] <emma> ikonia: what do you think - on a VPS like this should I get rid of root password or maybe just make root password ridiculously long or something? [08:18] <gry> disable root login [08:19] <b3n_123> anyone using email notification? what do you recommend? sorry for asking again .. :D [08:19] <emma> ive mostly just used ubuntu as a desktop user where root never has a password [08:19] <ikonia> emma: what's your concern ? [08:19] <emma> ikonia: i guess my concern is being hacked [08:19] <emma> gry: yeah that's what I was thinking [08:19] <ikonia> emma: is the vps %100 ubuntu or one of the hacked virutalised things ? [08:19] <emma> I don't know. I think its 100 percent Ubuntu. [08:20] <ikonia> emma: lets have a quick guess, show me the output of uname -a [08:20] <ikonia> (please) [08:20] <emma> ikonia: are you a hacker? [08:20] <gry> yes [08:20] <ikonia> errr you know I'm just trying to help you [08:20] <gry> a full channel of people who know how to program [08:20] <emma> ikonia: come on ikonia you know im joking :) [08:20] <ikonia> sure [08:20] <gry> (none of them are crackers, but that's not your question) [08:21] <emma> ikonia: don't you know that IRC is where Hackers go when they don't want to be overheard? [08:21] <deweydb> hmmm still same problem, trying as non-root: http://pastie.org/10086069 [08:21] <ikonia> emma: want to show me the output of uname -a please [08:23] <karlhewer> I have a question regarding server [08:25] <ikonia> emma: so based on what you've just shown me in private (thank you) I would suggest not fully disabling the root account [08:25] <emma> ikonia: Sure. What is it about the hacked builds that make it a bad idea? [08:26] <ikonia> emma: what I would suggest is make sure it's disabled vi ssh, and then set a crazy hardware password for it [08:26] <ikonia> emma: that way you can "su" if you want [08:26] <m14ed> ( o Y o ) bigg\un's [08:26] <ikonia> emma: some virutal providers modify core components to allow it to run as they want on their virtual platform better [08:26] <ikonia> emma: hence why you see a specific kernel - which will be tweaked for their hardware platform [08:27] <emma> How about setting up ssh to work with a private key for root? [08:28] <emma> does that get rid of the risk ? [08:28] <ikonia> emma: it reduces it [08:29] <ikonia> emma: however blocking it from direct ssh login would be much better [08:29] <ikonia> so a.) change your ssh auth to keys only b.) disabled root login via sh c.) set a solid password for root [08:30] <ikonia> emma: that will get you to a pretty solid basis, without impacting any of the modifications your provider may/may not have done [08:30] <ikonia> sorry b.) was "disable root login via ssh" [08:30] <ikonia> not sh [08:32] <gry> emma: see https://www.debian.org/doc/manuals/securing-debian-howto/ch-sec-services.en.html#s5.1 [08:35] <emma> thanks guys :) [08:36] <enchilado> np [08:36] <emma> Hey - Im trying to build something from source using git. The instructions don't say to use sudo for the git stuff. But I guess when I use git from inside my home directory the new directory showed up in there. [08:36] <emma> When I run ./build.sh will this result in the software installed so that other users I create will be able to use it also? [08:37] <ikonia> emma: really depends on that specific script [08:37] <ikonia> whats the software ? [08:37] <emma> phantom.js [08:37] <emma> http://phantomjs.org/build.html [08:37] <emma> those are the instructions I'm following. [08:38] <ikonia> emma: I suspect that wil dump it in /usr/local/ and everyone can access it [08:38] <emma> I hope so. [08:38] <ikonia> from what I read thats what should happen if it builds sucessfully [08:38] <Zarthus> seems like the binary wouldn't be too hard to move around even if it only installed locally either [08:38] <emma> but nothing was done with sudo so how will it be able to write files into directories outside my home folder? [08:38] <gry> (and i think in ./bin with offer for you to move it where appropriate, but i am not sure) [08:39] <ikonia> yeah, maybe it's not doing the install [08:39] <ikonia> just the build then you can move it where you want [08:39] <ikonia> it's certainly linked against /usr/local [08:39] <emma> So once you have the binary the binary knows where to find dependences on the system on its own? [08:40] <ikonia> emma: that script will probably call the linker [08:40] <emma> like not relative to itself but in some absolute sense? [08:40] <ikonia> emma: which means it will be aware of whats on the system and where [08:40] <emma> so that the binary can be moved around? [08:40] <ikonia> emma: yes [08:40] <emma> ok [08:46] <Voyage_> how to completely remove a package and its downloaded installer? [08:46] <ikonia> Voyage_: what package? [08:47] <Voyage_> ikonia, krita [08:47] <Voyage_> need to remove all. installer, settings etc [08:47] <ikonia> how did you install it ? [08:47] <Voyage_> ikonia, apt-get install krita [08:47] <alfatau> hello all. I've a strange problem with multiple displays and nvidia driver. even having configured xorg to use multiple monitors and having defined which is the order (leftof), after reboot that configuration is overridden and the order of monitors is inverted. can you help me? maybe I've not configured xorg properly, I'm actually unable to successfully debug the problem. thank you in advance [08:48] <ikonia> so apt-get remove purge kirta [08:48] <Voyage_> ikonia, how to completely remove a package and its downloaded installer? I used apt-get purge krita and then apt-get install krita. it said Need to get 0 B/5,414 kB of archives. So its using the same installer again [08:48] <Peace-> Voyage_: sudo apt-get purge krita [08:48] <Voyage_> Peace-, ^ [08:48] <Peace-> Voyage_: installer ?? what do you mean , i mean , when you install you install it via apt-get install [08:49] <ikonia> Voyage_: because it's in the cache [08:49] <Peace-> Voyage_: if you want remove the downloaded package you need to do sudo apt-get clear [08:49] <ikonia> Voyage_: why are you trying to purge it then re-install it ? [08:49] <Voyage_> ikonia, its faulty and giving errors [08:50] <bekks> Voyage_: Which errors? [08:50] <Voyage_> bekks, cannot write text. keyboard and screen display errors [08:50] <Peace-> Voyage_: ls /var/cache/apt/archives/ [08:50] <Peace-> srr [08:50] <Peace-> Voyage_: ls /var/cache/apt/archives/ | grep -i krita [08:50] <bekks> Voyage_: since you successfully installed it before, the installation package is fine. [08:51] <ikonia> Voyage_: why do you think thats a problem with the package ? [08:51] <Peace-> ikonia: weirdo ppa [08:51] <ikonia> I think you need to address the problem, rather than guess at a fix [08:51] <Peace-> that's [08:51] <Voyage_> Peace-, $ sudo apt-get clear [08:51] <Voyage_> E: Invalid operation clear [08:51] <Peace-> Voyage_: wiat sec [08:51] <ikonia> Voyage_: the package is checksummed before install/uncompress [08:51] <sinasaharkhiz> http://askubuntu.com/questions/605158/is-it-possible-to-use-two-external-monitors-for-my-thinkpad-t440p-using-a-lenovo [08:51] <ikonia> Voyage_: so the package will be fine [08:51] <sinasaharkhiz> anyone got any idea? [08:51] <Peace-> Voyage_: sudo apt-get clean [08:51] <bekks> Voyage_: clean, not clear. [08:51] <Voyage_> Peace-, krita_1%3a2.8.6-0ubuntu1_amd64.deb [08:52] <Peace-> ok Voyage_so you can delete just that [08:52] <Peace-> instead to clean everything [08:52] <Voyage_> Peace-, krita_1%3a2.8.6-0ubuntu1_amd64.deb <-- this is after purge. so whats the point of purge then remove? [08:52] <bekks> Voyage_: purge includes remove. [08:52] <Peace-> Voyage_: because it will use that cached file to install krita again [08:52] <bekks> Peace-: And? That file is fine. [08:53] <Voyage_> hm [08:53] <Peace-> bekks: he says he can't use krita well so ... i guess [08:53] <bekks> Peace-: It is checksummed before installation, and installation went fine. [08:53] <Voyage_> sudo apt-get clean removed the.db [08:53] <bekks> Peace-: He gets error when using krita, not with installing it. [08:53] <Peace-> bekks: sure sure but what if the package install a crap krita version ? [08:53] <Voyage_> deb [08:53] <ikonia> again - fix the problem, not guess at the solution [08:53] <ikonia> Peace-: how will reinstalling fix that ? [08:53] <Voyage_> by the way, how to reconfigure / fix a package by atp? [08:54] <ikonia> Peace-: as it will still be the same problem version [08:54] <Voyage_> apt [08:54] <Peace-> ikonia: omg he said how to remove not how tinstlal [08:54] <bekks> Peace-: Again: the file is checksummed before it is installed. [08:54] <ikonia> Peace-: he's trying to re-install it [08:54] <htqp> Peace-: the .deb is checked against the ubuntu repositories signing keys, so there's no way the package can install a borked softare without the packagers knowing it [08:54] <Peace-> omg [08:55] <Peace-> i used ppa and sometimes krita is messed [08:55] <Peace-> so ... [08:55] <ikonia> so what ? [08:55] <bekks> Peace-: Even PPA packages are checksummed. [08:55] <ikonia> I'm failing to see the point [08:55] <Voyage_> its the same faulty package again. [08:55] <Peace-> bekks: and who cares of checksumm [08:55] <htqp> that's why you avoid ppas as possible, they are not checked by the UBUNTU repo maintainers [08:55] <Peace-> if the bugs are in the app [08:55] <Peace-> :S [08:55] <Voyage_> policy says Version table:*** 1:2.8.6-0ubuntu1 0 500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages [08:56] <ikonia> Peace-: if the bugs are in the app - how will re-installing fix it ? [08:56] <Peace-> ikonia: AGAIN I SAID HOW TO REMOVE A DEBIAN PACKAGE FORM CACHE [08:56] <Peace-> ikonia: not how to re install [08:56] <Peace-> omg i gonna to exit [08:56] <ikonia> Peace-: yes, but you keep doing apt-get install after it [08:56] <Peace-> this is maddnes [08:56] <ikonia> suggesting your trying to re-install it [08:56] <ikonia> hence how you know hte package is in cache [08:56] <bekks> Peace-: You dont need to remove it from cache because the package itself is fine. [08:57] <ikonia> and it's in cache because there is no newer version to update to [08:57] <ikonia> if there was a newer version than the cache - it would download it [08:57] <Peace-> ok do what you want i gonna to developmy apps [08:57] <Voyage_> so what should I do? [08:57] <Voyage_> bekks, ? [08:57] <Peace-> Voyage_: have you added ppas ? [08:58] <ikonia> Voyage_: what is the exact prolem [08:58] <Peace-> bekks: to install krita? [08:58] <Voyage_> no [08:58] <Voyage_> ikonia, krita is not stable working. [08:58] <bekks> Peace-: He installed krita fine. [08:58] <Peace-> bekks: again ? [08:58] * Voyage_ agrees with be [08:58] * Voyage_ agrees with bekks [08:59] <htqp> "when I do thse steps ... I get this exact error message (copy-paste) ... expected behavior is ..." << fill the dots [08:59] <Peace-> Voyage_: krita works fine [08:59] <bekks> Peace-: Of course. Since the installation went fine, the package itself isnt the problem. [08:59] <bekks> Peace-: HIS krita does not work fine. [08:59] <Peace-> bekks: it was not a question [08:59] <bekks> Peace-: Thats why he is asking in here. [08:59] <Voyage_> Peace-, it doesnt. just not mine [08:59] <Peace-> bekks: o k i guess i gonna to ignore you [09:00] <Peace-> Voyage_: screenshot [09:00] * Voyage_ agrees with bekks [09:00] <ikonia> Voyage_: work it through with bekks [09:00] <bekks> Voyage_: Can you describe the errors you get a bit further? [09:03] <pikaciu> hi there [09:05] <Voyage_> ikonia, I am. [09:05] <pikaciu> i would like to know the meaning of mount -o bind . I elaborate: when i boot from a livecd if i want to work on my root partition, i have to mount bind /dev /sys /proc .... WHY ? thanx [09:05] <Voyage_> bekks, Peace- when I press some letters like 'e' or some other for e.g in kirta. it does not types it but shows some shapes. http://oi58.tinypic.com/fxcf2w.jpg [09:06] <Peace-> Voyage_: compiz activated? [09:07] <Voyage_> Peace-, whats compiz? [09:07] <Voyage_> how to reconfigure an app? [09:07] <Peace-> Voyage_: i guess it's not an app problem but the compiz issue , well try this [09:07] <Voyage_> Peace-, whats compiz? [09:08] <Peace-> Voyage_: go on krita settins => display [09:08] <Peace-> let's try before this krita settings => display [09:08] <Voyage_> Compiz /kɒmpɪz/ is a compositing window manager for the X Window System, using 3D graphics hardware to create fast compositing desktop effects [09:09] <huig> hi, i am looking for a good guide about code obfuscation in c [09:09] <Peace-> Voyage_: if you ar using ubuntu with unity you have compiz ... [09:09] <Peace-> Voyage_: anyway before that try what i have said go on krita settings [09:09] <Peace-> then display [09:10] <Voyage_> Peace-, I am on kubuntu with kde [09:10] <Voyage_> Peace-, i am in settings now [09:10] <Peace-> Voyage_: ok perfect [09:10] <OerHeks> huig, join ##c or ##c++ for that [09:10] <Peace-> Voyage_: just go on settings => configure krita => display [09:10] <huig> OerHeks, thanks [09:10] <pikaciu> i would like to know the meaning of mount -o bind . I elaborate: when i boot from a livecd if i want to work on my root partition, i have to mount bind /dev /sys /proc .... WHY ? thanx [09:11] <Voyage_> Peace-, i am in settings now [09:12] <Peace-> Voyage_: try to disable opengl [09:12] <htqp> pikaciu: some programs need access to runtime data about hardware or software. The standard interface is via those directories. Ubuntu mounts them on /dev etc. by default, when you work in chroot you need to mount them manually [09:12] <Voyage_> Peace-, i am in settings now. whats next [09:12] <Voyage_> Peace-, its already no enabled [09:13] <Peace-> Voyage_: ok then try to enable [09:13] <Peace-> i have a different version of krita of couse [09:13] <Peace-> so some stuff are different [09:13] <Peace-> Voyage_: http://i.imgur.com/0jH8Mq4.jpg [09:13] <Voyage_> Peace-, did that [09:14] <Voyage_> Peace-, did that. no help [09:14] <Voyage_> How to reconfigure an app by apt/dpkg? [09:14] <Peace-> Voyage_: that is not a reconfigure problem [09:14] <pikaciu> htqp. Thanx a lot. so, i mount /dev/sda1 in /mnt ... after i chroot , then mount -o bind /dev /mnt , /proc /mnt ... etc, ... it's right ? [09:14] <Peace-> it's a video bug [09:14] <Peace-> Voyage_: it's a video bug [09:14] <Peace-> Voyage_: can your disable kwin effects? [09:14] <Peace-> Voyage_: have you nvidia ? [09:15] <htqp> mount -o bind /dev /mnt/dev [09:15] <htqp> !chroot [09:15] <pikaciu> htqp. ok [09:17] <Peace-> Voyage_: btw there is a channel for krita [09:17] <Voyage_> Peace-, yes. [09:17] <Voyage_> Peace-, ok [09:17] <Peace-> Voyage_: #krita [09:17] <Voyage_> going there [09:19] <MysticRed> Im using crouton, trying to install xfce trusty, but I always get not supported distrubution? [09:19] <MysticRed> Here is message: trusty does not belong to any supported distribution. [09:20] <MysticRed> Anyone know how to get this to work? [09:20] <htqp> ask to crouton's tech support? channel #crouton, 39 ppl [09:20] <htqp> or use debootstrap [09:21] <MysticRed> ahh sorry didnt notice channel [09:22] <htqp> well freenode seems to have a chan for almost every oss [09:23] <MysticRed> cuul first time on freenode [09:33] <Voyage_> how can I get Current stable release: 2.9 . the latest krita???? [09:35] <OerHeks> Voyage_, wait untill the 27th, vivid has got krita 2.9.2 [09:35] <OerHeks> http://packages.ubuntu.com/vivid/krita [09:37] <Voyage_> OerHeks, sudo add-apt-repository ppa:dimula73/krita ? [09:37] <OerHeks> PPA's are not supported, use at your own risc [09:38] <Voyage_> OerHeks, how do I remove this ppa? [09:38] <what_ever_fi> I run apt get purge gpgv and now I lost everything, I can't even run apt get command [09:41] <OerHeks> !ppapurge [09:41] <what_ever_fi> @ubottu that was for me ? [09:42] <OerHeks> what_ever_fi, no [09:42] <what_ever_fi> ok [09:44] <OerHeks> what_ever_fi, i think you deleted a systempackage, "gpgv is a stripped-down version of gnupg which is only able to check signatures." [09:45] <what_ever_fi> Thank you, I am newbie trying now to re-install things, but I get always errors [09:46] <what_ever_fi> apt - get not there [09:46] <htqp> you don't even have apt now, since apt has dependency on gpgv [09:47] <what_ever_fi> that is right :D [09:47] <htqp> but maybe you have apt-get so, apt-get install gpgv ? [09:47] <ikonia> you can't apt-get something if apt-get is broken [09:47] <ikonia> you'll need to grab the deb file and dpkg it [09:49] <what_ever_fi_> and I got disconnected [09:49] <what_ever_fi_> @htqp how to install anything back (apt at least) [09:54] <ShalokShalom> hi there, how to get a log about my boot speed ? [09:56] <OerHeks> !bootchart [09:56] <ShalokShalom> thanks :D [09:56] <OerHeks> de-install after use, else your /var/log/ will grow [09:57] <ShalokShalom> ok [09:58] <ShalokShalom> 0erHeks: is there a similar command in upstart available as well ? [09:58] <ShalokShalom> like systemd-analyze blame ? [09:59] <OerHeks> ShalokShalom, not that i know of [10:00] <ShalokShalom> ok, thanks [10:00] <ShalokShalom> this bootchart shows, why my system needs so long to boot, yes ? [10:01] <OerHeks> it shows micro time for every part to load. big gaps can give you a clue about delays [10:02] <OerHeks> some delays are normal, like auth wireless, that can take some time. [10:03] <OerHeks> else dmesg can give you some info too> dmesg | more [10:14] <what_ever_fi_> how to manually install gpgv ? [10:15] <OerHeks> what_ever_fi_, download the deb package for your ubuntu version, and install it with ' sudo dpkg -i <package>.deb ' [10:15] <OerHeks> hope that works, else backup your data and reinstall. [10:16] <what_ever_fi_> Thx OerHeks the problem I was not able to find the right package, [10:17] <Guest96257> hello! i'm hesitating between gnome 3 or plasma 5, actually, could you help me decide between kubuntu and ubuntu gome? [10:21] <OerHeks> Guest96257, not really, try them out both? plasma5 is in beta iirc [10:22] <sburjan> Hello. Is there an article on how to disable non-essential daemons/services in Ubuntu/Xubuntu ? I am installing on a very old lapto, and I am sure there are a lot of services I don\t need and that can boost performance if I disable them. I googled it, I saw some toold to do this, but is there a tutorial that explains all the daemons and what they do so I can chose which to disable ? [10:22] <Guest96257> OerHeks: i tried them both, comming from mac, gnome is perfect except for its huge windows :S i and i like some things in kde like being able to set the touchpad (i'm on a macbook pro and i intend to use ubuntu as mu onlu OS) [10:23] <Guest96257> kde looks goregeous but its task bar and workflow is SO windows that i feel lost, but its apps (krita, digikam, kdenlive are amazing) [10:23] <Guest96257> so what i want is gnome workflow with kde apps lol [10:23] <Celexi> you can use those apps in gnome [10:24] <OerHeks> Celexi +1 [10:24] <Inoki> Guest96257: I would definitely recommed GNOME or anything based on it. [10:24] <Guest96257> but isn't there any problem doing it? [10:24] <Guest96257> i mean, mixing apps [10:24] <Celexi> not really [10:24] <OerHeks> you pull in a lot of dependencies, but it works. [10:24] <Guest96257> Inoki: why to use gnome instead of kde? [10:25] <Guest96257> OerHeks: and are they easy to unistall if i don't want the app related to any more? [10:25] <Inoki> Guest96257: KDE is nice, but personally I find it bloated. GNOME is a lot simpler. [10:26] <claude_> quit [10:26] <Inoki> Guest96257: If you want something to help you get things done quickly and efficiently in a mobile like interface = very modern UI, that is designed to get things out of the way and get them done. [10:27] <Guest96257> exactly in gnome i feel more productive [10:28] <Guest96257> kde is playful for me [10:28] <Guest96257> so is it anyway in gnome i can get my touchpad faster and more sensible? [10:29] <Guest96257> ah! another big question, when a new release is launched, is it recommended to fresh install or is it ok just upgrading? [10:31] <Inoki> Guest96257: You can customize anything necessary for productivity with GNOME, just as you can with about any DE. KDE is more for those who like to tweak their desktop to the max. Of course you can do that in any DE, but KDE offers a GUI for about every setting. [10:31] <Inoki> About upgrades, depends how you customize your system. If you use less 3rd party apps and more of those from the official repos I don't think you need to do a fresh install every once in a while. [10:32] <Guest96257> im installing krita in ubuntu gnome right now and the amount of dependencies is WOA! [10:32] <Inoki> Guest96257: Don't worry about that. [10:33] <Guest96257> i will folow your advice, i really like gnomes workflow ^^ [10:33] <Guest96257> i still don0t get the use of Unity [10:34] <Guest96257> but between gnome and kde, i'm really surprise people do this piece of perfection for free! :S [10:34] <Inoki> Guest96257: If you install something originally meant for another DE of course it needs dependencies, but that doesn't mean that it would run any worse on another DE. I typically install software that requires more dependencies but never had issues of any kind. [10:34] <Inoki> People know what people need, that's the beauty of it. Enjoy your system! [10:35] <Guest96257> Inoki: so mixing kde apps in an gnome environment is not a bad thing? [10:36] <Guest96257> the performance of those apps isn't going to be poor? [10:37] <Inoki> Guest96257: I don't see how it's a problem. If the majority of apps you use are meant for another DE it would perhaps be recommended to use that one instead. But if you use only a few from KDE and the rest from GNOME use GNOME. [10:37] <javnut> can I add comments to my bash history with #? [10:38] <Guest96257> yeah right [10:38] <Guest96257> i will figure out how to change kde apps icons in gnome :S [10:38] <Guest96257> to make it more integrated [10:40] <bekks> javnut: No. [10:41] <Inoki> Guest96257: GNOME has some of the most interesting apps designed for it. I tried KDE apps in the past but didn't like them at all. They felt bloated. I tried Krita and although it's a good app to me it seems too overfeatured, that's why I use MyPaint, which is super simple and feels better. Again, personal preference. I like minimal settings and maximum result, that's how I pick my apps. E.g. I never used Rhythmbox and that's a GNOM [10:41] <javnut> bekks: won't "foo #comment here" run anyway though? [10:42] <bekks> javnut: Comments arent recorded in the history. [10:42] <Guest96257> Inoki: do you know how to make default adwaita title bar smaller? [10:43] <javnut> bekks: I just checked, yes they are [10:44] <bekks> javnut: Are they? TIL, all other bash implementations on other OS dont record them. [10:44] <javnut> cd Desktop #this makes the Desktop the current working directory [10:44] <javnut> try it [10:44] <Inoki> Guest96257: Not really, you might want to join #ubuntu-gnome and maybe someone there can help. Some theme related settings for GNOME are (I think) configured in their theme files. As I said before, GNOME offers customization, but theme specific stuff has to be done (I think) in the config files of a theme, unless you have a GUI for it like in KDE. I never bothered with this kind of stuff. I like themes as they are shipped. [10:46] <Inoki> Guest96257: Should no one in #ubuntu-gnome be able to help you could always turn to GNOME-specific channels independent of distros. [10:47] <Inoki> Guest96257: Plus there is the awesome Ask Ubuntu page and Ubuntu Forums. [10:47] <Guest96257> oki thanks! [10:55] <Aison> is there a package overlay that provides hplip 3.15.2 for Ubuntu 14.04? [10:57] <MonkeyDust> !details | Aison i huess you mean lib (library), not lip [10:58] <Aison> no, I mean hplip :) HP Linux Imaging and Printing [10:59] <BluesKaj> Howdy all [10:59] <bodo_> hi. can anyone pls tell me what is this? http://i.imgur.com/JvLO2aB.png?1 i did set a pass and now everytime when i log in it makes me introduce the pass and its very annoing [11:04] <bodo_> is there any1 able to answer my question? [11:04] <rochelimit> That depends on what your question is. [11:05] <bodo_> i did asked a few mins earlier [11:05] <bodo_> can anyone pls tell me what is this? http://i.imgur.com/JvLO2aB.png?1 i did set a pass and now everytime when i log in it makes me introduce the pass and its very annoing [11:05] <curccc> Hello, when I am running an Ubuntu script and make changes to that script while it is running, does it reread the changes I make? [11:06] <curccc> And by that I mean a shell script. [11:06] <curccc> (bash) [11:09] <andcat> hey, I've got a question -- I have an ubuntu VM set up how I want it, and it's 8.04 [intentionally], so I can't upload it to ec2. I can use a default 8.04 ec2 image, but I'd want the state to be the same as my current one [11:09] <rochelimit> @curccc, when you run a script it is loaded into memory, but editing is done on the version on disk. [11:09] <andcat> long story short, is there some way of seeing all the new packages and/or files from a base install, so I can quickly do them all again? [11:09] <curccc> rochelimit: are you sure? [11:09] <curccc> "bash reads from the last byte position, so editing shifts the location of the current character being read." [11:09] <rochelimit> So it won't re read the script unless you stop and restart it. [11:10] <curccc> "bash is, indeed, interpreting the script "as you go"." [11:10] <curccc> from: http://stackoverflow.com/questions/3398258/edit-shell-script-while-its-running [11:12] <curccc> If that's the case, then it should be OK to edit bits of the script further down the script shouldn't it? [11:12] <rochelimit> Curccc: interesting link. It seems to have caused disagreement. Have you experimented with a text script? [11:13] <curccc> rochelimit: I will test it. [11:14] <bodo_> Err http://ro.archive.ubuntu.com utopic-updates Release.gpg [11:14] <bodo_> Could not resolve 'ro.archive.ubuntu.com' [11:14] <bodo_> Err http://ro.archive.ubuntu.com utopic-backports Release.gpg [11:14] <bodo_> Could not resolve 'ro.archive.ubuntu.com' [11:15] <bodo_> why do i get this err trying to sudo apt-get update? [11:15] <curccc> Yeah, looks like it reads it bit by bit. [11:15] <bodo_> and there are more lines like this [11:16] <curccc> Ok, so editing things downstream in the script looks fine, but upstream from the current bit seems to make problems. [11:17] <curccc> That answers my question. Thanks. [11:17] <rochelimit> Cheers [11:18] <rochelimit> It may also be different depending how you edit the file. Looks to unpredictable to rely on. [11:22] <bodo_> why when i do sudo apt-get update i get some err and ign? [11:23] <ohai__> hello [11:23] <ohai__> is anyone here? [11:24] <bodo_> nvm i see that i can't get help on #ubuntu anymore [11:24] <MonkeyDust> bodo_ maybe because the source or mirror is not available [11:24] <ohai__> try other repository i guess [11:24] <bodo_> MonkeyDust, and is there anything i can do? [11:27] <MonkeyDust> bodo_ it's harmless [11:27] <rochelimit> Bodu, do you need the backports? You could comment or the line in your apt-sources file. [11:27] <rochelimit> That's "comment out" [11:32] <monojin> Is there any place I can find up to date information on using gamepads with Ubuntu (like necessary packages, configuration, which brands are more likely to work)? [11:33] <MonkeyDust> monojin try #ubuntu-offtopic [11:47] <Thenewone> Hi guys [11:47] <Thenewone> i have ubuntu server how can i active icons ? [11:47] <Thenewone> i have openbox as desktop [11:51] <rochelimit> Thenewone, openbox is a window manager, so you'll need to install something to manage the desktop. I'm run openbox and I prefer an icon-less background. [11:52] <Thenewone> rochelimit, you know how to active the icons ? [11:53] <rochelimit> Some file managers can do it. Try Nautilus or PCmanFM. [11:53] <Thenewone> ok what about thunar ? [11:53] <Thenewone> nautilus [11:54] <Thenewone> thanks [11:55] <rochelimit> Thunar is lightweight, and doesn't offer desktop icons. [11:55] <Thenewone> ok man thanks for the info [11:55] <Thenewone> can i share with you my new setup for the desktop ? [11:57] <colbyFree> hi folks, anyone here can help me diagnose bluetooth problems [11:58] <colbyFree> device search shows nothing and my phone sees nothing [11:58] <Thenewone> sorry man i have no idea [11:58] <MonkeyDust> colbyFree use blueman [11:59] <colbyFree> k installing now, will see how I go :) [12:03] <colbyFree> npe still can't see anything on PC or phone [12:03] <Thenewone> https://i.imgur.com/SNigalO.png what do you guys think about my desktop on ubuntu server ??? [12:04] <colbyFree> I like, looks good [12:05] <davevanloo> Thenewone cudoś, looks great! [12:05] <Thenewone> thanks do you have any ideas to add ? [12:05] <Thenewone> davevanloo, thanks [12:06] <colbyFree> does the orange font not make it hard to read thou [12:06] <colbyFree> on the terminal [12:06] <davevanloo> well a launchpad of sorts.. maybe something you could make pre-programmed commands in colbyFree [12:06] <Thenewone> when i move it on the face :D [12:06] <colbyFree> makes sense :) [12:07] <Thenewone> i will see davevanloo [12:08] <davevanloo> oeps.. i said it to the wrong guy that time LOL [12:08] <Thenewone> i was thinkg ;D [12:08] <Thenewone> thinking* [12:09] <Thenewone> it's ok that's happen [12:10] <davevanloo> heres my current desktop envirement :) http://i.imgur.com/2pCAfga.jpg Thenewone ;0 [12:10] <wallbroken> what "project sputnik" of Dell is? [12:10] <davevanloo> any suggestions? im sure you have a lot hehe [12:11] <Thenewone> davevanloo, you just kiked my a... [12:11] <davevanloo> Thenewone: I did what? o.O [12:11] <Thenewone> davevanloo, cool man it's op i like it [12:11] <Thenewone> davevanloo, kiked my ass :D [12:11] <davevanloo> ooh whahaha [12:12] <davevanloo> Thenewone: well.. i can see my specs are way above yours yea lol.. or simply the fact i have 2 monitors? :P [12:12] <Thenewone> davevanloo, i saw that i'm challegin a guys who is gonna make the best desktop [12:13] <davevanloo> Thenewone: cool, i had heard about some sort of desktop widgets that would allow monitoring of my system simply as a desktop wallpaper kinda deal.., never found the software that did it though [12:14] <Thenewone> davevanloo, is not conky ?? [12:14] * davevanloo chuckles [12:14] <davevanloo> just a little Thenewone [12:15] <Thenewone> ok [12:15] <davevanloo> this is my personal PC, not a server.., so i have some room to go for bling ;) [12:16] <Thenewone> ;D cool [12:16] <Thenewone> i install that just for my subject about vpn [12:17] <Thenewone> it's runing on vbox [12:17] * davevanloo nods [12:17] <Thenewone> linux is art [12:17] <davevanloo> any one know of some good software for widget/wallpaper type monitoring tools bling? [12:17] <colbyFree> ant art that dosent like my bluetooh :) any bluetooth experts in here [12:18] <BluesKaj> Thenewone, it can be, in the right hands :-) [12:18] <davevanloo> colbyFree: are you running latest updates? [12:18] <davevanloo> also.. if its a laptop.. did you make sure the bluetooth is not dissabled using a fn key combo? [12:18] <colbyFree> yes as far as I know, I run updates everyday cause thats what i do :) [12:18] <Thenewone> lol :D [12:18] * davevanloo laughs [12:18] <Thenewone> BluesKaj, yep :D [12:19] <colbyFree> i assume my wifi won't work with the keyboard combo [12:20] <colbyFree> when i do dmesg | grep -i blue [12:20] <colbyFree> everything says initialized [12:25] <andrea_> interstellar [12:26] <BluesKaj> andrea_, this is not a file sharing channel [12:27] <bodo_> what command i can use to see what is running in terminal in this moment? cuz ihave something running and i dont know what [12:30] <Thenewone> use top [12:31] <andrea_> irc.globalirc.it [12:32] <colbyFree> lspci cmd shows no bluetooth device, does that mean the system dosen't see it at all [12:46] <kokut> Hello, how can i change the brightness of the second monitor through the command line? [12:47] <EriC^^> kokut: type ls /sys/class/backlight [12:48] <kokut> EriC^^: acpi_video0 intel_backlight [12:49] <colbyFree> any available bluetooth experts willing to help me :) [12:50] <kokut> eric i think i'm just gonna use xrander [12:50] <kokut> xrandr [12:55] <EriC^^> kokut: try xbacklight [12:56] <kokut> EriC^^: i use that for my notebook's screen [12:56] <EriC^^> oh ok [12:58] <tos-1> kokut: Afair xrandr --brightness does not increase the brightness of the backlight of your monitor. It does some fancy gamma manipluations. [13:04] <kokut> anyone knows if theres something like yakuake but for gnome? [13:06] <kokut> nvm i found guake :) [13:11] <b3n_123> hi everyone .. any email notification you can recommend for Unity Ubuntu 14.04 ? [13:11] <ozlinux> The Mate Repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main" seems to have disappeared during past week, has it officially been retired or is it just down? [13:12] <htqp> bodo_ pstree | less [13:14] <b3n_123> anyone? [13:18] <OerHeks> ozlinux, mate-desktop is back in ubuntu 14.10, that repo is not ours. [13:25] <raj1> I have always userd iso images to install my vms. but how do I install these files for ubuntu core http://cdimage.ubuntu.com/ubuntu-core/releases/15.04/beta-2/ [13:25] <kokut> so, i installed tmux and i have a session, how do i issue commands to that session? :\ [13:27] <raj1> what will I get if I untar this package ubuntu-core-15.04-beta2-core-i386.tar.gz [13:28] <AllanDaemon> Hi. I having trouble with `apt update`. The http://archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources, as also .../universe/source/Sources and .../universe/binary-amd64/Packages are giving `Hash Sum mismatch`. I changed the mirror, and deleted the files with `rm /var/lib/apt/lists/* -vf` but it stills failing. [13:31] <b3n_123> who's using gmail notificaiton? [13:32] <colbyFree> any bluetooth people on want help me fix mine. please [13:39] <gie_> halo [13:47] <Istalantar> hello, can anyone help me with setting up a google print server? so far i followed this guide https://support.google.com/a/answer/2906017?hl=en ... only problem is, i cant use chrome only chromium, so i can't complete the guide, because those commands dont work for chromium [13:56] <ozlinux> apt-get install mate-control-center : Depends: mate-desktop (>= 1.8.1+dfsg1-3), and mate-desktop is already the newest version, anybody else having this problem on 12.04 LTS? [13:56] <OerHeks> Istalantar, then you are stuck, that guide only works on chrome [13:58] <rgb-one> ozlinux: what repository did you download the mate desktop from? a ppa? [14:01] <arobase> Hi, anyone can help about Linux auditing? [14:03] <rgb-one> arobase: auditing in what context? [14:04] <rgb-one> arobase: u want to test linux out? [14:06] <reeed> hey all what's the difference between *.a and *.so files ? [14:06] <rgb-one> reeed: you can google both if them and compare your results [14:07] <OerHeks> dynamic and static libs [14:07] <OerHeks> not sure is .a is static [14:08] <OerHeks> is-if * [14:09] <Istalantar> OerHeks: thats exactly the point, so, without chrome, no print server [14:11] <OerHeks> Istalantar, why can't you use chrome ? [14:13] <SchrodingersScat> that sounds logical though, if a 'google print server' requires chrome and you can't use chrome then you probably can't google print server? [14:13] <Istalantar> OerHeks: doesnt run on my raspberrypi [14:13] <OerHeks> SchrodingersScat, indeed, but i did a little research if someone found a way around chrome [14:13] <OerHeks> Istalantar, rasp pi 2 ? [14:15] <Istalantar> OerHeks: no, pi 1 B [14:15] <OerHeks> Istalantar, why do you ask here for support, as you can't run ubuntu [14:16] <ZmEu> Hello ! I'm installed ubuntu 12.04 LTS and they can't have LUKS/LVM Encryption... It's possible to full encryption when I'm already installed the OS ? and how [14:17] <Istalantar> OerHeks: i could have chromium on ubuntu, so does it really matter? [14:24] <ZmEu> Hello ! I'm installed ubuntu 12.04 LTS and they can't have LUKS/LVM Encryption... It's possible to full encryption when I'm already installed the OS ? and how [14:25] <pikaciu> hi, little help with external sata drive (usb adapter) ? http://paste.ubuntu.com/10800705/ [14:25] <pikaciu> thanx [14:25] <pikaciu> i cannot mount /dev/sdb [14:26] <MonkeyDust> !encrypt | ZmEu start here [14:27] <pikaciu> lsusb says this: Sunplus Innovation Technology Inc. SPIF30x Serial-ATA bridge [14:27] <pikaciu> it sees the adapter but not the disk inside [14:28] <pikaciu> it is broken ? [14:29] <SJr> Why does the Lenovo say that they work closely with ensuring lenovo laptops are certified with ubuntu, then a laptop has a status that it is certified if ubuntu is preinstalled. But Lenovo does not sell a preinstalled version. [14:29] <sutterp> rgb-one: The original repo was deb http://packages.mate-desktop.org/repo/ubuntu precise main where it worked fine, but this appears not to be available anymore. [14:30] <rgb-one> sutterp: maybe you should upgrade to the latest LTS [14:31] <sutterp> rgb-one Have changed them to sudo apt-add-repository ppa:ubuntu-mate-dev/ppa sudo apt-add-repository ppa:ubuntu-mate-dev/precise-mate, thats when the problem started [14:32] <sutterp> rgb-one Can't do that at the moment, still have to support other 12.04 LTS installations [14:32] <kam270> is there any decent LVM gui tools out there ? [14:32] <rgb-one> the problem is you may have the old mate desktop installed and you are trying to install mate desktop which is being retrieved from the ppa which requires the version of mate-desktop in the ppa [14:33] <OerHeks> SJr, see this list, http://support.lenovo.com/us/en/documents/pd031426, certifies has nothing to do with ubuntu preinstalled [14:33] <sutterp> rgb-one I have removed all mate via synaptic before changing to the new repo [14:33] <OerHeks> * certified [14:34] <rgb-one> sutterp: run sudo apt-get autoremove [14:36] <sutterp> rgb-one I did that several times, funny thing is sudo apt-get install mate-desktop results in mate-desktop is already the newest version [14:37] <rgb-one> sutterp: did you do sudo apt-get update after adding the ppa and before downloading mate-desktop? [14:37] <pikaciu> a little help with external sata drive (usb adapter) ? http://paste.ubuntu.com/10800705/ [14:38] <sutterp> rgb-one sudo apt-get install mate-control-center results in mate-control-center : Depends: mate-desktop (>= 1.8.1+dfsg1-3) [14:38] <sutterp> rgb-one Yes, I always do apt-get update and apt-get upgrade after changing anything in the repos [14:39] <rgb-one> sutterp: yea. I am thinking that the mate you have installed was not being retrieved from the ppa? [14:40] <rgb-one> sutterp: What you could do is purge mate-desktop and install mate-cotrol-center. It will retrieve the version of mate it requires [14:40] <sutterp> rgb-one How do I check that, except that when running apt-get update, it seems to retrieve the data from there [14:41] <ranger1> halloo [14:43] <bigred15> What is .gvfs directory under the home dir? ..and more importantly, why do I have no permissions to it? [14:43] <rgb-one> bigred15: I think it means gnome virtual file system [14:43] <sutterp> rgb-one Synaptic reports mate desktop version 1.8.1+dfsg1-1~ppa1~precise1, yet mate mate-control-center wants mate-desktop (>= 1.8.1+dfsg1-3) [14:44] <bigred15> hrmm, any idea why it exists? :| [14:44] <rgb-one> bigred15: I think it is used by gnome applications such as nautilus [14:45] <bigred15> Ahh, I see. Shame I don't ever use nautilus. Is it perhaps used by terminator by any chance? It only started showing up once I installed terminator :| [14:46] <rgb-one> bigred15: http://en.wikipedia.org/wiki/GVFS [14:46] <bigred15> No, ignore that, what I asked was utterly stupid. [14:46] <bigred15> Permissions are all messed up, seems someone else had a similar problem on the ubuntuforums which was solved by a reboot. [14:47] <rgb-one> bigred15: what is the problem? [14:48] <bigred15> .gvfs has permissions which are...weird: d????????? ? ? ? ? ? .gvfs [14:50] <pikaciu> a little help with external sata drive (usb adapter) ? http://paste.ubuntu.com/10800705/ [14:52] <sutterp> rgb-one purged mate-desktop, apt-get install mate-control-center : Depends: mate-desktop (>= 1.8.1+dfsg1-3) [14:53] <rgb-one> sutterp: maybe there is a problem with the ppa [14:57] <muchairani> hi [14:57] <goeranh> hi [15:02] <sutterp> rgb-one it looks that the two repos ppa:ubuntu-mate-dev/ppa and ppa:ubuntu-mate-dev/precise-mate are out of step, as I can not install mate-desktop-environment-core etc, because they all depend on mate-control-center [15:04] <rgb-one> sutterp: Maybe you could try another desktop [15:05] <sutterp> rgb-one The other installed desktops run fine (gnome). [15:05] <rgb-one> sutterp: work with it. [15:06] <osa1> hi all. I'm trying to run a binary compiled in Ubuntu, and apparently it's dynamically linked with libffi.so.6. the problem is, I don't think version 6 of that library is ever released, it seems like most recent version is 4: https://sourceware.org/libffi/ any ideas what version is installed as libffi.so.6 on Ubuntu? [15:07] <sutterp> rgb-one: Thanks for your help, hopefully this gets fixed soon, I like mate better than unity [15:07] <cribbageSTARSHIP> can I use thee "at" command to schedule apt-get update/upgrade/dist-upgrade? [15:08] <rgb-one> sutterp: You are welcome, All the best [15:09] <colbyFree> Finally got Bluetooth working... phew... any1 with BT issues relating to Realteck wifi/BT combo I can help [15:10] <xaviercracks> hola [15:11] <phaenon> !cups [15:12] <xaviercracks> hola [15:13] <MonkeyDust> phaenon next time, do /msg ubottu !cups [15:15] <colbyFree> any recommendations for learning linux beginner from the bash i presume [15:15] <EriC^^> colbyFree: /join #bash they got some guides in the topic i thik [15:15] <EriC^^> *think [15:15] <colbyFree> cool will try that [15:16] <colbyFree> i was installing drivers for BT today and kept typing cd.. to go back a directory... lol which obv didn't work so I kept restarting the terminal :P [15:17] <MonkeyDust> colbyFree it's cd .. [15:17] <EriC^^> colbyFree: yeah that happens first [15:17] <colbyFree> ah just a space I was missing [15:17] <EriC^^> colbyFree: cd alone takes you to your home dir [15:18] <colbyFree> lol well away to check #bash [15:18] <EriC^^> colbyFree: and tab completion is a better than sliced bread [15:18] <EriC^^> *is better [15:18] <colbyFree> ah i learnt that quick [15:19] <colbyFree> especially for driver names [15:25] <teromous> hello [15:25] <pikaciu> a little help with external sata drive (usb adapter) ? http://paste.ubuntu.com/10800705/ [15:26] <teromous> Ubuntu plays this bongo sound at the login screen, is there any way to turn it off? It's pretty tchotchke... [15:36] <pikaciu> first part solved: the data drive needs a double usb cable ... but now i got this : http://paste.ubuntu.com/10801245/ [15:37] <pikaciu> how can i solve ? formatting ? [15:37] <teromous> can anyone help? this bongo sound is driving me nuts, I'm using Ubuntu with Cinnamon...trying to disable this annoying bongo login sound thing... [15:38] <arobase> How do you audit a linux server? [15:40] <om> hlo every one [15:40] <MonkeyDust> arobase there's alos #ubuntu-server [15:41] <om> wht? [15:41] <MonkeyDust> om please use proper english [15:41] <om> ok.. [15:42] <SchrodingersScat> teromous: should be able to mute system sounds in the volume controls. [15:42] <bigred15> anyone know how to delay audio on linux? trying to synchronise sport radio commentary (online digital stream), output it through 3.5mm to amp, and line it up with the sport broadcast on TV? [15:42] <om> sory [15:44] <MonkeyDust> bigred15 i guess the people in #ubuntustudio can help you better [15:45] <bigred15> cheers [15:45] <pikaciu> yippi yaye i did it ? and you didn't hel me :-P [15:45] <c0mrad3> my pendrive is showing 4mb instead of 16 gb can any one help me with it [15:46] <pikaciu> i used thid : mkfs.ext4 /dev/sdb then /sdb1 and /sdb2 [15:46] <MonkeyDust> c0mrad3 like in, 12GB used? [15:46] <c0mrad3> nope :( MonkeyDust [15:46] <c0mrad3> I wan't to know if it's a hardware problem or bcoz of some virus [15:47] <om> you have to use windows for it [15:48] <c0mrad3> fine I have a win lap with me om [15:48] <om> ohk then just insert your pendrive [15:49] <tuca> alguien sabe usar instrumentos virtuales? [15:50] <MonkeyDust> !es [15:50] <om> fuck out basterd [15:51] <MonkeyDust> om please leave [15:51] <SchrodingersScat> !guidelines [16:03] <Olxd> yoo [16:03] <Olxd> any one running kali [16:04] <MonkeyDust> Olxd kali is not suported here [16:04] <Olxd> why not [16:04] <MonkeyDust> Olxd type /j #kali [16:05] <Olxd> you a hacker>? [16:05] <MonkeyDust> Olxd you're in the wrong channel [16:07] <rgb-one> pikaciu: mkfs.ext4 should be on the partitions, ie, /dev/sda1 and /dev/sda2. /dev/sda is the main device. by partitioning you are dividing that device into smaller pieces. [16:07] <rgb-one> think of a whole pizza or cake as /dev/sda [16:09] <rgb-one> for each piece you cut of that pizza it will represent a partiton. If you cut 4 pieces you have 4 partitions, /dev/sda1 - /dev/sda4 [16:12] <c0mrad3> olxd join #kali-linux [16:12] <c0mrad3> Olxd: join #kali-linux [16:12] <WileTheCoyote> hello everyone [16:13] <WileTheCoyote> i'm using Ubuntu 14.04 LTS; is possible to change the resolution of the screen? [16:13] <compdoc> we dont allow harassing roadrunners in here, bucko [16:13] <MonkeyDust> WileTheCoyote use arandr, a frontend to xrandr [16:15] <WileTheCoyote> so nothing in the Control panel? [16:16] <rgb-one> WileTheCoyote: System Settings -> Display [16:16] <MonkeyDust> WileTheCoyote I reckoned you checked that already... it's Displays in the control panel [16:16] <ashzilla> hi [16:16] <ashzilla> where do i go to unsubscribe to bug reports [16:16] <optik_> hey i cant join freebsd but im trying to install kde in freebsd i installed it completely no problem but it wont run by default or by startkde command it says no display any help [16:17] <xangua> optik_: /join #freenode [16:17] <optik_> k thx xxangua [16:17] <ph> hy !! [16:20] <rgb-one> optik_: have you installed xorg-xinit? [16:20] <optik_> no rgb i dont know what that is it just says no display im thinking i have to set up some file configs or something [16:21] <optik_> startkde command doesnt work either i installed kde properly though [16:21] <optik_> should i just get a book on freebsd and learn it myself [16:21] <sarma> buster.sarma@gmail.com [16:22] <optik_> im going to try google for instructions see if i can print them out any help to a website would be intresting and helpful [16:22] <rgb-one> optik_: do you have a .xinitrc file set up? [16:22] <MonkeyDust> optik_ this is the #ubuntu support channel, not freebsd [16:22] <sarma> sarma [16:22] <optik_> no i dont rgb-one [16:22] <optik_> what should i put in there [16:22] <optik_> .xinitrc [16:23] <rgb-one> optik_: exec startkde [16:23] <optik_> just add that line in there [16:23] <rgb-one> optik_: yea [16:23] <rgb-one> optik_: then you can run startx [16:23] <optik_> okay and that will take care of the no display message and start kde [16:23] <optik_> startx [16:23] <optik_> okay thx [16:24] <rgb-one> optik_: assuming you have the xorg-xinit package installed [16:24] <optik_> exec startkde in xinitrc file [16:24] <rgb-one> optik_: if not then it won't work [16:24] <optik_> i do [16:24] <rgb-one> ok it should work [16:24] <optik_> when you install kde it installs alot i think it intalls that [16:24] <optik_> or i can install it i will check it out [16:24] <Emmanuel_Chanel> Hello! [16:25] <Emmanuel_Chanel> libpam-smbpass upgraded? [16:25] <Emmanuel_Chanel> Is libpam-smbpass on Ubuntu 14.04 LTS upgraded? [16:25] <xangua> !latest | Emmanuel_Chanel [16:30] <markcdgyw8effcw> #lockresearch [16:30] <markcdgyw8effcw> irc.freenode.net [16:31] <Fuchs> markcdgyw8effcw: try /join #lockresearch (whatever that is) [16:32] <sburjan> xubuntu [16:33] <sburjan> Hello. Is there an article on how to disable non-essential daemons/services in Ubuntu/Xubuntu ? I am installing on a very old lapto, and I am sure there are a lot of services I don\t need and that can boost performance if I disable them. I googled it, I saw some toold to do this, but is there a tutorial that explains all the daemons and what they do so I can chose which to disable ? [16:34] <reeed> sburjan: i chose to use Lubuntu -- lightweight, minimal services [16:35] <rgb-one> sburjan: check the system monitor [16:36] <rgb-one> rgb-one: it will list all running processes [16:37] <rgb-one> rgb-one: if you see one that doesn't look useful or is consuming alot of memory you can investigate it. [16:39] <Bashing-om> sburjan: A LOT easier to build up ( from minimal install ) than to tear down and a LOT less problematic. [16:39] <kodekracker> i got a problem while connecting OPENVPN .Is anybody help me ??? [16:40] <MonkeyDust> kodekracker simply ask your question and wait [16:42] <kodekracker> okk [16:57] <pikaciu> which is the proper linux filesystem type for an external sata hhd ? [16:57] <MonkeyDust> pikaciu ubuntu uses ext4 [16:59] <pikaciu> MonkeyDust, i use it but it did a mess ... so i put in win (ntfs - disk Managment) reput in Ubu and all was fine :-( [17:00] <pikaciu> MonkeyDust, i want to format this drive in Ubu with a ext type ... but i'm afraid to get all I/O errors [17:00] <MonkeyDust> pikaciu ntfs does not support linux permissions [17:01] <pikaciu> MonkeyDust, i know :-P [17:01] <pikaciu> MonkeyDust, this is why i wanna format with ext type [17:03] <kokut> Hello, anyone knows how to scroll up in a guake instance? [17:05] <marjinal1st> How can I create a wifi hotspot in Ubuntu, using terminal? [17:09] <kokut> the scroll doesn't work in guake, anyone knows something i can try? [17:10] <zykotick9> kokut: i'd suggest using a real terminal... YMMV [17:10] <kokut> zykotick9: i'm running guake + tmux, its the best tbh [17:11] <zykotick9> kokut: does tmux's scroll work? <prefix>+[ [17:13] <kokut> zykotick9: yea it does, seems a bit too much, prefix + [ is there a way to change that to the freaking arrows [17:14] <zykotick9> kokut: i'd guess there is... perhaps #tmux can help? [17:14] <mehn> which version of ubuntu should i install on a 5 year old netbook with a 10.1" screen and 1gb of ram? [17:14] <kokut> yea i'm asking there [17:15] <xangua> mehn: I'd guess Xubuntu or Lubuntu, dependong of the resources [17:16] <kbdhelp> got microsoft 2000 keyboard and the launch 1 through 5 keys don't work. the launch 1 through 5 work fine on my microsoft 3000 keyboard. no seeing anything for the launch 1 through 5 keys in xev on ms 2000. any idea how to advance? did searchs but not finding anyone with my problems. [17:19] <thenewon1> where is the folder where i put my fonts ? [17:19] <thenewon1> for the whol system not my user account [17:19] <thenewon1> Hi first :D [17:20] <thenewon1> hello guys [17:20] <thenewon1> where is the font folder in ubuntu ? [17:20] <thenewon1> found it :D [17:20] <thenewon1> just type in terminal hwereis fonts [17:21] <mehn> xangua: aren't there netbook specific versions of ubuntu still? [17:22] <xangua> mehn: you jsut went way back 5 years ago [17:25] <MonkeyDust> !mini | mehn explore this [17:27] <stefan93_> I have 2gb of ram should I get ubuntu 32 or 64 bit? [17:28] <compdoc> 64bit [17:28] <xangua> stefan93_: what proccesor¿ [17:28] <pikaciu> 32bit can read only 2G [17:29] <stefan93_> AMD Athlon II x2 215 [17:29] <stefan93_> 2.71Ghz [17:29] <pikaciu> i'll add ram and use 64 [17:29] <stefan93_> i wont add ram on this pc [17:29] <stefan93_> this is old pc and not for everyday use [17:29] <stefan93_> i just want optimal architecture [17:30] <stefan93_> also I screwed my ubuntu and now I want to reinstall ext4 will my old ubuntu /home be saved in /backuphome or something? I have in dual windows too [17:30] <xangua> (12:28:57) pikaciu: 32bit can read only 2G - fake [17:30] <compdoc> use 64bit [17:30] <pikaciu> ?????? [17:31] <stefan93_> compdoc, why 64 bit? [17:31] <compdoc> there is no advantage to running a 32bit OS on a 64bit cpu [17:31] <pikaciu> xangua... i emant in windows [17:31] <pikaciu> xangua... i meant in windows [17:31] <pikaciu> :P [17:31] <pikaciu> sorry [17:31] <compdoc> ubuntu 64bit is a very great OS [17:32] <stefan93_> compdoc, how do you know my cpu is 64? [17:32] <thegrreat> Im trying to boot windows 7 beside ubuntu but when starting computer and changing so it boots from my usb drive "WINDOWS INSTALLER" it just goes into ubuntu whatever i do [17:32] <stefan93_> http://www.newegg.com/Product/Product.aspx?Item=N82E16819103712 [17:32] <stefan93_> it only says 64 bit support: Yes [17:32] <stefan93_> is that it? [17:33] <MonkeyDust> stefan93_ what's the very last line, when you type this in a terminal sudo dmidecode --type 4 [17:33] <stefan93_> im not in linux now [17:33] <compdoc> its was an ok cpu in its day. I built systems with that cpu, and many others [17:33] <stefan93_> as i cant access it [17:33] <thegrreat> Im trying to boot windows 7 beside ubuntu but when starting computer and changing so it boots from my usb drive "WINDOWS INSTALLER" it just goes into ubuntu whatever i do [17:33] <stefan93_> ok im downloading 64 bit [17:34] <thegrreat> Can someone help me with this please ? :P [17:34] <compdoc> you could probably find a low cost cpu upgrade for it on ebay, since AM3 is fairly recent [17:34] <stefan93_> compdoc, my cpu is good I guess [17:35] <stefan93_> I have at home i7 cpu which runs super fast [17:36] <compdoc> more cores is nice [17:37] <stefan93_> but i have shitty gigatron motherboard [17:37] <stefan93_> im thinking abut swithng it [17:37] <stefan93_> about* [17:38] <stanmcm> thegrreat, check your pm [17:38] <thegrreat> how do i check it ? XD [17:38] <stanmcm> Should look like another channel [17:40] <stanmcm> or just leave....lol Why do I try? [17:40] <thegrreat> New to this irc program cant find my pm :P [17:41] <stanmcm> Which one are you using? [17:41] <stefan93_> irssi [17:41] <stefan93_> simple ctcp tells you [17:41] <thegrreat> Im using irssi [17:42] <stanmcm> Eh, I don't know anything about irc myself. lol. [17:44] <stanmcm> Just send me a msg /m stanmcm message [17:46] <pikaciu> it's possible to have a dual boot with windows 7 Starter on nb ? [17:49] <stanmcm> thegrreat, Whenever I've had the problem your are describing it's normally a problem with how the USB drive was created. Microsoft has an article about creating one from the ISO. Check it out. https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool [17:50] <momomo> I am on ubuntu and I have two similar screens. Is there a way I can make them both expand and act as one screen? [17:50] <Bashing-om> thenewon1: PM: in the statusbar -> Act: ; you see a number in red -> /win<#> to change to the PM window.\ [17:50] <momomo> so I am thinking that if I can just use on screen and have it merge with the second [17:58] <stefan93_> ok now I burned ubuntu 14.04 to dvd [17:58] <stefan93_> now I boot from bios however will I be prompted option to save old backup of ubuntu in /backuphome of /home ? [18:00] <pikaciu> stefan93_, it 'll ask you if you want install on all disk or alongside of other systems [18:00] <stefan93_> I already have windows 7 and lubuntu [18:00] <EriC^> stefan93_: which lubutu [18:00] <stefan93_> I want to screw lubuntu but to save /home to /backuphome all from install [18:00] <stefan93_> i dont know [18:00] <stefan93_> this is old system [18:02] <pikaciu> stefan93_, if home is on different partition you can save it [18:02] <stefan93_> ok got it [18:02] <stefan93_> ok brb installing it [18:04] <superboot> Hi all. I'm installing Ubuntu 14.04 alternative cd on a UEFI motherboard. I've finished the install, and when booting, I get a black screen and a flashing cursor. Where should I start to troubleshoot this? [18:04] <EriC^> !nomodeset | superboot [18:04] <superboot> EriC^: Thanks. I'm checking it out now. [18:08] <Pekkis> Hi, I need help for Ericsson F5521gw Mobile Broadband modem [18:08] <arobase> I'm searching for any best-practices and tools for auditing system configuration. Can you help with any docs or tools? [18:11] * zykotick9 wonders what "auditing system configuration" might mean... [18:12] <west536457640> samsung notebook ubuntu 14.04 - browser (ff/chromium) video playback choppy or freezes - vlc plays video fine... can anyone help troubleshoot this? [18:13] <MonkeyDust> west536457640 try html5 [18:14] <pikaciu> west536457640, i got a netboook Acer Aspire One AOD255E too, and it's not working well with ubu [18:15] <west536457640> pikaciu, yes same here, just going to check if it is html5 also as MonkeyDust suggests [18:16] <pikaciu> west536457640, i'll do the same -^_^- [18:16] <MonkeyDust> west536457640 youtube.com/html5 [18:17] <west536457640> ok, youtube html5 player runs fine in chromium here, so it is the flash :( [18:18] <west536457640> maybe i need to uninstall pepper-flash and use the default one [18:18] <pikaciu> west536457640, chrome uses pepper, chromium i don't know [18:19] <west536457640> thats right pikaciu , but you can make chromium use pepper also - which i did, now going to undo it [18:19] <pikaciu> good [18:26] <restless> is there any group for prolog help? [18:27] <barneygale_> Hi. How can I tell what wifi standard my wifi connection is using (g/n/ac/etc)? [18:28] <west536457640> yep, used to love flash, but not going to run win7 partition just to watch a video :) [18:34] <MonkeyDust> restless you mean a channel? [18:34] <superboot> restless: ##prolog? [18:35] <superboot> restless: try /m alis list *prolog* [18:36] <MonkeyDust> what's prolog? [18:37] <restless> MonkeyDust, superboot thank you. and what about LISP? [18:37] <MonkeyDust> restless ask your qsuestions here and wait [18:41] <restless> ok got it, thank you [18:41] <dorelyo> can somebody tell me why I get no feedback after I use gksudo gedit /etc/sysctl.conf [18:41] <dorelyo> ? [18:42] <MonkeyDust> dorelyo what feedback do you mean? it would open the file in gedit [18:42] <dorelyo> MonkeyDust: it doesn't open anything [18:43] <MonkeyDust> dorelyo try gksu, not gksudo [18:43] <dorelyo> MonkeyDust: just asked my password [18:43] <dorelyo> same resuld with gksu [18:44] <MonkeyDust> dorelyo yes, it's because the file is outside /home [18:44] <dorelyo> how do I open gksudo gedit /etc/sysctl.conf [18:44] <MonkeyDust> dorelyo then in a terminal type sudo -e /etc/sysctl.conf [18:45] <MonkeyDust> dorelyo i juest suggested to use gksu, instead of gksudo [18:45] <dorelyo> /etc/sysctl.confbash: /etc/sysctl.conf: Permission denied [18:46] <dorelyo> I need to open synctl.conf as su to edit the swappiness [18:46] <MonkeyDust> dorelyo in a terminal, type ls /etc/sysctl.conf [18:46] <ichilton> Anyone know about Ubuntu + NetworkManager + dnsmasq? - how is network manager telling dnsmasq about the resolvers for the network connection? - I can see the ones you set in NM are used by tcpdump'ing but they don't seem to be written to the config file for dnsmasqfrom what I can see? [18:47] <MonkeyDust> dorelyo what's the output of ls -l /etc/sysctl.conf [18:48] <dorelyo> MonkeyDust: ls: cannot access /etc/synctl.conf: No such file or directory [18:48] <MonkeyDust> dorelyo ok, so it's not there [18:48] <MonkeyDust> dorelyo what's the output of cat /etc/issue [18:49] <dorelyo> MonkeyDust: elementary OS Freya \n \l [18:49] <MonkeyDust> dorelyo elementary is not supported here [18:49] <dorelyo> MonkeyDust: I know.. but it's based on Ubuntu 14.04 [18:50] <MonkeyDust> dorelyo based on, but too different from... as you just noticed [18:50] <MonkeyDust> dorelyo type /j #elementary [18:50] <dorelyo> MonkeyDust: thank you anyway [18:52] <dorelyo> MonkeyDust: what flavor of ubuntu do you use? [18:54] <superboot> EriC^: Hey that nomodeset thing worked! Thnaks a bunch! [18:56] <dorelyo> MonkeyDust: I used sudo scratch-text-editor /etc/sysctl.conf [18:56] <EriC^> superboot: great! np [18:57] <dorelyo> MonkeyDust: and it worked... they told me elementary doesn't have gedit use [18:59] <MonkeyDust> dorelyo now you know you're in the channel here [19:00] <rainbowwarrior> Hi all I am using DvdStyler and I am now trying to burn to dvd yet it is just sitting there and not doing anything how can I fix this please ? ( I have same problem with creating image too ) [19:01] <MonkeyDust> dorelyo now you know you're in the wrong channel here* [19:01] <dorelyo> MonkeyDust: I know but it was kinda related [19:02] <superboot> Hi all. Trying to install the AMD graphics drivers, and their download for for Ubuntu 64bit downloads a 0bite file. Can someone else check this for me to confirm that their link is infact broken? http://support.amd.com/en-us/download/desktop?os=Ubuntu+x86+64 [19:03] <keithclark> I'm trying to write an iso file to a usb stick, but I cannot get it to work at all. I'm using the Startup Disk Creator and it shows the stick, but with 0.0 Free Space. What am I doing wrong? [19:04] <MonkeyDust> keithclark i guess your hidden .Trash-1000 file is 100% full, simply delete it [19:05] <keithclark> MonkeyDust, there is no hidden trash directory/file [19:06] <Ozz> is it formatted the right way? [19:06] <keithclark> Ozz, I can only assume so. I used GParted to format to ext4 [19:06] <bprompt> keithclark: what's the usb stick device mapping? /dev/sdb? [19:07] <keithclark> bprompt, sdc [19:07] <pikaciu> keithclark, are you using an hub or is plugged directly ? [19:07] <zykotick9> keithclark: i'd suggest "sudo cp file.iso /deb/sdc" but YMMV [19:08] <hunteriam> guys i click on fglrx-updates in additional drivers, and then click apply, and it just ticks back to the default [19:08] <keithclark> pikaciu, directly plugged in [19:08] <hunteriam> whats going on? i have r9 290 [19:08] <keithclark> When I look at the drive in GParted, it shows a key icon next to the Partition name.....is that normal? [19:08] <bprompt> keithclark: ok...then do a -> sudo dd if=PATH/TO/YOUR/ISOFILE.iso of=/dev/sdc <--- depending on how big the iso is, and the usb port is, if it's say, a 1gb iso, and usb 2.0 port on an usb 2.0 stick, then it'd take around 10mins [19:09] <Ozz> keithclark, did you try or other utilities? Can you try to unmount all partitions and delete and create them again [19:10] <keithclark> Ozz, I tried to copy a file to it and it will not accept the file. It does not give me the option to paste it to it. Maybe a permissions problem? [19:11] <zykotick9> Ozz: fyi, formatting the target USB is only required for unetbootin... all other methods will overwrit the partitions with the contents of the ISO... [19:12] <xcfg> Ubuntu LAstest LTS New install have bug, language of Firefox no change to russian [19:12] <xcfg> local i mean [19:12] <xcfg> How to change localisation in Firefox? [19:12] <pikaciu> keithclark, you could try with linuxpendrive [19:13] <keithclark> I am trying with the dd command at the moment. [19:14] <pikaciu> pizza time :-P [19:15] <pizzaops> It's pizza time all the time. [19:19] <furkan> anybody know if it's possible to add multiple attachments to a comment on a bug report? [19:19] <Bashing-om> superboot: See: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1424491 . [19:19] <EriC^> furkan: you can always zip/tar them [19:20] <furkan> EriC^: yeah ok i'll just do that... i thought it would be more convenient for the guy looking at them otherwise [19:22] <thegrreat> After i installed ubuntu it will only boot up ubuntu it does not recognize bootable usb or cd [19:23] <thegrreat> I made a bootable windows 7 install usb but my pc wont recognize it even tho i changed boot order to my usb drive [19:23] <Bashing-om> thegrreat: After changing the boot prioroty in bios ? [19:23] <thegrreat> Yes i did it [19:23] <thegrreat> Still does not recognize the bootable usb [19:23] <thegrreat> It works on my other computer so nothing wrong with the usb [19:23] <hunteriam> steams not working at all for me [19:24] <hunteriam> i dont understand im having so much trouble with installs lately... [19:24] <hunteriam> steam gives me seg fauolt after failed to load public/steambootsrtapper_english.txt [19:24] <Bashing-om> thegrreat: Then that suggest that bios does not find boot code on the USB drive . [19:24] <hunteriam> is this cause im using uefi? [19:24] <hunteriam> it was working fine last time i installed [19:24] <hunteriam> this is so frustrating [19:24] <mskbd> just can't get the Launch 1 through Launch 5 keys on this new MS 2000 keyboard working. [19:24] <thegrreat> Seems like my computer only can boot linux distr from usb or hard drive but not windows or anyother os [19:25] <mskbd> I'm doing an "xev" and these keys just won't show at all [19:25] <thegrreat> This happened after installing ubuntu [19:25] <mskbd> all the other keys are responding [19:25] <Bashing-om> thegrreat: secure boot ? UEFI ? [19:25] <thegrreat> I tested everything [19:26] <thegrreat> It works perfectly when booting any linux dist from usb or cd [19:26] <mskbd> I was having something similar with a gaming keyboard. I learned that "macro keys" are using some special drivers ... and these drivers are proprietary and not supplied for linux [19:26] <mskbd> so I just returned that gaming keyboard [19:26] <thegrreat> but when it comes to something like windows it just skips to ubuntu xD [19:26] <mskbd> but I had good look with the MS 3000. Got like keys like XF86Launch5 to show up. [19:27] <hunteriam> how do i uninstall, redownload, and reinstall a package? [19:27] <hunteriam> please could someone help me im dying here./.. [19:27] <mskbd> but on this new MS 2000, I get nothing for the launch keys. It was made in October 2014 ... so just half a year back. [19:27] <Bashing-om> hunteriam: -> sudo apt-get install --reinstall <package_name> . [19:28] <thegrreat> so im kinda screwed at the moment since i want to be able to dual boot windows and play games... [19:28] <hunteriam> Bashing-om: that didnt redownloda it [19:28] <hunteriam> i dont think thats the rigth command [19:28] <mskbd> I have a specific question. If "xev" is showing nothing in Ubuntu, does that mean the key is basically going to be dead. Nothing we can do on Ubuntu? [19:28] <rspags> having trouble manually partitioning ubuntu on ssd & hdd. Any one available for a couple of questions? [19:29] <mskbd> The more general question is if anyone has heard abuot the MS keyboards being changes recently? [19:29] <Bashing-om> hunteriam: What package, and I will check that it is in the 14.04 repository . [19:29] <hunteriam> Bashing-om: steam [19:30] <mskbd> I'm also trying to find a good keyboard with extra multimedia keys that would work on ubuntu. Not specifically tied to the MS keyboard or anything. Just that I had good luck a few years ago. [19:30] <thegrreat> rspags - use linux live CD/USB and use gpart application to edit partitions [19:31] <thegrreat> Theres many tutorials out on google how to use it :P [19:31] <Bashing-om> hunteriam: steam >> " Filename: pool/multiverse/s/steam/steam_1.0.0.45-1ubuntu1_i386.deb " // have you enebaled the 'multiverse' repository ... OR installed steam from PPA ? [19:33] <rspags> thegrreat, looking at gparted and partitions look correct. [19:33] <rspags> sda1 fat32 boot flag [19:34] <bn> HOW INSTALL NVIDIA? [19:34] <thegrreat> What do you mean rspags ? [19:35] <rspags> thegrreat, sda1 fat32 boot flag sda2 / sdb1 /home sdb2 swap [19:35] <Finetundra> Has anyone been able to run Narbacular Drop in 14.04? [19:35] <bn> HOW INSTALL NEW NVIDIA DRIVER? [19:36] <bn> HEEYYY?!?! [19:37] <bn> WHY SOFTWARE CENTER NOT HAVE NEW NVIDIA DRIVER? [19:37] <Bashing-om> bn: If the card is supported, install from the software center , else PPA when all else fails from the Nvidia site . what card ? -> sudo lshw -C display <- . [19:37] <bn> 173 lastest in center [19:37] <bn> wtf? [19:37] <bn> where new? [19:38] <bn> Center have no 300X drivers [19:38] <bn> wtf? [19:38] <Bashing-om> !latest | bn [19:39] <bn> i need 300 [19:39] <thegrreat> rspags, alright i checked my partitions and it looks correct so it does not look like that's the problem. [19:39] <bn> and no 173 [19:39] <bn> Center have only old nvidia drivers [19:39] <bn> fix plesae [19:40] <bn> nvidia-173: Depends: x11-common (>= 1:7.0.0) но 1:7.7+1ubuntu8.1 должен быть установлен Depends: xorg-video-abi-15 но это виртуальный пакет [19:40] <thegrreat> rspags, Even if there was something wrong with the partitions i should still be able to boot a bootable usb if changing the bios boot order. [19:40] <bn> lol, [19:40] <bn> f bugs [19:40] <bn> wtf? [19:40] <bn> i cant install even old driver [19:40] <bn> in Center [19:41] <bn> fix bugs please [19:41] <bn> How install new nvidia driver? [19:42] <thegrreat> 2 days of trying to get my computer to usb bootable windows 7 and still no luck im loosing faith in everything xDDD [19:42] <hecatae> hi currently directly upgrading from quantal to trusty, anyone done this before and what is likely to break? [19:43] <brunch875> Hello! [19:43] <geekstay> Hi everyone. I have several computers with different tools installed on it. I would like to synchronize them and have something like Microsoft Azure, "in the cloud". For example, if I install android Studio with several version sdk on PC1, I would like to be able to use a "simple" command to synchronize it on PC2 withouth passing by SDK manager. I'm not sure to be clear. Does someone know an OPEN-SOURCE tools to do that ? [19:43] <rainbowwarrior> Hi does anyone here know how to fix the not able to make image or burn dvd with Dvdstyler 2.7.2 please ? [19:43] <geekstay> For the moment, I use git, but I think it's not the best method. [19:44] <Finetundra> rainbowwarrior: why not use brasero or k3b? [19:46] <Bashing-om> !eol | hecatae lots can break, can . [19:48] <hecatae> Bashing-om: I take it you have not upgrade this far between versions then? [19:49] <stanmcm> geekstay, How well has git been working for you? [19:49] <stanmcm> geekstay, I don't have a solution. I want to do the same thing on my machines though. [19:49] <Bashing-om> hecatae: Yes, I have 12.10 -> 13.04 -> 13.10 ->14.04 ... a long way lots of band width and time ... lots can break in all thee changes . [19:50] <hecatae> Bashing-om: I'm missing out raring and saucy, going straight to trusty [19:51] <bernhard> Hello is there anybody, who can help me with problems with cups and lexmarkprinters? [19:51] <Bashing-om> hecatae: Nope, not advised ! .. the path - due to changes - is one release to the other .. The better thing is a clean fresh install of a current release . [19:51] <geekstay> It's working very well, sometimes slow when I've got big files, but I don't find it "elegant" (Do you see what I mean ?). I've got a personal server here I push on, and I us "myrepo" to synchronise all repositories at startup. [19:52] <geekstay> stanmcm: I would like to build something like Azure from Microsoft, but of course open-source. [19:53] <geekstay> stanmcm: And we'll be able to install it on a personal server of course. [19:53] <stanmcm> geekstay, I agree git doesn't sound elegant. Have you looked into using rsync? [19:54] <stanmcm> geekstay, I haven't used Azure. [19:55] <geekstay> stanmcm: No I haven't. [19:56] <brunch875> rsync is pretty cool. I can't believe I haven't heard about it before [19:56] <bernhard> Hello can anyone tell me, where to ask printer questions concering cups and ubutun? [19:56] <bernhard> ubuntu [19:57] <Bashing-om> bernhard: As it is ubuntu, you can always ask here . [19:58] <bernhard> Ok, thank bashing-om! [19:58] <hecatae> Bashing-om: if it does not work, I'll go back to quantal, reasons, current kodibuntu iso wont work on my hardware, but is based on trusty, trusty works on my hardware, previous release to kodibuntu was xbmcbuntu but on a quantal base, so I have installed the older to get to the newer, either brave or stupid [19:58] <stanmcm> geekstay, I'm sure rsync can do the job. It'll cut out all the backups git makes too. You'll save space that way. A little scripting and a cronjob and you're good to go. I think it would be more elegant this way. [19:59] <Bashing-om> bernhard: Not that I know much about cups, but ask the channel ... some will know . [19:59] <geekstay> stanmcm: Yeah, I agree with you. But I think it needs something more. I gonna try rsync. [20:00] <geekstay> stanmcm: Thanks for the idea. [20:00] <stanmcm> geekstay, Looking at Azure. This seems like it's made for the cloud. You are wanting the same results without having to install cloud computers, right? [20:00] <Bashing-om> hecatae: We do what we have to do .. quantal is End_of_Life and has no support .. get up on a current release . [20:00] <bernhard> My question is: I installed a lexmark x1100 multifunctional device by using cups. The moment i print, CUPS sends print to the printer, but the printer does not do anything. After that the print-job disappears. [20:01] <stanmcm> geekstay, You're welcome. I'm going to keep thinking about it. I've been learning php and mysql. Might be able to get something started if we can't find it else where. I'm at a noob level though. Don't hold your breath. lol [20:01] <geekstay> stanmcm: No, I would like to have a "cloud server", and each client synchronize his tools such as virtual machine, android-studio and associated plugin/sdk, same shortcuts, etc. [20:04] <geekstay> stanmcm: Something I prefer git to rsync it's back up possibilities, without make a complete backup. And it's for that, now, I use git instead of rsync. [20:05] <rainbowwarrior> Finetundra , does not matter what dvd burning program I chose there is problems with them all :( [20:05] <gunnar> Hi all, this might be a silly question.. but I started a process via cron, can I somehow view the output of the running process? [20:05] <Bashing-om> bernhard: Lexmark .. not great ! but, have you seen : http://manpages.ubuntu.com/manpages/maverick/man5/sane-lexmark.5.html ? [20:06] <Finetundra> rainbowwarrior: what are you trying to burn? and have you tried lower speeds? [20:06] <brunch875> Out of curiosity... which IRC client do you guys use on ubuntu? Right now I'm using empathy, but it is really simple compared to the mIRC I used to use back when I used windows. [20:06] <brunch875> I'm considering weechat since it can run on a tty, but integration with telepathy and libnotify are big wins for empathy :| [20:06] <stanmcm> geekstay, I understand that. You could use both. Keep git on the server for backups. Use rsycn to push current files to the clients. Save some space on the clients and bandwidth on the server. [20:08] <Bashing-om> bernhard: correct my last link to : http://manpages.ubuntu.com/manpages/trusty/man5/sane-lexmark.5.html . [20:08] <stanmcm> geekstay, Did you look into Ubuntu Cloud? It might offer what you are looking for. [20:08] <gunnar> Anyone? [20:08] <rainbowwarrior> Finetundra , I am trying to burn off an image of my own dvd created of a ghost hunt i did (made up of avi files) and made menus for it with Dvdstyler yet there is a problem with DVDStyler not writing an image or burning to dvd just says making menu and does nothing :( [20:09] <Aleksa> hello! I've installed Mate recently on Ubuntu (unity) 14.04. I cannot change the wallpaper. Actually, I've noticed once that it has changed on a moment, and then went back on the previous (set from unity). How to override the settings from unity? [20:11] <gunnar> Hi all, this might be a silly question.. but I started a process via cron, can I somehow view the output of the running process? [20:11] <gunnar> Hi all, this might be a silly question.. but I started a process via cron, can I somehow view the output of the running process? [20:12] <stanmcm> geekstay, http://tinyurl.com/cfnfdeu [20:12] <gunnar> sorry about that, accidental re-paste :P [20:12] <brunch875> gunnar: can this help? http://superuser.com/questions/122246/how-can-i-view-results-of-my-cron-jobs [20:15] <Bashing-om> bernhard: Does this help : in terminal see: apt-cache show libsane-common <- what returns ? [20:15] <Kaby> HEllo guys [20:15] <gunnar> Brunch875: No I don't think so. I'm running the distributed.net OGR thing, just for the cause, all I want is to check if the process output is normal. It's just a report thing telling me what OGR problem it's working on. [20:16] <gunnar> Don't want to waste cpu cycles because I messed up my crontab [20:16] <Kaby> i have on my laptop ubuntu 14.10 , i need someone help me how to dual boot and install windows 7 please [20:16] <rainbowwarrior> grrrrrr [20:17] <Guest97286> How do I get rid of the Ubuntu Cloud Bckup Popup? [20:17] <bernhard> bashing-om: it returns many things i am not familar with ;) [20:18] <kro2488> Okay, I have a slight annoyance, I was wondering if there was a fix. When my computer screen locks due to inactivity, i can't type in the password anymore and to use the computer I have to hold the power button shut it down and reboot it. However, if i tell it to lock manually it never happens. Anyone know a fix for that slight annoyance? [20:18] <bernhard> Bashing-om: but it returns no errors :) [20:19] <keithclark> ok, dd command seemed to have completed correctly, but the image did not boot.\ [20:19] <gunnar> basicly, all I'm trying to do is to somehow switch via textmode only, (since I'mm ssh'd into my linuxbox here) to a running process which was started via cron and view it's current output. [20:19] <gunnar> is that possible? [20:20] <Bashing-om> bernhard: The question is IF that package were installed, would it help in you Lexmark printing problem ? I do not have a Lexmark printer so I can not directly advise. [20:20] <brunch875> I've never used cron before, but from the looks of it on what I'm reading around the internets, the output is discarded unless specified otherwise [20:20] <gunnar> that's what I thought... [20:21] <gunnar> Should have told cron to mail me the output. [20:21] <gunnar> Well it's a project for tomorrow. [20:21] <pizzaops> brunch875: cron output goes to rootmail [20:21] <pizzaops> unless you redirect it [20:21] <gunnar> hmmmm [20:21] <gunnar> root mail? [20:21] <pizzaops> yes. [20:21] <pizzaops> root's mailbox [20:21] <pizzaops> change to root [20:21] <pizzaops> type mail [20:21] <gunnar> ok let's see [20:22] <pizzaops> Unless Ubuntu made that non-standard too :P [20:22] <bernhard> Bashing-om: It returns the following: [20:22] <gunnar> Actually running Mint here, but whatever... :P [20:22] <bernhard> Package: libsane-common [20:22] <bernhard> Priority: optional [20:22] <bernhard> Section: libs [20:22] <bernhard> Installed-Size: 3100 [20:22] <bernhard> Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> [20:22] <bernhard> Original-Maintainer: Debian QA Group <packages@qa.debian.org> [20:22] <keithclark> Trying to burn a iso image to a usb stick, but it shows 0 free space. Any help? [20:23] <zykotick9> keithclark: "sudo cp image.iso /deb/sdc" assuming sdc is the USB [20:23] <n1cky> i'm missing man pages for stdlib and other C stuff, what's the ubuntu package? [20:24] <zykotick9> keithclark: verify there isn't a ReadOnly switch on the USB as well [20:24] <Flannel> n1cky: manpages-dev [20:24] <n1cky> thank you Flannel [20:25] <keithclark> zykotick9, tried those, still no luck [20:26] <keithclark> Ok, a brand new usb stick.....how to prepare for ubuntu? [20:26] <zykotick9> keithclark: don't. just cp/cat/dd it, done. [20:27] <Guest97286> How do I get rid of the Backup Failed PopUp?> http://ibin.co/1y03qiAQJqv8 [20:27] <bernhard> Bashing-om: Sorry, pasted here http://paste.ubuntu.com/10803393/ [20:27] <Guest97286> Ubuntu One has shut down. Please choose another storage location. [20:28] <Guest97286> How to make it stop? [20:29] <merdam> https://www.youtube.com/watch?v=5cqy4-vCo0M [20:29] <Guest97286> merdam: Was that for me? [20:29] <Bashing-om> bernhard: I can not say, Is that package presently installed on your system ? -> look -> dpkg -l libsane-common <- [20:29] <keithclark> zykotick9, but won't that just copy a file? [20:29] <merdam> yes guest97286 [20:29] <merdam> and for all the rest of the niggerlovers on freenode [20:29] <merdam> https://www.youtube.com/watch?v=5cqy4-vCo0M [20:29] <merdam> take it [20:29] <merdam> eat it [20:29] <merdam> eat it [20:29] <zykotick9> keithclark: no, trying to format the USB is what will cause this to fail. [20:30] <merdam> it's coming out of my ass all drippin gwet [20:30] <merdam> i want you to suck up all of it [20:30] <merdam> lick my ass and eat it too [20:30] <merdam> because diarrhea is good for you! [20:30] <thegrreat> Be madure now merdam <3 [20:30] <thegrreat> mature * [20:30] <keithclark> zykotick9, I tried the dd command but it did not boot. [20:30] <merdam> eat it eat it eat it [20:30] <merdam> eat my fucking shit! [20:30] <merdam> diarrhea! [20:31] <MisterMom> merdam virus or stupid [20:31] <zykotick9> keithclark: ok, what ISO are we talking about? [20:31] <merdam> if you are tired of niggers and their bullshit, you should join Chimpmania.com [20:31] <bernhard> bashing-om: yes this is what it returns when i type in apt-cache show libsane-common [20:31] <merdam> Jayne, kunwon1 and company may have shut down chimpout.com, but our sister site is still active [20:31] <merdam> if you are sick and tired of jigaboo antics, Chimpout Forum ist he place to go [20:31] <merdam> but now it is Chimpmania [20:31] <merdam> .com [20:31] <keithclark> zykotick9, vivd desktop [20:32] <Guest97286> How do I get rid of the popup that says: "Ubuntu One has shut down. Please choose another storage location." [20:32] <zykotick9> keithclark: well, ubuntu ISOs are hybrid, so it should work. [20:32] <Bashing-om> bernhard: All that is , is a quiry to get info about that particular package , if it might be of use in your situation. the 'dpkg' command will tell IF it is presently installed on your system . [20:33] <kro2488> Okay, I have a slight annoyance, I was wondering if there was a fix. When my computer screen locks due to inactivity, i can't type in the password anymore and to use the computer I have to hold the power button shut it down and reboot it. However, if i tell it to lock manually it never happens. Anyone know a fix for that slight annoyance? [20:33] <kro2488> im watching a video too but that was my issue [20:33] <kro2488> if anyone said anything [20:33] <bernhard> Bashing-om: I see [20:34] <merdam> bernhard eat my diarrhea [20:34] <merdam> you're chugging it down [20:34] <Guest97286> Never mind, I think I found it. [20:34] <merdam> you're sucking my ass [20:34] <merdam> and your lips are all brown [20:34] <kro2488> ewww [20:34] <merdam> I am going to sit my ass on your face [20:34] <thegrreat> merdam why are you here ? [20:34] <merdam> I am going to shit in your mouth [20:34] <merdam> I am going to sh it in your mouth [20:34] <merdam> and I want to shit on your mother [20:34] <jen4r0> I have a problem with my simple-scan, wan someone help me? [20:34] <merdam> I am going to shit on your mother [20:34] <keithclark> zykotick9, nope, not working [20:34] <merdam> diarrhea! [20:34] <MisterMom> someone get rid of merdam please [20:34] <kro2488> okay, who can kick merdam [20:34] <merdam> I've got to take a shit! [20:34] <thegrreat> This channel is for ubuntu not shit.. [20:35] <merdam> got a bottle of exlax, going to take it [20:35] <kro2488> like... the annoying issue i have [20:35] <merdam> i'm going to take me a lumpy shit [20:35] <zykotick9> keithclark: i have no further suggestions, best of luck. [20:35] <kro2488> anyone else have that h appen? [20:35] <trijntje> !ops [20:35] <merdam> I'm going to throw it at you [20:35] <merdam> i hope I hit you [20:35] <merdam> I hope it splats in your face too [20:35] <popey> please stop merdam [20:35] <merdam> it's coming out of my ass all dripping wet [20:35] <kro2488> wtf? [20:35] <thegrreat> !ops [20:35] <merdam> it's coming out of my ass all dripping wet [20:35] <merdam> i want you to suck up all of it [20:35] <thegrreat> !op [20:35] <MisterMom> thanks popey [20:35] <merdam> because diarrhea is good for you [20:35] <merdam> eat it [20:36] <kro2488> thanks [20:36] <kro2488> okay as i was saying earlier if anyone knows why help me out please... [20:36] <kro2488> Okay, I have a slight annoyance, I was wondering if there was a fix. When my computer screen locks due to inactivity, i can't type in the password anymore and to use the computer I have to hold the power button shut it down and reboot it. However, if i tell it to lock manually it never happens. Anyone know a fix for that slight annoyance? [20:36] <Kaby> anyone can help me with tor browser on ubuntu please [20:36] <jen4r0> I have an issue with simple-scan, it won't launch after a crash [20:37] <kro2488> why do you use tor Kaby? I messed with it once when i was using windows in the days past, it was cool but don't see why people like using it much [20:37] <hecatae> Bashing-om: upgrade successful, everything works [20:38] <kro2488> guess no one knows if there is a way to fix it? [20:38] <jen4r0> to fix what? [20:38] <Kaby> anyone have experience in tor browser please on ubuntu 14.10 [20:38] <kro2488> Okay, I have a slight annoyance, I was wondering if there was a fix. When my computer screen locks due to inactivity, i can't type in the password anymore and to use the computer I have to hold the power button shut it down and reboot it. However, if i tell it to lock manually it never happens. Anyone know a fix for that slight annoyance? [20:38] <kro2488> ^ [20:39] <zykotick9> Kaby: perhaps you could share what you're having issues with... specifically. [20:39] <hecatae> kro2488: what type of keyboard: usb, ps2, or wireless [20:39] <kro2488> usb [20:39] <kro2488> i think its a bug, cuz i was reading somewhere alot of people have it happen [20:39] <Kaby> zykotick9, i am not having any issue , but on windows i use programs to hide my ip here on ubuntu i don't know what software to hide my ip they told me about tor but i have 0 info about it [20:40] <kro2488> using the mouse to try and hit restart fails as well [20:40] <kro2488> so hence i just use power button [20:40] <guntbert> kro2488: no fix but a pssible workaround: press <ctrl><alt>F1, you should get a console window, now press <alt>F7, you should be back to your login screen, can you enter the password now? [20:40] <hecatae> kro2488: have you checked your bios settings, does it state to keep usb powered when the pc is inactive, or is it set to sleep, it's usually the legacy usb option [20:40] <guntbert> *possible [20:40] <kro2488> hmm [20:40] <kro2488> im not sure hecatae [20:41] <kro2488> where might that be in a bios? [20:41] <kro2488> i hate messing around in there [20:41] <BornToFlyBert> Bashing-om: I run dpkg -l libsane-common [20:41] <marus> hello, my firefox crash and i have to restart my ubuntu 14.04, is this a known bug? [20:41] <hecatae> kro2488: what manufacture and model is your motherboard? [20:41] <trijntje> Kaby: why not check their website? [20:41] <goeranh> thats not the problem... [20:41] <Giwrgaras> hi any good free games for ubuntu? [20:41] <kro2488> and guntbert: this only happens if it goes idle [20:41] <zykotick9> Kaby: well, for web browsing only, tor-broswer can be downloaded from their website then extracted/run (i'd suggest using your home directory or /opt). Tor can also be used as a proxy for other programs, but i don't have any personal experience with that. good luck. [20:41] <kro2488> gunbert: not if i set it to lock myself [20:41] <marus> !firefox [20:41] <Giwrgaras> a strategy would be nice [20:41] <Kaby> trijntje, i cant find tor for ubuntu [20:42] <BornToFlyBert> Bashing-om: Shall I post the return value? [20:42] <guntbert> kro2488: doesn't matter, try it as a workaround [20:42] <Kaby> zykotick9, thank you so much you helped alot [20:42] <kro2488> okay when it happens next time i will ill write down what commands you wrote [20:42] <Giwrgaras> nobody plays games in ubuntu? [20:42] <goeranh> not as package but tor is avaliabel in an archive on theyt website [20:42] <trijntje> Kaby: really? If I type 'tor ubuntu' in google it is the first result [20:43] <trijntje> Giwrgaras: sure, install steam, play all the games you want ;) [20:43] <Kaby> trijntje, i will search for it now [20:43] <goeranh> goto torproject.net# [20:43] <kro2488> thanks for helping im out of here for today [20:43] <Giwrgaras> cool [20:43] <goeranh> u can pay minecraft [20:43] <thegrreat> Is there anyway to play wow on linux without lagg becuse of wine ? XD [20:43] <kro2488> doesn't steam work in ubuntu [20:43] <goeranh> nope [20:44] <Giwrgaras> any fps for ubuntu in steam? [20:44] <Giwrgaras> cof and such? [20:44] <goeranh> sure [20:44] <BornToFlyBert> Hello can anyone help me with a problem i have got with cups and lexmark printer? [20:44] <kro2488> I do console gaming so I don't really ever worry about that, ubuntu does everything I need [20:44] <kro2488> and idk [20:44] <kro2488> just have to look around or have a dual boot system [20:44] <kro2488> if you pc game alot [20:44] <kro2488> when you play games do windows everything else linux [20:45] <goeranh> then use gparted [20:45] <goeranh> its easyest [20:45] <kro2488> google and this room are your best friends [20:45] <goeranh> xD [20:45] <goeranh> your so right [20:45] <thegrreat> well my pc wont boot from bootable usb anymore [20:45] <thegrreat> Only linux live usb [20:45] <goeranh> thats bootable?! [20:46] <thegrreat> After i installed ubuntu it wont boot any bootable usbs [20:46] <kro2488> for figuring out a solution though giwrgagas [20:46] <goeranh> than u have to configure in the bios [20:46] <thegrreat> I know and i already did it [20:46] <goeranh> ...bios [20:46] <thegrreat> But still wont work [20:46] <goeranh> no select usb for first boot device [20:46] <thegrreat> I did.. [20:47] <goeranh> hmm [20:47] <dylan> try using the back usb ports? [20:47] <goeranh> idk [20:47] <hecatae> thegrreat: bios or uefi? [20:47] <thegrreat> It will only boot linux dists from bootable usb [20:47] <me> hi [20:47] <goeranh> hi [20:47] <thegrreat> but when i try to boot other os such as windows from my bootable usb it goes directly to ubuntu instead [20:47] <thegrreat> and i know the usb works since it worked before [20:47] <thegrreat> This happened after installing ubuntu [20:48] <Giwrgaras> do i have to pay for steam in ubuntu? [20:48] <Giwrgaras> it says its payable [20:48] <thegrreat> I configured everything right but still wont work [20:48] <goeranh> then u have no windows bootloader [20:48] <dylan> steam is free [20:48] <hecatae> Giwrgaras: go to the steam website [20:48] <thegrreat> any ideas what i can do ? [20:48] <Guest89552> how to save the settings in the terminal? [20:48] <Guest89552> something like ^O ? [20:48] <thegrreat> I only have ubuntu on this pc so xD [20:49] <Guest89552> i have ubuntu too [20:49] <thegrreat> I need to fix so i can dual boot :P [20:49] <gunnar> Yeah.. root got no mail from cron. Probably because I didn't tell cron to mail any output. [20:49] <goeran> reinstall ubuntu or windows or just install the bootloader to an third device [20:49] <dylan> thegreat trhy update grub? [20:49] <gunnar> But that's ok, I'll just edit my crontab and tell it to mail the output to me. [20:49] <dylan> try* [20:50] <thegrreat> goeran the problem is that i can only boot ubuntu and ubuntu live cd [20:50] <thegrreat> and other linux distributions from bootable usb [20:50] <gunnar> too tipsy to do it right this second though... So on the 'morrow [20:50] <thegrreat> But cant boot windows install or anything else [20:50] <goeran> then u have an really hard problem with your boot setup [20:51] <goeran> disable autoboot in bios [20:51] <goeran> should help [20:51] <thegrreat> Already done ^^ [20:51] <goeran> what manufacturer of ur pc? [20:52] <goeran> hi [20:52] <goeran> im back [20:53] <thegrreat> hi [20:53] <Bashing-om> BornToFlyBert: Sorry was elsewhere, sure ya can place that 'dpkg' output to paste .. I will look at it and see what we think . [20:53] <goeran> thegrat install gparted, crate new partition, install the bootloader on it [20:53] <goeran> should work [20:53] <thegrreat> The computer is made by sonicmaster [20:54] <goeran> ok [20:54] <goeran> thegrat install gparted, crate new partition, install the bootloader on it [20:54] <thegrreat> I try that [20:54] <thegrreat> And see if it works :P [20:54] <goeran> or just copy it to it [20:54] <goeran> u can download grub [20:55] <BornToFlyBert> Bashing-om: Thank you! [20:55] <goeran> i recoment u to use grub bootloader [20:55] <thegrreat> Well i already got grub [20:55] <goeran> ok [20:55] <goeran> try it [20:55] <dylan> goeran i also suggested that [20:55] <goeran> xD [20:56] <thegrreat> but i dont really think grub is the reason why my bootable usb wont boot :P [20:56] <goeran> than choose an different one... [20:56] <dylan> just try cause you could have it set for the wrong board [20:57] <BornToFlyBert> Bashing-om: http://paste.ubuntu.com/10803591/ unfortunately it is not in english, i hope you will understand it, if not, please ask further questions: :) [20:58] <Bashing-om> BornToFlyBert: look'n at your http://paste.ubuntu.com/10803591/ . [20:58] <goeran> google translate is my big brother [20:58] <BornToFlyBert> ok Bahing-om [20:58] <thegrreat> ubuntu is my life <3 [20:59] <goeran> then why u wanna have bach windows? [20:59] <thegrreat> I only want to dual boot windows so i can play wow xD [20:59] <Bashing-om> BornToFlyBert: Well, that says the package is installed. // so, what is the exact nature of the problem you are experiencing with the Lexmark printer ? [21:00] <BornToFlyBert> If [21:00] <goeran> are u connected to ur printer via wifi or lan? [21:00] <gunnar> Wow.. the Lexmark is still going strong [21:01] <Guest45725> hey all [21:01] <BornToFlyBert> i click on the print button it creates a print-job in cups and "sends" it to the printer but job disappears without printing it out on the paper. The scanner by the way works pretty well (this lexmark device is a scanner and a printer) [21:01] <Guest45725> why am i a guest [21:02] <goeran> because u have no nickname [21:02] <gunnar> I'll ust go on a limb here... I've had problems in the past with all sorts of printers while using the correct official drivers. The problem is probably a permission problem somewhere via smb. [21:03] <BornToFlyBert> Bashing-om: The printer is plugged in on a usb-hub. [21:03] <goeran> its possible that your printers driver is desined to work with windows [21:04] <goeran> thats the problem with my printer [21:04] <Kage`> How can I mount a fake-raid partition when I don't see anything except "control" in /dev/mapper ? dmraid -r shows two member disks, says they're in a group and OK, but I see nothing mountable. Additionally, I can fdisk the member disks and see they have BSD partitions in slice-format, but I cannot seemingly mount them individually, either. [21:04] <goeran> kage wich tool are u using? [21:04] <Kage`> For which? [21:04] <BornToFlyBert> Can i make it run on ubuntu as well not only on windows? [21:05] <phpcoder> hello [21:05] <goeran> kage : for mounting and so on [21:05] <Kage`> I'm using dmraid and fdisk and mount thus far, if that's what you mean [21:05] <Bashing-om> BornToFlyBert: Sounds to me like a situation with the print spooler . But what do I know ? as I do not have a lexmark printer to even know where to look at the spool . [21:05] <phpcoder> can i download somewhere ubuntu 15.04 ? [21:05] <phpcoder> when it will be released? [21:05] <Kage`> goeran, Using 14.04 Live CD [21:05] <goeran> yes u can download it [21:05] <goeran> live cd? [21:06] <goeran> not usb? [21:06] <goeran> but try tools like gparted [21:06] <Kage`> I did [21:06] <goeran> ok [21:06] <Kage`> It only shows two physical disks [21:06] <Kage`> Does not show a /dev/mapper anything [21:06] <goeran> ähmm an cd is not writeable [21:06] <goeran> normaly [21:06] <phpcoder> i did not find the link to download the beta [21:06] <Kage`> It is in-memory [21:06] <Kage`> And I have an external HDD also mounted to recover to. [21:07] <BornToFlyBert> Bahing-om: Thank you for your fast answer. I am not familar with the printer spooler either, unfortunately! [21:07] <Kage`> I'm doing to try to do a ddrescue once I can figure out how to access the HDD or fakeraid [21:07] <goeran> php goto settings -> updates -> versions -> use unstable versions too [21:07] <BornToFlyBert> Sorry i meant Bashing-om! [21:07] <goeran> and download [21:07] <phpcoder> goeran, i have to install ubuntu for a new pc [21:07] <goeran> but it crashed at mines 3 days ago [21:08] <phpcoder> is there not an iso yet? [21:08] <phpcoder> hmm [21:08] <phpcoder> does it will be release this month right? [21:08] <goeran> php ahh ok then where is the problem [21:08] <phpcoder> goeran, is there a direct link t download the iso ? [21:09] <phpcoder> p.s. is it really soo unstable? [21:09] <goeran> u can install an older version to the pc and upgrade it [21:09] <goeran> i dont know an iso [21:09] <phpcoder> ok i will download the 14.04 [21:09] <Kage`> The TL;DR here is this system is a FreeBSD 9 system, dual 1TB drives in fake-raid RAID-1 on a Dell PowerEdge. The filesystem on the array corrupted, so now I'm trying to recover it. [21:09] <phpcoder> then i will upgrade when stable [21:09] <me_> intstall mint :) [21:10] <goeran> thats easyest [21:10] <phpcoder> :) [21:10] <goeran> or use someting like kali linux there are a bunch of recovery tools [21:11] <phpcoder> what are the differences from 14.04 LTS and 14.04 LTS community? [21:11] <me_> check checksums [21:11] <goeran> stability and more development [21:11] <Kage`> goeran, Kali just uses a bunch of OSS utils. If you recommend a specific one, tell me which and I can apt-get it. [21:12] <Kage`> I have network access on this Live CD. [21:12] <goeran> idk i dont use them ask google [21:12] <goeran> goto offensive securitys tool list [21:12] <Kaby> guys on my download center after i updated my linux software now on download it freeze and it don't cancel or something any help ? [21:13] <goeran> apt get them manually [21:15] <thegrreat> hi [21:15] <goeran> HI [21:17] <stanmcm> I have an old laptop. Installed Ubuntu 14.04 on it. No nic drivers. How can I get the drivers I need onto this laptop? [21:17] <snizzle> hello [21:18] <goeran> use sudo apt-get update [21:18] <goeran> use sudo apt-get upgrade [21:19] <stanmcm> goeran, The computer is not online. No ethernet or wlan drivers [21:19] <goeran> than its not possible [21:19] <goeran> get an 14.10 iso [21:19] <stanmcm> Done [21:19] <genii> !offline [21:20] <stanmcm> Nice. [21:20] <stanmcm> Thank you [21:20] <jason__> That's a good one. I didn't know that. [21:22] <colbyFree> do you not just download your drivers to a usb then point the installer there, forget packages, find your driver [21:22] <colbyFree> them make [21:22] <colbyFree> install [21:23] <goeran> bb [21:23] <stanmcm> The only drivers I've found so far are non-free. Don't know where to find them other than apt [21:24] <colbyFree> non-free whats the model of the controller wifi chip [21:24] <ghs> HELLO! [21:24] <colbyFree> you may find that info in the bios [21:25] <ghs> I NEED 100% WORK HOWTO ABOUT INSTALL NVIDIA DRIVER ON 14.04!!! HELP PLEASE!!! [21:25] <stanmcm> colbyFree, let me check [21:26] <Gingeropolous> ghs, the shouting [21:26] <Gingeropolous> ghs, is this mining related :) [21:26] <ghs> HELP PLEASE!!! [21:27] <ghs> I NOW REINSTALLED UBUNTU BECUSE ERRORS AN ALL CRASHED :((( [21:27] <Gingeropolous> pasting urls cool in here? [21:27] <ghs> AND [21:27] <colbyFree> yea go 4 it :) [21:27] <Guest22416> for install NVIDIA drivers you can look at package in update tools of your distrib [21:28] <Gingeropolous> http://www.noobslab.com/2014/12/use-nvidia-graphics-drivers-in.html [21:28] <Guest22416> i think i'mnot sure [21:28] <Gingeropolous> the power of google compels you [21:28] <ghs> UBUNTU CENTER HAVE NOT NVIDIA DRIVER IN 14.04 [21:28] <colbyFree> too much lol [21:28] <Guest22416> ok good by [21:29] <Guest22416> !! [21:29] <Gingeropolous> ghs, im total noob at linux, found that site above and managed to get stuff working [21:29] <stanmcm> colbyFree, I'm not seeing it. This is a Dell Inspiron 1501 I'm trying to follow this forum to fix the problem. http://ubuntuforums.org/showthread.php?t=2172448&page=2 [21:29] <Gingeropolous> does anyone know if the ubuntu 14.04 - Lenovo X220 wifi bug has ever been fixed? [21:30] <Gingeropolous> my googling led me to the conclusion that its a mystery [21:32] <Exagone313> hello, i just installed ubuntu server and I don't know how to connect to wifi. I can't use ethernet to download network-manager. is there a command line solution (I prefer to do not write a file manually)? thanks for helping [21:33] <johnjohn101> http://askubuntu.com/questions/294257/connect-to-wifi-network-through-ubuntu-terminal [21:35] <Exagone313> it's exactly what i just found, anyway, thanks [21:35] <Gingeropolous> and everyone must stand alone [21:37] <johnjohn101> Exagone313: i have used those instructions quite a bit [21:37] <colbyFree> stanmcn: can you try this $ cmd lspci -vnn | grep Network [21:39] <baxx> Bit off topic - can anyone advise how google URL concatenation works? I want to write a script that will create search terms for me, I'm not sure how everything should be pieced together though [21:39] <baxx> such as http://www.google.com/search?q=bottle is a very basic example [21:40] <Exagone313> it seems that it works only fior wep, and to use wpa ( http://askubuntu.com/questions/138472/how-do-i-connect-to-a-wpa-wifi-network-using-the-command-line ) it need internet to downlaod a package..... [21:40] <Exagone313> url concatenation? [21:40] <stanmcm> colbyFree, BCM4311 802.11b/g 1434:4311 rev 01 [21:40] <Exagone313> What do you mean? [21:40] <Exagone313> uri are encoded [21:41] <Exagone313> so any, clue to conenct to a wpa wifi without installing any new package? [21:41] <Exagone313> if there is no way, I want to know which deb I have to download [21:42] <colbyFree> stanmcm let me check [21:42] <Exagone313> the installer has a package to connect to wpa wifi [21:42] <colbyFree> there broadcomm for a start [21:42] <baxx> Exagone313: yeah, Ill have a look for that [21:48] <Arnie25> hey guys please help. running ubuntu in vmware, i think when i ran the system update, it filled up the remaining space, it wouldn't let me login because the HDD was full, so then i used the Examine tool to delete one of the folders, then i logged in as sudo users with CTRL+ALT+F1 to erase the Trash folder, then I rebooted. [21:48] <Arnie25> The problem now is that Ubuntu won't boot after I enter my password and try to login [21:49] <Exagone313> serously, i need internet to get internet [21:49] <Arnie25> it's stuck at this screen: http://i.imgur.com/kd9R1Jw.png [21:50] <bprompt> Arnie25: I'd try to reboot to "recovery mode" and run an "fsck" to make sure nothing is busted [21:51] <bprompt> Arnie25: you could always try normal mode, just try disabling "quiet splash" by editing the grub line and removing it from there, so you can see any error messages [21:52] <Arnie25> i am running fsck [21:57] <Arnie25> bprompt I removed the quiet splash but I can still see the splash screen after enterign the password.. [21:58] <bprompt> Arnie25: you were supposed to boot with the edited line, that is, press "e" to edit, and when done ctrl-x to use it [21:58] <Arnie25> I changed GRUB_CMDLINE_LINUX_DEFAULT="quiet" to GRUB_CMDLINE_LINUX_DEFAULT="" then i ran sudo update-grub and then sudo shutdown -r now [21:59] <Arnie25> bprompt: then I tried to login [21:59] <Arnie25> hmm [22:02] <Arnie25> at what point do i need to press e or ctrl+x ? [22:02] <k1l_> when you see the grub menu. [22:03] <k1l_> should look like this: https://viswanathj.files.wordpress.com/2011/02/grub-menu.png [22:06] <d17345> hi. i am stuck at a frozen grub screen every time i try to boot the computer. i can't make selections, enter grub shell, or anything [22:09] <ai6pg> I want to get the word out to the US about our Human Right Self Defense. I'd appreciate suggestions. [22:10] <ai6pg> http://www.holmesivonline.com/2015/02/03/self-defense/ [22:10] <genii> ai6pg: This isn't the correct channel for that, it's for support of the Ubuntu operating system in here. [22:10] <ai6pg> Yes, I use Ubuntu. [22:11] <genii> ai6pg: Still not appropriate. [22:11] <ai6pg> Don't be a jerk genii - How might one generate a feed to all news outlets or such? [22:12] <ai6pg> if there is an appropriate place to work with folks on it. please let me know. [22:12] <genii> ai6pg: We do not allow posting of ads or links in any *buntu channels, so it's not personal. [22:13] <ai6pg> It's not an ad. It's about our Uniquely American Human Right self defense. I gain no benefit. [22:13] <genii> Regardless, not allowed. [22:14] <ai6pg> Ah - you are in Lithuania [22:14] <genii> Nope, Canada. [22:15] <ai6pg> Ah. Server is in EU. Have fun in Canada. I loved my visits to Toronto and other cities [22:17] <genii> ai6pg: If you want to discuss at length non-support matters such as this, the better channel is #ubuntu-offtopic , where I also am [22:22] <Kaby> Arnie25, ubuntu on vmware sucks [22:22] <Kaby> Arnie25, i started first linux on vmware ubuntu 9.04 then i just dual boot it with windows better [22:34] <Arnie25> ubuntu won't boot [22:34] <Arnie25> :( [22:34] <Arnie25> no error [22:34] <Arnie25> nothing [22:34] <Arnie25> wish there was a blue screen [22:34] <Arnie25> rofl [22:38] <Bashing-om> Arnie25: What results when booting from grub's boot menu -> advanced options -> recovery ? [22:40] <Arnie25> Bashing-om: there's 3 recoery modes.. does it matter which one? [22:40] <Arnie25> 3.13.0-49/48/24 [22:41] <SJr> Does Ubuntu work with Ultra High Definition displays ? I'm looking at a Lenovo Y50? [22:42] <Bashing-om> Arnie25: Nope, does not at this point matter what kernel you boot in recovery . [22:42] <Arnie25> Bashing-om: i am in recoery menu.. before i ran fsck and clean but it didn't help [22:42] <Arnie25> i am trying to run dpkg now [22:44] <Bashing-om> Arnie25: So, what you are saying is that you can boot the system, but in normal boot can not boot to the GUI ?? [22:45] <Arnie25> Bashing-om: boots fine to the login screen, after i enter the password and press enter [22:45] <Arnie25> it freezes [22:45] <Arnie25> it's stuck at this screen: http://i.imgur.com/kd9R1Jw.png [22:46] <hackel> What units does Ubuntu actually use to measure font sizes? I've been trying to figure out the correct font scaling factor for my 128 dpi display. It should be 1.33 (128/96), but I found I had to go all the way up to 1.93 to make a 72 pt letter exactly 1 inch high. What's going on here? [22:46] <Arnie25> before it happened my HDD got full while installing system updates... then it rebooted and it wouldn't let me login unless i free up some space. So then i ended up deleting the Trash directory [22:47] <topdownjimmy> Can someone explain to me how to connect to VPN in LXDE? I've got my VPN added to my Network Connections, but I can't figure out how to actually connect to it. [22:47] <Bashing-om> Arnie25: Maybe grub can not find it's boot files. What one can try ( as advised earlier ) is to beeo to terminal - normal kernel selected -> 'e' key for edit mode and replace 'quiet splash" with 'text'; key combo ctl=X to continue to TTY1 . see if you can log into terminal . [22:48] <Bashing-om> beeo/boot* [22:48] <Arnie25> Bashing-om I am able to open the terminal at the login screen when I press CTRL+ALT+F1 [22:50] <Hackwar> good evening. I got a RAID1 and want to convert that to a RAID5. Anybody got a recent tutorial regarding that? [22:50] <Bashing-om> Arnie25: I ask again. able to boot the system - yes ? just not able to boot to the GUI ?? [22:51] <Arnie25> Bashing-om: just GUI. it hangs on this screen: http://i.imgur.com/kd9R1Jw.png [22:52] <Bashing-om> Arnie25: Well, still does not answer the question. Can you boot into the system ? even fron login key combo ctl+alt+F1 ? ( a GUI problem and not a system problem ) [22:52] <Arnie25> Bashing-om: I can login from ctrl+alt+f1 [22:53] <Bashing-om> Arnie25: OK. so we have a GUI situation .. what desktop are you running ? [22:54] <Arnie25> the original one that came with ubuntu 14 from ubuntu.com [22:55] <Bashing-om> Arnie25: Try and reset compiz back to defaults -> dconf reset -f /org/compiz/ . [23:00] <baxx> Does anyone else get the following error when they try and run firefox from the terminal? https://lh6.googleusercontent.com/-eIRwoaub48Q/VSmnO9c5ydI/AAAAAAAAeFE/9NO_-azqom8/w595-h337-no/a.png [23:00] <baxx> "No D-BUS daemon running" [23:00] <baxx> I'm just trying to write a script for google queries using python and firefox [23:02] <Arnie25> Bashing-om: i tried [23:02] <Arnie25> I also tried everything here: http://askubuntu.com/questions/476930/ubuntu-desktop-does-not-load [23:02] <Arnie25> same thing [23:06] <Bashing-om> Arnie25: Nvidia driver ? did you also try and re-install the driver ? [23:07] <Arnie25> Bashing-om: it's running on Vmware and the host machine is Radeon [23:09] <Bashing-om> Arnie25: Don't know .. maybe -> sudo apt-get install --reinstall ubuntu-desktop <- see what results . [23:09] <Arnie25> Bashing-om: tried that too [23:12] <Bashing-om> Arnie25: sudo service lightdm stop , sudo dpkg-reconfigure lightdm , sudo dpkg-reconfigure unity-greeter , sudo service lightdm start . [23:14] <kisuke> whats the release name for 14.04? [23:14] <kisuke> !14.04 [23:14] <kisuke> well crud. [23:14] <Arnie25> Bashing-om: still nothing [23:15] <remuxa> if one is to set up a beowulf cluster with command-line ubuntu as a base [23:15] <remuxa> should one compile mpich from scratch and allow the nodes to access it [23:16] <Bashing-om> Arnie25: rm ~/.dmrc <- reboot and now what ? [23:16] <remuxa> or should one apt-get install the package [23:17] <Arnie25> Bashing-om: still nothing [23:17] <Bashing-om> Arnie25: Beats me, out of ideas , sorry . [23:18] <Arnie25> ty [23:18] <cert> yo [23:24] <Qwertie> Hi, I cant connect to my vpn on ubuntu. Does anyone know how I should try and find the problem [23:25] <Qwertie> When I click on one of the vpn servers from the wifi icon nothing happens [23:25] <tripelb> hello. I want to look for all the filenames that start with the char-string Wonder - I want it to look recursively everywhere, starting at /home How do I do that? [23:33] <zykotick9> tripelb: "find /home -iname 'Wonder*'" might work [23:33] <CyborgCygnus> Trying to format an 8gb sd card that had noobs/multi boot with multiple os's installed for a raspberry pi. In gparted or disks its not letting me wipe the entire multi partitioned sd card [23:34] <OerHeks> CyborgCygnus, unmount it first to wipe, maybe ? [23:37] <CyborgCygnus> OerHeks, it comes up as like 8 devices when I plug it in * if I unmount it doesn't show up in gparted for some reason [23:38] <poz> hello, might anyone know why I do not get the command prompt when I stop lightdm? [23:39] <poz> the screen just goes black [23:39] <poz> is anyone here? [23:40] <CyborgCygnus> OerHeks, so individually deleted the partitions but can't delete or change the extended partition to get the free space either side of that all into one [23:42] <CyborgCygnus> OerHeks, never mind it just decided to let me do it. Gosh I confuse myself sometimes [23:42] <OerHeks> CyborgCygnus, delete partitions in extended, write partitiontable ( apply), then delete extended (apply) ? [23:42] <OerHeks> oh oke [23:44] <OerHeks> poz, to stop lightdm, switch to tty2, ctrl alt f2, then stop lightdm. after starting lightdm, switch back to the gui with ctrl alt f7 [23:50] <Codenomics> going to rage quit this server shortly. LOL [23:51] <Codenomics> this server just refuses to boot from my thumbdrive [23:59] <notionsandnotes> #pelican
ubuntu-chat
2024-05-13T22:11:02.476734
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "ADW", "ANJ7", "Aison", "Aleksa", "AllanDaemon", "Arnie25", "Bashing-om", "Ben64", "BluesKaj", "BornToFlyBert", "Celexi", "Cluri", "Codenomics", "CyborgCygnus", "Emmanuel_Chanel", "EriC^", "EriC^^", "Exagone313", "Finetundra", "Flannel", "Floppy_Ho", "Fuchs", "GeekMan1222", "Gingeropolous", "Giwrgaras", "Guest22416", "Guest45725", "Guest89552", "Guest90328", "Guest96257", "Guest97286", "Hackwar", "Inoki", "Istalantar", "Kaby", "Kage`", "Kortum", "LeDuke", "MichaelTiebesl", "MisterMom", "MonkeyDust", "MysticRed", "Nikesh", "OerHeks", "Olxd", "Ozz", "Patero-ng", "Peace-", "Pekkis", "Prelude2004c", "Qwertie", "RedPenguin", "SJr", "SchrodingersScat", "Scunizi", "SenorChang", "ShalokShalom", "TBotNik", "TallestManOnErth", "TheBlindGhoulie3", "Thenewone", "TiK", "Voyage_", "WileTheCoyote", "Zach443", "Zarthus", "ZmEu", "ablest1980", "aeon-ltd", "ai6pg", "alfatau", "andcat", "andrea_", "anvar", "arobase", "ashzilla", "azizLIGHT", "b3n_123", "backbox", "bagginsDK", "barneygale_", "baxx", "bekks", "bernhard", "bigred15", "blackflow", "bn", "bodo_", "bogdan", "bprompt", "bratty_cat", "brickman", "brunch875", "c0mrad3", "calcmandan", "calwig", "cert", "cfhowlett", "chickenwings", "claude_", "cluelessperson", "colbyFree", "compdoc", "cribbageSTARSHIP", "curccc", "d17345", "daftykins", "dark5coder", "dave301", "davevanloo", "deper29", "deweydb", "dorelyo", "dylan", "ebonics", "emma", "enchilado", "erskull", "fk_007", "furkan", "geekstay", "genii", "ghs", "gie_", "goeran", "goeranh", "gry", "gtan", "guest_11336", "gunnar", "guntbert", "hackel", "hambloaten", "happyfr0gg", "hecatae", "hiexpo", "htqp", "huig", "hunteriam", "ianorlin", "ichilton", "ikonia", "jason__", "javnut", "jen4r0", "johnjohn101", "k1l_", "kam270", "karlhewer", "kbdhelp", "keith_", "keithclark", "kisuke", "kodekracker", "kokut", "kortum", "kostkon", "kro2488", "lotuspsychje", "lucian", "m14ed", "marjinal1st", "mark__", "markcdgyw8effcw", "marus", "me", "me_", "mehn", "merdam", "mick_liu", "millerti", "momomo", "monojin", "mskbd", "muchairani", "n1cky", "name", "niranjanivash", "notionsandnotes", "ohai__", "om", "optik_", "osa1", "outcomes", "ozlinux", "ph", "phaenon", "phpcoder", "pikaciu", "pizzaops", "popey", "poz", "rainbowwarrior", "raj1", "ranger1", "reeed", "remuxa", "restless", "rgb-one", "rochelimit", "roh_", "ronkrt", "rspags", "ryan_g", "sarma", "sburjan", "scellow", "serendependy", "shome", "sinasaharkhiz", "snizzle", "stanmcm", "stefan93_", "superboot", "superkuh", "sutterp", "tedwardut", "teromous", "thegrreat", "thenewon1", "topdownjimmy", "tos-1", "trijntje", "tripelb", "tuca", "tust", "vitimiti", "wallbroken", "west536457640", "what_ever_fi", "what_ever_fi_", "wldcordeiro", "xangua", "xaviercracks", "xcfg", "zykotick9" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu.txt", "channel": "#ubuntu" }
2015-04-11-#ubuntu-cn
[02:01] <jusss> bash果然是门很奇葩的东西 [02:01] <jusss> 各种奇葩的符号应用 [02:24] <QiongMangHuo> chenshaoju_: 少举大人, gmail的imap还封着么? 你之前给我的ip不好用了 [02:27] <^k^> 取新帖 timeout [02:38] <root> 还有人在上班吗? [02:39] <jackness> 还有人在吗? [02:44] <QiongMangHuo> roylez: 乐乐, 有gmail的imap可用ip么... [02:55] <kandu> QiongMangHuo: 你不有 vps 么? [03:03] <QiongMangHuo> kandu: 好吧 proxy吧.. [03:07] <cherrot> #j linux-cn [03:12] <jiero> cherrot: 那里是空的? [03:13] <jiero> cherrot: 切,你都不在那里 [03:15] <jiero> QiongMangHuo: 能把vps设置成自动转google的ip么? [03:17] <^k^> 新 初学者园地 - 14.10 • w查不到用户? http://forum.ubuntu.org.cn/viewtopic.php?t=469425 新建了个用户,退出后想userdel删除,提示登录着,用w查看没登录啊,已经退出了,这什么鬼? 如果-f强制删除会有什么后遗症吗? zz: forevershaka — 2015-04-11 9:09 [03:18] <jusss> QiongMangHuo: 你们周末不上班都干啥? [03:18] <jusss> 我突然发现我不知道周六该干点啥 [03:18] <jiero> jusss: 周六,洗礼,准备出发上山踏青 [03:19] <jusss> jiero: 哪有山 [03:20] <jiero> jusss: 北京没山? [03:20] * jiero 踩死jusss [03:20] <jusss> jiero: 我不知道呀 [03:20] <cherrot> jiero, 哪里? [03:20] <jiero> jusss: 自己搜去 - 我只知道香山 - [03:20] <jiero> cherrot: #linux-cn [03:21] <cherrot> jiero, 好奇了一下 [03:21] <jiero> cherrot: 难道是说加入 #j LOL [03:22] <jiero> cherrot: 我现在好奇了一下,我想做什么。想做什么 [03:22] * jiero 亲亲 cherrot [03:22] * jiero 觉得 cherrot 要是女孩就好了 [03:22] <jiero> 哈哈 [03:23] <jusss> jiero: http://v.yinyuetai.com/video/2204150 [03:23] <^k^> jusss: ⇪ 【MV】Marina & The Diamonds -Happy 中英字幕 (音悦疯GaGa & 指纹WD 制)-高清MV在线播放-音悦Tai-口袋·FAN-看好音乐 [03:23] <cherrot> jiero, 滚粗。。 [03:24] <jusss> cherrot: 你周末都做点啥 [03:25] <cherrot> jusss, 在上班 [03:25] <jusss> cherrot: ... [03:26] <happyaron> cherrot: 萌萌哒首壕妹子壕要不要这么辛苦 [03:26] <cherrot> happyaron, =。= [03:27] <cherrot> happyaron, 求包养 [03:28] <happyaron> cherrot: 找 qiongmanghuo 他们吧 [03:28] <jusss> happyaron: ls|grep -v "sh"|rm 为啥不行? [03:28] <jiero> cherrot happyaron 好羡慕你们 [03:28] <jusss> happyaron: 把非sh的全删了 [03:29] <jusss> rm $(ls|grep -v "sh") [03:29] <happyaron> jusss: 用 xargs ? [03:29] <jusss> happyaron: 这是啥 [03:29] <happyaron> jiero: 羡慕啥 [03:29] <cherrot> jiero, 嘎? [03:29] <happyaron> jusss: xargs rm [03:32] <jusss> happyaron: 第一个错在哪 [03:33] <happyaron> jusss: 从pipe传和参数是不一样的啊 [03:33] <jusss> happyaron: rm不支持pipe传? [03:34] <happyaron> jusss: 试试便知咯 [03:34] <jusss> 试了 [03:34] <jusss> happyaron: 缺失操作符 [03:45] <jusss> happyaron: 周末有什么地方玩呀??? [03:45] * jusss 每次都这样,周末不知道干啥 [03:45] * jusss 又不想困在屋子里 [03:45] <JoeDong> 现在在重庆大学 [03:46] <JoeDong> 大家有来重庆大学的吗? [03:47] <jusss> 没有 [03:47] <hoxily> jusss: 一起来这儿刷题 [03:48] <jusss> hoxily: ... [03:48] <hoxily> 擦,打不开了 [03:48] <jiero> 没有。 [03:48] <jusss> hoxily: 我数学都没及格过,解题就算了吧,这种数学差的没法玩 [03:49] <jiero> JoeDong: 我不曾听说这里有中山大学之外的人 见过自己校友 [03:49] <jusss> hoxily: 高考150分,数学考了60分 [03:49] <hoxily> jusss: 这边有很多分类 [03:49] <hoxily> jusss: 除了 algorithm,还有别的 [03:49] <jiero> jusss: 你竟然比我这个数学不做习题的人数学能力都差么 [03:49] <hoxily> gayhub也上不去了 [03:49] <jusss> hoxily: 我需要一点灵感去做一些很棒的东西 [03:50] <jiero> jusss: 我到最后也只是看教科书因为教科书上的习题都没做 [03:50] <hoxily> 快去娶老婆,生小孩, [03:50] * jiero 属于绝对不做题类型 [03:50] <hoxily> 让你的后代来做你想做而做不了的事 [03:50] <jiero> hoxily: 。。。 [03:50] <hoxily> 呵呵 [03:50] <jiero> hoxily: 后代绝对没未来 [03:50] <jusss> hoxily: 我上次写的那个互相调用的尾递归,是我写过的东西里最棒的 [03:50] <jiero> hoxily: 20年后全球人类都没几个能活 [03:51] <jusss> 两个尾递归无限互相调用, [03:51] <hoxily> jusss: 妈蛋,研究这些东西做什么 [03:51] <jusss> hoxily: 发现美 [03:51] <jiero> hoxily: 其实因为生活到处都是美,没有生活的动力了。 cc jusss [03:52] <Niac> rust 有人玩吗 [03:52] <JoeDong> 这个channel里面都是都是中山大学的朋友? [03:52] <jiero> JoeDong: 不是,问题是 - 我只知道有见过说同学的是中山大学。 [03:52] <jiero> JoeDong: 此外,清华北大和科技大的几个不喜欢说话太多 [03:52] <hoxily> Niac: 进这个群吧,里面有人讨论rust, QQ群:144605258 [03:53] <jusss> hoxily: 在函数1最后调用函数2,而在函数2最后调用函数1,多么的棒 [03:53] <jusss> 两个无限不停的调,可以干很多事 [03:53] <jusss> 比如分析一个无限长的列表 [03:53] <jusss> 创造一个无限长的列表 [03:53] <hoxily> 我擦 [03:54] <jusss> hoxily: 其实我现在最想写的就是一个reader和parser [03:54] <hoxily> jusss: 什么东西? [03:54] <jusss> hoxily: 还有元编程还有dsl 深深的吸引了我 [03:54] <hoxily> 设计你自己的脚本语言? [03:54] <jusss> hoxily: 读取器 分析器 [03:55] <jusss> hoxily: 不是设计自己的,是可以生成其它的语言 [03:55] <jusss> hoxily: 想我前天说的哪样,一个语言可以生成多个其它的语言 [03:57] <jusss> hoxily: 或者学会这种生成技术,然后用bash生成py lisp生成bash 各种生成 [03:57] <hoxily> jusss: 有思路了吗? [03:57] <jusss> hoxily: 只要学会怎么写reader和parser然后就成了 [03:57] <jusss> hoxily: 元编程 dsl 代码生成技术太吸引人了 [03:58] <jusss> hoxily: 思路就是读取 分析 生成呀 [03:58] <jusss> hoxily: 现在不知道怎么写reader parser [03:58] <hoxily> reader、parser有思路了吗? [03:58] <jusss> hoxily: 有一点 [03:59] <jusss> 比如最简单的,就是去生成html 这个大家都知道是最简单的,然后我就用lisp的语法去生成html [03:59] <hoxily> jusss: 写好了,弄到gayhub上分享下 [03:59] <jusss> hoxily: 早写好了 [04:00] <jusss> hoxily: 太懒,后来就没写,写了个不完整版吧 [04:01] <jusss> hoxily: https://github.com/jusss/lisp/blob/master/print-atom-2014-12-09 [04:01] <^k^> ⇪ ti: lisp/print-atom-2014-12-09 at master · jusss/lisp · GitHub [04:02] <jusss> hoxily: 这个就是2个尾递归函数不停互相调用对方去分析一个长列表,然后根据条件去生成 [04:02] <hoxily> jusss: 有什么用? [04:02] <hoxily> 帮助人写代码? [04:03] <hoxily> 给WEB开发人员用的吗? [04:03] <jusss> 这样我可以用lisp的语法去生成html [04:03] <hoxily> 只懂HTML/CSS的WEB开发人员不懂lisp怎么办? [04:04] <jusss> hoxily: 用什么去生成什么不重要,重要的是这种代码生成 [04:04] <jusss> hoxily: 还可以去用py去生成html [04:04] <hoxily> 问题是,你得提供一种中间表达格式 [04:05] <hoxily> 你需要让这种中间格式,许多人都很容易懂 [04:05] <jusss> hoxily: 对lisp来说没有中间格式 [04:05] <jusss> hoxily: 所有的lisp都只是一个列表 [04:05] <chenshaoju_> QiongMangHuo: 我用Gmail的Web版…… [04:06] <jusss> hoxily: 你是看json .obj看多了吧,才认为都需要中间格式 [04:07] <hoxily> 你没有一种格式来描述你想要的东西, [04:07] <hoxily> 你的parser到底读取的什么玩意儿? [04:07] <jusss> 没有 [04:07] <hoxily> 直接读取人大脑思考的东西吗? [04:07] <hoxily> 有那么叼么 [04:09] <jusss> 比如这个语言叫x吧,然后x加上html符号,然后x的语法生成html, 加上py的符号,就生成py [04:09] <jusss> 就根据一个符号的不同,就用同样的语法去生成不一样的代码 [04:10] <jusss> 比如叫html是1 py是2 然后x打印hello world的语法是 print hello world,然后这样同样一句,加1就是html 加2就是py [04:11] <tedlz123> 有中南大学的校友么? [04:13] <hoxily> jusss: 我现在问的就是你的这个x的语言语法 [04:13] <jusss> hoxily: 这不还没想好吗 [04:13] <hoxily> 如何用你的x语言来表达思想 [04:13] <jusss> hoxily: 其实什么语法也不重要 [04:14] <jusss> hoxily: 再降一级,干脆就让这个x是c 或 lisp py都行 [04:14] <jusss> hoxily: 然后就是用c去生成html lisp py ... [04:15] <jusss> hoxily: 这就是很吸引我的东西,代码生成 [04:16] <jusss> hoxily: 代码生成代码多么的吸引人,再在生成的代码前加个eval就是dsl了,甚至你可以说你自己创造了一门语言,正常的不也是这样创建的吗? 比如用c去写py的解释器 [04:17] <jusss> hoxily: 当然会写解释器的大牛都不屑于搞这种东东 [04:18] <jackness> 额。。。 [04:18] <jackness> 解释器是什么东西 [04:18] <hoxily> interpreter [04:18] <jackness> hoxily 你还在杭州吗? [04:20] <jackness> 我记得我们新浪微博加过好友的 [04:20] <jackness> hoxily: 你在吗? [04:25] <hoxily> jackness: 在老家了。 [04:26] <hoxily> j [04:26] <hoxily> jackness: 你怎么知道我在杭州? [04:29] <^k^> 新 Kubuntu • Kubuntu如何安装搜狗输入法?? http://forum.ubuntu.org.cn/viewtopic.php?t=469426 在网上找了很多都是ubuntu的,,愁死了。 zz: Benmolly — 2015-04-11 11:23 [04:29] <yunfan> hoxily: 你去杭州干嘛 [04:32] <jusss> yunfan: 他好像是杭州的吧 [04:32] <jusss> 或者在杭州上的学 [04:32] <jusss> hoxily: 你家是扬州吗? [04:33] <jusss> "烟花三月下扬州" 什么时候我也能这样呀 [04:34] <hoxily> yunfan: 我以前在杭州啊 [04:34] <yunfan> hoxily: 然后呢 [04:35] <hoxily> jusss: 然后圆润地滚回老家去了 [04:35] <hoxily> jusss: 我记得我以前说过我老家在温州乐清的。 [04:35] <jusss> hoxily: 你家是? [04:35] <jusss> hoxily: 温州小燕子洗头城 [04:36] <hoxily> 从来没去过洗头城、发廊 [04:36] <jusss> hoxily: 你那离苏杭 上海 扬州是不是很近? [04:36] <hoxily> jusss: 来看看这题的四则运算怎么算,https://www.hackerrank.com/challenges/bash-tutorials---the-world-of-numbers [04:36] <^k^> ⇪ ti: Programming Problems and Competitions :: HackerRank [04:36] <hoxily> jusss: 去杭州4小时左右。 [04:37] <hoxily> jusss: 半天时间就到了。 [04:38] <jusss> hoxily: 这种题... [04:41] <jusss> hoxily: 先用read读取2次把数读取给变量,然后算术求值输出 [04:42] <jusss> hoxily: 这里面有啥陷阱? [04:42] <jusss> 不会是考基本的用法吧? ((1+2)) [04:43] <jusss> declare -i xx [04:44] <hoxily> sum=((a+b)) ? [04:44] <jusss> hoxily: 得加个$ [04:45] <hoxily> sum=$((a+b)) ? [04:45] <jusss> hoxily: 不知道... [04:45] <hoxily> 你不是bash高手么? [04:45] <jusss> 从来不是 [04:49] <hoxily> jusss: [ ] 与 [[ ]] 有什么不同呀? [04:51] <jusss> 通配符 [04:52] <jusss> hoxily: 你还真问这种基础问题呀... [04:52] <jusss> 我还真不会 [04:52] <jusss> [不支持通配符,[[支持通配符 [04:53] <jusss> 不过我也不清楚[[的通配符是啥,像BRE [04:53] <hoxily> 通配符指什么? [04:53] <jusss> hoxily: BRE,我猜是 [04:53] <jusss> basic regret expression [04:53] <jusss> 还有ERE貌似 [04:55] <hoxily> 在做字符串匹配的时候用? [04:56] <hoxily> [[ abc == a+ ]] 结果是 true ? [04:56] <hoxily> 测试结果不相等 [04:57] <hoxily> [[ abc =~ a+ ]] 是这个运算符,=~ [04:59] <hoxily> jusss: “模式”是指什么?好像跟正则不一样 [05:02] <jusss> hoxily: 不是这样用的 [05:03] <jusss> hoxily: 你确信a+是正则? [05:05] <hoxily> a+怎么不是正则? [05:07] <jusss> 是bre? [05:08] <hoxily> 不懂你说的bre [05:08] <hoxily> jusss: 有文档么? [05:08] <jusss> 当然有 [05:09] <jusss> ex用的就是bre [05:11] <hoxily> 你是指这样子?In basic regular expressions the metacharacters "?", "+", "{", "|", "(", and ")" lose their special meaning; instead use the backslashed versions "\?", "\+", "\{", "\|", "\(", and "\)". [05:13] <Guest69386> hoxily: 我刚掉线了 你在吗? [05:13] <hoxily> Guest73839: 你是指这样子?In basic regular expressions the metacharacters "?", "+", "{", "|", "(", and ")" lose their special meaning; instead use the backslashed versions "\?", "\+", "\{", "\|", "\(", and "\)". [05:13] <hoxily> 瞎 [05:13] <jackness> hoxily: 额 [05:13] <hoxily> 认错人了 [05:14] <jackness> hoxily: 不是你吗?你不在杭州? [05:14] <hoxily> 以前在杭州,现在在温州乐清 [05:15] <jackness> hoxily: 应该不会认错吧 你和我微博还互动过呢 [05:15] <jackness> 我叫jacknesstang [05:16] <hoxily> 很久没搞新浪微博了 [05:17] <hoxily> 你没发现我的微博昵称改名无法注销的hoxily了吗? [05:20] <kevinying> hi [05:20] <^k^> kevinying:点点点. 13:20 [05:21] <jackness> http://weibo.com/u/2600468362?topnav=1&wvr=6&topsug=1&noscale_head=1#_0 [05:21] <^k^> jackness: ⇪ Sina Visitor System [05:21] <jackness> 这个是你的微博吧 [05:21] <jackness> 还显示浙江杭州的 [05:21] <jackness> 我发现了啊 [05:21] <jackness> 你现在在公司做什么啊? [05:22] <hoxily> 我失业蹲家里了 [05:22] <jackness> hoxily: 怎么了? [05:22] <jackness> 好好的怎么失业了? [05:24] <^k^> 新 办公、图像、机械电子设计等 • Texworks运行2小时左右影潘狂转,系统卡死 http://forum.ubuntu.org.cn/viewtopic.php?t=469430 用Ubuntu很久了,这次安装却问题百出,解决了一个又一个,现在又碰到一个无厘头的,用TexWorks,2小时左右,没有任何征兆和提示的开始硬盘狂转,然后很快的边卡,30秒 [05:24] <jusss> hoxily: http://en.wikipedia.org/wiki/Regular_expression#POSIX_Basic_Regular_Expressions [05:24] <^k^> ⇪ ti: Regular expression - Wikipedia, the free encyclopedia [05:25] <jackness> http://forum.ubuntu.org.cn/viewtopic.php?t=469430 http://forum.ubuntu.org.cn/viewtopic.php?t=469430 [05:26] <kevinying> hox [05:27] <kevinying> hoxily:家里蹲比校自由 [05:27] <kevinying> do [05:28] <jusss> 匹配任意字符用的是. [05:29] <jusss> [[到底是不是bre我也不知道,只是看着像,你可以搜下就知道了 [05:30] <jackness> jusss:你做什么的啊? [05:32] <kevinying> ㄋiㄙㄉe [05:33] <jackness> 额? [05:33] <jackness> 日语 [05:36] <kevinying> wo [05:36] <jackness> kevinying:你是做什么的? [05:36] <gebjgd> jackness, 你是做什么的 [05:37] <jackness> gebjgd: 我现在在家里卖账号和激活码 [05:37] <gebjgd> jackness, soho 赞 [05:37] <kevinying> jackness:我失业 [05:38] <jackness> 我其实也是失业 我的账号和激活码要的人不多 [05:38] <jackness> soho算不上 [05:39] <jackness> 我打算过两个月还是做回java开发 [05:40] <yunfan> kevinying: 家里蹲很无聊的 [05:40] <yunfan> jackness: 你卖什么账户 ? [05:40] <jackness> 对啊 [05:41] <jackness> 我卖VPN账号 [05:41] <yunfan> 什么账户? [05:41] <yunfan> 就这个? [05:41] <jackness> 对啊 还有游戏激活码 [05:41] <yunfan> 这个恐怕养不活人吧 [05:41] <jackness> 是啊 [05:41] <jackness> 所以我很穷 [05:41] <yunfan> 你在哪里 [05:41] <jackness> 没有路走了啊 [05:42] <jackness> 我在江苏省镇江市丹徒区宝堰镇渡头路217号 [05:42] <yunfan> 又是你 老换nick [05:42] <jackness> 我虚拟机多 [05:42] <jackness> 哈哈哈哈 [05:43] <jackness> 我nick一直是jackness 有的时候是guest和root [05:43] <yunfan> 既然你妈妈控制你 那你出门混好了 [05:43] <jackness> 我妈妈不同意 [05:44] <yunfan> 你现在住笼子里? [05:44] <jackness> 我现在一个过年就拿了300块钱生活费 [05:44] <jackness> 家里不给钱 [05:44] <jackness> 我的信用卡全被停掉了 [05:44] <gebjgd> jackness, 超强 [05:45] <jackness> gebjgd: 什么意思 超强 [05:45] <yunfan> 那就找个海船出门吧 [05:46] <yunfan> 反正上了船 他们管吃管喝 一年没挂 也有十几万 [05:46] <jackness> 海船? [05:46] <jackness> 没有船票 [05:46] <jackness> 没钱 [05:46] <yunfan> 直接去 问他们要不要工人 [05:46] <jackness> 晕死 [05:46] <jackness> 我妈妈不同意我出镇江市 [05:47] <gebjgd> jackness, 去夜总会当鸭 [05:47] <jackness> yunfan: 大神,问你个事啊 为什么我的vpn不稳定呢 会爆各种错误 [05:47] <jusss> jackness: 好妈妈 [05:47] <yunfan> jackness: 这个干我毛事啊 我又不用vpn [05:47] <jackness> gebjgd: 我心里有爱的人 身体不好 做不了鸭子 [05:47] <yunfan> 我要出门兜风 88 [05:48] <jackness> yunfan: 额。。。 [05:48] <jackness> 只是请教而已 [05:48] <jackness> 都吓跑了 [05:53] <jackness> exit [05:55] <hoxily> jusss: jackness妈妈简直变态 [05:58] <jusss> hoxily: 人家条件好, [05:58] <gebjgd> 李蒽熙Danae [05:58] <jusss> hoxily: 我就希望我家条件好,可以整天宅在家不干活 [05:58] <gebjgd> jusss, 出息 [06:02] <jusss> gebjgd: 额 [06:02] <jusss> gebjgd: 我的追求就是赚点钱回家养老 [06:03] <gebjgd> jusss, 出息 [06:03] <jusss> gebjgd: 我在家可以一个月不出家门,在外面我都不能在一个房子里连续待超过24个小时 [06:03] <gebjgd> jusss, 出息 [06:20] <jussss> roylez: bla [06:22] <hoxily> jussss: bash里的整数最大、最小分别是多少啊 [06:23] <jussss> hoxily: 不知道 [06:23] <jussss> hoxily: bash都不支持浮点运算,谁会用它处理计算 [06:24] <jussss> hoxily: bash的符号应用是我见过最复杂的了,各种组合 位置不同还意义不一样,果然不是一个人搞得 [06:25] <jussss> 比py杂合多了 [06:29] <kevinying> 妹 [06:52] <^k^> 暂无新帖 讲个笑话吧: 大鬼小鬼和老鬼之四 : 小鬼:我摸彩中奖了,可以去天堂五日游! 大鬼:傻瓜,天使到时候一定告诉你,天堂在装修。 [06:53] <hoxily> jussss: bash中的数组有没有用过? [06:53] <jussss> hoxily: 有 [06:53] <hoxily> https://www.hackerrank.com/challenges/bash-tutorials-filter-an-array-with-patterns 怎么搞? [06:53] <^k^> ⇪ ti: Programming Problems and Competitions :: HackerRank [06:55] <jussss> hoxily: xargs [06:56] <jussss> hoxily: 循环赋予数组呗再加个逻辑判断 [06:56] <hoxily> show your code [06:56] <jussss> hoxily: 还可以grep cut各种搞 [06:57] <jussss> hoxily: 我不会写 。。。 [07:06] <jussss> hoxily: 你学习一定很好 [07:06] <jussss> hoxily: 我一直都是班里最后几名 [07:09] <^k^> 新 初学者园地 - 14.10 • ubuntu压缩文件缓存 http://forum.ubuntu.org.cn/viewtopic.php?t=469431 今天安装虚拟机,发现我的磁盘只有几百兆的空间,用软件查看才知道/home/.cache用了9G多空间,大部分是文件是打开压缩文件的文件缓存(我的压缩文件比较多,所以都是直接打开,没解压),要怎么设置能在关闭压缩 [07:09] <^k^> ─> 文件是自动清除缓存呢,每次都要手动删好麻烦 zz: 冰谛-王者法则 — 2015-04-11 15:08 [07:38] <jussss> hoxily: 我现在在鸟巢水立方这 :) [07:38] <jussss> 周末人不少 [07:45] <jiero> jussss: 赶紧拿个好相机,说美女我给你拍照吧。 [07:46] <jussss> jiero: 我比较羞涩 [07:46] <jiero> jussss: 骗人,你比我黑暗多了 - [07:48] <jiero> jussss: 你应该花很多钱买一个爱好的东西,然后吸引女的。 [07:48] <jiero> jussss: 否则对方就知道你不专注,是个花心的混蛋。 [07:50] <jussss> jiero: paradise和heaven区别是啥?是不是一个活人去的,一个是死人去的 [07:50] <jiero> jussss: paradise 是通道,heaven是蓝天 [07:53] <jussss> jiero: 那怎么都说人挂了之后去heaven [07:54] <jiero> jussss: 人认为魂魄轻飘i [07:54] <jiero> jussss: 活着去的是 paradise [08:06] <root____3> 谁知道怎么架设自己的网站啊? [08:06] <jackness> 我现在没有头绪 [08:07] <jackness> 然后用什么语言来架设网站呢? [08:07] <jackness> 豆瓣那样的网站是如何架设的啊? [08:07] <jackness> 听说是用python写的 [08:14] <^k^> 新 初学者园地 - 14.10 • 求助!deamon问题 http://forum.ubuntu.org.cn/viewtopic.php?t=469432 1.sysv-rc-conf好像列不出xinetd管理的服务? 2.stand-alone和xinetd怎么方便的切换? 3.一个服务是stand-alone还是xinetd是由程序本身决定的吗?还是说默认都stand-alone模式? 谢谢 zz: debfans — 2015-04-11 15:50 [08:42] <jussss> onlylove: 现在竟然tmd下雨了,擦,被困鸟巢这了 [08:43] <onlylove> jussss: 不看天气预报么 [08:44] <jussss> onlylove: 从来不看 [08:44] <onlylove> jussss: 该 [08:45] <onlylove> jussss: 虽然那东西不怎么准,但是看看没坏处 [08:46] <sennn> hi [08:46] <^k^> sennn:点点点. 16:46 [08:48] <sennn> here 没人啊 [08:52] <jackness> onlylove: 好久不见了啊 onlylove [08:52] <jackness> 帝都下雨了吗? [08:52] <jackness> 我这边还是晴天啊 [09:18] <lysao> part [09:35] <jackness> 下班喽 [09:49] <^k^> 暂无新帖 讲个笑话吧: 女人的自尊 : 两个好胜心强的女人在一座有喷水池的公园里碰上了。 一个说:哎哟,听说你和罗伯特订婚了?罗伯特从前也向我求过婚呢。他没对你说吗? 没有埃他只说过另一件事。他说他有一次遇到一个不知打哪儿来的混帐女人,追了他老半天他也没搭理。 [09:50] <iwesley_zhou> lol [10:32] <^k^> 新 初学者园地 - 14.10 • 系统提示软件数据库损坏,运行sudo apt-get install -f 仍然无法解决(代码如下) http://forum.ubuntu.org.cn/viewtopic.php?t=469433 quinaeus@quinaeus-HP-Notebook:~$ sudo apt-get install -f 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 正在更正依赖关系. [11:36] <gfxmode_> 58.251.146.204 [11:36] <^k^> gfxmode_, 58.251.146.204 广东省深圳市 联通 [11:53] <gebjgd> 周末这里就是如此的清净 [11:53] <gebjgd> gfxmode, 你用的什么a卡? [12:09] <jackness> 今天周六大家不加班吗? [12:09] <jackness> gebjgd:在吗? [12:12] <^k^> 暂无新帖 讲个笑话吧: 开心小幽默和新编成语 : 晚上带着女儿去看花灯,一直抱着她,我累得很,便放下让她自己走。人很多,女儿挤在人群中,突然不高兴地大叫:"妈妈我要看花灯,我不要看屁股! " [12:22] <jusss`> j [12:33] <jusss> hoxily: 在没 [12:34] <hoxily> jusss: 在 [12:34] <jusss> hoxily: 来写个检测acpi剩余电量的bash脚本 [12:34] <jusss> hoxily: discharing 且 为10%就mplayer 声音提示 [12:35] <hoxily> jusss: 以前用arch+awesome的时候写过 [12:35] <jusss> hoxily: 贴出来看看 [12:35] <hoxily> 有个acpi的程序可以读取电池电量, [12:35] <hoxily> 然后cut出所需信息就行 [12:35] <gfxmode_> gebjgd: VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7670M] [12:35] <hoxily> 电脑重装了, [12:35] <hoxily> 脚本没了 [12:36] <gfxmode_> gebjgd: Hi buddy, are you online? [12:37] <hoxily> jusss: 你上你的vps看看 [12:37] <hoxily> jusss: acpi开头的命令列出来看看 [12:37] <jusss> hoxily: cut如果格式没切好就容易出错,用两次grep 好 [12:39] <jusss> hoxily: 上vps看不了 no device for supply [12:39] <jusss> hoxily: 太卡,延迟 [12:39] <gfxmode_> jusss: 这个么 cat /proc/acpi/battery/BAT0/state [12:39] <hoxily> jusss: 虚拟机里面看不到电池 [12:39] <hoxily> jusss: 你看下你自己的电脑吧 [12:40] <hoxily> jusss: 命令就是 acpi [12:40] <jusss> hoxily: 到现在我的那个bot脚本还没改,我就是喜欢多想,就是不做,唉 [12:40] <jusss> hoxily: 嗯 [12:40] <hoxily> acpi - Shows battery status and other ACPI information [12:40] <hoxily> acpi Shows information from the /proc or the /sys filesystem, such as battery status or thermal information. [12:41] <hoxily> jusss: 用 man acpi 看手册 [12:41] <jusss> 我现在写个试试,唉 [12:41] <iotouch> 有人试过在U盘上装系统嘛 [12:42] <hoxily> iotouch: 你是指 livecd? [12:42] <iotouch> 类似的 [12:42] <iotouch> 直接 从U盘启动 [12:43] <iotouch> 不太理解,这样有什么好处? [12:43] <hoxily> iotouch: 用 universal usb installer 把 iso 安装到U盘就行了。 [12:43] <iotouch> hoxily 如果要装一个精简版的了 [12:43] <iotouch> hoxily 一般要多大空间的U盘 [12:44] <hoxily> iotouch: 最小的tinycore linux很小很小 [12:44] <hoxily> Tiny Core Linux 是一份很小(10 MB)的最低限度Linux桌面。 [12:45] <iotouch> hoxily : 如果是这样一些软件了 : ruby 开发环境 ,需要一个桌面,IDE,相关的软件包依赖了 [12:45] <hoxily> iotouch: 你试试喽 [12:45] <iotouch> homily tiny core linux 这么小,有什么实际的用处了 [12:45] <newborn> 10M还带桌面,好厉害的感觉 [12:46] <^k^> 新 Ubuntu 14.04 LTS • ubuntu 14.04 文字和链接闪烁问题 http://forum.ubuntu.org.cn/viewtopic.php?t=469447 我安装的ATI驱动,玩dota2 都没问题。 但是有时选择文字时有的文字会闪烁,有时把鼠标放在链接上,链接也会闪烁。就像鼠标反复的离开又回来一样。有没有人知道是什么问题? zz: y_tm — 2015-04-11 [12:46] <^k^> ─> 20:45 [12:46] <hoxily> iotouch: 急救用的吧 [12:46] <hoxily> 忘记密码啥的 [12:46] <iotouch> 这种用途,有点大材小用了 [12:46] <iotouch> 而且我是MAC [12:46] <iotouch> 不是LINUX [12:47] <onlylove> 嵌入式设备,资源少的地方 [12:51] <gfxmode_> 谁Mention一下我,我想看irssi的提醒beep是否生效了 [12:51] <iotouch> 我想像到的一个用途时带个U盘出去旅行时,想编程,可以用U盘启动,立马就有现成的开发环境 可用 [12:51] <iotouch> 有更好想法? [12:52] <October21> u盘系统还是用全面一些的吧?不然驱动,依赖怎么解决? [12:52] <October21> 简单的应用还凑合…… [12:52] <newborn> 已下载体验tiny core了 [12:52] <iotouch> newborn 感觉如何 [12:52] <gfxmode_> October21: 只在Console下用? [12:52] <iotouch> 分享下喽 [12:53] <iotouch> 像 linux kernel 源码包的大小应该不只10MB吧? 怎么一个系统还能比它更小 [12:53] <newborn> 有图形版本。10来兆大小 [12:54] <October21> iotouch: 你不知道内核可以压缩吗? [12:54] <October21> 载入时解压 [12:54] <iotouch> 原来如此 [12:54] <iotouch> 大概是用什么技术压缩的 [12:54] <newborn> 内核文件本身又不大,一般就5M [12:55] <hoxily> gfxmode_: 。。。 [12:55] <newborn> tiny的这个vmlinuz看了是3.2M [12:55] <jusss> hoxily: 怎么判断这个数值这出问题了, 10% 9%不一样位数 [12:55] <gfxmode_> hoxily: Thanks,可是没响。。。我再看看 [12:56] <October21> vmlinuz就是压缩的 [12:56] <iotouch> 我有想到另一个实用性的应用, 如果机房有很多机器,都需要装同样的LINUX,同样的软件,如果能在U盘上装一个标准化的服务系统,直接COPY到各个机器上,这个有可能做到嘛 [12:56] <October21> iotouch: 类似ghost的东西,linux早就可以完成了 [12:57] <newborn> 压缩(内核+busybox+精简图形服务)=15M [12:57] <iotouch> October21 哪方面的技术 [12:57] <October21> 相同的硬件,直接可以拿来用了 [12:57] <hoxily> jusss: 把百分号去掉 [12:58] <October21> iotouch: 你查一下linux的启动过程就知道了,或者去编译下内核 [12:58] <hoxily> jusss: 然后用 [ $percent -lt 10 ] [12:58] <jusss> hoxily: 跟百分号没关系关系是前边 [12:58] <jusss> hoxily: 有的数是2位 有的1位 [12:58] <hoxily> jusss: 不需要判断位数呀 [12:58] <jusss> hoxily: 怎么不需要 [12:58] <hoxily> jusss: [ 1 -lt 2 ] 结果是 true [12:59] <hoxily> if [ 1 -lt ] [12:59] <jusss> hoxily: 你怎么得到这个数 [12:59] <hoxily> jusss: 你自己的事情 [12:59] <jusss> hoxily: 不判断%前边2位是否为空怎么判断位数 [12:59] <hoxily> jusss: 啥意思? [13:00] <jusss> hoxily: 你给我来个不判断%前边2位是否为空就可以得到数的看看 [13:00] <hoxily> jusss: acpi的输出有几种情况? [13:00] <jusss> hoxily: 1种 Battery 0: Discharging, 90%, 03:21:52 remaining [13:00] <jusss> [13:00] <hzform> tcp/ip协议详解和ticp/ip路由技术这两套书,先看哪个比较好呀? [13:01] <hoxily> 还有呢? [13:01] <jusss> hoxily: 我这么没法通过某个参数只得到百分号值的,所有参数都只有着一种输出, arch [13:01] <hoxily> jusss: 不懂你的意思呀 [13:01] <hoxily> set `acpi` [13:02] <hoxily> $4 就是"90%," 了 [13:02] <jusss> hoxily: acpi只有一直输出信息格式 Battery 0: Discharging, 90%, 03:21:52 remaining不论加不加参数 [13:02] <jusss> hoxily: 还有0呢 [13:03] <hoxily> jusss: 你可以用 set 命令 [13:03] <hoxily> set a b c 4 5 6 [13:03] <jusss> 我还是用字符串切片判断下%前2位是否为空吧 [13:03] <hoxily> 然后 $1 就是 a,$2 为 b,$3 为 c,…… [13:04] <hoxily> set `acpi`; echo $4 输出的已经是 90%, 了 [13:04] <hoxily> 你把 百分号与逗号去掉就是数值了呀 [13:06] <newborn> tiny还有软件仓库,跑上了nginx哈哈哈 [13:06] <jusss> hoxily: 你是队的 [13:06] <jusss> 对 [13:09] <jusss> hoxily: bash的切片貌似不支持位置 [13:09] <hoxily> 没用过切片 [13:12] <newborn> 讨论的切片和cut命令是一回事? [13:19] <jusss> hoxily: grep能返回一个字符在的位置吗? [13:23] <hoxily> jusss: 不知道 [13:34] <jusss> hoxily: http://paste.ubuntu.com/10800374/ 出来了 [13:36] <gfxmode_> jusss: 弄成crontab是不是更好一点 [13:37] <jusss> gfxmode_: 嗯 [13:38] <jusss> gfxmode_: 给我个电量低的提示音吧 [13:40] <gfxmode_> jusss: 网上找吧,我没有 [13:41] <jusss> gfxmode_: 你给我现录个呗,我还真想听听你的声音 [13:41] <PinoCao> jusss: 系统本身不带?? [13:42] <jusss> PinoCao: arch不带系统提示音吧 [13:42] <PinoCao> jusss: 做个crontab不好么?? [13:42] <PinoCao> jusss: 哦。。我看了脚本了。。 [13:42] <PinoCao> 你有邮箱吗?? [13:42] <PinoCao> 我给你找一个。。 [13:42] <jusss> PinoCao: 有 [13:43] <jusss> PinoCao: jusss at qq dot coM [13:45] <PinoCao> jusss: 收吧。。 [13:46] <PinoCao> jusss: 全日文的。。我擦。。我再给你找一个 [13:47] <jusss> PinoCao: ...来个英文的好不 [13:47] <jusss> 中文也行 [13:47] <PinoCao> jusss: 哈哈。。听了有点硬是么?我没听。。见有下载就给你下了一个。。 [13:51] <^k^> 新 初学者园地 - 14.10 • 为啥不能中文输入 http://forum.ubuntu.org.cn/viewtopic.php?t=469448 为啥不能中文输入ne? zz: geoyang — 2015-04-11 21:50 [13:53] <jusss> 我擦,脚本有问题, [13:53] <jusss> 写错了 [13:54] <PinoCao> jusss: 收吧。。 [13:54] <PinoCao> jusss: 我把我系统的windows提示音全给你了。。 [13:55] <PinoCao> jusss: 32了 [13:55] <jusss> PinoCao: 谢谢 [13:56] <hoxily> PinoCao: 啥声音?给我一份瞧瞧 [13:57] <hoxily> PinoCao: hoxily@qq.com [13:57] <jusss> hoxily: 我的代码出错了 [13:57] <jusss> hoxily: 帮我改改 [13:59] <hoxily> 哪里出错了? [13:59] <PinoCao> hoxily: windows提示音。。 [14:00] <QiongMangHuo> XiBaiRen: 这nick什么意思? [14:02] <jusss> hoxily: [ -n "d" ]和 [ -n ""]都一样啥都不返回擦 [14:02] <jusss> 这不对呀 [14:02] <hoxily> jusss: 一个是true,一个是false呀 [14:03] <jusss> hoxily: 没看到true false [14:03] <hoxily> jusss: bash里0为true [14:03] <hoxily> jusss: 其他的都是false [14:03] <jusss> hoxily: 关键是啥也没有呀 [14:04] <jusss> 没返回任何一个字符! [14:04] <hoxily> 本来就是啥也没有 [14:04] <hoxily> jusss: 它修改了 $? [14:04] <hoxily> jusss: 也就是 这个命令的exitcode [14:04] <jusss> hoxily: 你执行我的脚本就知道写错了 [14:04] <hoxily> int main(void){ return 1; } 这里的 1 [14:05] <jusss> hoxily: 一执行直接mplayer了,可是我的电量在60以上 [14:06] <QiongMangHuo> jusss: 要看$? [14:06] <hoxily> 说明你条件写错了 [14:07] <jusss> QiongMangHuo: http://paste.ubuntu.com/10800374/ 看我那写错了 [14:08] <jusss> hoxily: 我知道,我不知道怎么写该 [14:08] <jusss> 擦 [14:08] <jusss> 这就是我为啥不喜欢自己写东西,总是烦这种基础错误, [14:08] <QiongMangHuo> jusss: 你这个不会报错么? [14:09] <jusss> QiongMangHuo: 不报错,直接mplayer了 [14:09] <hoxily> jusss: [ -n ] 是返回 true 的 [14:09] <hoxily> 如果你的 $(acpi|grep "Discharing") 结果为空的话 [14:10] <jusss> hoxily: 为空就else呀 [14:11] <PinoCao> jusss: 不太懂你这个思路 [14:11] <PinoCao> jusss: 为啥不读一下电池剩余百分比呢?? [14:11] <hoxily> jusss: 注意 [ -n "a b c" ] 与 [ -n a b c ] 的区别 [14:12] <jusss> 两个判断,第一个判断,如果为Discharing就进入第二个判断,如果是个位数%就mplayer [14:12] <QiongMangHuo> hoxily: 你得到了它 [14:12] <QiongMangHuo> hoxily: 赞 [14:12] <PinoCao> jusss: 你这个$(acpi是环境变量??还是结果集?? [14:12] <jusss> PinoCao: 字串 [14:12] <QiongMangHuo> jusss: [ -n $(acpi|grep "Discharing") ] 改成 [ -n "$(acpi|grep Discharing)" ] [14:13] <QiongMangHuo> jusss: 下面那个一样, 里头注意单引号 [14:16] <jusss> QiongMangHuo: 貌似可以了 [14:18] <jusss> hoxily: 但是就算discharing算真,还有grep -o 那一道呢 [14:18] <jusss> 想不明白为啥2次真 [14:20] <QiongMangHuo> jusss: "22:11 < hoxily> jusss: 注意 [ -n "a b c" ] 与 [ -n a b c ] 的区别" [14:20] <QiongMangHuo> jusss: 另外你真的应该去直接读电量 [14:21] <jusss> QiongMangHuo: 如果是空会怎样? grep不出字串 就是 [ -n 空 ]也为真? [14:21] <QiongMangHuo> jusss: 报错 缺参数 [14:21] <QiongMangHuo> jusss: 所以你应该"" [14:21] <QiongMangHuo> jusss: 防止多参数也该"" [14:21] <hoxily> 22:08:38 hoxily | jusss: [ -n ] 是返回 true 的 [14:21] <jusss> QiongMangHuo: soga, bash这道道真多 [14:22] <hoxily> 连个错误都没有 [14:22] <QiongMangHuo> jusss: 以前有人用x"$foo" = x 这样来判断 [14:22] <QiongMangHuo> hoxily: 是么... [14:22] <jusss> QiongMangHuo: 老司机!!! [14:23] * jusss 再次证明了bash是门奇葩的语言 [14:23] * QiongMangHuo 健腹轮做的胳膊和肚子肌肉都疼 [14:23] <PinoCao> jusss: http://wd.jb51.net:81/201209/books/LinuxShelljt_jb51.rar [14:23] <^k^> ⇪ ti: 长度=81.43 MiB ; type=application/octet-stream [14:23] <PinoCao> jusss: 我也没看完。。 [14:23] <PinoCao> jusss: 你试试。。。 [14:23] <PinoCao> jusss: 讲shell编程的。。 [14:24] <PinoCao> jusss: http://dl.wenku.baidu.com/wenku0/%2F8cdef7dddb07d5dfcd611f9a3d550388?sign=MBOT:y1jXjmMD4FchJHFHIGN4z:Nw%2F9sPCsiB3e9ftCTBaBiLMr%2F8Q%3D&time=1428739466&response-content-disposition=attachment;%20filename=%22SELinux%D6%D0%CE%C4%BD%CC%B3%CC.pdf%22&response-content-type=application%2foctet-stream [14:25] <PinoCao> jusss: 这个是讲SeLinux的。。 [14:25] <jusss> hoxily: 第二个判断,改成这样? if [ -n "$(acpi|grep -o ',..%')" ] [14:26] <jusss> 我不知道这个括号能不能叠加? "xxx"xxx"xxx" [14:29] <jusss> 括号里面再有括号怎么办? [14:29] <jusss> 擦 [14:32] <kandu> jusss: 不如用 https://github.com/BYVoid/Batsh 生成的糊弄下算了 [14:32] <^k^> ⇪ ti: BYVoid/Batsh · GitHub [14:33] <hoxily> jusss: 改用 python ba [14:33] * QiongMangHuo 我的脚本都是bash [14:34] * QiongMangHuo 因为只会写bash... [14:36] <jusss> QiongMangHuo: python大法好,退bash保平安 [14:38] <jusss> QiongMangHuo: kandu hoxily if [ -n "$(acpi|grep -o ',..%')" ]像这种如果grep也只接受双引号咋办? [14:38] <jusss> if [ -n "$(acpi|grep -o ",..%")" ] [14:38] <QiongMangHuo> jusss: 转义, eval .... 坑很多 [14:39] <QiongMangHuo> 其实大多数程序bug都是这些玩儿 [14:39] <jusss> QiongMangHuo: 老外都说eval is evil! [14:40] <jusss> QiongMangHuo: 我还是用eval算了,万一grep认为单引号不识别.通配符就傻了 [14:40] <jusss> 单引号不敢用 [14:46] <jusss> QiongMangHuo: if [ -n "$(eval {acpi|grep -o \",..%\"})" ] 这样? [14:46] <QiongMangHuo> jusss: 试试不就知道了 [14:47] <jusss> 不行 [14:47] <jusss> {acpi not fount [14:47] <kandu> QiongMangHuo: 蛋儿哥哥晚上好 [14:47] <jusss> QiongMangHuo: 代码合一块不能用{ }? [14:48] <jusss> bash这尼玛坑跌的符号 [14:48] <jusss> 擦擦擦 [14:49] <jusss> kandu: 帅哥,快帮帮我 [14:49] <kandu> jusss: 我宁愿写汇编也不碰 bash [14:49] <jusss> kandu: 对头! bash就是一大坑呀 [14:51] <jusss> 刘翔老婆挺漂亮呀 [15:18] <yunfan> kandu: 瞎扯呢 [15:21] <hehemark> jusss: 呵呵 [15:22] <jusss> 多设几个变量可以避免多重双引号嵌套 [15:54] <game16> 晚安 [15:56] <perr> 咩 [18:37] <game16> #archlinux-cn [18:37] <game16> /join #archlinux-cn [18:37] <game16> Damn [21:49] <jackness> ls [21:50] <jackness> 大家早上好啊! [22:07] <jackness> roylez:早啊 [23:20] <jackness> 有个问题问大家啊 [23:21] <jackness> shell编程 运行权限不够该用哪个命令啊 [23:21] <jackness> 是不是chmod啊? [23:29] <hoxily> 基佬们早 [23:30] <hoxily> jackness: chmod u+x file [23:31] <jackness> 谢谢 [23:31] <jackness> 如何发红色字体啊 [23:31] <jackness> 是不是/msg [23:32] <jackness> 我用的是chmod +x file [23:32] <jackness> 成功运行了 [23:32] <jackness> 这个命令和你的有什么区别吗? [23:37] <jackness> 网站速度好慢啊 [23:37] <jackness> 发帖会延迟 [23:39] <hoxily> b'\x038Colorful' [23:39] <hoxilybot1> Colorful [23:40] <hoxily> b'\x034Red Color.' [23:40] <hoxilybot1> Red Color. [23:40] <hoxily> jackness: [23:41] <jackness> 这么复杂吗? [23:42] <jackness> Red Color命令? [23:44] <jackness> irc的命令太多了 [23:44] <jackness> 我记不住 [23:45] <hoxily> 这是个bot [23:45] <jackness> bot? [23:45] <hoxily> 会把命令解析并原样输出 [23:45] <jackness> 什么意思 [23:46] <hoxily> irc里的颜色就是嵌入了 '\x03' + colorcode + normaltext [23:46] <jackness> 额。。。。不懂啊 [23:47] <jackness> irc好多东西要学习啊 [23:47] <hoxily> http://www.mirc.com/colors.html 这里有张颜色表 [23:47] <^k^> hoxily: ⇪ mIRC: Colors [23:47] <jackness> 恩 谢谢 [23:49] <jackness> 在对话框中输入什么出来彩色字体呢 是/Red 然后加昵称 然后加要说的话吗? [23:50] <hoxily> "\u0002This is bold.\u001FThis is underlined.\u0016This is reversed.".encode() [23:50] <hoxilybot1> This is bold.This is underlined.This is reversed. [23:51] <hoxily> http://archive.oreilly.com/pub/h/1953 [23:51] <^k^> hoxily: ⇪ Format Texthacks.oreilly.com -- O'Reilly Hacks Series [23:51] <jackness> 哇 [23:51] <jackness> 好帅啊 [23:52] <jackness> irc真强大 [23:52] <jackness> 就是文档看起来累点 [23:52] <jackness> 都是英文 [23:53] <jackness> b'\x038Colorful' [23:53] <hoxilybot1> Colorful [23:53] <jackness> 机器人吗? [23:53] <jackness> hoxilybot1是机器人吧 [23:53] <hoxily> python eval 机器人 [23:54] <jackness> 管理员 [23:54] <jackness> 管理员今天不在啊 [23:54] <jackness> 我一肚子问题想问 [23:56] <jackness> \u0002This is bold [23:56] <jackness> “\u0002This is bold”
ubuntu-chat
2024-05-13T22:11:02.512510
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Guest69386", "JoeDong", "Niac", "October21", "PinoCao", "QiongMangHuo", "^k^", "chenshaoju_", "cherrot", "game16", "gebjgd", "gfxmode_", "happyaron", "hehemark", "hoxily", "hoxilybot1", "hzform", "iotouch", "iwesley_zhou", "jackness", "jiero", "jusss", "jusss`", "jussss", "kandu", "kevinying", "lysao", "newborn", "onlylove", "perr", "root", "root____3", "sennn", "tedlz123", "yunfan" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-cn.txt", "channel": "#ubuntu-cn" }
2015-04-11-#ubuntu-app-devel
[08:57] <mrqtros> Hi all [08:58] <mrqtros> Did someone use DownloadManager? I can't understand why there is no any system-wide indication of download progress (I've seen it before, on older OS versions) [09:01] <popey> there is [09:01] <popey> there's a transfer indicator [09:02] <popey> not sure everything shows there - take a look at podbird, i think that uses download manager [09:13] <mrqtros> hello, popey) [09:13] <popey> hey [09:14] <mrqtros> Sadly I can't see it [09:14] <mrqtros> mb smth wrong in my app, I'll try clean example from scratch [09:14] <popey> mrqtros: the transfer indicator only appears when a download is happening [09:14] <mrqtros> popey ep, I even receive progress indication signals, from 0 to 100 [09:15] <popey> podbird does use download manager it seems [09:15] <mrqtros> yep* [09:15] <popey> ok [09:15] <popey> (I don't know much about this, sorry) [09:15] <mrqtros> But no any visualization from OS [09:16] <mrqtros> Downloading podbird... ) [09:19] <mrqtros> popey do use progress of download only in app or in system notifications too? [09:19] <mrqtros> In podbird) [09:29] <mrqtros> popey sorry I mean "do you see (!) progress only in app or in system "tray" too?" [09:29] <mrqtros> popey of course you don't use it :) [09:36] <popey> mrqtros: i dont see it, not sure what makes stuff appear in the indicator [09:36] <mrqtros> popey strange) Mb you know then where I can find newly downloaded file? [12:47] <newsages> hiii hola [12:48] <newsages> question : i can use U1DB from my C++ plugin? how to? [13:44] <foo-script> Hi pals :) [14:00] <efes> hello :) [14:01] <efes> Guys, I get segfault from emulator, literally adbd, when I try to run any of the emulators. Default installation, everything taken from the repo, no alterations in Ubuntu SDK. [14:01] <efes> Log: http://pastebin.ubuntu.com/10800524/ [14:01] <bzoltan> efes: what release you are on and what channel the emulator was created? Did you try other channels? [14:03] <bzoltan> efes: without knowing much about your issue I wold remove the emulator and create a new one from the devel-proposed [14:03] <efes> bzoltan: Do not understand your question. Emulator fails for i386 devel and i386 stable [14:03] <efes> But I'm not sure if this was your question [14:04] <bzoltan> efes: are you on 14.04, 14.10 or on 15.04? [14:04] <bzoltan> efes: try the devel-proposed [14:04] <efes> bzoltan: vivid [14:04] <efes> okay [14:04] <bzoltan> efes: make sure that the emulator is properly set up .. enough disk space, enough memory. generic stuff [14:05] <bzoltan> efes: the emulator should start, no question about that :) [14:05] <efes> It is. As it would be my first run, I am keeping all my environment vanilla ;P [14:07] <efes> bzoltan: This should be done with ubuntu-emulator create, not the GUI app. Am i right? [14:10] <efes> btw: does anyone know if there is equivalent for .nomedia file on Ubuntu, so that some directories are not scanned agains media data? [16:58] <wardster> just trying to depoloy app to ubuntu touch, it runs fine but when deploying i get bad port phablet@127.0.0.110000 [16:58] <wardster> i can see another 1 is in the line it should be phablet@127.0.0.10000 [16:58] <wardster> were do i change the port to deploy to [17:28] <Lenny> hey guys [17:29] <Lenny> i`m very new with programming in general but i need some info [17:29] <Lenny> is it possible to make games fot ubuntu /desktop and oublish them in the nsoftware center? [17:37] <Lenny> anyone here?;) [20:52] <efes> Guys, why there are two options for Ubuntu phone projects? One is cmake and second is qmake. Isn't there any suggested tool? [22:24] <nik90> efes: What do you mean by suggested tool? They are just providing different project types giving developers the freedom to choose what they are comfortable with [23:10] <efes> nik90: Fair enough :) [23:11] <efes> BTW: does anyone know if there is something equvalent to .nomedia file on Android, so that media scanner ignores that given directory ?
ubuntu-chat
2024-05-13T22:11:02.522412
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Lenny", "bzoltan", "efes", "foo-script", "mrqtros", "newsages", "nik90", "popey", "wardster" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-app-devel.txt", "channel": "#ubuntu-app-devel" }
2015-04-11-#ubuntu-devel
[10:33] <Unit193> james_w: Can I poke you about https://bugs.launchpad.net/bzr-fastimport/+bug/1014291? It's still valid and the patch still fixes the issue. [10:58] <Unit193> lp 430347, lp 268933 being somewhat related. [12:20] <dontdieych> Hello, I have question about patching ubuntu asterisk package with additional patch. Plz drop me any clue about this. https://gist.github.com/dontdieych/e15561c835d30b858ab8 [14:04] <lucas> what was the name of the ubuntu webapp used to collect improvement requests from users? [14:05] <lucas> in approx 2008-2012 [14:15] <melodie> hi [14:17] <melodie> I would like to ask if, considering the actual state of methods in Ubuntu Trusty, it would be possible to get the new user's default configuration to be copied *from a /usr/share/that_remix* to his home directory : in an Openbox only remix ? [14:17] <melodie> I have looked into the adduser.conf file and found there is only /etc/skel mentioned [14:18] <melodie> I know all the official Ubuntu versions have their configs in the /usr/share directory. I just have no idea what configuration file makes them copied to the new user's directory, so if someone could point me in the right direction? [14:19] <hjd> lucas: Sounds like you're thinking about Brainstorm (http://askubuntu.com/questions/321289/ubuntu-brainstorm-site-down-dead) [14:27] <rbasak> melodie: in general we don't do it that way. Instead stuff is arranged to default to the right thing in the absence of something relevant in the user's home directory. [14:28] <rbasak> So I don't think there's any existing mechanism that you can be pointed to, except maybe that packages could drop things into /etc/skel in theory. [14:36] <melodie> rbasak so far no one could tell me how stuff is arranged to default to "the right thing" :D [14:36] <melodie> I have had a look at the files in Lubuntu, and it seems very very complex [14:37] <melodie> with files in /etc/xdg/lubuntu which are desktop files (I think I remember, not even sure now what type) and files into /usr/share/lubuntu [14:37] <melodie> but what makes it go there, no idea [14:38] <melodie> and also there is this user file always recreated in the user .config/openbox/ directory: lubuntu-rc.xml pointing to the files in /usr/share/lubuntu/rc.xml : impossible to get rid of it when trying to make a pure openbox session and tweak it. [14:38] <melodie> I guess I will just have to make a test iso to see how things are going [15:23] <lucas> hjd: ah thanks!
ubuntu-chat
2024-05-13T22:11:02.527316
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Unit193", "dontdieych", "hjd", "lucas", "melodie", "rbasak" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-devel.txt", "channel": "#ubuntu-devel" }
2015-04-11-#ubuntu-installer
[21:04] <wowyy> Install issue with dell wireless 1390 wireless driver. never works ubuntu 14?? Dual boot with windows and xp is it an issue for the disk partitioning? Pls help? [21:05] <wowyy> It is boradcom 43xx and I have done it several times but never get it working. [21:05] <wowyy> install drivers.
ubuntu-chat
2024-05-13T22:11:02.528423
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "wowyy" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-installer.txt", "channel": "#ubuntu-installer" }
2015-04-11-#ubuntu-ops
 and I read the intro message in ubuntu 14 yet it gave me green blocks and crashed to death [00:16] <Unit193> Isn't that the guy that spammed the channel with some weird dating issues, holstein? [00:17] <bazhang> he's a super long time troller [03:56] <valorie> poor troll being ignored [04:06] <holstein> Unit193: i thought i recognized the nick, but i dont remember from where [07:22] <ikonia> St3ve-Dal3: what's up ? [07:22] * St3ve-Dal3 thinks he knows why the operators set me up [07:22] <St3ve-Dal3> Was it for changing nicks? [07:22] <ikonia> are you banned again ? [07:23] <ikonia> and "set you up" ? [07:23] <St3ve-Dal3> For some reason it automatically forwards me to this channel [07:23] <St3ve-Dal3> When I join #ubuntu-offtopic [07:23] <ikonia> hang on [07:23] <ikonia> yes it does [07:23] <ikonia> you're banned from #ubuntu-offtopic [07:23] <ikonia> it would appear you changed your mind from when you said "I'll pick a nickname and stick with it" [07:24] <ikonia> and have continued to keep changing your nickname despite being asked not to [07:24] <St3ve-Dal3> I use the nick Steven_Dale in #ubuntu-offtopic, I admit I did accidentally join with a different nick earlier today, but I left soon after [07:24] <ikonia> St3ve-Dal3: time to be honest [07:24] <St3ve-Dal3> I'm telling the truth. [07:25] <ikonia> you're becoming a problem that people just can't be bothered with [07:25] <ikonia> I don't know how old you are or your background, but you seem to be very young and not really very mature [07:25] <St3ve-Dal3> I'm 15. [07:25] <ikonia> it's getting a bit tedious people constantly commenting on your silly behaviour and games in #ubuntu-offtopic [07:25] <St3ve-Dal3> What behaviour? [07:26] <ikonia> these silly games [07:26] <ikonia> trying to get around ignores, bad topics, nick changing every 5 minutes [07:26] <ikonia> all the time you come back to #ubuntu-ops Sorry sorry won't do it again [07:26] <ikonia> then you do [07:26] <St3ve-Dal3> ? [07:26] <ikonia> it's like babysitting a child [07:26] <St3ve-Dal3> I don't request CTCP versions. [07:26] <ikonia> it's supposed to be a social channel [07:26] <St3ve-Dal3> Would you like me to? [07:27] <ikonia> no-one said you did request ctcp version [07:27] <ikonia> see - this is the silly behaviour I'm talking about [07:27] <ikonia> just taking a conversation and making a pointless comment then suggestiing you'll ctcp version the channel - which is just stupid [07:27] <ikonia> I think I'd like you to find somewhere else for your social channel needs [07:28] <ikonia> I'd at least like you to find somewhere else for say 6 months and see if you fit in better there [07:28] <ikonia> as the constant babysitting is getting tedious [07:28] <St3ve-Dal3> Oh, sorry, I thought you were referring to CTCP requests as an example, because you just requested one from me [07:28] <ikonia> no, I wasn't [07:28] <ikonia> or I'd have said "ctcp requests are a problem" [07:28] <St3ve-Dal3> Okay [07:29] <ikonia> and dont mess me around [07:29] <St3ve-Dal3> ? [07:29] <ikonia> you knew I didn't mean that, and even if I did - what kind of stuipd troll response is "I can ctcp the whole channel if you like" [07:29] <ikonia> I think this pretty much sums you up for me, so I think you need to find somewhere else for your social chatting [07:29] <ikonia> there are loads of other social chat channels on Freenode, I think it best you found one [07:31] <ikonia> Please don't try to use #ubuntu-offtopic for at least 6 months, and try to find another social channel [07:31] <ikonia> clear ? [07:31] <St3ve-Dal3> Firstly, like I said, before I join, I change my nick to Steven_Dale then identify [07:31] <ikonia> sorry - this isn't a discussion [07:31] <ikonia> clear ? [07:31] <ikonia> do not try to use #ubuntu-offtopic for 6 months, clear ? [07:31] <St3ve-Dal3> I want proof the ban WILL automatically expire after 6 months. [07:31] <ikonia> it won't auto expire [07:31] <St3ve-Dal3> Make it. [07:31] <ikonia> you can rejoin this channel in 6 months and we can discuss it [07:32] <ikonia> I'll make a note in the records [07:32] <St3ve-Dal3> Thank-you. [07:32] <ikonia> are you clear [07:32] <ikonia> "do not try to use #ubuntu-offtopic at all for 6 months, then rejoin #ubuntu-ops to re-discues" [07:32] <ikonia> yes/no [07:33] <St3ve-Dal3> No I'm not. The real estate agency is isn't being cooperative and I had to carry a fridge, a washing machine and a table out of my grandpa's house before they valued the block of land [07:34] <ikonia> again - this is the childish behaviour I'm talking about [07:34] <ikonia> wht has that got to do with any of this conversation [07:34] <St3ve-Dal3> You told me to find another channel? [07:34] <ikonia> so I think we'll change this from 6 months to "you are no longer welcome in #ubuntu-offtopic at all, due to your childish behaviour" [07:35] <ikonia> I think we are done here - [07:35] <St3ve-Dal3> Fine. We can discuss this in six months. You're clear. [07:35] <ikonia> @mark #ubuntu-ops St3ve-Dal3 perm ban - will commit to council - troll behaviour to clear simple questions [07:35] <ikonia> St3ve-Dal3: no - too late [07:36] <ikonia> you want to try to mess me around after I wanred you - too late [07:36] <ikonia> St3ve-Dal3: why are you back ? [07:36] <St3ve-Dal3> ikonia: I'd like you to reconsider. Next year, perhaps? [07:37] <ikonia> too late [07:37] <ikonia> no [07:37] <ikonia> you had your chance, you wanted to be "smart" with me [07:37] <ikonia> good luck finding another channel, [07:37] <ikonia> please /part the channel [07:37] <ikonia> do you really want me to ban you in here too ? [07:38] <ikonia> why are you parting and rejoining ? [07:39] <valorie> what an annoying twit [07:39] <ikonia> it's just a waste of time [07:39] <ikonia> he's annoying too many operators with these silly games [07:39] <valorie> thank you for displaying patience [07:42] <ikonia> St3ve-Dal3: what do you want now ? [07:43] <ikonia> St3ve-Dal3: I'll give you 5 minutes to respond [07:44] <ikonia> if you don't respond, I'll put the ban back for wasting time [07:44] <St3ve-Dal3> To negotiate to retrieval of the users list in #ubuntu-offtopic [07:44] <ikonia> St3ve-Dal3: there is no negotiation [07:44] <ikonia> I warned you - gave you a chance, you tried to be clever with me 2 times, so you got banned for good [07:44] <St3ve-Dal3> Okay. [07:44] <ikonia> perfect [07:44] <ikonia> so now you have had that made clear to you a second time, please /part the channel [07:46] <Unit193> "get me the users list"? [07:47] <ikonia> just wording [07:47] <ikonia> I knew what he meants [07:47] <ikonia> meant [07:47] <ikonia> St3ve-Dal3: why are you back again ? [07:47] <St3ve-Dal3> ikonia: Can I have another chance to listen? I think I'm ready... [07:47] <ikonia> no [07:48] <ikonia> it's too late [07:48] <ikonia> please /part the channel [07:48] <ikonia> as you've been told [07:48] <ikonia> this will not be discussed again [07:48] <St3ve-Dal3> ikonia: Then Can I talk to another ubuntu operator? [07:49] <ikonia> sure [07:49] <ikonia> if anyone else is free [07:52] <ikonia> for the record - I've just updated your notes to say you are on a perm ban due to your behaviour [07:52] <ikonia> so any of the other operators will be aware of how you've just behaved with me [07:57] <ikonia> St3ve-Dal3: sadly it doesn't look like anyone else is free - I'd suggest and request you /part the channel and come back another time [07:57] <St3ve-Dal3> ikonia: I'd like to wait [07:57] <ikonia> I would strongly suggest you try to find a social channel out side the ubuntu channels [07:57] <ikonia> eg: #kubuntu-offtopic will still not tollerate your behaviour [07:57] <ikonia> St3ve-Dal3: no, sorry [07:58] <St3ve-Dal3> ikonia: And If I change my behaviour? [07:58] <ikonia> too late [07:58] <ikonia> you had that chance [07:58] <ikonia> you chose to be clever with your answer [07:58] <ikonia> you chose to push thelimits when people give you a brea [07:58] <ikonia> break [07:59] <St3ve-Dal3> Can you paste the logs of me using a different nick in the past few days [07:59] <ikonia> no [07:59] <St3ve-Dal3> Where is your proof? [07:59] <ikonia> you admited it when you joined the channel [07:59] <ikonia> and the operator banned you when you did [07:59] <St3ve-Dal3> ? [08:00] <St3ve-Dal3> IIRC, I said I change my nick before I join the channel [08:00] <St3ve-Dal3> That's all i was pointing out [08:01] <St3ve-Dal3> I only use one nick in #ubuntu-offtopic, that's Steven_Dale [08:01] <ikonia> 2015-04-10T21:05:45 *** Steven_Dale (~Stev3-Dal@107.181.128.59) has joined #ubuntu-offtopic [08:01] <St3ve-Dal3> That's me. [08:02] <ikonia> 2015-04-10T21:06:08 *** Stev3_Dal3 (~Stev3-Dal@107.181.128.59) has joined #ubuntu-offtopic [08:02] <ikonia> St3ve-Dal3: lets call this a day now [08:02] <St3ve-Dal3> Yes, I'm pretty sure I left after I joined with that nick, and then left and changed my nick to Steven_Dale [08:04] <St3ve_Dal3> What'd you say? I timed out [08:04] <ikonia> no idea [08:04] <ikonia> why are you joining more clones now ? [08:04] <St3ve_Dal3> !logs [08:05] <ikonia> to be honest [08:05] <ikonia> I don't personally care about your nick changes [08:05] <ikonia> I do care about your attitude and how you interact with people in the channel [08:05] <ikonia> and if you look at your conversation here - you are nothing but a problem [08:05] <ikonia> and it has to end [08:06] <ikonia> why do you want to be in #ubuntu-offtopic ? [08:07] <St3ve_Dal3> To access the user list, I have friends in there and can't remember their nicks off by heart [08:07] <ikonia> you don't need to be in there [08:07] <ikonia> /who #ubuntu-offtopic [08:07] <ikonia> that will show you who is in there [08:08] <ikonia> who are your friends in there and you can write the users down so you don't forget them [08:08] <St3ve_Dal3> #ubuntu-offtopic unknown pdpc/supporter/bronze/kermit kornbluth.freenode.net kermit G :0 SWM32 minneapolis [08:09] <ikonia> ok - so you know his nickname then [08:09] <ikonia> you don't need to be in #ubuntu-offtopic [08:09] <ikonia> you can messge him directly [08:09] <St3ve_Dal3> What? That's the error message when I /who the channel [08:09] <ikonia> oh, I see you have an error [08:10] <St3ve_Dal3> Obviously cause I'm banned [08:10] <ikonia> no [08:10] <ikonia> that should not impact anything other than you joining the channel [08:11] <St3ve_Dal3> You could just have me muted instead of banned? [08:11] <ikonia> ahh , I see it's only showing people who do not have +I set [08:11] <ikonia> howdy gry [08:12] <gry> Floppy_Ho is noisy and announces ignore after i gently pmed him and attempted to explain what 'semi-random' means [08:12] <gry> that is all [08:12] <ikonia> gry: no problem, give me a few [08:12] <ikonia> and I'll sort it out [08:12] <gry> ta; enjoy [08:12] <St3ve_Dal3> I've seen Floppy_Ho cause trouble before [08:13] <ikonia> St3ve_Dal3: not your concern [08:13] <St3ve_Dal3> Anyway, I understand your word is final and wish you luck. [08:13] <ikonia> thanks [08:27] <ikonia> hello inetpro [08:27] <inetpro> ikonia: hi [08:27] <ikonia> how can we help you today ? [08:28] * inetpro just lurking :-) [08:28] <ikonia> it's not really a lurk channel [08:28] <ikonia> we only really allow people in the channel if they need something from the team [08:28] <ikonia> sorry [08:28] <inetpro> hmm... ok [08:29] <ikonia> sorry [08:29] * inetpro needs to know the options when we have abusive members [08:29] <ikonia> inetpro: jump in here and report them [08:29] <ikonia> nothing else [08:29] <inetpro> cool, thanks [08:29] <ikonia> if it's an emergecny hit the !ops trigger [08:29] <Unit193> Or call ! ops [08:29] <ikonia> dead easy [08:29] <inetpro> ok, bye [20:33] <Unit193> merdam in #ubuntu.
ubuntu-chat
2024-05-13T22:11:02.533125
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "St3ve-Dal3", "St3ve_Dal3", "Unit193", "bazhang", "gry", "holstein", "ikonia", "inetpro", "valorie" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-ops.txt", "channel": "#ubuntu-ops" }
2015-04-11-#bzr
[02:55] <kramer3d> hi [02:55] <kramer3d> im trying to get the source from a project [02:56] <kramer3d> and i keep getting this error You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". [04:45] <fullermd> kramer3d: That's usually not an error, just informative. [04:45] <kramer3d> ok [04:45] <kramer3d> ya i noticed it actually downloaded lol
ubuntu-chat
2024-05-13T22:11:02.536543
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "fullermd", "kramer3d" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23bzr.txt", "channel": "#bzr" }
2015-04-11-#ubuntu-mythtv
[15:56] <EvilGuru> I am trying to update xmltv on mythbuntu 12.04 using the ppa. However, apt does not seem to want to update. apt-cache madison shows: http://pastebin.ubuntu.com/10801378/ [15:57] <EvilGuru> It can clearly see a 0.5.65 for 12.04, but is not offering it [16:00] <EvilGuru> The policy for xmltv shows: http://pastebin.ubuntu.com/10801414/ [21:56] <StrvnMrvn> by any chance...is a maintainer hanging out? [22:55] <tgm4883> EvilGuru: odd, that looks like it should upgrade to me [22:56] <tgm4883> EvilGuru: 32-bit? [22:58] <EvilGuru> tgm4883: 64-bit [22:59] <EvilGuru> Could it be that no amd64 package has been built (so I'm only getting source offered)? [22:59] <tgm4883> EvilGuru: builds failing, that is why [23:13] <tgm4883> EvilGuru: kicking off a build now, we'll see what happens
ubuntu-chat
2024-05-13T22:11:02.539706
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "EvilGuru", "StrvnMrvn", "tgm4883" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-mythtv.txt", "channel": "#ubuntu-mythtv" }
2015-04-11-#ubuntu-no
[12:23] <Aeyoun> Husk årets Day Against DRM. :-) Perfekt anledning til å oppdatere bloggen med en frustrasjonspost over innhold som er lukket og låst vekk fra Linux. http://www.defectivebydesign.org/day_against_drm_2015_announcement [12:23] <Aeyoun> 6. mai. [12:24] <Malinux> :) [12:26] <Aeyoun> Eller poste på Facebook og Twitter og slikt, om du er låst inn på en sosial mediaplattform om ikke en digital underholdningsplattform. ;-P [13:12] <Mathias> Malinux: du får ha DRM på posten om DRM, hihi [13:17] <RoyK> Mathias: rot13? [13:17] <RoyK> alt jeg skriver krypteres med rot13 - to ganger - for sikkerhetsskyld [13:17] <Malinux> Mathias: hæ? :) [13:18] <Malinux> RoyK: jeg bare kjører programmet i revers og vips, så har man dekryptert :p
ubuntu-chat
2024-05-13T22:11:02.543350
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Aeyoun", "Malinux", "Mathias", "RoyK" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-no.txt", "channel": "#ubuntu-no" }
2015-04-11-#launchpad
[00:35] <KaZeR> hey wgrant [00:36] <wgrant> KaZeR: Hi [00:37] <KaZeR> i just got your answer about my translation upload issue. thanks for looking into this [00:37] <KaZeR> i double-checked with an up to date cookie : 2015-04-10 17:37:07,569 ERROR Template upload failed (error 500, URL https://translations.launchpad.net/navit/trunk/+pots/navit/+upload) [00:38] <KaZeR> ( my call is ./translations-lp-upload -p navit -e trunk -t navit /home/navit/github/bin/po/navit.pot -k cookies.sqlite ) [00:39] <wgrant> What's the body of the 500 response? [00:39] <wgrant> I've not seen this translations-lp-upload tool before. [00:39] <KaZeR> that's all i get from translations-lp-upload. i can dig a bit [00:39] <KaZeR> this script comes from : https://launchpad.net/ubuntu-l10n-tools [00:40] <KaZeR> if you know of another one, i'm interested :) [00:40] <wgrant> I don't know of another one. [00:40] <KaZeR> ok [00:41] <KaZeR> i managed to workaround the problem for now by using curl and sending the cookie info in the headers for now [07:35] <dreamcat4> hello. would it be OK to cross-build an android image on launchpad.net build farm ? it is for a target hardware similar to the rpi2 [07:37] <dreamcat4> not and app, an android image [07:40] <dreamcat4> or to put it another way, what are the resource limits for SourceBuilds ? [08:00] <wgrant> dreamcat4: What exactly are you trying to do? [08:00] <wgrant> (and why do you want to do it on LP?) [08:21] <grepper> if I have a package that works as is for several Ubuntu releases, can do a depends like: foo | bar, foo | libbar ... where foo is in both releases, but bar and libbar are only in vivid ? [08:25] <dreamcat4> wgrant: nevermind. i guess i should use a more appropriate service, such as google compute engine [08:26] <grepper> its actually mplayer | mpv, mplayer | libmpv1 . There is also a ffmpeg | avconv Depends: but that is okay as they can be installed side by side in Vivid [08:30] <wgrant> grepper: It's fine as long as at least one can be satisfied everywhere. [08:31] <grepper> wgrant: awesome, thanks. I did notice that dpkg didn't complain on trusty, but still wasn't sure if it was strictly kosher
ubuntu-chat
2024-05-13T22:11:02.548846
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "KaZeR", "dreamcat4", "grepper", "wgrant" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23launchpad.txt", "channel": "#launchpad" }
2015-04-11-#kubuntu
[00:38] <ahoneybun> since we use systemd would this command work now? systemctl start smb.service [00:39] <Unit193> Yes. [00:41] <ahoneybun> cool thanks Unit193 [00:42] <Unit193> Sure. There's several others that are quite handy now too. [01:00] <kortum> where do i go for ubuntu help? [01:01] <Erthe> #ubuntu ? [01:02] <Unit193> /join #ubuntu [01:27] <wldcordeiro> Has anyone installed Android Studio through Ubuntu make on Kubuntu? The launcher icon seems to be missing and I don't know where the launcher files are to edit it [03:18] <TBotNik> All: Repeating: getting weird errors from mysql so documented at: http://pastebin.com/hgGpAbmK can anyone help? [03:21] <TBotNik> All: Back to my problem: Getting weird errors from mysql. Started with no change to code, so documented at: http://pastebin.com/hgGpAbmK can anyone help? [03:22] <valorie> TBotNik: this doesn't seem to be a kubuntu error -- maybe ask in a mysql or php chan? [03:22] <valorie> please don't repeat yourself [03:22] <valorie> if you don't know such chans, try alis [03:22] <valorie> !alis [03:22] <TBotNik> No response from mysql so asking around! [03:22] <valorie> ok [03:23] <valorie> depending on where people live, chans can be pretty dead at times [03:23] <valorie> this is late-night on a Friday night in Europe, so pretty much just us nightowls or Americans around right now [03:23] * valorie goes off to watch TV for a bit [03:37] <TBotNik> All: Repeating: getting weird errors from mysql so documented at: http://pastebin.com/hgGpAbmK can anyone help? Know this is not Kubuntu issue, but if you know the answer please join me on #mysql and expound! Thanks! [04:02] <pingu_> yo [06:17] <Finetundra> hello everyone, I'm having random FPS jumps and drops. Any ideas? [06:25] <Finetundra> only seems to affect fullscreen applications [08:53] <lordievader> Good morning. [09:29] <krise> which file format should i format my usb stick to make startup disk [09:31] <lordievader> krise: fat32 or extN where N is preferably 2. [09:32] <krise> thanks [09:39] <denza252> why ext2 [09:39] <denza252> why not 4 [09:39] <denza252> or ReiserFS [09:40] <xennex81> i personally often try to stay away from ext4 [09:40] <MoonUnit`> journalling filesystem might be overkill for a startup disk [09:40] <xennex81> it seems like an improvement the way SSDs are improvements [09:40] <xennex81> i just stick to ext3 mostly [09:41] <xennex81> hi mparillo [09:41] <MoonUnit`> if i reinstall debating switching to xfs [09:42] <xennex81> never looked at that, it's the default for some things? [09:43] <MoonUnit`> fedora server 22 is making it the default [09:43] <xennex81> i saw something of the kind in some tool, I thought it was cryptsetup, maybe it was ... [09:44] <MoonUnit`> seems to be pretty speedy http://www.phoronix.com/scan.php?page=article&item=linux-40-hdd&num=1 [09:44] <xennex81> oh, it was the container-creating tool of libpam-mount [09:44] <xennex81> Filesystem to use for the encrypted filesystem. Defaults to xfs. [09:45] <xennex81> linux has a habit of using many many small files [09:45] <xennex81> i feel it is often like offloading some application-level technique onto the filesystem, out of laziness :p [09:46] <xennex81> seriously, people are offloading something that should be done by the application (inside some container format) onto the filesystem [09:48] <xennex81> in the sense that the filesystem often has all these tools available already [09:49] <xennex81> you could even create e.g. linked trees using just files and branches in the filesystem (directories, etc..) [09:49] <xennex81> :) :p [09:56] <mparillo> hi xennex81. Good early morning (EDT) to all. [09:57] <xennex81> still morning here too :P [09:57] <xennex81> CET [09:57] <lordievader> denza252: Because it was about a usb stick. [09:59] <denza252> ext2 still has a bit of overhead does it not [09:59] <denza252> why not just fat [10:02] <lordievader> Hence the fat32 or ext2. [10:09] <xennex81> but fat32 has this 4gb limit and that is pretty much a no-go for me. [10:09] <xennex81> just saying. But sdcards are often formatted with lowlevel mechanics supporting it, in fat32 [10:59] <BluesKaj> Howdy all [12:06] <MoonUnit`> vivid release date getting close and still can't log out, reboot or shutdown properly. [12:08] <BluesKaj> MoonUnit`, yes i had that problem until the last kernel upgrade [12:10] <BluesKaj> which was this morning EDT or -5 GMT [12:13] <MoonUnit`> from the systemd bug report sounded like we are waiting for a dbus update to fix it. [12:13] <MoonUnit`> https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1427672 [12:16] <lordievader> Hehe, such bugs are allways fun. [12:16] <BluesKaj> I was using sudo halt and it worked [12:18] <MoonUnit`> sudo poweroff is temperamental [12:19] <soee> i can confirm what BluesKaj said [12:19] <soee> logout works now [12:20] <lordievader> halt/poweroff doesn't use dbus. KDE does. [12:20] <soee> though we have thisannoying Starting vesion 219 text in the middle [12:21] <BluesKaj> yes, soee what is that listing of all the usb ports etc , or so it seems [12:21] <soee> BluesKaj: usb ports ? [12:21] <BluesKaj> well , that's what it looks like [12:23] <lordievader> "Starting version 219" is systemd. [12:23] <soee> yeh, and it is not a bug as was told in bugreport :) [12:23] <soee> is housl be hidden before final release [12:24] <lordievader> I already found it a strange "bug". It is just telling you it is starting. [12:24] <MoonUnit`> soee: this bug? https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1398025 [12:24] <BluesKaj> this machine is a bit old , and it has several usb1.1 and one 2.0 port , and the list shows right after the sysd219 [12:31] <soee> MoonUnit`: the one valorie posted [12:37] <denza252> oh right systemd is default by the next rhelees [13:41] <hegemon8> Hi All [13:41] <hegemon8> Hi BluesKaj [13:42] <lordievader> o/ [13:43] <BluesKaj> hi hegemon8 [13:44] <hegemon8> lads, any of You have a safe(ish) way to install jack on kubu 14.10 so after reboot, i'll have at least minor problems with apps requiring pulse or jack? [13:44] <lordievader> Bugh, jack. [13:44] <hegemon8> just some link that i wouldn't regret using..?:) [13:45] <hegemon8> yep, some nice audio soft there, but remember troubles after installing jack long time ago :) [13:45] <lordievader> That is precisely why I stay far away from jack. [13:46] <hegemon8> i have fresh install, and just added my details here and there, looks nice and last thing i want to do is to reinstall :) [13:46] <hegemon8> tell that to rosengarden... :) lordievader :) [13:49] <BluesKaj> hegemon8, I'm no expert on jack, my experience with it tells me it's to be avoided unless absolutely necessary because my needs are rather simple [13:50] <hegemon8> yes, You have similar stand to mine regarding jack BluesKaj :) [13:51] <BluesKaj> then we have pulse to complicte matters even more [13:51] <hegemon8> just was wondering if there is any safer way to try apps that require jack on kubu [13:51] <hegemon8> haha [13:51] <hegemon8> true :) [13:52] <hegemon8> there is some pulse with jack integration, but from my previous experience (while back) - not trying that again :D [13:54] <hegemon8> the worst part, if i find anything usefull i could use on the forums, its mostly quite outdated regarding kubuntu itself, and ubuntu ones not always match ... [13:56] <hegemon8> so i'll ask that way: Is there any quite active kubuntu forum, that Yous may use? [13:57] <BluesKaj> !forums [14:00] <BluesKaj> i just feed a spdif and hdmi signal to my audio receiver for sound and video...this pc is merely a media server, like an old time audio/video component [14:00] <hegemon8> i'm on kubuntuforums.net :) i've heard about google :) was asking any of You use one that You kinda like over the others :) [14:00] <BluesKaj> can't say that have any fav forums [14:01] <hegemon8> ah, worth asking anyway BluesKaj thx [14:03] <BluesKaj> i'm reluctant to name any forums , since advice there can be mistaken and not corrected, more than here or other irc support chats [14:04] <hegemon8> yep, thats why i asked for one :) not following any command listings blindly anymore :) [14:05] <hegemon8> lesson learned :) [14:05] <BluesKaj> yup :) [14:06] <hegemon8> and most of the ppl when they get, or research answer don't close threads [14:06] <hegemon8> and are gone from forum till next problem occures :) [15:10] <xennex81> what is an easy way to sync two directories based on a date as a separator for dermining which side a change has occurred? [15:11] <xennex81> in the sense that files newer than that date should be copied (from right to left) but files older than that date (that are deleted/missing on left) should be deleted on right [15:12] <xennex81> of course it is easy enough to do a date-base (--from) copy from right to left wich only newer files being copied (or missing files) [15:12] <BluesKaj> xennex81, probly a good question for ##linux [15:12] <xennex81> s/wich/with/ [15:13] <xennex81> I'm asking here [15:13] <xennex81> for now [15:13] <BluesKaj> well, good luck then :-) [15:14] <xennex81> you can answer if you want :P [15:14] <lordievader> xennex81: rsync [15:16] <BluesKaj> rsync is great for copying files , but that's all i use it for [15:16] <xennex81> i think it would require an hour of troubleshooting to find the options I need.... [15:26] <xennex81> i think find's -mtime or -newer are good options [17:09] <xennex81> lol I wrote a little script that will update with a one-way sync from a certain date onward [17:09] <xennex81> using just find and cp and diff [17:09] <xennex81> two hours later though [17:10] <xennex81> albeit with food in my stomach [17:10] <xennex81> :) [17:13] <lordievader> Rsync's main purpose is, as the name suggests, to sync things. [17:13] <lordievader> Quite a lovely tool. [17:22] <kbdhelp> launch keys on ms 2000 not working. how can I get them to work? [17:38] <MoonUnit`> kbdhelp: tried assigning them in shortcuts app? [17:57] <xennex81> lordievader: yeah rsync is nice but I get so tired finding out the required parameters [17:57] <xennex81> just looking at the options list and searching some of the web sees people using find -mtime as a way to specify a time for rsync [17:58] <xennex81> I just perused the options list and coudln't find any [17:58] <xennex81> I will just use FreeFileSync to sync back after I have done my script's sync [18:10] <MoonUnit`> hmm phoronix article, google added encryption to ext4. could be interesting. [18:59] <xennex81> there was this bug with Kubuntu 15.04 / plasma5 where SDDM wouldn't log you out while spawning many sddm-helper processes, right? [19:30] <MoonUnit`> haven't heard of that one [20:24] <lordievader> xennex81: There was a bug related to dbus. Dbus stopped to quickly. [20:24] <lordievader> too* [20:25] <xennex81> are we talking about the same thing? [20:26] <petersaints> I just moved to KDE Plasma 5. I have now noticed one problem. I run Dropbox and its icon doesn't show up in the tray area. I have Googled for a solution, and while I did find some people complaining about the same issue, I have yet to find a clear solution. Could you please help me? [20:26] <lordievader> xennex81: Well the dbus bug caused you not to be able to logout, so I suppose we do ;) [20:26] <xennex81> okay https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1407152 @ lordievader [20:27] <lordievader> petersaints: http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/ [20:28] <lordievader> xennex81: Seems it is fixed... [20:28] <xennex81> yeah i just read [20:28] <xennex81> sorry about that ;-) [20:28] <xennex81> haha [20:28] <lordievader> Guess I should update my Vivid box. [20:28] <petersaints> lordievader: Dropbox is Qt 5, isn't it? [20:29] <MoonUnit`> didn't like wmsystemtray martin suggested, trayer seemed better. [20:29] <xennex81> makes it beautiful for me to install vivid again from dvd @ lordievader [20:29] <xennex81> but when is release? [20:29] <denza252> welp [20:29] <denza252> yakuake is borked [20:30] <xennex81> april 23? [20:30] <petersaints> I have all those packages installed on Vivid. [20:30] <MoonUnit`> don't think dropbox is using qt5 yet [20:31] <lordievader> petersaints: I remember dropbox being very troublesome in that. Can't remember if I fixed it or not. [20:31] <MoonUnit`> had to use wmsystemtray/trayer to see the tray icon for it [20:32] <petersaints> ok lordievader. MoonUnit: I'll try that [20:34] <petersaints> MoonUnit`: It works with wmsystemtray, but having a window floating around is not a very good solution :P [20:35] <MoonUnit`> yeah thats why i went with trayer, lots of options to change to suit. [20:42] <marus> hello, my firefox crash and i have to restart my ubuntu 14.04, is this a known bug? [20:42] <marus> kubuntu sorry [20:45] <marus> or is there a way to know it crash? [20:46] <lordievader> marus: If you want to know in full detail, strace. Otherwise running it from the Konsole might give a clue. [20:47] <marus> (process:4896): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed [20:47] <marus> lordievader: that's what it return when i run from terminal [20:48] <marus> lordievader: i get it this time working without restart [20:49] <lordievader> Hmm, I guess file a bug report. [20:49] <marus> just with killing the prossess, but this bug happend often [20:50] <marus> lordievader: any way thanks a lot, i know now how to fix without restarting [21:25] <segaboy> hi folks. having some trouble modyfying the breeze theme. [21:25] <segaboy> I want to take the transparency away from the panel, but I can't. [21:27] <soee> segaboy: i think it is global setting [21:27] <soee> segaboy: checkDesktop Effects [21:27] <soee> in System Settings [21:28] <segaboy> I made a 1x1 png of the window background caolor, and tried to apply it as the backround of the panel in breeze theme settings, but it doesn't seem to take. [21:28] <segaboy> color* [21:29] <soee> i never modified them [21:30] <soee> so cant help here much [22:23] <xennex81> i think all those million join and leave messages are annoying, but that's just me. [22:27] <soee> xennex81: you can configure konversation to ignore it (dont show) [22:27] <soee> probably quaselle to [22:27] <xennex81> right [22:27] <soee> not sure what irc client you are using [22:27] <xennex81> i was using quasell in kde, now I am in the webchat of freenode [22:28] <xennex81> because it is too troublesome to get up the tunnels all the time... ;-) [22:28] <soee> ah k :) [22:29] <xennex81> the webchat can also hide it i see [22:29] <xennex81> it's just that there is always some people you *want* to know about ;-) [22:30] <xennex81> particularly the ones who chat a lot (or even ocassionally) [22:30] <xennex81> there's gotta be some rule "hasn't spoken for an hour - don't show" [22:31] <xennex81> "didn't speak last time - don't care ;-)" [22:31] <xennex81> I used to play a mud in tinyfugue [22:32] <xennex81> never knew it was nothing other than a mud client [22:32] <xennex81> you could script it easily [22:33] <xennex81> pattern-response patterns [22:33] <xennex81> count stuff [22:34] <xennex81> i'll shut up when the grown people start talking ;-) :P [22:34] <xennex81> i think kde instant messenger should have a real name [22:35] <xennex81> if it is to be included on the features page [22:35] <xennex81> or in any case [22:35] <xennex81> perhaps just something like Kaimo [22:35] <xennex81> Deimo <-- Japanese sound to it [22:36] <xennex81> I don't like all the "K....." names for applications in KDE, thankfully it is rather minimal these days [22:36] <xennex81> Just Kate, and Konsole [22:37] <xennex81> Gnome has a habit of calling things "Files" or "... what was it called [22:38] <xennex81> real names are better [22:38] <xennex81> " "Image viewer" [22:38] <xennex81> Image viewer is not a name, it is a category [22:39] <soee> Guenview it is [22:39] <xennex81> yes much better still [22:40] <xennex81> I was always annoyed by that in the past also, because once a program starts showing a weird indescriptive name in the interface, you can't find it in the process list [22:43] <xennex81> how do you feel about the document folders being with a capital letter? [22:44] <xennex81> Documents, Pictures, and so on [22:45] <xennex81> I kind detest that, it is nice for the interface but not in the shell [22:45] <xennex81> not when you need to type them [22:47] <tuv0k> just rename it for yourself [22:55] <Andludsch1866> welcome core......init see you......all!!!!!!!
ubuntu-chat
2024-05-13T22:11:02.553837
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "Andludsch1866", "BluesKaj", "Erthe", "Finetundra", "MoonUnit`", "TBotNik", "Unit193", "ahoneybun", "denza252", "hegemon8", "kbdhelp", "kortum", "krise", "lordievader", "marus", "mparillo", "petersaints", "pingu_", "segaboy", "soee", "tuv0k", "valorie", "wldcordeiro", "xennex81" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23kubuntu.txt", "channel": "#kubuntu" }
2015-04-11-#snappy
[19:45] <bernhard_> Hello Everybody! [19:47] <bernhard> Is there anybody, who can help me with cups and lexmark printers? [19:47] <bernhard> Or is this the wrong chat? [19:49] <devil> bernhard: what is your OS? [19:49] <bernhard> Ubuntu 14.04 LTS [19:49] <devil> bernhard: then #ubuntu is for you [19:50] <bernhard> i see, thank you devil [19:50] <bernhard> thank you very much [19:50] <devil> np :) [19:50] <bernhard> :) [19:50] <bernhard> what is this chat about, i am new, sorry for this question [19:51] <devil> this is snappy ubuntu, a lean OS fpr the cloud and IoT [19:51] <devil> for [19:51] <bernhard> oh ok, thank you for the answer [23:47] <mahmoh2> asac: kirkland: ping, it's mahmoh @ GE hackathon [23:47] <mahmoh2> need help [23:48] <mahmoh2> for a snap customer re: node snap actually, asac
ubuntu-chat
2024-05-13T22:11:02.557487
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "bernhard", "bernhard_", "devil", "mahmoh2" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23snappy.txt", "channel": "#snappy" }
2015-04-11-#ubuntu-za
[04:54] <Kilos> ai! [07:12] <pieter2627> morning all [07:27] <Kilos> morning all and sundry [07:31] <Kilos> sjoe trello changed some [07:32] <Kilos> telkom gonna charge more for line rentals [07:32] <Kilos> ai! [07:32] <Kilos> just now mobile will be cheaper [07:36] <Kilos> haha gremble joined [07:36] <Kilos> hi pieter2627 superfly inetpro [07:39] <pieter2627> hi Kilos [08:18] <inetpro> good mornings [08:19] <Kilos> hi inetpro [08:41] <Kilos> inetpro just look at this please [08:41] <Kilos> http://www.snapdeal.com/product/tenda-300-mbps-3g4g-wireless/1776919737 [08:42] <Kilos> my supplier sells them for R299 [08:42] <Kilos> how can there be such a price diffs [08:46] <inetpro> Kilos: price difference? [08:47] <Kilos> sitye price Rs 2290 [08:47] <inetpro> and? [08:47] <Kilos> local R299 [08:47] <inetpro> you think Rs = rands ? [08:47] <Kilos> oh what is it [08:48] <inetpro> Kilos: https://www.google.com/search?q=rs+2290+in+rands [08:48] <Kilos> oh them rupoee things [08:48] <Kilos> rupee [08:49] <inetpro> yay! [08:49] <Kilos> ty [08:49] <inetpro> nou verstaan hy :-) [08:49] <Kilos> ja [08:53] <Kilos> what did you guys break after i went to bed [08:55] <inetpro> uh [09:04] <Kilos> moppie will be away for a while because of studies. i dunno if you saw that [09:08] <Kilos> hi DalekSec welcome to ubuntu-za [09:08] <DalekSec> Howdy. [09:09] <Kilos> oh nice to see you here [09:09] <Kilos> from ubuntu-irc right? [09:10] <inetpro> hi DalekSec [09:13] <DalekSec> Kilos: From everywhere. [09:14] <Kilos> haha [09:16] <inetpro> DalekSec: have you seen our new site? [09:16] <inetpro> https://ubuntu-za.org [09:17] <Kilos> ah locoteams too i see [09:17] <Kilos> when you helped me you use the 193 nick [09:18] <DalekSec> Now I have. Like the https by default. Interesting, the Ubuntu theme not on Drupal or Wordpress. [09:20] <inetpro> was superfly's idea to use Nikola, and I like it [09:21] <inetpro> there's not much that can beat a good looking static site [09:21] * pieter2627 seconds that ^^^ [09:23] <DalekSec> Kilos: Yeah that's my main. [09:24] <Kilos> well DalekSec nice to have you join us [09:24] <inetpro> Kilos: you have good memories [09:24] <Kilos> yeah on irc memories are better [09:25] <DalekSec> All of them. [09:25] <Kilos> especially those that help me [09:26] <inetpro> DalekSec: Kilos also driving us to help africa rise again :-) [09:26] <Kilos> DalekSec dont get shocked by some of our off topic chats [09:26] <Kilos> we are a happy family here [09:26] <inetpro> we're still busy with the site but we're getting there [09:26] <DalekSec> za.ubuntuforums.org supposed to redirect to a specific subforum? [09:27] <inetpro> oh, we used to have a guy like drubin who was very active there [09:27] <Kilos> our forum is archived because we are mainly irc users [09:27] <inetpro> unfortunately he got assimilated by work or something [09:28] <inetpro> DalekSec: do other people still use the forums even? [09:28] <DalekSec> inetpro: Depends on what section, there's also Discourse. [09:29] <inetpro> personally I find many answers on askubuntu these days [09:32] <inetpro> we have at least two new members who have started and are making an effort to help with squashing bugs as well [09:32] <inetpro> by joining the BugSquad [09:33] <inetpro> pieter2627: how are thing going there? [09:33] <inetpro> things as well [09:33] <Kilos> octoquad was away yesterday [09:33] <inetpro> ai! [09:33] <Kilos> they are working together [09:34] <pieter2627> inetpro: slow, but making progress... hopefully [09:35] <inetpro> Kilos: so what are you up to today? [09:36] <Kilos> fixing unity on my old pc [09:36] <inetpro> oh wow, wb plustwo [09:36] <Kilos> wb plustwo [09:36] <plustwo> oi! hi guys... [09:36] <plustwo> o/ [09:37] <inetpro> Kilos: time to inform the man of all the things he has missed out on :-) [09:37] <plustwo> been long time away from ubuntu ZA and folks [09:37] <Kilos> shame on you plustwo [09:37] <plustwo> i know [09:37] <Kilos> lots of things you missed out on [09:38] <Kilos> we are shaking the continent [09:38] <plustwo> eish! [09:38] <plustwo> that sounds highly positive ... [09:38] <Kilos> go see https://trello.com/b/GKXXiBxU/ubuntu-south-africa-loco [09:38] <inetpro> we've been going strong ever since Kilos and superfly went for official membership [09:39] <plustwo> congradulations guys, ZA is on the world map through you guys [09:40] <inetpro> they are our driving force [09:40] <Kilos> well they give you a sjambok to prob peeps with [09:40] <plustwo> i salute them proudly, as in "proudly south afrcan" [09:40] <inetpro> s/prob/prod/ [09:41] <plustwo> lol [09:41] <Kilos> sorry yeah prod [09:41] * plustwo must catch up big time [09:42] <Kilos> yip we need peeps active [09:42] <Kilos> and we are pushing for more guys to get ubuntu membership [09:43] <inetpro> Kilos: I see you noticed gremble adding his details last night as well [09:43] <Kilos> yeah lol [09:43] <Kilos> skelm [09:43] <Kilos> waits till i go to bed first [09:44] <inetpro> Oupa, gremble is our local mathematician around here [09:44] <plustwo> a badge we all need to be proud of [09:44] <plustwo> mathematician you said? [09:44] <plustwo> who's Oupa? [09:44] <Kilos> you were [09:44] <inetpro> oops, I mean superfly [09:45] <plustwo> lol [09:45] <inetpro> damn!!! I mean plustwo [09:45] <plustwo> it's been a while... :/ [09:46] <Kilos> plustwo you want to add you at https://wiki.ubuntu.com/ZATeam/Members [09:47] <Kilos> thats a new page to get everyone thats still active together [09:47] <plustwo> Kilos: that will be very kwl to be on the members list [09:48] <plustwo> should i add myself, or one of you guys will add me up? [09:48] <Kilos> you can [09:48] <Kilos> inetpro fixes what we break [09:49] <plustwo> ok [09:49] <Kilos> note in comments next to him [09:49] <inetpro> ai! [09:50] <inetpro> Kilos: gremble also started another new page last night [09:50] <inetpro> https://wiki.ubuntu.com/ZATeam/TipsTricksAndLinks [09:50] <inetpro> we still need to populate that with info but I think it could be useful for remembering stuff [09:51] <Kilos> cool [09:53] <Kilos> there is also this under developement [09:53] <Kilos> http://compunation.co.za/ [09:57] <plustwo> Kilos: which team do you belong to on te membership? [09:57] <plustwo> s/te/the [09:57] <Kilos> im lost plustwo [09:57] <Kilos> inetpro fixit [09:58] <plustwo> i see contributors team and development team [09:58] <plustwo> or doesn't matter! [09:59] <Kilos> where are you looking plustwo [09:59] <plustwo> https://wiki.ubuntu.com/Membership/NewMember [10:00] <Kilos> contributors [10:00] <Kilos> i talk alot here [10:00] <plustwo> ahhhh. lol [10:00] <plustwo> is that the case? [10:00] <inetpro> plustwo: start by simply adding yourself on the page below at https://wiki.ubuntu.com/ZATeam/Members [10:00] <plustwo> ok [10:00] <inetpro> just click edit [10:00] <plustwo> and also start talking a lot? [10:01] <Kilos> lol [10:01] <plustwo> this is "on" man... lol [10:01] <inetpro> Official Ubuntu Membership means recognition of significant and sustained contribution to Ubuntu or the Ubuntu community [10:01] <plustwo> sorry, was just kidding [10:03] <inetpro> plustwo: Kilos has lots of work for you, no need to talk much :-) [10:04] <Kilos> ai! [10:04] <plustwo> i'm up for the work. tnx inetpro [10:04] <plustwo> so i'll be the cleaner around here? [10:05] <inetpro> hmm... [10:05] <Kilos> nono well train you up for the bugsquad [10:05] <inetpro> Maaz: coffee on [10:05] * Maaz washes some mugs [10:05] <Kilos> Maaz coffee please [10:05] <Maaz> Kilos: Okay [10:05] <inetpro> you see, no need for a cleaner [10:05] <Kilos> lol [10:05] <inetpro> we have Maaz to clean the cups already before making coffee [10:06] <plustwo> oh! bugsquad? interesnting... i'm up for the challenge [10:06] <Kilos> then just be here all the time [10:07] <inetpro> Kilos: have you told him about our new site yet? [10:07] <Kilos> pieter2627 another bug guy for your squad [10:07] <plustwo> s/interesnting/interesting [10:07] <plustwo> ok [10:07] <Kilos> plustwo https://ubuntu-za.org/ [10:08] <plustwo> what criteria do i need? except being here always? [10:08] <inetpro> and the other one we're busy with as well [10:08] <Kilos> lol knowlege [10:08] <inetpro> plustwo: see https://trello.com/b/GKXXiBxU/ubuntu-south-africa-loco [10:08] <Kilos> is the other one live inetpro ? [10:09] <inetpro> Kilos: well, we're getting there [10:09] <inetpro> http://ubuntu-africa.snyman.info/ [10:09] <Maaz> Coffee's ready for inetpro and Kilos! [10:09] <Kilos> oh ya that one [10:09] <inetpro> that's our QA site [10:09] <Kilos> Maaz gracias [10:09] <Maaz> Kilos: ¡de nada! [10:09] <inetpro> and if you want to get involved you look at https://trello.com/c/tvAtfR4k [10:10] <inetpro> Maaz: dankie [10:10] <Maaz> Groot plesier inetpro my vriend [10:10] <plustwo> ok, got te drift [10:10] <plustwo> s/te/the [10:12] <inetpro> we even have mazal working on Fun on Ubuntu wiki [10:12] <inetpro> our local gamer [10:12] <plustwo> gamer? [10:12] <inetpro> oh, don't go there, you'll be lost forever [10:12] <Kilos> ya he likes playing games [10:13] <Kilos> lol [10:13] <inetpro> :-) [10:13] <inetpro> rather join pieter2627 and the BugSquad [10:13] <Kilos> ya [10:14] <Kilos> games are for when all the stuff on trello is moved to done [10:15] <plustwo> bugsquad sounds interesting... [10:16] <inetpro> you'll be a local hero with that [10:16] <inetpro> see https://wiki.ubuntu.com/BugSquad [10:16] <plustwo> good directions you guys outlined here, i really missed a lot [10:16] <inetpro> enjoy [10:17] * pieter2627 can't believe he has a squad while still trying to figure things out... sigh [10:17] <inetpro> plustwo: help him :-) [10:17] <pieter2627> oh, nice to meet you plustwo [10:17] <Kilos> octoquad will help you all [10:18] <plustwo> ok [10:18] * inetpro needs to go [10:18] <inetpro> wbb [10:18] <Kilos> later inetpro [10:18] <plustwo> getting to grips [10:18] <plustwo> l8r inetpro [10:20] <plustwo> Kilos: you guys gave a lot info, i need to be on the members list then go through the bugsquad info [10:20] <Kilos> pieter2627 guide him please [10:21] <plustwo> hi pieter2627 [10:21] <Kilos> dont you have a launchpad id? [10:22] <pieter2627> Kilos aren't these the things you expect us to do while sleeping :P [10:22] <Kilos> nono i just dont like you guys to sleep more than i do [10:23] <Kilos> i get jealous [10:23] <pieter2627> plustwo: do you see `Edit` on the top of the members list page (https://wiki.ubuntu.com/ZATeam/Members)? [10:23] <pieter2627> Kilos: haha [10:32] <plustwo> sorry pieter2627i was making coffee... [10:33] <pieter2627> plustwo: no worries [10:34] <Kilos> plustwo have you joined here https://launchpad.net/~ubuntu-za/+members?active_batch=75 [10:35] <plustwo> no yet Kilos [10:36] <plustwo> should i joint tere first? [10:36] <pieter2627> order doesn't matter [10:37] <Kilos> ya [10:38] <plustwo> pieter2627: i don't see "Edit" [10:39] <plustwo> i se "Create new empty page" [10:39] <pieter2627> plustwo: Log in first (top centre) [10:39] <plustwo> ok [10:40] <pieter2627> Do you have an Ubuntu (One or openID) account? [10:41] <plustwo> yes, just logged in with it [10:41] <pieter2627> great, you will also use it on launchpad [10:42] <plustwo> i'm logged in on lp as well [10:44] <plustwo> waiting for the login to complete [10:44] <pieter2627> great... yea it can take very long at times [10:48] <pieter2627> oh Kilos, on the ubuntu ZA members wiki page - why does the official members' table have an empty row at the bottom? [10:49] <Kilos> because i asked the pro to add one i think [10:49] <plustwo> pieter2627: i'm logged in [10:49] <Kilos> because i sukkeled to add peeps [10:49] <Kilos> oh the officail one [10:50] <pieter2627> plustwo: you should be able to edit it now [10:50] <Kilos> hmm... was sypposed to be at the bottom list [10:50] <Kilos> supposed [10:50] <plustwo> pieter2627: yes, i ckicked on edit... [10:51] <plustwo> sould i make an entry at the bottom? [10:51] <Kilos> ya [10:51] <plustwo> ok [10:52] <pieter2627> Kilos: oh, ok [10:52] <Kilos> its easier to add when there is already an extra line added [10:53] <Kilos> for me anyway [10:53] <pieter2627> Kilos: i just copied the last one and edited it [10:53] <Kilos> clever [11:01] <plustwo> ok, i think i'm done editting. [11:02] <Kilos> then tick save at the top i think [11:02] <plustwo> save changes [11:02] <Kilos> ya [11:03] <plustwo> ok, i just did a preview. something i need to fix before saving [11:03] <Kilos> ok [11:10] <plustwo> ok, that's completed. [11:11] <pieter2627> plustwo: then just go to https://launchpad.net/~ubuntu-za and click join team [11:12] <pieter2627> plustwo: never mind, you are already there [11:12] <plustwo> already joined the team... [11:12] <plustwo> :) [11:12] <pieter2627> haha, yea sorry [11:12] <Kilos> lol [11:12] <plustwo> tnx pieter2627 [11:13] <pieter2627> np [11:15] <plustwo> should i subscribe to the bug squad mailing list or not? [11:16] <Kilos> i would if im gonna join the squad [11:16] <pieter2627> i have not done so yet, still trying to figure things out [11:16] <plustwo> ok [11:17] <plustwo> but then i can join the #ubuntu-bugs. as i'm going throug the bug squad wiki... [11:35] <Kilos> thats the irc channel actually getting into the squad is more work [11:35] <Kilos> only pieter2627 and octoquad know that here [11:37] <plustwo> ok, so how do you select which bugs to work on and where? [11:38] <Kilos> they will have to help you plustwo im dom with that [11:39] <plustwo> np, i get you [11:40] <pieter2627> plustwo: as i understand, the best it is look for bugs on packages/programs that you use and would want to help in, and then just pick a bug [11:42] <plustwo> ok, i understand. but first one must understand the ubuntu packaging and also set up the working environment to work in. [11:42] <Kilos> hi Tonberry [11:42] <Tonberry> hi [11:44] <pieter2627> plustwo: yeah, i'm learning packaging with my current first bug, octoquad knows about the environment (and possibly packaging) [11:44] <pieter2627> But i guess it is a case of learning as you go [11:45] <inetpro> where's tumbleweed these days [11:45] <inetpro> ? [11:45] <inetpro> wb Tonberry [11:45] <Tonberry> hi [11:46] <plustwo> and how do you get the fix to upstream? via MOTU or something? for approval [11:46] <inetpro> and confluency [11:47] <pieter2627> plustwo: ubuntu devs will push it upstream as i understand [11:47] <inetpro> Kilos: time for you use your sjambok and bring back those guys to help us here [11:47] <Kilos> ai! they joined the lurksquad [11:47] <pieter2627> plustwo: you might want to read http://irclogs.ubuntu.com/2015/04/09/%23ubuntu-za.html#t19:39 [11:48] <Kilos> inetpro they too big for me [11:48] <pieter2627> it is the first part we did to fix a bug [11:49] <inetpro> plustwo: but some bzr knowledge can't hurt you [11:49] <inetpro> unless you have played with that already [11:49] <plustwo> inetpro: nope. [11:49] <Kilos> tumbles is still in last night [11:50] <inetpro> play around with it with the websites we're busy with [11:54] <plustwo> you know what, i remember playing around and some help from dholbach ... [11:54] <Kilos> good [11:54] <plustwo> inetpro: i remember i had te bzr setup as well [11:54] <Kilos> shake that memory [11:54] <plustwo> pulling and pushing [11:55] <plustwo> hence i was able to create a packange on lp whilst i was learning. :) [11:56] <plustwo> well, since i see some energy on ubuntu-za i might as well get my feet wet agin on the bugs. :) [11:56] <Kilos> lol good lad [11:56] <plustwo> s/agin/again [11:57] <plustwo> ya. thanks guys for allowing me to help on that one [11:57] * plustwo will have some fun squashing some bugs [11:57] <Kilos> only im not allowed to help, because i break things [11:58] <plustwo> ooooops! not good... :) [11:58] <Kilos> lol [11:58] <pieter2627> Kilos: sometimes breaking broken things fixes them [11:58] <plustwo> ok, i need to dug up old documentation i had on this [11:58] <plustwo> yep [11:59] <Kilos> oi not the way i break them then we get showered with ai! all day [12:00] <pieter2627> rofl [12:02] <plustwo> pieter2627: i need to bring myself up to speed on this. [12:04] <pieter2627> plustwo: i'm glad someone else also knows this cause i'm struggling patching this thing [12:05] * pieter2627 sees that he will never be able to use his ai's here because he will only confuse Kilos [12:05] <Kilos> lol [12:06] <plustwo> i'm currently looking at hundredpapercuts, i see your progress as well. good job [12:06] <pieter2627> thanks [12:14] <inetpro> hmm... [12:14] <inetpro> Kilos: sorry for being harsh on you [12:14] <Kilos> i forgive you inetpro [12:15] <inetpro> Kilos: you're doing a great job anyway [12:15] <Kilos> ty sir [12:24] <inetpro> 04/11 11:04:54 <Kilos> moppie will be away for a while because of studies. i dunno if you saw that [12:25] <inetpro> Kilos: where did you see that? [12:25] <Kilos> just before he left night before last i think [12:25] <inetpro> oh [12:25] <Kilos> block studies he called it [12:26] <inetpro> oh well, I think he was done with what he needed to do [12:26] <Kilos> yay [12:26] <Kilos> our site does llok good [12:26] <Kilos> look [12:26] <inetpro> hopefully superfly will just approve his changes and deploy asap [12:27] <Kilos> lets hope [12:27] <Kilos> https is more expensive than http i see [12:27] <inetpro> pieter2627: have you done your edits from trunk yet? [12:28] <inetpro> Kilos: don't worry about that [12:28] <Kilos> eish [12:29] <inetpro> one day we'll go do some begging at canonical if we run out of cash [12:29] <Kilos> lol i want a buntu fone [12:29] <Kilos> not money [12:30] <inetpro> you can buy one now Kilos [12:30] <Kilos> eish [12:30] * Kilos slaps inetpro [12:30] <inetpro> ai! [12:30] <Kilos> haha [12:30] <Kilos> gently so it didnt hurt [12:32] <pieter2627> inetpro: i did before moppies last commit - have a pending merge tip to get it into my branch? [12:33] <inetpro> hmm... let me go look where we stand now [12:35] <inetpro> No revisions or tags to pull. [12:36] <inetpro> pieter2627: mopkop's changes are now merged into trunk [12:37] <inetpro> last comment from superfly, "Once Ashton's stuff has been merged, you'll need to merge from trunk into your branch, check if there are any changes, push up anything that needs to be pushed, and then re-submit your proposal if necessary." [12:39] <inetpro> pieter2627: it will be nice if we can get your changes applied as well before deploying to the QA site [12:40] <pieter2627> inetpro: i get the `pending merge tips` after merging from trunk [12:40] <pieter2627> i ran `bzr merge ../trunk` [12:42] <inetpro> pieter2627: can you pastebin the full output? [12:42] <inetpro> in fact let me actually try as well [12:42] <inetpro> 2 conflicts encountered [12:45] <pieter2627> inetpro: http://bin.snyman.info/5atxr [12:45] <pieter2627> inetpro: i also have a new branch made from trunk https://code.launchpad.net/~pieter2627/ubuntu-africa/jumbotron-edits [12:48] <inetpro> ahh... let me try that and see [12:49] <inetpro> pieter2627: something is missing there [12:50] <inetpro> hmm... that won't work [12:50] <inetpro> pieter2627: have you updated your trunk? [12:50] <pieter2627> yes trunk at rev4 [12:51] <inetpro> that's strange [12:51] <pieter2627> rev4 is the pending merge tip in my branch [12:51] <inetpro> pieter2627: go to trunk and do nikola build && nikola serve [12:52] <inetpro> you will clearly see the beautiful new home page at http://localhost:8000/ [12:52] <pieter2627> yip i do [12:52] <inetpro> on your branch those images are gone [12:53] <inetpro> unless I missed something [12:55] <inetpro> pieter2627: the only file in your the pages folder is index.rst [12:55] <inetpro> your pages folder [12:56] <pieter2627> where can i upload a screenshot [12:56] <pieter2627> *? [12:56] <Kilos> picpaste.com [12:57] <inetpro> or http://pasteboard.co/ [12:57] <Kilos> ya or that [12:57] <Kilos> thats a drag drop one [12:58] <pieter2627> http://pasteboard.co/2uaMME3m.png [12:59] <pieter2627> my `bzr qlog` [13:00] <inetpro> looks like you did that before it was merged [13:01] <pieter2627> http://pasteboard.co/2uaZ9OJE.png [13:01] <pieter2627> before merging [13:03] <inetpro> this is what I see http://pasteboard.co/2ub6r55U.png [13:03] <pieter2627> http://pasteboard.co/2ub7chV5.png [13:03] <pieter2627> better after merge [13:05] <inetpro> what do you see when going cd ../trunk && bzr status [13:06] <pieter2627> blank returned [13:06] <inetpro> ok, so that is fine [13:07] <inetpro> pieter2627: that last one of yours, did you push it? [13:09] <pieter2627> it is the same one that you took screenshot of [13:10] <pieter2627> you mean push after merge? [13:10] <inetpro> yes [13:10] <inetpro> commit and push [13:10] <pieter2627> think so, let me repush [13:11] <pieter2627> if i commit then i have to give a commit msg [13:11] <pieter2627> will give screenshot of it then [13:11] <inetpro> you can use bzr qcommit [13:11] <inetpro> makes life easier [13:13] <Kilos> you getting good at bzr hey inetpro [13:13] <Kilos> bugsquad next [13:13] <inetpro> hehe [13:13] <pieter2627> http://pasteboard.co/2ubKnRcR.png [13:13] <pieter2627> it does not look right [13:14] <inetpro> looks right to me [13:14] <inetpro> can you push that? [13:15] <pieter2627> but the `added pages` is on top of mine, shouldn't mine be on top of it? [13:16] <inetpro> nope [13:16] <pieter2627> hell, bzr is weird [13:16] <inetpro> :-) [13:16] <inetpro> I think he made changes after you did [13:17] <inetpro> some of them at least [13:17] <inetpro> we'll ask superfly, whether that is right [13:17] * inetpro worries more about the end result [13:17] <pieter2627> pushed to https://code.launchpad.net/~pieter2627/ubuntu-africa/jumbotron-edits [13:18] * inetpro pulling [13:18] <pieter2627> and the `added pages` is still there [13:19] <inetpro> \0/ [13:20] <inetpro> now go do the merge proposal thingy [13:20] <inetpro> this will be interesting [13:20] <inetpro> the log tree makes sense to me [13:21] <inetpro> remember Added pages links back to rev3 [13:22] <inetpro> it's different to git [13:22] <pieter2627> ok, proposed [13:23] * pieter2627 is still finding this weird [13:24] <Kilos> thats why its so good because its so different [13:24] <inetpro> superfly: your turn [13:24] <Kilos> more bzr knowlege will help with bugs i think [13:24] <inetpro> approved from my side [13:25] <Kilos> now we wait in anticipation [13:25] <pieter2627> Kilos: yes it will help [13:26] <inetpro> pieter2627: oh, now you can go remove the other one [13:27] <pieter2627> should i provide a link to the new one in comments before removing? [13:28] <inetpro> I would simply delete it [13:28] <inetpro> no need to keep it there [13:29] <Kilos> some good news [13:29] <Kilos> stormers won and cheetahs won [13:30] <pieter2627> inetpro: what does your branch look like after merging from trunk? [13:30] <inetpro> pieter2627: I haven't merged it to trunk yet, just waiting for superfly to approve as well [13:31] <pieter2627> from trunk not to trunk [13:31] <pieter2627> your bzr qlog [13:31] <inetpro> if I do a bzr qlog on your branch I see exactly the same as in your screenshot [13:32] <pieter2627> haha, for your build-instructions branch [13:33] <inetpro> 8, 3.1.1, 2.1.2, 7, 6, 5, 3, 2.1.1, 2, 1 [13:35] <inetpro> pieter2627: oh for my build-instructions I see: 5, 4, 2.1.2, 3, 2.1.1, 2, 1 [13:35] <inetpro> that's where it will become interesting [13:35] <inetpro> when the merge is done [13:36] <pieter2627> sjoe, yeah it will be interesting [13:39] <inetpro> actually there's a 1.1.1 between 1 and 2 [13:40] <Kilos> sjoe you guys getting tied in knots now [13:42] <inetpro> pieter2627: the log is ordered by date and time [13:43] <pieter2627> oh ok [13:48] <inetpro> pieter2627: thanks for your efforts [13:48] <Kilos> ty pieter2627 and inetpro [13:50] <pieter2627> np [13:51] <inetpro> Ubuntu MATE forges exciting partnership with Entroware https://www.entroware.com/store/ubuntu-mate-announcement [13:54] <inetpro> Kilos: Entroware is a start up geared towards providing a complete "out of the box" Linux experience [13:54] <Kilos> ai! [13:54] <Kilos> just when im getting used to kde [13:55] <inetpro> and then we also have this one: Dell loads Ubuntu Linux onto its best thin-and-light laptop http://www.pcworld.com/article/2908508/dell-loads-ubuntu-linux-onto-its-best-thin-and-light-laptop.html [13:55] <inetpro> Kilos: it's not about the distro [13:55] <Kilos> no man i enjoyed amte on unity [13:55] <Kilos> mate [13:55] <inetpro> it's about more and more hardware companies doing the right thing [13:56] <Kilos> yes i agree [13:56] <inetpro> building hardware with linux from the start [13:56] <Kilos> the africa site has quite a bit about dell lappy's [13:56] <Kilos> ubuntu of course [13:56] <inetpro> even BQ, http://www.bq.com/gb/right-to-technology [13:57] <inetpro> plustwo: dit you see all that ^^ ? [13:57] <inetpro> exciting times [13:57] <plustwo> :) yep [13:58] <plustwo> MATE desktop is kwl [14:00] <Kilos> ya i enjoyed it till i got used to kde [14:08] <Kilos> Ubuntu MATE is the perfect distribution for easing the transition [14:08] <Kilos> between Microsoft Windows or Mac OS and Linux. [14:09] <Kilos> strange, ian prefered kde from the start [14:13] <inetpro> Kilos: btw, did you install xul-ext-lightning with thunderbird? [14:13] <inetpro> Calendar Extension for Thunderbird [14:13] <Kilos> sigh tell me how [14:13] <inetpro> aptitude [14:14] <Kilos> oh not a plugin [14:14] <Kilos> ty [14:14] <inetpro> yes, it's a plugin but even plugins can be installed from the repository [14:14] <inetpro> at least many of them [14:14] <inetpro> actually not a plugin but a addon [14:15] <Kilos> ah ty installing [14:15] <Kilos> i need something to remind me of important dates [14:16] <inetpro> use your phone for that [14:17] <Kilos> no they always have flat batteries [14:17] <inetpro> ai! [14:17] <Kilos> lol [14:17] <magespawn> good afternoon [14:17] <Kilos> hi magespawn [14:17] <Kilos> another one joined the bug team [14:18] <magespawn> cool beans [14:18] <Kilos> plustwo returned and seems excited at the new life here [14:19] <magespawn> that is good [14:19] <plustwo> hi magespawn [14:19] <inetpro> Kilos: is it installed yet? [14:20] <magespawn> hi plustwo inetpro [14:20] <Kilos> yes [14:20] <inetpro> wb magespawn [14:20] <Kilos> oh my [14:20] <Kilos> more to look at [14:20] <magespawn> oh my? [14:21] <Kilos> rtfs is gonna kill me yet [14:21] <inetpro> :-) [14:21] <Kilos> just installed lightning on thuenderbird magespawn [14:21] <Kilos> thunderbird [14:21] <inetpro> Kilos: do you use google calendar? [14:21] <Kilos> at last the pro has me off evo [14:22] <Kilos> i use the calender kde shows me in the bottom panel [14:22] <Kilos> must i get that too [14:22] <inetpro> hmm... yeah that is useful, but can't make appointments there, can you? [14:23] <inetpro> Kilos: no, but if you are it can be useful to integrate with lightning in thunderbird [14:23] <Kilos> i just want birthday reminders [14:23] <Kilos> oh my [14:24] <inetpro> ok, get to know lightning first then we can talk integration another day [14:25] <inetpro> useful if you want the same calendar events across multiple devices [14:25] <Kilos> sjoe more thinking [14:25] <magespawn> i thought lightening would simply take the calender from the google address that you use with thunderbird, you might have to link it seperately [14:25] <inetpro> you just need yet another addon for that [14:25] <inetpro> Provider for Google Calendar https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/ [14:26] <inetpro> but it's pointless if you don't use google calendar [14:29] <Kilos> ok how to get google calender? [14:29] <Kilos> dont make me google [14:29] <Kilos> im tired, you guys worked too hard today [14:29] <Kilos> ive downloaded it [14:30] <Kilos> https://addons.mozilla.org/en-US/thunderbird/addon/provider-for-google-calendar/ [14:30] <Kilos> that it [14:30] <inetpro> Kilos: https://www.google.com/calendar [14:30] <magespawn> Kilos: if you have gmail google calender comes with it but you need to use it for this to make sense [14:30] <Kilos> now gotta work out how to get TB to find it [14:31] <Kilos> of course i have gmail [14:31] <Kilos> 4 of them i think [14:32] <Kilos> eish that play store [14:32] <Kilos> like the droid things [14:32] <magespawn> you have that xperia? [14:33] <Kilos> ya i hate it [14:34] <magespawn> you can download the app for google calender for that [14:34] <Kilos> only any good for whatsapp [14:34] <inetpro> Kilos: it doesn't come with a calendar? [14:35] <Kilos> i dont even want to look at that thing unless i must send a whatsapp [14:35] <Kilos> i do my stuff here on the pc [14:36] <Kilos> there i have the google calender in thunderbird now [14:36] <Kilos> sigh [14:37] <magespawn> and now? [14:37] <Kilos> i dunno [14:37] <Kilos> pro wanted it there so its there [14:41] <Kilos> hmm... 32g flash for R139 [14:42] <Kilos> 120g ssd for R899 [14:43] <Kilos> mushkin products [15:04] <Kilos> sharks lions about to start inetpro [15:05] <inetpro> oh yhanks Kilos [15:05] <Kilos> yw [15:55] <magespawn> home time, later all [16:44] <plustwo> ok, a lot i've learned today. going to do some home work. till tomorrow, keep well [16:45] <Kilos> cool plustwo [16:45] <Kilos> keep it up [16:46] <plustwo> will do. cheers [16:47] <Kilos> wb magespawn [16:47] <magespawn> ty [17:00] <Kilos> ai! [17:00] <Kilos> hi Tonberry [17:07] <magespawn> and now Kilos? [17:07] <Kilos> sharks lost to lions [17:08] <Kilos> looks like neelsie is drifting away too [17:08] <Kilos> need to prod him with the sjambok i think [17:09] <magespawn> people commit what they can when they can, maybe he is just busy elsewhere [17:10] <Kilos> ya new baby and work [17:10] <Kilos> not much sleep time [17:28] <inetpro> Tonberry: you haven't joined ubuntu-za on LP have you? [17:29] <inetpro> just go to https://launchpad.net/~ubuntu-za and join [17:30] <inetpro> Kilos: I just installed thunderbird here again earlier today [17:31] <inetpro> tried the IMAP option for a change [17:31] <Kilos> again? [17:31] <Kilos> eish [17:31] <inetpro> well, I haven't used it here for a lobg time [17:31] <inetpro> long* [17:31] <Kilos> what have you used [17:31] <inetpro> just used the web interface [17:31] <inetpro> gmail [17:31] <Kilos> oh [17:31] <Kilos> imap pulls down too much [17:32] <Kilos> i got 5g of mails at gmail [17:32] <inetpro> thought since you're now on thunderbird I should have it loaded here as well [17:32] <Kilos> hahaha ty [17:32] <Kilos> but pop is my choice [17:33] <inetpro> yeah IMAP really killing me [17:33] <inetpro> still downloading mails for like two hours now [17:34] <pieter2627> POP pulls down emails not IMAP [17:34] <Kilos> ya it doesnt stop then you have to delete everything you dont want on pc [17:34] <pieter2627> one can set IMAP to only get the headers [17:34] <Kilos> pop pulls down only new mails [17:34] <pieter2627> thats correct [17:35] <Kilos> imap pulls them all [17:35] <Kilos> and only then new ones [17:35] <pieter2627> but doesn't it also remove it from the mail server [17:35] <Kilos> ? [17:35] <pieter2627> POP i mean [17:35] <Kilos> no [17:36] <Kilos> you set it to fetch but leave in server too [17:36] <pieter2627> then it stays unread on the server? [17:36] <Kilos> but i do agree it seems to be much faster than evo [17:37] <Kilos> i dunno pieter2627 [17:37] <inetpro> pieter2627: I don't see the option to download only headers with IMAP, know about it on POP [17:37] <Kilos> maybe it leaves them as read [17:37] <inetpro> but I found some Advanced options now [17:38] <inetpro> under Accounts | Synchronisation & Storage [17:38] <inetpro> set to not download messages larger than 50KB [17:39] <Kilos> ya but not many mails are that size anyway [17:39] <Kilos> now i keep like 10 important mails here and delete the rest [17:40] <Kilos> knowing they are still safe on the server [17:41] <inetpro> Kilos: btw, have you changed your default layout? [17:42] <Kilos> ai! too what [17:42] <Kilos> oh ya [17:42] <inetpro> wide view is much more readable [17:42] <Kilos> all in one inbox supposed to e [17:42] <Kilos> be [17:43] <inetpro> step 1: Enable the Menu [17:43] <inetpro> step 2: View | Layout | Wide View [17:43] <Kilos> i see the different accounts on the left and the rest is the mails [17:44] <inetpro> Kilos: right-click in the open space at the top [17:44] <Kilos> my view doesnt show layout [17:45] <inetpro> you should see a popup with Menu Bar, Mail Toolbar and Customise [17:46] <inetpro> or Customize... [17:46] <Kilos> i right clicke in an open space and the left panel disappeared [17:46] <Kilos> i gotta go eat [17:46] <Kilos> wbb [17:46] <inetpro> ok [17:47] <Kilos> it opened another tab for that [17:48] <Kilos> now got 2 tabs at the top like a browser [17:48] <Kilos> calender also adds one more tab [17:48] * pieter2627 seems to be remembering things that don't exist, probably due to taking part from a baised view and having overtaxed his brain for the day [17:49] <Kilos> lol [17:49] <inetpro> ai! [17:49] <inetpro> Kilos: go eat! [17:49] <Kilos> have you fixed 10 bugs yet today? [17:49] <Kilos> oh ya [17:49] <inetpro> enjoy the meal! [17:49] <inetpro> :-) [17:50] <Kilos> pan brood met uie in [17:50] <pieter2627> nope, still struggling with the same one, but moving forward [17:50] <Kilos> good [17:54] <inetpro> yay! [17:54] <Kilos> what? [17:54] <inetpro> I think my IMAP downloads are finally done [17:54] <Kilos> lol [17:55] <inetpro> took a damn long time and even taxing the CPU during the whole period [17:55] <Kilos> whew [17:55] <inetpro> like a steady 20% utilisation [17:55] <Kilos> wow [17:56] <inetpro> things like that just bug me to no end [17:56] <Kilos> ya pop much better [17:57] <inetpro> but I'll give it the benefit for some time [17:57] <Kilos> now what you gonna do with all them mails in your inbox [17:57] <inetpro> my inbox is always empty [17:58] <Kilos> oh you put everything in other folders [17:58] <inetpro> apart from one or two outstanding mails that need attention [17:58] <inetpro> no [17:58] <inetpro> just read, take action or take note and delete [17:58] <Kilos> did it not clean out the server too [17:59] <Kilos> ya i do that [17:59] <inetpro> mails stay available unde All Mail [17:59] <Kilos> eish thats extra stuff your pc dont need to carry [18:00] <Kilos> and makes backups that much slower [18:01] <inetpro> with mails available on gmail I don't have to worry about local backups [18:01] <inetpro> at least not for mail [18:01] <Kilos> oh dont you rsync home anymore [18:02] <inetpro> nope [18:02] <inetpro> just my data folder with photos and other stuffs [18:26] <inetpro> Maaz: coffee on [18:26] * Maaz starts grinding coffee [18:26] <Kilos> Maaz coffee please [18:26] <Maaz> Kilos: Yessir [18:26] <Kilos> Maaz rusks please [18:26] <Maaz> behind the calender on top of the fridge, but dont tell everyone Kilos [18:27] <magespawn> Maaz coffee please [18:27] <Maaz> magespawn: Yessir [18:29] <magespawn> Maaz large please [18:29] <Maaz> magespawn: Huh? [18:29] <magespawn> Maaz large [18:29] <Maaz> In a beer mug just for you magespawn [18:29] <Kilos> lol [18:29] <magespawn> ty Maaz [18:30] <Maaz> Coffee's ready for inetpro, Kilos and magespawn! [18:30] <inetpro> Maaz: thanks [18:30] <Maaz> inetpro: No problem [18:30] <Kilos> Maaz danke [18:30] <Maaz> Bitteschön [18:31] <magespawn> Maaz botsnack [18:31] <Maaz> YAY someone cares about me too! [18:33] <inetpro> magespawn: +! [18:33] <inetpro> +1 as well [18:34] <inetpro> poor dude hasn't had a botsnack for a long time [18:34] <Kilos> ya shame [18:34] <Kilos> we get busy and the bot suffers [18:59] <inetpro> ai! [18:59] <Kilos> what? [18:59] <inetpro> too quiet here [19:00] * inetpro getting impatient [19:00] <Kilos> lol [19:00] <Kilos> bulls just beat reds [19:01] <Kilos> you also wanna swank inetpro [19:01] <inetpro> swank? [19:02] <Kilos> brag [19:02] <Kilos> g+ tweet place etc [19:03] <Kilos> mnet went to nashville [19:04] <Kilos> weird we dont get motm [19:04] <Kilos> oops [19:07] <Kilos> that was for tara [19:07] <Kilos> sorry [19:09] <inetpro> hmm... I thoight she was asleep and you could focus on working now :-) [19:09] <Kilos> they too nosy to see [19:11] <Kilos> oh and also neelsie on pidgin [19:11] <Kilos> he happy his team won [19:11] <inetpro> ai! [19:11] <Kilos> haha [19:12] <Kilos> shame he has had his mom visiting too [19:12] <inetpro> poor dude [19:12] <inetpro> all part of the fun [19:12] <Kilos> yip [19:13] <inetpro> superfly: time to do some work... kids should be in bed now :-) [19:14] <Kilos> lol [19:14] <Kilos> shame man [19:14] <Kilos> he never gets any rest [19:15] <Kilos> when he dies he will sleep like the dead [19:15] <inetpro> he can rest between midnight and 4 am [19:15] <Kilos> ai! [19:16] <Kilos> you a hard task master [19:16] <inetpro> lol [19:16] <inetpro> no man, I'm just joking [19:16] <Kilos> yaya [19:17] <Kilos> im sure he even codes in his sleep [19:17] <inetpro> Kilos: so let's look, what else can we do now? [19:17] <inetpro> oja, thunderbird [19:17] <Kilos> mine works stop adding more [19:19] <inetpro> Kilos: Menu | Preferences | Layout | Wide View [19:19] <inetpro> have you tried that? [19:19] <Kilos> i dont see layout [19:19] <inetpro> look [19:19] <Kilos> ok [19:20] <Kilos> ok done [19:20] <inetpro> you see the difference? [19:20] <Kilos> oic thats nice [19:20] <Kilos> ty [19:20] <inetpro> much better [19:20] <Kilos> yeah [19:20] <Kilos> well done [19:20] <inetpro> then look at the bottom right hand corner [19:21] <inetpro> you see where it says Today Pane [19:21] <Kilos> yes? [19:21] <inetpro> click on it [19:22] <Kilos> ah thats the calender pane [19:22] <Kilos> cool [19:22] <inetpro> yep, useful when you don't need the calendar [19:22] <Kilos> yeah [19:23] <inetpro> and the upper right corner [19:23] <inetpro> you get the calendar tab and the task tab [19:23] <Kilos> ya i see tasks and calender [19:23] <Kilos> ive looked there [19:23] <inetpro> ok [19:24] <Kilos> i get enough task reminders in trello to need that [19:24] <inetpro> whats next? [19:24] <Kilos> are you on 14.04? [19:24] <inetpro> no [19:24] <Kilos> later? [19:24] <inetpro> 14.04.2 [19:25] <inetpro> :-) [19:25] <Kilos> sigh [19:25] <Kilos> i dont know if im gonna be able to wait till 16.04 [19:26] <Kilos> wanna see sydemd and mir and plasma 5 [19:26] <Kilos> systemd [19:28] <Kilos> oh my no more update-grub [19:28] <Kilos> i wonder what takes its place when running a few drives [19:28] <Kilos> more rtfs [19:28] <Kilos> sigh [19:29] <inetpro> ai! [19:29] <magespawn> it never stops Kilos [19:29] <pieter2627> night all [19:30] <inetpro> Kilos: the only thing that's constant is change, get used to it [19:30] <Kilos> ya but when you have min ram and half of it is in conflict with the rest whew [19:30] <inetpro> pieter2627: hmm... [19:30] <inetpro> good night [19:30] <Kilos> night pieter2627 [19:30] <Kilos> sleep tight [19:30] <magespawn> good night pieter2627 [19:30] <inetpro> magespawn: are you winning? [19:31] <Kilos> wow no tab complete either magespawn [19:32] <Kilos> must be using a new pill [19:35] <magespawn> inetpro: winning? [19:36] <inetpro> magespawn: the bugsquad thing [19:36] <magespawn> i was just going to follow along with what they did, to see the process [19:39] <Kilos> inetpro [19:40] <inetpro> ai! [19:40] <Kilos> when reviewing a proposal do you just look at the code [19:40] <Kilos> or actually run is so you see pics [19:40] <Kilos> run it [19:42] <Kilos> inetpro ^^ [19:43] <Kilos> uh oh [19:44] <magespawn> i have just set an ec2 instance running ubuntu though [19:44] <Kilos> he broke something [19:45] <Kilos> so then you are winning [19:47] <magespawn> set up [19:48] <Kilos> is that more than you could do yesterday [19:52] <inetpro> magespawn: nice! [19:52] <inetpro> magespawn: how much you paying for that? [19:53] <magespawn> i am on the free tier for now [19:55] <magespawn> http://aws.amazon.com/ec2/pricing/ [19:56] <inetpro> magespawn: sounds interesting [19:56] * inetpro needs to try that [19:56] <inetpro> where do I go? [19:56] <inetpro> oh [20:00] <magespawn> very easy to do the basic setup [20:02] <magespawn> RTFS, lol [20:03] <Kilos> rofl [20:03] <Kilos> i enjoyed that [20:04] <magespawn> you could try it too, if you want Kilos [20:05] <Kilos> for one year [20:05] <Kilos> then lose everything [20:06] <inetpro> hmm... [20:07] <Kilos> all i want is a host site for QA [20:10] <magespawn> or pay at the end of the year [20:11] <Kilos> na [20:11] <magespawn> i have an idea to make this a paying proposition, if it works [20:11] <Kilos> i can run it here free for ever only then it goes to bed when id o or loadsheeding decides [20:12] <Kilos> good luck then magespawn [20:19] <Kilos> i go crash now guys [20:19] <Kilos> hold the fort [20:19] <Kilos> Maaz watch them [20:20] <Maaz> oh Kilos I will watch them no problem, but you better be back soon! [20:20] <magespawn> good night Kilos [20:20] <Kilos> night all. sleep tight [20:20] <inetpro> hmm... [20:20] <inetpro> good night oom [20:20] <Kilos> wat nou [20:20] <Kilos> lol [20:20] <Kilos> jy ook boetie [20:25] <inetpro> magespawn: hmm... but they need payment info up front? [20:29] <magespawn> yes that is in case you go over board, then will then charge you [20:32] <magespawn> but you can set an alert so that you do not exceed the free usage [20:34] <inetpro> ah [21:55] <inetpro> magespawn: still playing around? [21:56] <hibana> hello magespawn [21:57] * hibana greeting you from Ireland [21:57] <hibana> but looks like everyone is asleep already [21:58] <hibana> good night [22:00] <inetpro> fp [22:27] <magespawn> fp? [22:30] <magespawn> i am off to bed good night
ubuntu-chat
2024-05-13T22:11:02.574436
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "DalekSec", "Kilos", "Maaz", "Tonberry", "hibana", "inetpro", "magespawn", "pieter2627", "plustwo" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23ubuntu-za.txt", "channel": "#ubuntu-za" }
2015-04-11-#kubuntu-devel
[00:24] <ahoneybun> thanks valorie and mparillo [00:34] <ahoneybun> darn thumb will not update [00:39] <ahoneybun> fixed valorie [01:10] <mparillo> On the Facebook Graphic on http://kubwp.kubuntu.co.uk/community/ most of that area does not go to https://www.facebook.com/kubuntu.org?ref=stream That is, it is more like a snapshot of a real facebook page, but I wonder if many people will zoom down and click in the area, rather than watching the target change as they mouse around. [01:11] <mparillo> Actually, it is kinda true for all the social media graphics, but for the rest, I think it is a little more obvious what is going on. [01:50] <valorie> identi.ca, that's what I couldn't recall [01:50] <valorie> thank you elky [01:51] <valorie> ahoneybun: shouldn't that first link be ~/Documents/etc. [01:52] <valorie> you have =Documents [06:35] <ahoneybun> valorie: I always use Documents as I'm in my home directory but I believe your right [06:36] <ahoneybun> but in dd your telling it where the iso is [06:37] <ahoneybun> night/morning [06:40] <valorie> yes I understand, but the actual path is /home/username/Documents/etc. [06:41] <valorie> or shortform: ~/Documents [06:43] <ovidiu-florin> Gooooood morning [06:44] <ovidiu-florin> and it's so good that I've improved the header title http://kubwp.kubuntu.co.uk/contribute-to-kubuntu/ [06:44] <ovidiu-florin> it's prettyer now [06:44] <valorie> that's beautiful! [06:47] <ovidiu-florin> I believe Community, Contribute and Donate shoul be on the same page [06:47] <ovidiu-florin> or a main page and subpages [06:47] <ovidiu-florin> their content are very closely related and they should be agregated [06:48] <ovidiu-florin> anyone else? [06:49] * ovidiu-florin is brainstorming while going through the feedback [06:50] <ovidiu-florin> yofel: ping [06:50] <ovidiu-florin> by icons you mean navigation icons? https://trello.com/c/fTDbCsr9/28-feature-tour [06:50] <kubotu_> [Kubuntu Promotion :: Feedback :: Feature tour ++ ] [06:51] <ovidiu-florin> valorie: could you help me with something? [07:00] <ovidiu-florin> or anyone for that matter [07:00] <ovidiu-florin> kubotu_: give me a beer [07:00] <ovidiu-florin> kubotu_ hates me [07:01] <ovidiu-florin> I need to go through all the feedback and create trello cards for each suggestion [07:01] <ovidiu-florin> please help [07:11] <valorie> kubotu_: give ovidiu-florin a beer [07:11] <valorie> pfff [07:11] <valorie> ovidiu-florin: "Community, Contribute and Donate shoul be on the same page" or subpages: yes [07:11] <valorie> I agree [07:12] <valorie> !beer | ovidiu-florin [07:12] <valorie> pfff [08:03] <Peace-> Riddell: [08:18] <Peace-> libkf5people-data try to install that [08:18] <Peace-> you will get an error [08:53] <lordievader> Good morning. [09:02] <yofel> ovidiu-florin: yes [09:03] <yofel> Peace-: known, he was looking at it [09:04] <Peace-> i got other errors btw [09:04] <Peace-> for exmaple [09:05] <Peace-> sudo apt-get install plasma-widget* does errors but i guess it's normal they are the old plasma wigets i guess [10:59] <BluesKaj> Howdy all [11:52] <Peace-> +-.- [11:52] <Peace-> qmlplugindump: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlplugindump': No such file or directory [11:55] <yofel> Peace-: you want qtdeclarative5-dev-tools [11:56] <Peace-> yofel: thank you [12:02] <Peace-> yofel: i can't get qtcreator working properly [12:02] <Peace-> i tried everything [12:02] <Peace-> file:///home/semvivid/wq/wq.qml:22 plugin cannot be loaded for module "org.kde.plasma.core" [12:03] <Peace-> i added this to wq.qmlproject [12:03] <Peace-> importPaths: [ "/usr/lib/kde4/imports" ] [12:04] <yofel> kde4? [12:04] <Peace-> plasma 5 [12:04] <Peace-> ah [12:04] <Peace-> shit [12:05] <Peace-> mm but i have that folder [12:05] <Peace-> mmm [12:05] <yofel> well, we do still have kde4 apps around [12:07] <yofel> Peace-: you probably want /usr/lib/x86_64-linux-gnu/qt5/qml/ ? [12:07] <yofel> QML isn't my field of expertise I fear.. [12:08] <Peace-> ok let's try [12:11] <Peace-> mp [12:11] <Peace-> no [12:12] <Peace-> yofel: it seems it doesn't work no [12:12] <Peace-> ah shit [12:12] <yofel> #kde-devel would probably be more helpful at this point [12:13] <Peace-> yofel: thank you [14:13] <BluesKaj> odd , suddenly the cursor turns in to an I on the Konversation tabs, like a it does in the textbox, and makes it difficult to see [14:36] <BluesKaj> ok , a reboot fixed the cursor problem [14:45] <BluesKaj> no more kmix in the sytem tray, there's no widget either [14:59] <jalo> Would it be possible to add https on www.hellotux.com delivery info page? [15:13] <ahoneybun> ovidiu-florin: lots of good stuff here that could be one page for the new site https://userbase.kde.org/Kubuntu/Contribute [15:27] <ahoneybun> this is a great video https://www.youtube.com/watch?v=WYrobaenFCc [15:48] <Guest72465> tis I Sick_Rimmit [17:24] <ovidiu-florin> kubotu_: give me a beer [17:24] <soee> :) [17:27] <Riddell> kubotu_: beer for ovidiu-florin [17:27] * Riddell slides a sangria down the table to ovidiu-florin [17:28] <ovidiu-florin> thank you Riddell [17:28] <ovidiu-florin> kubotu_: doesn't seem to care about me [17:29] <soee> Riddell: this https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1407152 [17:29] <soee> i think it has been fixed somehow in todays update to kernel or systemd or something [17:29] <ovidiu-florin> regarding sddm..... [17:29] <soee> but we can logout now so this was related to sddm ? [17:30] <ovidiu-florin> when resuming from standby I can see my wondws and after a second ot 2 I'm presented with the login prompt [17:30] <ovidiu-florin> I can't report it since it doesn't always happen [17:30] <soee> 2 users also confirme dtaht logut works for them now / under this bug report [17:31] <ovidiu-florin> Riddell: do you know anything about aseigo? [17:31] <ovidiu-florin> where is he? [17:32] <ovidiu-florin> I've been trying to get in touch with him for a while [17:33] <soee> ovidiu-florin: i thnk T-Shorts can be removed from main nav as it is in footer and its not as much important as othes [17:33] <soee> *T-Shirts [17:33] <ovidiu-florin> so have you voted? [17:33] <soee> ovidiu-florin: my votes are there liek 3 days ? [17:34] <ovidiu-florin> so that will be taken into consideration [17:34] * ovidiu-florin is talking formally [17:34] <ovidiu-florin> :P [17:34] <ovidiu-florin> I'll fix the menus once I finish getting through all the feedback [17:34] <ovidiu-florin> and creating trello cards [17:35] <ovidiu-florin> this is what I asked the feedbakers to do..... [17:35] <soee> ovidiu-florin: nice change with the page title on subpages / without bckground [17:35] <ovidiu-florin> so I don't have to do it again [17:35] <yofel> kubotu_: order beer for ovidiu-florin [17:35] * kubotu_ gives ovidiu-florin a nice frosty mug of beer. [17:35] <soee> though, why not using Oxygen font ? [17:35] <ovidiu-florin> fianlly [17:35] <yofel> ;) [17:37] <ovidiu-florin> yofel: http://www.dragosasaftei.ro/wp-content/uploads/2012/03/fotografie-de-produs-cu-amintire-silva-dark-7.jpg [17:37] <ovidiu-florin> this is what I'm having :D [17:37] <yofel> *drool* [17:37] <ovidiu-florin> romanian beer [17:38] <yofel> thanks for making me envious ;P [17:38] <ovidiu-florin> yofel: come visit [17:38] <ovidiu-florin> you can have a dusin [17:38] <Riddell> ovidiu-florin: he'll be at the pim sprint this weekend in france [17:39] <ovidiu-florin> that's why he ignores his emails? [17:39] <yofel> hardly the time for it, otherwise would love to [17:39] <Riddell> ovidiu-florin: I've no idea about that [17:39] <ovidiu-florin> Riddell: do you have Georg's email? [17:39] <Riddell> ovidiu-florin: I do not [17:39] <ovidiu-florin> awesome.... [17:39] <soee> ovidiu-florin: also try setting for the page title text shadow: 1px 1px 5px rgb(60, 60, 60); [17:40] <ovidiu-florin> soee: please make a trello card for that [17:40] <ovidiu-florin> put it in ToDo [17:40] <soee> i have no idea how to use this trello :D [17:40] <Riddell> ScottK: remember bug 1400730 if you're in a useful mood [17:40] <ovidiu-florin> kubotu_: !trello soee [17:41] <ovidiu-florin> yofel: how do I do this? ^ [17:41] <soee> do i have to somehow join teh group or something ? [17:41] <ovidiu-florin> pm me your email [17:41] <yofel> ovidiu-florin: I'm clueless about the trello plugin I fear [17:41] <soee> ovidiu-florin: my email ? [17:42] <ovidiu-florin> in private please [17:42] <ovidiu-florin> soee: you're in [17:42] <ovidiu-florin> https://trello.com/b/3Fo1KXoN/kubuntu-promotion [17:44] <ovidiu-florin> soee: you can add the card details in the card description [17:44] <ovidiu-florin> just below the title [17:45] <soee> ovidiu-florin: like i did now is fine ? [17:45] <ovidiu-florin> it's ok [17:48] <ovidiu-florin> soee: can you split Bart's email into trello cards in the feedback list? [17:49] <soee> what email ? [17:50] <darthanubis> http://pasteboard.co/2utSJCgj.png [17:50] <ovidiu-florin> soee: this one: https://lists.ubuntu.com/archives/kubuntu-devel/2015-April/009453.html [17:51] <ovidiu-florin> darthanubis: ? [17:51] <darthanubis> I have installed the restricted and extra packages, and mscorefonts-installer is installed [17:52] <darthanubis> but I don't think these packages have installed the normal files it usually have [17:52] <darthanubis> I even installed the ubuntu-restricted and extras [17:52] <darthanubis> It seems these packages are not ready? And was wondering if anyone else was experiencing this? [17:53] <soee> some user had also problems with ms fonts last days [17:53] <soee> darthanubis: try reinstalling this ms- package [17:54] <darthanubis> so I get this noticfication in the taskbar ever restart as a result [17:54] <darthanubis> of course I already tried reinstalling the package. Butit does not actually pull the archive unpack it and install, like every year hence before [17:57] <Riddell> frecel: I'm still happy to give you a packaging tutorial if you're interested [18:05] <soee> ovidiu-florin: im not sure what exactly i shoudl put form that mail to dotos, its more like discussion atm [19:25] <soee> sgclark: hows the work on frameworks going ? [19:25] <sgclark> soee: oh [19:25] <sgclark> right [19:25] <sgclark> well [19:25] <soee> :) [19:25] <sgclark> done but the new frameowrk and a silly patch.. [19:26] <sgclark> but distracted by kde ci.. [19:26] <Riddell> sgclark: need me to help? [19:26] <sgclark> Riddell: sure :) add a new repo for modemmanager-qt [19:27] <sgclark> I can build it I think [19:27] <sgclark> but I do need this evening off.. [19:29] <Riddell> sgclark: hasn't sitter already packaged it as part of kubuntu ci? [19:29] <sgclark> hmm [19:29] <Riddell> sgclark: rest your weary fingertips :) [19:29] <sgclark> maybe [19:29] <Riddell> sgclark: what ppa are you using? [19:30] <sgclark> proably just need kubuntu_archive branch [19:30] <sgclark> umm [19:30] <sgclark> next staging [19:30] <sgclark> I think lol [19:30] <sgclark> oh [19:30] <sgclark> darn [19:30] <sgclark> forgot the status sheet.. one sec [19:35] <soee> why there are posts in some non-english language for example about KF 5.9 https://planetkde.org/ [19:35] <soee> and there is no in english ? :) [19:35] <soee> planekde doen't work with https://www.kde.org/announcements/kde-frameworks-5.9.0.php ? [19:35] <sgclark> those are personal blogs no? [19:35] <soee> oh i duuno [19:35] <sgclark> yeah [19:36] <sgclark> those are just links to personal blogs [19:36] <sgclark> well [19:36] <soee> for me planetkde is like nive place to get info about what is going on in kde world [19:36] <sgclark> dev blogs [19:36] <sgclark> yep [19:36] <soee> would be goot ot have there also announcelments for officil webs [19:36] <sgclark> but some are in languages I cannot read lol [19:36] <soee> sgclark: thats what i talking about :) ome starnge langs [19:36] <soee> well meybe not strange but i don not speakread them :) [19:37] <sgclark> it looks much nicer than before though.. planetkde that is [19:37] <sgclark> our site too :) [19:37] <sgclark> much nicer [19:37] <sgclark> just so busy I don't have time to read anymore :( [19:38] <soee> you shoud one eye and one hand work, and second read :D [19:38] <sgclark> :) [19:38] <Riddell> soee: the trouble is that https://dot.kde.org/ needs more editors, it didn't get a frameworks 5.9 story [19:39] <Riddell> volunteers welcome [19:39] <sgclark> Riddell: status ^ [19:39] <Riddell> thanks sgclark [19:39] <sgclark> no no, thank you! [19:39] <sgclark> oh [19:40] <sgclark> Riddell: I always get Can't retry with that retry script. What am I doing wrong :( [19:40] <sgclark> I was up late.. hitting retry.. [19:41] <sgclark> it looks like it is trying.. lists them with the arch.. but error [19:49] <soee> Riddell: ill be more active and try to do more web related stuff after my personal projects are done [19:51] <Riddell> sgclark: are you using --force ? I don't know why but it seems to need it [19:51] <soee> i like to be informed and probably a lot of other users, thats why i often post some info on g+ liek now https://plus.google.com/110954078302330754910/posts/Sjg6kySPCYo [19:51] <soee> :) [19:52] <frecel> Riddell: I have a free afternoon now, we could go through the packaging process if you have some time [19:53] <sgclark> Riddell: ahh no, that probably it [19:54] <Riddell> frecel: make a launchpad account and add your ssh key and I'll set up a shared server [19:54] <frecel> Already have one [19:54] <Riddell> frecel: url? [19:55] <frecel> Oh I might have to do the ssh thing again, I reinstalled for 15.04 [19:58] <frecel> Riddell: https://launchpad.net/~frecel [20:00] <Riddell> frecel: ssh ubuntu@ec2-54-159-224-203.compute-1.amazonaws.com [20:01] <Riddell> type something when you get in [20:02] <frecel> Riddell: give me a second, I have to mighrate my key from a different partition [20:06] <frecel> Riddell: I had to change my key [20:07] <Riddell> frecel: do I have the right one? [20:07] <frecel> no [20:08] <Riddell> frecel: have you updated launchpad? [20:08] <frecel> Riddell: yes [20:09] <Riddell> frecel: ssh ubuntu@ec2-54-159-224-203.compute-1.amazonaws.com now [20:10] <frecel> hmm I'm still gettin permission denied [20:11] <Riddell> frecel: try now, password foobar [20:13] <frecel> Sorry about that, I don't use lp often. I'm in now [20:14] <Riddell> frecel: great [20:15] <Riddell> frecel: this is shared ec2 cloud server from amazon, we can both see and interact with the session [20:15] <Riddell> frecel: shall we package something? [20:15] <frecel> Riddell: sounds good [20:15] <Riddell> frecel: I see a new version of digikam is out https://www.digikam.org/ [20:16] <Riddell> frecel: by checking on https://launchpad.net/ubuntu/+source/digikam you can see we are at 4.7.0 [20:16] <Riddell> frecel: first thing to check is do debian have a newer version [20:16] <Riddell> which is at https://packages.debian.org/src:digikam [20:16] <Riddell> frecel: do they? [20:17] <frecel> Riddell: sid is at 4.4.4.0-1.1 [20:18] <Riddell> sounds old, guess we need to do it outselves [20:18] <Riddell> frecel: get the current package with apt-get source digikam [20:18] <Riddell> frecel: actually make a directory called current and do that [20:19] <Riddell> frecel: you've done this before so tell me if you know it all [20:19] <Riddell> frecel: that downloaded the upstream "orig" tar and the packaging debian.tar [20:20] <Riddell> and a .dsc with description metadata [20:20] <frecel> it's been a while, so it's probably better if we cover it all [20:20] <Riddell> frecel: look in digikam-4.7.0/debian for the packaging [20:22] <Riddell> frecel: it's quite a complex app this so there's quite a lot [20:22] <Riddell> but the .install files have the file in each of the .deb packages that will get made [20:22] <Riddell> frecel: and the control file has the descriptions of the packages to make [20:23] <Riddell> and the rules file is the complex bit, it's a makefile to build install and make the .debs [20:23] <Riddell> looking at it there's some mess in there which is no longer needed, I think whoever packaged this last didn't tidy up [20:24] <Riddell> frecel: look at the files and see if you understand them [20:24] <Riddell> and ask me what you don't [20:26] <Riddell> most of the process is done by debhelper a set of perl scripts to do the configure/build/install/generate package etc that's the dh_foo scripts [20:26] <Riddell> and the makefile has those override_dh_foo lines to alter the defaults [20:27] <frecel> I'm not an expert on make but most of this is fairly self explanatory [20:27] <Riddell> nobody is, mostly you copy and paste from another project :) [20:27] <Riddell> frecel: right let's do the new one [20:27] <Riddell> frecel: cd out of current and wget the new one from http://download.kde.org/stable/digikam/ [20:28] <frecel> Riddell: 4.9? [20:29] <Riddell> yep [20:30] <Riddell> frecel: rename it to digikam_4.9.0.orig.tar.bz2 [20:30] <Riddell> and uncompress [20:31] <Riddell> frecel: tip: you can just use tar xf with tar it'll work out the compression these days [20:32] <Riddell> frecel: rename it to digikam_4.9.0.orig.tar.bz2 [20:32] <frecel> Riddell: I've been uncompressing by right clicking on packages in dolphin for too long :D [20:33] <Riddell> packaging is mostly a command line task I'm afraid :) [20:34] <Riddell> frecel: digikam_4.9.0.orig.tar.bz2 note the underscre [20:34] <Riddell> underscore [20:34] <Riddell> deb packages are fussy about the source tar name [20:36] <Riddell> frecel: inside the uncompressed directory copy over the debian/ directory from the current package [20:38] <Riddell> frecel: cd into digikam-4.9.0/ [20:38] <Riddell> and add a new changelog entry with dch -i [20:39] <Riddell> frecel: this opens emacs as an editor, you know emacs right? [20:39] <frecel> Riddell: I'm a vim guy [20:39] <Riddell> bah! :) [20:39] <Riddell> frecel: here you go [20:40] <frecel> my pinky is untrained in pressing Ctrl all the time :D [20:40] <Riddell> frecel: add a 1 line changelog, fix up version number and name/email [20:42] <frecel> what is the ubuntu1/ubuntu2 part of the version number? [20:43] <Riddell> 4:4.9.0-0ubuntu2 [20:43] <Riddell> 4: is the epoch, it resets the version number incase you want to go lower than the one before [20:43] <Riddell> 4.9.0 is upstream [20:43] <Riddell> -0 is debian (0 because this isn't in debian yet) [20:44] <Riddell> and ubuntu2 is the ubuntu version [20:44] <Riddell> frecel: so set it to ubuntu1 as this is the first ubuntu version of 4.9.0 [20:47] <frecel> Riddell: I have no iea how to insert RFC822 date format into vim :D [20:48] <Riddell> frecel: well don't, the idea of dch is it gives you a template and does that for you [20:49] <Riddell> frecel: remove what you've done [20:49] <Riddell> frecel: the "digikam (4:4.7.0-0ubuntu2)" line is the start of a template for you to eidt [20:49] <Riddell> edit [20:52] <Riddell> frecel: lovely save it [20:52] <Riddell> and quit [20:53] <Riddell> frecel: let me tidy up some stuff [20:55] <Riddell> frecel: right I just removed some old files from packages that I should have removed last time I updated it [20:55] <Riddell> frecel: so let's see if it builds debuild -j2 will compile it [20:55] <Riddell> or rather will tell us what it needs before it can compile it [20:55] <Riddell> frecel: that's all the build-depends listed in debian/control [20:56] <Riddell> frecel: /usr/lib/pbuilder/pbuilder-satisfydepends [20:56] <Riddell> is the clumsy titled script to install them [20:57] <frecel> Riddell: why did it abort? [20:57] <Riddell> frecel: did you abort? [20:57] <Riddell> bah [20:58] <Riddell> frecel: well best install them by hand! [20:58] <Riddell> sudo apt install .... [20:58] <Riddell> copy and paste job [20:59] <frecel> can't select it [21:00] <frecel> Riddell: oh, you are just doing it by hand like that [21:01] <Riddell> frecel: looks like mysql-server-core-5.5 is now mysql-server-core-5.6 [21:01] <Riddell> frecel: edit that in debian/control [21:01] <Riddell> and run the apt line again with it changed [21:03] <Riddell> frecel: oh I see pbuilder-satisfydepends has confused apt now [21:03] <Riddell> try and apt -f install [21:03] <Riddell> now we're talking [21:03] <Riddell> this digikam thing is a beast [21:03] <frecel> Do you always package on a vps or is this just for me? [21:04] <frecel> Restarting services will probably disconnect us [21:05] <Riddell> I said no [21:05] <Riddell> frecel: depends, for something like calligra it's so big my laptop would take an age so I start an expensive cloud server [21:06] <Riddell> frecel: but it's best to build in a clean environment so I have a local chroot that recreates a clean install [21:07] <Riddell> frecel: debuild -j2 and see what happens :) [21:07] <Riddell> frecel: did you update debian/control for new myssql version? [21:08] <frecel> no, [21:08] <Riddell> frecel: it'll be up at the top [21:09] <Riddell> somewhere under Build-Depends: [21:09] <Riddell> I see it "mysql-server-core-5.5 | mysql-server-core" [21:09] <Riddell> needs to be 5.6 now [21:10] <Riddell> still needs an apt install [21:12] <frecel> victory [21:14] <Riddell> frecel: I looked at the build log to check the configure output, it seems all fine [21:14] <Riddell> frecel: so aye, time for a cup of tea now [21:14] <Riddell> frecel: once it's done we'll need to check if there's stuff not being build any more and new stuff being built and alter the .install files as needed [21:14] <frecel> Riddell: do you have to use the version of ubuntu that you build a package for? [21:15] <Riddell> frecel: no but it's obviously good if you can test the package yourself [21:15] <Riddell> or ask someone else to test [21:15] <Riddell> in this case we're building on an i386 so I can't install the .debs at the end anyway [21:16] <Riddell> so we'll put it into a standing archive and get someone to test it them put it into backports (because we're frozen for the vivid release) [21:17] <frecel> How are packages updated after the freeze? I've heard a lot of devs complain that it's hard to get their software uptated in the Ubuntu repos [21:17] <Riddell> frecel: well they're not, that's what it means to freeze :) [21:17] <frecel> Unless they can get it in debian and it happens to trickle down to Ubuntu just in time [21:17] <Riddell> it won't trickle down while we're frozen [21:18] <Riddell> but we can put it into backports [21:18] <Riddell> which is another apt repository people can add [21:18] <frecel> So the freeze lasts for the entire nine months? [21:18] <Riddell> sure, once we release that's it [21:19] <Riddell> which you can argue is a bit rubbish for developers and users [21:19] <Riddell> but that's the way linux distros are set up [21:19] <Riddell> canonical did have an extras repository for individual apps that want to be separate, dunno what happened to that [21:20] <frecel> Riddell: I think there are plenty of applications that should be frozen, like everything that has anything to do with the display server for example [21:20] <frecel> but I don't see why something like digikam shoudln't be updated if they have a new stable release in july [21:21] <Riddell> other systems like android, windows, mac etc have a separation between operating system and apps but linux distros don't [21:21] <Riddell> the trouble is if you update digikam what happens if digikam needs a new Qt version? [21:21] <Riddell> then you have to update that too [21:22] <Riddell> or you have to bundle it together and duplicate qt once for each application [21:22] <frecel> fair enough [21:22] <Riddell> linux has efficiency for not bundling the same library 100 times but it does mean apps can be older by default [21:26] <soee> we should alway sprovide atest apps only for latest release [21:27] <frecel> Riddell: so do you assign applications to packagers to take care of [21:27] <frecel> ? [21:27] <frecel> or do people just check versions and package what they feel like [21:27] <Riddell> frecel: kde has three muckle releases, frameworks, plasma and applications [21:28] <Riddell> and those get put into kubuntu ci for continuous builds [21:28] <Riddell> and then someone takes on the tars and packages them [21:28] <Riddell> as sgclark is doing now for frameworks [21:28] <Riddell> we have scripts to do them because it's mostly repetative and there's lots of them [21:28] <Riddell> http://qa.kubuntu.co.uk/kf5-status/build_status_5.9.0_vivid.html [21:28] <Riddell> frecel: a lot of other stuff gets updated in debian and we just sync it [21:28] <Riddell> otherwise stuff gets packaged as people feel the need [21:29] <Riddell> we have watches on a lot of packages for new releases http://qa.kubuntu.co.uk/buildstatus/kubuntu-buildstatus.html [21:35] <frecel> Riddell: so the entire thing depends mostly on how much applications can we package before the freeze [21:37] <Riddell> frecel: yep [21:37] <Riddell> but that's true of any software development [21:39] <frecel> Riddell: for me as a user PPAs solve the problem entirely [21:40] <frecel> There are a few applicaitons that I need to be at the very latest version, the rest of it I don't really care about [21:41] <ahoneybun> kubotu_: give beer to frecel [21:42] <frecel> ahoneybun: do you look at the changes to DocCheck? I'm trying to add something to it every day now [21:42] <ahoneybun> frecel: let me check sorry [21:43] <frecel> ahoneybun: I improved the dictionary quite a bit so for a lot of files it only returns names and email adresses [21:45] <ahoneybun> getting some invalid syntax [21:46] <Riddell> frecel: it's done! [21:46] <ahoneybun> line 32 [21:46] <Riddell> frecel: I'll need to leave soon to chat to my girlfriend, how are you doing for time? [21:47] <frecel> I'm in UTC -7 timezone I got plenty of time [21:47] <Riddell> frecel: so it's saying it can't install a file [21:47] <Riddell> which means that file was in a previous release but now isn't [21:48] <Riddell> dh_install: libkgeomap-data missing files (usr/share/locale/*/LC_MESSAGES/libkgeomap.mo), aborting [21:48] <Riddell> frecel: so edit libkgeomap-data.install and remove the line that wants that file [21:50] <Riddell> frecel: now run dh_install --list-missing [21:50] <Riddell> and it'll try to install the files again [21:50] <Riddell> cd .. i guess [21:51] <frecel> woah [21:51] <Riddell> lovely, it no longer has files listed in .installs that don't exist [21:51] <Riddell> frecel: not it has files that make install has installed (into debian/tmp) but are not put anywhere by the .install files [21:52] <Riddell> frecel: there should be a debian/not-install file where we list the files we know don't want to be installed [21:52] <Riddell> check that [21:54] <Riddell> frecel: the only ones that need added are the appstream .xml files [21:54] <Riddell> work out which .install file to put them in [21:54] * Riddell calls girlfriend [21:58] <frecel> Riddell: what am I looking for? [22:06] <frecel> ahoneybun: when you selected a folder did you end the path with / [22:06] <frecel> ahoneybun: I just realized that it needs it and the code doesn't check for wheather it's there [22:12] <Riddell> frecel: those appdata .xml files [22:17] <frecel> Riddell: wouldn't it just go into digikam.install? [22:18] * Riddell back [22:18] <Riddell> frecel: the digikam one will yes [22:18] <Riddell> the showfoto one will go in showfoto [22:18] <Riddell> and the other ones, dunno we need to look and see what they go with [22:18] <frecel> I think I need more coffee [22:19] * genii hand-grinds some good strong arabica coffee beans, fires up the french press, and gets to making a fresh mug for frecel [22:21] <Riddell> frecel: looks like those plugins are part of the main digikam.install package [22:21] <Riddell> frecel: so put all the appdata files into digikam.install except showfoto which goes in showfoto.install [22:25] <frecel> Riddell: done [22:28] <Riddell> frecel: run debuild -nc to rerun the build (with no clear so it won't have to compile it all again) [22:31] <soee> frecel: hows the packaging going ? :) [22:32] <Riddell> once him once lintian stops running :) [22:32] <frecel> soee: There is more to it than I ininitally thought [22:33] <soee> frecel: i know, thats why i hadn't time so far to start with it [22:33] <Riddell> frecel: looking good [22:33] <Riddell> frecel: you should have .debs in the directory above [22:33] <soee> but some day i have to, maybe than you can help me a bit :) [22:34] <Riddell> frecel: install them with dpkg --install *deb [22:34] <soee> frecel: mówisz po polsku ? (do you speak pl) ? [22:34] <frecel> soee: Tak [22:34] <soee> frecel: cool :) [22:35] <frecel> ja się wyprowadziłem z polski jak miałem 17 lat, osiem lat minęło ale jeszcze pamiętam język ojczysty [22:35] <soee> frecel: cool, would be easier maybe to communicate someday, anyway here we speak enaglish :) [22:37] <Riddell> frecel: so it installs [22:38] <Riddell> frecel: let's upload it to a ppa to build there and get people to test [22:38] <Riddell> frecel: inside the source directory run debuild -S [22:38] <Riddell> to make the source files [22:40] <frecel> Riddell: it looks like it's missing your gpg keys [22:42] <Riddell> frecel: change UNRELEASED to vivid and run debuild -S again [22:43] <frecel> Riddell: whic file was it in again? [22:43] <Riddell> frecel: debian/changelog [22:46] <Riddell> frecel: I did a remote sign [22:46] <Riddell> >debsign -r ubuntu@ec2-54-159-224-203.compute-1.amazonaws.com:mnt/digikam/digikam_4.9.0-0ubuntu1_source.changes [22:46] <Riddell> frecel: you can now upload it to my ppa [22:46] <Riddell> dput ppa:jr/ppa digikam_4.9.0-0ubuntu1_source.changes [22:47] <Riddell> frecel: dput --unchecked I guess [22:50] <frecel> Riddell: how long do you think it will take to build on launchpad? [22:52] <Riddell> frecel: building now https://launchpad.net/~jr/+archive/ubuntu/ppa/+build/7321261 [22:52] <Riddell> so I guess it'll be done in 15 mins or so [22:52] <Riddell> then you can fine someone using vivid to install and test [22:52] <Riddell> then we can copy it over to kubuntu-ppa/backports [22:52] <Riddell> and life will be good for digikam users [22:53] <Riddell> frecel: any questions before I sleep? [22:53] <Riddell> there's lots more to learn of course [22:53] <Riddell> we keep the packaging in bzr and git for one thing [22:53] <Riddell> and there's the fun of symbols files [22:53] <frecel> Not really, I will try build one on my own now and probably spam you with questions tomorrow [22:53] <Riddell> and the scripts for the big kde releases [22:53] <Riddell> good idea [22:54] <Riddell> do you want me to keep the ec2 up? [22:54] <frecel> I have a vps that I have to reimage today I'll just do it there [22:55] <Riddell> groovy [22:55] <Riddell> shutting down [22:55] <Riddell> frecel: oh your should join https://launchpad.net/~kubuntu-ninjas-yellow-belts now :) [22:56] <Riddell> added you :) [22:56] <frecel> Thanks :D [22:57] <frecel> as a side note is byobu just a reconfigured tmux? [23:00] <Riddell> frecel: it's gnu screen [23:00] <Riddell> with a nice profile [23:03] <Riddell> sgclark: that should be frameworks all done up in the ppa now and plasma-nm [23:04] <Riddell> the question now is what to do with it [23:04] <Riddell> but I guess testing is welcomed [23:04] * Riddell sleeps [23:10] <yofel> Riddell: it's not screen but tmux these days [23:10] <yofel> frecel: pretty much [23:10] <yofel> with a couple extensions [23:11] <frecel> yofel: screen has always been enough for me anyway, I just thought that bar on the bottom looks cool [23:36] <sgclark> Riddell: thanks!
ubuntu-chat
2024-05-13T22:11:02.595534
"2015-04-11T00:00:00"
{ "license": "Public Domain", "authors": [ "BluesKaj", "Guest72465", "Peace-", "Riddell", "ahoneybun", "darthanubis", "frecel", "genii", "jalo", "kubotu_", "lordievader", "mparillo", "ovidiu-florin", "sgclark", "soee", "valorie", "yofel" ], "url": "https://irclogs.ubuntu.com/2015/04/11/%23kubuntu-devel.txt", "channel": "#kubuntu-devel" }