id
stringlengths
15
40
text
stringlengths
4
4.04M
source
stringclasses
1 value
added
stringdate
2024-05-13 22:10:59
2024-05-13 23:05:23
created
timestamp[s]date
2004-07-05 00:00:00
2024-05-13 00:00:00
metadata
dict
2015-11-24-#ubuntu-us-mi
[00:18] <cmaloney> heh [15:17] <jrwren> no mr recruiter, i'm not proficient in Java, jQuery and CoffeeScript development. [17:13] <cmaloney> jrwren: You should be. [17:13] <jrwren> lol [17:13] <cmaloney> There's no future in Go. ;) [17:13] <jrwren> now THAT, i believe. [17:14] <rick_h_> jrwren: I got one for PHP recently and I had to think "could I write a 10 line working PHP program from memory today? ...nope" [17:17] <jrwren> :0 [20:08] <cmaloney> rick_h_: Same with me and Perl. I could probably muddle my way through some code but it would take me a while to get back into the swing of things. [20:11] <jrwren> I've never used java or coffeescript in a professional envirnoment and jquery only minimally. [23:56] <brousch> I haven't even installed Python at my new job. I think I'm becoming management [23:59] <rick_h_> brousch: welcome to the club
ubuntu-chat
2024-05-13T22:11:31.200211
2015-11-24T00:00:00
{ "license": "Public Domain", "authors": [ "brousch", "cmaloney", "jrwren", "rick_h_" ], "url": "https://irclogs.ubuntu.com/2015/11/24/%23ubuntu-us-mi.txt", "channel": "#ubuntu-us-mi" }
2015-11-24-#ubuntu-pt
[04:10] <astroo-> ciao pessoal [22:05] <astroo-> ola pessoal
ubuntu-chat
2024-05-13T22:11:31.200749
2015-11-24T00:00:00
{ "license": "Public Domain", "authors": [ "astroo-" ], "url": "https://irclogs.ubuntu.com/2015/11/24/%23ubuntu-pt.txt", "channel": "#ubuntu-pt" }
2015-11-24-#ubuntu-us-tn
[10:30] <minasota> http://thisissecurity.net/2015/11/23/hackers-do-the-haka-part-1/
ubuntu-chat
2024-05-13T22:11:31.201321
2015-11-24T00:00:00
{ "license": "Public Domain", "authors": [ "minasota" ], "url": "https://irclogs.ubuntu.com/2015/11/24/%23ubuntu-us-tn.txt", "channel": "#ubuntu-us-tn" }
2015-11-01-#ubuntu-ca
[23:32] <LarryB> anyone able to shed light on DVD not mounting anymore after upgrading to Unity 15.10? [23:35] <azend|vps> LarryB: that's pretty strange [23:35] <azend|vps> have you tried mounting via the command line? [23:37] <LarryB> yes i get hte following: [23:37] <LarryB> mount: can't find /cdrom in /etc/fstab [23:38] <azend|vps> what is the full command you use? [23:38] <LarryB> I have started looking online but all they suggest didn't work :( [23:38] <LarryB> sudo mount /cdrom [23:38] <azend|vps> ah [23:38] <azend|vps> yeah, that's not going to work :) [23:38] <LarryB> so I see :) [23:39] <LarryB> tried: mount /dev/sr0 [23:39] <azend|vps> normally in ubuntu, drives get mounted with fuse instead of with the mount command [23:39] <LarryB> same error (/dev/sr0 not foun d in fstab [23:39] <azend|vps> this makes access to the mount more secure and does not require extra priviledges [23:39] <LarryB> oh? ok [23:39] <azend|vps> like sudo [23:40] <azend|vps> try `sudo mount /dev/sd0 /mnt` [23:40] <LarryB> :( [23:40] <LarryB> mount: special device /dev/sd0 does not exist [23:40] <azend|vps> err [23:40] <azend|vps> sorry [23:40] <azend|vps> sr0 [23:40] <azend|vps> typo [23:41] <LarryB> mount: special device /dev/sd0 does not existmount: /dev/sr0 is write-protected, mounting read-only [23:41] <LarryB> james@james-Ubuntu:~$ [23:41] <LarryB> may work. cause no write to cdrom [23:41] <azend|vps> cool [23:41] <azend|vps> yeah, that's normal [23:41] <azend|vps> when you want to unmount it later, use `sudo umount /mnt` [23:41] <LarryB> where did it mount to? (whiuch directory)? [23:41] <azend|vps> `/mnt` [23:42] <LarryB> ahh ther eit is. [23:42] <azend|vps> /mnt is a generally good location for mounting random disks for short periods of time [23:42] <LarryB> thanks azend|vps . So change /mnt to /mnt/cdrom would put it there [23:42] <azend|vps> but only as a super usier [23:42] <azend|vps> user [23:42] <LarryB> perfect. thansk again [23:42] <azend|vps> no [23:43] <LarryB> no? [23:43] <azend|vps> oh yeah [23:43] <azend|vps> unmount the disk [23:43] <azend|vps> `mkdir -p /mnt/cdrom` [23:43] <azend|vps> and then remount it in the new location [23:43] <LarryB> should jsu tmake a .sh [23:43] <LarryB> \for cd mount [23:43] <azend|vps> but if you have to do it this way, something is wrong [23:44] <azend|vps> ubuntu will usually mount it with fuse in /media/<some media id>/ [23:44] <azend|vps> or /media/<user>/<some media id> [23:44] <LarryB> yeah the issue I had was going to 15.10 upgrade path [23:44] <LarryB> a data disk automounted. buit the dvd didn't [23:45] <LarryB> is there a apt-get to uninstall/re-install fuse? [23:45] <azend|vps> there is but I wouldn't try it as it'll probably break something [23:45] <LarryB> heh the upgrade did [23:45] <azend|vps> sounds like some sort of weird unity issue with fuse though [23:46] <azend|vps> I know there's a config item burried in gconf that allows you to enable/disable automounting of new volumes [23:47] <azend|vps> but you'd need to do a bit more diagnosis first [23:47] <azend|vps> otherwise you're just running around in the dark with a knife [23:47] <LarryB> that or a bug that is updated soon [23:47] <LarryB> true [23:47] <azend|vps> also true [23:47] <LarryB> i get lucky sometimes in the dark but it is not ideal [23:48] <azend|vps> you could try putting in a bug ticket on a relavent launchpad project [23:48] <azend|vps> perhaps you're just the first to notice this issue [23:48] <LarryB> migh towrk. my install upgrade was iffy. [23:49] <LarryB> after install it wanted to install a partial upgrade after [23:49] <LarryB> then it said we were good after that run [23:49] <LarryB> HexChat: 2.10.2 ** OS: Linux 4.2.0-16-lowlatency x86_64 ** Distro: Ubuntu "wily" 15.10 ** CPU: 8 x Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel) @ 2.53GHz ** RAM: Physical: 2.9GiB, 35.7% free ** Disk: Total: 233.9GiB, 79.6% free ** VGA: NVIDIA Corporation NX7600GS-T2D256EH ** Sound: Audigy - SB Audigy 1 [SB0092] ** Ethernet: Intel Corporation 82567LM-2 Gigabit Network Connection ** [23:49] <LarryB> Uptime: 43m 11s ** [23:50] <azend|vps> is that a custom kernel? [23:51] <azend|vps> Linux PHEONIX 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64 GNU/Linux [23:51] <azend|vps> Ubuntu is not as far behind as it used to be [23:51] <LarryB> how do you tel? [23:51] <LarryB> uname? [23:51] <azend|vps> yeah [23:52] <azend|vps> well it's in your hexchat thing [23:52] <azend|vps> but `uname -a` will show you what I just copied [23:53] <LarryB> yeah not sure what i clicked but that's probably it [23:53] <azend|vps> Resuming in non X mode: xdpyinfo not found. For package install advice run: inxi --recommends [23:53] <azend|vps> CPU~Quad core Intel Core i7-4790 CPU (-HT-MCP-) clocked at Min:3599.859Mhz Max:3781.546Mhz Kernel~4.2.3-1-ARCH x86_64 Up~6 days Mem~4251.0/16003.9MB HDD~2000.4GB(4.9% used) Procs~275 Client~Quassel (pre v0.4.1) inxi~2.1.2  ubuntu will usually mount it with fuse in /media/<some media [23:54] <LarryB> ls [23:54] <LarryB> grr [23:56] <azend|vps> LarryB: hmm? [23:56] <LarryB> typing bash code in chat [23:58] <azend|vps> :)
ubuntu-chat
2024-05-13T22:11:31.207051
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "LarryB", "azend|vps" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ca.txt", "channel": "#ubuntu-ca" }
2015-11-01-#ubuntu-se
[00:33] <Hund> Barre: Haha [15:35] <Guest10028> hur kan jag logga in på freenod och registrera? [15:36] <Guest10028> hur kan jag logga in på freenod och registrera? [15:36] <Guest10028> hur kan jag logga in på freenod och registrera mig? [15:37] <Guest10028> någonting med msg eller? [15:37] <andol> Guest10028: https://freenode.net/faq.shtml#nicksetup [17:12] <sysop-rick> http://hastebin.com/otuwaxaquh.hs hur kan jag på enklast möjligast vis spara stdout till en variabel på rad 10 och på rad 14 "kalla" / skicka den variabeln i ett email till en användare? [17:13] <sysop-rick> i skrivande stund får jag följande värde, text som står inom " " på rad 14 :/ [17:17] <andol> sysop-rick: Varför gör du en ny web_page.read() på rad 14, istället för att återanvända variablen myip från rad 9? [17:20] <sysop-rick> andol: aah sant [17:20] <andol> Sen skulle jag väl bygga upp meddelande något i stil med följande [17:20] <andol> msg = 'Your IP is {}'.format(myip) [17:20] <andol> Sen kan du använda variablen msg både att göra en print på och att sen bifoga i mailet. [17:21] <sysop-rick> andol: ska det se ut nått i stil med msg = "Your IP is " + myip [17:21] <sysop-rick> andol: snyggt ska prova den omedelbart [17:22] <sysop-rick> andol: riktigt tjusigt [17:22] <andol> Bitte [17:23] <sysop-rick> andol: ska se om man kan göra en subject också, i skrivande stund är det tomt där :P [17:24] <sysop-rick> kanske ngt i stil med msg['Subject'] = 'Hello!' [17:25] <andol> Nu har jag iofs aldrig använt smtplib, men nu känns det som att du blandar datatyper rätt hej vilt. [17:29] <sysop-rick> andol: jo, hålelr på nu lite trial o error [17:33] <sysop-rick> andol: borde inte msg['Subject']='What ever you Want' [17:33] <sysop-rick> funka tkr man? [17:33] <sysop-rick> om man kör den innan msg = 'Your IP is {}'.format(myip) [17:34] <andol> sysop-rick: Är det här mest ett privat fulhack, eller ska det göra något riktigt? Ifall det rör sig om det senare så skulle jag föreslå att du uppmärksammar notisen längst ner på https://docs.python.org/2/library/smtplib.html [17:34] <andol> In general, you will want to use the email package’s features to construct an email message, which you can then convert to a string and send via sendmail(); [17:35] <sysop-rick> andol: det är förstnämnda :-) ska kika där tack [17:36] <andol> Om jag läser dokumentationen rätt så förväntar sig sendmail() att msg ska vara en sträng, som dock inte enbart behöver innehåll mailet meddelanden, utan även kan innehålla mailheaders, såsom ämnesrad. [17:39] <andol> https://docs.python.org/2/library/email-examples.html#email-examples innehåller iofs kod som msg['Subject']. Då är dock inte msg en textsträng, utan ett MIMEText-objekt. När det sen ska till att användas i sendmail-funktionen så görs det där en msg.as_string(), vilket torde spotta ur sig en textsträng ur objektet. [17:41] <sysop-rick> andol: japp den spottar dock ur sig Traceback (most recent call last): [17:41] <sysop-rick> File "ip-autoupdater.py", line 31, in <module> [17:41] <sysop-rick> server.sendmail(fromaddr, toaddrs, msg.as_string()) [17:41] <sysop-rick> AttributeError: 'str' object has no attribute 'as_string' [17:41] <sysop-rick> rad 31 > server.sendmail(fromaddr, toaddrs, msg.as_string()) [17:42] <andol> Hur har du byggt upp msg då? Ny paste? [17:44] <andol> Sen ut som att msg fortfarande är en vanlig textsträng. [17:45] <sysop-rick> andol: http://pasted.co/939c12df [17:46] <sysop-rick> andol: andol precis har inte ändrat ditt trick där med msg = [17:47] <sysop-rick> andol: kan inte hävda att jag är nå vidare på py försöker tänka för mkt i "bash banor" [17:48] <andol> Ahh, nu ser jag vad du har gjort för fel :) [17:51] <andol> Först skapar du msg som ett MIMEText-objekt, och sen skriver du över det helt som ett sträng-objekt [17:52] <andol> Där har vi det konceptuella felet [17:52] <andol> Sen är jag lite osäker på varför du gör "from email.MIMEText import MIMEText [17:53] <sysop-rick> andol: tycker du jag borde skriva import MIMEText redan i början när jag importerar bl.a smtplib? [17:53] <andol> istället för "from email.mime.text import MIMEText", hur de objekten förhåller sig till varandra, eller ifall det bara gör sig om shortcuts [17:54] <andol> Blev lite konstigt med radbrytningen där. Undrade alltså hur du tänkte med "from email.MIMEText import MIMEText" vs. "from email.mime.text import MIMEText". Där det senare ju vart vad exemplet föreslår [17:55] <sysop-rick> ok, så uppercase/lowercase har stor påverkan? [17:56] <sysop-rick> ska koka lite kaffe här, måste hålla fokus för att förstå mig på python :) [17:56] <sysop-rick> ursäkta om jag upplevs dålig på de språket [17:57] <andol> Hursom tolkar jag det som att du vill bygga upp MIMEText-objektet enligt följande: http://hastebin.com/etexakevaw.vhdl [17:58] <andol> I övrigt så är det ju det här ett relativt trivialt bash-skript att koda ihop, ifall du känner dig bekvämare mer det. [17:58] <andol> Å andra sidan så är det ju aldrig fel att lära sig lite mera Python. [17:59] * andol försöker mest vara hjälpsam, utan att skriva ihop hela skriptet åt sysop-rick. [18:00] <sysop-rick> andol: jag förstår, häng kvar lite =) [18:08] <sysop-rick> andol: precis du förstå rätt hur jag tänkte bygga upp MIMEText-objektet där [18:09] <sysop-rick> andol: bör jag skippa msg=MIMEMultipart() och ersätta med msg=MIMEText [18:09] <sysop-rick> ()* [18:10] <sysop-rick> andol: hmm takes atleast 2 arguments one given [18:11] <andol> Jo, tror MIMEText är mer rätt i ditt läge än vad MIMEMultipart är. [18:34] <Krawlezt> Hej! [18:51] <Krawlezt> Pysslade med Linux för ett par år sedan och hittade glädjen ganska snabbt och tänkte försöka hitta tillbaka igen efter dessa år men är kluven till vad jag ska välja! Vad kör ni för distro och varför? :) [18:52] <andol> Krawlezt: Tja, eftersom det här är #ubuntu-se, vad förväntar du dig för svar annat än Ubuntu? :-) [18:53] <Krawlezt> Haha! Tvekar dock på att alla kör det ;) [18:53] <Krawlezt> Sist hade jag (K)Ubuntu 12.04 så mycket har ändrats :D [18:58] <Krawlezt> Finns fortfarande Unity(?) kvar? Minns att jag inte tyckte om det utan var mer för gnome classic. [18:59] <cowbacon> Krawlezt: jag gillade inte heller unity i de tidigare versionera. men nu när det mognat är det helt ok [18:59] <cowbacon> kör bara vanilla ubuntu på alla mina maskiner [19:00] <cowbacon> annars har du alltid fedora, som kör gnome 3 i default spinnen. den är mer bleeding edge än ubuntu om du gillar det [19:01] <cowbacon> tar en timme eller två att vänja sig vid gnome/unity men efter det är det ganska mysit :) [19:01] <Krawlezt> cowbacon: Aha okej! Ja kan nog vara så, tror ändå det mesta kommer bli "helt nytt" för mig då det var ett par år sedan :) [19:02] <Krawlezt> Ser på distrowatch att Ubuntu har massor utav olika Ubuntus? Ubuntu MATE/Gnome etc etc [19:02] <cowbacon> yep, olika DEs, xubuntu, lubuntu, kubuntu, gnome, och mate typ [19:03] <cowbacon> ta ner alla distrona, installera i en VM och känn efter vilken du gillar [19:03] <andol> Ähh, samma dist ju, som mest skiljer sig vilken skrivbordsmiljö och vilka paket drar in som default. [19:03] <cowbacon> gillade du gamla ubuntu innan unity, så kan MATE vara nåt för dig, ser ut som gnome 2 [19:05] <Krawlezt> Aha okej men kan jag ta vanliga Ubuntu och få KDE/Gnome classic eller är det lika bra att ta Kubuntu eller MATE direkt? [19:06] <cowbacon> det kan du. bara att apt-get:a ner paketen efter installation [19:07] <cowbacon> och välja den DEn vid inloggningsrutan [19:08] <Krawlezt> Aha okej! :) [19:11] <cowbacon> Krawlezt: http://askubuntu.com/questions/162516/switching-window-manager-desktop-environments [19:11] <cowbacon> visar hur du gör [19:11] <huttan> Krawlezt: osx =) [19:13] <Krawlezt> Tror faktiskt det blir Debian den här gången! [19:13] <cowbacon> alltid skoj att testa nya distar :> [19:15] <Krawlezt> Ja exakt! Kan installera alla windowmangers i Debian installationen och välja när jag logga in så ska köra på Debian :) [19:15] <cowbacon> go for it. debian är nice. stabilt och stadig distro [19:16] <Krawlezt> Ja :) Funderar vad jag ska pyssla med i Linux då jag redan har en dator jag spelar på [19:19] <cowbacon> börja programmera kanske? [19:19] <cowbacon> alltid skoj att sätta upp en dev-miljö [19:21] <Krawlezt> Ja blir väl något sånt! Kommer väl ta en stund att få allt som jag vill dock :) [19:23] <cowbacon> ett annat projekt kan vara att strunta i DE och bara köra WM [19:24] <cowbacon> och sätta upp allt så som du vill ha det [19:34] <Krawlezt> Det är fantasin som sätter gränserna :) [20:09] <Krawlezt> Någon som vet om det finns fler svenska kanaler här på Freenode?
ubuntu-chat
2024-05-13T22:11:31.221345
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Guest10028", "Hund", "Krawlezt", "andol", "cowbacon", "huttan", "sysop-rick" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-se.txt", "channel": "#ubuntu-se" }
2015-11-01-#ubuntu-ru
[00:02] <andrybak> !help [00:02] <ubuntuhelp> Привет, я любимый инфобот канала #ubuntu-ru, Как меня использовать? Просто напишите: ![ls/mc/man/fdisk] или ![ATI/nVidia/etc] вот так. Внимание, чтобы не залететь в игнор/бан, используйте ПРИВАТ и !search [ATI/nVidia/etc] см: http://ubuntuhelp.org.ru/ [00:02] <andrybak> !ls [00:02] <ubuntuhelp> ls (dir, vdir) — команда Unix-подобной операционной системы, которое выводит (обычно на консоль) содержимое каталога (по умолчанию текущего). [00:02] <andrybak> !look [00:02] <ubuntuhelp> В моей энциклопедии этого нет, однако посмотри на http://www.google.ru/search?hl=ru&q='look' [00:02] <andrybak> !man man [00:02] <ubuntuhelp> man (от англ. manual — руководство) — команда Unix, предназначенная для форматирования и вывода справочных страниц. См. http://ru.wikipedia.org/wiki/Man_(%D0%BA%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0_Unix) [00:02] <andrybak> !git [00:02] <ubuntuhelp> Git — это распределённая система управления версиями файлов и совместной работы, созданная Линусом Торвальдсом. Подробности см. тут: http://ru.wikipedia.org/wiki/Git [00:02] <andrybak> !hg [00:02] <ubuntuhelp> В моей энциклопедии этого нет, однако посмотри на http://www.google.ru/search?hl=ru&q='hg' [00:03] <andrybak> !patch [00:03] <ubuntuhelp> Патч — автоматизированное программное средство, используемое для устранения проблем в ПО или изменения его функционала. О пропатчивании Ubuntu см. тут: https://wiki.ubuntu.com/Bugs/HowToFix и https://wiki.ubuntu.com/PackagingGuide/PatchSystems ps: !make-patch [06:17] <cl4r1ty7072> всем ку [10:08] <REGETT_> Всем красноглазого утра :D [10:08] <ghabit> Уже час дня вообще-то :) [10:08] <ghabit> Красноглазый час. [10:24] <REGETT_> ghabit>Может и час, некогда смотреть на часы :D [12:01] <REGETT_> как вызвать переключение между окнами в 3D на Unity? [12:34] <oles_> REGETT_, Alt+Tab? [12:35] <REGETT_> oles_ так появляется прост переключение плиткой [12:36] <oles_> REGETT_, а как надо? [12:37] <tagezi> при помощи перезагрузки ) [12:40] <REGETT_> https://youtu.be/f0FAa0kT0ws?t=183 [13:03] <andrybak> звучит так, что REGETT_ нужен compizconfig-settings-manager [18:25] <Sergey_IT> с ноябрем [23:03] <tagezi> !paste [23:03] <ubuntuhelp> Если вам нужно показать большой текст (больше 3 строк), используйте http://paste.ubuntu.com/ http://hastebin.com
ubuntu-chat
2024-05-13T22:11:31.240269
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "REGETT_", "Sergey_IT", "andrybak", "cl4r1ty7072", "ghabit", "oles_", "tagezi", "ubuntuhelp" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ru.txt", "channel": "#ubuntu-ru" }
2015-11-01-#ubuntu-il
[22:35] <P> היי
ubuntu-chat
2024-05-13T22:11:31.241904
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "P" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-il.txt", "channel": "#ubuntu-il" }
2015-11-01-#ubuntu-on-air
[17:06] * Abdul slaps Abdul around a bit with a large fishbot
ubuntu-chat
2024-05-13T22:11:31.242373
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Abdul" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-on-air.txt", "channel": "#ubuntu-on-air" }
2015-11-01-#ubuntu-it
[08:09] <tnozyrox> buona domenica https://it.wikipedia.org/wiki/1%C2%BA_novembre [08:12] <ExPBoy> tnozyrox, e che ci azzecca con ilk supporto di ubuntu? [08:18] <cristian_c> lol [08:18] <ExPBoy> eh [08:18] <tnozyrox> niente era solo un saluto ;) [08:19] <ExPBoy> tnozyrox, magari bastava un ciao [08:20] <tnozyrox> magari :) [08:20] <ExPBoy> !chat [08:20] <ubot-it> per qualsiasi argomento non inerente strettamente il supporto a ubuntu, /join #ubuntu-it-chat [08:21] <tnozyrox> si si il tuo posto lo so ;) [09:08] <fabbio84> cristian_c: allora come devo fare? [09:08] <fabbio84> cristian_c: :-D [09:09] <cristian_c> !chiedi | fabbio84 [09:09] <ubot-it> fabbio84: per cortesia non chiedere il permesso di chiedere, semplicemente formula la domanda (tutta su una riga, in modo tale che gli altri possano leggerla e seguirla con facilità). Se qualcuno conosce la risposta ti risponderà :-) [09:09] <fabbio84> webcam non riconosciuta su lubuntu 12.04 [09:09] <cristian_c> !dettagli | fabbio84 [09:09] <ubot-it> fabbio84: Per favore dacci dettagli completi. Per esempio "Ho un problema con..., sto usando Ubuntu versione... con interfaccia.... Quando provo a fare..., ottengo questo output: ..., ma mi sarei aspettato che facesse..." [09:13] <fabbio84> Ho un problema con la webcam, sto usando Ubuntu versione 12.04 con interfaccia Lubuntu Quando provo ad aprire la webcam con guvcview, ottengo questo output: assicurarsi che la webcam sia connessa e che sia installato il rispettivo driver [09:14] <cristian_c> ok [09:14] <cristian_c> fabbio84: allora [09:14] <cristian_c> fabbio84: con guvcview ultimamente ho riscontrato problemi [09:15] <fabbio84> cristian_c: http://paste.ubuntu.com/13061455/ [09:15] <cristian_c> fabbio84: versione del kernel utilizzata? [09:15] <fabbio84> cristian_c: come lo vedo? [09:15] <cristian_c> fabbio84: uname -r [09:17] <fabbio84> cristian_c: uname -r [09:17] <fabbio84> cristian_c: 3.2.0-92-generic [09:18] <cristian_c> fabbio84: quindi hai installato lubuntu circa due anni fa? [09:20] <fabbio84> cristian_c: ieri sera [09:20] <cristian_c> fabbio84: ma il cd l'hai scaricato un paio di anni fa [09:20] <fabbio84> no ieri [09:21] <fabbio84> cristian_c: ho scaricato la 11.10, poi ho aggiornato la distro alla 12.04 [09:21] <cristian_c> lol [09:21] <fabbio84> cristian_c: perchè le versioni più recenti non mi permettevano l'istallazione a causa di PAE [09:21] <cristian_c> fabbio84: ma fai un'installazione come si deve [09:21] <fabbio84> cristian_c: ma funziona tutto, tranne la cam [09:21] <cristian_c> fabbio84: a parte che la 11.10 non si aggiorna più [09:21] <cristian_c> boh [09:22] <cristian_c> fabbio84: beh, no, non è così [09:22] <cristian_c> fabbio84: esiste il forcepae [09:22] <fabbio84> cristian_c: ho provato anche a fare forcepae in fase di installazione come suggerito [09:22] <fabbio84> cristian_c: ma non ne voleva sapere, diceva che non poteva, di trovare un altra soluzione [09:22] <fabbio84> cristian_c: zio can [09:22] <cristian_c> fabbio84: su quale pc? [09:23] <fabbio84> cristian_c: questo che sto usando, il pc vecchio riesumato [09:23] <cristian_c> fabbio84: su quale pc? [09:24] <fabbio84> cristian_c: un vecchio asus a3500g [09:27] <cristian_c> fabbio84: pentium m? [09:27] <fabbio84> cristian_c: si [09:28] <cristian_c> !forcepae [09:28] <ubot-it> http://wiki.ubuntu-it.org/Installazione/FakePAE [09:28] <cristian_c> fabbio84: si parla esplicitamente del pentium m nella guida wiki [09:29] <fabbio84> cristian_c: già fatto [09:29] <cristian_c> Lubuntu e Xubuntu hanno offerto una versione PAE e non-PAE fino alla versione 12.04, ma dalla versione 12.10 solo le versioni PAE sono mantenute. [09:29] <cristian_c> fabbio84: già fatto cosa? [09:32] <fabbio84> cristian_c: si scusa, sto facendo [09:33] <cristian_c> ? [09:36] <fabbio84> cristian_c: sto seguendo la guida per questo pae [09:36] <fabbio84> mo stacco che deve riavviare [09:36] <fabbio84> ci vediamo dopo semmai [09:56] <bestiona> buongiorno, riscrivo per un problema con la scheda audio, ne ho due, una esterna nuova ed una integrata. Registrando con audacity mi dava l'ingresso in stereo ma registrava solamente a sinistra. [09:57] <bestiona> ho fatto più tentativi con varie combinazioni... ma il problema c'è sempre. potrebbero forse andare in conflitto le schede? [10:00] <cristian_c> bestiona: hai provato in questi giorni la scheda audio esterna con altri pc? [10:01] <hebel> scaricata la iso come si istalla ne notebook? [10:01] <Carlin0> !installazione | hebel [10:01] <ubot-it> hebel: http://wiki.ubuntu-it.org/Installazione | Per installazione grafica http://wiki.ubuntu-it.org/Installazione/Grafica | Si consiglia la visione della guida ufficiale in inglese http://www.ubuntu.com/desktop/get-ubuntu/download [10:01] <cristian_c> hebel: la .iso non si installa nel notebook [10:02] <cristian_c> si masterizza su dvd o si trasferisce su usb tramite appositi programmi [10:02] <hebel> si può con supporto usb nn ho il cd [10:02] <Carlin0> !winusb | hebel [10:02] <ubot-it> Voce non trovata: 'winusb' [10:02] <Carlin0> !usbwin | hebel [10:02] <hebel> devo fare l'avvio tramite usb [10:02] <ubot-it> hebel: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [10:03] <bestiona> cristian_c no [10:03] <Guest23425> ciao...c'avrei un piccolo problemino....passando al windows 8 dal boot del 12.04lts mi da : error: invalid arch independent ELF magic. [10:03] <bestiona> in uscita fuonziona bene... [10:03] <cristian_c> bestiona: allora provalo [10:04] <cristian_c> bestiona: accertati che la parte microfonica non sia guasta [10:04] <cristian_c> Guest23425: ? [10:04] <bestiona> cristian_c non ho altri pc... non se se è un problema di settaggio, magari non seleziono bene su audacity o su impostazioni audio... mi servirebbe una mano in questi termini forse [10:05] <cristian_c> bestiona: prova con altri software [10:05] <cristian_c> bestiona: o prova la scheda da amici, ecc... [10:06] <cristian_c> perché non sai se il problema è a livello hardware o software [10:08] <bestiona> cristian_c non c'è nessuna prova o accertamento che possiamo fare nel frattempo? [10:10] <cristian_c> bestiona: se ai parte dal presupposto che non sai se è un problema di ubuntu, non facciamo che stare a girarci i pollici [10:10] <cristian_c> sul canale di supporto a un sistema operativo [10:12] <bestiona> cristian _c dove posso porre allora questa domanda generica (riguardante comunque ubuntu)? [10:13] <cristian_c> bestiona: fai una cosa, prova la scheda audio su un pc con windows, qualunque esso sia [10:14] <cristian_c> bestiona: o reinstalla windows su quel pc [10:14] <cristian_c> che in fondo una sua utilità ce l'ha, anche per te [10:17] <bestiona> cristian_c è domenica, al momento non ho la possibilità di andare a casa di amici, aprirgli il computer, installare una scheda audio (che tra l'altro non ne sono capace) e fare questa verifica... e nemmeno installare windows su questo pc dato che l'ho formattato giusto due giorni fa... Vorrei solo sapere dove rivolgere questo quesito. [10:19] <cristian_c> bestiona: ti è stato detto e ridetto che dovresti controllare la piena funzionalità della scheda audio [10:19] <bestiona> ed io ho chiesto se c'era un'altra strada da percorrere, poiché al momento non posso provare la scheda su altre macchine. [10:20] <cristian_c> non sai se è un problema hardware, quindi la prima cosa da fare è chiarire questo punto [10:20] <cristian_c> bestiona: la strada da percorrere ti è stata indicata, per chiarire il dubbio in oggetto [10:21] <bestiona> cristian_c quindi mi stai dicendo che non ci sono altre vie per verificare il corretto funzionamento di una scheda video? [10:21] <bestiona> audio* [10:21] <apiera> Buongiorno, ho installato java 6 devnlop e mysql server per installare un software basato su liferay [10:21] <apiera> ed ho un problema [10:22] <cristian_c> bestiona: tu vorresti verificare se una scheda audio è rotta provandola unicamente su un unico pc con un unico os? [10:22] <cristian_c> e come fai? [10:22] <cristian_c> bestiona: da un punto di vista logico [10:23] <cristian_c> apiera: devnlop? [10:23] <bestiona> cristian_c la scheda è nuova installata l'altro ieri... vorrei sapere solamente se potrebbe essere un problema di conflitto fra schede e/o un settaggio su impostazioni>audio scorretto. [10:24] <apiera> ho seguito la guida del programmatore https://openunderwriter.atlassian.net/wiki/display/OU/Installation+notes dice di inserire la stringa 'lower_case_table_names = 1' su etc/mycnf [10:24] <Carlin0> apiera, java preso fuori dai repo ? [10:24] <cristian_c> bestiona: ha mai funzionato sta scheda? [10:24] <apiera> no, ho usato ubuntu software center sia per java che per mysqlo, devpn era un errore di dgt [10:24] <bestiona> cristian_c ripeto, in uscita funziona perfettamente, in entrata ho riscontrato questo problema di sbilanciamento stereo con audacity [10:25] <cristian_c> bestiona: ha mai funzionato sta scheda? <- in ingresso [10:25] <apiera> java Development Kit [10:25] <cristian_c> jdk [10:25] <Carlin0> apiera, veramente quella guida rimanda a un download dal sito oracle [10:26] <cristian_c> lol [10:26] <apiera> Carlino, si, ma se lo installo dai repo, non credo che cambia, il problema è un altro, ho installato mysql e se provo a loggarmi mi dice che quella riga aggiunta al file gli da fastidio [10:26] <Carlin0> apiera, se non credi .... ok [10:27] <bestiona> cristian_c ce l'ho da due giorni, l'ho provata ieri per registrare con audacity e non sono riuscito a fare in modo che il segnale in entrata apparisse stereo... [10:27] <apiera> Carlino, non ho ancora testato java... Mi sono fermato al problema di MySql, una cosa per volta [10:27] <apiera> anche perché la versione di liferay su cui gira c'è TOMCAT quindi forse il java serve solo per la parte frontend [10:28] <Carlin0> apiera, io invece non ho ancora capito cosa hai installato [10:28] <bestiona> cristian_c domani sicuramente torno dal tecnico che me l'ha installata, è ovvio, nel frattempo volevo fare delle prove per vedere se non fosse un problema di settaggio, o di scelta della scheda, o di conflitto fra schede. [10:28] <apiera> per ora java jdk e mysql server [10:28] <Carlin0> apiera, preso da ? [10:28] <cristian_c> bestiona: ok [10:28] <apiera> dai repo, ho usato ubuntu software center [10:28] <cristian_c> bestiona: allora, descrivi pc, versione di ubuntu [10:29] <cristian_c> e tutto quanto possa essere utile [10:29] <cristian_c> con tanto di output e schermate, se serve [10:29] <bestiona> cristian_c pc assemblato, scheda madre asus, ubuntu 14.04 [10:29] <cristian_c> bestiona: altrimenti non ti si può aiutare [10:29] <apiera> ho la versione 14.3 lts [10:29] <bestiona> va da sé... [10:30] <cristian_c> apiera: dpkg -l | grep jdk [10:30] <cristian_c> !paste | apiera [10:30] <ubot-it> apiera: 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 [10:30] <bestiona> non so come dare altre informazioni tipo comandi per una scheda tecnica del pc [10:31] <apiera> http://paste.ubuntu.com/13061736/ [10:31] <cristian_c> bestiona: posta le schermate di alsamixer e delle impostazioni audio di ubuntu, tanto per cominciare [10:32] <cristian_c> apiera: virtualbox? [10:32] <apiera> yes [10:33] <apiera> una area test per capire come gira sto software sul web, se va bene ubuntu, prendo una vps [10:33] <apiera> non si riesce ad installarlo su ambiente lamp o almeno, non c'è una guida e io di liferay sono completamente a digiuno [10:34] <apiera> e prima di spendere 15.000 euro in fase di startup, volevo capire che diamine fa sto software (che è open source) [10:34] <cristian_c> apiera: ogni software ha la sua documentazione ufficiale, generalmente [10:35] <apiera> si la documentazione ufficiale spiega come installarlo su linux, windows, e mac (come software) nel forum sembra che nessuno lo usi su xampp [10:35] <hebel> non riesco a fare partire la chiavetta usb x istallare ubuntu [10:35] <cristian_c> apiera: apt-cache policy openjdk-6-jdk [10:35] <apiera> x questo ho tirato su una virtualmacchine, se è facile farlo girare su ubutu, prendo una vps e buonanotte [10:35] <bestiona> cristian_c http://ibin.co/2L2lfLebFHD9 http://ibin.co/2L2lguRQkyHj http://ibin.co/2L2llanvIDta [10:36] <cristian_c> !veggenti | hebel [10:36] <ubot-it> hebel: Gli utenti di questo canale non sono in possesso di poteri magici, non possiedono sfere di cristallo e non sono nemmeno veggenti. Canonical non può permettersi un corso di stregoneria per i suoi collaboratori. Si chiede quindi, gentilmente, di esprimersi in maniera chiara e molto dettagliata. [10:36] <apiera> http://paste.ubuntu.com/13061758/ [10:37] <apiera> cristian_c:ioperò ora il problema iniziale ce l'ho su mysql server :D [10:39] <Carlin0> apiera, cmq sappi che quello oracle e quello open non sono la stessa cosa quindi se la guida invita a scaricare quello oracle forse c'è un perchè [10:40] <hebel> davvero? :P credevo che invece riuscivi in modo telepatico...... vabbè.... non riesco a fare partire la chiavetta su cuio ho caricato ubuntu in modalità avviaile da chiavetta .. [10:40] <hebel> scusa gli errori [10:41] <apiera> si Carlin0, ma se MYsql non va, inutile fuocalizzarmi su Java :) vorrei solo capire perché mi dice alessandro@alessandro-VirtualBox:~$ mysql -u root -p [10:41] <apiera> error: Found option without preceding group in config file: /etc/my.cnf at line: 1 [10:41] <cristian_c> !mysql | apiera [10:41] <ubot-it> apiera: http://wiki.ubuntu-it.org/Server/MySql [10:41] <cristian_c> apiera: la documentazione c'è [10:42] <cristian_c> !dettagli | hebel [10:42] <ubot-it> hebel: Per favore dacci dettagli completi. Per esempio "Ho un problema con..., sto usando Ubuntu versione... con interfaccia.... Quando provo a fare..., ottengo questo output: ..., ma mi sarei aspettato che facesse..." [10:42] <cristian_c> che se no, non si va avanti [10:44] <apiera> cristian_c:l'errore che mi riporta è la stringa che mi ha fatto inserire la guida del programmatore, non capisco perché gli dia fastidio, tutto li e poi mi da un errore deprecated [10:44] <hebel> ho scaricato la iso.... l'ho messa su una chiavetta usb in modo che mi facesse partire l'istallaziona da usb... ma non parte.... nella gestione disco me la vede come unità in fat32 ... [10:44] <cristian_c> apiera: hai letto la documentazione su mysql linkata? [10:45] <cristian_c> hebel: come l'hai messa? [10:45] <apiera> si e l'ho configurato, ora sto vedendo se ci sono passaggi che non ho fatto [10:45] <cristian_c> apiera: ok [10:46] <bestiona> cristian_c ho postato le schermata che mi dicevi [10:46] <cristian_c> bestiona: e... [10:46] <hebel> con un programma suggeritomi qui [10:46] <cristian_c> hebel: universal usb installer? [10:46] <hebel> si [10:46] <bestiona> cristian_c ...e ho fatto quello che mi avevi chiesto [10:46] <cristian_c> hebel: come l'hai avviata sta chiavetta? [10:47] <cristian_c> bestiona: io aspetto ancora le altre schermate [10:47] <hebel> in che senso [10:47] <cristian_c> hebel: cos'hai fatto dopo aver trasferito la .iso su usb? [10:47] <hebel> ho riavviato il notebook ho provato anche a entrare nel bios [10:48] <cristian_c> 'ho provato' <- e ci sei rouscito? [10:48] <hebel> ma non è come i vecchi è non ci campano molto [10:48] <cristian_c> i [10:48] <cristian_c> ? [10:48] <ExPBoy> campano? [10:48] <bestiona> cristian_c alsamixer c'è... impostazioni audio c'è... [10:48] <cristian_c> ExPBoy: boh [10:49] <hebel> non ci capisco [10:49] <ExPBoy> hebel, se nion metti il boot da usb non partirà mai [10:49] <ExPBoy> *non [10:49] <cristian_c> bestiona: ok, c'erano due link [10:49] <hebel> lo so... ma non mi da questa opzione [10:50] <ExPBoy> (ammesso tu l'abbia creata in modo corretto) [10:50] <ExPBoy> hebel, che pc hai? [10:50] <bestiona> in realtà 3... di impostazioni si vede sia l'ingresso che l'uscita [10:50] <hebel> elitebook g2 [10:50] <cristian_c> !ausio [10:50] <ubot-it> Voce non trovata: 'ausio' [10:50] <cristian_c> !audio [10:50] <ubot-it> http://wiki.ubuntu-it.org/Hardware/Audio e http://wiki.ubuntu-it.org/Multimedia/Audio [10:51] <apiera> cristian_c: http://paste.ubuntu.com/13061837/ ma se la versione di mysql è la server, perché devo cambiare l'indirizzo default con il mio? non ne comprendo la logica, mi sono perso qualcosa? :) Cmq il mio indirizzo è quello che chiama "indirizzo inet:10.0.2.15"? [10:51] <ExPBoy> hebel, 840 0 820? [10:52] <hebel> 850 [10:53] <apiera> poi il server mysql ora è in listen... perché cambiargli indirizzo? [10:54] <hebel> dai grazie per la pazienza provo più tardi...... ora vado a mangiare.... a dopo :( [10:55] <cristian_c> Con i privilegi di amministrazione, aprire il file /etc/mysql/my.cnf con un editor di testo, dunque cercare al suo interno una riga simile alla seguente: [10:55] <ExPBoy> hebel, sul sito della hp trovi i manuali del bios [10:55] <hebel> ok grazie [10:55] <cristian_c> All'indirizzo 127.0.0.1 va sostituito l'indirizzo IP del computer dove risiede il server. [10:55] <ExPBoy> ... [10:56] <cristian_c> apiera: di default è localhost [10:56] <apiera> ma a me così entra mi sono logato [10:56] <apiera> per quello che non capisco [10:57] <apiera> è bastato togliere dal file /etc/my.cnf la riga: 'lower_case_table_names = 1' [10:57] <cristian_c> bestiona: cat /proc/asound/cards [10:58] <bestiona> cristian_c http://pastebin.ubuntu.com/13061876/ [11:03] <cristian_c> If you are installing on a Linux based machine, edit /etc/my.cnf and add the following line: 'lower_case_table_names = 1' [11:03] <cristian_c> apiera: che errore ottieni? [11:04] <apiera> alessandro@alessandro-VirtualBox:~$ mysql -h 127.0.0.1 -u root -p error: Found option without preceding group in config file: /etc/my.cnf at line: 1 Fatal error in defaults handling. Program aborted [11:05] <cristian_c> bestiona: arecord -l [11:05] <apiera> sia se metto la stringa tra gli apici sia se li metto senza apici [11:06] <bestiona> cristian_c http://pastebin.ubuntu.com/13061915/ [11:07] <cristian_c> apiera: magari posta il contenuto del file [11:07] <cristian_c> su pastebin [11:08] <apiera> il file è vuoto, io ho inserito solo la "stringa lower_case_table_names = 1" [11:08] <cristian_c> bestiona: posta una schermata di audacity [11:08] <apiera> credo che sia un file tipo i temi child, lo stsso file è dentro la cartella etc/mysql e ovviamente ha un contenuto diverso [11:08] <cristian_c> apiera: mmmmmmm [11:09] <apiera> quindi a sto punto lo faccio partirre senz ala stringa e sti cazzi, se no lo chiamo a londra e gli dico un paio di bestemmie [11:10] <bestiona> cristian_c al momento nella finestra ingresso di audacity vedo solo la scheda alc887... comunque: http://ibin.co/2L2vyvz5OIRg [11:11] <cristian_c> apiera: il file è sbagliato [11:11] <bestiona> cristian_c potrebbe essere una soluzione isolare la scheda alc887(quella integrata) e lasciare libero spazio a quella nuova? [11:11] <apiera> è quello indicato dal percorso della guida [11:12] <cristian_c> apiera: quella guida è errata [11:12] <apiera> cristian_c:quale file prendo di java se da oracle il jdk-6u45-linux-x64-rpm.bin oppure jdk-6u45-linux-x64.bin? [11:12] <apiera> quindi il file è quello dentro la cartella /etc/mysql? [11:12] <cristian_c> apiera: e tu non hai letto correttamente la pagina wiki, non hai notato l'errore [11:12] <cristian_c> bestiona: 'al momento'? [11:12] <apiera> in che senso? [11:13] <cristian_c> apiera: allora [11:13] <cristian_c> apiera: ti si è linkato la guida wiki a mysql [11:13] <apiera> si, esatto [11:14] <cristian_c> ma tu hai preferito seguire le indicazioni sulla guida da te linkata [11:14] <bestiona> cristian_c non so da cosa dipenda, forse da cosa sceglo in impostazioniaudio, ma nella finestra a tendina di audacity dell'ingresso non sempre ci sono 5 voci, al momento solo tre, default, pulse e la scheda alc887 [11:14] <cristian_c> If you are installing on a Linux based machine, edit /etc/my.cnf and add the following line: 'lower_case_table_names = 1' [11:14] <cristian_c> Con i privilegi di amministrazione, aprire il file /etc/mysql/my.cnf con un editor di testo, dunque cercare al suo interno una riga simile alla seguente: [11:14] <cristian_c> apiera: noti differenze? [11:14] <cristian_c> sveglia! [11:15] <apiera> cristian_c:io ho installato mysql come da guida, ma ho un file my.cnf anche in ETC/ [11:15] <apiera> ne ho due, e ho seguito la guida del programmatore, tutto li [11:15] <apiera> è quello che mi ha mandato in confusione [11:16] <cristian_c> bestiona: quindi non sei in grado di selezionare la scheda pci come ingresso dalle impostazioni di audacity? [11:17] <cristian_c> apiera: c'è un evidente errore nella guida da te linkata, errore che ti ho mostrato qui sopra [11:17] <apiera> e aggiungerei, te l'ho pure scritto, quindi chi si deve svegliare? :) [11:17] <bestiona> cristian_c su audacity nell'ingresso ci sono solo quelle tre opzioni... provo a riavviare e ci vediamo fra poco... [11:17] <apiera> cristian, ho compreso, ma ne avevo due di file my.cnf uno in etc/my.cnf e uno in etc/mysql/my.cnf [11:18] <cristian_c> apiera: e tra l'altro qui non si da supporto a risorse esterne a ubuntu [11:18] <cristian_c> apiera: uno hai detto che era vuoto, quindi non esisteva [11:18] <cristian_c> indovina quale [11:18] <apiera> cristian_c:e ti ringrazio, ma ame dava errore mysql tutto li (ci sono dei pacchetti che dice di deprecare con la prossima versione che non so che vuol dire [11:19] <apiera> cristian_c:ma sql quello si legge, per quello che secondo me è vuoto è un file child creato per non sporcare il genitore che sta nella cartella etc/mysql [11:19] <cristian_c> apiera: ti è stato spiegato il motivo per cui il passaggio nella guida da te linkata era sbagliato [11:19] <cristian_c> apiera: sei sicuro? [11:20] <cristian_c> apiera: 'add' è scritto [11:20] <apiera> digitando etc/my.cnf esce una marea di casi in cusi si parla di questo file in questa cartella [11:20] <cristian_c> e mi sembra strana una scelta del genere da parte della guida [11:21] <cristian_c> apiera: ubuntu? [11:21] <apiera> quando lo aperto con gedit sena privileggi di amministratore, mi aveva aperto il genitore in realtà credo che sia con un file link di windows :D [11:21] <apiera> 14lts [11:21] <cristian_c> e quali ubuntu? [11:21] <cristian_c> apiera: che c'entra windows? [11:22] <cristian_c> apiera: 'esce una marea di casi' <- quali? [11:23] <apiera> ho fatto solo un esempio, il file etc/my.cnf quando lo aperto senza poteri di amministratore mi ha aperto etc/mysql/my.cnf e mi sembra come i link di windows o i temi child usati nella programmazione php (era un mero esempio) [11:23] <apiera> li sto leggendo, sono tutti in inglese [11:32] <apiera> cristian_c:grazie, l'ho cancellato il duplicato e inserita la stringa ora va [11:34] <allolo> c'è qualcuno vivo [11:35] <apiera> cristian_c:quale file prendo di java se da oracle il jdk-6u45-linux-x64-rpm.bin oppure jdk-6u45-linux-x64.bin? [11:36] <dadexix86> allolo, se hai domande chiedi, se qualcuno c'è che sa risponderti, risponderà [11:41] <cristian_c> apiera: ottimo [11:42] <cristian_c> apiera: beh, per il momento puoi tenerti i jdk che hai installatp dai repo di ubuntu [11:42] <cristian_c> in caso di problemi con java, li sostituisci con quelli oracle [11:43] <apiera> l'ho cancellato, in quanto carlino mi ha detto che sono diversi e quindi se la guida parlava di oracle di seguirla :D [11:43] <cristian_c> allolo: pensi che gli utenti in canale siano tutti bot? [11:44] <cristian_c> apiera: i pacchetti oracle li installerei solo se necessario [11:44] <cristian_c> apiera: e tuttavia sul wiki c'è una guida in cui è spiegato come fare [11:44] <apiera> ok cristian_c grazie mille, lancio lo script [11:44] <cristian_c> apiera: quale script? [11:45] <apiera> la sto seguendo ma sul link di java se non ci sono file tar.cz se non per un'altra versione di linux [11:45] <cristian_c> apiera: ? [11:45] <apiera> lo script che installa il server del programma che sto cercando di installare [11:45] <cristian_c> ah, ok [11:45] <cristian_c> apiera: ma java (dei repo o oracle) è installato? [11:46] <apiera> devo avere java jdk e mysql configurato e poi lanciare il run.sh :D [11:46] <apiera> avevo quelli dei repo, poi seguento il consiglio, l'ho cncellati per cercare di installare quelli di oracle [11:46] <apiera> ma li reinstallo e buonanotte [11:47] <cristian_c> apiera: ok [11:47] <cristian_c> !java [11:48] <ubot-it> http://wiki.ubuntu-it.org/Programmazione/Java [11:48] <apiera> stavo leggendo la guida sul wiki, ma non fa mensione a quale versione installi... Mmmm [11:48] <cristian_c> apiera: bey, non è vero [11:48] <cristian_c> beh [11:48] <apiera> ah ok versione 7 e 8 [11:49] <apiera> io voglio la sei :) Vabbè, ora cerco un po' su oracle :D [11:49] <cristian_c> apiera: ma la 6 l'hai installata dai repo [11:50] <apiera> si ma non quella oracle O.o [11:50] <apiera> ora rimetto quei dei repo e stica :D [11:50] <cristian_c> ok [11:50] <ExPBoy> minchia che casino :P [11:51] <cristian_c> Installare il pacchetto openjdk-7-jdk. [11:51] <cristian_c> ma su 12.04 c'è anche openjdk 6 , per retrocompatibilità, come appunto nel tuo caso [11:51] <cristian_c> sempre che la guida che hai linkato non sia semplicemente vecchia come il cucco [11:59] <bestiona> cristian_c rieccomi allora, audacity ora presenta in ingresso queste opzioni: C-Media CMI8738: "PCI DAC/ADC (hw:0,0)" [11:59] <bestiona> "C-Media CMI8738: PCI IEC/958 (hw:0,2)" [11:59] <bestiona> "HDA Intel PHC ALC 887-VD Analog (hw:1,0)" [11:59] <bestiona> "HDA Intel PHC ALC 887-VD Alt Analog (hw:1,2)" [11:59] <bestiona> "sysdefault" [11:59] <bestiona> "spdif" [12:00] <ExPBoy> lol [12:00] <ExPBoy> eh [12:02] <bestiona> cristian_c non so se mi ha inviato il messaggio precedente, riprovo: adesso audacity in ingresso si presenta con queste opzioni: C-Media CMI8738: PCI DAC/ADC (hw:0,0), C-Media CMI8738: PCI IEC/958 (hw:0,2), HDA Intel PHC ALC 887-VD Analog (hw:1,0), HDA Intel PHC ALC 887-VD Alt Analog (hw:1,2), sysdefault, spdif, pulse, default [12:07] <apiera> cristian_c: http://paste.ubuntu.com/13062556/ ho rinstallato la versione 6 jdk [12:13] <cristian_c> bestiona: e tu quale hai selezionato in audacity? [12:14] <bestiona> cristian_c la prima opzione [12:15] <bestiona> cristian_c mettendo "rec" è evidente dal monitor di audacity che il fruscio normale è ripreso solamente a sinistra... [12:16] <bestiona> mando schermata [12:16] <bestiona> http://ibin.co/2L3GCx0OL0Z8 [12:18] <cristian_c> bestiona: schrmata delle preferenze [12:18] <apiera> cristian_c:jho lanciato il file run.sh con il comando ./run.sh e non si avvia, devo renderlo avviabile con cmod? (cliccando con il tasto destro c'è il flag su apri il file come un programma, ma apre gedit quando ci clicco) [12:18] <bestiona> cristian_c preferenze di cosa? impostazioni audio? [12:18] <cristian_c> 'non si avvia' <- cioè? [12:19] <cristian_c> bestiona: preferenze di audacity [12:19] <bestiona> ah ok [12:20] <cristian_c> bestiona: ora, a parte audacity, hai provato a registrare in generale? [12:20] <apiera> se gli do il comando ./run.sh non fa nulla [12:20] <cristian_c> con altre applicazioni [12:20] <bestiona> no, per caso c'è nel sistema un "registratore di suoni"...? [12:20] <cristian_c> apiera: non ti restituisce neanche il prompt? [12:20] <cristian_c> !paste | apiera [12:20] <ubot-it> apiera: 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 [12:20] <cristian_c> bestiona: certo che c'è [12:21] <bestiona> una cosa alla volta, cristian_c quale scheda delle preferenza ti interessa vedere? [12:21] <apiera> cazzo ho sbagliato la directory che capra [12:21] <cristian_c> !info gnome-recorder [12:21] <ubot-it> Package gnome-recorder does not exist in vivid [12:21] <cristian_c> !info gnome-audio-recorder [12:21] <ubot-it> Package gnome-audio-recorder does not exist in vivid [12:22] <cristian_c> bestiona: quali schede hai? [12:23] <bestiona> cristian_c dispositivi, riproduzione, registrazione, qualità, interfaccia, tracce... ecc... [12:25] <apiera> cristian_c:finalmente partito, grassie :D [12:25] <cristian_c> bestiona: la prima e la terza [12:26] <allolo2> quit [12:26] <allolo2> exit [12:26] <allolo2> logoff [12:27] <bestiona> 1 http://ibin.co/2L3JFqIvC2F1 [12:28] <bestiona> 2 http://ibin.co/2L3JEasFzH2J [12:32] <cristian_c> !info gnome-sound-recorder [12:32] <ubot-it> Package gnome-sound-recorder does not exist in vivid [12:34] <cristian_c> !info gnome-media [12:34] <ubot-it> Package gnome-media does not exist in vivid [12:34] <cristian_c> uhm [12:35] <cristian_c> bestiona: comunque, lo trovi nel software center [12:35] <cristian_c> bestiona: e poi c'è anche arecord, da riga di comando [12:35] <bestiona> cristian_c ok... nelle preferenze comunque tutto in ordine? [12:36] <cristian_c> bestiona: beh, ci sono anche altre opzioni, oltre alla prima, ma io ti consiglio di provare a registrare prima con le altre applicazioni [12:37] <cristian_c> esempio, quelle che ho citato [12:37] <bestiona> proverò nel pomeriggio... ci sentiamo dopo grazie per ora ;) [12:43] <apiera> mi sta rallentando tutto, qma quanto impiega ainstallaresto server? mmm... [12:43] <cristian_c> apiera: sei su macchina virtuale... [12:43] <cristian_c> che pc è? [12:44] <apiera> i5 8 giga di ram [12:45] <apiera> quad core [12:45] <apiera> secondo me è sante la robba che sta scaricando,ha scaricato in 15 minuti piu di 100 pacchetti [12:46] <cristian_c> ah [12:51] <apiera> 32:35,933 INFO [stdout] (MSC service thread 1-1) 12:32:35,914 INFO [MSC service thread 1-1][ServerDetector:166] Server supports hot deploy [12:51] <apiera> 12:32:36,781 INFO [stdout] (MSC service thread 1-1) 12:32:36,780 INFO [MSC service thread 1-1][PluginPackageUtil:1013] Reading plugin package for the root context [12:51] <apiera> http://paste.ubuntu.com/13062803/ [12:52] <cristian_c> apiera: ? [12:53] <apiera> si è tutto impallato, non so cosa abbia fatto per incollare il pastebin [12:53] <apiera> il disco rigido continua a scrivere (lo sento bene) ma ilt erminale si è fermato li [12:56] <apiera> dalle 12.36 (mi sembra strano un'ora) [12:56] <cristian_c> apiera: controlla i processi attivi [12:57] <cristian_c> e il carico su cpu e ram [12:57] <cristian_c> di ubuntu [12:58] <apiera> dat emrinale? [13:08] <cristian_c> apiera: ma anche da inerfaccia grafica [14:55] <Claudio86> ciao a tutti ho bisogno d'aiuto [14:55] <cristian_c> !aiuto | Claudio86 [14:55] <ubot-it> Claudio86: per cortesia non chiedere il permesso di chiedere, semplicemente formula la domanda (tutta su una riga, in modo tale che gli altri possano leggerla e seguirla con facilità). Se qualcuno conosce la risposta ti risponderà :-) [14:57] <Claudio86> ok grazie. allota ho un notebook con processore intel 64bit un i7. ho bisogno di un livecd per intel 64 quale versione devo scaricare? ho visto che ci sono tutte versioni amd64. grazie mille [14:58] <krabador> Claudio86, non c'entra nulla che si chiami amd64 [14:58] <krabador> Claudio86, va benissimo quella [14:59] <krabador> e tra l'altro va benissimo anche quella x86 [14:59] <krabador> a 32 bit [14:59] <krabador> Claudio86, se il livecd ti serve per installare, prendi la 64bit [15:01] <Claudio86> il live cd mi serve solo per eseguire delle operazioni come leggere un unita disco esterna. quale mi consigli? [15:02] <krabador> Claudio86, hai avuto risposta. [15:04] <Claudio86> qual'è più veloce come versione su un sistema 64bit? la 64 o x86? [15:06] <jonny2013> salve, ho un problema con ubuntu 15.10 64 bit [15:06] <jonny2013> quando faccio sospendi..... dopoun po si riaccende da solo senza toccare nulla [15:06] <krabador> Claudio86, a che ti serve la velocità, con hardware di ultima generazione, per "eseguire delle operazioni come leggere un unita disco esterna"? [15:08] <krabador> Claudio86, "<Claudio86> qual'è più veloce come versione su un sistema 64bit?" ---> vuoi farla girare dentro un'altro sistema? [15:10] <krabador> jonny2013, sudo apt-get install pastebinit [15:10] <krabador> jonny2013, sudo lshw | pastebinit [15:10] <krabador> jonny2013, il secondo farà un link, che incolli qui [15:11] <Claudio86> devo recuperare dei dati che leggo in ubuntu e che non riesco a leggere in windows. non vorrei rallentamenti [15:12] <jonny2013> cioè incollo sulla chat? [15:12] <krabador> jonny2013, si [15:12] <krabador> Claudio86, i dati da recuperare sono di ubuntu 32 o 64? [15:12] <jonny2013> http://paste.ubuntu.com/13064451/ [15:12] <jonny2013> http://paste.ubuntu.com/13064451/ [15:12] <jonny2013> http://paste.ubuntu.com/13064451/ [15:13] <krabador> jonny2013, una volta sola [15:14] <jonny2013> scusa non l'ho fatto di proposito [15:18] <krabador> jonny2013, riavvia, premi il tasto "e" in corrispondenza della prima linea di grub, digita a fianco a "quiet splash" "acpi=off" con opportuni spazi prima e dopo, premi f10 [15:18] <krabador> jonny2013, prova la sospensione [15:35] <jonny2013> ora ci provo ma [17:55] <ivanga> salve, sto tentando di installare ubuntu in un vecchio pc, l'installazione non parte sia da cd che da usb [17:56] <ivanga> dove sbaglio? [17:56] <krabador> ivanga, a non segnalare i componenti del pc, di cui stai parlando [17:56] <krabador> in primis [17:56] <krabador> poi a non segnalare di quale ubuntu stai tentando l'installazione [17:57] <ivanga> la versione di ubuntu 15.10 32 bit [17:58] <ivanga> scheda madre asus P5VDC-TVM [17:59] <ivanga> hard disk sata [17:59] <jester-> ivanga: computer vecio serve lubuntu [17:59] <krabador> ivanga, stai ancora andando male all'interrogazione [18:00] <jester-> ivanga: se vecio vecio metti la 14.04 [18:00] <ivanga> processore pentium 4 3ghz [18:00] <krabador> oooh, bene [18:00] <krabador> ti mancano altre 2 cose importanti [18:00] <jester-> minchia una bestia di pc [18:00] <ivanga> ram 1 gb [18:00] <jester-> ivanga: lubuntu 14.04 [18:02] <ivanga> cos'altro serve sapere @krabador [18:02] <krabador> ivanga, quantitativo di ram [18:02] <ivanga> 1 gb [18:02] <krabador> e ce la facciamo ad arrivare ad un 6 [18:03] <krabador> ivanga, decisamente lubuntu [18:03] <krabador> puoi provare come dice jester- , 14.04, o provare 15.10 [18:03] <krabador> a patto che tu facci a correttamente il supporto di installazione? [18:05] <ivanga> ho scaricato unetbootin per creare la penna usb [18:05] <krabador> ivanga, un pc di quel periodo [18:05] <krabador> puo' non supportate il boot da usb [18:05] <krabador> ed in ogni caso, è piu' indicato universal usb installer [18:05] <krabador> !usbwin | ivanga [18:05] <ubot-it> ivanga: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [18:06] <krabador> se vuoi fare un cd, e lubuntu entra tranquillamente in un cd, che rimane la scelta piu' sicura, in boot, a patto che il lettore cd non sia rotto [18:06] <krabador> !iso | ivanga [18:06] <ubot-it> ivanga: http://wiki.ubuntu-it.org/Hardware/DispositiviPartizioni/MasterizzareIso [18:06] <krabador> è cosi' che devi fare la iso [18:06] <ivanga> nel bios c'è la possibilità, di scegliere usb-fdd, usb-zip e usb-cd [18:07] <krabador> quantomeno al minimo, se poi hai altri software seri che supportino la masterizzazione iso, accomodati, a patto che tu indichi che la sessione di masterizzazione si chiuda [18:07] <ivanga> il lettore cd funzione perchè riesco ad installare xp da cd [18:07] <krabador> ivanga, formatta la pendrive, scarica il software indicato, fa la pendrive, imposta usb-hdd [18:07] <krabador> ivanga, se hai fatto il cd, mettendo il file iso, in modalità cd-rom [18:08] <krabador> non funzionerà neanche se fai patti col maligno [18:09] <ivanga> il cd l'ho avviato impostando cdrom nel boot, non usb-cd [18:09] <ivanga> ma non parte comunque. [18:10] <krabador> non c'entra null usb-cd col cdrom infatti [18:10] <krabador> e non hai detto come hai fatto il cd [18:10] <krabador> negando informazioni, non ti aiuti molto... [18:10] <ivanga> quello che non ho capito se nella penna usb o cd deve esserci il file iso oppure quando si copia [18:10] <ivanga> vengono estratti i file di installazione. [18:10] <krabador> ivanga, e se leggessi i messaggi un po' meglio [18:11] <krabador> ti aiuteresti a capire [18:11] <krabador> ivanga, <krabador> ed in ogni caso, è piu' indicato universal usb installer  !usbwin | ivanga  ivanga: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO  ivanga, formatta la pendrive, scarica il software indicato, fa la pendrive, imposta usb-hdd [18:11] <ivanga> ci provo [18:12] <krabador> ripeto, che ancora non hai detto come hai fatto il cd [18:12] <krabador> ivanga, non ti devi tenere cose per te, se cerchi assistenza. [18:14] <ivanga> il cd l'ho creato con un programma per masterizzare [18:14] <krabador> quale? [18:14] <krabador> susu ivanga, come sei timido.... [18:16] <ivanga> cdburnxp [18:17] <krabador> lo sai che la tua risposta, porta ad un altra domanda? [18:17] <krabador> se non hai voglia di dare informazioni, puoi tranquillamente tornare quando hai voglia, non succede niente. [18:18] <ivanga> scusa non ti seguo [18:18] <krabador> "<krabador> ivanga, se hai fatto il cd, mettendo il file iso, in modalità cd-rom  non funzionerà neanche se fai patti col maligno" [18:19] <krabador> delle 19:07 [18:19] <krabador> hai usato cdburnxp, e , COME HAI FATTO IL CD ? [18:20] <ivanga> creando il cd in modalita dati partendo dal file iso [18:20] <krabador> in base ai messaggi che ti sono stati mandati, ce la fai a dedurre da solo ? [18:21] <ivanga> comunque adesso sto scaricando la versione 14.04.3 [18:21] <krabador> ivanga, per favore, rispondi? [18:21] <ivanga> ho già scaricato universal usb installer [18:21] <krabador> ivanga, per favore, rispondi? [18:22] <ivanga> sicuramente ho sbagliato qualche passaggio nel masterizz<are [18:22] <krabador> bene [18:22] <krabador> !iso | ivanga [18:22] <ubot-it> ivanga: http://wiki.ubuntu-it.org/Hardware/DispositiviPartizioni/MasterizzareIso [18:22] <krabador> !usbwin | ivanga [18:22] <ubot-it> ivanga: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [18:22] <krabador> cerca di non prendere troppe iniziative, se non hai la minima esperienza. [18:22] <krabador> in bocca al lupoi. [18:23] <ivanga> hai il link ad usbwin? [18:24] <krabador> ivanga, ma mi stai facendo seriamente questa domanda? [18:25] <ivanga> perchè [18:26] <krabador> ivanga, "perchè" , sono sicuro, anzi sicurissimo, che se proprio sposti di 3 linee lo sguardo in alto... [18:26] <cristian_c> ivanga: se non sei capace di rileggere i messaggi di una chat, forse non saper installare u sistema operativo è la cosa meno grave di tutta la vicenda [18:27] <krabador> ivanga, ma seriamente, se hai difficoltà, fallo presente. [18:28] <ivanga> diffficoltà non ne ho, è che ho mal interpretato i post [18:29] <cristian_c> su su, i messaggi sono scritti n un italiano sufficientemente comprensibile anche dai non addetti ai lavori [18:44] <ivanga> . [18:45] <cristian_c> ivanga: ? [18:47] <ivanga> errore di battitura [19:24] <eliocon> Buonasera, vorrei installare ubuntu sul mio pc dove ho windows 10 , ho provato ma ubuntu dice che non c'e' nessun sistema sul PC non riesco a capire come mai qualcuno puo' gentilmente aiutarmi? [19:29] <krabador> eliocon, che versione di ubuntu stai provando? [19:30] <eliocon> 14.04.03 [19:30] <eliocon> ora sto' scaricando la 15.10 [19:36] <krabador> eliocon, prova con 15.10 , sebbene ti consiglierei di fare la partizione in cui installare ubuntu , a mano , dalla sessione di prova, far partire , sempre da sessione prova, l'installazione, e segnalarla a mano, quando ti chiede dove installare [19:37] <krabador> il pc ha uefi? [19:56] <marco__> ciao avrei un problema con ubuntu [19:56] <krabador> chiedi [19:56] <marco__> non riesco ad installare il driver usb mi fa errore make [19:56] <Carlin0> driver usb ? [19:56] <marco__> si [19:56] <marco__> un attimo [19:57] <marco__> http://askubuntu.com/questions/168627/connecting-asus-usb-n13-wireless-adapter [19:57] <krabador> marco__, sudo apt-get install pastebinit [19:57] <Carlin0> wireless [19:57] <krabador> marco__, sudo lshw | pastebinit [19:57] <marco__> qst ho seguito la procedura ma mi fa errore [19:57] <krabador> marco__, che ubuntu? [19:57] <marco__> la versione della comunita [19:57] <marco__> 14,10 [19:58] <Carlin0> è fuori supporto la 14.10 [19:58] <krabador> marco__, non puoi scaricare piu' nulla per 14.10 [19:58] <krabador> repo offline [19:59] <krabador> marco__, passa a 15.10 , o 14.04.3 [19:59] <marco__> cioè devo disinstallare [19:59] <marco__> ? [19:59] <krabador> marco__, non la usi mai questa ubuntu? [20:00] <krabador> marco__, se hai appena installato non ti costerà molto, ed hai non solo il sistema aggiornato, ma supportato [20:00] <marco__> no lo installata ieri dal sito di ubuntui [20:00] <Carlin0> ieri hai scaricato la 14.10 ? mmmmh strano direi [20:00] <krabador> marco__, i siti ufficiali riportano chiaramente quali sono le versioni supportate, ed a scanso di equivoci [20:01] <marco__> la 14.10 a LTS la 15.10 no [20:01] <krabador> marco__, stai decisamente sbagliando [20:01] <krabador> marco__, vediamo se scopri da solo l'errore [20:03] <marco__> ..... [20:04] <marco__> veramente ieri ho scaricato da ubuntu la versione che uso la comunita [20:04] <marco__> quando accessi al sito dice scarica la versione della comunita [20:04] <marco__> e quella ho scaricato [20:04] <krabador> 14.10 non è supportata, se vuoi sostenere una cosa del genere [20:04] <krabador> credo che tu debba decisamente ricontrollare. [20:05] <marco__> Linux marco-System-Product-Name 3.13.0-67-generic #110-Ubuntu SMP Fri Oct 23 13:25:18 UTC 2015 i686 i686 i686 GNU/Linux [20:05] <marco__> qsta ho io [20:06] <krabador> hai scaricato 14.04 [20:06] <marco__> si qlla con LTS [20:06] <krabador> non è 14.10 [20:06] <krabador> spero che non sia traumatica come notizia [20:06] <marco__> e vabbe mi saro confuso [20:06] <krabador> eh [20:07] <marco__> cmq come risolvo il mio problema ? [20:07] <krabador> se entri qui con una versione non supportata, e con problemi, quello che ti si puo' dire è quello che ti si è detto [20:07] <krabador> per ricevere assistenza , il minimo è essere precisi con le indicazioni [20:08] <marco__> eppure o messo cara la versione della comunita ubuntu [20:08] <krabador> ti sono stati indicati 2 comandi, prima, puoi mandarli? [20:08] <marco__> si gia fatto [20:09] <marco__> http://paste.ubuntu.com/13074349/ [20:09] <marco__> root@marco-System-Product-Name:~# [20:09] <krabador> e potresti mandare il link prodotto dal secondo? [20:09] <krabador> ok [20:09] <Carlin0> root [20:09] <marco__> mi aveva chiesto il root quindi me lo sono messo [20:09] <marco__> che servivano i permessi x le cartelle [20:10] <marco__> prima di mettermi root ho prova a settare la cartella come root [20:10] <marco__> chmod 7777 [20:10] <marco__> ma nulla [20:10] <krabador> marco__, manda l'errore ricevuto [20:10] <marco__> ed ora che sn root è uguale a prima [20:10] <Carlin0> da root non essendo pratico fai solo danni [20:11] <marco__> XD [20:11] <marco__> cc1: some warnings being treated as errors [20:11] <marco__> make[2]: *** [/home/marco/Scaricati/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/cmd/rtl871x_cmd.o] Errore 1 [20:11] <marco__> make[1]: *** [_module_/home/marco/Scaricati/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20120405] Errore 2 [20:11] <marco__> make[1]: uscita dalla directory "/usr/src/linux-headers-3.13.0-67-generic" [20:11] <marco__> make: *** [modules] Errore 2 [20:12] <krabador> si [20:12] <krabador> giustamente [20:12] <krabador> !pastebin | marco__ [20:12] <ubot-it> marco__: 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 [20:12] <krabador> marco__, c'è scritto anche sul topic [20:12] <marco__> e ma te lo mandato in link [20:12] <krabador> marco__, sveglia [20:13] <marco__> http://paste.ubuntu.com/13074349/ <-- [20:13] <krabador> madonna marco__ ... [20:13] <krabador> non puoi incollare in canale lunghi output [20:13] <krabador> il link di prima non c'entra [20:13] <marco__> si che c'era [20:14] <marco__> visto ? mi fa errore make [20:14] <krabador> trolli? [20:14] <krabador> dillo subito [20:14] <krabador> per tenere pulito il log [20:15] <marco__> non trollo [20:15] <krabador> e allora fa il pastebin dell'errore [20:15] <RobyGT> ciao ragazzi [20:15] <krabador> !ciao | RobyGT [20:15] <ubot-it> RobyGT: Ciao! Benvenuto in #ubuntu-it [20:15] <RobyGT> chi mi da una mano? [20:15] <krabador> se non chiedi, non sai [20:15] <RobyGT> ^^' [20:16] <marco__> lo faccio con il comando che mi hai dato sudo lshw | pastebinit [20:16] <RobyGT> allora mi sto imbattendo nell'istallazione di ubuntu sul mio pc [20:16] <RobyGT> domanda una volta installato .. mi funziona subito la scheda di rete in wifi per andare su internet? [20:16] <krabador> marco__, no, leggendo il link che ti è stato mandato dal bot [20:16] <marco__> http://paste.ubuntu.com/13074552/ [20:16] <RobyGT> ho è meglio prima scaricare dei driver per poi far funzionare la scheda [20:16] <Carlin0> RobyGT, dipende dalla scheda [20:17] <krabador> marco__, ok trolli [20:17] <marco__> a ok+ [20:17] <marco__> scusami [20:17] <RobyGT> d-link wireless N 150 pci desktop adapter [20:17] <Carlin0> RobyGT, prova da live [20:18] <Carlin0> se va da live andrà anche dopo installato [20:18] <RobyGT> cioè linux e come windows ke installa subito dei driver per far funzionare il pc [20:18] <krabador> RobyGT, le broadcom vanno installate a mano, il loro driver ha una questione di licenza non opensource [20:18] <krabador> RobyGT, se la vede di tutto il kernel [20:18] <marco__> http://paste.ubuntu.com/13074581/ [20:18] <RobyGT> kernel cos'è? [20:18] <RobyGT> arriva da zero io [20:18] <krabador> RobyGT, se fai un supporto di installazione, lo fai partire, con la sessione di prova, vedi se va [20:18] <krabador> RobyGT, e vedi se va tutto [20:18] <krabador> !iso | RobyGT [20:18] <ubot-it> RobyGT: http://wiki.ubuntu-it.org/Hardware/DispositiviPartizioni/MasterizzareIso [20:19] <RobyGT> krabador ok [20:19] <krabador> !usbwin | RobyGT [20:19] <ubot-it> RobyGT: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [20:19] <krabador> puoi fare sia dvd che usb [20:19] <marco__> krabador http://paste.ubuntu.com/13074581/ [20:19] <Carlin0> marco__, non compilerai da root spero [20:20] <RobyGT> leggo i link ke mi avete dato [20:20] <RobyGT> leggo poco e tutto in inglese :( [20:20] <marco__> di solito uso il comando Sudo ma da quando ho sto problema ho usato il comando su [20:20] <krabador> RobyGT, il primo , delle iso, no [20:21] <krabador> RobyGT, il secondo , basta che scarichi quel software, scarichi la iso, fai partire il programma,e fai la pendrive [20:21] <krabador> RobyGT, il pc deve supportare il boot da usb [20:21] <krabador> RobyGT, digita con precisione, cpu, quantitativo di ram, e scheda video [20:21] <krabador> marco__, dpkg -l | grep essential | pastebinit [20:22] <marco__> ............ [20:22] <krabador> marco__, dpkg -l | grep headers | pastebinit [20:22] <krabador> marco__, ? [20:22] <RobyGT> intel core 2 quad cpu 2.40ghz 3gb di ram [20:22] <marco__> mi dici che a che fare con il mio problema ? [20:22] <krabador> marco__, ti serve assistenza o no? [20:22] <marco__> si [20:22] <krabador> allora manda i comandi per favore [20:23] <marco__> ma voglio capire per favore [20:23] <krabador> marco__, ed al massimo "ha " a che fare col tuo problema [20:23] <marco__> ok ok [20:24] <RobyGT> scheda video amd radeon r7 200 series [20:24] <marco__> http://paste.ubuntu.com/13074684/ [20:24] <krabador> RobyGT, semplicemente per vedere quale poteva essere la versione di ubuntu piu' indicata [20:25] <krabador> RobyGT, se pc datato, ci sono derivate apposta [20:25] <RobyGT> io sto scaricando ubuntu desktop 32bit [20:25] <krabador> RobyGT, puoi tranquillamente scaricare quella che ti pare [20:25] <krabador> RobyGT, puoi usare anche la 64bit [20:26] <RobyGT> però una volta scaricato lancio il programma e si installa? oppure devo masterizzarlo sul cd.. e poi avviare dal cd? [20:26] <krabador> RobyGT, ti è stato detto [20:26] <krabador> va fatto il supporto di installazione [20:26] <RobyGT> 64 bit è meglio avere + ram ho letto [20:27] <krabador> RobyGT, 64bit supporta quantitativi maggiori di 4gb , ma non è l'unico motivo per cui esiste [20:27] <marco__> mi sento ignorato bho [20:27] <krabador> RobyGT, è l'architettura della cpu [20:27] <RobyGT> ok [20:27] <Carlin0> marco__, si sta aspettando il 2° comando [20:27] <RobyGT> intel core 2 quad cpu 2.40ghz [20:27] <krabador> marco__, fin quando non mandi l'altro comando [20:27] <krabador> !troll | marco__ [20:27] <ubot-it> marco__: Trollare è un comportamento considerato fastidioso dagli altri utenti del canale. Questo include andare offtopic o chiedere la stessa cosa piu volte ottenendo risposte ma non considerarle, e questi non sono i soli comportamenti che possono essere considerati da troll. Per favore leggi /msg ubot-it irc - se questo riguarda te, potresti ritrovarti fuori dal canale. [20:28] <RobyGT> krabador cmq come faccio a fare quella prova di linux [20:28] <RobyGT> per vedere se gira bene sul pc [20:28] <krabador> RobyGT, rileggi [20:28] <krabador> è stato spiegato nel minimo dettagli [20:28] <krabador> *o [20:28] <RobyGT> ok scusa [20:28] <krabador> di niente [20:29] <RobyGT> domanda veloce e possibile installare linux anche sul cellulare [20:29] <krabador> no [20:29] <krabador> a meno che tu non abbia un nexus , e puoi installare ubuntu touch [20:29] <Carlin0> solo pc e tostapane [20:29] <RobyGT> ok grazie vi lascio ciau buona serata [20:29] <krabador> ciao [20:34] <marco__> sudo apt-get install pastebinit <- Fatto Installato 2 comando sudo lshw | pastebinit fatto " marco__> http://paste.ubuntu.com/13074349/ " link dal bot http://paste.ubuntu.com/13074552/ dpkg -l | grep essential | pastebinit 3 comando [20:34] <krabador> marco__, susu, che se ti impegni un po' di piu' [20:34] <marco__> ora non capisco [20:34] <krabador> ne trovi anche un altro [20:35] <marco__> piantala che non sto trollando [20:35] <krabador> ma non posso comandare i tuoi occhi, devi aiutarti da solo [20:35] <marco__> dove scusa ? [20:35] <krabador> piantala tu, e stai piu' attento per favore [20:35] <krabador> altrimenti torna quando hai voglia di leggere i messaggi [20:35] <marco__> poi rispigare per favore ? [20:35] <krabador> tu puoi andare indietro con i messaggi , nessun sistema lo impedisce. [20:37] <marco__> sudo apt-get install pastebinit 2 [20:37] <marco__> qst [20:38] <Carlin0> [21:22:20] <krabador> marco__, dpkg -l | grep headers | pastebinit [20:39] <marco__> ma lo fatto -.- [20:39] <Carlin0> vabbè sono solo 20 minuti che lo ha scritto eh [20:39] <krabador> marco__, ok, trolli decisamente [20:39] <marco__> senti ora posto i comandi che mi a detto di fare dal terminale cosi evitiamo che mi dica che trollo quando non e vero [20:41] <Carlin0> marco__, che mi "ha" detto ... anche una ripassatina all'italiano non guasterebbe [20:41] <marco__> krabbador http://paste.ubuntu.com/13074948/ [20:41] <krabador> di eliocon si aspettava che dicesse se ha uefi o meno [20:41] <marco__> guarda e non dirmi che sto trollando xke non e vero [20:42] <krabador> hahahahaa [20:42] <marco__> *perchè [20:59] <StefaniaKika> Buonasera, spero di non sbagliare a scrivere qui. Ho installato la versione crittografata di Ubuntu, c'è la possibilità di togliere la crittografia senza dover rinstallarlo da zero? [21:02] <Carlin0> che fretta [21:40] <Albicbr> ciao a tutti mi servirebbe un informazione se possibile [21:40] <krabador> chiedi [21:41] <Albicbr> ho un immagine iso con ubuntu la montavo e era tutto a posto ora sto provando xubuntu la monto ma quando vado a vedere i file sono scritti a ideogrammi come mai? [21:42] <krabador> Albicbr, dove la monti? [21:42] <Albicbr> con acetoneISO e la vedo con le risorse di linux [21:43] <krabador> Albicbr, sarà una questione di supporto caratteri , e di standard [21:44] <Albicbr> solo con quella immagine lo fa [21:44] <Albicbr> e se fosse cosa potrei fare [21:44] <Carlin0> Albicbr, io controllerei che la iso non sia andata a escort ... controlla il md5sum [21:44] <krabador> esatto, chiaramenet se la iso non è corrotta [21:45] <krabador> Albicbr, sudo mount -o loop file.iso /percorso/montaggio [21:45] <krabador> prova , nel momento in cui la iso è integra [21:45] <krabador> a montarla in questo modo [21:45] <Albicbr> ok [22:00] <Albicbr> ho fatto e non trova la md5 [22:06] <Albicbr> che non capisco è che ubuntu l'altro ieri leggeva e xubuntu oggi no [22:23] <Musashi73> salve a tutti, purtroppo non riesco più ad avviare il mio Ubuntu 15.04 [22:25] <Musashi73> dal GRUB ho provato il recovery, la versione precedente, la modalità di ripristino, l'avvio in modalità grafica di base, ma niente. Adesso la mia preoccupazione è che non posso riavviarlo, si può provare con il DVD, oppure sapreste darmi qualche consiglio? Grazie [22:41] <Musashi73> qualche consiglio?? [22:44] <krabador> Musashi73, se fai un supporto di installazione [22:44] <krabador> o dvd o usb, puoi accedere ai contenuti [22:44] <krabador> Musashi73, cosa ahi fatto prima che non si avviasse piu'? [22:44] <krabador> *hai [22:50] <Musashi73> prima di spegnere il pc ho cambiato le impostazioni della scheda grafica, ho messo quelli di X.org [22:51] <krabador> Musashi73, e prima che cosa c'era installato? [22:51] <Musashi73> prima era selezionato il driver consigliato Nvidia [22:52] <krabador> Musashi73, da grub, seleziona la seconda voce dall'alto, seleziona la recovery mode, una volta caricata, al menu , attaccati ad un cavo lan, seleziona networking, seleziona poi root [22:52] <krabador> apt-get install nvidia [22:53] <krabador> reboot, e vedi che fa [22:53] <krabador> Musashi73, scusami, che scheda nvidia hai= [22:53] <krabador> ? [22:54] <Musashi73> aspetta che vedo [22:55] <krabador> Musashi73, tra l'altro , 15.04, entro breve, esce dal supporto, se ripristini l'installazione, considera il passaggio a 15.10 [22:56] <Musashi73> radeon HD Gephics [22:56] <Musashi73> Radeon HD Graphic [22:56] <krabador> ed era installato il drive nvidia? [22:56] <Musashi73> si [22:56] <krabador> *driver ? [22:56] <krabador> aaah, bene [22:56] <krabador> il driver nvidia con una scheda ati... [22:57] <krabador> magari era segnalato nella schermata dei driver aggiuntivi.... [22:57] <Musashi73> ma la scheda è nvidia e i driver erano nvidia [22:57] <krabador> Musashi73, dai , sicuro di non avere nient'altro da fare? [22:59] <Musashi73> la scheda grafica è una AMD Radeon HD 7310 Graphics [22:59] <krabador> Musashi73, ed è una Nvidia ? [23:00] <Musashi73> ATI [23:01] <Musashi73> pensavo di avere una Nvidia [23:02] <krabador> Musashi73, sudo sh /usr/share/ati/fglrx-uninstall.sh [23:02] <krabador> Musashi73, sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* [23:02] <krabador> sudo rm /etc/X11/xorg.conf [23:03] <krabador> sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-glx libgl1-mesa-dri [23:03] <krabador> sudo dpkg-reconfigure xserver-xorg [23:03] <krabador> sudo reboot [23:03] <krabador> dalla modalità come descritta prima. [23:04] <Musashi73> dal live? [23:04] <krabador> rileggi. [23:04] <Musashi73> o dal GRUB? [23:04] <krabador> Musashi73, rileggi [23:04] <krabador> linea delle 22:52 [23:06] <Musashi73> in recovery mode, entro in root, giusto? [23:06] <krabador> Musashi73, ma non sai rileggere? [23:06] <krabador> il monitor ti cancella irreversibilmente i messaggi? [23:07] <krabador> [23:52] <krabador> Musashi73, da grub, seleziona la seconda voce dall'alto, seleziona la recovery mode, una volta caricata, al menu , attaccati ad un cavo lan, seleziona networking, seleziona poi root [23:07] <Musashi73> infatti, volevo solo la conferma [23:08] <Musashi73> grazie, e scusa il disturbo [23:08] <krabador> Musashi73, non ti fidi di quello che leggi? [23:08] <Musashi73> speriamo bene [23:08] <krabador> rispondi , prima [23:08] <krabador> è semplicemente lo stesso messaggio che ti ho chiesto di rileggere. [23:08] <Musashi73> certo che mi fido, ma volevo essere sicuro [23:08] <Musashi73> grazie ancora [23:46] <Musashi73> dal terminale digitando sudo sh /usr/share/ati/fglrx-uninstall.sh mi appare un messaggio can't open usr... [23:50] <Musashi73> sto scaricando la versione 15.10 e vediamo se riesco a ripristinare la scheda grafica [23:51] <krabador> se reinstalli , è ovvio, ma non installare i catalyst nella 15.10 [23:51] <krabador> Musashi73, ma hai dato i comandi che ti ho dato? [23:53] <Musashi73> ho digitato il primo comando, dopo mi è apparso il messaggio can't open usr/share/.. [23:54] <Musashi73> adesso ho la versione 15.04 e sto scaricando la versione 15.10 per entrare in live [23:54] <Musashi73> hai qualche consiglio da darmi dopo che sono entrato in live con la versione 15.10? [23:54] <Musashi73> posso provare a digitare i comandi dalla shell? [23:55] <krabador> Musashi73, ma tu [23:55] <krabador> chiedi assistenza imponendo come deve essere fatta? [23:55] <krabador> Musashi73, dopo il primo, che poteva dare quel risultato , passa col secondo [23:55] <krabador> fino all'ultimo della lista di prima [23:56] <krabador> da recovery console [23:56] <Musashi73> ok [23:56] <Musashi73> magari se per te va bene provo dal live dalla shell [23:57] <Musashi73> ve bene lo stesso? [23:57] <krabador> ok, verificalo da solo che non ha senso [23:57] <krabador> visto che tanto fai come ti pare. [23:59] <Musashi73> ve bene, riprovo come hai detto tu da recovery console
ubuntu-chat
2024-05-13T22:11:31.257608
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Albicbr", "Carlin0", "Claudio86", "ExPBoy", "Guest23425", "Musashi73", "RobyGT", "StefaniaKika", "allolo", "allolo2", "apiera", "bestiona", "cristian_c", "dadexix86", "eliocon", "fabbio84", "hebel", "ivanga", "jester-", "jonny2013", "krabador", "marco__", "tnozyrox", "ubot-it" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-it.txt", "channel": "#ubuntu-it" }
2015-11-01-#ubuntu-es
[19:09] <salapin> como puedo crear atajos de teclado en kubuntu [19:10] <mimecar> ¿ya has entrado en las combinaciones de teclas de KDE? [19:10] <salapin> mimecar, [19:10] <salapin> donde esta eso [19:10] <salapin> es esto [19:10] <mimecar> en el panel de control de KDE [19:10] <salapin> espera+ [19:11] <salapin> mimecar, no se donde esta esa opcion [19:11] <salapin> es en teclado? [19:12] <mimecar> ¿ya has abierto el panel de control de KDE? [19:12] <salapin> preferencias diceS? [19:13] <mimecar> no lo tengo delante [19:13] <mimecar> salen todas las opciones de configuración de KDE [19:14] <salapin> está organizado por catergorias [19:14] <salapin> Apariencia [19:14] <salapin> REd [19:14] <salapin> hardware etc [19:14] <salapin> mimecar, [19:16] <mimecar> http://2.bp.blogspot.com/-IkfMQw6y9YQ/U0_I4BYdQmI/AAAAAAAASUI/WYhShL4OxW0/s1600/kubuntu1404-system-settings.png [19:17] <salapin> yes [19:17] <salapin> ahi estoy [19:17] <mimecar> en la primera categoría lo debes de tener [19:17] <salapin> sí [19:17] <salapin> lo acabo de ver [19:18] <salapin> lo que quiero configurar es lo siguiente [19:18] <salapin> que al combinar [19:19] <salapin> la tecla win + m se miniminicen las ventanas abiertas y solo me muestre el desktop [19:19] <salapin> al pulsar la tecla win, se abra el menu de kde [19:19] <mimecar> busca la categoría del gestor de ventanas y lo añades ahí [19:20] <salapin> eso es lo que no se hacer [19:20] <salapin> mimecar [19:21] <mimecar> ¿ya has pasado a la categoría del gestor de ventanas / kwin? [19:23] <salapin> estoy [19:23] <salapin> en accesos rápidos personalizados [19:23] <salapin> me aparece un cuadro [19:23] <salapin> configurcion de pregferencias de acciones de entrada [19:24] <salapin> que tengo que hacer, abajo editar y preferencias [19:24] <mimecar> me estás preguntando y no estoy delante de KDE [19:24] <mimecar> https://forum.kde.org/viewtopic.php?f=67&t=94354#p192627 [19:24] <mimecar> busca el gestor de ventanas / kwin [19:26] <salapin> voy a subir capturas mimecar [19:26] <mimecar> ok [19:28] <salapin> http://subefotos.com/ver/?612a1fc283a1223b7b2aad5fa3121cd3o.png#codigos [19:28] <mimecar> teclado global [19:29] <mimecar> ¿has modificado la forma en la que KDE muestra las categorías? [19:29] <salapin> yo no he tocado nada [19:29] <salapin> ya estoy en kwin [19:34] <salapin> mimecar, estás? [19:34] <mimecar> estoy [19:35] <mimecar> haciendo al mismo tiempo unas cuantas cosas [19:35] <mimecar> busca "minimizar", "mostrar el escritorio" o similar [19:37] <salapin> mimecar esa opción listo!!! [19:37] <salapin> ahora para abrir kde [19:37] <salapin> que tendría que buscar [19:38] <mimecar> tendrás que buscar la opción que corresponde al menú de inicio [19:40] <salapin> mimecar, sabes como se llama [19:40] <salapin> no veo nada de "inicio" [19:41] <mimecar> no [19:46] <salapin> ok gracias por la ayuda mimecar [19:48] <mimecar> revisa las otras opciones de los accesos de teclado globales [20:15] <salapin> mimecar, [21:07] <salapin> mimecar, estás ? [21:07] <mimecar> de momento si
ubuntu-chat
2024-05-13T22:11:31.275750
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "mimecar", "salapin" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-es.txt", "channel": "#ubuntu-es" }
2015-11-01-#ubuntu-us-wi
[03:54] <tsimonq2> 0/ ruzekle [15:56] <tsimonq2> #startmeeting [15:56] <meetingology> Meeting started Sun Nov 1 15:56:24 2015 UTC. The chair is tsimonq2. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [15:56] <meetingology> Available commands: action commands idea info link nick [15:56] <tsimonq2> testinf [15:56] <tsimonq2> fsdf [15:56] <tsimonq2> asdf [15:56] <tsimonq2> sa [15:56] <tsimonq2> #endmeeting [15:56] <meetingology> Meeting ended Sun Nov 1 15:56:36 2015 UTC. [15:56] <meetingology> Minutes: http://ubottu.com/meetingology/logs/ubuntu-us-wi/2015/ubuntu-us-wi.2015-11-01-15.56.moin.txt [15:56] <tsimonq2> yes! [15:56] <tsimonq2> h00k: ^
ubuntu-chat
2024-05-13T22:11:31.277665
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "meetingology", "tsimonq2" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-us-wi.txt", "channel": "#ubuntu-us-wi" }
2015-11-01-#xubuntu
[10:33] <xubuntu55i> hey cfhowlett [10:33] <cfhowlett> yowza xubuntu55i [10:33] <xubuntu55i> this is my first time using irc [10:34] * xubuntu55i slaps xubuntu55i around a bit with a large fishbot [10:34] * xubuntu55i slaps xubuntu55i around a bit with a large fishbot [10:34] <cfhowlett> welcome. ask your ubuntu questions [10:35] <xubuntu55i> do you know which distro will be the best for programming [10:35] <xubuntu55i> it shoult be minimalistic [10:35] <cfhowlett> xubuntu55i ubuntu-server [10:35] <cfhowlett> no gui. everything you do will have to hand coded. [10:36] <xubuntu55i> does it have gui support for text editors like atom [10:36] <xubuntu55i> okay [10:36] <cfhowlett> xubuntu55i, that would require you to install a gui. if you need a gui, and of the buntus as, underneath the look and feel, are the same. [10:36] <cfhowlett> !flavors | xubuntu55i [10:37] <xubuntu55i> thanks @cfhowlett @ubottu [10:37] <cfhowlett> happy2help! [13:35] <xubuntu35w> hi, I installed xubuntu on a medion mini akoya e1210, every thing works fine. My questionnow: "How can I deaktivate every suspend and hiberbate functionality?" [13:38] <kulrich> hi, I installed xubuntu on a medion mini akoya e1210, every thing works fine. My questionnow: "How can I deaktivate every suspend and hiberbate functionality?" [13:39] <pleia2> kulrich: did you look under settings > power manager ? [13:39] <pleia2> kulrich: that gives you a lot of options, should be able to disable everything there [13:43] <kulrich> yes, there are functionalities. [13:44] <kulrich> i turned everything off, but still after a while the screen gets dark and musik stops. [13:46] <kulrich> oh, i just saw some thing. i try it. [13:52] <kulrich> foundit :-) [14:01] <ronin> what's the best terminal program for xubuntu [14:02] <morf> the default one :) [14:02] <ronin> it doesnt support even switching to latin1 [14:02] <morf> the real question is what's the best terminal, and there is tons of them and you need to do your own research to find what suits you the best [14:03] <morf> well i can set default encoding [14:03] <morf> (edit -> preferences -> advanced) ? [14:58] <Greylocks> Terminator is a nice emulator. It allows for multiple terminals in a single window. [14:58] <Greylocks> And it's in the repos [14:59] <knome> as does xfce4-terminal [14:59] <Greylocks> xfce4-term only allows for multiple tabs dosen't it? [15:00] <knome> yes, but it's still on the same window. [15:00] <cfhowlett> Greylocks, both multiple tabs and terminals [15:00] <Greylocks> Nice I wasn't aware that it did. [15:01] <knome> Greylocks, it pays to get yourself familiar with the defaults, we try to ship useful applications. [16:04] <pjotter> Hie everyone. I just did an upgrade on 14.04 to XFCE 4.12. But now some application seem to be stuck in some kind of weird ' black and white' theme. Does anybody know how to fix this? [23:09] <brianc_> Hi guys I'm trying to figure out some networking... If my /etc/hosts only says 127.0.0.1 localhost and my /etc/resolv.conf says the same, which is the DNS I'm using? It can't be my own localhost right [23:10] <knome> neither is your DNS [23:10] <JohnnyComeL8ly> He's right. [23:12] <brianc_> But shouldn't I have one? [23:12] <knome> brianc_, not in those files [23:12] <JohnnyComeL8ly> DomainNameServer [23:12] <knome> brianc_, at least depends how you manage your networking [23:13] <JohnnyComeL8ly> That would be rather hacky, imo.... ;-) [23:13] <knome> brianc_, what is it you are really trying to figure out? [23:15] <JohnnyComeL8ly> Are you trying to figure out how they work? [23:15] <JohnnyComeL8ly> Because they don't... they are just read by a process (I couldn't tell you what *it* is called right now). [23:16] <brianc_> Where does it look for and link an ip address with a name [23:16] <brianc_> if that makes any sense [23:16] <brianc_> I am watching some tutorials just to learn, don't need to accomplish anything specific [23:18] <krytarik> brianc_: Depending on what Xubuntu version you are using, there are some ways mentioned here: http://askubuntu.com/questions/197036/how-to-know-what-dns-am-i-using-in-ubuntu-12-04 [23:23] <xubuntu98w> Good evening [23:23] <knome> hello [23:23] <xubuntu98w> i was wondering if perhaps anybody can help me with a problem [23:23] <knome> ask and find out [23:23] <xubuntu98w> well, to start of, i am no linux noob [23:24] <xubuntu98w> and usually i can find things out for myself [23:24] <xubuntu98w> but now there is a automated problem [23:24] <xubuntu98w> untill recently, i was running xubuntu 15.04 on my laptop alongside with Windows 10 (school requirement, hate propiertary software) UEFI [23:25] <xubuntu98w> then the upgrade came along and so i upgraded [23:25] <xubuntu98w> unfortunatly, i accidently closed during the upgrade process and my Linux partition failed to boot after that [23:25] <xubuntu98w> so i thought, no biggie, i just install a fresh Xubuntu from dvd [23:26] <xubuntu98w> but now [23:26] <xubuntu98w> everytime when i try to install [23:26] <xubuntu98w> the installer freezes [23:26] <xubuntu98w> when it's installingen the 'grub2' package [23:26] <xubuntu98w> is there a fix for this or a common problem? [23:28] <knome> !dualboot [23:28] <xubuntu98w> well, yeah i read that [23:28] <xubuntu98w> otherwise i wouldn't been able to install it previously [23:29] <xubuntu98w> hmmm [23:29] <xubuntu98w> otherwise i try to install with the older version [23:29] <xubuntu98w> see how that goes [23:29] <xubuntu98w> if that works, than maybe the new xubuntu installer has a bug [23:31] <xubuntu98w> anywho, thank you for your time [23:32] <xubuntu98w> if i(t) fails, i'll be back [23:32] <xubuntu98w> goodnight x
ubuntu-chat
2024-05-13T22:11:31.283119
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Greylocks", "JohnnyComeL8ly", "brianc_", "cfhowlett", "knome", "krytarik", "kulrich", "morf", "pjotter", "pleia2", "ronin", "xubuntu35w", "xubuntu55i", "xubuntu98w" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23xubuntu.txt", "channel": "#xubuntu" }
2015-11-01-#ubuntu-uk
[04:30] <mapps> hi all [09:23] <brobostigon> morning boys and girls. [12:33] <awilkins> Anyone a user of Freemind? [12:34] <awilkins> Can't get the 1.0.1 version to work on Wily with Java 8 [15:58] <zleap> when installing ubuntu server 14.04 I get a list of options to install different servers, is it possible to call that dialog back up from the command line please [15:59] <penguin42> zleap: Try tasksel [15:59] <zleap> ty [15:59] <zleap> it is updating atm [15:59] <zleap> however i got it installed in a vm, another user in #dcglug is having real issues [15:59] <zleap> just getting it installed [16:06] <zleap> penguin42: what about for network configuration [16:07] <penguin42> zleap: hmm, not sure if there's a config for that later [16:07] <zleap> ok [16:08] <zleap> do i need tasksel or sudo tasksel [16:08] <penguin42> sudo [16:13] <diddledan_> zleap: /etc/network/interfaces [16:14] <diddledan_> I think it might prompt anyway [16:15] <zleap> ok [16:15] <zleap> tasksel works thanks [16:33] <Kiev> hi [16:34] <Kiev> http://rpne.net - do not openning [16:34] <Kiev> why? [17:35] <tripleclones> Azelphur, I got a GPU - went for the GTX750ti in the end [17:36] <diddledan_> I got a gtx960 on friday [17:37] <tripleclones> I only had £100 :( [17:37] <diddledan_> :-) [17:37] <tripleclones> but it does three screens [17:37] <diddledan_> \o/ [17:38] <tripleclones> I was thinking of getting a AMD, haven't faced too many head aches years ago I wasn't confident enough to go back there [17:40] <tripleclones> speaking with the guys from Entroware yesterday swung me 100% to stay with nvidia [17:49] <directhex> if you don't plan on playing any games on linux, amd is fine [18:36] <daftykins> hehe [18:36] <daftykins> and if you don't plan on having smooth driver installs [18:36] <daftykins> :D [18:39] <Azelphur> tripleclones: cool, all working for you? [18:41] <tripleclones> So far :) [18:48] <daftykins> i hope you didn't install the driver from the website [18:50] <tripleclones> Why would i do that when ubuntu makes it much more user friendly to use the builtin tools ;) [18:51] <daftykins> because users are *ahem* [18:52] <daftykins> :D [18:52] <tripleclones> :) [18:53] <tripleclones> If i wanted to make work for myself I'd have stuck with slackware :) [19:04] <daftykins> all the Linux ricers are on arch and gentoo afaiui :) [19:17] <diddledan_> rice.. with chilli [19:44] <penguin42> neither arch or gentoo bother with installers; I don't get it - I get trying to make sure people learn about their system but I've been installing Linux systems for 20+ years now [19:52] <daftykins> i suspect it's a way to keep out the newbies [19:53] <penguin42> yes but it's damn annoying when you're just trying to setup a distro [19:59] <daftykins> but would you ever put either in for someone? [20:01] <penguin42> arch is certainly interesting - it has the latest of everything [20:01] <daftykins> it must break on every update :> [20:01] <penguin42> I tried it for a few months, but it's update is painful [20:01] <daftykins> does it just take you up to versions that are all mismatched and don't work with one another? [20:03] <penguin42> no, it's just that you're expected to read a mailing list to see if anything has changed that you're supposed to do something about [20:03] <daftykins> ugh [20:03] <penguin42> yeh [21:14] <diddledan_> you scumbag, you maggot, you cheap lousy meatball [21:14] <diddledan_> (I just got that song in my head for randomness) [21:34] <zmoylan-pi> well it is 1st november and it is on back to back playlists in shops [21:34] <diddledan_> aye. it's on back-to-back repeat with no other songs in-between :-p [21:40] * daftykins has no idea what this is [21:40] <Azelphur> Anyone have any idea why my handbrake is failing? https://dpaste.de/WCuj :( [21:42] <daftykins> no libdecss? [21:42] <daftykins> oh it spams that but it was a matroska input [21:42] <daftykins> also, webdl, you shock me, sir! [21:44] <daftykins> best solution, throw that 360 in the bin and buy the missus a one for christmas [21:44] <Azelphur> lol [21:48] <daftykins> hmm not seeing anything obvious [21:50] <daftykins> i reckon try the GUI and mess with a few parms instead? [21:50] <daftykins> *params [21:50] <Azelphur> aha figured it out, a nondescriptive message for destination folder does not exist [21:50] <Azelphur> bug in my bulk converter not creating the destination folders :) [21:50] <daftykins> hehe [21:50] <daftykins> ah after your 15.10 install, they were gone? [21:51] <brobostigon> an excellant ep of blackadder2 on on dave, where we meet dr samual johnson. [21:59] <zmoylan-pi> a sausage?! [21:59] <Azelphur> daftykins: nah, was just using my converting script in a way it wasn't originally designed for :) [22:00] <daftykins> O; [22:04] <diddledan_> were you prodding it with zmoylan-pi 's sausage (see above)? :-p [22:05] <daftykins> i hope he was at least asked [22:05] <daftykins> https://overclockers.co.uk/ <-- haha 503 without www. [22:05] <diddledan_> \o/ [22:06] <diddledan_> awesome sysadmin work there [22:06] <daftykins> can't shop there anymore 'cause o' the VAT hassle :< [22:07] <daftykins> £48 for a 240GB SSD on ebuyer :o [22:07] <diddledan_> awesome business policy too :-p [22:09] <daftykins> hmm? [22:09] <diddledan_> business policy as in not allowing vat fiddling [22:09] <daftykins> ;) [22:10] <diddledan_> I still wonder how y'all get away with fiddling your tax affairs :-p [22:11] <daftykins> genuinely? :P [22:12] <diddledan_> you're all fraudies :-D [22:12] <daftykins> own government = own rules [22:12] <daftykins> :P [22:12] <daftykins> and yours can keep its' beak out! [22:12] <diddledan_> lol [23:05] <daftykins> i'm pricing up a skylake build for fun [23:06] <daftykins> picking a motherboard is a nightmare [23:06] <directhex> is skylake as fast as haswell-e yet? [23:07] <daftykins> it's probably not as ridiculous (: [23:07] <daftykins> but then, do you even have M.2? ;) [23:11] <directhex> um... is there even a 1TB M.2 yet? [23:14] <daftykins> capacity on an OS disk is pretty pointless [23:15] <daftykins> but nah still Q1 for samsung's 3D V-NAND 1TB+ i think [23:30] <ali1234> could someone test http://sdk.sphero.com/ please? [23:30] <directhex> 1-disk setup is so much easier than multiple disk [23:30] <ali1234> with firefox 41 [23:30] <ali1234> for me all pages are blank except for the nav menu [23:33] <daftykins> directhex: call yourself a geek :( [23:33] <directhex> sorry, it's troo [23:33] <daftykins> ali1234: glancing [23:33] <ali1234> seems to be related to the overflow-x property somehow [23:33] <daftykins> ali1234: yep same issue, nav on the left ok - logo top left, two buttons upper right, no body [23:34] <ali1234> it doesn't hapen in firefox nightly so it's probably a ff bug [23:34] <ali1234> thanks for confirming it anyway [23:34] <daftykins> np :) [23:34] <daftykins> https://www.dropbox.com/s/cizzbf8oakzr6nr/spec.PNG?dl=0 [23:35] <daftykins> pretty cheap! [23:35] <directhex> whoa ddr4 has dropped since i bought ym box [23:36] <directhex> i paid £250, plus VAT, for 32GB in april [23:39] <daftykins> you could have 64GB now for £300! albeit my prices are tax free [23:42] <diddledan_> ali1234: it seems ok in my current chrome [23:42] <ali1234> yeah. i suspect ff bug... asking them now [23:43] <diddledan_> about reports I'm using the latest chrome (46) [23:43] <diddledan_> lemme check in my firefox [23:43] <diddledan_> it's ok in safari, too [23:43] <diddledan_> yeah it's blank in my firefox like yours [23:46] <daftykins> lets try Edge! [23:46] <daftykins> works ;) [23:46] <diddledan_> yup it's ok in edge here :-) [23:58] <ali1234> okay okay thanks everyone :) [23:59] <daftykins> but there's moar! [23:59] <diddledan_> opera? [23:59] <diddledan_> yeah it's ok there too :-p
ubuntu-chat
2024-05-13T22:11:31.300095
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Azelphur", "Kiev", "ali1234", "awilkins", "brobostigon", "daftykins", "diddledan_", "directhex", "mapps", "penguin42", "tripleclones", "zleap", "zmoylan-pi" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-uk.txt", "channel": "#ubuntu-uk" }
2015-11-01-#ubuntu-jp
[08:37] <Emmanuel_Chanel> こんばんは。 postfix + mysql でのバーチャル・メアドって、 + は使えないのですか?
ubuntu-chat
2024-05-13T22:11:31.301572
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Emmanuel_Chanel" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-jp.txt", "channel": "#ubuntu-jp" }
2015-11-01-#ubuntu-de
[00:18] <Anf> Hallo, ich hab jetzt wie bekks empfohlen hat, alle kde und alle gnome Pakete mit der Packet verwaltung entfernt, ich hab jetzt aber das Problem, das das System zwar startet, aber wen ich mein Password eingebe, steht dan da, Starten der Sitzung felgeschlagen. [00:19] <Anf> *fehlgeschlagen [00:20] <bekks> Welche Sitzung ist denn ausgewählt? [00:20] <Anf> Meine [00:20] <Anf> Aber die Gastsitzung geht auch nicht [00:20] <bekks> "Deine". [00:21] <bekks> Das sagt leider nicht, welches Desktop Environment ausgewählt ist. :) [00:21] <Anf> Environment? [00:22] <bekks> Ja. [00:22] <Anf> Die ganz normale, die ich immer benutz habe unter meinen Namen, also mein Konto, aber das Gastkonto geht auch nicht [00:22] <bekks> Welches Desktop Environment? [00:23] <bekks> KDE ist deinstalliert, Gnome auch - welches also benutzt du? [00:24] <Anf> ich hab nur alle KDE und Kubuntu Pakete ebtfernt, aber das System Startet mit Gnome aber bei der Anmeldung ist Unity [00:24] <bekks> Dieser Satz ergibt keinen Sinn. :) [00:24] <bekks> Entweder Gnome oder Unity. Also welches? :) [00:25] <Anf> Hochfahren tut es mit Gnome, bei der Anmeldung ist Unity [00:25] <bekks> Das ergibt keinen Sinn. [00:26] <bekks> Welches Desktop Environment STARTEST du? [00:26] <bekks> "Hochfahren mit Gnome" ergibt deswegen keinen Sinn, weil bis zur Anmeldung gar kein Desktop Environment aktiv ist. [00:26] <kim88> ich glaube er meint den playmouth screen - der wohl noch den playmouth von ubuntu-gnome statt ubuntu (unity) anzeigt [00:27] <Anf> klar, aber das Boot Bild ist von Gnome, das meine ich [00:27] <bekks> Das ist aber nicht das Desktop Environment. [00:27] <Anf> Das startet halt ganz normal Unity [00:27] <bekks> Und das Bootlogo startet auch nichts. [00:27] <Anf> Was ist den Desktop Environment [00:27] <bekks> KDE, Gnome, Unity... [00:27] <kim88> Anf, das Bottbild hat nichts mit dem Desktop zu tun, das ist einfach nur eine Grafik [00:27] <kim88> *Boot [00:29] <Anf> ok, Ich starte Ubuntu, bei der Anmeldung steht Unity und wen ich das Passwort eingebe, steht starten der Sitzung fehlgeschlagen [00:30] <Anf> Davor hab ich mit Synaptic Pakete von KDE und Gnome entfernt [00:30] <bekks> Kannst Du Dich in einer Shell anmelden? [00:30] <Anf> Was soll ich jetzt machen, wie krieg ich das System wieder zum laufen, ich hab da noch wichtige Daten drauf [00:31] <bekks> Und irgendwas passt an deinen Infos nicht. Vorhin sagtest du, du hättest KDE und Gnome Pakete entfernt, dann sagtest du, du hättest nur KDE und Kubuntu Pakete entfernt. [00:31] <Anf> Ich hab davon gerade gelesen, aber wie öffne ich das Shell bei der Anmeldung [00:31] <bekks> strg+alt+f1 drücken und anmelden. [00:32] <Anf> strg+alt+f1 drücken bei der Anmeldung, oder wen das System hochfährt [00:33] <bekks> bei der anmeldung [00:34] <Anf> ok, werde ich gleich versuchen, weil ich gerade nur mit Windows 7 Online kann, Ubuntu geht ja nicht. Soll ich dan schon mal wen ich dabei bin, noch was anderes gucken, oder nur erstmal, ob die Shell geht? [00:34] <bekks> Wenn die Shell geht, melde dich an und sichere deine Daten. Wenn nicht, boote eine Livecd und sichere deine Daten. [00:36] <Anf> Ich weiß leider nicht, wie das geht. Also ich kann mir das nicht vorstellen, wie kann man von einem Live boot, die Daten aus dem System sichern, das installiert ist [00:37] <bekks> Anf: https://wiki.ubuntuusers.de/chroot/live-cd [00:37] <Anf> Welche Daten werden den z.B gesichert, hab ich dan auch die sitzungen von firefox z.B. oder nur die Daten, wie z.B Bilder und Videos usw [00:37] <bekks> "Welche Daten gesichert werden entscheidest du. [00:37] <bekks> Automatisch passiert da nichts. [00:38] <Anf> klar, aber ich wusste nicht, das es auch mit der sitzung von firexox geht [00:39] <Anf> ok, bin gleich wieder da, ich schau mal, ob es mit der Shell geht [00:43] <Anf> Shell öffnet, und anmeldung geht auch [00:47] <Anf> Ich hab aber keinen Plan, wie in über das Shell, meine Daten sichern soll. Ich weiß nicht, wo die Daten von Firefox wegen den Sitzungen gespeichert werden, und wie man die sichern soll [00:49] <bekks> Anf: https://wiki.ubuntuusers.de/Datensicherung [00:52] <Anf> Ich weiß, das die irgendwo in /Home liegen, und die Privaten Daten liegen ja auch in /Home. Also kann ich eigendlich den ganzen /Home Ordner sichern, oder leiegen auch wichtige Daten auf der / Partition [00:54] <bekks> Lies den Artikel. [00:55] <bekks> WEnn du deine "wichtigen Daten" außerhalb von /home gespeichert hast, solltest du die natürlich auch sichern. [00:55] <Anf> Hab ich gerade, da wird alle erklährt, wo welche Dateien sind, aber wie haue ich Sie über das Shell auf einen Datenträger, und wie kann ich die Daten dan in das neue System packen, das kann ich mir garnicht vorstellen [00:57] <Anf> Ich hab Private Daten auf einer zweiten HDD zum Glück, ich hab auf Ubuntu nur ein paar Files auf dem Desktop gehabt, die ich brauche. Und ich brauch unbedingt alle Tabs in der Sitzung von Firefox [00:58] <bekks> cp kennst du sicher. [01:00] <Anf> ls cd kenn ich, cp ist ja dan wohl copie, aber wie mounte ich einen Datenträger in das System über Shell, und wie erkenne ich seinen Namen [01:02] <bekks> Anf: https://wiki.ubuntuusers.de/Grundlagen#Terminal :) [01:04] <Anf> Kann man eigendlich nicht über die Shell, die Pakete wieder installieren, die ich gelöscht habe. damit das System wieder läuft, also wenigstens Startet :) ? [01:06] <bekks> Ja, kann man. sudo apt-get ... [01:08] <Anf> ok, aber da ich die über Synaptic entfernt habe, werden die ja in der Shell nicht angezeigt, also im Verlauf. Kann man da nicht Online gucken welches Paket man dafür braucht, das die Sitzung wieder läuft [01:12] <bekks> Die sind alle in /var/log/dpkg.log verzeichnet. [01:15] <Anf> verzeichnet? Wie meinst du das bitte, werden da die Pakete die ich entfernt habe aufgelistet? Oder wie? [01:15] <bekks> Schau doch mal in die Datei rein. [01:16] <Anf> ok, über das shell mit nano [01:16] <Anf> ? [01:19] <Anf> Werde ich dan mal gleich versuchen, dan versuche ich die Pakete mal wieder nachzuinstallieren, damit das System wenigstens Startet, damit ich bequemer an die Daten ran kann, und wen es nicht klappt, dan muss ich die Shell lernen :) [01:20] <Anf> Bekks, ich Danke dir aus ganzem Herzen, ohne deine Hilfe, hätte ich jetzt eine Kriese :) Vielen Dank [01:21] <bekks> Gerne :) [01:23] <Anf> Daumen hoch :) [01:45] <Anf> bekks, bist Du noch da? [05:15] <Abe> hello guys germans here [05:15] <Abe> ? [05:15] <Abe> sgeht? [05:15] <Abe> jemand da? [05:18] <Lothenon> nein, alle schlafen noch :) [07:01] <killbytes> ​#​#cs [10:13] <jokrebel> Das Meta-Paket "ubuntu-desktop" zu entfernen reicht ja nicht um die ganzen Sachen die dieses Paket mitbringt wieder zu entfernen. Gibts da ne einfache Lösung? [10:17] <bekks> apt-get autoremove [10:21] <jokrebel> bekks: entfernt nullkommanichts [10:22] <jokrebel> es wurden aber mittels ubuntu-desktop einige hunder Pakets installiert welche für lubuntu nicht nötig waren. [10:25] <jokrebel> Die hätte ich gerne auch wieder los, was autoremove leider nicht tut, bekks. [10:30] <Wishmaster2> https://imgur.com/X5zkCe3 Hm, fällt jmd etwas dazu ein, wie ich dieses (null)-Konto wieder entferne (Nein, "Konto entfernen" hilft nicht)? [10:33] <jokrebel> sollte da Null-Konto nicht vielleicht nur ein Platzhalter für "eben aktuell keines vorhanden" sein? [10:35] <jokrebel> bei mir sieht das völlig anders aus, was ist das für Ubuntu mit welchem Desktop? Wishmaster2 [10:35] <Wishmaster2> jokrebel: Ubuntu 15.10 mit Unity [10:35] <Wishmaster2> Nein, kein Platzhalter [10:45] <sdx23> Wishmaster2: gconf manuell durchschauen [10:45] <Wishmaster2> gconf? Hm, wo finde ich das? [10:46] <sdx23> Wishmaster2: gconf-editor aufrufen [10:47] <jokrebel> oder dconf? [10:48] <sdx23> womöglich [10:50] <Wishmaster2> sdx23: Okay, wo genau da? [10:52] <sdx23> Wishmaster2: musst du suchen. org/gnome/online-accounts womöglich [10:53] <Damarus> hi [10:53] <Wishmaster2> hi [10:53] <Damarus> ist ubuntuusers.de down? [10:53] <Wishmaster2> ja [10:53] <Damarus> ah ok [10:53] <sdx23> Damarus: geplante Wartungsarbeiten [10:53] <Damarus> weiss man schon etwas wann die seite wieder on geht? [10:54] <sdx23> Damarus: geplant bis 13 Uhr. Wenn's fertig ist ist's fertig. [10:55] <Damarus> ok danke ;) [10:56] <Wishmaster2> sdx23: Ne, finde da nichts [10:57] <sdx23> Wishmaster2: ah, hier http://askubuntu.com/questions/245652/cant-delete-facebook-and-google-in-online-accounts-where-is-the-config-file-fo [11:09] <Wishmaster2> sdx23: Danke, scheint als sind alle in einer SQL-DB [11:09] <bekks> sqldb? [11:13] <alex_______> hi [11:14] <Damarus> hi [11:14] <Wishmaster2> hi [11:15] <Wishmaster2> bekks: ja [11:15] <Damarus> die seite funktioniert schon wieder [12:07] <jokrebel> OK! "sudo apt-get --purge remove libgtk-3-common" gefolgt von erneutem --reinstall lubuntu-desktop und einem "autremove" scheint nun das gröbste wieder zu entfernen. [13:29] <millfist> Guten tag es ist nebleig richtige Zeit um Paritionen backup zu machen FRAGE wie bekomm ich heraus auf welcher partition momentan ich mich befinde [13:29] <millfist> fdisl -l zeigt 5 linuxpatitionen + 2 win+ boot+swap [13:30] <k1l> "mount" im terminal zeigt dir an, welche partition als was gemountet ist [13:30] <millfist> ok [13:33] <millfist> k1l: kann ich eigentlich auch vom Linux das jetzt läuft mit allem home wieder eine DVD machen [13:33] <Erzi> hi! [13:33] <Erzi> Wie kann ich von der Konsole aus auf meinen NAS zugreifen (FTP) [13:34] <Erzi> mit ftp und angabe der IP habe ichs probiert und bekommen nur Meldung Connection refused [13:34] <k1l> millfist: guck dir mal "uck" an. wie gut das geht weiß ich allerdings nicht. schau mal im wiki danach bei ubuntuusers.de [13:34] <Erzi> ftp: connect: Connection refused [13:34] <k1l> Erzi: also konsole schreit doch nach ssh [13:34] <Erzi> Kann per Dateimanager drauf zugreifen, will einfach nur drauf um mir die Dateiliste zu basteln [13:35] <Erzi> also ls -la > dateiliste.txt [13:35] <Erzi> zum Beispiel [13:35] <Erzi> Damit ich mal bissel was ausdrucken und sortieren kann [13:35] <Erzi> mit ssh hab ich auch keine Verbindung hinbekommen [13:36] <Erzi> kann aber sein das kein Server drauf laeuft [13:36] <Erzi> hm, doch, shh unterstuetzung ist aktiviert. [13:37] <Erzi> achso, da hat er mich wegen Keys ned connecten lassen [13:37] <Erzi> Fingerprint [13:38] <k1l> Erzi: ja also. kein ftp sondern ssh nutzen. das ist ja quasi wie die konsole von deinem rechner dann nur eben per fernsteuerung auf dem anderen [13:39] <k1l> also ich würde empfehlen du richtest du ssh ein. wie das bei dem nas OS geht musst du aber dann gucken. [13:40] <Erzi> habs geschafft ;) [13:40] <Erzi> Danke [13:40] <millfist> ich habs auch danke [13:40] <Erzi> Sorry fuer die dummen Fragen [13:41] <k1l> Erzi: nee, macht ja nix. [13:42] <Erzi> k1l: gleich noch ne Frage [13:42] <Erzi> wie kann ich da ne Liste machen und die gleich in meinem Home (local) anlegen lassen [13:43] <Erzi> ls -R >/home/erzi...... [13:43] <Erzi> Wie krieg ich die auf meinem localen Rechner gespeichert [13:43] <Erzi> Oder kann ich sie nur da machen und dann rueber kopieren? [13:44] <k1l> die liegt dann erstmal auf dem NAS. von da kannst die mit "scp" rüberkopieren [13:44] <k1l> scp ist cp nur über ssh [13:44] <k1l> https://wiki.ubuntuusers.de/SSH#Dateitransfer [13:44] <Erzi> na ja [13:45] <Erzi> Kann einfach per Dateimanager machen [13:45] <mrkramps> Erzi, statt ls kannst du dir für die ausgabe einer liste mal tree ansehen [13:45] <Erzi> Wollte das sie gleich auf der anderen Maschine erstellt wird, scheint aber ned zu gehen [13:45] <mrkramps> sofern auf dem NAS vorhanden [13:45] <Erzi> danke mrkramps [16:57] <flikkes> nabend leute... kann mir jemand sagen, wie ich unter ubuntu 14.04 für den Desktophintergrund einige selbstgewählte Bilder als eine art Diashow einstelle? [17:43] <jokrebel> kennt sich jemand mit "mosh" aus und kann mir sagen wie ich dem (auch, wie es die darunter liegende Sitzung bereits kann) sowohl GUI-Unterstützung (wie bei ssh -X oder -Y) und auch Mausunterstützung beibringe? [17:48] <sdx23> jokrebel: mosh statt ssh -X ist nicht sinnvoll, knozeptuell. [17:49] <sdx23> jokrebel: für nagetier support lies das https://github.com/mobile-shell/mosh/issues/101 [17:54] <pkzip> kann man den thunderbird-kalender auch so einstellen, dass die woche mit montag beginnt? [17:54] <ppq> nei mir tut sie das [17:54] <ppq> also vermutlich ja [17:54] <ppq> bearbeiten → einstellungen → kalender [17:54] <ppq> ist jetzt nicht soo schwer zu finden :) [17:57] <pkzip> thx [18:16] <KlausK> hallo, ich habe eine frage zur installation auf einem laptop [18:17] <sdx23> KlausK: guten Abend. Einfach fragen. [18:17] <KlausK> ein freund von mir hat sein windows system auf dem laptop zerschossen und es läßt sich nicht mehr reparieren. ich habe sofort eine ubuntu-installation vorgeschlagen [18:18] <KlausK> die option "ubuntu mate neben windows 7 installieren" macht in diesem fall keinen sinn, oder? [18:19] <KlausK> ich bin der meinung, dass ubuntu als einziges OS auf seinem laptop das beste ist. seht ihr es genauso? [18:19] <bekks> Das kommt darauf an, ob er sich mit Ubuntu anfreunden kann. :) [18:19] <pkzip> nein, denn ubuntu ist gar kein os [18:19] <pkzip> ubuntu ist ne distribution [18:20] <KlausK> hast du auch eine antwort auf meine frage? [18:21] <bekks> KlausK: Da das Windows kaputt ist, gehe ich davon aus dass ihr alle relevanten Daten mit der Livecd gesichert habt, oder? [18:21] <KlausK> er hat seine privaten daten alle auf usb sticks gesichert. das haben wir schon bedacht [18:23] <KlausK> ist es in meinem fall sinnvoll, ubuntu ohne kaputtes windows zu installieren? [18:25] <bekks> Mit kaputtem Windows ist ziemlich sinnfrei, wes meinst Du? [18:25] <KlausK> sehe ich auch so, ich wollte nur eine bestätigung von experten haben :-) [18:33] <mrkramps> ich habe mir erzählen lassen, dass man dieses windows-betriebsystem tatsächlich auch neu installieren kann [20:34] <KlausK> habe ubuntu mate auf laptop installiert, beim booten gibt es aber ein grub error: failure reading sector 0x208d00 from hd0 [20:34] <KlausK> kann ich von einer defekten festplatte ausgehen? [20:34] <bekks> Ja. [20:34] <KlausK> kann ich den fehler nicht als defekten sektor markieren und die restliche festplatte nutzen? [20:35] <sdx23> Nein. Das macht die Platte selbst. Wenn ihr die Reservesektoren ausgegangen sind, dann nicht mehr... [20:35] <jokrebel> KlausK: Überprüf doch die Festplatte mal per Live-CD [20:36] <KlausK> von live-cd kann ich booten. aber die mache ich dann einen festplatten check? [20:37] <bekks> smartctl -a ist ein guter Anfang [20:37] <jokrebel> KlausK: https://wiki.ubuntuusers.de/festplattenstatus und https://wiki.ubuntuusers.de/Festplatten_Problembehebung [20:41] <KlausK> werde ich mir anschauen, danke! [20:59] <Wishmaster2> Hallo. Habe folgende Fehlermeldung bei apt-get: [20:59] <Wishmaster2> Paket account-plugin-windows-live ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist. [20:59] <Wishmaster2> Doch die folgenden Pakete ersetzen es: [20:59] <Wishmaster2> unity-asset-pool [20:59] <Wishmaster2> E: Für Paket »account-plugin-windows-live« existiert kein Installationskandidat. [20:59] <Wishmaster2> Ich vermute mal dies erklärt meine fehlenden online-Konten: https://imgur.com/X5zkCe3 [21:03] <bigit> hallo leute bin jetzt komplett auf ubuntu umgestiegen [21:03] <jokrebel> Wishmaster2: Ja, das sollte man vielleicht als erste "fixen". Aber das nächste mal bitte in einem PasteBinServie und nicht direkt im Kanl her zeigen. [21:04] <Wishmaster2> jokrebel: Sorry hab den IRC-Raum mit dem Jabber-Raum verwechselt :D [21:04] <jokrebel> bigit: Schön, und wie kann man helfen? [21:04] <Wishmaster2> jokrebel: Wie fixen? und wurd das Paket eingestellt? [21:04] <bigit> brauchst du nicht ich bin allwissend danke trotzdem [21:05] <KlausK> eine hardware-frage: hd beim laptop austauschen sollte einfach möglich sein, oder? ich möchte die defekte hd mit einer ssd austauschen, das würde sinn machen [21:05] <jokrebel> Wishmaster2: Zeig mal ein komplettes "sudo apt update&&sudo apt dist-upgrade" in nem NoPastService [21:06] <bekks> KlausK: Wenn das bei dem speziellen Model möglich ist, dann ja. Sonst nein. [21:06] <jokrebel> KlausK: ...und ist keine Ubuntu-Support-Frage eigentlich... [21:06] <KlausK> packard bell easynote, anleitungen müsste es im netz geben, denke ich. im geschäft machen die das nur mit aufpreis, oder? [21:07] <bekks> KlausK: Wir sind nicht das GEschäft dass du fragen würdest. [21:07] <KlausK> hey, ich habe lange gebraucht, um ubuntu auf diesen laptop zu bringen, die installation ist mir 3x abgebrochen. jetzt weiß ich, dass ein hardware-problem vorliegt. [21:07] <bekks> Wir wissen es nicht. [21:07] <bekks> Das weisst du bisher nicht. [21:07] <bekks> Du hast bisher noch kein Livecd gestartet und die HW geprüft - odeR? :) [21:08] <KlausK> bin dabei [21:08] <KlausK> hab den langzeittest gestartet, der dauert 2,5 h noch [21:08] <Wishmaster2> jokrebel: Nichts ungewöhnliches [21:08] <bekks> KlausK: Der ist für smartctl -a völlig egal. :) [21:08] <bekks> KlausK: Die Zeit kannst du Dir sparen. [21:08] <bigit> KlausK: Ja starte mit live Cd bevor du installieren tust. was hast du fuer einen laptop? [21:09] <bekks> bigit: Hat er vorhin gesagt. [21:09] <Wishmaster2> jokrebel: http://paste.ubuntu.com/13075433/ [21:09] <bigit> ich bin erst seit ner minute hier [21:09] <bekks> Du warst schon hier als er es sagte. [21:09] <bekks> 1101 220315 -!- bigit (Birgit) [[email protected]] has joined #ubuntu-de [21:09] <bigit> wirklich [21:09] <bekks> 1101 220652 < KlausK> packard bell easynote, [21:09] <bekks> Ganz wirklich. [21:09] <bigit> heftig [21:10] <bigit> ne seh ich leider nichts [21:11] <bekks> Dann reparier deinen IRC client :) [21:11] <bigit> den hab ich auch eben erst installiert [21:12] <KlausK> bigit, wie bekks schon schrieb: packard bell easynote, ein schönes gerät, 750 gb hd, aber die scheint wohl defekt zu sein :-( [21:12] <bigit> bin sonst immer auf irc.freenode.net ist das der selbe hier? [21:12] <bekks> bigit: Ja. [21:12] <bekks> KlausK: Was ist jetzt mit der Ausgabe von smartctl -a? [21:13] <KlausK> da bekomme ich eine lange ausgabe [21:13] <bekks> Ja. [21:13] <KlausK> bisher no errors logged [21:13] <bekks> Und die gesamte Ausgabe packst du bitte in einen Pastebin. [21:13] <bigit> KlausK: lief er noch mit windows ? [21:14] <KlausK> nein, windows 7 war zerschossen. habe dann ubuntu installiert, von einer dvd-rw aus, habe dafür mehrere anläufe gebraucht, lag vermutlich an der dvd-rw oder am staub drauf [21:14] <bekks> Oder an der defekten Festplatte. [21:14] <bekks> Was ist jetzt mit der Ausgabe von smartctl -a? [21:15] <bigit> warum war windows 7 zerschossen. Ein hardware defekt ist nicht zu reparieren mit ubuntu draufinstallieren [21:15] <KlausK> bekks, wie kann ich die gesamte ausgabe markieren? der text ist mehr als eine seite [21:16] <bekks> KlausK: In einem Terminal kann man auch scrollen ;) [21:18] <KlausK> http://pastebin.com/dzxaGd6c [21:18] <KlausK> hoffentlich kannst du damit etwas anfangen [21:19] <bigit> KlausK: aber hardware testen ueber live cd ist keine schlechte idee [21:19] <bekks> KlausK: Ja, die Platte kannst du wegwerfen. [21:19] <bekks> KlausK: Da brauchst du nichsts mehr prüfen. [21:19] <KlausK> woran machst du das fest? [21:19] <bekks> An Zeile 73 und der sehr aussagekräftigen Fehlermeldung in Zeile 83 [21:20] <bigit> Raw_Read_Error_Rate 0x002f 195 195 [21:20] <KlausK> zeile 83: read failure, ok ist aussagekräftig. [21:21] <KlausK> aber zeile 73, wo ist da eine information über einen defekt? [21:21] <bigit> dein wert ist 195 schlimmster wert ist 195 [21:21] <bekks> KlausK: Du möchstest herausfinden, was "current pending sectors" sind ;) [21:22] <KlausK> ok, werde dann selber danach suchen [21:22] <bigit> Du kannst also nur noch ueber live cd starten oder dir ne neue platte besorgen was hast du gemacht ? [21:22] <KlausK> ich sage schon mal DANKE für die hilfe. toll, dass ubuntu eine solche community hat [21:22] <bekks> KlausK: Festplatten können eine begrenzte Anzahl an defekten Blöcken selbst ersetzen - bei deiner Platte warten gerade fast 65.000 Blöcke darauf. [21:22] <KlausK> ist der laptop eines freundes, den er selten gebraucht hat. jetzt weiß er 100%ig, dass er eine neue festplatte braucht [21:23] <bigit> ich habs am ersten wert gesehen [21:23] <bekks> bigit: die raw read error rate sagt ohne Kontext garnichts aus. [21:23] <bigit> doch die sagt viel aus meines erachtens [21:24] <KlausK> welche zeile bigit [21:24] <bekks> Das mag sein dass du das so siehst, in der Realität sagt der Wert ohne Kontext trotzdem nichts aus. [21:24] <bekks> KlausK: Egal. Besorg einfach eine neue Platte. :) [21:24] <Wishmaster2> jokrebel: Eine Idee warum account-plugin-windows-live sich nicht installieren lässt [21:24] <KlausK> gut. und vermutlich wird sich die platte mit linux besser als mit windows :-) [21:25] <bekks> KlausK: Das Betriebssystem ist einer Festplatte egal. [21:25] <KlausK> ist eine ssd haltbarer als eine hd? [21:25] <bekks> Nein. [21:25] <jokrebel> Wishmaster2: Zeig mal ein "sudo apt-get -f install" her [21:25] <KlausK> und für ubuntu sinnvoller? [21:25] <bekks> KlausK: Weder noch. [21:26] <KlausK> also ist die ssd nur schneller und sonst nichts? [21:26] <Wishmaster2> ssd prinzipiell schneller, wenn man nur das OS draufpackt [21:26] <bekks> KlausK: So ist es. [21:26] <Wishmaster2> Naja, schneller = sinnvoller [21:26] <bigit> nein nicht alleine aber es sagt Value = Wert Worst= Schlimmster "Wert" dazu noch die anderen werte wie Zeile 68 G-Sense error rate usw [21:26] <KlausK> und bevor man ubntu auf eine ssd installiert, sollte man die langen texte im wiki gelesen haben, oder? [21:27] <bigit> ist bei mir eigtl auch schon ziemlich hoch [21:27] <Wishmaster2> jokrebel: "0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert." [21:27] <bekks> bigit: Die Werte sagen ohne Kontext nichts aus, und die Spalten VALUE, WORST und THRESH beinhalten beileibe nicht das was du denkst. Sie beinhalten Werte, die abhängig von der Festplattenfirmware sind. [21:28] <jokrebel> Wishmaster2: Dan zeig mal den kompletten Installtionsversuch bitte. [21:28] <Wishmaster2> jokrebel: http://pastebin.com/KQnG28tB [21:29] <jokrebel> Wishmaster2: Den Installitonsversuch des gewünschten Pakets meinte ich. [21:30] <jokrebel> *Installationsversuchs [21:30] <bigit> bekks: ok kannst du mir erklaeren was der kontext ist? [21:30] <Wishmaster2> jokrebel: http://pastebin.com/b8xAxiTj [21:31] <Wishmaster2> Irgendwie kann das nicht gut sein :( [21:31] <jokrebel> Wishmaster2: Welches Ubuntu? [21:32] <Wishmaster2> 15.10 [21:32] <bigit> ich seh auch Completed: read failure usw. trotzdem sagen die werte mir was anderes warum wuerde dann worst da stehen +den wert? [21:33] <bekks> bigit: Der Kontext sind u.a. der reallocated sector count, die seek error rate, die current pending sectors, der UDMA CRC error count und die multi zone error rate. [21:33] <jokrebel> Wishmaster2: Das scheint es nur für trusty und vivid zu geben http://packages.ubuntu.com/search?keywords=account-plugin-windows-live [21:33] <bigit> und was bedeuten die werte dann? [21:35] <bigit> z.B UDMA CRC error beides 200 ? [21:36] <Wishmaster2> jokrebel: Hm, das ist schade, das erklärt aber https://imgur.com/X5zkCe3 [21:36] <Wishmaster2> Hm, es scheint ja aber noch referenziert zu werden, kriegt man das gefixt? [21:37] <jokrebel> Sofort? In dem man 14.04 oder 15.04 istalliert ;-) [21:37] <bekks> bigit: als allererstes ignoriert man mal VALUE, WORST und THRESH, und schaut sich den RAW_VALUE an. [21:38] <bekks> bigit: Daraus zieht man dann Schlüsse. [21:38] <Wishmaster2> jokrebel: Hm, wird das dann bei einem Update automatisch gelöscht? [21:38] <jokrebel> Wishmaster2: Keine Ahnung [21:39] <bekks> Wishmaster2: Nein, wird es nicht. [21:39] <Wishmaster2> Hm, was passiert denn wenn ein Paket für eine neuere Version nicht mehr verfügbar ist? [21:39] <bekks> Dann ist es nicht mehr verfügbar. Du solltest es dann deinstallieren und durch das vorgeschlagene neue Paket ersetzen. [21:40] <bekks> Stand doch vorhin in der MEldung. [21:40] <Wishmaster2> Doch die folgenden Pakete ersetzen es:  unity-asset-pool [21:40] <Wishmaster2> Das hier? [21:41] <bekks> Wie lautete denn die Meldung vorhin? [21:41] <Wishmaster2> http://pastebin.com/b8xAxiTj [21:42] <bekks> Ja, dann mach doch was da steht :) [21:43] <jokrebel> bekks: Da steht doch nicht _wie_ man das macht ;-) [21:43] <Wishmaster2> unity-asset-pool ist schon die neueste Version. [21:44] <bekks> Dann solltest du die alte Version auch deinstallieren, sofern sie noch installiert ist. [21:44] <jokrebel> dann hast Du es wohl schon. [21:44] <Wishmaster2> Alte version wovon? [21:45] <bekks> Von dem Pkate dass du versuchst zu installieren und das nicht mehr existiert... [21:45] <bekks> *Paket [21:45] <Wishmaster2> Paket »account-plugin-windows-live« ist nicht installiert, wird also auch nicht entfernt. [21:46] <bekks> Gut. Dann ist doch alles in Ordnung soweit. [21:46] <Wishmaster2> Naja, warum wird es dann noch referenziert? [21:46] <bekks> Wovon wird es referenziert? [21:46] <Wishmaster2> Paket account-plugin-windows-live ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist. [21:47] <Wishmaster2> wie finde ich heraus wovon? [21:48] <jokrebel> Wishmaster2: Du fischst im trüben wegen Deiner "null"-Konto-Meldung? [21:48] <bekks> mit apt-cache depends und apt-cache rdepends [21:48] <bekks> jokrebel: Ja. [21:48] <Wishmaster2> ja [21:51] <Wishmaster2> Die einzige Ausgabe is "<account-plugin-windows-live>" [21:52] <bekks> Die einzige Ausgabe wovon? [21:52] <jokrebel> Wishmaster2: Was genau geht denn nicht durch diesen "null"Konto Eintrag? Oder ist das nur ein Schönheitsfehler? [21:52] <Wishmaster2> Schönheitsfehler [21:52] <Wishmaster2> bekks: von den von dir genannten Fehlern [21:52] <bekks> Wishmaster2: ich nannte keine Fehler :) [21:52] <Wishmaster2> *Befehlen, sorry [21:53] <bekks> Was ist die Ausgabe von "apt-get purge account-plugin-windows-live"? [21:54] <jokrebel> also ist (wie schon vor länger bermutet) das NULL-Konto nur ein Platzhalter für eben "kein Konto vorhanden" und bringt keinerlei Nachteile für Dich? *seufz* [21:54] <jokrebel> *vermutet [21:55] <Wishmaster2> Platzhalter ja nicht [21:55] <Wishmaster2> das war mal ein Konto [21:56] <jokrebel> was Du gelöscht hast und deshalb durch ein "nicht-vorhanden" = NULL ersetzt wurde. Wo genau ist Dein wirkliches Problem? [21:56] <Wishmaster2> Ich habe es nicht gelöscht [21:57] <Wishmaster2> und wenn ich es löschen dann sollte es doch komplett weg sein [21:57] <bekks> Was ist mit der angeforderten Ausgabe? [21:58] <Wishmaster2> http://pastebin.com/SFREkLKu [21:58] <bekks> So, JETZT sind die Referenzen entfernt. [21:59] <bekks> Schön, dass es nicht stimmte, dass du sagtest, das Paket sei deinstalliert. [21:59] <Wishmaster2> Hm, interessant [21:59] <bekks> Ja, sehr interessant. Und so schöne Zeitverschwendung. Danke. [22:00] <bekks> Jetzt lösch den Eintrag in deinem Evolution-Profil, und leg das Konto dort neu an. [22:00] <Wishmaster2> okay [23:15] <Guest80445> nabend, macht es sinn von vivid auf wily in einem durchgang zu wechseln? [23:16] <Guest80445> bin gerade bei apt-get dist-upgrade, ich denke, es müsste klappen, ich frage aber lieber nochmal nach [23:16] <bekks> Wie willst du denn sonst wechseln, wenn nicht in einem Durchgang? [23:16] <Guest80445> vielleicht in zwei schritten, erst 14.10->15.04 und dann nach 15.10 [23:17] <bekks> wily ist der nachfolger von vivid. [23:17] <bekks> v -> w [23:17] <Guest80445> dann habe ich meine frage falsch gestellt, sorry [23:18] <k1l> Guest80445: hast du händisch die sources.list geändert? bei ubuntu macht man das nicht so [23:18] <Guest80445> ich war dabei von 14.10 -> 15.04 mit do-release-upgrade zu wechseln. hab es aber abgebrochen und die sources.list geändert, also wily eingesetzt [23:19] <k1l> urgs [23:19] <bekks> Autsch. [23:19] <bekks> Such schonmal die CD zur NEuinstallation. :) [23:19] <Guest80445> ist nur eine testinstallation auf meiner alten festplatte [23:19] <k1l> 14.10 ist schon seit einiger zeit nicht mehr supported. da musst du die old-releases einsetzen um da wegzuwechseln. [23:20] <Guest80445> habe jetzt in der sources.list wily stehenm habe jetzt apt-get upgrade und apt-get dist-upgrade gemacht, momentan werden noch die pakete runtergeladen [23:20] <bekks> Dir wird das Update ziemlich sicher um die Ohren fliegen. [23:21] <Guest80445> warum? [23:21] <bekks> Weil das was du da tust aus gutem Grund nicht supported ist. [23:22] <Guest80445> wäre es richtig gewesen, in zwei schritten zu aktualisieren? [23:22] <Guest80445> ok, dann lade ich mir das aktuelle image runter und erstelle dann ein live usb stick [23:23] <k1l> Guest80445: ja, ubuntu unterstützt nur upgrades von release zu nächstem release. [23:23] <k1l> ausser bei den LTS zu LTS releases. also 14.04 zu 16.04 wenn es raus ist [23:24] <Guest80445> wäre es sinnvoll, in die sources.list wieder vivid einzutragen? oder ist das jetzt egal? [23:24] <k1l> hat er schon installiert? [23:24] <Guest80445> installiert wurde noch nichts, ich war noch beim download der pakete [23:24] <k1l> sonst brech es ab. dann trägst du da erstmal das hier ein: https://help.ubuntu.com/community/EOLUpgrades [23:25] <k1l> und codename ist da dein utopic. [23:25] <k1l> dann kannste auch "normal" upgraden auf 15.04 [23:25] <Guest80445> habe jetzt vivid in die sources.list eingetragen [23:25] <k1l> Guest80445: stop [23:25] <Guest80445> ok gestoppt [23:25] <k1l> lies was ich geschrieben habe [23:26] <k1l> wenn du eh machst was du willst, dann musst du ja nicht uns fragen :) [23:26] <Guest80445> die englische seite lesen? [23:26] <bekks> Ja. [23:27] <Guest80445> 14.10 wurde bis juli supported, naja knapp vorbei ;-) [23:33] <Guest80445> k1l, muss ich die old-releases in meine sources.list dazutun? oder komplett ersetzen? [23:33] <k1l> ersetzen [23:33] <Guest80445> dann nur die drei zeilen [23:33] <Guest80445> CODENAME wäre in meinem fall utopic? [23:33] <k1l> ja [23:35] <Guest80445> rest ist etwas unverständlich [23:37] <k1l> was denn? [23:37] <Guest80445> update-manager ist vorhanden, linux-headers auch, bin jetzt bei apt-get update [23:38] <k1l> die 3 zeilen in die sources.list. codename gegen utopic austauschen, sudo apt-get update. sudo do-release-upgrade [23:39] <Guest80445> in der anleitung steht: update, dist-upgrade, do-release-upgrade [23:39] <Guest80445> k1l, bei dir fehlt das dist-upgrade [23:39] <k1l> Guest80445: nein. das braucht man nicht. [23:39] <Guest80445> schau auf die anleitung unter "Run the upgrade"
ubuntu-chat
2024-05-13T22:11:31.315940
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Abe", "Anf", "Damarus", "Erzi", "Guest80445", "KlausK", "Lothenon", "Wishmaster2", "alex_______", "bekks", "bigit", "flikkes", "jokrebel", "k1l", "killbytes", "kim88", "millfist", "mrkramps", "pkzip", "ppq", "sdx23" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-de.txt", "channel": "#ubuntu-de" }
2015-11-01-#ubuntu-uy
[00:13] <Marc33> viki
ubuntu-chat
2024-05-13T22:11:31.318949
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Marc33" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-uy.txt", "channel": "#ubuntu-uy" }
2015-11-01-#ubuntu-nz
[19:03] <ibeardslee> morning [19:26] <olly> morning [20:36] <mwhudson> morning [21:12] <chilts> morning
ubuntu-chat
2024-05-13T22:11:31.320683
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "chilts", "ibeardslee", "mwhudson", "olly" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-nz.txt", "channel": "#ubuntu-nz" }
2015-11-01-#ubuntu-tn
[15:47] <elacheche> o/ [22:05] <Na3iL> o/ [22:10] <chaker> Na3iL: o/
ubuntu-chat
2024-05-13T22:11:31.321779
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Na3iL", "chaker", "elacheche" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-tn.txt", "channel": "#ubuntu-tn" }
2015-11-01-#ubuntu-gnome
[01:22] <lindol> hi all :) [02:57] <Sicnus> While installing, my system hangs at: "Preparing to install Ubuntu Gnome" This is UG 15.10 btw. [02:59] <Sicnus> Does anyone know the default user/pass for UG 15.10? I'd like to log in on TTY1 [12:33] <Sicnus> Doubt anyones awake but... If I've tried to install Ubuntu like 4x times and it kept hanging @ "Preparing to install Ubuntu Gnome" but then I switched the position on my hard drive where swap and / was... and it worked perfectly... could that be an indication of something wrong with that sector of the drive? [13:47] <Sicnus> http://pastebin.com/U9jY5zZG [13:47] <Sicnus> I think I accidently deleted something essential from my sources.list.d/ dir :/ [14:05] <toXel_> Sicnus: the equinox ppa you've added has no support for wily [14:08] <Sicnus> toXel, heh... I know it's lame, but I just nuked and re-installed. :( [I'm so bad] [14:09] <Sicnus> there are a lot of outdated icon sets out there that don't support Wily apparently [14:09] <Sicnus> course, it did just come out [14:11] <toXel> I think you should just have changed the sources.list entry of the repo from wily to trusty [14:12] <Sicnus> toXel, been about 6 years since I've used Linux... that and being old... I've forgotten stuff. :) [14:12] <toXel> :D [14:12] <toXel> Shit happens ;) [14:12] <Sicnus> aye... it killed my OCD knowing I couldn't cleanly apt-get update [14:13] <toXel> Oh yea I know that feeling... [14:14] <Sicnus> So I've been around Linux since 96'.... (in one way or another) but have just switched back using it as a desktop. There are a lot of improvements on things... but in some ways.... a lot of the old issues still seem present. Can't put my finger on it... just a feeling [14:27] <toXel> My first experiences with Linux was in 2006 with Ubuntu. And IMHO Linux has changed a lot since then [14:29] <Sicnus> toXel, true... but a lot of the same struggles I've seen with UI / DE stuff seems present. But you are right... leaps and bounds of progress has been made. [14:29] <Sicnus> plus, a lot of it could be my own personal bias :) [14:30] <toXel> Yes bias has a big role in the Linux world unfortunately [14:30] <Sicnus> The one thing that does blow my mind is the # of flavors of linux [14:30] * Sicnus does Jackie Chan face [14:30] <toXel> But there's something for everyone ;) [14:30] <Sicnus> hehe [14:31] <Sicnus> course, I'd love to smack Mark up for picking Unity over GNOME. *sigh* [14:31] <Sicnus> If he'd have hired me... it wouldn't have happened. :) [Applied for a community lead position at one point in time @ Ubuntu] [15:32] <Sick> what the heck is the little > < arrow at the bottom left in GNOME? heh. it shows my Hexchat icon currently.... It looks like a list of open things, but... it doesn't show anything but Hexchat (and I have about 5 other apps open) [16:43] <toXel> That's normally where the notification icons are placed in Gnome 3.18 [16:44] <toXel> Except when you have TopIcons installed [16:45] <toXel> @Sick ^ [16:45] <meetingology> toXel: Error: "Sick" is not a valid command. [16:45] <toXel> Sick: ^ [16:49] <Sick> toXel, lol [16:49] <Sick> toXel, I'm not a valid command, what!?! :) [16:54] <toXel> Yea I've written (at)Sick [16:54] <toXel> Seems like we can write commands to the bot with @ [16:54] <toXel> @help [16:54] <Sick> just teasing... and thanks, I've installed TopIcons... much better [16:54] <meetingology> toXel: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin. You may also want to use the 'list' command to list all available plugins and commands. [16:55] <toXel> @list [16:55] <meetingology> toXel: Admin, Channel, Config, MeetBot, Misc, NickAuth, NickCapture, Owner, and User [18:13] <Sick> toXel, you know where in dconf I can change the Top Bar to show Day (LONG) & Month (LONG) Example: Sunday, November instead of: Sun/Nov ? [18:13] <toXel> Use gnome-tweak [18:13] <toXel> There you can change it [18:14] <Sick> :/ It doesn't seem to let you change from short to long... but perhaps I'm just missing it. [18:14] <Sick> one sec [18:14] <toXel> Oh but I don't think that you can change the date format there sorry [18:15] <Sick> yeah... [18:15] <Sick> I think it's a dconf thingy [18:16] <toXel> I'm not thaaaaat experienced in dconf stuff :D [18:17] <toXel> Google is your friend [18:18] <toXel> Or duckduckgo ;P [18:18] <Sick> hah [18:18] <Sick> I'm just digging through dconf [18:18] <Sick> "What could go wrong?" [18:18] <Sick> ;) [18:19] <toXel> With gsettings you can list the whole dconf tree recursively and grep it [18:22] <Sick> I'm surprised I'm the only one that has been bothered by that.
ubuntu-chat
2024-05-13T22:11:31.337272
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Sick", "Sicnus", "lindol", "meetingology", "toXel", "toXel_" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-gnome.txt", "channel": "#ubuntu-gnome" }
2015-11-01-#ubuntu-server
[10:07] <detha> When trying to do a PXE install on an isolated network, the installer still wants to contact security.ubuntu.com, and hangs if it isn't given access to that. How does one tell it not to try that? [10:12] <szybki_slup> Hi. I'm trying to install Ubuntu Server 15.10, and I have strange issue. The installer stuck on "Installing the base system | Retrieving libc-bin". I was trying to install Ubuntu on different computers, but always the same issue. I can't download libc-bin_2.21-0ubuntu4_i386.deb even via the browser. The strange thing is, that when I'm trying to do that using different internet connection, it works without any problems. An [10:50] <jak2000> hi all [10:59] <lordievader> o/ [12:20] <fragtion> lo all. upgraded my server to 15.10 which went ok, but after the reboot I'm not seeing eth0. the VMware NIC is detected with lspci, but ifup is segfaults on boot query [12:20] <fragtion> anything I could/should be looking for ? [13:25] <fragtion> whats the easiest way to switch from ensxxx interface naming back to ethx , on wily? (since it evidently broke this on half of my machines) [13:33] <fragtion> http://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes ... [13:33] <fragtion> ty fragtion [13:33] <fragtion> np fragtion [13:33] <fragtion> :) [14:24] <pwnawannab[NE]> can anyone help out with freeipa client setup on ubuntu? [17:47] <jak2000> sarnold_? [17:47] <jak2000> quantic? [17:53] <quantic> ? [18:03] <jak2000> quantic, yesterday you helped me remember? [18:05] <quantic> vaguely? [18:05] <jak2000> with ssh certificate, last coment of tj- helped me: ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host [18:06] <jak2000> and when i use the scp command (for copy a file from server1 to server2) work (not ask me a user and password).... [18:06] <quantic> Oh, yeah. [18:07] <jak2000> here all worked fine.. love this command [18:07] <jak2000> but i created a task that copy the file andnot work... :( [18:07] <jak2000> have time for try help me? [18:08] <quantic> jak2000: define "created a task." [18:10] <jak2000> a crontab job [18:10] <jak2000> wait a moment i try show you the line and commands [18:18] <quantic> jak2000: What user is the job running as? [18:18] <jak2000> i run the command with sudo [18:18] <jak2000> then is root right? [18:18] <jak2000> here mi error [18:18] <jak2000> changing [18:22] <jak2000> 0,10,20,30,40,50 8-20 * * 1-6 /usr/scripts/respsql.sh [18:22] <jak2000> 40 8-20 * * 1-6 /usr/scripts/respsqlMedDia.sh [18:23] <quantic> jak2000: only processes running as your user have access to the key. If you want root to be able to authenticate as you, then you need to copy the id_rsa file into /root/.ssh/id_rsa [18:25] <jak2000> ok [18:25] <jak2000> interesting [18:25] <jak2000> where ssee if fail the crontab tasks? [18:25] <quantic> jak2000: the cron log [18:26] <jak2000> its located on /var/log ? [18:26] <quantic> like most logs, yes. [18:28] <jak2000> changed: 1-6 to 1-7 [18:28] <jak2000> :) [18:29] <quantic> jak2000: By the way, you do realize that the whole "0,10,20,30,40,50" is unnecessary, right? [18:29] <quantic> jak2000: If you want something to run every ten minutes, just do "*/10" [18:33] <jak2000> ok [18:34] <jak2000> server1 date: Sun Nov 1 11:33:30 MST 2015 server 2 date: Sun Nov 1 13:30:20 EST 2015 how to sync the time the mandatory is server1 [18:36] <quantic> jak2000: Are the two servers in different time zones? [18:36] <jak2000> mmm not know googling: how to check timezone ubuntu [18:37] <quantic> jak2000: ... WHERE are the two servers? [18:37] <quantic> like, physically, on planet earth [18:37] <jak2000> ahahah [18:37] <jak2000> server 1 in gmt-7 and server 2, in gmt -6 (guadalajara mexico) [18:38] <quantic> jak2000: then set the correct time zones, first off. [18:39] <jak2000> isnt correct set timezone server1 gmt-7 and server 2 gmt -7? [18:39] <quantic> jak2000: no, because they're not physically in the same time zone. [18:39] <jak2000> ok, thanks [18:39] <jak2000> understand [18:41] <jak2000> ls /var/log/cr* or ls /var/log/cr*.* no such file... why? [18:44] <quantic> cat /var/log/syslog | grep CRON [18:45] <RoyK> quantic: or grep CRON /var/log/syslog :P [18:47] <quantic> RoyK: Don't ask me why I have that habit. :P [18:47] <quantic> RoyK: Usually it's because I know what file I want to look in, and I'm building my search in my head as I type, so I go backwards. [18:53] <trimeta> The manual partition manager on the Ubuntu Server disk refuses to activate encrypted (dm-crypt) partitions from an SSD, even though it has no problem doing so from an HDD. Why? [18:59] <trimeta> old on...apparently after entering the "Configure encrypted volumes" area, I needed to choose "Finish," not "Activate existing encrypted volumes" or "Create new encrypted volume" [22:46] <trimeta> I'm trying to build a server with a BTRFS RAID 1 root on top of encrypted volumes. Normally, initramfs doesn't want to decrypt two different volumes on boot, but I modified /usr/share/initramfs-tools/scripts/local-top/cryptroot to fix this. However, the system still refuses to boot of the BTRFS system wants two devices, even though both of those devices are unlocked. [22:46] <trimeta> Anyone know what's going on here? I can mount the BTRFS system without error from within the initramfs rescue shell, but for some reason it's not mounting automatically in the scripts.
ubuntu-chat
2024-05-13T22:11:31.342324
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "RoyK", "detha", "fragtion", "jak2000", "lordievader", "pwnawannab[NE]", "quantic", "szybki_slup", "trimeta" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-server.txt", "channel": "#ubuntu-server" }
2015-11-01-#ubuntu-ci-eng
[01:34] <robru> Gooby pls
ubuntu-chat
2024-05-13T22:11:31.343385
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "robru" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ci-eng.txt", "channel": "#ubuntu-ci-eng" }
2015-11-01-#ubuntu-si
[06:07] <jabuk> M 1.6 > 8.km SZ od VRHNIKE @01/11/2015 00:31:39 https://maps.google.com/?q=46+N,+14.21+E [06:07] <jabuk> M 1.4 > 7.km JZ od MIRNA @31/10/2015 19:26:31 https://maps.google.com/?q=45.85+N,+13.55+E [06:07] <jabuk> M 1.9 > 3.km JZ od POSTOJNE @31/10/2015 06:41:05 https://maps.google.com/?q=45.76+N,+14.18+E [07:53] <Sky[x]> potres? [07:56] <idioterna> bomo vidl cez par minut [08:02] <idioterna> je ze [08:28] <CrazyLemon> kaj je ze [08:29] <Sky[x]> info da je bil potres [08:29] <Sky[x]> http://www.arso.gov.si/potresi/obvestila%20o%20potresih/aip/ [08:29] <Pepelka> Avtomatska analiza zadnjih potresov [08:30] <zdobbie> ja je treba pocakat, da v CK potrdijo [08:30] <CrazyLemon> sej jabuk izpiše tist kar arso napiše [08:36] <dz0ny> felt 0 [08:38] <CrazyLemon> https://www.facebook.com/130210893664724/videos/1090293644323106/ lmao [08:38] <Pepelka> "Nije da se falim al iz Bosne sam..."" | Facebook [08:38] <Pepelka> »HIT: Anđelka i Andrija na Slovenačkoj graniciHahahhaha, preluuuudoooo :)Obavezno pogledati :)« [08:40] <CrazyLemon> hmm ja.. jabuk en mal zamuja s temi potresi [08:41] <CrazyLemon> 6,5-24h :D [08:47] <zdobbie> ... al pa vnaprej vidi [08:47] <zdobbie> jabuk [08:47] <zdobbie> M 1.5 > 6.km JZ od BREŽIC @30/10/2015 14:04:16 https://maps.google.com/?q=45.86+N,+15.55+E [08:47] <zdobbie> zdobbie [08:47] <Pepelka> Google Maps [08:47] <zdobbie> opa! [08:47] <CrazyLemon> wth [08:48] <zdobbie> mislim, ze vcerej je tam tresl [08:48] <zdobbie> why the fucking surprise then [08:54] <CrazyLemon> so scientific! [08:54] <Sky[x]> :) [08:55] <CrazyLemon> a bi en JS mojster vrgu uč na https://github.com/ubuntu-si/ubuntu.si/blob/master/wordpress/wp-content/themes/enigma/js/enigma-footer-script.js in mi povedal zakaj mi chrome pravi Uncaught TypeError: jQuery(...).photobox is not a function [08:55] <Pepelka> ubuntu.si/enigma-footer-script.js at master · ubuntu-si/ubuntu.si · GitHub [08:55] <Pepelka> »ubuntu.si - The Community webpage« [08:57] <zdobbie> was ist jQuery('.enima_photo_gallery') ? [08:58] <CrazyLemon> ne bi vedel..vprašaj avtorja enigme [08:58] <CrazyLemon> ogromno je takih 'typov' [08:58] <zdobbie> a mas kje stran live? [08:59] <CrazyLemon> ja..na ubuntu.si [08:59] <CrazyLemon> :D [09:00] <CrazyLemon> mislim.. look at the link man! [09:01] <Sky[x]> CrazyLemon: [09:01] <Sky[x]> vau ubuntu ma nov page? [09:01] <Sky[x]> gledam error da vidm [09:02] <CrazyLemon> Sky[x] ubuntu.si ? ja.. ubuntu.com? ne - je že dolgo tak [09:02] <zdobbie> kje mas uopce enigma_photo_gallery? [09:03] <Sky[x]> tole men zgleda kot da se izvede se predno je zlovdana photobox funkcija/library [09:03] <zdobbie> tud po tem, ko se zloada, ni nikjer nbenga enima_photo_gallery/enigma_photo_gallery [09:04] <CrazyLemon> zdobbie nimam nobene galerije [09:04] <CrazyLemon> to je pač v temi [09:04] <CrazyLemon> oriđinal [09:04] <zdobbie> hja [09:04] <zdobbie> reportaj [09:04] <zdobbie> drugace pa vsaj null-check [09:04] <CrazyLemon> je bilo že reportano ko je dal temo na wp in je sledil wp theme review [09:04] <CrazyLemon> pa pravi 'i not found this error' [09:04] <Sky[x]> CrazyLemon: popravi vrstni red v footerju, jquery.photobox.js dej pred enigma footer in bi mogl delat [09:08] <Sky[x]> CrazyLemon: si poskusil? [09:08] <CrazyLemon> Sky[x] čaki [09:09] <CrazyLemon> Sky[x] ok..zgleda da dela [09:09] <CrazyLemon> tnx! [09:09] <Sky[x]> np ;) [09:09] <Sky[x]> a forka pa commit nardim? :D [09:10] <CrazyLemon> Sky[x] kot želiš! :) [09:10] <Sky[x]> hecam se :P [09:10] <Sky[x]> sam da dela :D [09:15] <zdobbie> LOL [09:15] <Sky[x]> grem se jst naprej z go hecat :) [09:15] <pitastrudl> jutro [09:16] <CrazyLemon> jutro?!?! JUTRO?!?!?! [09:16] <CrazyLemon> jutro [09:17] <pitastrudl> ja sej a ni jutro [09:17] <lynxlynxlynx> je je [09:17] <pitastrudl> dobr, sem se zbudil uro nazaj samo sem rabil da sem prilezel do laptopa [09:17] <zdobbie> suuuurree [09:18] <pitastrudl> i am not lie [09:18] <jabuk> M 4.2 > 8.km JZ od BREŽIC @01/11/2015 08:52:33 https://maps.google.com/?q=45.86+N,+15.52+E [09:19] <pitastrudl> a spet [09:19] <pitastrudl> aja ne to je blo prej [09:19] <pitastrudl> fak jabuk si počasen [09:19] <pitastrudl> gretje se nam je doma pokvarilo, laufajo elektricni radioatorji [09:20] <zdobbie> CK potrdil [09:20] <pitastrudl> what [09:20] <zdobbie> potres je bil [09:21] <pitastrudl> vem da je bil, samo sem spal takrat [09:21] <pitastrudl> ali me je pa potres zbudil [09:21] <pitastrudl> who knows [09:22] <CrazyLemon> god knows [09:22] <pitastrudl> včeraj sem kostanje jedu tak da so me lahko tudi lastni izpuhi zbudili [09:22] <pitastrudl> uhehuehue [09:22] <dz0ny> CrazyLemon: https://github.com/ubuntu-si/ubuntu.si/pull/50 [09:22] <Pepelka> Wait for async document and jquery load by dz0ny · Pull Request #50 · ubuntu-si/ubuntu.si · GitHub [09:22] <Pepelka> »ubuntu.si - The Community webpage« [09:22] <CrazyLemon> dz0ny i cannot accept that [09:23] <CrazyLemon> spreminjaš core temo..in bo prepisana ob updejtu [09:23] <dz0ny> too much wizardy :> [09:23] <dz0ny> wait what [09:23] <dz0ny> a nimaš child teme [09:23] <CrazyLemon> dz0ny imam.. ampak je v enigma-child :) [09:24] <dz0ny> copy this file there [09:24] <CrazyLemon> dz0ny in Sky[x]ov fix dela..tko da hvala ampak ni več errorja :p [09:24] <pitastrudl> CrazyLemon kateri DE uporabljaš? [09:24] <dz0ny> lemons one :> [09:24] <pitastrudl> wat [09:24] <dz0ny> CrazyLemon: cldoe then [09:24] <pitastrudl> .weather koper [09:24] <pitastrudl> .vreme koper [09:24] <jabuk> ARSO: Koper Kapitanija (4m): 15.5°C @01.11.2015 9:00 UTC. [09:24] <jabuk> Vlažnost: 29% severovzhodnik 3.1 m/s (11.2 km/h) [09:24] <jabuk> Sončni vzhod: 05:45:09, Kulminacija: 10:49:54, Sončni zahod: 15:54:40 [09:24] <jabuk> Dan je dolg: 10ur 09min 31s, Luna je v ščipu [09:24] <pitastrudl> .vreme ljubljana [09:24] <jabuk> ARSO: Ljubljana (299m): 7.8°C @01.11.2015 9:00 UTC. [09:24] <jabuk> Vlažnost: 61% južni veter 1 m/s (3.6 km/h) [09:24] <jabuk> Sončni vzhod: 05:43:06, Kulminacija: 10:46:48, Sončni zahod: 15:50:30 [09:24] <pitastrudl> brrrr [09:24] <jabuk> Dan je dolg: 10ur 07min 25s, Luna je v ščipu [09:24] <CrazyLemon> dz0ny ne.. to se mi zdi nesramno :p [09:25] <CrazyLemon> pitastrudl unity [09:27] <pitastrudl> aha ok [09:33] <dz0ny> some exceptional times there http://i.imgur.com/vfxABtn.png [09:35] <Sky[x]> dz0ny: Gin furas nice :) [09:39] <zdobbie> .vreme Celje [09:39] <jabuk> ARSO: Celje (241.7m): 8.1°C @01.11.2015 9:00 UTC. [09:39] <jabuk> Vlažnost: 59% jugovzhodnik 0.9 m/s (3.2 km/h) [09:39] <jabuk> Sončni vzhod: 05:40:26, Kulminacija: 10:43:45, Sončni zahod: 15:47:05 [09:39] <jabuk> Dan je dolg: 10ur 06min 39s, Luna je v ščipu [09:54] <CrazyLemon> go for it man [09:54] <zdobbie> oh I will [09:54] <CrazyLemon> will you ride it hard? [10:02] <zdobbie> HARDER [10:02] <zdobbie> ma ne vem, mal bom sel se pretegnat [10:03] <dz0ny> CrazyLemon: http://potresi.herokuapp.com/vreme/KOPER_LUKA_fyi [10:14] <dz0ny> http://potresi.herokuapp.com/vreme/53504205c83f3ea095293dac71f3ffab better [10:19] <CrazyLemon> {"Status":"Not found: KOPER_LUKA_fyi"} [10:23] <Sky[x]> dz0ny: kaj mas mongodb zadej? gled na id :) [10:43] <dz0ny> ne [10:43] <dz0ny> memory [10:43] <dz0ny> pa md5 [10:49] <CrazyLemon> a je tista github2irc notice zadeva broken? ker ni bilo ne mojega commita prikazanega ne pull requesta [10:49] <idioterna> na slacku je to bolje reseno :) [10:50] <yang> .potres [10:50] <jabuk> M 4.2 > 8.km JZ od BREŽIC @01/11/2015 08:52:33 https://maps.google.com/?q=45.86+N,+15.52+E [10:51] <yang> mislim, da sem cutil tega [10:53] <idioterna> verjetno si ja [10:54] <idioterna> js nism, k sm v zakloniscu :) [10:54] <pitastrudl> zakaj si v zaklonišču [10:54] <idioterna> dunno, tko je zgrajena bajta [10:54] <idioterna> da ma klet debele zelezobetonske stene [10:57] <idioterna> dons je 4 tedne odkar sm nehu kolesart [10:57] <idioterna> mislm da bom prekinu to nezdravo navado [10:59] <pitastrudl> zakaj si nehu kolesarit [10:59] <idioterna> za foro [10:59] <pitastrudl> lol [10:59] <idioterna> da vidm kva bo [10:59] <pitastrudl> nič ne bo [11:00] <yang> a hodis tut v mcdonalds ? [11:00] <idioterna> ne to pa ne [11:00] <idioterna> a to bi tut mogu [11:00] <yang> aja sem mislu da se snemas za nezdravo zivljenje [11:00] <pitastrudl> idioterna te zadela kriza srednjih let? [11:00] <idioterna> hm? [11:00] <idioterna> ne, yang je reku da pretiravam [11:00] <idioterna> pa sm hotu vidt ce res [11:00] <idioterna> pa zdej vidm da ni res [11:00] <pitastrudl> lol [11:01] <yang> ja zdej mas se mal toplih dni predno zacne minus [11:01] <pitastrudl> idioterna: pomoje je mislil da se preobremenjuješ z prometom na cesti in kolesarji v njem [11:01] <pitastrudl> :-D [11:01] <yang> soseda je nabrala tretjo rundo fig, prav da je to prvic letos [11:01] <idioterna> there is no unsuitable weather [11:02] <idioterna> there are only unsuitable garments [11:02] <idioterna> pitastrudl: ne ne [11:02] <idioterna> je bil kr eksplicite4n [11:02] <idioterna> ekspliciten [11:02] <idioterna> je reku da ni zdravo tok kolesart [11:02] <idioterna> pa vidm da si je zmislu to [11:03] <pitastrudl> why would he lie [11:03] <pitastrudl> WHY WOULD ANYONE ON THE INTERNET LIE [11:03] <pitastrudl> :D [11:05] <yang> http://www.delo.si/novice/slovenija/drugi-potresni-sunek-v-dveh-dneh-potres-tudi-v-albaniji.html [11:05] <Pepelka> Drugi potresni sunek v dveh dneh; potres tudi v Albaniji [11:05] <Pepelka> »Danes ob 8.53 je Slovenijo stresel potresni sunek z epicentrom pri Obrežju, magnitude 4,2. Tla so se tresla tudi v Albaniji.« [11:06] <yang> en pravi v komentarjih da je za potrese kriv Titov duh [11:06] <pitastrudl> haah [11:44] <CrazyLemon> ping [11:44] <jabuk> CrazyLemon: pong [11:47] <CrazyLemon> zdobbie is back..all hail zdobbie ! [11:47] <zdobbie> if you must [11:48] * CrazyLemon makes some hail and throws it at zdobbie [12:22] <Sky[x]> pismo en ventilator moram nujno zamenat k je prevec glasn :( [12:23] <Sky[x]> za zacetek bi lohk ga probov sklopit programsko da vidim ce je res sam en zanic :> [12:28] <yang> Welcome to Wikipedia, [12:28] <yang> the free encyclopedia that anyone can edit. [12:28] <yang> 5,000,055 articles in English [12:34] <yang> https://tools.wmflabs.org/five-million/creations.txt [12:38] <jabuk> M 1.1 > 6.km JZ od BREŽIC @01/11/2015 13:24:43 https://maps.google.com/?q=45.86+N,+15.56+E [12:44] <jabuk> M 1.1 > 6.km JZ od BREŽIC @01/11/2015 13:24:42 https://maps.google.com/?q=45.86+N,+15.56+E [12:48] <CrazyLemon> it strikes again! [12:54] <yang> https://scontent.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/1511270_859709150736171_4037612799443308984_n.jpg?oh=f7b8e0b1caa9db542d155c24b99466c8&oe=56B7D2FD [13:05] <zdobbie> https://i.imgur.com/32H3sAm.gifv [13:43] <zdobbie> http://i.imgur.com/gExO6Q6.gifv [13:43] <Pepelka> Get your free brolly! [13:47] <idioterna> http://img-9gag-fun.9cache.com/photo/aGRr0vn_460sv.mp4 [13:47] <Sky[x]> lol :D [13:49] <idioterna> zdobbie: jsm pa mislu da bo reku "we as a nation have to commit ourselves to blow more things up" [13:52] <CrazyLemon> https://play.google.com/store/apps/details?id=com.google.android.apps.social.plans [13:52] <Pepelka> Who’s Down - Fall 2015 – Android-Apps auf Google Play [14:05] <zdobbie> to jim ze ratuje [14:54] <pitastrudl> zdobbie kostanje jedu pa trese brežice z svojimi vetrovi [14:54] <zdobbie> nope [14:54] <zdobbie> nimam rad [14:59] <Sky[x]> :D [15:03] <pitastrudl> bljed [15:03] <pitastrudl> zdobbie: nimaš rad brežic? c-c-c [15:27] <zdobbie> https://drewdevault.com/2015/11/01/Please-stop-using-slack.html [15:27] <Pepelka> Please don't use Slack for FOSS projects [15:38] <CrazyLemon> word [15:57] <CrazyLemon> a ima kdo kak torrent z web seedi? [15:58] <CrazyLemon> karkoli.. [16:00] <pitastrudl> what [16:01] <CrazyLemon> what what [16:04] <yang> web seedi ? [16:05] <pitastrudl> ja kaj naj bi blo to [16:08] <CrazyLemon> pa kje vidva živita? [16:08] <CrazyLemon> pitastrudl ti kao študiraš na 'it' faksu al kaj :D [16:08] <pitastrudl> ja [16:08] <pitastrudl> hahaha [16:09] <CrazyLemon> web seed je ko dodaš v torrentu URL do neposrednega fajla [16:09] <CrazyLemon> in lahko recimo ustvariš torrent pa dodaš dropbox url in dropbox seeda [16:09] <CrazyLemon> hkrati z drugimi na trackerju recimo [16:10] <yang> zakaj pa bi to naredil, a ne porusi to ideje p2p shareanja ? [16:11] <pitastrudl> aha zdaj vidim kaj je web seed [16:23] <CrazyLemon> yang zakaj bi porušilo? [16:40] <anny_> cer [16:41] <yang> o guspa [16:42] <anny_> gospodic [16:42] <yang> tko mi pa sam kaksna mamca k je 85 stara rece [16:43] <yang> k misl, da mam 20 let [16:43] <anny_> hihi [16:43] <anny_> si že videti z baby face [16:43] <anny_> verjetno takrat, ko hoče sedež v busu...aja, ti se voziš z avtom [16:44] <yang> z busom grem samo v center [16:44] <anny_> to je prednost kolesa [16:44] <anny_> nihče te ne more spraviti s sedeža, razen če te podere [16:45] <yang> ah nisem jaz tak, sej ves un vic ane [16:45] <anny_> kateri vic? [16:45] <yang> k prav ena starejsa ce ji lahko gospodic sedez odstopi ker jo bolijo noge [16:45] <yang> pa prav predrznez potem "gospa, ce bom moral stati me bodo na stara leta tud noge bolele" [16:46] <anny_> in ona ga opali s torbico, v kateri je krompir in repa s tržnice [16:46] <yang> hehe [16:46] <yang> anny_: gres kej na Liffe letos ? [16:47] <anny_> ja, imam že karte za tri filme [16:47] <yang> jaz pa sle pred kratkim dobil razpored za november [16:47] <anny_> kaj več ne vem, če bo zneslo [16:47] <yang> ja...popust je nad 5 kart se mi zdi, tistih 10% [16:48] <yang> lani mislim da sem sel na 6 filmov je bla kar malo prehuda [16:48] <anny_> to je kar prehud zalogaj [16:48] <yang> dobra sta bla itak samo dva [16:48] <anny_> najprej rabiš dan ali dva, da prebaviš vsebino [16:48] <yang> ostalo so trailerji nekaj obljiubljali samo ni bilo nic potem [16:48] <anny_> ugotovis za kaj se gre, hihi [16:49] <anny_> ugotovila sem, da imam kupon za kavo do 2. novembra [16:49] <yang> v CDju ? [16:50] <anny_> na bencinskem servisu :) [16:50] <yang> ah tiste kave so bolj tako, tako verjetno [16:50] <yang> jaz mam od Marcheja tudi se bonus za 50 centov s stranisca [16:50] <anny_> grem probat [16:50] <anny_> itak imajo skoz odprto [16:50] <yang> samo tist Marche ima kr navite cene [16:50] <anny_> ja, ampak imajo pa dobro ponudbo [16:51] <yang> ja to pa res [16:51] <yang> napram kuke je blo prej bolj revscina [16:51] <yang> zdaj dobis vse ob vsaki uri [16:51] <anny_> sej prou [16:51] <anny_> kar naj zaslužijo [16:52] <anny_> če imaš cel dan odprto moraš hudičevo dobro načrtovati [16:52] <yang> zdaj so monitrali na Logu avtomate za WC, prej je blo sam na tringeld [16:53] <anny_> huh, če bi vedel, kakšne scene imajo [16:53] <anny_> ljudje se takoj skulirajo, ko morajo plačat [16:54] <yang> moja mama se je kar splazila pol avtomat, jst k sem bolj postene sorte pa sem placal [16:55] <yang> ne zelim pristati na naslovnici slovenskih novic "Kriminalec ogoljufal Marchejev servis" [16:56] <anny_> lepo te učijo! [16:56] <anny_> na Hrvaškem imaš povsod za plačat [16:56] <yang> tud v kempih ? [16:57] <anny_> povsod na avtocesti [16:57] <anny_> v kempih nisem bila že dolgo [16:57] <anny_> letos smo bili bolj v hribih [17:00] <yang> kje nad 2000 ? [17:01] <anny_> triglav [17:02] <yang> si jih dobila po riti ? [17:03] <yang> na vrhu [17:03] <anny_> au! [17:03] <anny_> prav zapeklo je [17:03] <anny_> videli smo tipa, ki gre vsak dan na vrh s polnim ruzakom pijače [17:03] <anny_> in ga na vrhu prodaja [17:04] <yang> temu privoscim zasluzek [17:04] <yang> pa tut ce po 10 eur prodaja piksno [17:04] <anny_> absolutno [17:04] <yang> ko ti zapase gor pivo [17:04] <yang> das kukr mas [17:05] <anny_> mislim, da so bile po 5 [17:05] <yang> hehe [17:05] <anny_> tako je [17:06] <anny_> 100 e zasluži [17:07] <yang> pa ti prinesi 30 kg na vrh za 100 eur ! [17:22] <yang> anny_: od novih na Liffu predlagam Youth/Mladost Paolo Sorrentino [17:22] <yang> jaz zal ne utegnem iti pogledat, bom pocakal na DVD [17:24] <yang> pa vidim, da je ze na torrentih [18:01] <jabuk> M 1.4 > 6.km J od TROJAN @01/11/2015 18:44:58 https://maps.google.com/?q=46.14+N,+14.86+E [20:01] <msev> a je kej narobe če dol vržem "modemmanager"? [20:02] <msev> če ne uporabljam 3g [21:34] <msev-> Ej a kdo ve a je v slo na voljo ksna baza kje so hise da se da zlowdat ala openstreetmap [21:36] <yang> poglej za slovenski kataster [21:36] <yang> neke strani vem da to imajo [21:36] <yang> nevem pa do kake mere je implementirano na mape [21:40] <CrazyLemon> msev- kje so hiše in general? [21:41] <yang> msev-: so neke strani, ki katastrsko mrezo prekrijejo z nekimi mapami (google?) [21:41] <yang> geopedia morda, ne spomnim se [21:42] <msev-> Tko iscem da pokazem enmu k mi pol loh nardi mapo za v flightsim, z vsemi legit postavljenimi stavbami [21:42] <msev-> K openstreetmap je bl zalostn za slo [22:05] <lynxlynxlynx> gurs ma bazo, ja [22:05] <lynxlynxlynx> malo dvomim, da se da zastonj dobit [22:05] <lynxlynxlynx> že samo naslovov mogoče ne
ubuntu-chat
2024-05-13T22:11:31.359402
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "CrazyLemon", "Pepelka", "Sky[x]", "anny_", "dz0ny", "idioterna", "jabuk", "lynxlynxlynx", "msev", "msev-", "pitastrudl", "yang", "zdobbie" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-si.txt", "channel": "#ubuntu-si" }
2015-11-01-#ubuntu-africa
[10:34] <Kilos> helloooo africa [10:35] <Kilos> read http://www.radianthealthstrategies.com/healing_power_of_salt.php
ubuntu-chat
2024-05-13T22:11:31.361923
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Kilos" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-africa.txt", "channel": "#ubuntu-africa" }
2015-11-01-#ubuntu-us-fl
[02:08] <mhall119> ahoneybun: not that I heard
ubuntu-chat
2024-05-13T22:11:31.363047
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "mhall119" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-us-fl.txt", "channel": "#ubuntu-us-fl" }
2015-11-01-#juju-dev
[04:30] <mup> Bug #1488245 changed: Recurring lxc issue: failed to retrieve the template to clone <canonical-bootstack> <lxc> <juju-core:Expired> <https://launchpad.net/bugs/1488245>
ubuntu-chat
2024-05-13T22:11:31.363768
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "mup" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23juju-dev.txt", "channel": "#juju-dev" }
2015-11-01-#ubuntu-touch
[18:48] <jdorleans> Does anyone know how to do SSH in the Ubuntu Emulator? [19:18] <jdorleans__> Ok guys, I've just got it. All we need to do is to run from the terminal: adb shell
ubuntu-chat
2024-05-13T22:11:31.366316
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "jdorleans", "jdorleans__" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-touch.txt", "channel": "#ubuntu-touch" }
2015-11-01-#ubuntu-ko
[00:38] <ipeter_> 우와...맥 덜덜덜 하네요. [00:38] <ipeter_> 짱좋아요...ㅠㅠㅠㅠ [00:38] <ipeter_> 트위터 연결부터 문자 보내기 연동... [00:38] <ipeter_> 정말 대단하네요. [05:21] <bluedusk> 전 컴맹 탈출이라도 하고 싶... [07:58] <HolyKnight> ㅇㅅㅇ [08:07] <PotatoGim> 우와.. 다른 팀에 있는 VM 서버는 램이 128GB네요.. [08:07] <PotatoGim> 우리는 16GB로 허덕허덕하는데... [08:08] <jason-> 오늘 배운 단어인데, 흙수저 vs (첼린져 급) 금수저 군요. [08:09] <PotatoGim> ...흙수저는 서럽네요...ㅜ [08:09] <PotatoGim> 노오오오력을 통해서 메모리를 증설해야 겠습니다. [08:10] <PotatoGim> 코어도 AMD 4코어 vs. 제온 12코어 [08:10] <PotatoGim> 으어... [08:14] <ipeter_> 본격적인 맥 라이프 2일차입니다. [08:14] <ipeter_> 좋네요. [08:20] <commania> 오 추카드립니다 [08:21] <commania> 맥북인가요? [08:24] <commania> 지난 대화 보니 맥미니군요... [08:26] <ipeter_> 네. [08:26] <ipeter_> 맥 미니입니다. [08:27] <ipeter_> ssd 120g에 hdd 1T 달아줬어요. [08:27] <ipeter_> 생각보다 조금 느리긴 하지만 그럭저럭 쓸만하네요. [08:27] <ipeter_> 근데OS자체가 참 좋은거 같아요. [08:27] <ipeter_> 트위터라든지 페북 연동이라든지 [08:27] <ipeter_> 문자 보내는것부터 해서요. [08:27] <ipeter_> 알림기능 참 좋네요. [09:09] <autowiz_> 껌빽 [10:04] <DarkCircle_> =ㅅ= [10:20] <HolyKnight> ㅇㅅㅇ [12:47] <HolyKnight> http://mlbpark.donga.com/mbs/articleV.php?mbsC=bullpen2&mbsIdx=3602802 [12:58] <autowiz_> 멋지다 소신발언 용사인데요 ㅎㅎㅎ [13:41] <commania> 근데 할로윈 데이가 단지 미국의 행사라서 유행하는게 아니지않나요... [13:41] <commania> 재밌으니까 하는거지 [13:42] <commania> 추석에 한복 입는건 우리의 전통이니까 그렇다 쳐도 [13:42] <commania> 국군의 날엔 왜 군복을... [13:44] <autowiz_> 국군의 날 군복은 이상하네요 정말로 [13:44] <autowiz_> 재미있기는한데 , 다만 역사나 뜻은 좀 알고 즐겼으면 하는 ... 하도 골빈 사람들이 많아서 [16:34] <ipeter> 맥미니가 무슨 슈퍼컴퓨터라고 램도 16기가 달아줬습니다. [16:34] <ipeter> 사용량보니까 이클립스나 다른것 안돌리고 5기가나 사용해서요. [16:34] <ipeter> 이거 장비병인가요. [16:35] <autowiz_> OS 가 직접 쓰는 메모리 , 캐쉬+버퍼로 쓰는 메모리 , 응용 프로그램들이 쓰는 메모리 하면 8기가는 간당간당할정도 [16:37] <ipeter> 오즈님 아직도 계시는군요. [16:37] <ipeter> 휴. [16:37] <autowiz_> 저야 뭐 늘 있다가 없다가 하지요 [16:37] <ipeter> 맨처음 구매했던 노트북 램이 512였던것을 생각하면 [16:37] <ipeter> 격세지감이네요. [17:27] <ipeter> gjf [17:27] <ipeter> 헐 [17:27] <ipeter> 놋북이 빛의 속도긴 빛의 속도네요. [17:27] <ipeter> 쿼드 i7이랑 듀얼 i5 차이 많이 나네요.
ubuntu-chat
2024-05-13T22:11:31.388125
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "DarkCircle_", "HolyKnight", "PotatoGim", "autowiz_", "bluedusk", "commania", "ipeter", "ipeter_", "jason-" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ko.txt", "channel": "#ubuntu-ko" }
2015-11-01-#lubuntu
[09:32] <fredflintstone> can the current version of LUBUNTU 15.10 run on a Via C7-m 1000Mhz cpu, with 1 gig of ram but the issue is if it will ru on the cpu??? [09:33] <bioterror> probably it will run, but VIA's CPU's aint that fast [09:33] <bioterror> dont expect much [09:35] <fredflintstone> thank you and i understand that the cpu in the friends netbook cannot be changed but yes agreed that it is slow , with the problem being its a Via C7-m processor and not changable comes the question if the kernel out of the box with this release is it is supported or not? [18:23] <utu8o> how do you turn on automatic security updates [18:24] <redwolf> go to update-manager [18:24] <redwolf> usually they're automatic by default [18:25] <redwolf> http://i.stack.imgur.com/I3yHR.png [18:25] <redwolf> ensure "check for updates" is on [18:25] <utu8o> thanks [18:25] <redwolf> :) [18:26] <utu8o> if i choose install automatically, and the computer is maxing out the cpu and ram, would it mess up the system? [18:27] <utu8o> or would it install automatically, when the CPU, RAM and HDD are not in use? [18:27] <redwolf> no, updates will just being slow, as updates consume a bit of cpu [18:27] <redwolf> I don't think you can schedule that task, they just keep downloading in the background [18:28] <utu8o> is there an option what time updates can be installed automatically like 3:00am? [18:28] <redwolf> if configure background downloads, of course. it's the best option, so you don't have to wait when they're ready [18:28] <redwolf> you could use a cron command, but I never did that with the update-manager [18:28] <redwolf> the best option is the background unattended downloads [18:31] <redwolf> here's some info about it: http://askubuntu.com/questions/36251/is-there-a-way-to-change-what-time-the-update-manager-checks-for-updates [23:58] <ajacmac> hey, does anyone know how to get pygame installed on python 3 on 15.10? [23:58] <ajacmac> I used apt-get and it installed on 2.7
ubuntu-chat
2024-05-13T22:11:31.392869
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "ajacmac", "bioterror", "fredflintstone", "redwolf", "utu8o" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23lubuntu.txt", "channel": "#lubuntu" }
2015-11-01-#ubuntu-pl
[17:57] * qermit zaktualizowal ubuntu [17:57] <TheNumb> qermit: do 15.10? [17:57] <qermit> Tak [17:58] <TheNumb> w laptopie może? [17:58] <qermit> W pccie [17:58] <TheNumb> ;f [18:00] <qermit> ? [18:00] <TheNumb> a nic, na dwóch laptopach mam pewnego buga [18:00] <TheNumb> <: [19:12] <sysek> rm rf [19:12] <sysek> zrobił [19:21] <firemark> rozmowa, tutaj? [19:23] <TheNumb> straszne [19:28] <SamusSR388> niedziela [19:30] <firemark> TheNumb: za 2 tyg prawd. będe dlugo w Wro [19:30] <TheNumb> mhm [19:30] <firemark> może jedno piweczko z firemarkiem? :D [19:31] <TheNumb> morznaby [19:31] <firemark> niech was szlag z tymi wszystkimi ortami [19:31] <TheNumb> :^) [19:31] <TheNumb> mój ólubjony [20:19] <qermit> Chyba napisze klienta IRC do Windows phone [20:20] <qermit> To co teraz jest jest slabe [20:23] <firemark> mirców nie ma? [20:31] <qermit> Wolal bym cos w stylu hexchata [20:34] <BlessJah> qermit: na dotyku nie da sie ircowac [20:35] <Bodzioslaw> da sie [20:38] <gjm> da [20:39] <gjm> tzn. juicessh i irssi [20:44] <qermit> Da sie [20:51] <firemark> ja tak mam
ubuntu-chat
2024-05-13T22:11:31.397035
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "BlessJah", "Bodzioslaw", "SamusSR388", "TheNumb", "firemark", "gjm", "qermit", "sysek" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-pl.txt", "channel": "#ubuntu-pl" }
2015-11-01-#ubuntu-kernel
[02:08] <crshman> hey guys, looks like the amd64 builds for the intel nightly kernel are still failing [02:08] <crshman> Any idea when this will get fixed? [20:07] <crshman> hey guys, looks like the amd64 builds for the intel nightly kernel are still failing. Any idea when this will get fixed?
ubuntu-chat
2024-05-13T22:11:31.398098
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "crshman" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-kernel.txt", "channel": "#ubuntu-kernel" }
2015-11-01-#ubuntu-tr
[08:23] <Galatasaray> saygılar
ubuntu-chat
2024-05-13T22:11:31.398641
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Galatasaray" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-tr.txt", "channel": "#ubuntu-tr" }
2015-11-01-#ubuntu+1
[12:45] <BluesKaj> hiyas all
ubuntu-chat
2024-05-13T22:11:31.399574
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "BluesKaj" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu%2B1.txt", "channel": "#ubuntu+1" }
2015-11-01-#ubuntu-irc
[04:33] <ali_> Hi all [04:34] <ali_> can anybody help me? how to hide my ip address? [04:40] <ali_> how can I get unaffiliated cloak? [05:32] <evilchari> oh [07:05] <Mikaela> one meetingology sent to #ubuntu-us-wi
ubuntu-chat
2024-05-13T22:11:31.400862
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Mikaela", "ali_", "evilchari" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-irc.txt", "channel": "#ubuntu-irc" }
2015-11-01-#maas
[04:18] <mup> Bug #1490630 changed: intermittent access issues for IPMI with HP Gen8 BL460c <cpe-sa> <MAAS:Expired> <https://launchpad.net/bugs/1490630> [15:50] <mup> Bug #1512109 opened: inconsistent DNS zone entries when using multiple subnets <MAAS:New> <https://launchpad.net/bugs/1512109> [21:59] <digitalsky> roaksoax: ping [22:01] <digitalsky> following the ubuntu openstack autopilot instruction on ubuntu 14.04 64 bit, i was expecting some instructions on screen while doing "apt install maas" [22:02] <digitalsky> but downloading and processing packages, the screen clears and i'm back to the prompt with no chance to specify any thing (eg. IP address to use). The dialogues don't appear at all. [22:03] <digitalsky> anyone here with this experince? I updated LANG and LANGUAGE to eu_US.UTF-8 (that solves a similar issue when I do openstack-install) [22:07] <pmatulis> 'maas root boot-resources import' imports the latest LTS amd64 image. how do i specify other releases & architectures? [22:08] <pmatulis> (if 'root' is a user profile on my system)
ubuntu-chat
2024-05-13T22:11:31.402973
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "digitalsky", "mup", "pmatulis" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23maas.txt", "channel": "#maas" }
2015-11-01-#ubuntu-fi
[01:15] <Tekno_> Moi [01:15] <Tekno_> onks tääl ketää [02:41] <Iltsu> ei [07:01] <Mikaela> toisaalla sanotaan sen kuolleen botnettiiin [07:55] <rein> #q [13:42] <kirvesAxe> hmm, kuinka monta vanhaa kernel-versiota on järkevää pitää asennettuna roikkumassa? :) [13:46] <StockAntenna> 1 tai 0 [13:47] <Max^> ei kai niitä kannata yhtäkään pitää jos se uusi toimii [13:47] <StockAntenna> alkaako levy loppua kerneleiden takia:) [13:47] <Max^> 1 sen ajan ku päivittää jos ei uus toimikaan [13:48] <StockAntenna> kerran oli yli 50 kerneliä [13:48] <kirvesAxe> StockAntenna, joo... ihmettelen vähän miksei synaptic oletuksella tarjoa niitä "poistettavissa tarpeettomana" -listalla :) [13:48] <kirvesAxe> ~30 tuolla näyttäs olevan [14:08] <Iltsu> voihan tämmöstä 2.6.x:ää tarvita kun on täällä asennettuna [14:29] <Max^> loppuiko kanavien logitus tuossa 23:21:42 <-- | lubotu3 (~lubotu3@ubuntu/bot/lubotu) has quit (K-Lined) [16:36] <Mikaela> Max^: kyllä, et viitsisi raportoida #ubuntu-irc puolelle (englanniksi), jotta joku voisi alkaa selvittelemään/korjaamaan? [16:36] <Mikaela> en ainakaan näe, että kukaan olisi sanonut tuosta mitään [16:41] <Mikaela> ai tässä oli taas suuri aikaero, voisin itse sanoa [16:42] <Mikaela> tai ei mitän, koska lubotu3 on ilmeisesti palannut itse [16:43] <puhuri> milläs onjelmalla saa leikattu mp4-tiedostosta (h264) leikattua palan? En oikein päässyt avconv:n kanssa puusta pitkälle vaikka sijoittelin -ss 12:34 -t 10:00 eri paikkoihin komentoriviä. Aina otti koko tiedoston [16:44] <Mikaela> minä käyttäisin vain audacityä, mutta se ei ehkä ole kaikista yksinkertaisin/järkevin tapa [16:44] <puhuri> ja ei vaikuttanut koodattiinko video uudestaan vai ei [16:44] <Mikaela> ja nyt minä sekoitin mp3 ja mp4 älkää välittäö [16:45] <puhuri> meinasin juuri kysyä, että eikös se ole vain äänisofta :-) [16:46] <puhuri> no, mahtu tikulle kuitenkin kun muutaman tiedoston poisti niin akuutti ongelma hoidettu. [16:56] <jjo> osaakos gstreamer h264:sta? [16:56] <jjo> jos osaa, niin pitivi varmaan hoitaisi leikkaamisen [16:57] <jjo> cinelerraa ei tainnut saada enää oikein mistään paketoituna [16:58] <jjo> tosin siitä on jo hetki aikaa kun viimeksi etsin [18:59] <Thaurwylth> Ei kai aikuisten oikeasti vuonna 2015 käynyt niin, että joku pisti sinne Twitch Arch Linuxin keskusteluun robotin huomauttelemaan noin minuutin välein, että kyseessä ei ole Linux vaan GNU/Linux ja että GNU on täysverinen käyttöjärjestelmä, kun taas Linux ei ole käyttöjärjestelmä ensinkään? [19:01] <StockAntenna> heh [19:02] <Thaurwylth> Luulin, että tuo olisi vähintään yhdeksän vuotta sitten vitun väsyneeksi muuttunut läppä. VÄHINTÄÄN. [19:08] <tathhu> :D haha [19:22] <kirvesAxe> "Huonokin vitsi naurattaa kun sitä toistaa riittävän monta kertaa"? [19:26] <puhuri> jjo: pitivi näyttäisi ainankin lukevan oikein. Toki vähän työläs verrattuna yhteen komentoriviviin [19:33] <Thaurwylth> XXXX@ > Vuonna 2001 piti välttää Richard Stallmania kun se kulki GNU/Linux-tarrojen kanssa ja lätkäisi niitä kaiken päälle missä luki Linux. Mm. kaikille jaettujen aikatauluesitteiden kansiin. [21:40] <StockAntenna> r [22:34] <pesasa> Stallmania käy kyllä välillä vähän sääliksi. Legendaarista oli 1999, kun FSF sai Linus Torvalds -palkinnon. Stallman huomasi ironian ja vertasi tätä siihen, että Kapinaliitolle olisi annettu Han Solo -palkinto. Kun Stallman piti puhettaan, kameramiestä tuntui kiinnostavan enemmän Torvaldsin muksut. https://www.youtube.com/watch?v=bDxMJQLXmBE [22:41] <StockAntenna> GNU meni vähän sivu suun
ubuntu-chat
2024-05-13T22:11:31.414758
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Iltsu", "Max^", "Mikaela", "StockAntenna", "Tekno_", "Thaurwylth", "jjo", "kirvesAxe", "pesasa", "puhuri", "rein", "tathhu" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-fi.txt", "channel": "#ubuntu-fi" }
2015-11-01-#ubuntu-unity
[17:21] <knikolla> Hi all, I'm having an issue where installed applications don't appear in the Dash until restarting. Any ideas on what might be the cause?
ubuntu-chat
2024-05-13T22:11:31.415984
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "knikolla" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-unity.txt", "channel": "#ubuntu-unity" }
2015-11-01-#ubuntustudio
[10:41] <iain_> folks looking at running Ardour on Ubuntu Studio, running on older hardware admittedly but it has crashed on me when i was just browsing through the interface [10:43] <iain_> I have been looking at info regarding making modifications for ubuntu as a DAW but curious to find other peoples experiences? [21:58] <do2kd> Aloha. i search for a noise canceling solution with jackrack or other software in real time. Filtering the noise out of transmissions over the air (ham radio) [21:59] <do2kd> sorry for my english, i am german....jack rack is working but i am not able to find the right "filters" [22:12] <do2kd> or if you have a complete different idea, also fine. i am open to all, it must work at the end. i don't need a "master" who make all the stuff for me, i need the ideas, the time to "play" with the settings i like to spend, love to test etc.....many thanks - i stay online but went to bed now
ubuntu-chat
2024-05-13T22:11:31.418189
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "do2kd", "iain_" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntustudio.txt", "channel": "#ubuntustudio" }
2015-11-01-#ubuntu-news
[12:35] <pleia2> I can handle the actual release (back home, finally!) and pitching in with summaries as needed [22:44] <pleia2> I'll work on some later, but we need several more summaries written if anyone is around to pitch in [23:59] <tsimonq2> pleia2: you still need help?
ubuntu-chat
2024-05-13T22:11:31.419614
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "pleia2", "tsimonq2" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-news.txt", "channel": "#ubuntu-news" }
2015-11-01-#ubuntu-gr
[10:04] <xeirwn> kalimera paides [10:28] <kerato> hi [10:35] <xeirwn> geia sou kerato [10:36] <kerato> ti nea xeirwn [10:37] <xeirwn> prwi-prwi stis episkeues, kai anakataskeues [10:38] <xeirwn> exw to pc tou pe8erou mou edw...arwsto [10:38] <kerato> ayto pou rwtages gia ton disko [10:40] <xeirwn> nai..auto....alla eimai sthn proetoimasia akoma [10:40] <kerato> ti exei, den ksekinane ta windows? [10:40] <xeirwn> akoma den kserw an einai diskos 'h an einai kati allo [10:42] <xeirwn> einai ena DELL me windows XP home...den ksekinaei....kanei ena elafro 8orubo( bouito), kai meta dunamwnei to bouito san aeroplano...kai den ksekinaei [10:42] <kerato> sto bios mpainei? [10:42] <kerato> h oute kan [10:42] <kerato> ta lampakia ths motherboard anavoun? [10:43] <kerato> trofodotiko psyliazomai apo afta pou les [10:43] <xeirwn> akoma den to sunedesa...auta htan ta infos apo ton pe8ero mou....prwta na tou afairesw ta 3 kila skonh/skoula apo mesa ;) [10:43] <xeirwn> eee nai alla o auksanomenos 8orubos ? [11:23] <xeirwn> kerato, ....o vendilator ths cpu auksanei strofes mesa se 10seconds [11:28] <kerato> fovamai oti 8a prepei na to lyseis ki ayto kai na to ka8ariseis [11:28] <kerato> + allagh pastas [11:29] <xeirwn> auto skeftika ki egw...... [11:29] <xeirwn> einai 8 xronwn [11:29] <xeirwn> nomizw h pasta tou prepei na einai off....... [11:35] <xeirwn> h pasta tou einai oloxerh ...pfffff!!!!!! [12:02] <xeirwn> pou eisai kerato ? [12:03] <xeirwn> to problhma lu8ike :-) [12:44] <kerato> nice [13:53] <Vinux7> Καλησπέρα σας [14:04] <xeirwn> kalispera Vinux7 [15:05] <xeirwn> na rwtisw..... [15:06] <xeirwn> uparxei debian live DVD pou na exei cinnamon,kde,gnome,xfce ola mazu se ena ? [15:17] <ee2455> xeirwn: Απ' όσο γνωρίζω, όχι. Για κάθε desktop environment υπάρχει ξεχωριστό ISO. [15:46] <pc_magas> Καλησπέρα [15:50] <ee2455> Γειαααα... [15:50] <pc_magas> Ti nea? [15:50] <ee2455> Same old, same old. [15:52] <pc_magas> Gia php Development kai genika gia web development ti protimate Atom h Aptana Studio? [16:02] <NikTh> gedit [16:02] <xeirwn> kalispera sta paidia [16:03] <xeirwn> thx ee2455 .... [16:03] <ee2455> xeirwn: No problem. [16:03] <xeirwn> :) [16:07] <pc_magas> NikTh, kalos gia arxi alla se production 8es kai kati na souleei an exeis kleisi swsta to bracket. [16:07] <pc_magas> NikTh, o Gedit einai kalos an ma8aineis programmatismo. [16:07] <NikTh> Όχι να μην σου λέει pc_magas . Να προσέχεις να το έχεις κλείσει σωστά :P [16:08] <NikTh> Και ιδιαίτερα να μην το κλείνει μόνος του το bracket. [16:08] <pc_magas> NikTh, enoeis oti sto sentoni kwdika pou prepei na grapsw ASAP 8a prepei na keitw pou sto kalo den kleinei to mpimpidi. [16:08] <pc_magas> ? [16:09] <NikTh> pc_magas: όχι, απλά troλλαρω λίγο :P [16:09] <pc_magas> NikTh, xaxaxaxa [16:09] <NikTh> Βασικά αν μαθαίνεις είναι καλός ο gedit. Αν θες production όμως θες κάτι πιο αυτοματοποιημένο. [16:10] <pc_magas> NikTh, pisw sto WOW grigora. Piges na to skaseis apo to paixnidi e? [16:10] <NikTh> Δεν ξέρω να σε βοηθήσω. Δεν δουλεύω html. Η google όμως όπως πάντα, ξέρει τα πάντα. Ψάξε με best html editor linux , δες , τσέκαρε , δοκίμασε και αποφάσισε. [16:10] <NikTh> pc_magas: TF2 και αυτό αραιά και που. Δεν είμαι "παιχνιδιάρης". :) [16:11] <pc_magas> NikTh, gia kouventa to kanw proswpika xrisimopoiw Atom pala xrisimopoiousa Aptana Studio alla den eida na exei updates, kai den htan se package - repo. [16:12] <pc_magas> NikTh, den paizeis paixnidia alla hsoun entos tou paixnidiou kai to eskases. [16:13] * pc_magas Kati antistrofo pou egina sto Log Horizon kai sto Sword Art online gia osoun vlepoun anime.
ubuntu-chat
2024-05-13T22:11:31.435366
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "NikTh", "Vinux7", "ee2455", "kerato", "pc_magas", "xeirwn" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-gr.txt", "channel": "#ubuntu-gr" }
2015-11-01-#ubuntu-dk
[14:23] <Ubuntubruger9> hej Ubuntu-dk jeg har installeret ubuntu for første gang i går og her i dag har jeg opdateret mine grafik drivers via amd, og nu lopper den hver gang jeg skal logge på [14:24] <Ubuntubruger9> Har prøvet at ændre driverne i terminalen [15:10] <Zarus> hej [15:32] <Zarus> Hallo I recently installed the newest drivers from ati and now my ubuntu distro i looping @loging, I tried change from lightDM to gmd see if that helped it dint only when darkscreen on bootup, triede remove drivers and install xserver-xorg-ati drivers but i get broken packages
ubuntu-chat
2024-05-13T22:11:31.439075
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Ubuntubruger9", "Zarus" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-dk.txt", "channel": "#ubuntu-dk" }
2015-11-01-#ubuntu-hr
[07:53] <jelly> hmm, potres? [07:53] <Mmike> jelly, jelda? [07:53] <Mmike> onak [07:54] <Mmike> dugo se treslo i ajmo rec polagano [07:54] <Mmike> tj, opce se nije treslo [07:54] <Mmike> ljuljalo se [07:54] <jelly> bas [07:57] <Mmike> http://www.emsc-csem.org/Earthquake/?view=1 [08:57] <Mmike> oho [08:57] <Mmike> mozda kisa bude u mehiku [08:57] <Mmike> drek, do 13h bude se ocistilo/susilo [09:11] <Mmike> https://www.google.com/maps/@19.4037829,-99.0913759,790m/data=!3m1!1e3 [09:11] <Mmike> google jos ima satelit-slike stare staze [09:11] <Mmike> puno bolja nego ova nova [09:11] <Mmike> taj tilke sve ujebe [10:12] <Vlado9A3CY> dobro jutro :) [10:58] <SilverSpace> dan [12:23] <vileni> Mmike: ti si nesto spominjao da ti je IPA ok? [13:12] <SilverSpace> potraga za gitarom za Franka http://www.musicshop-no1.hr/gitare/gitare/klasicne-gitare/?manufacturer=47 [13:13] <SilverSpace> prva frankova gitara [16:07] <SilverSpace> pih [18:57] <SilverSpace> Mmike: F1 [18:57] <SilverSpace> Mmike: F1 [19:17] <Mmike> ne radi strim :( [19:18] <Mmike> drekec [20:49] <Mmike> nelosa [21:37] <Mmike> SilverSpace, kaj velis?
ubuntu-chat
2024-05-13T22:11:31.441478
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Mmike", "SilverSpace", "Vlado9A3CY", "jelly", "vileni" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-hr.txt", "channel": "#ubuntu-hr" }
2015-11-01-#ubuntu-discuss
[01:34] <lotuspsychje> good morning to all [01:35] <Bashing-om> lotuspsychje: o/ .. It has slowed down . [01:35] <lotuspsychje> hey Bashing-om :p [01:38] <lotuspsychje> lets speed things up im ready hehe [01:52] <wileee> 1300 ft comet named the big pumpkin stops by tonight,here, at about 300,000 miles [01:53] <wileee> here is earth [01:53] <lotuspsychje> wow [01:53] <wileee> caught it on the news, at some angles looks like a skull [01:53] <wileee> creepy, wooo wooo [01:55] <wileee> https://www.nasa.gov/feature/halloween-skies-to-include-dead-comet-flyby watch out kids it's scary [01:59] <lotuspsychje> pure evil in the sky [02:06] <wileee> heh [02:09] <lotuspsychje> lets hope it doesnt drop in our planet [02:10] <lotuspsychje> little big for my garden :p [02:18] <wileee> mmmm the exotic minerals [02:19] <lotuspsychje> lol [02:19] <lotuspsychje> alien proteins [02:20] <wileee> yeah, heh [02:37] <lotuspsychje> xenial is nice with firefox 42 and libreoffice 5 [02:37] <lotuspsychje> tested yesterday guys [02:44] <wileee> cool have it in, gotta boot to it soon, I like early adoption, the ppa packs roll along without trying to crowbar=em in [02:47] <lotuspsychje> :p [02:48] <TJ-> 20 apple pies later ...! [02:48] <lotuspsychje> loool [02:48] <wileee> TJ-, crust topping? [02:48] <lotuspsychje> TJ-: you cheated, the dogs ate aswell [02:49] <TJ-> Yup, flaky pastry topping [02:49] <wileee> cool flaky [02:49] <TJ-> Didn't think it'd take me this long... and got to wait up to monitor the oven [02:50] <TJ-> preparing flaky pastry is time consuming... 5 minutes then 30 in fridge, repeat 4 times! [02:50] <wileee> it's all temp with the fats [02:50] <lotuspsychje> mmm at wich time we need to be there? [02:51] <TJ-> it smells good already; dogs are camping out near the kitchen [02:51] <wileee> I let the pros make this stuff, it takes a little finesse [02:51] <TJ-> wileee: I try to turn our orchard into frozen pies to last 12 months [02:52] <wileee> Cool, Cool, nice. [02:53] <wileee> variety? [02:53] <TJ-> of? [02:53] <wileee> apples, more thatn one [02:53] <TJ-> oh, yeah, I forget right now... 6 or so, plus blackberries for some [02:54] <TJ-> I wish coding were as easy :) [02:54] <wileee> That's great sounds very similar to my area on the west coast, 45th parallel [02:54] <wileee> US [02:56] <TJ-> bit futher north here [02:57] <TJ-> 52.94 here [02:59] <wileee> the area I'm in the willamete valley has topsoil run off from glacial floods mid america going west, really deep and rich soil, lotta agriculture here. [03:00] <TJ-> I considered moving to Oregon a few years ago, but decided on southern spain instead [03:01] <wileee> must be nice there though, I'm thinking of hitting the road, the rent has gone really high here and nothing available. [03:03] <TJ-> U.K. has had a developing property crisis for a decade now; insufficient house-build, accelerating population, house price and rental inflation stupid [03:05] <TJ-> We don't have the space other countries do, and there's a lot of NIMBYs (Not In My Back Yard) preventing/delaying housing development in 'green-belt' (countryside on outskirts of urban areas) [03:05] <wileee> I was wondering the populace per usable space [03:06] <wileee> comparably say with the US [03:11] <TJ-> UK: 268 per km2, USA: 32 per km" [03:13] <wileee> cool thanxs [03:37] <Bashing-om> gnight all [05:11] <lotuspsychje> morning OerHeks [05:11] <OerHeks> hi lotus, care for a pancake? [05:35] <lotuspsychje> mmm sure OerHeks [05:35] <lotuspsychje> cfhowlett: good morningggg [05:35] <cfhowlett> yowza! [05:38] <lotuspsychje> we had a few trolls this morning [05:38] <lotuspsychje> support pretty active too [05:38] <cfhowlett> only a few? :) [05:38] <cfhowlett> kinda hoped they [05:38] <cfhowlett> would all be out trick/treating or something [05:38] <lotuspsychje> lol [06:03] <OerHeks> "Fedora 23 Reaches Gold, Launches on November 3 .. The developers have finally managed to fix all the bugs" yea, ALL of them ... [06:06] <lotuspsychje> lol [06:06] <OerHeks> no no, really all of them [06:06] <lotuspsychje> and thats why users come here and say fedora s°ck [06:06] <OerHeks> http://linux.softpedia.com/blog/fedora-23-reaches-gold-launches-on-november-3-495568.shtml [06:07] <OerHeks> well, fedora is nice. [06:07] <lotuspsychje> and im not gonna try it :p [06:09] <lotuspsychje> but indeed that last long way [06:09] <lotuspsychje> they [06:09] <lotuspsychje> my first distro was redhat :p [06:10] <lotuspsychje> with oldskool gnome on it [06:10] <OerHeks> opensuse .. then fedora .. and finally ubuntu [06:10] <lotuspsychje> yeah tested suse back in the days [06:10] <lotuspsychje> and mandrake aswell [06:11] <lotuspsychje> but im too addicted to ubuntu now :p [06:17] <lotuspsychje> bbl [12:45] <BluesKaj> hiyas all [14:51] <lotuspsychje> good afternoon to all [15:56] <lotuspsychje> hey Bashing-om [15:58] <Bashing-om> lotuspsychje: I awoke early .. and that resulted in a early start on this session ! I see erxr3 continues his battle to recover files . [15:59] <lotuspsychje> yes, not sure whats he trying to do with that image [15:59] <lotuspsychje> saw OerHeks ask him, its about luks or something [16:01] <Bashing-om> I do not understand encryption. A level of complexity that often can not be overcome . I just RUN away ! [16:02] <lotuspsychje> yeah never use it neither [16:02] <lotuspsychje> if i understand right, it makes 1 big encrypted file [16:02] <lotuspsychje> and to start doing things you need un-encrypt first [16:02] <OerHeks> unsolvable, that LUKS. [16:04] <Bashing-om> Yeah, if the key pass thingoes are corrupted .. dead in the water .. there is no help . [16:54] <lotuspsychje> bbl movietime [19:08] <xeithe0> Doubt, but is it possible to work for Canonical as a college student? [19:10] <daftykins> like internships? i doubt you'd find anyone official here that could comment [19:10] <daftykins> there might be somewhere else [19:10] <daftykins> !channels [19:16] <xeithe0> Know of any other channels? [19:20] <daftykins> i just linked you to the list of them [19:20] <daftykins> can you see it? [19:24] <xeithe0> Yeah, thanks. [20:13] <EriC^^> evening [20:13] <EriC^^> everyone [20:14] <daftykins> heya \o [20:14] <daftykins> how're we all doing? [20:14] <daftykins> seems a high concentration of time wasters and trolls tonight [20:14] <EriC^^> i'm good, thanks, you? [20:14] <daftykins> yeah good thanks :D sunny day today, bright and 16 deg C! [20:14] <daftykins> went for a ride up north-west and got a coffee and cake :> [20:15] <EriC^^> cool [20:18] <EriC^^> this guy's nick is pretty ironic [20:18] <OerHeks> drunk & retarded, i love weekend irc help [20:18] <daftykins> :D [20:23] <OerHeks> k1l spoils the show :-( [20:25] <daftykins> not soon enough imo [20:25] <daftykins> the ops aren't really active enough for the most part [20:27] <OerHeks> True, they let me in too. [20:29] <daftykins> :D [20:36] <EriC^^> well, i came up with a pretty silly command, it makes your computer turn the screen off and on giving SOS in morris code, i guess it could come in handy if you get kidnapped or something [20:36] <EriC^^> while sleep 2; do for i in 0 4800 0 4800 0 4800; do sleep 0.4; sudo bash -c "echo "$i" > /sys/class/backlight/intel_backlight/brightness"; done; for i in 0 4800 0 4800 0 4800; do sleep 1; sudo bash -c "echo "$i" > /sys/class/backlight/intel_backlight/brightness"; done; for i in 0 4800 0 4800 0 4800; do sleep 0.4; sudo bash -c "echo "$i" > /sys/class/backlight/intel_backlight/brightness"; done; done [20:36] <EriC^^> lol [20:37] <daftykins> XD [20:37] <daftykins> ah but intel only [20:43] <daftykins> is it me or did this guy just ask how to install something unsuccessfully? ;)
ubuntu-chat
2024-05-13T22:11:31.456695
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Bashing-om", "BluesKaj", "EriC^^", "OerHeks", "TJ-", "cfhowlett", "daftykins", "lotuspsychje", "wileee", "xeithe0" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-discuss.txt", "channel": "#ubuntu-discuss" }
2015-11-01-#ubuntu
[00:01] <bprompt> erxr3: yeap, that's what I was doing, the filesystem was "raw", but yes, ddrescue does a "raw copy" of cluster per cluster, whenever it finds any errors, tries to give it a fix, if it can't be fixed, it skips it and continues, and copies all non-corrupted data it can along the way , -d (direct access) -f ( force) [00:01] <tnecniv> Hi! I am running ubuntu 14.04 with two nVidia graphics cards. One is a 9800 for standard graphics, and the other is a Tesla K20 for scientific computing. After installing the drivers for both, I am stuck in some low resolution graphics mode, as if it cant detect my monitor. Any insight [00:01] <tnecniv> ' [00:01] <tnecniv> '? [00:01] <tnecniv> sorry [00:03] <erxr3> TJ-, so if I have a file named partition.img, I guess I'd need to go to its folder first, and then apply the command like this: sudo testdisk -log partition.dd ? [00:04] <TJ-> erxr3: if the file isn't owned by root, you could just do "testdisk -log /path/to/partition.dd" [00:04] <erxr3> bprompt, sure I'd try ddrescue, too. you mean the disk image I created is also "raw" copy? [00:05] <erxr3> TJ- ah, I see, I will try which one works, thank you very much! [00:05] <ubuntu_> TJ-, Hoe can a factory rom and entire sytem be backed up before using an android phone? [00:05] <ubuntu_> s/hoe/how [00:06] <TJ-> ubuntu_: That isn't an Ubuntu support question. Try asking in ##android [00:06] <ubuntu_> The last android I bought has been blasted with garbage software. [00:06] <bprompt> erxr3: hehehe, nope, that would put you on square one and defeat the idea of the utility =), the source was "raw", the copy was a "fixed" version of it, with valid partition table info as well as data [00:09] <erxr3> bprompt, in the command "ddrescue -f -d SOURCE TARGET" the source is the image's path, and the target would point to the folder where the recovered files would be saved, I presume? [00:10] <erxr3> bprompt, if they are so, would it be then typed like this: ddrescue -f -d ~/Documents/partition.img media/myuser/myrecoveryfolder ? [00:11] <bprompt> erxr3: nope, device in this case, use "lsblk" to see who is who, but something like -> ddrescue -d -f /dev/sda4 /dev/sdc3 <- [00:11] <erxr3> bprompt, but how does it know which image where is to recover? [00:11] <erxr3> and where to [00:11] <bprompt> hehe [00:11] <bprompt> erxr3: as many folks here pointed out, chek the manpages :), but the arguments order, of course [00:12] <bprompt> just like "dd" does btw [00:13] <bprompt> well.. to be fair.. dd uses if= and of= arguments... so...hmmm anyhow. for ddrescue is SOURCE TARGET order [00:13] <erxr3> bprompt, my source is not even a partition, but an image of it [00:13] <erxr3> how can I mention it as /dev/sda4 [00:13] <bprompt> erxr3: that'd do as well [00:17] <erxr3> TJ- testdisk returned a message like "Partition sector doesn't have the endmark 0xAA55", yet quick search is still possible..does this message have a significance? [00:17] <erxr3> the message came right at start [00:20] <TJ-> erxr3: the MBR (sector 0) should end with 0xAA55 (bytes 0x1FE-0x1FF) that's the partition signature [00:20] <erxr3> TJ- does it point to any failure? [00:21] <TJ-> erxr3: if it is missing, then the PC BIOS would assume there was no partition table there [00:21] <erxr3> TJ- would that make testdisk recovery void? [00:22] <TJ-> erxr3: testdisk should correct that [00:22] <erxr3> TJ- oh, that is good to hear :) [00:23] <andystar> I would like to isntall qtractor, but it says that it is dependent on librubberband2. [00:23] <andystar> I would like to isntall qtractor, but it says that it is dependent on librubberband2. All I can find in the repositories is librubberband2v5. [00:24] <TJ-> andystar: which ubuntu release? [00:25] <andystar> TJ-, I am using Xubuntu 15.10, with the kxstudio repositories. [00:26] <TJ-> according to apt-cache qtractor Depends: librubberband2v5 [00:27] <erxr3> TJ- there is a menu option that says "Write TestDisk MBR code to first sector"...does this relate to the above missing endmark message? [00:27] <TJ-> erxr3: yes [00:27] <erxr3> TJ- should I select it then? [00:28] <andystar> TJ-, So maybe if I remove the kxstudio repsositories or disable them, I can install the standard version of qtractor. [00:28] <jeffrey_f> I was upgrading 15.04 to 15.10. I somehow excaped from the upgrade when looking at a DIFF from a config. How do I get it to complete? [00:29] <TJ-> andystar: not sure, "apt-cache policy qtractor" should show the candidates [00:32] <erxr3> TJ- I chose this option, and it says a new code has been written, you have to reboot for it to take effect..I hope I havent blundered something [00:32] <andystar> It shows two packages from kxstudio, and one from ubuntu's wily distrobution. [00:37] <andystar> http://askubuntu.com/questions/92019/how-to-install-specific-ubuntu-packages-with-exact-version [00:38] <erxr3> trying the reboot [00:39] <andystar> TJ-, This seems to have information about how to install the package that I want. [00:43] <OmegaLeFoxWolf> Hello [00:44] <OmegaLeFoxWolf> I put Ubuntu on a usb, and installed it on a partion, and when i rebooted it, i didn't get a boot menu, just straight into Windows 7 [00:45] <OmegaLeFoxWolf> Can anyone help me? [00:46] <andystar> OmegaLeFoxWolf, From your description, I can not immediately guess the cause. [00:47] <OmegaLeFoxWolf> It said it installed in the installer, but in Windows 7 it locked up the partion, and it's empty [00:48] <andystar> From Windows 7 you can't see the Linux partition. [00:48] <andystar> Have you tried looking at the partition from the USB stick? [00:49] <OmegaLeFoxWolf> I'm not really a tech savy user for stuff like this. [00:49] <Bashing-om> OmegaLeFoxWolf: Grub ( bootloder ) installed to the USB .. likely . one can boot the liveUSB and install grub to the hard drive . Some Win 7 are UEFI, is this ? [00:50] <andystar> I mean, boot up the computer from the USB, and see if you can see what is on the partition that you think you installed Ubuntu on. [00:50] <OmegaLeFoxWolf> BIOS https://www.asus.com/Notebooks/X44H/ [00:51] <profetik777> First version of ubuntu used and impressions. Go. [00:53] <OmegaLeFoxWolf> I'm going to reinstall it, to the certain partion i have made for it (87 GB) [00:54] <mhmd> hi [00:55] <Bashing-om> OmegaLeFoxWolf: Might be but to install grub. As advised boot the liveUSB and in terminal look at partitions ' sudo parted -l ' . [00:56] <OmegaLeFoxWolf> I'm installing it alongside Windows 7, and i go to the advanced Partioning tool [00:57] <OmegaLeFoxWolf> What do i put for "Use as: " [00:59] <andystar> OmegaLeFoxWolf, You can log back on to Xchat after you have booted from your LiveUSB. [01:00] <OmegaLeFoxWolf> I'm on my secondary computer, the one I'm not installing it on [01:00] <beepie> OmegaLeFoxWolf, you mean the one with "Winbloze" ? [01:00] <beepie> XD [01:01] <OmegaLeFoxWolf> Haha very funny -_- [01:02] <OmegaLeFoxWolf> But i have to reinstall it, i reformated the Partion, but when installing it in Advanced Partioning tool, when i go to use the certain partion, what do i click for "Use as:" ? [01:04] <binkydaclown> OmegaLeFoxWolf, eh [01:04] <binkydaclown> OmegaLeFoxWolf, make sure yuo did a backup first [01:04] <binkydaclown> :) [01:04] <binkydaclown> OmegaLeFoxWolf, you can use "/" [01:04] <binkydaclown> OmegaLeFoxWolf, ext3 or ext4 [01:05] <binkydaclown> OmegaLeFoxWolf, i'm assuming you know at least something about partitioning [01:05] <OmegaLeFoxWolf> I just don't know what system to use it as [01:08] <binkydaclown> OmegaLeFoxWolf, https://www.youtube.com/watch?v=qBCHsgry2RQ [01:08] <Bashing-om> OmegaLeFoxWolf: As you hane manually partitioned. did you provide a /swap partion ? [01:09] <Bashing-om> hane/have* [01:09] <erxr3> can you help me know if this command is correct please: "ddrescue -n --no-split ~/Documents/partition.img /dev/sdc2/recovery" , given that the destination drive is /dev/sdc2, and the recovered files will be collected in the folder named "recovery" ? [01:10] <erxr3> sorry, adding logfile, too: ddrescue -n --no-split ~/Documents/partition.img /dev/sdc2/recovery logfile [01:10] <OmegaLeFoxWolf> No i didn't make a swap partion [01:12] <erxr3> or like this: ddrescue -n --no-split ~/Documents/partition.img /dev/sdc2/recovery partition.log [01:12] <erxr3> ? [01:13] <Bashing-om> OmegaLeFoxWolf: How much ram ? and do you intend to be able to hibernate in ubuuntu ? [01:14] <OmegaLeFoxWolf> 2 gigs of ram, Yes [01:16] <Bashing-om> OmegaLeFoxWolf: Then a /swap partition is required, slightly larger than installed ram in size . Be aware there is a 4 primary partition limit . You may be hitting this limit if you have not made up an 'extended' partition . [01:19] <OmegaLeFoxWolf> I have Windows 7 partion, Android, And Ubuntu (and another one by windows i cant delete) [01:21] <zykotick9> Bashing-om: <sidenote> i'd suggest not refering to swap as /swap. Swap is not actually mounted to the root / partition... [01:24] <Bashing-om> zykotick9: Open to education.. as 'swap' is in fact a partition, is it not proper to refer to it as '/swap' - with the leading / denoteing it as a partition ? [01:26] <zykotick9> Bashing-om: swap is a partition yes, but it's not "mounted" it's swapon/swapoff - there is no /swap directory... /foo/bar suggests a obsolute path, swap doesn't have one... [01:26] <erxr3> hello, I cannot find nowhere any clear information on how I will use ddrescue on a "disk image" to recover them in a "folder" on "another drive"..already complex as it is, when I look for these particular aspects, the search gives no results. [01:26] <Razzdoll> hi all [01:27] <Bashing-om> zykotick9: K :) [01:28] <Razzdoll> everytime i run a program or command its a bit laggy. would it be my hardware? [01:30] <Razzdoll> and when i go on a website. the browser tells me a site isnt found or network unreachable. but i think its just the browser [01:31] <Bashing-om> Razzdoll: Possible, how nuch ram and what desktop environment are you running ? There are minimum requirements . [01:34] <OmegaLeFoxWolf> I reinstalled it, and it boots up into a purple boot menu with several options the first being Ubuntu and the last being Windows 7 [01:36] <Razzdoll> Bashing-om, Gnome 3.14.1, i5 3.20ghz, 15992 ram. [01:36] <erxr3> can you please tell me if ddrescue is just for creating the copy of a drive as an image file, or does it also actively recover files? [01:37] <lotuspsychje> erxr3: you can use photorec for data recovery [01:37] <Bashing-om> Razzdoll: Should fly. I expect that is 16 Gigs ram . [01:38] <erxr3> lotuspsychje, I tried testdisk, which is basically the same. and I tried testdisk on the disk image I created by ddrescue. ye [01:38] <Razzdoll> Bashing-om, something is strange then. maybe its the software I use. Idk [01:38] <lotuspsychje> erxr3: yep photorec is part of testdisk [01:39] <erxr3> yet I was told that ddrescue could be better than testdisk. and up to now, I didnt understand if ddrescue is just for disk imaging or to rescue files actively [01:39] <lotuspsychje> erxr3: didnt test ddrescue myself, is it added by ppa? [01:40] <lotuspsychje> erxr3: i got good experiences with photorec, and recovered data from far away ages with it [01:40] <Bashing-om> Razzdoll: " network unreachable " is this all the time in your browser ? Does ' ping -c3 ubuntu.com ' complete ? [01:40] <erxr3> and nowhere it is clear. all you see is this general expression: "ddrescue parameter source target logfile"..this is what I used to create disk image. [01:42] <erxr3> yes, photorec and testdisk helped me a lot, too..but in this case either the image file is empty, or I need another tool [01:43] <lotuspsychje> erxr3: why do you want to recover data from an image and not the whole hd? [01:43] <jonta> Seems that after a recent dist-upgrade to 14.10, I can't install anything else. I suspect initscripts is at fault. Attempt at installing traceroute: http://pastebin.ubuntu.com/13054360/ [01:43] <Jonta> Where do I go from here? :) [01:44] <erxr3> lotuspsychje, I dont want to touch the original drive. [01:45] <lotuspsychje> Jonta: 14.10 is end of life [01:45] <lotuspsychje> Jonta: install a version from topic please [01:46] <Jonta> lotuspsychje: Tried. Also doesn't work. [01:46] <lotuspsychje> Jonta: a clean install is advise from here [01:46] <Jonta> :/ [01:46] <Na3iL> Hey I've a problem with vim, when I type vim in the terminal it doesn"t open [01:46] <Jonta> No simple rollback in initscripts-version then? [01:46] <Jonta> Or manual install? [01:46] <lotuspsychje> !eolupgrade | Jonta or try this [01:46] <Na3iL> in the other hand I can open vi & vim.tiny [01:47] <Jonta> lotuspsychje: Thanks [01:47] <lotuspsychje> Na3iL: the #vim guys surely know :p [01:48] <Na3iL> Okay thanks lotuspsychje [01:49] <Razzdoll> Bashing-om, yes. I mean, when I enter an address, it goes, but sometimes the browser says Not Found or Unreachable, and then it proceeds. [01:51] <erxr3> so my question basically is; I created a disk image with ddrescue, and tried testdisk on it. it didnt work and because I also heard that ddrescue can recover files, I want to try that. but I see that it has the same command line format that I used for creating disk image. does ddrescue really recover lost files, too, or does it just create disk images? if former, then how can I adjust the command to recover files from a dis [01:51] <erxr3> k image to an external drive? [01:59] <tsimonq2> I need some help...I screwed up...I deleted everything except for folder contents in /etc/apt [01:59] <tsimonq2> I got a sources.list, but that is it [01:59] <tsimonq2> this is it: http://paste.ubuntu.com/13054806/ [01:59] <lotuspsychje> !sources | tsimonq2 [02:00] <tsimonq2> lotuspsychje: but I need GPG keys! [02:00] <lotuspsychje> tsimonq2: did you add ppa's? [02:01] <tsimonq2> nope [02:01] <tsimonq2> I have nothing exept my sources.list [02:01] <tsimonq2> *except [02:01] <tsimonq2> I need GPG keys [02:01] <tsimonq2> I need whatever else [02:01] <tsimonq2> lotuspsychje: ^ [02:04] <malmonte> Who watched Mr.Robot? [02:04] <inteus> !offtopic | malmonte [02:07] <malmonte> Oh sorry guys [02:07] <Bashing-om> tsimonq2: ' sudo apt-key update ' Might work for you . [02:08] <tsimonq2> let me try it [02:08] <Bashing-om> Razzdoll: All I canthink of is ' top ' and see if anything is hogging memory . [02:09] <tsimonq2> Bashing-om: thank you [02:11] <Bashing-om> tsimonq2: That bring your keys back in ? [02:11] <backbox> hi [02:12] <tsimonq2> Bashing-om: yep, thanks :) [02:13] <Bashing-om> tsimonq2: A smile is part of the service too . [02:13] <tsimonq2> ◔ ⌣ ◔ [02:13] <tsimonq2> ◔ ⌣ ◔ [02:13] <tsimonq2> ◔ ⌣ ◔ [02:14] <wileee> service with ah smurk [02:14] <Bashing-om> ^only when you are as good as wileee . [02:14] <wileee> rofl [02:15] <lotuspsychje> :p [02:26] <tux38> Hi [02:26] <tux38> Ubuntu is no longer actually linux [02:26] <lotuspsychje> tux? [02:28] <raycijy> hola [02:30] <raycijy> hola [02:30] <raycijy> como estan [02:31] <inteus> !es | Razzdoll [02:31] <inteus> err [02:31] * inteus gives up [02:33] <lotuspsychje> inteus: :p [02:33] <inteus> :) [02:40] <tux38> Ubuntu has gone evil [02:40] <inteus> stop trolling [02:42] <tux38> Talking to your your self ? [02:43] <lotuspsychje> tux38: stop that please [02:43] <tux38> Yeah you are [02:44] <tux38> If you goto ubuntus website it no longer says li ux any wete on there website [02:44] <lotuspsychje> !ot | tux38 [02:45] <tux38> !ot ? [02:45] <lotuspsychje> tux38: your gonna get banned with such attitude, your in an ubuntu support channel [02:46] <tux38> Ubuntu is not part of larger open community any more [02:46] <inteus> tux38: take it somehwere else [02:49] <tux38> Xcuse me ? [02:49] <lotuspsychje> !ops | tux38 trolling [02:49] <tux38> Nobody wants the truth [02:50] <tux38> Sadness is deep in linux wannabes [02:51] <tonyyarusso> tux38: This is a support channel. You can rant elsewhere. [02:51] <tux38> Its factual [02:52] <tux38> Tony needs a kick [02:53] <tux38> U untu is anti li ux now [02:54] <tux38> If this a support chat i see zero support [02:54] <Trenex> ? [02:55] <IlIIlI\]-|\|_A-N> c j \ ` : o A { a ) # j U / : o < L , 6 ! S A ~ } y X P 1 v < # \ Z [ 0 Y f D { s [02:55] <IlIIlI\]-|\|_A-N> N * n U w U 9 E P [02:55] <IlIIlI\]-|\|_A-N> Q z w q I M r ~ Y E ' ( v K ; : p ; N S Q H C ] L c { H { M : B e A m N G o ] P [02:55] <IlIIlI\]-|\|_A-N> r V t _ + R @ ' ; = I [02:55] <IlIIlI\]-|\|_A-N> ` = N c S J U + ! i K e u I p Y G ] E p ` L ( x | W { V L - W _ U O ' W S > ^ a C ) [02:55] <IlIIlI\]-|\|_A-N> N R S ( [ v S & R P { [02:55] <IlIIlI\]-|\|_A-N> ( c X , > w T p V F U f k B O Q a b f a W _ { $ D v . $ c G { X T . ; K ; ( , s [02:55] <IlIIlI\]-|\|_A-N> . _ m ! o v { c o u W [02:56] <tux38> Spam [02:56] <IlIIlI\]-|\|_A-N> V ] M A > ~ l b 7 # Y u l > E f w I " D : 3 ; g D . 6 e l y 1 b U b L X / c Z l k u k [02:56] <IlIIlI\]-|\|_A-N> & Y x r M Y I L y [02:56] <IlIIlI\]-|\|_A-N> ( V n O q - ? ? Q W + z ] O Y i p M } x s % b / h R D n l U d W e > * { 2 3 % [02:56] <IlIIlI\]-|\|_A-N> U n : u e V L m > _ S > X P e + k z h @ X c v H + 6 ~ y _ | V 7 b n ' ' F < , / t > ? 5 [02:56] <IlIIlI\]-|\|_A-N> $ M / p X s O c < s u C [02:56] <IlIIlI\]-|\|_A-N> < ` | & @ f B d u + [02:56] <IlIIlI\]-|\|_A-N> % ~ & 8 = c C & , Q S S V n , l 1 7 ? T H B Z , u t # : V , Q t L X K a H m t z i K K [02:56] <IlIIlI\]-|\|_A-N> ( - U < M e . E _ x ? [02:56] <IlIIlI\]-|\|_A-N> . q J z z = N # B ~ F H [ ? m n [ B x % + - M 8 z S s ) ~ $ 0 = g } ~ / e X K P V c [02:56] <inteus> !ops | IlIIlI\]-|\|_A-N spam and tux38 troll [02:57] <tux38> Somes being a prude [02:57] <tux38> Sad [02:57] <tux38> But hurt fan boyz [02:59] <tux38> U fakeo [02:59] <ali_> hello [02:59] <tux38> Yo [02:59] <ali_> how are you? [03:00] <tonyyarusso> ali_: This is a support channel - for general chat see #ubuntu-offtopic instead. [03:00] <tux38> Sad trolls [03:02] <ali_> tonyyarusso: sorry. Thanks for informing [03:02] <tux38> But hurt fan boyz fappi g away [03:03] <tux38> Stop fapping [03:03] <tux38> Lol [03:03] <tux38> Hahahahaha [03:04] <VergilPrime> Never stop fapping. [03:05] <tux38> Fapping fan boyz [03:05] <tux38> Sad [03:11] <Abe> happy halloween [03:11] <daemon_pid_007> Yolo which flavour of linux is recomended for production server environment [03:12] <TJ-> !lts | daemon_pid_007 [03:12] <Abe> demonspork: are you looking for ubuntu server ? [03:12] <Abe> daemon_pid_007: sorry are you looking for ubuntu server ? [03:12] <inteus> daemon_pid_007: check out #ubuntu-server [03:13] <inteus> :) [03:13] <wiko> hi [03:13] <wiko> frompr [03:13] <Abe> hello [03:13] <TJ-> daemon_pid_007: so, ubuntu-server 12.04, or 14.04, although 12.04 is a bit long in the tooth now. The next LTS will be 16.04, which is the current in-development [03:13] <wiko> from Puerto Rico [03:13] <daemon_pid_007> Yes i wnat to setup ubuntu server, but is it wise to do so or should i just go with some other distribution [03:13] <Abe> get 14.04 its longer supportet [03:14] <wiko> someone here know how setup vpnbook? [03:14] <fusioned> anyone else here running Ubuntu on a Chromebook? [03:14] <Abe> deamon pid what do you wanna do? [03:15] <hu7689er> no i fuckin don't [03:15] <hu7689er> p = . y ; ^ d r , 1 # @ L C ^ B a F * < ( ) | b Q / u n f _ c I ) + @ M m I + p V [03:15] <hu7689er> N v _ - N q k / q " C [03:15] <wafflejock> Abe: 14.04 has support for 5 years [03:15] <hu7689er> A \ C A @ < p d < c ~ R M < j D . x > j u o m p { u { + ; ! l G g [ o S S z T E v u [03:15] <hu7689er> A , i ) Y h R ? u ` [03:15] <daemon_pid_007> fusioned i tried running but it sucked, since then i got rid of the chrome book as well [03:15] <hu7689er> m X ^ } M m c A m " p 7 f # b G m ` n $ $ W v [ 5 ( u N E | ! h . + { % G o S d ) [03:15] <hu7689er> n } v p 6 g 3 Z ! | [03:15] <inteus> !ops | hu7689er spammer [03:15] <ubuntu> Hi there [03:15] <hu7689er> t > o o x ? G d a $ u ! ` ' ^ d & ; t F S L k P Z m * @ 5 [ / [ E W ! + H ^ : [03:15] <hu7689er> G E f U ~ $ b y > < [03:15] <fusioned> daemon - yeah? im running it on my C [03:15] <wafflejock> ubuntu hi [03:15] <Abe> wafflejock: I know until 2019 ;) I think I'll skip 16.04 [03:15] <fusioned> Toshiba Chromebook 2 and love it. think i might delete Chrome OS and reinstall Trusty [03:16] <fusioned> keyboard's a lil small tho [03:16] <wafflejock> Abe: ah thought you were saying it's no longer supported [03:16] <daemon_pid_007> can anyone guide me to writing a food daemon [03:16] <Guest39901> how do I get root permission from a ubuntu live CD , i've ubuntu installed on my pc. [03:16] <Abe> wafflejock: No i was saying it's longer supported [03:16] <wafflejock> ah gotcha [03:16] <Abe> then 12.04 [03:16] <daemon_pid_007> guest use paswd root command [03:17] <Guest39901> How do I loginas root from a live CD? [03:17] <Abe> Guest39901: sudo su ? [03:17] <daemon_pid_007> abbe, wafflejock thanks i think i'am joing to stick with 14.04 [03:17] <tonyyarusso> sudo -i, not sudo su... [03:17] <inteus> never sudo su [03:18] <Guest39901> ok [03:18] <Abe> why? [03:18] <zeon98> Anyone got time to help me out please, i would like to limit internet traffic to my home server between midnight and 6 am. From what i have tried i can only limit all network traffic. [03:18] <Abe> idk I didn't use live cd for a very long time [03:18] <daemon_pid_007> sudo su will ask for root password which is not setup, but if you set it up then sudo su is not bad at all [03:18] <zeon98> Any help would be amazing. thank you [03:18] <wafflejock> zeon98: what have you tried exactly? [03:18] <tonyyarusso> zeon98: You mean you want it to be unlimited for communication with other machines in your house? [03:19] <wafflejock> zeon98: you might be able to make use of squid3 to proxy and therefore limit access not sure though [03:19] <wafflejock> maybe some easier way with a cron script and iptables or something though [03:20] <zeon98> I want to allow a server at my home to use full internet bandwidth during the night, but limit that usage during the day [03:20] <Abe> does 16.04 ships with Mir instead of X.org ?? [03:20] <tonyyarusso> Abe: 16.04 doesn't exist yet. [03:20] <Abe> well when it comes out [03:20] <daemon_pid_007> squid is the best, there are pluggins which will help you limit and control network traffic and also monito it, downside you will have to dedicate a computer for this purpose and have all your network traffic pass through this computer [03:21] <tonyyarusso> Abe: Ask after feature freeze :) [03:21] <wafflejock> zeon98: suppose you could use this and have a cron script that changes the settings http://manpages.ubuntu.com/manpages/trusty/man8/wondershaper.8.html [03:21] <Abe> tonyyarusso: what do you mean? [03:21] <zeon98> tried a few things like wondershaper [03:21] <daemon_pid_007> when is 16.04 releasing though, i always keep wondering???? [03:21] <edd> wow Ubuntu 15.10 rocks [03:21] <edd> really cool [03:21] <edd> never used Ubuntu before [03:21] <Abe> April 2016 [03:21] <inteus> edd: do you have a support question? [03:21] <wafflejock> edd: heh was about to ask what you upgraded from :) [03:21] <tonyyarusso> Abe: That would be the point when it's been decided what's in and what's out for the release. [03:22] <daemon_pid_007> edd you will just love ubuntu just give it a try [03:22] <tonyyarusso> daemon_pid_007: 16 = 2016, 04 = April [03:22] <wafflejock> edd: if you don't have support issues join #ubuntu-offtopic for general chat [03:22] <zeon98> The problem i have is i want to always use full local bandwidth, [03:22] <edd> I had Fedora 22..which sucked [03:22] <wafflejock> zeon98: just want to limit internet traffic? [03:22] <zeon98> yeah [03:22] <edd> wafflejock, I wanted to know how I could change the default theme? and if there were some cool themes you guys could recommend? [03:22] <wafflejock> zeon98: yeah think maybe squid is the way to go then [03:22] <zeon98> everything i try limits all traffic [03:23] <daemon_pid_007> tonyyarusso, wow i never new the secret code [03:23] <wafflejock> zeon98: squid proxy can just be for internet traffic [03:23] <daemon_pid_007> amazing [03:23] <tonyyarusso> zeon98: So what have you been doing so far? This could be done with pretty basic iptables rules, where you just have different rules for your subnet and everything else. [03:23] <daemon_pid_007> any guys using netgear nighthawk r7000 [03:23] <zeon98> squid is quite complex, i cant believe theres not an easier solution [03:24] <tonyyarusso> There is. iptables rate limiting. [03:24] <wafflejock> oh huh [03:24] <daemon_pid_007> zeon98: squid is by far the easiest solutions on the market [03:24] <xieyi> I am using kubuntu 15.10 [03:25] <wafflejock> edd: personally use the gnumix icons but running Ubuntu Gnome since I'm a fan of gnome, dunno about Unity themes really though [03:25] <xieyi> the sddm always crash on boot [03:25] <zeon98> Everytime i use squid i fail [03:25] <xieyi> now I have to change to lightdm [03:25] <daemon_pid_007> xubuntu is the best for running in virtual machines [03:25] <tonyyarusso> zeon98: Am I invisible? [03:25] <edd> wafflejock, is it Gnome 3? [03:25] <wafflejock> edd: yeah [03:25] <zeon98> tonyyarusso: you say i should be able to do it using iptables? [03:25] <xieyi> but lightdm stucks too [03:25] <edd> wafflejock, I like Gnome 3 too.. how do I then switch to that window manager? [03:26] <xieyi> I found the new version is very unstable [03:26] <wafflejock> edd: a few versions back from the latest so doesn't have all the animations in the menu and notifications still in the silly bottom tray but pretty good [03:26] <wafflejock> edd: you can install the gnome-desktop package the logout and can login to gnome session from the drop down list but personally tried it out for a few days then re-installed with Ubuntu Gnome distro disk [03:26] <tonyyarusso> zeon98: Yup. There's a time module for that restriction, and a module for rate-limiting, so you just combine those two, and have a rule that matches and allows your LAN traffic with higher precedence than the one for the rest. [03:26] <edd> I keep hitting the top left corner to bring up the search here :) [03:26] <wafflejock> edd: https://ubuntugnome.org/ [03:27] <tonyyarusso> zeon98: http://www.cyberciti.biz/tips/iptables-for-restricting-access-by-time-of-day.html has some stuff on the time bit [03:27] <Abe> xieyi: I installed kubuntu on top of my ubuntu system with apt-get install kubuntu-desktop, and just left it like that... I think kubuntu runs a lot more stable that way [03:28] <tonyyarusso> zeon98: http://unix.stackexchange.com/questions/163657/set-packet-rate-limit-via-iptables has some stuff about the limit module [03:28] <edd> wafflejock, is Ubuntu Gnome a different ubuntu flavor? [03:29] <edd> it looks like I will have to create a new usb loader for it? [03:29] <zeon98> i can limit all traffic tonyyarusso but cant internet and local, when googling what should i type to get on the right tracks if that makes sense? [03:30] <tonyyarusso> zeon98: Just make your first rule match the local subnet an accept, and the second rule be the rate-limiting one. [03:30] <xieyi> Abe: that requires a lot of space. I am using an old laptop. [03:30] <daemon_pid_007> Anyone prefer pure Debian over ubuntu [03:30] <xieyi> I will try that anyway thx [03:30] <xieyi> looking forward to a better solution to the problem of sddm [03:31] <Abe> xieyi: well yes but I have more than 2 terrabyte of space so... I'm using a newer laptop 3rd gen [03:31] <daemon_pid_007> How to install ubuntu on Macbook pro early 2015 13 inch [03:31] <Abe> xieyi: how much HD space do you have? it's just a few hundred MB i think [03:31] <daemon_pid_007> ??? [03:32] <daemon_pid_007> Does ubuntu run well on a macbook [03:32] <daemon_pid_007> I need help installing ubuntu on a macbook pro 2015 [03:33] <xieyi> Abe: my hd space can afford an extra desktop manager. just want a better solution. [03:33] <edd> wafflejock, can I create a bootable usb for Ubuntu gnome using live-usb-creator? [03:33] <VergilPrime> sorry :S [03:34] <icansmellyou> daemon_pid_007, see if this helps. https://help.ubuntu.com/community/MacBookPro [03:34] <zeon98> tonyyarusso: how do i understand internet traffic against local traffic? [03:34] <tonyyarusso> zeon98: By IP address. [03:34] <tonyyarusso> Or interface, if you have it set up that way. [03:35] <zeon98> that i get tonyyarusso [03:35] <daemon_pid_007> icansmellyou: have you tried installing it [03:35] <Abe> xieyi: I think there are just those two ways. you said you use 15.10? maybe downgrade to 14.04 maybe a little more stable for you. [03:35] <iceyballz> daemon_pid_007: Use virtualbox if you want it up at the same time as OSX, use Bootcamp otherwise. [03:35] <wafflejock> edd: yup should work I usually USB install [03:35] <wafflejock> edd: not sure if I just used DD or if I used one of the disk creators last time though [03:35] <icansmellyou> daemon_pid_007, no i have not but i looks like others have had success in the past. i belive that link will answer any of you questions. [03:35] <edd> ok maybe I will do it some other time [03:36] <edd> for now this is ok :) [03:36] <Abe> xieyi: when you have an old laptop maybe kubuntu is not the right solution for you at all? maybe you should use something more lightweight? [03:36] <zeon98> there must be a way of saying limit external traffic too x kbs and allow internal traffic to run at max [03:36] <wafflejock> edd: yeah you can just do, sudo apt-get install gnome-desktop, if you just want to use it for now [03:37] <edd> I didn't quite get the difference though [03:37] <wafflejock> edd: just need to logout afterwards and choose Gnome from the menu next to your login box, just if you want to get rid of all the unity stuff easier to reinstall [03:37] <TJ-> zeon98: yes; apply the limiting rule to traffic ingress/egress on the WAN interface [03:37] <Abe> I don't like the new gnome 3 :( to much switching [03:37] <wafflejock> edd: if you do the Ubuntu Gnome distro install it just doesn't have the Unity stuff in there [03:37] <zeon98> xieyi: puppy linux is amazing with old kit [03:37] <daemon_pid_007> iceballz: I have viryual installation using virtualbox but the performance is really bad, i cnnot use the web browse in vm so want to go with native intallation, i wanted to know if it supports the touch pad and all the other drivers like the wifi drivers work [03:37] <wafflejock> Abe: eh I hadn't been using Gnome 2 in a while so was just a new thing to me [03:37] <edd> oh you mean with this choice I will have to keep choosing between gnome and unity when I login? [03:38] <wafflejock> edd: yup if you just install the package can switch between em [03:38] <wafflejock> edd: more disk space though and I have SSD so try to keep it minimal [03:38] <edd> that sounds cool [03:38] <zeon98> how do you define wan over lan TJ- [03:38] <edd> ok [03:38] <TJ-> zeon98: on a gateway? by the interface connected to the WAN [03:38] <xieyi> Abe: Yeah the issue becomes more serious after kubuntu requires more memory after recent upgrades [03:39] <Abe> wafflejock: I like gnome 2 a lot more. My KDE desktop is build like Gnome 2 [03:39] <xieyi> zeon98: thx I am trying it [03:39] <zeon98> no by the linux server running local [03:39] <Abe> xieyi: I experienced the opposite since the last kernel upgrade [03:40] <edd> wafflejock, E: Unable to locate package gnome-desktop [03:40] <TJ-> zeon98: if you're trying to apply the rules on the server itself, then you put a rule that matches the LAN subnet in the OUTPUT table as the first rule, and then the next rule applies the restriction based on 0.0.0.0/0 [03:40] <edd> wafflejock, you sure that is the right command? or am I missing some repositories? [03:40] <TJ-> zeon98: the rule matching the LAN sub-net does a -j ACCEPT [03:41] <tarak_> I am new to IRC. Will anyone help me ? [03:41] <iceyballz> tarak_: What's up? [03:42] <zeon98> And that will allow me to limit wan traffic and let lan traffic fully open [03:42] <tarak_> hello iceyballz [03:42] <tarak_> how are you ? [03:46] <zeon98> ? [03:46] <iceyballz> zeon98: He PM'd me haha [03:47] <zeon98> just a messer i guess iceyballz? [03:47] <SemiNus> hi :) [03:47] <zeon98> hi SemiNus [03:47] <SemiNus> I have a question, split up in a) and b) [03:48] <SemiNus> a) is there any mirror still offering deb's for utopic so that I do not have to upgrade even though it's risky? [03:48] <zeon98> Good way to spilt things [03:48] <iceyballz> zeon98: I thought so at first, just plainly a first-time IRC user [03:48] <tonyyarusso> SemiNus: old-releases.ubuntu.com [03:49] <SemiNus> tonyyarusso, love you for that advice, thank you! [03:49] <tonyyarusso> SemiNus: You DO have to upgrade, but that will help make the upgrade less fussy. It is not receiving patches. [03:49] <zeon98> where did he go iceyballz? [03:49] <SemiNus> tonyyarusso, so once I have a working sources.list, I could then run a dist-upgrade, right? [03:49] <tonyyarusso> SemiNus: yup [03:49] <SemiNus> because at the moment, dist-upgrade won't work [03:49] <SemiNus> great [03:49] <SemiNus> thank you so much! [03:50] <Abe> SemiNus: dist-upgrade doesn't work ? [03:50] <Bluefoot> I installed Ubuntu and it deleted my windows 7 [03:50] <SemiNus> Abe, not at the moment [03:50] <tonyyarusso> !eol | SemiNus, see alos [03:50] <tonyyarusso> *also [03:50] <iceyballz> zeon98: Still chatting me, asking how to find interested channels, etc. Total new guy haha [03:50] <luketheduke0> Bluefoot, that's great news! [03:51] <Abe> SemiNus: whats your version what does your Pc spit out if you do dist-upgrade [03:51] <Bluefoot> Haha sure is. [03:51] <zeon98> Nah its a hard swap Bluefoot [03:51] <SemiNus> Abe, dist-upgrade only offers to upgrade a few packages (10ish) [03:51] <Bluefoot> Ubuntu is also not installed [03:51] <zeon98> Are you sure you wiped windows Bluefoot, [03:52] <SemiNus> tonyyarusso, I can only find CD images there [03:52] <iceyballz> Hey all, what is the best way for a web guy (ruby and rails) to develop a desktop app using html5 etc and wrappin it? [03:52] <Bluefoot> Yes, a boot menu shows, but if you boot Ubuntu "File not found" Windows: BOOTMGR is missing [03:52] <Abe> SemiNus: get the ubuntu source.list do an apt-get update && apt-get upgrade [03:52] <TJ-> SemiNus: you edit /etc/apt/sources.list and use old-releases.ubuntu.com in place of the current archive.ubuntu.com or whatever is there [03:53] <SemiNus> oh I see [03:53] <SemiNus> thx! [03:53] <zeon98> If i recall correctly if you havent deleted the OS, the should be able to use bootmgr to repair and dual boot both [03:53] <tonyyarusso> SemiNus: where? [03:53] <Bluefoot> i kinda formated windows 7 partion becuase i selected the wrong partion [03:54] <Bluefoot> and it ended up not being able to install ubuntu [03:54] <tarak_> hey friends, why ubuntu don't find my bluetooth adapter ? [03:54] <iceyballz> Bluefoot: That would explain your bootmgr issue. That means if you want to still use windows you will need to do a complete installation using a Windows install disk with a valid key. [03:55] <SemiNus> tonyyarusso, got it working :) [03:55] <SemiNus> thx again [03:55] <TJ-> tarak_: that depends on the Bluetooth device [03:55] <zeon98> Bluefoot: look at this link https://help.ubuntu.com/community/Boot-Repair [03:55] <Bluefoot> I can't get a disc. [03:55] <iceyballz> Bluefoot: Which version of Windows was it? [03:55] <Bluefoot> 7 [03:56] <iceyballz> Bluefoot: http://www.pcworld.com/article/248995/how-to-install-windows-7-without-the-disc.html [03:56] <tarak_> TJ,it worked in windows very well [03:56] <tarak_> TJ, ubuntu is perfect about all drivers except this one [03:56] <iceyballz> Bluefoot: Follow that guide, but you will need to find the ISO on your own :( [03:56] <zeon98> what! [03:57] <iceyballz> :P [03:57] <zeon98> doesnt sound like he has killed windows [03:57] <Bluefoot> Haha! Ubuntu works! [03:57] <zeon98> just hidden the boot record [03:57] <Bluefoot> i have it on my usb and it booted in finally [03:57] <iceyballz> zeon98: Said he wipped the actual Windows partition [03:57] <iceyballz> Bluefoot: Nice [03:57] <zeon98> Ah i missed that bit [03:58] <zeon98> forget that link Bluefoot, [03:59] <Bluefoot> Oh okay [03:59] <Abe> I quitted using windows since Xp. Didn't like the way Windows was going. switched to Linux and never regred it. Probably will never use Windows in my lifetime again [04:00] <iceyballz> Abe: Windows 10 is actually decent in some respects, I just use it to play ARK though. The linux client is not great. [04:00] <iceyballz> On the road: OSX, at home: linux [04:01] <Abe> iceyballz: why games? PlayonLinux works perfect besides the new DirectX 10 11 or what. but wine will catch up ;) [04:01] <iceyballz> Abe: Yeah I saw that before. Well get this, ARK has a native linux client. Just does not utilize my GPU as good, very resource intensive game. [04:02] <iceyballz> Sorry all, off-topic [04:03] <Bluefoot> running boot repair [04:03] <Abe> iceyballz: ARK is available on Linux o_O [04:03] <Abe> ? [04:04] <iceyballz> Abe: Yup! Go check Steam haha. [04:05] <Abe> haha cool I was reading Direct X 11 and just told myself forget it [04:06] <Bluefoot> http://paste.ubuntu.com/13058030/ [04:07] <Bluefoot> IT WORKED! [04:07] <Bluefoot> it just deleted the boot manager.... [04:07] <iceyballz> Bluefoot: Yay! [04:08] <Abe> Boot successfully repaired. You can now reboot your computer. :D [04:08] <Abe> I have to look for ARK [04:08] <Bluefoot> I'm worried if i should try to reinstall the OS that messed it up [04:14] <GoldenOrb> Join the cult of the golden orb [04:14] <GoldenOrb> Put on your sandpaper pants [04:14] <Abe> thats why I use Kde. Try to let Windows look like that http://oi68.tinypic.com/263ihox.jpg [04:15] <GoldenOrb> Someone get the luke warm pudding [04:16] <iceyballz> Like podcasts? Just found a nice looking podcast manager/player called Vocal. Designed for elementaryOS but looks nice and works on ubuntu [04:17] <GoldenOrb> I have lost members to scientology [04:17] <iceyballz> !ubottu [04:17] <Bluefoot> Anyone have a Jailbroken phone? [04:17] <Abe> hello ubottu [04:17] <Abe> xD [04:18] <Abe> going to offtopic [04:18] <iceyballz> Abe: Later [04:19] <Abe> Damn I love Twinkies :D [04:20] <Abe> Later I have to look if there is even anybody [04:21] <gp5st> I have a usb disk that shows up in dmesg but it doesn't show up in blkid nor does it show up as a disk in thunar [04:32] <wileee> gp5st, How about lsusb, are you attached tom what's on it, a little context helps. [04:32] <wileee> to* [04:34] <wafflejock> gp5st: may want to try lsblk too think that shows any block devices even if they aren't formatted or just check it out in gparted [04:46] <Abe> I wish I would live in a state where pot is legal :/ [04:49] <gp5st> Willis: didn't show up there either. dmesg shows that it found it then says it disconnects. wafflejock ok [04:49] <wafflejock> gp5st: if it doesn't show as a device in lsusb probably not going to show in lsblk either [04:50] <wafflejock> gp5st: lsusb will show any devices connected via USB [04:50] <gp5st> wafflejock: yeah, that would make sense [04:50] <wafflejock> just didn't think of it at first [04:50] <gp5st> always something with usb for me. maybe i'm too rough with cables or something but i always seem to have issues :-\ [04:51] <wileee> gp5st, are you unmounting them? [04:52] <gp5st> wileee: yes [04:52] <wileee> gp5st, Figured you were. [04:52] <gp5st> when i get the chance anyway, every now and then I just loose them [04:53] <gp5st> anyway, thank you [04:56] <wafflejock> edd: sorry just saw your old message http://itsfoss.com/how-to-install-gnome-in-ubuntu-14-04/ should have been ubuntu-gnome-desktop package [04:58] <Ze_> Hola [05:01] <Ze_> Anybody here? [05:01] <iceyballz> Ze_: Hello [05:01] <Abe> Is there a German ubuntu channel ?? [05:02] <inteus> !de | Abe [05:02] <inteus> :) [05:02] <iceyballz> Sprechen sie deustch? :D [05:02] <Abe> Danke! [05:02] <Abe> klar [05:02] <iceyballz> Giel, wo wohnst du [05:02] <Abe> aber ich lebe in den US [05:03] <iceyballz> Ah [05:03] <Abe> Ich bin halb deutsch halb Ami ;) [05:03] <iceyballz> Nice to speak in german once in a while :D [05:03] <Abe> where do you live? [05:04] <iceyballz> IL haha [05:04] <Abe> IL? [05:04] <iceyballz> Illinois, USA [05:04] <Abe> Lol auch ein Ami der Deutsch kann :D [05:05] <Abe> Ich leb West coast [05:05] <iceyballz> Ja, meinen famillie kommt aus Deutschland [05:05] <Abe> So U never lived in Germany? [05:06] <iceyballz> Nope, been multiple times tho, actually going at end of Nov for a month [05:06] <Abe> lived there most of my life actually [05:06] <iceyballz> Where? [05:06] <OerHeks> lets keep this channel ontopic, please. Ubuntu support that is. [05:06] <iceyballz> +1 [05:07] <Abe> ok wait lived in the State Nordrhein Westfalen in Siegen <-- [05:08] <Abe> near colonge [05:10] <lotuspsychje> !ot [05:10] <lotuspsychje> stay ontopic guys [05:11] <Abe> I did I just wanted to finish my sentence sorry guys [05:12] <zeon98> Just for fun, I've got a lot of help from this channel and i thought i would give a little back [05:14] <Abe> I go to #ubuntu-de for a while then. [05:14] <zeon98> the first person to IM me gets a £5 amazon voucher. The only conditions is you then try to do something nice for two people in the future. [05:16] <Abe> nah that channel is empty [05:16] <zeon98> you german Abe? [05:16] <Abe> half half basically [05:17] <zeon98> Where in Germany are you from [05:17] <zeon98> or half from [05:17] <Abe> they said we have to keep it ontopic [05:18] <zeon98> ah forgot about that. Anything i can help with? [05:18] <Abe> lived near colonge over 21 years now live on west coast in the usa [05:21] <Abe> zeon98: No I don't need help everthing works fine :D [05:21] <edd> I am trying to connect my Ubuntu 15.10 installation to a HP printer on the network [05:21] <edd> is this the right set of drivers --> http://ubuntuhandbook.org/index.php/2015/04/hplip-support-ubuntu-1504-linuxmint-17-1/ ? [05:21] <edd> it says it works for 15.04 [05:22] <edd> maybe someone here can help? [05:22] <Abe> edd: did you do what the webpage is telling you? [05:23] <edd> I am downloading the drivers now [05:23] <edd> but I am not sure if they are the right ones [05:23] <wafflejock> edd: yeah not sure I'm using the hplip drivers myself but on 14.04 http://packages.ubuntu.com/search?keywords=hplip&searchon=names&suite=vivid&section=all [05:23] <wafflejock> edd: should be able to just, sudo apt-get install hplip [05:25] <Abe> edd: and did that work? [05:29] <deper29> so, I'm a bad person and I waited too long to upgrade my system. I'm running utopic 14.10, but it is giving me errors when I try to upgrade [05:30] <cfhowlett> !eolupgrade | deper29 [05:30] <deper29> I get a bunch of 404 errors when I do dist-upgrade [05:30] <cfhowlett> deper29, OR you can torrent the .iso, make a bootable USB and clean install [05:31] <inteus> clean install is always a good thing [05:32] <deper29> yeah, I hate doing a clean install :( then I have to reconfigure my whole system again. [05:32] <inteus> yeah [05:32] <cfhowlett> deper29, perhaps LTS only would suit you best ... [05:32] <deper29> I feel that's something that should be worked out some day [05:32] <kostkon> !lts [05:32] <deper29> cfhowlett: yeah, perhaps I'll start using LTS from now on [05:33] <cfhowlett> deper29, 14.04 is current version. 16.04 will drop in 6 months. [05:33] <deper29> okay, thanks a bunch for the help [05:33] <deper29> is it recommended I backup my /home and just rsync it onto my new install? [05:33] <deper29> err, not recommended [05:34] <cfhowlett> deper29, well, that's one method. but if you have a separate home, no need. [05:34] <cfhowlett> !home | deper29 [05:35] <deper29> yeah, it's not on a separate partition at the moment. I'll make another partition and throw it there and deal with that then [05:35] <deper29> thanks for the help cfhowlett and inteus [05:35] <cfhowlett> deper29, happy2help! [05:38] <Abe> I want this! https://www.youtube.com/watch?v=XdHOJiTkcg0 but idk how. :( [05:39] <lotuspsychje> Abe: no offtopic here please [05:39] <Abe> lotuspsychje: is that offtopic? [05:39] <Abe> k let me move [05:39] <Tundra> Evening folks, I have an executable for a game that simply won't run. Any thoughts? [05:40] <inteus> !details | Tundra [05:40] <Abe> which .exe file are we talking about [05:40] <iceyballz> Tundra: checked permissions for executable? [05:40] <Tundra> Not an exe Abe [05:40] <Abe> Tundra: .sh ? [05:40] <Tundra> iceyballz, I just hit it with chmod +x [05:41] <iceyballz> Tundra: Just for checking, right click and goto permissions, is your group set for executable? [05:41] <Tundra> Abe, dunno, just labeled executable [05:41] <Abe> what does it say if you do ./yourexecutable ? [05:42] <Tundra> iceyballz, yeah, pretty sure [05:42] <iceyballz> Tundra: Are you starting it with ./xxxx in term or just a double-click? No errors in term? [05:43] <Tundra> iceyballz, just double click [05:43] <Tundra> Abe, that returns: error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory [05:43] <OerHeks> we can start guessing, what is the name of that game, Tundra ? [05:43] <iceyballz> Tundra: try in term with ./filename [05:43] <Tundra> OerHeks, uplink [05:44] <iceyballz> make sure to cd first to its location [05:44] <Tundra> iceyballz, rever to what I just told Abe [05:44] <Tundra> *refer [05:44] <iceyballz> Ah, missing libraries on your system [05:44] <Abe> I think you need some things [05:44] <Tundra> lovely [05:45] <cfhowlett> Tundra, so where did you install this game from?? [05:45] <iceyballz> Tundra: apt-get install freeglut3 [05:45] <OerHeks> sudo apt-get install freeglut3 # and try again [05:45] <iceyballz> See if that fixes things for you [05:45] <cfhowlett> OerHeks, eh? # ? [05:46] <Abe> Tundra: use the Synaptic Package Manager to install the package freeglut3 [05:46] <Abe> or yes that what iceyballz said [05:47] <Tundra> ./uplink: symbol lookup error: ./uplink: undefined symbol: __glutRoot [05:47] <iceyballz> Tundra: Is that after installing freeglut3? [05:47] <Tundra> yep [05:47] <Tundra> I ran sudo apt-get install freeglut3 [05:48] <iceyballz> Tundra: ut libglut.so.3.7 and this script in your uplink directory: [05:48] <Tundra> iceyballz, pardon? [05:48] <Abe> Tundra: I found that http://forums.introversion.co.uk/viewtopic.php?t=33256 [05:49] <iceyballz> Same thing follow that last step I sent and it seems per other users to fix the issue [05:50] <Tundra> iceyballz, sure, but I didn't really get what you were saying [05:50] <Tundra> Nor do I know how to make that script [05:50] <Tundra> well, the one Abe gave me [05:50] <iceyballz> Tundra: First: move libglut.so.3.7 into /uplink [05:51] <Abe> http://ubuntuforums.org/showthread.php?t=154937&page=3&p=3396009#post3396009 trying to get uplink running? [05:51] <iceyballz> Tundra: Second: make a new script in your text editor and paste "#!/bin/sh [05:51] <OerHeks> nice, we give support for a paid game https://apps.ubuntu.com/cat/applications/uplink/ [05:52] <iceyballz> Tundra: Third: Use this new script instead of normal launcher [05:52] <Tundra> iceyballz, ok, where do I find libglut? [05:52] <iceyballz> Tundra: http://dri.sourceforge.net/res/libglut.so.3.7.0 [05:53] <Tundra> iceyballz, ok, so now I make a new text file with a text editor like mousepad? [05:54] <iceyballz> Yup [05:54] <iceyballz> Either use no extension or .sh [05:55] <Abe> Tundra: look in synaptic package manager for missing libraries. they mostly have everything you need [05:55] <Tundra> iceyballz, any specific name? [05:56] <iceyballz> Abe: he needs it specifically in his folder, not through the manager [05:56] <iceyballz> Tundra: Nope, perhaps "useme" or "launcher" [05:57] <iceyballz> Tundra: Then just in terminal run "./launcher" or whatever you named it. [05:57] <CanberraGuy^> hello, can someone help me with iptable, if I got iptables -A INPUT -s 192.168.1.0/32 -d 192.168.1.0/32 -j ACCEPT , is it mean im accepting 192.168.1.0 - 192.168.1.255 ? [05:57] <Abe> iceyballz: well i ment in general to make synaptic your friend [05:58] <iceyballz> Abe: Yeah he already installed via synaptic. This specific fix unfort makes him manually put it in his folder [05:59] <Tundra> iceyballz, ./test.sh: 5: exec: ./uplink-bin: not found [06:00] <Tundra> :( [06:00] <inteus> "sudo updatedb" then "locate libglut.so.3.7" [06:01] <Tundra> inteus, and the point of that was? [06:01] <iceyballz> inteus: Looks like libglut is not his prob [06:01] <inteus> oh [06:01] <inteus> duh [06:01] <iceyballz> Tundra: ./uplink-bin is not found, anything named similar? [06:01] <inteus> sorry, was half paying attention [06:01] * inteus goes back to his corner [06:01] <iceyballz> :P [06:03] <Tundra> iceyballz, only similar is just labled uplink [06:03] <iceyballz> Tundra: file extension for that? [06:03] <iceyballz> Tundra: or none [06:04] <Abe> It would be a great Idea to use teamviewer for support ? or not ? [06:05] <Tundra> iceyballz, nada [06:05] <Tundra> Abe, to what extent? [06:05] <iceyballz> Tundra: edit the custom script we made, change "./uplink-bin" to "./uplink" [06:06] <iceyballz> That should do it [06:06] <MJ94> Any idea why when I run make > make.log only the first line of the output is logged? [06:06] <Tundra> iceyballz, ./uplink: symbol lookup error: ./uplink: undefined symbol: __glutRoot [06:06] <Tundra> This doesn't make any sense [06:06] <iceyballz> Wait did you run ./uplink in terminal or ./our_script? [06:07] <Tundra> our script [06:07] <iceyballz> And you edited like stated and saved? [06:07] <Tundra> yep [06:07] <iceyballz> Wow, that is odd [06:07] <Tundra> Unfortunately that seems to be a recurring theme [06:08] <iceyballz> Only thing I can think of is the program you are tyring to use is using a different version of the lib, in which case you would need to ask them which version and track it down. [06:08] <Tundra> christ almighty [06:08] <iamrohit7> i have my partition layout as http://imgur.com/KFgMXJH i want to decrease /dev/sda1 to 180GB but i cannot seem to resize. how do i go about doing it? [06:09] <iceyballz> Tundra: sorry bud, tried haha! [06:09] <Blue1> iamrohit7: have you tried gparted? [06:10] <cfhowlett> iamrohit7, 298gb if your /boot!!?? [06:10] <iamrohit7> Blue1: that's the image i posted. [06:10] <iamrohit7> cfhowlett: ?? [06:10] <cfhowlett> get ubuntu USB, boot, start gparted, select partition, shrink partition [06:10] <OerHeks> iamrohit7, unmount that sda drive, then you can change things. [06:11] <Blue1> iamrohit7: yup. it is. sorry [06:11] <tase> I've mounted a windows share on ubuntu as cifs, but when I create files in it from ubuntu, they have some wierd permissions in windows, how do I fix the mount to create as 777 [06:11] <Blue1> iamrohit7: you should be able to use a bootable dvd, and re-size it - [06:11] <CanberraGuy^> hello, can someone help me with iptable, if I got iptables -A INPUT -s 192.168.1.0/32 -d 192.168.1.0/32 -j ACCEPT , is it mean im accepting 192.168.1.0 - 192.168.1.255 ? [06:12] <iceyballz> tase: manually set permissions in teminal at top-level folder of the share, set recursive [06:12] <iamrohit7> thanks guys. [06:12] * Tundra sighs [06:12] <iceyballz> tase: chmod -R 777 /dir [06:12] <byabbablabb_> careful with that /dir [06:13] <Blue1> indeed [06:13] <iceyballz> byabbablabb_: Yeah, tase: only in the dir you want to actually do it it [06:13] <iceyballz> make a specific one [06:13] <Abe> Tundra: If you have problems getting it running what is if.. just if you get it for windows and just play it with wine. It got a Platinum rating on WineHq. would be a good workaround tho just sayin [06:14] <adam__> blackcobra [06:14] <Guest26836> nice my favorite ubuntu [06:14] <Tundra> Abe, yeah, that's a possibility. I've just been banging my head against wine all day for other things. [06:14] <iceyballz> Tundra: or checkout https://www.playonlinux.com/en/ to run windows apps as well [06:15] <wafflejock> any advice on where to manually install programs I see conflicting info on the net, I just have phpstorm I manually installed but for now had it extracted in the Downloads folder but want to put it somewhere more appropriate, should I use /usr/local/ or /opt/ ? I see some things in both places right now, is there any reason to use one or the other? [06:16] <tase> I've made the file 777 but it still says I dont have permission to open that file on windows [06:16] <Tundra> iceyballz, Used it. Just a little tired of pplaying with wine today, that's all. otherwise I'd go for it [06:16] <iceyballz> trying to setup a local web stack [06:17] <omgitsmit> wafflejock: my programs are all in /usr/bin and /usr/sbin [06:17] <iceyballz> wafflejock: sorry that was for you, web dev stack? [06:17] <wafflejock> omgitsmit: from what I read that's just for distro installed programs though [06:17] <Guest26836> i will try playonlinux verey licke [06:17] <omgitsmit> wafflejock: when i compile, make and make install - it places the biaries there [06:18] <omgitsmit> wafflejock: ive seen some tutorials use /opt/ as well [06:18] <wafflejock> omgitsmit: yeah have seen that for the most part too unless I specify something during ./configure [06:18] <wafflejock> think I"m going with opt [06:18] <wafflejock> looks like more stuff is there, sublime_text and a few other things [06:18] <omgitsmit> wafflejock: lazy admin keeps my stuff in my home folder lol [06:19] <wafflejock> omgitsmit: heh yeah that's what I'm trying to get away from :) [06:19] <omgitsmit> you are brave [06:19] <omgitsmit> god speed [06:19] <Abe> Tundra: Use PlayonLinux it is very useful. just get the right wine version for each game and look on winehq how other people got it running ! [06:20] <omgitsmit> POL has been hit or miss with me, more miss than hit when i tried it years ago [06:20] <wafflejock> iceyballz: oh no I already have the web stuff installed, just an IDE that comes as a zipped file you just extract [06:20] <Tundra> Abe, like I said, tired of screwing with wine. That includes POL and POM. Bout to go to bed anyways [06:21] <Tundra> Night all, thanks for the help [06:21] <Tundra> ! [06:21] <iceyballz> Nice, have a good night all, Im out till sometime tomorrow. [06:21] <jeffrey_f> list [06:21] <Abe> I got almost every game running I have with PlayonLinux. never had Problems with it. even newer games are running flawlessly [06:22] <Abe> ok Tundra gn8 still maybe you're doing something wrong with POL ? [06:23] <Abe> cuz 90% of my windows games are running actually [06:24] <Guest26836> cobra [06:24] <Abe> even multiplayer games [06:25] <Guest26836> . [06:27] <byabbablabb_> Abe: have you tried GTAV? [06:27] <cfhowlett> !steam | Abe [06:27] <byabbablabb_> just curious [06:29] <ElGatoSaez> hello everybody [06:29] <nrdb> current my server is keeping 2 kernels (current and the last one) can I increase this so it will keep more old kernels? [06:30] <ElGatoSaez> ubuntu is a good distro <3 [06:30] <Abe> byabbablabb_: No but look I just got it running cuz it sounds interesting. don't jugde me cuz I didn't pay for it http://4.1m.yt/wVQHssE2T.png [06:30] <Abe> works perfect. evrything that does not require DX 11 works fine [06:30] <Abe> or DX 10 [06:31] <ElGatoSaez> any help? [06:31] <ElGatoSaez> ./fastboot devices [06:31] <ElGatoSaez> -bash: ./fastboot: No such file or directory [06:32] <Abe> Installing under POL is so easy I don't understand how people can have problems with it :/ [06:32] <Abe> it's so easy [06:33] <byabbablabb_> oonly a couple of games are holding me off obliterating my Windows 10 ssd completely [06:33] <byabbablabb_> i need my fix every now and then *_* [06:35] <Abe> byabbablabb_: Ok everything besides the Newest games that require DX 10 or 11... but I've heard that Wine is going to deliver DX 10 end of this year! [06:36] <Abe> don't know if it's true thos [06:36] <Abe> though [06:36] <Abe> http://www.pcworld.com/article/2940470/hey-gamers-directx-11-is-coming-to-linux-thanks-to-codeweavers-and-wine.html [06:36] <wileee> !tmi [06:37] <byabbablabb_> fallout 3 supposedly runs better than on windows - i imagine that modding that would be a right pain tho [06:37] <ElGatoSaez> nnnnnn [06:37] <cfhowlett> !patience | ElGatoSaez, [06:37] <sparrow_nc> hi [06:37] <Abe> I have fallout 3 and new vegas... never modded it though [06:37] <wuttttttttttt> ubuntu 12.04 user here, recently made a second profile on the computer, but whenever i try to switch from second(standard) profile back to my main(admin) profile, after typing password to log in, i see the screen flash but it's stuck in the login screen. However, i can move the cursor around and it changes appropriately to where my windows were(cursor changes into text input cursor, window size adjuster cursor, etc) but screen [06:37] <ElGatoSaez> sorry [06:37] <wuttttttttttt> ....anyone know what's causing it? [06:38] <ElGatoSaez> doesn't matter I'm solving it [06:38] <ElGatoSaez> http://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists [06:39] <bait> o.O nobody knows [06:39] <ElGatoSaez> I love ubuntu, I don't use it because my mom needs office for her university [06:39] <bait> o.O [06:39] <Abe> wileee: thx that was also not necessary [06:39] <bait> doesn't libreoffice support docx now? [06:39] <sparrow_nc> yes it does [06:39] <bait> although the review feature of ms office isn't present [06:39] <ElGatoSaez> Solved! :D [06:40] <bait> she probably needs the review feature, so no [06:40] <byabbablabb_> ElGatoSaez: execute permission? [06:40] <ElGatoSaez> Abe, my mom needs other softwares also like project professional and access [06:40] <ElGatoSaez> byabbablabb_, I don't know, I'm just following a tutorial for updating phones [06:40] <bait> o.O [06:40] <byabbablabb_> ElGatoSaez: or 32bit libs on 64bit possibly [06:40] <ElGatoSaez> Yeah I Did that byabbablabb_ with the askubuntu stuff, thanks! :D [06:40] <bait> i've seen businesses with millions in profits running windows 95 [06:41] <ElGatoSaez> Well hope it works now [06:41] <bait> ... [06:41] <cfhowlett> bait, completely off-topic >>> #ubuntu-offtopic [06:41] <bait> no [06:41] <bait> ok [06:42] <nrdb> current my server is keeping 2 kernels (current and the last one) can I increase this so it will keep more old kernels? [06:42] <cfhowlett> nrdb, no need. by default, old kernels must be manually deleted. [06:43] <sparrow_nc> old kernels deleted on upgrade [06:43] <ElGatoSaez> omg I did it!!! thanks ubuntu, thanks tutorials [06:44] <byabbablabb_> you can mark kernels to keep i'm pretty sure [06:44] <Abe> ElGatoSaez: If I need Programs like that I have a Windows 7 Virtual Machine [06:45] <ElGatoSaez> Abe, yeah but my PC isn't that fancy to run that [06:45] <ElGatoSaez> I would prefer to wait to have another PC for me and this PC I Will gift it to my mom [06:45] <Abe> oh maybe you find something similar for Linux ? [06:46] <Abe> ElGatoSaez: there is probably something out there that can replace it [06:46] <sparrow_nc> @El its what I did... [06:46] <baizon> nrdb: http://askubuntu.com/questions/620266/how-does-apt-decide-how-many-old-kernels-to-keep [06:47] <ElGatoSaez> yeah Abe but I will wait for my mom finish her study [06:47] <ElGatoSaez> It's only months so [06:47] <AgeLock> Hi. [06:47] <ElGatoSaez> thanks anyways [06:48] <byabbablabb_> AgeLock: hello [06:50] <ElGatoSaez> I'm using a Live USB right now, but does every work [06:50] <ElGatoSaez> Love this distro lol [06:56] <old1> hiya [06:57] <ElGatoSaez> hey old1 [06:59] <SlaveOfJesus> Hi, why i can't install flashplugin to Chromium browser? [06:59] <SlaveOfJesus> I have it already installed but somehow plugin isnt in chrome://plugins [07:00] <ElGatoSaez> SlaveOfJesus, I did it on my grandmother laptop, was a difficult process but not impossible [07:00] <SlaveOfJesus> i tried to link plugin from /usr/lib/flashplugin-installer to /usr/lib/chromium-browser/plugins it didnt work [07:01] <SlaveOfJesus> mozilla firefox works but not chromium [07:02] <nrdb> baizon, thanks [07:03] <zeon98> Is there any control here? [07:05] <old1> hey im on 12.04 and my repostiory is fragged i think because of an upgrade of vim that went bad howdo i wipe vim or the repository or cache or whatever to apt-get working again any suggestions? [07:06] <SlaveOfJesus> hello? [07:06] <old1> hiya ElGatoSaez [07:06] <ElGatoSaez> !patience | SlaveOfJesus [07:06] <ElGatoSaez> SlaveOfJesus, not sure of what I did, it was last year, but you can do it [07:07] <SlaveOfJesus> ElGatoSaez: i feel ignored [07:07] <zeon98> you not ignored SlaveOfJesus [07:10] <zeon98> Sup SlaveOfJesus, [07:12] <ElGatoSaez> well I'm going to bed, thanks guys for the help I successfully upgraded by phone [07:12] <ElGatoSaez> my* [07:18] <Abe> Damn how I hate Us Plugins they always fall out. and are just hanging half way in the wall. they're so annoying [07:19] <Abe> europe has way better plugins. you really have to pull to get them out of the wall [07:19] <alavala> gnu [07:19] <alavala> gcc [07:19] <SlaveOfJesus> Why i cant install flash plugin in Chromium? i tried to link plugin from /usr/lib/flashplugin-installer to /usr/lib/chromium-browser/plugins it didnt work [07:19] <alavala> vim [07:20] <Abe> here you touch the cable and boom everything goes out >:( [07:26] <reddeath68> I have a fresh install of ubuntu 15.10 that crashes when running firefox and wine but the crash is random [07:26] <baizon> reddeath68: check memory [07:26] <reddeath68> had same problem in 14.04 which is why i upgraded when I redid my system [07:27] <reddeath68> baizon, so reseat the ram? [07:27] <baizon> reddeath68: no, your ram can be broken [07:28] <reddeath68> baizon, so boot into grub and choose mem test? [07:28] <baizon> reddeath68: yes [07:28] <reddeath68> baizon, ok thnx will do that once im done saving files and such [07:29] <django_> for chrome [07:29] <django_> how do i make it so when i close session gets saved [07:31] <baizon> django_: Browse to Settings > “Basics” tab > and under the first section (“On startup”), change the selection from “open the homepage” to “reopen the pages that were open last.” [07:33] <liquidmetal> Anyone here familar with Markov random fields? [07:33] <linocisco> hi how to change computer name? [07:33] <baizon> linocisco: http://askubuntu.com/questions/9540/how-do-i-change-the-computer-name [07:37] <isaia> hi there.. i need a linux expect to help me createa very small script *.sh or another apropriate way to Check and Start an aplication. i appreciate. thank you [07:59] <ulot0> hello [08:00] <ulot0> join #ubuntu-cn [08:02] <jscix> . [08:02] <prg> . [08:02] <jscix> man, this IRC client is terrible. [08:03] <jscix> anyone know a good irc client for linux? [08:03] <Seveas> jscix: then try a better one :) [08:03] <baizon> jscix: hexchat [08:03] <jscix> ty, lemme try. [08:03] <Seveas> hexchat is the usual gui one, irssi is nice for console junkies [08:03] <jscix> I like both [08:04] <baizon> or weechat [08:04] <bait> i'm on xchat-gnome [08:04] <bait> mmm [08:04] <bait> can't say it's great though [08:04] <bait> it's ok [08:05] <jscix> x-chat gnome is the one im on currently, I dont like it. [08:05] <bait> why? [08:05] <baizon> jscix: hexchat is the fork of xchat ;) [08:06] <baizon> jscix: else you can try kvirc [08:06] <jscix> the interface is really messy [08:06] <bait> it is? [08:06] <bait> only part i dont like about it is you need to use ctrl + u to see userlist [08:06] <Finetundar> jscix: maybe quassel? [08:06] <bait> other than that, it's fine as far as irc clients go [08:06] <adn34> Hello... I want to use fcitx to write in Bangla / Bengali language.. [08:06] <adn34> How can i do so? [08:06] <adn34> I'm on Kubuntu 15.10 [08:07] <linocisco> hi all [08:07] <adn34> my fcitx-diagnose is here : http://pastebin.com/0hRiy2cH [08:08] <linocisco> hi all [08:08] <jscix1> this is actually much better haha. [08:09] <linocisco> my laptop was installed 15.04 where my D-link USB modem was ok. now with LTS 14.04.3, it is not working .lsusb detected but can't turn on mobile internet [08:13] <jscix> Anyone know how I show the user-list with irssi? [08:13] <jscix> their website won't load for some reason. [08:14] <kavin> Software Updater is not showing the availability of new Ubuntu Version. [08:15] <kavin> i have enabled notfy me of a new ubuntu version. [08:15] <cfhowlett> kavin, cat /etc/issue | nc termbin.com 9999 [08:15] <cfhowlett> paste the url here [08:16] <kavin> http://termbin.com/ts75 [08:16] <cfhowlett> kavin, sudo do-release-upgrade should get 15.10 [08:20] <kavin> Software Updater says that I need to download 270 MB. I dont want to install updates since I would be installing new version of ubuntu. [08:20] <kavin> Ubuntu 15.04 \n \l [08:21] <kavin> thanks cfhowlett.. Your help is much appreciated [08:21] <kavin> The command works fine [08:22] <bekks> kavin: Which command do you use for updating? [08:23] <kavin> Hi bekks, I used sudo do-release-upgrade [08:23] <linocisco> hi all [08:24] <bekks> kavin: So do you want to update to 15.10 or do you just want to update to the latest package versions on 15.04? [08:24] <linocisco> i want to list all files/folders by type upon dialogbox after clicking browse button, it has only "Name", "size", "modified" headings, nothing can be added [08:25] <kavin> No, I want to update to 15.10 since I wanted to make use of latest Mate Desktop. [08:25] <bekks> kavin: Then just do it? :) [08:26] <bekks> linocisco: This dialogbox is shown where? [08:26] <kavin> @linocisco Which Desktop Environment do u use? [08:27] <linocisco> bekks, any recruitment website or any website which offer you to upload something from your computer, you need to click, add or upload or browse button and then you will see dialog box to choose file [08:27] <linocisco> kavin, 14.04.3 LTS. x64 [08:27] <bekks> linocisco: which browser? [08:27] <linocisco> bekks, firefox [08:28] <bekks> linocisco: Then you have to talk to the mozilla devs for implementing it :) [08:28] <linocisco> bekks, it is default on ubuntu [08:29] <bekks> linocisco: Doesnt matter. You want something which is not implemented in firefox. [08:29] <linocisco> bekks, ok. i will check other browsers [08:29] <bekks> linocisco: So if you want it to be implemented, open up a feature request on the firefox official website. [08:30] <linocisco> bekks, but it is same thing when we upload image on Libre office to upload or insert image dialogbox [08:30] <linocisco> bekks, meaning not only on firefox [08:31] <bekks> linocisco: there is a standard interface for applications to use a default dialog box. thats what they do. if you want them to use other dialog boxes, with more features, etc., the devs of every single app have to implement it. [08:32] <linocisco> bekks, I dont them to implement another dialog box, just to give users a few options like Ms Windows to add more columns in heading [08:33] <linocisco> bekks, I dont want them to implement another dialog box, just to give users a few options like Ms Windows to add more columns in heading [08:33] <bekks> linocisco: thats something they have to implement. Devs of every single app, for every single app. [08:33] <bekks> linocisco: Technically, a dialog box with more options is a different dialog box. [08:34] <linocisco> bekks, that is actually useful feature and ubuntu is 15.10 now. when will this feature be added on ubuntu? [08:35] <bekks> linocisco: Whenever you add a feature request on the upstrea, website of every application you want to behave like that. [08:35] <linocisco> bekks, URL pls [08:40] <dylan_> hello all [08:41] <bait> don't be lazy. if you're gonna say hello, use their names [08:41] <dylan_> dude ? [08:42] <dylan_> im just popping in alright [08:42] <bait> and i'm making bad jokes alright? [08:42] <dylan_> so basically your trying to be tough on the net> [08:43] <dylan_> dont abuse me man [09:01] <sadhan> cd [09:02] <bekks> linocisco: url for what? :) [09:02] <linocisco> bekks, URL to submit request [09:04] <bekks> linocisco: that url is different for every single application. [09:07] <freezevee> can you please suggest a nice irc app for ubuntu ? [09:07] <freezevee> xchat looks like crap [09:08] <Klojum> it works fine though [09:09] <freezevee> yes but the gui looks like winodws 3.11 [09:09] <bekks> freezevee: Just use hexchat or kvirc then. [09:09] <freezevee> bekks: thanks [09:13] <bait> hexchat [09:13] <Veka> \quit [09:13] <soman> Do I need setuid(0) in my code if the file owner is 'root' and UID bit is set? [09:14] <soman> As I understand my app will be always run as root. [09:14] <bait> why don't you test? [09:15] <soman> bait: Haven't chance now and trying to understand the purpose of UID and GID bits. [09:15] <sallu> Osirez, Hi [09:17] <sallu> Any One using ubuntu in uefi mode enabled [09:17] <bait> are you talking about crond? [09:19] <bait> what is uefi mode? my comp has uefi and on ubuntu [09:19] <Ubik_> hello I am considering installing virtualbox should i take v4 or v5? [09:19] <bait> take latest version, virtual box tends to allow a lot of features with version changes [09:20] <bait> including networking/interface improvements [09:20] <Ubik_> bait: ok anything special to consider ie disk space allowed? [09:21] <bait> nope [09:21] <bait> stability sure [09:21] <bait> but usually not an issue [09:21] <Ubik_> bait: is 20 gb suffucient space to allow? [09:21] <bait> yes [09:22] <Ubik_> ok ty [09:22] <bait> depends on what you're installing [09:22] <Ubik_> lubuntu and maybe xfce mint [09:22] <bait> anything about 5gb and ur safe [09:22] <Ubik_> cool [09:24] <shark> Hello! Problem printing, Status goes from "processing" to "stopped", Ubuntu 15.10, printer HP LaserJet M1132 MFP. Any ideas how to fix this ? [09:25] <cyb3rcl0wn> wow [09:25] <bait> check if hp has drivers for linux [09:25] <Klojum> Add paper? [09:27] <Ubik_> bait: i did not mention virtualbox would run on a windows xp machine does it change anything? (i think you d guess that anyway) [09:31] <shark> I have 3.15.7 HPLIP, my printer requires 3.10.4 or higher. [09:31] <qoor> I'm on 15.04, how can I prefetch all the needed files for 15.10 without actually performing the upgrade part til later [09:32] <qoor> My internet is slow [09:32] <cfhowlett> qoor, torrent [09:33] <qoor> cfhowlett, just download the iso of 15.10? [09:33] <cfhowlett> TORRENT the .iso of 15.10 perfect for slow speed internet [09:33] <Klojum> Use the zsync tool to update your ISO file. [09:33] <bait> ubik, i don't know, why would you do that? [09:34] <bait> havn't touched xp in years [09:34] <sallu> anyone using ubuntu in uefi mode enabled [09:34] <bait> i am [09:34] <shark> Any other solutions for my printer problem ? [09:34] <sallu> no one is using linux in uefi mode [09:34] <sallu> bait, ok [09:35] <bait> it's not uefi mode [09:35] <bait> it's uefi [09:35] <sallu> bait, you are using dual boot [09:35] <bait> and everybody basically has uefi [09:35] <Klojum> sallu: what's the real question? [09:35] <qoor> cfhowlett: Is it a matter of simply running the iso file once it's completed? [09:35] <sallu> real question is i have a friend who is having issue with uefi , he is here , Hi AF_ [09:35] <AF_> hi sallu [09:35] <bait> ubuntu is signed on uefi [09:35] <cfhowlett> qoor, make a boot USB, boot from USB and clean install ubuntu 15.10 [09:36] <bait> try 14.04 [09:36] <sallu> bait, you using dual boot ? [09:36] <AF_> cfhowlett, want to install along side ubuntu [09:36] <AF_> *window [09:36] <bait> no, and it doesn't matter [09:36] <cfhowlett> AF_, ? not following. what??? [09:36] <sallu> Klojum, you got the point , i explain again what issue i really found on HP [09:36] <bait> uefi is signed for uefi, it will install without issue even if you have uefi [09:36] <bait> i mean ubuntu is signed on uefi [09:37] <bait> some other distributions may not work though [09:37] <qoor> cfhowlett: What about my home directory and installed programs, will they survive that? [09:37] <cfhowlett> !home | qoor, probably if you avoid formatting your /home. certainly if you have a dedicated /home [09:38] <sallu> The problem was that HP hard coded the path for the OS boot manager in their UEFI boot manager to [09:38] <sallu> \EFI\Microsoft\Boot\bootmgfw.efi to boot microsoft windows [09:38] <qoor> Thanks for your advice! [09:38] <sallu> is that right ? [09:38] <Klojum> cfhowlett: FYI, read up on this: https://help.ubuntu.com/community/ZsyncCdImage You can keep your ISO file update, and Ubuntu supports it. [09:38] <cfhowlett> qoor, happy2help! [09:39] <cfhowlett> Klojum, will do [09:39] <sallu> bait, ubuntu is signed on uefi ? what do you mean by that ... every OS support legacy mode [09:39] <bait> uefi only allows signed operating systems to be installed [09:40] <bait> a lot of distributions of linux don't bother going through the signing processing, it is expensive and annoying [09:40] <bait> ubuntu does go through it [09:40] <Klojum> Just put your computer into legacy mode and install your OS. [09:41] <AF_> sallu, what if i switched back to bot mode [09:41] <AF_> *boot [09:41] <sallu> Klojum, you have absolutely no understanding of uefi then [09:41] <sallu> bait, i tell you [09:41] <bait> hmmm, i never tried installing linux on hp [09:42] <bait> i doubt it's an issue even with dual boot though [09:43] <Alex11223> hi, I have USB wireless adapter TP-LINK WN722N and Ubuntu 14.04.3 in VMWare Player. [09:43] <Alex11223> I connected adapter to it and when I write lsusb I can see it (Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n) but wifi does not work, iwconfig or airmon-ng does not show it [09:43] <Alex11223> I even tried to add firmware to lib/firmware and install backports but it did not help. What should I do? [09:43] <bait> just go into uefi, set your installation media as first boot option, then install [09:43] <bait> you do need unused hard drive space to install though [09:44] <sallu> AF_, hmmmm [09:44] <sallu> bait, you talking about uefi with secure boot on, which usually doesn't not allow unsigned OS, you are right [09:45] <sallu> AF_, listen to bait [09:45] <AF_> hmm [09:47] <sallu> bait, he has windows 10 already installed in uefi mode, and now he wants to install ubuntu alongside .. [09:47] <sallu> as a dual boot [09:47] <bait> make him use wubi [09:48] <bait> if he's scared [09:48] <bekks> !wubi | bait [09:49] <bait> !install [09:50] <bekks> bait: wubi isnt supported anymore. [09:50] <bait> oh [09:50] <bait> never used it, wouldn't nko [09:50] <motaka2> Hello, I was using ubuntu 1204 on one system it stated not to boot, I disconnected the hard drive and used another case using the previous hard darive and now I see my desktop [09:50] <motaka2> what should I do ? [09:50] <sallu> af_ [09:51] <sallu> bait, he tried to use wubi , stub [09:51] <sallu> where is he [09:51] <sallu> ahmad where are you ? [09:52] <Guest87634> hello [09:52] <bait> he has several options [09:52] <sallu> what is hellp [09:52] <sallu> who is Guest87634 ? [09:52] <bait> 1. use virtual box with ubuntu, slower but has full features [09:52] <sallu> ahmad are you a guest here [09:53] <Guest87634> i [09:53] <sallu> guest use command /nick ahmad [09:53] <bait> 2. repartition his hard drive or get new hard drive, try installing ubuntu [09:53] <MonkeyDust> sallu confine yourself to ubuntu support qsuestions [09:53] <sallu> MonkeyDust, its related to ubuntu in Hp laptops ?, don't you think that i am also trying to help other people here [09:54] <Guest87634> Hi I m italian [09:54] <sallu> bait, yeah i told him to break one last partition in to 3 ext 4 partitions , one for root , one for home , and one for swap\ [09:54] <bait> and before you do anything, try live version of ubuntu without installing, so you can test stability [09:55] <Guest87634> :http://www.ubuntu.com [09:56] <bait> motaka, your question isn't clear [09:56] <bait> is the issue heat? [09:56] <AF_> sallu, hmmmmm [09:56] <sallu> bait, but are you sure it will work with dual boot , ubuntu grub handle everything even in uefi mode [09:57] <bait> uefi dual boot uses boot order [09:57] <bait> if the live version works, shouldn't be a problem [09:58] <bait> if something goes wrong, it won't affect windows [09:58] <bait> you can just format the ubuntu partition [09:58] <bait> and increase the windows partition to roll things back [09:58] <bait> assuming you do things right, the risk is low [09:58] <bait> assuming you make mistakes, problems can occur [09:59] <sallu> hmmmm [09:59] <sallu> AF_, hmmmm [09:59] <sallu> bait, yeah right, i do that to his hp probook and will let you guys know the updates [10:00] <Dashell> i just upgraded to the latest ubuntu, but when i restarted after the upgrade, all it does is go to the Lubuntu screen, all the little dots light up and the nothing happens, it doesn't load anything else [10:00] <Dashell> i waited almost 20 minutes and nothing happened [10:01] <bait> try to run in safe mode, back up all files, re-install [10:01] <bekks> bait: This isnt windows. [10:01] <bekks> Dashell: which graphics adapter do you have? [10:02] <bait> um, there is a safe mode for ubuntu as well [10:02] <Dashell> i don't know, it was an AMD card, and I mean i can't check because it won't boot [10:02] <Dashell> it was the xf something, [10:02] <bekks> !nomodeset | Dashell [10:02] <sallu> hmmm [10:02] <bait> oh, now i remember what i did [10:03] <bait> i ran the live version from usb, backed up files [10:03] <Dashell> how do i get into a terminal when ubutnu doesn't load? [10:03] <bait> then reinstalled [10:03] <cfhowlett> Dashell, read the wiki. [10:03] <Dashell> and the screen isn't black, it just doesn't go past the loading screen [10:06] <detha> When trying to do a PXE install on an isolated network, the installer still wants to contact security.ubuntu.com, and hangs if it isn't given access to that. How does one tell it not to try that? [10:07] <cfhowlett> detha, pretty sure #ubuntu-server has more experience with PXE than this channel [10:07] <detha> thanks, let me try that [10:10] <szybki_slup> Hi. I'm trying to install Ubuntu Server 15.10, and I have strange issue. The installer stuck on "Installing the base system | Retrieving libc-bin". I was trying to install Ubuntu on different computers, but always the same issue. I can't download libc-bin_2.21-0ubuntu4_i386.deb even via the browser. The strange thing is, that when I'm trying to do that using different internet connection, it works without any problems. Any ideas [10:10] <cfhowlett> !server | szybki_slup [10:10] <MonkeyDust> szybki_slup there's also #ubuntu-server [10:10] <MonkeyDust> cfhowlett was faster [10:11] <cfhowlett> doubleshot latte will do that to you ... [10:11] <MonkeyDust> cfhowlett black coffee with sugar here [10:12] <szybki_slup> ok, tkanks [10:21] <motaka2> Hello, I was using ubuntu 1204 on one system it stated not to boot, I disconnected the hard drive and used another case using the previous hard darive and now I see my desktop [10:22] <bekks> motaka2: So if you see your desktop now, whats the issue? [10:23] <Niesh_> Hi , i'm using ubuntu 14.04 and want to install dev package KF5 form kde can anyone help in installing that [10:24] <motaka2> bekks: I think I have to back up first [10:24] <Guest13736> hi, where can i find in xubuntu a hardware-check [10:25] <bait> they only check ram or memory [10:25] <Guest13736> i want to see what kind of hardware i into [10:25] <Seveas> Guest13736: sudo lshw | less [10:25] <Guest13736> because what kind off distribution is correktly for it [10:26] <Niesh_> kde suggested me to ask in ubuntu form as as the names can differ between them. [10:27] <Seveas> Niesh_: there seem to be many kf5 packages [10:27] <erxr3> hello everyone, is ddrescue a tool to create a disk image, on which you can apply further data recovery tools, or is it by itself a tool to recover data from images? [10:27] <Seveas> Niesh_: apt-cache search kf5 | grep -- '-dev' [10:28] <Seveas> erxr3: the former [10:28] <Seveas> erxr3: additional recovery tools would be things like simply trying to mount the image, or tools like photorec. [10:28] <erxr3> Seveas, I thought so. [10:28] <MonkeyDust> Guest13736 sudo lshw -html > hardware.html gives a nicer output [10:29] <Guest13736> Seveas, thanks where can i post the configuration? [10:29] <erxr3> Seveas, yes, I am in the process of a partition recovery, and created via ddrescue an image of the partition, and applied testdisk on it. but it didnt save any data. this may have to do with that the partition could not retain the data I'd saved there [10:29] <Seveas> Guest13736: wherever you want as long as it's not in here :) [10:30] <Guest13736> Seveas, thats the problem ;-) [10:30] <Niesh_> Seveas: thanks [10:30] <erxr3> Seveas, is there any other way to make sure whether the partition contains the data or not? [10:31] <Seveas> erxr3: I'd mount it and do 'ls' :) [10:36] <Guest13736> Seveas, there was a link to post the configuration in web and give you a link [10:37] <MonkeyDust> Guest13736 i think you mean pastebinit [10:37] <erxr3> Seveas, the problem is, I cannot mount it. as I've told some people here yesterday, I had a file system mess while creating partitions and saving data on them. and I found out that this partition, that I created and saved data on in the previous session, has become labelled as "unknown". yet it can still be shown in the output of fdisk here; /dev/sdb9 [10:38] <erxr3> it is shown as "unknown" like this: http://is.gd/3Vwruq [10:38] <Guest13736> MonkeyDust, yes thanks! [10:41] <erxr3> when I just tried to mount it I got this: http://paste.ubuntu.com/13061785/ [10:43] <erxr3> this was formerly a partition that I effectively cut-pasted data on, and could lock as encrypted. so there must be data there. but testdisk returned zero output [10:43] <erxr3> even if the filesystem has been messed, the data cannot vanish, right? [10:47] <MonkeyDust> erxr3 does lsbl show something useful [10:47] <MonkeyDust> erxr3 does lsblk show something useful [10:48] <erxr3> sorry, just noticed that I copied the the paste link of fdisk incorrectly: http://paste.ubuntu.com/13061765/ [10:48] <erxr3> MonkeyDust, I will check right now [10:49] <MonkeyDust> erxr3 and sudo blkid [10:49] <erxr3> MonkeyDust, it gives this: http://paste.ubuntu.com/13061835/ [10:50] <Kapuh> Hello is there anyone who can recommend a good snapshot back up app for ubuntu ? [10:50] <erxr3> MonkeyDust, here it is: http://paste.ubuntu.com/13061841/ [10:50] <erxr3> the latter paste doesnt display the partition /dev/sdb9 [10:51] <MonkeyDust> erxr3 idd, that's odd [10:52] <cfhowlett> Kapuh, "back in time" [10:53] <erxr3> yes, I cant make any sense of this, either. as I wrote, I created the partition and moved files there successfully, and locked the partition after it. next time I inserted it in, this was what I saw [10:53] <Kapuh> cfhowlett: gonna take a look. 2 sek :) and thanks . [10:53] <cfhowlett> happy2help! Kapuh [10:54] <Niesh_> can i get the package name for installing KF5CoreAddons? [10:54] <MonkeyDust> erxr3 i tried your 'mount' line here, with a non-existing partition... it shows the same error like what you see... from that I learn, your sdb9 simply doesnt exist [10:55] <Niesh_> I tried libkf5coreaddons5 but its not founf [10:56] <Kapuh> cfhowlett: exactly what I was looking for, thank you :) [10:56] <erxr3> MonkeyDust, but, apart from the filesystem, I did transfer 2,5GB of data by cut-paste there, and saw the file transfer process running in nautilus. all I want to do is now to reach the data there. [10:56] <Seveas> Niesh_: libkf5coreaddons5 exists in wily. Which Ubuntu version are you on? [10:56] <Seveas> !find libkf5coreaddons [10:57] <erxr3> whatever happened to filesystem, I can be sure of that I transferred the files there. [10:57] <Niesh_> Seveas: 14.04 [10:57] <Seveas> !find libkf5coreaddons trusty [10:57] <Seveas> Niesh_: time to upgrade :) [10:57] <Seveas> !find coreaddons trusty [10:57] <erxr3> unless, that nautilus would agree to the file transfer to a partition that seemingly existed but in fact didnt [10:58] <Niesh_> ok [10:58] <MonkeyDust> erxr3 and that was to sdb9? [10:58] <erxr3> MonkeyDust, yes [10:59] <MonkeyDust> erxr3 try a live session, maybe you can reach the partition from there, so at least you know you have access to it [11:00] <neil_> I am having trouble with nfs for the last week or so... it works for a while then stops the only thing that fixes it is a power off/on ... a reboot doesn't work. [11:00] <Seveas> neil_: that smells like nfs over udp and a broken firewall [11:01] <erxr3> MonkeyDust, would it make a difference? because the partition is on an external drive, I mean, already out of my system [11:01] <MonkeyDust> erxr3 ok [11:02] <neil_> Seveas, there is a firewall, I will remove it and see if that fixes anything [11:03] <erxr3> MonkeyDust, and this happened to two different external drives, where the same partition was created identically. both were created successfully as I mentioned, and both were shown messed in the same next session. [11:04] <Seveas> neil_: make sure it's stateless and doesn't do deep packet inspection. [11:05] <MonkeyDust> erxr3 you already tried sudo fdisk -l ? [11:07] <erxr3> MonkeyDust, yes, I did: http://paste.ubuntu.com/13061765/ [11:07] <erxr3> I can see the partition there [11:07] <erxr3> visible also with lsblk, but not with blkid [11:07] <omen> is there statics about servers used in www hosting? [11:08] <erxr3> when I specify the filesystem, it gives this: http://paste.ubuntu.com/13061913/ [11:08] <MonkeyDust> erxr3 and visible / mountable in nautilus? [11:08] <erxr3> MonkeyDust, no, nautilus doesnt show it [11:09] <bogu> hertz [11:10] <erxr3> MonkeyDust, also dmesg | tail shows it: http://paste.ubuntu.com/13061947/ [11:10] <erxr3> but cannot find filesystem [11:11] <MonkeyDust> erxr3 i have this from a book: sudo fsck -TV /dev/sdb9 [11:11] <erxr3> MonkeyDust, I have zero knowledge of fsck, and I think things get only worse once it is applied in a wrong way, right? [11:12] <erxr3> I messed things up once earlier with it [11:13] <adante> hi, i'm on 14.10, run an apt-get upgrade and it failed (404). is it safe for me to just dist-upgrade at this point? [11:13] <cfhowlett> !eolupgrade | adante [11:13] <bazhang> check eolupgrades link adante [11:14] <cfhowlett> for the record adante, you'll need to do 14.10 >> 15.04 15.04 goes end of life in 3 months so >>> 15.10 [11:16] <MonkeyDust> erxr3 try sudo tune2fs -l /dev/sdb9 | grep mount <-- -l simply means list [11:17] <erxr3> MonkeyDust, it says this: http://paste.ubuntu.com/13061981/ [11:18] <neil_> Seveas, I removed the firewall, but still the nfs doesn't work. [11:18] <neil_> Seveas, I have tried to restart the nfs-kernel-server but that didn't fix it ether [11:19] <MonkeyDust> erxr3 i don't know what that magic number means [11:20] <erxr3> MonkeyDust, it has something to do with MBR? [11:20] <MonkeyDust> erxr3 exciting problem, from a technicians point of view... but gotta go now, I hope you find a solution [11:20] <erxr3> MonkeyDust, sure, thank you very much for all your helping effort [11:21] <cfhowlett> erxr3, no answers from me either, but I wonder if #linux might know [11:21] <erxr3> cfhowlett, thank you, I will try there, too [11:22] <erxr3> cfhowlett, do you think debian channel might be useful,tooß [11:22] <erxr3> ? [11:22] <bogu> interest wifi [11:22] <cfhowlett> erxr3, couldn't hurt. their response will likely be: "ask ubuntu"! [11:24] <erxr3> cfhowlett, I see, thank you. I have just found a suggested solution to fix filesystem using testdisk in cases of "unknown" partitions like mine. but I cannot figure the correct one in the list of partitions that testdisk provides. is there a way to identify the right partition? [11:24] <simonepsp> hello everyone. Someone knows how to expand an LVM thatuses LUKS. I've some free space on my HDD and I'd like to use it. Thanks [11:25] <erxr3> testdisk only shows their start-end points nd sizes in sectors [11:25] <erxr3> and* [11:25] <cfhowlett> I have never used testdisk. (knock on wood.) sorry, can't advise. [11:25] <erxr3> ok, thank you [11:30] <simonepsp> Someone knows how to expand an LVM volume that uses LUKS? :( I've found an article on the Ubuntu wiki but it didn't helped me. Thanks [11:31] <adante> cfhowlett: so i don't have a sources list like shown in the eolupgrades link, where do i go from there? [11:32] <erxr3> or is anyone familiar with testdisk here? [11:32] <cfhowlett> adante, if you installed ubuntu, you have a sources.list. do this: more /etc/apt/sources.list | nc termbin.com 9999 [11:32] <cfhowlett> adante, paste the url here [11:33] <adante> cfhowlett: hah coolest way i've seen to get someone pastebin something... http://termbin.com/x9oa [11:33] <cfhowlett> adante, that looks like ... your sources! [11:33] <adante> cfhowlett: sorry when i said i don't have a sources list like the one shown i mean i don't have the old-releases entry. also a bit confused as i am on utopic but all the entries there are trusty. but maybe i'm misunderstanding [11:34] <adante> cfhowlett: yes sorry i meant that it is not like the one shown in the eolupgrade link, not that i do not have one [11:34] <cfhowlett> adante, so instead of utopic, you sub your distro [11:34] <adante> my distro is currently utopic [11:34] <cfhowlett> adante, hey, you have an LTS release 14.04. why upgrade?? [11:35] <cfhowlett> adante, your distro on your installed HDD ubuntu? right? [11:35] <adante> cfhowlett: when i try to apt-get upgrade it 404's, i got the impression that this was because i was eoling but i guess i am mistaken [11:35] <cfhowlett> lsb_release -a adante [11:36] <adante> cfhowlett: thanks, yes turns out i'm on 14.04 [11:37] <cfhowlett> adante, then you're also set to LTS releases only is my bet. turn that off and go 14.04 >> 14.10 >> 15.04 >> 15.10 OR save time/sanity by torrenting 15.10 and clean installing [11:37] <adante> so i guess followup question http://pastebin.com/FMshhhy0 - how do i resolve this stuff? [11:37] <cfhowlett> pastebin is blocked for me here in china. sorry. [11:38] <adante> cfhowlett: not sure if that works http://hastebin.com/opemusonuc.avrasm [11:39] <adante> is this an issue with the au.archive or something else? i considered changing my sources to non au [11:41] <cfhowlett> adante, I've no idea about au sources, but feel free to try a different mirror. also, assuming you are running pastebinit, you can easily edit your paste host to ubuntu. paste.ubuntu.com/13062108/ [11:41] <cfhowlett> if you edit your /home/.pastebinit.xml [11:47] <adante> cfhowlett: cheers [11:47] <cfhowlett> adante, ? [11:47] <adante> cfhowlett: just saying thanks for your help! i'll give that a go [11:47] <cfhowlett> adante, happy2help! [11:50] <linux> HELLO [11:50] <Seveas> easy on the caps mate, no need to scream :) [11:51] <linux> HELLO GIRLS [11:51] <cfhowlett> linux, you are in the wrong channel. play somewhere else. [11:52] * cfhowlett begins the count ... [11:52] * Seveas imagines cfhowlett dressed as count von count for halloween [11:52] <Seveas> ONE pumpking, hahahahaha [11:53] <Humorousone> Hello [11:53] <Seveas> hi Humorousone [11:53] <linux> SEND FOR ME IMAGE [11:53] <Humorousone> I'm back with the same flashing window issue I've been having for a while [11:54] <Humorousone> Is there any way to stop ubuntu from just doing this: http://askubuntu.com/questions/690658/screen-flashes-white-every-few-seconds-15-10-hp-dv6 [11:54] <Humorousone> The bottom copied line of the log is more significant, I think [11:55] <Humorousone> and hey Seveas :) [11:55] <huig> hello, i am setting eth0 up but i should be getting an ipv6 scope local addr but i am not getting one [11:56] <Seveas> huig: how are you setting it up? [11:56] <huig> Seveas: ifconfig eth0 up..i also tried ip link set dev eth0 up [11:57] <Seveas> pastebin your /etc/network/interfaces please [11:58] <huig> Seveas: http://paste.ubuntu.com/13062505/ [11:59] <Seveas> huig: and what makes you think you should get a local scope address without any configuration? [11:59] <stefan__> hi my flopy do not work [11:59] <huig> Seveas: as i understand, in ipv6 u get by default a link local address based on the MAC or on some other algorithm [12:00] <stefan__> Error mounting system-managed device /dev/fd0: Command-line `mount "/media/floppy0"' exited with non-zero exit status 32: mount: you must specify the filesystem type [12:00] <stefan__> xubuntu [12:00] <Seveas> stefan__: have you tried specifying the filesystem type? Also, 1999 called and wants its hardware back... [12:02] <stefan__> Seveas, i dont trie anything because i dont understand [12:02] <Seveas> stefan__: so what did you try? [12:02] <stefan__> what must i do? [12:02] <stefan__> Seveas, nothing installing new xubuntu, the flopy is on dthe desktop - not more [12:03] <Seveas> huig: you'll still need to tell it to assign an address. [12:03] <Seveas> stefan__: the floppy you inserted has been formatted properly? [12:04] <stefan__> yes i'l think so, is wa an old disy [12:04] <huig> Seveas: and how do i do that?i thought it was automatic [12:04] <Seveas> stefan__: can you repeat that in english? :) [12:04] <stefan__> Seveas, ha! another flopy works! [12:05] <Seveas> huig: either use networkmanager and let it handle this, or read the 'interfaces' manpage. [12:07] <erxr3> I also got this error when I was trying to restore filesystem via testdisk: http://paste.ubuntu.com/13062555/ [12:08] <stefan__> hm... can ubuntu read old windows written flopy? [12:09] <Seveas> yeah [12:09] <stefan__> how can i check the flopy, there are many flopys without anything, but it cant [12:12] <erxr3> in the device list of gnome disk utility, I also see a greyed "zzz"..and when I want to power-off, I am asked if I want to power-off, which normally doesnt happen (the drive just gets powered off) [12:12] <erxr3> http://is.gd/8Wy44o [12:14] <erxr3> and when I try "safely remove drive" via nautilus, I get this: http://is.gd/uDEXeE [12:16] <erxr3> I lost partitions among all these strange behaviours lately. can you please help me know how I can handle these actions? [12:16] <fragtion> lo all. upgraded my server to 15.10 which went ok, but after the reboot I'm not seeing eth0. the VMware NIC is detected with lspci, but ifup is segfaults on boot query [12:16] <fragtion> is this a known issue ? [12:19] <MonkeyDust> fragtion there's also #ubuntu-server [12:20] <fragtion> ty [12:20] <fragtion> more of a generic issue im sure though [12:20] <fragtion> its only happening to my cloud server, other machines updated fine [12:22] <rom-> how do I use a jsp file... [12:22] <|\n> hello, i heard that there is some nvidia-prime thing which could help me with nvidia optimus instead of bumblebee, so currently after purging anything related to nvidia and bumblebee and installing nvidia-346-updates nvidia-settings nvidia-prime (with reboot) i can see only https://i.imgur.com/4gWJllh.png , is it supported way of making optimus thing useful? [12:23] <rom-> by installing tomcat on ubuntu I believe right? [12:24] <joker_> hi [12:36] <eahmedshendy> USB Kingston appears 67.1MB (using lsscsi -s), but it should be 16GB, how to know if this flash is corrupted or can be fixed? [12:37] <MonkeyDust> eahmedshendy with lsblk, what does it show? [12:39] <erxr3> hello everyone, are you familiar with data rescue via gparted? [12:39] <eahmedshendy> MonkeyDust: sdb 8:16 1 64M 0 disk [12:40] <MonkeyDust> eahmedshendy so that's yet another value (64M) [12:40] <eahmedshendy> :) [12:41] <eahmedshendy> I don't know, I just run (lsscsi -s) [12:41] <eahmedshendy> using fdiks command: Disk /dev/sdb: 67 MB, 67108864 bytes [12:41] <eahmedshendy> MonkeyDust: [12:44] <erxr3> is there anyone experienced with detecting lost file systems via gparted? [12:45] <MonkeyDust> eahmedshendy is that usb 3.0 ? [12:45] <BluesKaj> hiyas all [12:46] <eahmedshendy> MonkeyDust: I don't remember, how to know by command? [12:47] <MonkeyDust> eahmedshendy not sure, but i guess the question really is, how ubuntu deals with usb 3 [12:47] <Morientes> HI, can someone help me please, when I insert a dvd with photos it appears like that: http://prnt.sc/8xrdud [12:48] <MonkeyDust> eahmedshendy try lsusb | grep USB [12:50] <eahmedshendy> noting [12:50] <eahmedshendy> But this appears instead: 1516:1238 CompUSA [12:50] <eahmedshendy> MonkeyDust [12:51] <eahmedshendy> MonkeyDust: I run a windows virtual machine, it detects the USB as CompUSA "BootLoader" [12:51] <ioria> Morientes, others dvds working ? [12:51] <erxr3> could you please help me know if the image file has the correct extension here; sudo ddrescue /dev/sdb9 ~/Documents/tosh.img tosh.logfile ? [12:52] <erxr3> does it need to be .img or .dd ? [12:52] <Morientes> ioria: yes... [12:52] <MonkeyDust> eahmedshendy i'm not familiar with lsscsi... did you read man lsscsi ? [12:53] <ioria> Morientes, what are, jpeg , tiff ... ? [12:53] <neil_> ioria, jpeg is a picture file format. [12:53] <Morientes> ioria: I am not very very sure but I think they are jpg [12:54] <ioria> Morientes, if you click one of them ? [12:54] <neil_> ioria, I think tiff files are used for fax images. [12:54] <erxr3> does the extension need to be .img, .dd or .iso? [12:54] <Morientes> a new window appears, "Select an application to open "unknown" files" [12:54] <ioria> neil_, ok [12:55] <ioria> Morientes, have you installed ubuntu-restricted-extras ? [12:55] <Morientes> I don't think that I have it... [12:55] <Morientes> Excuse me, I am a beginner... [12:56] <ioria> Morientes, try, if nothing change remove it [12:56] <ioria> !info ubuntu-restricted-extras [12:57] <Morientes> sudo apt-get install ubuntu-restricted-extras ? [12:57] <Morientes> is it right ? [12:57] <ioria> Morientes, yes [12:57] <linux> HELLO GIRLS [12:57] <cfhowlett> !ops | linux trolling here again [13:04] <motaka2> Does anyone knows when a person whose nickname starts by df would be on line? [13:05] <auronandace> motaka2: you could outline your issue and see if anyone else can help [13:07] <boxmein> help, my graphics card doesn't real and I can't figure out why [13:09] <Morientes> ioria: Now it's appearing this http://prnt.sc/8xrks5 how can I accept it please? [13:09] <ioria> Morientes, press Enter [13:09] <motaka2> auronandace: It would tale a long time, but I will try so , for a long time I was reciving an error saying /temp is not ready to use I was ignoring it. lately I had to restart the PC several times so once among those restarts the system would boot. I wanted to try a new ubuntu on DVD or usb but I couldnt. Now I removed the hard and connected it to a another case and my system boots. I wonder... [13:09] <motaka2> ...what should I do rather than backupping important files and then how can I fix the issue with the first case which has more RAM? [13:10] <Morientes> ioria: is not happening nothing after enter... :) [13:10] <boxmein> DRI_PRIME=1 glxinfo | grep vendor tells me that my graphics card is intel, while I have intel/nvidia hybrid [13:10] <boxmein> here's some logs [13:10] <boxmein> http://hastebin.com/ekiyawisoc.scala [13:10] <ioria> Morientes, tab and then enter (maybe click on the window to activate) [13:11] <Morientes> ioria: excellent ! :) [13:11] <ioria> Morientes, :þ [13:14] <auronandace> motaka2: what was happening when you tried a dvd/usb with the older system? [13:15] <Nicholas> anyone know how to decrease screen brightness in ubuntu? [13:15] <motaka2> auronandace: I selected using ubunti without installation and then it stayed for a long time on a blinking black page [13:15] <motaka2> auronandace: I think my case suffers a hardware issue [13:16] <boxmein> Nicholas: sudo su, then as root, ls /sys/class/backlight, try one of those dirs and echo stuff to /sys/class/backlight/chosen_backlight/brightness [13:16] <linux1111> Hi there [13:16] <auronandace> motaka2: how old is the ram? [13:16] <boxmein> Nicholas: for example, for me, # echo 500 > /sys/class/intel_backlight/brightness sets to half brightness [13:16] <linux1111> Everytime I wipe my USB using dd I find a new folder lost+found. [13:16] <linux1111> why is that happening? [13:16] <motaka2> auronandace: maybe about 6 years but the other case on which the hard works it is ten years [13:17] <Nicholas> boxmein they are just dimming the screen. not actually decreasing the lcd light . i would like to dim the lcd screen to save power [13:17] <cfhowlett> linux1111, dd is a file copy command not a wipe command [13:17] <k1l> linux1111: lost&found is a directory made by ext2/3/4 for data that got corrupted and was recovered by ext again [13:17] <boxmein> linux1111: something (the fs driver or something else) is recovering files from broken data [13:17] <auronandace> motaka2: hmm, age is not the only factor in ram going bad. if you want to rule out ram as the issue then running a memtest would help [13:18] <linux1111> so what do I do now? [13:18] <boxmein> Nicholas: not really...? for me it literally changes the backlight, not dimming [13:18] <linux1111> I need a clean usb [13:18] <boxmein> Nicholas: with xrandr I can tell it to dim and it's clearly different [13:18] <k1l> linux1111: it is clean [13:18] <linux1111> like with no data on it. [13:19] <linux1111> how do i wipe it? [13:19] <linux1111> this lost&found dir is like 19 kb [13:19] <k1l> linux1111: dont use dd to wipe it. just press "format " in the disk utility or gparted [13:19] <Nicholas> boxmein ok i'll see. thanks much appreciate it [13:19] <linux1111> I just have the terminal [13:19] <linux1111> Im using ubuntugutty [13:19] <boxmein> linux1111: good old fdisk [13:19] <k1l> linux1111: well, delete that folder? [13:20] <boxmein> linux1111: recreate the partition table, make one partition and reformat it as ext4 or god knows [13:20] <motaka2> auronandace: memtest could be ran when the system is is on OS selection page? [13:20] <auronandace> motaka2: yes, it is an option in grub [13:21] <MonkeyDust> linux1111 what ubuntu are you using? what's the output of cat /etc/issue [13:21] <boxmein> linux1111: something like fdisk /dev/myusb, then n, follow orders, w, q, and then mkfs.ext4 /dev/myusb1 [13:21] <motaka2> auronandace: When I touch the case I feel like being effected by electricity but it's been like that for a long time. Could the dust make a short circuit ? [13:21] <linux1111> im doin that right now boxmein [13:22] <cfhowlett> motaka2, it could and that is abnormal and dangerous behavior. dangerous to you and your system as well [13:22] <auronandace> motaka2: sorry, i'm not much of a hardware expert, i'll let someone more experienced answer that [13:22] <motaka2> cfhowlett: Thank you [13:23] <Morientes> ioria: should I reboot? it seems that ubuntu-restricted-extras has been installed, I took out the dvd and inset it again, and now it doesn't show it at all [13:24] <Morientes> ioria: no content at all, even how it looked before, at the begining... [13:25] <Morientes> oh, yes, now is like at the beginning, sorry :) [13:25] <motaka2> I will take my system to an expert [13:25] <ioria> Morientes, reboot :( [13:26] <fragtion> whats the easiest way to switch from ensxxx interface naming back to ethx , on wily? (since it evidently broke this on half of my machines) [13:26] <Morientes> ioria: the same "Select an app to open "unknown" files" [13:26] <Morientes> ioria: ok... [13:26] <ioria> Morientes, wait [13:26] <Morientes> ok, waiting [13:26] <ioria> Morientes, open your Image viewer and nagigate the disk [13:26] <ioria> *navigate [13:27] <vincent_LP> Anyone know is it possible for me to develop Android phone like samsung note 4 under ubuntu? [13:27] <Morientes> ok [13:27] <MonkeyDust> !phone | vincent_LP [13:28] <vincent_LP> thank you ubottu [13:29] <Morientes> ioria: http://prnt.sc/8xrrky it seems that is not working nether this way [13:30] <ioria> Morientes, ok, in terminal run this : sudo /usr/share/doc/libdvdread4/install-css.sh and reboot [13:32] <Morientes> ioria: done: sudo /usr/share/doc/libdvdread4/install-css.sh [13:32] <Morientes> reboot now, be right back. [13:32] <ioria> Morientes, reboot [13:32] <ioria> ok [13:39] <Morientes> ioria: thank you very much, it's working perfect now... [13:39] <ioria> Morientes, good , have fun [13:40] <Morientes> you toooo :) thank you. [13:40] <Guest9576> dual boot question. I've been trying to dual boot with Windows 10. Windows 10 would load automatically until i renamed the directory, now I can't get grub to recognize that windows is there... how can I do that? [13:40] <ioria> Morientes, no problem, tx [13:42] <Kaspi> My qt on my lubuntu is missing libmysqlclient_r.so.16 any idea how to get it? I tried installing libmysqlclient. http://pastie.org/10520195 [13:42] <ioria> Kaspi lubuntu does not use qt, i think [13:43] <Kaspi> I've installed it and using it for a project [13:43] <ioria> oh [13:43] <Kaspi> trying to us it* [13:43] <Kaspi> use [13:43] <ioria> i remember that is 18, not 16 [13:44] <Kaspi> libmysqlclient18 is, but as you can see according to the ldd output, it wants the specific *.so and I don't know where to get it :( [13:44] <auronandace> Kaspi: you say you installed it, why is qt in your /home/? [13:45] <Kaspi> That's where I have installed Qt, using their Maintanence tool [13:46] <Kaspi> It's Qt 5.4 btw [13:48] <Kaspi> Do you think I should try asking in #qt instead? [13:48] <ioria> Kaspi 16 was on Lucid [13:48] <Kaspi> hmm [13:49] <Kaspi> gotta check my lubuntu version [13:49] <MonkeyDust> Kaspi cat /etc/issue [14:01] <tux38> Hi [14:01] <tux38> Running mint [14:01] <MonkeyDust> tux38 not here [14:03] <cfhowlett> !mint | tux38, [14:04] <tux38> Lol [14:04] <tux38> Ubuntu is supported by linux [14:04] <tux38> Mint from here on on out [14:04] <cfhowlett> tux38, obviously. but mint is NOT ubuntu. go to mint support. [14:05] <MonkeyDust> tux38 don't start, mint is not supported here... you might as well go to #debian, because ubuntu is debian based [14:05] <tux38> Too bad [14:05] <Ubik_> hello, do u think it possible to run virtualbox on a winxp machine 1 gb mem as host and lubuntu as guest os? [14:06] <cfhowlett> Ubik_, barely possible. depends on how many bells and whistles your XP is running and available ram [14:06] <tux38> So is mint [14:06] <cfhowlett> tux38, doesn't matter. if you want ubuntu support, install ubuntu. otherwise go to mint for mint support. [14:06] <Ubik_> cfhowlett: my xp is optimized for processes and mem use [14:06] <cfhowlett> Ubik_, how much ram is left? [14:07] <MonkeyDust> tux38 type /topic to find out what's supported here [14:07] <tux38> Mint is my choice so please stop [14:07] <MonkeyDust> tux38 you're in the wrong channel and you know it... what's keeping you here [14:07] <cfhowlett> tux38, no one is trying to change your mind. your OS is not supported here. [14:08] <Ubik_> cfhowlett: well not much physical and 1.2 gb virtual [14:08] <cfhowlett> Ubik_, try it [14:08] <Ubik_> cfhowlett: ok bb ty [14:09] <tux38> Its a distro [14:09] <tux38> Not an os [14:09] <tux38> Linux mint [14:09] <cfhowlett> and now you're just being needlessly trolly. welcome to /ignore. [14:10] <tux38> Incorrect [14:10] <tux38> Your the needy little troll boy [14:13] <Yuken> I can not, for the life of me, figure out how to disable the sound of just one program [14:14] <tux38> You need suppirt mint and not bs so choosy [14:14] <k1l> tux38: no need for beeing agressiv. mint is not supported here. please ask in ##linux or the mint support channels on the other netowork like the bot told you already [14:16] <MonkeyDust> Yuken what program? [14:16] <k1l> Yuken: go to sound settings and mute that program in the last tab [14:17] <Yuken> MonkeyDust, WINE. [14:17] <Yuken> k1l, using default Lubuntu 15.10. There is nothing like that, that I can find? [14:17] <Yuken> oops [14:18] <Yuken> that I can find.* [14:19] <cfhowlett> Yuken, right click on the speaker [14:20] <pwnawannab[NE]> Is anyone using IPA server with Ubuntu 15.04? [14:20] <MonkeyDust> pwnawannab[NE] that's a yes/no question... what brings you here? [14:20] <cfhowlett> pwnawannab[NE], literal answer: yes. someone somewhere in the world. better question: YOUR details YOUR issues [14:21] <k1l> regular ubuntu got that PA gui control thingy. lubuntu is using PA, too? [14:21] <pwnawannab[NE]> I have IPA server on local network and Ubuntu machine that I'd like to have users authenticate against my IPA server [14:21] <Yuken> cfhowlett, Volume Control Settings is an option, but that opens up a blank terminal [14:22] <pwnawannab[NE]> need a place to start config [14:22] <cfhowlett> Yuken, on my lubuntu, it opens the alsmixer sound preferences [14:22] <cfhowlett> and no app specific control option is offered [14:22] <MonkeyDust> pwnawannab[NE] guess you better ask in #ubuntu-server [14:22] <pwnawannab[NE]> thanks! [14:23] <Yuken> cfhowlett, that does not happen with me o.o [14:24] <cfhowlett> Yuken, in the terminal, type alsamixer [14:25] <Yuken> cfhowlett, I can't lower the sound of individual programs there. Just the entire OS [14:25] <cfhowlett> Yuken, precisely as I stated earlier. lubuntu doesn't offer that option [14:26] <Yuken> cfhowlett, how would I be able to do so, if there is a way? [14:26] <cfhowlett> Yuken, somewhere in the guts of WINE there's a setting for sound... ask wine channels for directions [14:27] <Yuken> Just #wine? [14:27] <cfhowlett> !wine | Yuken [14:27] <MonkeyDust> or #winehq [14:28] <Yuken> Thank you, cfhowlett & MonkeyDust [14:28] <cfhowlett> Yuken, happy2help! [14:35] <al2o3-cr> 19>> require 'newton' [14:35] <al2o3-cr> oops wrong channel :( [14:37] <|\n> i have the exactly same situation https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1218322/comments/512 is it still present in 15.10? [14:38] <|\n> 6 months since this comment i just thought there could be something that fixed it already [14:38] <MonkeyDust> |\n you can add your name to the list of affecrted people [14:39] <|\n> sure, any workarounds by chance, MonkeyDust ? [14:40] <MonkeyDust> |\n i have keyboard layout issue too, bug has been reported, but no solution yes... i solve it with this, maybe you can try it too... workaround, not a solution ... sudo dpkg-reconfigure keyboard-configuration [14:40] <MonkeyDust> yes = yet [14:41] <|\n> doing it every time, thanks, MonkeyDust [14:41] <MonkeyDust> |\n you knwo that one? [14:41] <MonkeyDust> knew* [14:41] <|\n> yep [14:42] <|\n> but it would be more cozy to forget about it already [14:44] <Ubuntubruger9> hallo can some one help with a login loop on my fresh installed ubuntu :/ [14:44] <MonkeyDust> agree [14:45] <|\n> Ubuntubruger9, nvidia optimus? [14:45] <Ubuntubruger9> amd [14:48] <Ubuntubruger9> I installed the newest drive from amd [14:51] <Kingtoe> hello [14:52] <Kingtoe> is there any way i can drop whole internet connection if iptables crashes? [14:53] <lotuspsychje> Kingtoe: maybe the ##networking guys know? [14:53] <Kingtoe> i will check [14:53] <MonkeyDust> i was thinking the same thing [14:53] <lotuspsychje> MonkeyDust: good afternoon mate [14:53] <MonkeyDust> lotuspsychje [15:02] <Zarus> Hallo can some one help me with broken packages when installing xserver-xorg-video-ati ? [15:02] <MonkeyDust> Zarus this is the support channel, let's hera it... in one line [15:03] <MonkeyDust> hear* [15:04] <ActionParsnip> Zarus: what is the output of: sudo apt-get install xserver-xorg-video-ati; apt-cache policy xserver-xorg-video-ati [15:05] <Zarus> I am lopping when i login, I triede install GDM, and the computer whould not show any login screen so i figured its something with my graphic drivers, i installed ATI drivers for linux yesterday [15:05] <ActionParsnip> Zarus: was LightDM giving you issues? [15:06] <MonkeyDust> Zarus what's the ouput of cat /etc/issue [15:06] <MonkeyDust> output* [15:06] <Zarus> ActionParsnip: The following packages have unmet dependencies: xserver-xorg-video-ati: depends xorg-video-abi-15 : xserver-xorg-core (>=2:1.1.14.99.902) xserver-video-glarmoregl [15:07] <Zarus> yea lightDM was looping on login, blackscreen then back to login screen [15:08] <wsad> Hello [15:08] <Zarus> MonkeyDust cat /etc/issue gives me Ubutnu 14.04.3 LTS \n \l [15:08] <wsad> Hello [15:08] <Feline> hello [15:08] <wsad> Hello [15:09] <wsad> unable to use Shift+Enter for multiline chat message using freenode webchat [15:09] <Feline> why does piping not wok on rm ? help [15:09] <erxr3> hello again, when I type "file diskimage.img" I get the output: "diskimage.img: data" what does "data" mean here? [15:23] <tombtc> hi there. I updated my nvidia drivers and now something is wrong. I can't close any apps with X button http://imgur.com/MPVwAcZ [15:23] <tombtc> there is no X buton :P [15:23] <BlueShark> Hi. How can I view the terminal log? [15:23] <UniFreak> how to produce the sign ° in ubuntu? [15:23] <UniFreak> see here: http://superuser.com/questions/510907/unicode-composition-in-sublime-text/671651#671651 [15:23] <BlueShark> I'm not talking about the ~/.bash_history one - I want to see the scrollback, including the output too. [15:24] <BlueShark> Any way to do that? [15:24] <UniFreak> but when I do it, the sign didn't show up in any text editor, gedit, sublimetext, and so on [15:24] <xubuntu> hi [15:24] <xubuntu> i got my xubuntu installing right now just downloaded it yesterday put it on a dvd [15:35] <WereCatf> I just tried to boot Ubuntu from a USB3 HDD only to have it fail. Apparently, Ubuntu's initramfs doesn't load USB3-modules before attempting to mount filesystems. Is there some good reason for this? [15:36] <erxr3> hello, testdisk returned these results when I searched "unknown media" instead of "intel partitions" : http://paste.ubuntu.com/13065008/ [15:37] <film> hallo [15:37] <film> film [15:37] <erxr3> I am supposed to be able to assign a file type here by selecting a partition, but it looks weird that 7 of them have the same size. could this be normal? [15:37] <erxr3> because actual sizes are varying [15:39] <erxr3> and I guess I should change the file type to Linux LUKS, right? [15:42] <OerHeks> erxr3, only if you are sure you had a LUKS partition [15:42] <erxr3> OerHeks, yes it was ext4 with luks encrypted [15:42] <OerHeks> but as you are recovering from a raw image, anything can come up. [15:43] <OerHeks> really, recovering a luks partition ? .. good luck. [15:44] <erxr3> OerHeks, I am "trying to try" multiple things here. with this last one I ran testdisk on the actual disk, using its "unknown media" option [15:44] <micah> hi, if I want to upgrade from 12.04LTS to wily... should I step through each upgrade until that release? [15:44] <k1l> micah: yes. [15:44] <k1l> you can only go 14.04 to 16.04 on the LTS path. [15:45] <erxr3> OerHeks, luck is good but help would be great [15:45] <roscoe> hi...Cant seem to install Ubuntu desktop from CD on a Dell Dimension- 32 bit computer with 512 RAM, 60 GB available space and Windows XP any ideas? [15:45] <erxr3> I still dont know whether it will be fine if I can restore the filesystem [15:46] <micah> k1l: ok, so I have to stay with TLS, unless I reinstall? [15:46] <k1l> micah: no. you can leave the LTS path and go 14.04-14.10-15.04-15.10 [15:46] <k1l> but that makes it 3 upgrades in row to be made. [15:48] <erxr3> I have an .img file, too, that I'd like to try to mount. could you help me with the right command? [15:48] <micah> k1l: thats not a problem for me, unless there is actually a problem doing that [15:51] <erxr3> also, I see often disk images end with .dd, but I created it as .img....are both rightß [15:51] <erxr3> ? [15:51] <erxr3> are they both right? [15:52] <zteam> Hi! [15:53] <zteam> Does anybody know a way to test a USB pendrive /flashdrive for hardware errors? [15:54] <lotuspsychje> !testdisk | zteam [15:55] <lotuspsychje> !info testdisk | zteam [15:55] <zteam> I'm attempting to format a USB pendrive but the drive became read-only and it seems impossible to fix [15:55] <erxr3> is there a way to detect right partition in this list? [15:55] <erxr3> http://paste.ubuntu.com/13065008/ [15:56] <lotuspsychje> zteam: did you try format with gparted? [15:56] <WereCatf> zteam: sounds like the USB-stick detected that it can no longer write on the Flash reliably and locked itself. Test in another computer, if it happens again then it's broken. [15:56] <zteam> lotuspsychje, thanks but Testdisk doesn't check for hardware errors, it fixes partition errors [15:56] <zteam> lotuspsychje, I can't because it is write-protected [15:57] <lotuspsychje> zteam: any errors? [15:57] <SonikkuAmerica> zteam: I just got here, but before you do that, I'm just assuming it's talking about unknown space in GParted due to bad superblocks? [15:57] <lotuspsychje> zteam: try a tail -f /var/log/syslog and plug in usb [15:58] <zteam> WereCatf, Yep, that's what I think too, just wondered if there was any way to test it, it happens [15:59] <ST-84> I keep getting htis error with backintime (FileUtils.cpp:368) fatal: config file specified by environment does not exist [15:59] <ST-84> When trying to setup backup encryption [15:59] <sloantothebone> Ugh i needs help [15:59] <zteam> SonikkuAmerica, nope, there is a partition and working filesystem on the drive, but according to dosfsck it has errors [15:59] <WereCatf> zteam: Unplug the stick, stick it into another port or another PC, then try to read through it with ddrescue. If that works, then try to write to it with ddrescue -- if that fails then the stick is bad. [16:00] <sloantothebone> The colors on my screen appear darker then they should be [16:00] <sloantothebone> I think it happened right after I opened a windows exe [16:00] <SonikkuAmerica> zteam: Hmmm... before you do what WereCatf said.. [16:00] <SonikkuAmerica> zteam: can you run [ sudo fsck -f /dev/sdXY ] ($X = drive letter, $Y = partition)? [16:00] <sloantothebone> Can someone help me troubleshoot this please? [16:01] <SonikkuAmerica> zteam: Or can it not fix that error? [16:01] <zteam> WereCatf, I can copy any files from it, I'm just unable to create / modify files or format it [16:01] <SonikkuAmerica> sloantothebone: The colours appear darker? Is this due to your brightness control? [16:01] <lotuspsychje> sloantothebone: tryed a reboot? [16:01] <sloantothebone> No i havent tried a reboot [16:01] <lotuspsychje> sloantothebone: what kinf of windows exe, and did you runw ith wine? [16:02] <sloantothebone> Yes with wine, it was a game [16:02] <zteam> SonikkuAmerica, I already tried with dosfsck -a it claimed to fix alot of errors but it didn't (I assume it couldn't write them back) [16:02] <sloantothebone> I will give you the link to the game [16:03] <sloantothebone> this is the website: http://scpcbgame.com/ [16:03] <sloantothebone> this is the direct link to the zip file containing the program I ran: http://scpcbgame.com/SCP%20-%20Containment%20Breach%20v1.2.3.zip [16:03] <SonikkuAmerica> zteam: You can try to force a read/write mount with [ sudo mount -n -o remount,rw $MOUNT_FOLDER ] [16:04] <sloantothebone> when i exited the program it crashed, perhaps it was supposed to turn the screen back but it didnt [16:04] <SonikkuAmerica> zteam: and then try fixing the fs again. [16:04] <sloantothebone> lotuspsychje [16:04] <sloantothebone> thx for trying to help [16:04] <zteam> sloantothebone, if you like to play windowsgames with linux you should try with PlayOnLinux it can handle many but not all Windowsgames [16:06] <SonikkuAmerica> !wine [16:06] <sloantothebone> Isn't playonlinux just wine? [16:06] <sloantothebone> I'm using wine [16:06] <SonikkuAmerica> sloantothebone: Wine with a giant Python and GTK wraparound. [16:06] <sloantothebone> So what difference does that make? [16:07] <sloantothebone> will that make the game run better on my laptop? [16:07] <zteam> sloantothebone, sort of it's a tool that can help you to configure wine for best performance and compatbiblity [16:07] <SonikkuAmerica> sloantothebone: Well, the POL devs will tell you that there are a lot of diefferences. [16:07] <SonikkuAmerica> -e [16:07] <sloantothebone> Ok I'll try rebooting i guess [16:08] <zteam> sloantothebone, it does make it easier to get things working under Wine [16:08] <zteam> sloantothebone, and it can download patched versions of wine too [16:09] <pjotter> what does? [16:16] <tortib> can one of you please kill me and get it over with? I'm under a lot of stress, you have all marginalized me to complete ruin, you have accomplished at hurting my feelings. [16:16] <tortib> Just kill me and get it over with, I'm ready to die. [16:17] <zteam> SonikkuAmerica, thanks but that didn't work, I guess I give up on this USB pendrive now [16:17] <tortib> My brain literally hurts really bad because of all this stress you people have put me through. [16:18] <SonikkuAmerica> !ops | tortib o4o [16:18] <sloantothebone> Rebooting fixed the issue [16:19] <fishcooker> when i login then accidentally got notice no disk space message .. where can i inspect the time that i get full disk space, which log file? [16:19] <zteam> sloantothebone, good for you :-) [16:21] <tortib> Please? [16:21] <Guest29854> рш [16:22] <Guest29854> hi [16:22] <tortib> I bet since I want to die you're not going to kill me, that's how fucked up you all are. [16:22] <MonkeyDust> tortib wrong channel [16:22] <tortib> You prefer to let me suffer and be miserable [16:23] <tortib> MonkeyDust okay which channel can I go to to take a hit out on myself? [16:23] <pjotter> sudo apt-get purge tortib [16:23] <MonkeyDust> tortib try ##defocus [16:23] <tortib> They hate me but they don't hate me enough to kill me for some reason [16:23] <MonkeyDust> tortib stop [16:26] <SonikkuAmerica> !ops | again, tortib (suicide) [16:27] <SonikkuAmerica> (I hope I didn't call the ops too frequently here) [16:27] <jpds> SonikkuAmerica: He's already gone [16:27] <SonikkuAmerica> Oh, OK, never mind then. [16:27] <SonikkuAmerica> Back to our regularly scheduled programming. [16:28] * jpds writes some more C code [16:29] <Kiev> привет [16:29] <Kiev> отзовись кто нибудь [16:29] <MonkeyDust> !ru [16:29] <SonikkuAmerica> !uk | Kiev [16:29] <SonikkuAmerica> Oh, not that... I meant Ukranian [16:30] <Kiev> ) [16:30] <Dredd> Quick question. [16:30] <SonikkuAmerica> !ask | Dredd, fire away - ! [16:30] <Dredd> Wasn't there a flavor of Ubuntu that was based on the Tor project? [16:30] <Dredd> Whoops! [16:30] <EriC^^> Dredd: tails [16:30] <Dredd> Not Tails [16:30] <Dredd> You could install it onto your HDD, as well [16:30] <SonikkuAmerica> Dredd: not an official flavour that I know of... [16:31] <Dredd> Hm... [16:31] <EriC^^> blackbuntu? [16:31] <MonkeyDust> Dredd i guess you mean kali, but thats not supported here [16:31] <EriC^^> i think that's a pen test distro though [16:31] <Artemis3> Dredd, or just install tor [16:32] <Dredd> It wasn't a penetration testing OS [16:32] <Dredd> Just a security-focused Ubuntu flavor [16:34] <MonkeyDust> Dredd http://www.debianadmin.com/list-of-ubuntu-based-linux-distributions-and-live-cds.html [16:35] <SonikkuAmerica> (Oh look who's here! Myrtti ! Just thought I'd point that out. Sorry for the !ot) [16:37] <Myrtti> why is my precence something worth pointing out? I've been here more or less ten years... [16:37] <SonikkuAmerica> (True, true. For me, long time no see though.) [16:37] <OerHeks> Dredd, you have the answer already: tails. [16:38] <Dredd> I just don't think that was it. [16:44] <overdos3> sup [16:45] <BluesKaj> lunch [16:45] <overdos3> have you guys tried studio? [16:46] <ioria> Dredd, https://www.bestvpn.com/blog/10314/linux-distributions-built-for-security-and-anonymity/ [16:52] <linocisco> hi all, [16:52] <linocisco> what to install to convert DVD to mp4 or mkv? [16:53] <linocisco> what to install to convert DVD to mp4 or mkv? [16:54] <BluesKaj> linocisco, create an iso of the dvd then use vlc to play it, much simpler a fewer chances of conversion corruption [16:54] <MonkeyDust> what's the command again to see the running daemons/services ? [16:54] <BluesKaj> mkv us a wrapper for h264/hidef [16:54] <BluesKaj> is [16:55] <ioria> MonkeyDust, you mean ps -A ? [16:56] <baiter> ps -aux? [16:56] <jpds> BluesKaj: initctl list [16:56] <jpds> MonkeyDust: ↑ [16:57] <MonkeyDust> jpds tnx [17:01] <metaphysician> MonkeyDust: `initctl list' does not list all of 'em. Add output of `sudo service --status-all' to it. [17:01] <jpds> metaphysician: Or just put sudo in front of initctl [17:02] <metaphysician> jpds: no, it is not about sudo. Some services still use old sysv init. [17:04] <metaphysician> jpds: eg. apache2 server in 14.04 [17:07] <ioria> right [17:11] <niles> can i know the package install name for the DocTools of KF5 on wily? [17:13] <MonkeyDust> sudo service --status-all is what I was looking for [17:13] <ioria> telnet inetd too [17:13] <sysop-rick> http://hastebin.com/otuwaxaquh.hs How can i most efficiently within a python script save terminal stdout from line 10 to a Variable and on line 14 send that output to a users email? [17:13] <Bashing-om> niles: See if ' apt-cache search kf5 ' gives out the desired info . [17:14] <niles> Bashing-om> i did that but nothing seems to be matching [17:15] <niles> its vivid not wily [17:15] <WereCatf> What is this "kf5" anyway? Is it an abbreviation of something? [17:15] <OerHeks> KDE framework 5 [17:16] <WereCatf> Maybe you're looking for kdoctools5 then? [17:16] <niles> ya [17:16] <WereCatf> "apt-cache search doctools" would've listed that one [17:17] <Bashing-om> niles: Is kf5 installed ? Perhaps then ' apt-cache show kf5 ' ? [17:18] <niles> Bashing-om: done with kdoctools-dev  that worked [17:19] <Bashing-om> niles: K :) [17:19] <niles> thanks:) [17:19] <WereCatf> You're whalecum [17:19] <blah-> cool [17:20] <Netek> o ubuntu 14.04 I did adduser user and then adduser user sudo [17:20] <Netek> I can sudo a command but when I do su - and enter the user pass it tells me authentication failure... any reason why? -_- [17:20] <MonkeyDust> !root | Netek here's why [17:20] <WereCatf> "su -" doesn't use sudo, they're two different mechanisms [17:21] <WereCatf> I use "sudo -i" to get an interactive root shell [17:21] <Alex11223> Why do I ger error (in dmesg) "ath9k_htc: Firmware - htc_9271.fw download failed" when trying to connect my usb wifi adapter to VM with Ubuntu or Kali? Even though I have this file in /lib/firmware and it should be up to date [17:21] <Netek> ahh ok [17:21] <Alex11223> http://pastebin.com/9LssRsAA [17:22] <knikolla> Hi guys. I'm having an issue where if I install an application, it will not appear in the Unity dash until restarting. Any ideas? [17:22] <WereCatf> Alex11223: how did you install the firmware? Did you install it with apt-get install firmware-atheros? [17:24] <zoolook> knikolla: you're not alone. My workaround for now is alt-f2 [17:25] <knikolla> zoolook: has the bug been reported? [17:26] <zoolook> knikolla: I don't know. I'm a cli guy so I don't really care that much, but yes, it's a bug and should be fixed. Go on an report it. [17:26] <marlo_> zoolook, is that a Jean Michel Jarre inspired handle? [17:26] <zoolook> marlo_: yup :D [17:26] <marlo_> sawre him in concert in Houston once [17:26] <marlo_> cool stuff [17:28] <Alex11223> WereCatf: first I just copied it manually to /lib/firmware/. Also I tried apt-get install firmware-atheros on Kali, but it said that it is already the newest version. On Ubuntu apt-get does not find this package [17:28] <zoolook> marlo_: I envy you :) That was his best years. I never saw any of his live shows in person [17:28] <fizlik> why my website stats always show date 01.01.1970 on my ubuntu lampp server? [17:28] <fizlik> someone know how to fix this? [17:28] <marlo_> zoolook, outdoor, fireworks, lasers and all that. pretty neat. [17:30] <fizlik> why my website stats always show date 01.01.1970 on my ubuntu lampp server? someone know how to fix this? [17:31] <Bashing-om> fizlik: Just a thought. what date does bios show ? [17:31] <WereCatf> Alex11223: I don't quite frankly know. Maybe try installing the latest firmware from https://github.com/qca/open-ath9k-htc-firmware ? [17:31] <fizlik> aha [17:31] <fizlik> :) [17:31] <fizlik> thx [17:32] <Bashing-om> fizlik: Time to change the CMOS battery ? [17:33] <OerHeks> maybe CMOS battery, or a jumper that locks the bios [17:33] <WereCatf> Alex11223: I just noticed that you're using the adapter in a USB 3.0 - port, right? Have you tried it in a USB 2.0 - port? [17:36] <Alex11223> WereCatf: yes, I tried different USB ports [17:36] <WereCatf> Alex11223: Strange [17:36] <WereCatf> Alex11223: I would help, but I dunno what the issue is [17:38] <Windows3> I'm having some trouble with crontab. I'm usin sudo crontab -e and I've got the line @reboot root /bin/myscript.sh, but it doesn't work. [17:39] <fizlik> in bios is correct time and date but my website show 01.01.1970. [17:41] <Windows3> I'm lookin at the syslog and I never see the cron normal exit line [17:41] <Bashing-om> fizlik: OK, then is the system time correct .. from terminal ' date ' ? ( and are you dual booting Windows, where Windows controls the hardware Clock ) [17:41] <fizlik> no just ubuntu alone [17:42] <EriC^^> Windows3: drop the root [17:43] <fizlik> 'date' [17:43] <fizlik> нед, 1. нов 2015. 18:43:10 CET [17:44] <Bashing-om> fizlik: Is that time correct ? [17:44] <fizlik> yeah [17:45] <volkswagner> Greetings gang, I'm seeking advice on hardware upgrade path. I have an underpowered 14.04 server with (3) disk mdadm RAID 5, I'm building new server but want to harvest some disks from existing system. I also want the new server to be RAID 10 mdadm. Can I install 14.04 fresh with only (2) disks present and (2) missing for RAID 10? I have (2) 250GB drives for install, then I'd like to move (2) of the same from existing server once n [17:45] <Bashing-om> fizlik: Then I do not know, must be a config issue within the application . I do not have it, so can not investigate . [17:45] <TheRinger> in unity I change my wallpaper using a python script and os.system("gsettings set org.gnome.desktop.background picture-uri file:///home/user/apps/ImgurDesktop/Picture.jpg") [17:45] <TheRinger> how would i change the 2nd monitor's desktop to a diff image at same time [17:46] <Windows3> alright that worked the line got parsed but the script didn't work [17:46] <fizlik> somewhere in lampp configs? [17:46] <Windows3> the script works when I use sudo [17:47] <Bashing-om> fizlik: Likely ... are time stamps in other log files correct ? [17:47] <Windows3> and I'm using the sudo crontab but for some reason I don't think the script is executed as root [17:47] <fizlik> yes [17:47] <EriC^^> Windows3: upload the script [17:48] <fizlik> when i upload something time and date are correct [17:48] <fizlik> and in phpsysinfo [17:51] <Windows3> paste.ubuntu.com/13071646/ [17:52] <WereCatf> Windows3: remove ";" from the lines [17:52] <MonkeyDust> Windows3 change bin/bash to bin/sh [17:53] <MonkeyDust> Windows3 or SHELL=/bin/sh to /bin/bash [17:53] <raymondillo> /part [17:53] <EriC^^> Windows3: use @reboot /path/to/script > /tmp/script.log [17:53] <EriC^^> and see what it gives you there [17:54] <EriC^^> Windows3: use @reboot /path/to/script > /tmp/script.log 2>&1 [17:55] <Windows3> alright I'll do that [18:01] <Windows3> sorry I'm lookin all over for my charger [18:03] <Windows3> alright so it didn't work [18:03] <Windows3> like I said I use sudo and execute the script everything is fine [18:03] <EriC^^> cat /tmp/script.log and paste it [18:03] <matt__> hello running ubuntu mate on rasp pi 2, how do I get to package manager to uninstal programs? [18:04] <Windows3> There's nothing in the log [18:04] <EriC^^> does it usually give output with sudo? [18:05] <Windows3> It will put something in the log if the script runs too early [18:05] <EriC^^> maybe try /etc/rc.local ? [18:06] <matt__> does ubuntu mate rasp pi edition have a built in package manager, anyone know? trying uninstall programs free up some space [18:07] <Windows3> I've tried rc.local and when I use sudo /etc/init.d/rc.local start, the script will work, but it never actually runs on shutdown/restart. [18:07] <MonkeyDust> matt__ better ask in #raspberrypi [18:07] <larsenhasher> Hello [18:07] <larsenhasher> How are you guys [18:08] <EriC^^> Windows3: try adding a sleep before it in the script [18:08] <matt__> thanks [18:08] <EriC^^> and put it in the crontab [18:08] <Windows3> alright [18:08] <AyyHello> Hello, my OS broke and I am getting into a black screen each time I login, I am with a liveusb but I dont know how to recover the home dir, since with ecryptfs says that it cant find my directory. can anybody help with that? [18:08] <marlo_> AyyHello, there are web pages instructing you how to mount your encryptfs with a root stick [18:09] <marlo_> you have to know all your passcodes and keys and such as [18:09] <marlo_> i've done it once, long ago [18:09] <AyyHello> I remember my keys, but what is the mount key? [18:09] <bekks> AyyHello: Do what did you do prior breaking it? [18:09] <AyyHello> This part confuses me [18:09] <WereCatf> Windows3: just out of curiosity, do you even have /usr/local/bin and /usr/local/sbin? I'm not sure if specifying non-existent directories to PATH would break things, but I suppose it could. If you don't have those dirs then remove those from the line. [18:10] <AyyHello> bekks: Something went wrong with Unity, now when I login the screen is black and my steam/skype notifications glitch. until they disappear [18:10] <marlo_> AyyHello, i can't quite remember, but i think it's perhaps the key you use to boot the machine initially? the same key that unocks the partition [18:10] <marlo_> AyyHello, did you perhaps record your recovery key? that can also be super helpful [18:10] <AyyHello> marlo_: I dont use a key to boot my machine [18:10] <marlo_> AyyHello, you don't type a boot password? [18:10] <AyyHello> marlo_: I doubt that. [18:10] <baiter> i'd like in cd /dev [18:10] <baiter> i mean look in [18:10] <AyyHello> I recently did a passwd command tho [18:11] <baiter> when you use live cd, your harddrive appears in /dev [18:11] <Windows3> I do have those dirs [18:11] <marlo_> AyyHello, i mean, like when you boot up, it doesn't ask for a key even before it will boot the os? [18:11] <AyyHello> marlo_: No. [18:11] <marlo_> so you just encrypted your home folder? [18:11] <AyyHello> marlo_: Yes.\ [18:11] <AyyHello> marlo_: Ubuntu asked me if I want to do that [18:11] <marlo_> can you boot then with a stick and get in to root mode? or at least access the drive? [18:12] <AyyHello> I am already booted [18:12] <marlo_> ah [18:12] <AyyHello> I am actually talking from here :) [18:12] <AyyHello> And I can access the drive [18:12] <marlo_> well, i'm confused then, what's not working exactly? [18:12] <AyyHello> marlo_: I just want to decrypt the home folder, I will reinstall Ubuntu [18:13] <AyyHello> or just leave it there [18:13] <giupi79> Chiedevo se ubuntu è esente fa virus [18:13] <MonkeyDust> !it [18:13] <marlo_> if you're booted, and you're chatting in IRC from "here" (where ever here is) why can't you see your home folder ? [18:13] <baiter> i think he said 1. he used live cd. 2. he went to his home folder in /dev/hd#/home/ or something. 3. he can't access his user folder because it's encrypted [18:13] <AyyHello> marlo_: I am booted from the LiveUSB [18:13] <AyyHello> :P [18:13] <marlo_> or, you're saying your OS is broke, and you booted from live... got it! [18:13] <AyyHello> Yep! [18:13] <marlo_> there's a way to mount your home folder [18:14] <marlo_> let me see if i can find some notes [18:14] <marlo_> i've done it like twice [18:14] <AyyHello> I just entered the folder and it mounted it. [18:14] <AyyHello> I remember me going into the process which I wrote my directory and it asked me for mount passphrase, which I got no idea what is it. [18:14] <baiter> we don't know your passwords [18:14] <marlo_> there's a way around that [18:15] <gh16ito> So I tried using "pip install -U pip" on Ubuntu, and it's giving me "Not uninstalling pip at /usr/lib/python2.7/dist-packages, owned by OS" [18:15] <Windows3> well this is strange this time the script worked, but my wifi was already working. The script is to fix my wireless adapter which usually isn't working when I startup. Maybe its hardware problems. [18:15] <AyyHello> marlo_: I got no choice to get into recovery mode, since only way to chat here is from liveusb [18:15] <AyyHello> [18:15] <marlo_> AyyHello, did you try anything like this; http://www.cyberciti.biz/faq/ubuntu-mounting-your-encrypted-home-from-livecd/ [18:15] <bekks> AyyHello: It is the passphrase you were told to remember when creating your encrypted home. [18:15] <AyyHello> .biz domain.. I don't really trust those. [18:15] <Windows3> and I added sleep [18:16] <bekks> AyyHello: the top level domain is irrelevant in terms of security. [18:16] <marlo_> eh, i remember doing something like this... like i said it's been a while [18:16] <AyyHello> bekks: well I am in a live environment anyways [18:16] <schi33> anyone have this problem with ubuntu 14.04 and ruby-switch? https://gist.github.com/anonymous/a7402c11a020796c660c [18:17] <marlo_> AyyHello, i would read through it, and give it a shot, if i remember correctly, it was something convoluted like this to get my home folder mounted [18:17] <volkswagner> another option I was considering vs. trying to install on a RAID 10 with (2) missing members, was to use the desired (2) 250GB drives and two larger drives (1)500GB & (1) 1000GB but match partition sizes so I can then remove the larger drives and replace with 250GB drives once they are available. Does anyone know which method would offer good results? [18:17] <AyyHello> It doesnt let me fdisk or anything [18:17] <AyyHello> How to get to root? [18:17] <baiter> sudo -s [18:17] <marlo_> AyyHello, sudo su [18:17] <AyyHello> Done [18:18] <Windows3> I am using some 2010 macbook pro that absolutely refuses OS X, wont even boot an installation disc, so I put ubuntu on it. It's alot nicer [18:18] <ioria> AyyHello, full disk encryption or just the home folder ? [18:18] <AyyHello> Should I root at grub partition or ubuntu? [18:18] <AyyHello> just home [18:19] <ioria> AyyHello, do you remember your passphrase ? [18:19] <bekks> AyyHello: What does "should i root" mean? [18:19] <AyyHello> ioria: I remember the user's password [18:19] <ioria> no [18:19] <AyyHello> bekks: Should I get to root command? (Already done) [18:19] <volkswagner> Windows3, how does the trackpad behave. I always found it unpredictable behavior, but It's been a few years and not a a MacBook Pro, but a white macBook [18:19] <ioria> AyyHello, unless is the same [18:19] <AyyHello> ioria: I choose the password? [18:19] <bekks> AyyHello: What is "the root command"? [18:19] <Windows3> thanks for the help [18:20] <AyyHello> bekks: fdisk -l and mount [18:20] <bekks> AyyHello: Thats no "root command" at all. [18:20] <lrs> For my bluetooth earbuds to work, i need to write sudo -i pactl load-module module-bluetooth-discover [18:20] <ioria> AyyHello, are you from live now ? [18:20] <lrs> Is there anyway so it does this when i plugin the bluetooth decice (or when i startup)? [18:20] <AyyHello> Yes [18:21] <AyyHello> Also I am starting to get confused [18:21] <ioria> AyyHello, exit from root and try sudo ecryptfs-recover-private [18:21] <Windows3> oh the trackpad is just awful it'll start opening programs when I'm tryin to scroll, it tries to switch between windows, I mean quite a bit of weird stuff, and it won't let me pinch. [18:21] <Windows3> its definitely unpredictable behavior [18:21] <AyyHello> done, happening [18:22] <AyyHello> No encrypted directories found [18:23] <ioria> AyyHello, but is mounted the partition ? [18:23] <AyyHello> ioria: If I tell "I don't know"? :3 [18:23] <AyyHello> or I am not sure [18:24] <Cantthinkm> whats up [18:24] <ioria> AyyHello, first you need to mount the / or the partition that contains home [18:24] <ioria> AyyHello, run sudo parted -l [18:24] <AyyHello> Ok [18:24] <marlo_> AyyHello, in your liveusb, can you click on the folders and show the 'drive' that has your home folder, and click on it and mount it? [18:25] <AyyHello> http://termbin.com/gpht Output [18:25] <AyyHello> marlo_: The home folder is not amond the root etc. folders [18:25] <marlo_> i mean to just get the hard drive mounted [18:26] <AyyHello> *among [18:26] <marlo_> so it's discoverable by recover-private [18:26] <ioria> AyyHello, sudo mount /dev/sda5 /mnt [18:26] <AyyHello> kk [18:26] <AyyHello> Oh wait ioria [18:26] <AyyHello> Ubuntu is 100 gb [18:26] <AyyHello> not 300 [18:26] <AyyHello> *400 [18:27] <AyyHello> must be sda3 [18:28] <AyyHello> http://paste.ubuntu.com/13072289/ << Failed to moubnt [18:28] <ioria> AyyHello, i said sda5 [18:28] <AyyHello> How the hell did I misread that? [18:29] <AyyHello> I am sure it said sda3 [18:29] <AyyHello> Well ok, http://paste.ubuntu.com/13072289/ is the output [18:29] <AyyHello> oops [18:29] <AyyHello> Wait I am confused! [18:29] <AyyHello> Ima mount sda5 [18:29] <ioria> %!=3 [18:29] <AyyHello> Done, it is mounted [18:29] <ioria> AyyHello, ls /mnt [18:30] <AyyHello> with sudo>? [18:30] <ioria> no [18:30] <AyyHello> k [18:30] <AyyHello> Pasting [18:30] <AyyHello> http://termbin.com/00u3 Output [18:30] <ioria> AyyHello, good, sudo ecryptfs-recover-private [18:30] <AyyHello> Oh my god home is there [18:30] <AyyHello> ok [18:31] <AyyHello> scanning [18:32] <AyyHello> http://paste.ubuntu.com/13072349/ I remember writing a different command and it found the home folder [18:32] <AyyHello> But I dont remember the command itself\ [18:33] <ioria> AyyHello, look in /tmp [18:33] <AyyHello> ? [18:33] <AyyHello> What do you mean? [18:34] <ioria> AyyHello, ls /tmp [18:34] <AyyHello> http://termbin.com/i2sc < Output [18:34] <AyyHello> eric taught me the nc termbin.com 9999 command, super useful. [18:35] <ioria> AyyHello, no, hasn't found it [18:35] <ioria> AyyHello, did you enter the passphrase [18:35] <ioria> ? [18:35] <AyyHello> ioria: What passphrase?!!? [18:35] <AyyHello> And where?!!? [18:37] <ioria> AyyHello, ls -al /mnt/home/ [18:38] <AyyHello> http://termbin.com/8i5c It found something! [18:38] <AyyHello> Brb [18:40] <AyyHello> http://paste.ubuntu.com/13072502/ I hid some data, a bit too late tho :3 [18:41] <bb> I downloaded qBittorrent off of the software center...I was wondering where the application saves to? [18:42] <bb> i couldn't find it in usr/bin [18:43] <ioria> AyyHello, if you encrypt your home folder you should have an hidden .ecrypt directory in home .... [18:43] <AyyHello> ioria: So all this time I didn't have my home encrypted? [18:43] <AyyHello> *faceplant* [18:44] <ioria> AyyHello, wait, cd /mnt/home/<user> [18:44] <AyyHello> Yes [18:44] <AyyHello> ubuntu@ubuntu:/mnt/home/real----$ [18:44] <ioria> AyyHello, what you see ? [18:44] <AyyHello> I just see the thing I sent here [18:44] <AyyHello> ubuntu@ubuntu:/mnt/home/real----$ [18:45] <AyyHello> ---- = private letters which I dunno if I am supposed to post them or not [18:45] <the_eye_> has anyone the rockmite 51 qrp 40m ? [18:46] <ioria> AyyHello, so the files are encrypted ? [18:46] <AyyHello> How am I supposed to know? [18:46] <AyyHello> ubuntu@ubuntu:/mnt/home/real----$ is the only thing that happens [18:47] <ioria> AyyHello, ok, exit with cd / and paste ls /mnt/home/<user> [18:47] <AyyHello> ? [18:47] <AyyHello> I write cf /? [18:47] <AyyHello> oh yeah [18:48] <bb> what dir do applications downloaded from the Ubuntu Software Center save to? [18:48] <AyyHello> What the actual -? My files are there? [18:48] <ioria> AyyHello, exit from /mnt and paste ls -al /mnt/home/<user> [18:48] <AyyHello> ioria: I can see my files [18:48] <xNear> Hello, are FGLRX drivers updated? [18:48] <ioria> AyyHello, clear or encrypted ? [18:48] <soif> bb they are installed system-wide [18:49] <AyyHello> ioria: I dont know how to determine that, but I can see my folders! :) [18:49] <soif> which means it depends on the package, usually in something like /usr/share/ [18:49] <AyyHello> It doesnt seem to be encrypted [18:49] <ioria> AyyHello, if you can open them and read them they are not encrypted [18:49] <Guest18458> what kind of software simmilar to virtualbox have ability to fully virtualize avalible graphic card, so if i have a card with opengl 4.0 support it will alsio be able in virtual machine? [18:49] <AyyHello> ioria: [18:49] <AyyHello> ioria: Now what to do? [18:49] <bb> soif: O ok thank you [18:50] <ioria> AyyHello, you can open and read your files ? [18:50] <AyyHello> I didnt try to open yet, but I can see the files at folders [18:50] <AyyHello> let me check [18:50] <soif> Guest18458 Check this https://www.reddit.com/r/pcmasterrace/comments/2z0evz/gpu_passthrough_or_how_to_play_any_game_at_near/ [18:50] <k1l> Guest18458: for playing games? :) did you look at wine? [18:50] <AyyHello> How to unmount? [18:51] <ioria> AyyHello, so they are readable ? [18:51] <k1l> AyyHello: sudo umount /dev/<mounteddevice> [18:51] <AyyHello> Ok [18:52] <AyyHello> ioria: [18:52] <AyyHello> I got a problem [18:52] <AyyHello> When I open the folder, unmounted [18:52] <AyyHello> my files at mnt do NOT appear [18:52] <ioria> AyyHello, you umounted /mnt [18:52] <AyyHello> ioria: Because I couldnt open file explorer [18:52] <AyyHello> to that partition [18:52] <trimeta> The manual partition manager on the Ubuntu Server disk refuses to activate encrypted (dm-crypt) partitions from an SSD, even though it has no problem doing so from an HDD. Why? [18:53] <ioria> AyyHello, we are using the terminal.... did you umount ? [18:53] <AyyHello> Yes [18:53] <AyyHello> ioria: Some miscommunication is going on here. [18:54] <AyyHello> ioria: Now what? [18:55] <xNear> soif: GPU Passthrough is awesome, I will try it when I have new computer [18:55] <ioria> AyyHello, i asked you if your files were readable [18:55] <xNear> I wanna build computer for GPU-Passthrough [18:55] <xNear> Are AMD GPU's working with it? [18:55] <AyyHello> ioria: I couldnt open them because I was in a terminal [18:55] <AyyHello> ioria: I could read their names though [18:55] <ioria> AyyHello, you can open files in terminal [18:56] <AyyHello> ioria: Let's mount again and show me how :D [18:56] <AyyHello> pls [18:56] <ioria> AyyHello, sudo mount /dev/sda5 /mnt [18:56] <soif> xNear AMD is mentioned so it should work but with proprietary drivers probably [18:56] <AyyHello> Done, but the hard drive did not disappear from the desktop as usual [18:57] <ioria> AyyHello, ls -al /mnt/home/<user> [18:57] <AyyHello> OMG [18:57] <AyyHello> what did appear? [18:58] <AyyHello> http://paste.ubuntu.com/13072836/ This is some of the output [18:58] <AyyHello> What is the drw-wrd thing? [18:58] <ioria> AyyHello, that's not an home folder [18:59] <AyyHello> ioria: Those are my files though? [18:59] <ioria> AyyHello, you know :) [18:59] <trimeta> Hold on...apparently after entering the "Configure encrypted volumes" area, I needed to choose "Finish," not "Activate existing encrypted volumes" or "Create new encrypted volume" [18:59] <AyyHello> Oh [18:59] <AyyHello> ioria: What is that? I am 100% confused [19:00] <ioria> AyyHello, that is not an home folder [19:00] <hdqn> hello everyone [19:00] <AyyHello> ls -al /mnt/home/real---- was the command i ran [19:01] <AyyHello> Dunno, but shouldnt 96 GB Volume disappear from that unity bar on the left if its mounted? [19:01] <ioria> AyyHello, well, it's not real----- [19:01] <ioria> AyyHello, ls /mnt/home and looks for others directories [19:01] <AyyHello> done [19:02] <AyyHello> http://paste.ubuntu.com/13072981/ [19:02] <AyyHello> Right here [19:03] <AyyHello> I gotta go soon.. [19:04] <AyyHello> let's continue quickly :o [19:05] <ioria> AyyHello, have you found your user ? [19:05] <AyyHello> ioria: Yes, its real---- [19:05] <AyyHello> .-. [19:05] * AyyHello slaps akaWolf around a bit with a large fishbot [19:05] <ioria> AyyHello, there is nothing in there [19:06] <AyyHello> GTG [19:06] <AyyHello> bai see ya tomorrow [19:10] <michael__> sup [19:10] <xNear> soif: Oh alright. When I build new PC it will be superious. I will be really "you only live online" :D [19:11] <soif> xNear Nice! But don't forget to support developers who make native games on linux :) [19:13] <xNear> soif: Of course. I wait for AMD drivers (FGLRX) to finally move into Ubuntu. [19:13] <xNear> I have Ubuntu 15.10 with updated packages but I can't play games on it due to missing FGLRX. So I stay still on Windows (im writing from it). [19:14] <xNear> But... I will be new Linux user if everything will be as expected [19:14] <SlaveOfJesus> h [19:14] <SlaveOfJesus> hi [19:14] <xNear> AVE SATAN [19:14] <xNear> xD [19:14] <soif> You can use the proprietary drivers for now if you want [19:14] <xNear> whaa? [19:14] <xNear> Package was broken yesterday. [19:15] <soif> classic... unfortunately [19:15] <xNear> Somebody told me that fix for FGLRX is in upstream. Someone updated the package? [19:15] <xNear> If not, I will wait ;) [19:16] <soif> Depends if you are on 15.10 or not [19:16] <xNear> I am on 15.10 [19:18] <soif> I don't really follow what's on AMD side but there should be mesa 11 with opengl 4.1 compatibility [19:19] <soif> The best would be to wait for some benchmarks on Phoronix [19:20] <xNear> actually i have hybrid intel+amd gpu and i cant play games on linux because of speed of intel [19:20] <Bashing-om> xNear: soif :: The bug report: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1493888 . I do not see where the fix has made it down . [19:21] <xNear> I tried to play game in virtualbox and it was lagging. Ya virtualbox is not good idea but game is really not "hard" for hardware. [19:21] <xNear> And probably with AMD it will act better [19:22] <xNear> lol amd gpu is 10 times faster than intel [19:23] <xNear> on windows [19:23] <baiter> uh [19:23] <baiter> i use amd graphics [19:23] <baiter> and i use flgrx on ubuntu [19:23] <xNear> waat? [19:23] <baiter> i don't know what you are talking about [19:23] <xNear> but i have muxed gpu [19:23] <xNear> fglrx is broken for muxed gpus [19:23] <baiter> o [19:23] <xNear> muxed - hybrid, two gpus int laptop [19:23] <xNear> in* [19:23] <baiter> never tried that [19:23] <daftykins> keep it to the support please folks, you can chat over in #ubuntu-offtopic [19:24] <xNear> Bashing-om: what you mean? its finally repaired? [19:25] <xNear> What means fix released? [19:25] <daftykins> that it's already in the package updates [19:26] <xNear> so i understand i can try it [19:26] <xNear> just install the package, yep? [19:26] <xNear> ouch, so i go reboot to linux, brb [19:26] <daftykins> you might have to use the 'proposed' package, it might not be out yet [19:27] <daftykins> oh well too late (: [19:27] <daftykins> !info flrgx-updates [19:27] <daftykins> oops [19:27] <daftykins> !info fglrx-updates [19:27] <daftykins> ah no that looks like the one [19:28] <lrs> I have a problem. Ubuntu freezes randomly and i have to close the lid top my laptop and go into sleep mode and then log in again [19:28] <lrs> I think it ha something to do with flash and/or nvidia [19:29] <lrs> pepperflash, flash... etc. [19:29] <lrs> Anyone have any idea? [19:29] <daftykins> so you're watching a video at the time? [19:29] <daftykins> well, uninstall pepperflash to test. [19:30] <lrs> Yeah usually it is when i have chromium on [19:30] <lrs> Or watch youtube [19:30] <ubuntu829> When I try and boot from a flash drive. I get an error and the thing stops... not sure why?... i'm on an amd 8gb ram [19:30] <lrs> Sometimes it comes in game, but then i usually hace some web browsing thing in the background [19:30] <baiter> ... do you even use flash on youtube? most people use html5 now don't they? [19:30] <daftykins> well you don't need pepperflash for youtube, lrs - HTML5 playback works [19:30] <neldogz> Is there any prep work that needs to be performed to a raid array (that is not used for the bootable OS, only data) before re-installing Linux? [19:31] <daftykins> neldogz: not really, but i'd disconnect all the member disks during OS reinstall. [19:31] <lrs> daftykins, Pepper is not installed :S [19:31] <baiter> chrome is a ram hog though, for sure [19:31] <baiter> that can cause those freezes [19:31] <neldogz> daftykins, thank you, I will do exactly that! [19:31] <rbtying> q [19:31] <lrs> You think so? [19:31] <baiter> try firefox? [19:40] <xNear> Bashing-om: Still I have fglrx freeze on bootup. [19:40] <xNear> I ran "sudo aptitude install fglrx" [19:40] <daftykins> xNear: you were supposed to install fglrx-updates [19:41] <SlaveOfJesus> I have a question. I have ubuntu 12.04 LTS and i want to install LATEST v44 chromium. How to do that please? [19:41] <xNear> ah, again reboot, sorry xD [19:41] <daftykins> xNear: sudo apt-get purge fglrx* && sudo apt-get clean && sudo apt-get install fglrx-updates [19:41] <xNear> i purged actually fglrx but i must perform clean [19:41] <daftykins> SlaveOfJesus: upgrade. [19:41] <xNear> i dont like apt-get, i learned aptitude [19:41] <xNear> only at apt-tet one thing i know is [19:42] <xNear> "apt-get install aptitude" xD [19:42] <daftykins> xNear: that was a very foolish move, apt-get is standard - aptitude is not. [19:42] <daftykins> learning what comes 'in the box' is best [19:42] <xNear> ya i know [19:42] <xNear> i will try to learn it ;) [19:43] <daftykins> i've been playing with 'apt' instead of 'apt-get' even, it gives a nice progress bar :) [19:49] <OnkelTem> Hi [19:49] <OnkelTem> I can't watch videos on a website using DRM [19:49] <daftykins> like which [19:49] <OnkelTem> they recommened to install hal from ppa:mjblenner/ppa-hal [19:49] <daftykins> you have to use chrome from google to use any web DRM related content, typically. [19:49] <daftykins> that depends on your ubuntu version [19:49] <OnkelTem> daftykins: yeah, I'm using google chrome, but anyway :( [19:49] <technotrumpet> Can anyone tell me how to install ubuntu on a old computer with Windows XP? [19:49] <OnkelTem> 14.04 [19:50] <OnkelTem> daftykins: http://www.amediateka.ru/serial/esh-protiv-zloveschih-mertvetsov-8ef3bfca-7839-4fa1-a2a1-4e844f924144/1/1 [19:50] <daftykins> OnkelTem: yeah probably then, but PPAs are unsupported so do so at your own risk [19:50] <dami0> anyone here running steam through wine on ubuntu? i get "steamwebhelper.exe has encountered a fatal error" and i can't see any text [19:50] <bekks> technotrumpet: the same way as you would do on a new computer :) [19:50] <daftykins> technotrumpet: same way it's always installed, either burn a DVD of the ISO or put it on a bootable USB flash drive. [19:50] <technotrumpet> How is that bekks? [19:50] <daftykins> dami0: that's silly, just install steam natively - it doesn't need wine. [19:50] <dami0> the game i want to play does [19:50] <daftykins> dami0: sudo apt-get install steam [19:50] <Bashing-om> technotrumpet: Older hardware generally recommended (L)ubuntu . [19:51] <daftykins> dami0: #ubuntu-steam [19:51] <bekks> technotrumpet: boot the install medoum, proceed with the installation. [19:51] <dami0> daftykins: ah, thanks [19:51] <technotrumpet> Really> Lbuntu is better? [19:51] <daftykins> technotrumpet: you might want to share the system specifications [19:52] <technotrumpet> Intel Pentium (gen 2 i believe) daftykins [19:52] <daftykins> no such thing as a second generation pentium i'm afraid [19:52] <baiter> he means pentium 2? [19:52] <technotrumpet> yes baiter. Thanks! [19:53] <daftykins> heh, that'd be a funny way to say it if so - and if correct then that thing is too old for XP, let alone ubuntu [19:53] <Bashing-om> technotrumpet: "Better" is in the eye of the beholder, but ubuntu takes some resources, lubuntu is lighter . [19:53] <daftykins> i'd honestly say there's no point even trying. [19:53] <baiter> my guess is he's wrong [19:53] <baiter> and he should try lbuntu [19:53] <daftykins> technotrumpet: can you check? [19:53] <technotrumpet> check what daftykins? [19:53] <OnkelTem> daftykins: I can't install anything from that ppa [19:53] <daftykins> what the spec really is [19:53] <baiter> your system specs [19:54] <daftykins> technotrumpet: boot XP and press windows key + pause/break [19:54] <OnkelTem> Am I the only one needing to play DRMshit? [19:54] <daftykins> that'll open the system properties with the basic spec [19:54] <baiter> go to programs -> accessories -> systems -> system info [19:54] <lrs> 66 mhz pentium 486 [19:54] <daftykins> !language | OnkelTem that's not acceptable here. [19:54] <OnkelTem> How you folks overcome this? [19:54] <daftykins> OnkelTem: like i said PPAs are not supported here [19:54] <daftykins> !ppa [19:55] <OnkelTem> daftykins: I don't care about how I do this, I need to play videos [19:55] <marco__> ciao [19:55] <marco__> avrei un problema [19:55] <OnkelTem> daftykins: I hoped Ubuntu 14.04 can help me with that [19:55] <daftykins> OnkelTem: care about what? you're not making much sense in English. [19:55] <OnkelTem> But atm I found no solution [19:55] <k1l> !it | marco__ [19:55] <marco__> aaaaaaaa [19:55] <marco__> sorry XD [19:56] <OnkelTem> daftykins: I don't care whether is something supported or not. I asked - how to play video [19:56] <daftykins> OnkelTem: ok, good luck getting help with that bad attitude. [19:56] <OnkelTem> daftykins: which attitude you mean? I provided a link, right? have you visited it? [19:57] <daftykins> i don't need to visit it. [19:57] <OnkelTem> then how can you help? [19:57] <daftykins> i already told you i'm not helping because i don't like your attitude :) [19:57] <xNear> ubuntu freezes after installing fglrx-updates [19:58] <daftykins> you already shared a PPA name, it has instructions on how to add it to your system - so follow those then install hal [19:58] <daftykins> job done. [19:58] <OnkelTem> daftykins: don't conver the lack of your knowledge with reasons dude [19:58] <daftykins> but you will get no assistance from me. [19:58] <daftykins> yes that's very amusing reverse psychology, however i am more than capable - you're ignored now. [19:59] <k1l> OnkelTem: daftykins just stop telling the other one what to do, this is pointless. OnkelTem outside .ru you cant use that page anyway. so maybe the guys in #ubuntu-ru know more about that side and how to make it work [20:00] <daftykins> what? you know channel policy on PPAs - and you saw i stopped already. [20:00] <daftykins> no use closing the barn gate after the horse has bolted :) [20:01] <OnkelTem> daftykins: actually, I can't install it. That's the reason I asked. [20:01] <OnkelTem> W: Failed to fetch http://ppa.launchpad.net/mjblenner/ppa-hal/dists//ubuntu/trusty/binary-amd64/Packages 404 Not Found [20:02] <OnkelTem> at apt-get update [20:02] <OnkelTem> so I thought there should another way [20:02] <OnkelTem> be+ [20:02] <k1l> OnkelTem: there is no "ppa-hal" anymore from that user [20:03] <k1l> OnkelTem: and i told you to stop it with daftykins so dont highlight him anymore. that is rude from your side, too [20:03] <OnkelTem> that's strange. Looks like an integrity problem of launchpad.net, no? [20:03] <k1l> OnkelTem: no. what about that user just removed that ppa on his own? [20:03] <OnkelTem> Oh, I didn't say anything rude since when you told it to me [20:03] <SlaveOfJesus> I have a question. I have ubuntu 12.04 LTS and i want to install LATEST v44 chromium. How to do that please? [20:03] <SlaveOfJesus> asking 2nd time [20:04] <OnkelTem> k1l: oh, ok. I don't know launchpad rules. [20:04] <SlaveOfJesus> I got to say linux support is bad :/ [20:04] <k1l> OnkelTem: and now i quote from that user launchpad page: zombie hal PPA description: Trying to keep HAL alive for a little longer, mostly because I watch flash videos that use DRM, and flash needs HAL for that to work. [20:04] <serpo> hmm lol [20:04] <Bashing-om> !latest | SlaveOfJesus [20:04] <k1l> OnkelTem: i really suggest you change that attitude asap. your aggressive tone is getting you just in more trouble [20:04] <OnkelTem> k1l: yeah that I read [20:05] <SlaveOfJesus> When i say "linux suppoort is bad" everyone wakes up. But when i ask question everyone ignoring me [20:05] <serpo> !latest [20:05] <serpo> !ppa [20:05] <serpo> !pps [20:05] <daftykins> SlaveOfJesus: actually i replied, i think you should just update - unless you can find a chromium PPA. [20:05] <serpo> !ppa [20:05] <daftykins> SlaveOfJesus: actually you ignored my response :) [20:05] <serpo> !ppa [20:05] <serpo> !latest [20:06] <serpo> !latest [20:06] <SlaveOfJesus> daftykins: when? [20:06] <serpo> !latest [20:06] <k1l> serpo: please stop [20:06] <Bashing-om> SlaveOfJesus: We have no solution you would like or likely accept. Best policy maybe is say nothing ? [20:06] <serpo> nah [20:06] <serpo> just enjoying [20:06] <serpo> lol [20:06] <serpo> !latest [20:06] <SlaveOfJesus> Bashing-om: no solution? [20:06] <OnkelTem> daftykins, k1l: Folks, please stop your teasing me. Subtliles of English language is not available for me non-english native. Maybe I say somehting which you may treat as rude - I admit this. But, pardon, I don't feel it [20:06] <serpo> !latest [20:06] <serpo> !latest [20:06] <xNear> Bashing-om: After installing fglrx or fglrx-updates I still have freeze [20:06] <serpo> !ppa [20:06] <Bashing-om> SlaveOfJesus: As daftykins advised, best is to upgrade to 14.04 . [20:07] <Albicbr> ciao a tutti [20:07] <SlaveOfJesus> Bashing-om: cant do that [20:07] <SlaveOfJesus> Bashing-om: i have problems with ubuntu 14 [20:07] <daftykins> SlaveOfJesus: like what? [20:07] <SlaveOfJesus> daftykins: dont get me started please [20:07] <SlaveOfJesus> daftykins: im tired [20:07] <xNear> Bashing-om: What idea for my problem you have? [20:07] <daftykins> SlaveOfJesus: no i'm serious, this is a help channel - so what's wrong with 14.04? [20:08] <Umeaboy> Hi! [20:08] <SlaveOfJesus> daftykins: kernel problems. [20:08] <daftykins> ok you're not being very specific there [20:08] <SlaveOfJesus> daftykins: my pc works with 3.2 kernel [20:08] <k1l> SlaveOfJesus: actually i wonder why the chromium on 12.04 is not updated [20:08] <daftykins> what is it, legacy AMD card? [20:08] <SlaveOfJesus> daftykins: cause ive spent a lot of time already asking for help before [20:08] <SlaveOfJesus> daftykins: ist not about amd [20:08] <xNear> CAN ANYBODY HELP ME WITH AMD DRIVERS [20:08] <xNear> thanks [20:08] <OnkelTem> daftykins, k1l that said, sorry. I didn't mean to offend anybody. I just called DRM with a word, I think is most suitable for it... and I didn't expect somebody has another opinion :) really! [20:09] <k1l> is chromium 37 a LTS version? because 14.04 and others have all 45 [20:09] <daftykins> xNear: if fglrx-updates didn't work, no - you'll have to wait [20:09] <daftykins> SlaveOfJesus: so like i said, either upgrade release or find a PPA for chromium for yours - which is probably unlikely, so i don't think you have any option. [20:09] <Umeaboy> On 15.10 on x86_64 arch it doesn't seem normal to me that my computer forgets or looses recollection of my connection that I used yesterday even thou I didn't touch any Connection settings. [20:09] <compdoc> xNear, what model is the vid card? [20:09] <SlaveOfJesus> k1l: yes [20:09] <xNear> 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun LE [Radeon HD 8550M / R5 M230] [20:09] <SlaveOfJesus> daftykins: thats bad [20:09] <Umeaboy> I checked that it should be able to connect to the connection when it's available and the box is checked. [20:09] <xNear> And [20:09] <xNear> 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b) [20:09] <SlaveOfJesus> man why linux is so complicated [20:10] <daftykins> SlaveOfJesus: price of freedom, i guess [20:10] <xNear> Watch Final Fantasy VII Crisis Core end to understand price of freedom. [20:10] <xNear> xD [20:10] <Umeaboy> Also....... At boot up after a long while I get asked to type my Wifi-password again even thou it's supposed to connect with the already written password. [20:10] <xNear> After all there is song from this game named "Price of freedom" xD [20:10] <Bashing-om> xNear: O was "concerned" would not be available . Let's see what is. Pastebin ' sudo lshw -C display ; dpkg -l | grep fglrx ; sudo ubuntu-drivers devices ; sudo ubuntu-drivers list ' . We see what can be done. [20:10] <Umeaboy> Any easy fix to that? [20:10] <k1l> SlaveOfJesus: actually i would file a bug and ask why 12.04 is not updated [20:10] <SlaveOfJesus> when you have problem with linux its a nightmare to solve it [20:11] <regedit> yeah just appreciate the fact you didn't have to die like those who did pay that price of freedom [20:11] <daftykins> xNear: be helpful or don't speak, please [20:11] <xNear> okk [20:11] * regedit crawls back into the whole whence he emerged, giggling [20:12] <SlaveOfJesus> first, my pc crashes with newer linux kernel, second no sound in newer ubuntu releases, third cant install new chromium, i install ubuntu 12 everything is outdated :/ [20:12] <OnkelTem> So why was Hal removed from Ubuntu? [20:12] <OnkelTem> without providing any alternative, as I understand [20:12] <Umeaboy> And also........ I know that you can make a custom grub.cfg and load that instead of the standard one, but I'd prefer that my module problem with nouveau gets fixed with a patch. I have a working solution to be able to boot the kernel to login window without getting a freeze. [20:13] <xNear> ok [20:13] <daftykins> SlaveOfJesus: those issues on newer versions will likely need some effort, but i doubt they're impossible to solve. [20:13] <xNear> Bashing-om: http://pastebin.com/iAbifMez [20:13] <xNear> actually i do not have fglrx installed, because its freezes [20:13] <daftykins> SlaveOfJesus: but as you've said you don't want to discuss them, i think you're out of luck on this one. [20:13] <Umeaboy> OnkelTem: Systemd handles HAL's responsibibility now I guess. [20:13] <Bashing-om> xNear: Look'n . [20:13] <bekks> OnkelTem: It was removed in favor of udev. [20:13] <SlaveOfJesus> daftykins: no i dont want [20:13] <k1l> OnkelTem: its gone since 10.04. [20:13] <bekks> OnkelTem: Roughly about 5 years ago. [20:13] <OnkelTem> wow [20:14] <daftykins> SlaveOfJesus: then i think we're done here. [20:14] <SlaveOfJesus> i had to install chrome [20:14] <Umeaboy> Sorry bout that. [20:14] <SlaveOfJesus> daftykins: but i have to say on this channel my dislike [20:14] <SlaveOfJesus> i need to let the steam out [20:15] <OnkelTem> Does this mean that DRM content can't be played in Ubuntu anymore (in which I don't believe of course) OR that specific site makers go in a wrong way of implementing DRM on their website? [20:15] <daftykins> SlaveOfJesus: no, we don't need that. this channel is of volunteers, we don't deserve to be slated for the issues of the OS. [20:15] <daftykins> maybe go to a padded room for the evening [20:15] <SlaveOfJesus> daftykins: can i add like newer ubuntu ppa for chromium to my ubuntu 12? [20:15] <daftykins> SlaveOfJesus: well i did suggest that... [20:15] <k1l> SlaveOfJesus: file a bug and ask the maintainer why he doesnt ship updates to 12.04 anymore. i didnt find a reason so far. ranting, flaming and other things will not help anyone in here [20:16] <SlaveOfJesus> im not ranting flaming [20:16] <SlaveOfJesus> im telling my opinion [20:16] <OnkelTem> Actually, this is not the first website I met where I can't play anything. Even some official Russian TV websites doesn't work for the same reason. This looks weird [20:16] <SlaveOfJesus> im not satisfied with linux [20:16] <hggdh> SlaveOfJesus: ok. Move to something else. [20:16] <SlaveOfJesus> hggdh: no [20:16] <k1l> SlaveOfJesus: so either file a bug and ask the maintainer or search for a ppa or use chrome. [20:17] <daftykins> SlaveOfJesus: so look for a PPA or switch browser [20:17] <SlaveOfJesus> isnt that your job? [20:17] <xNear> SlaveOfJesus: Install windows if linux is really hard for you. Linux is not for everybody, by the way. I'm happy that it's not very popular. [20:18] <EriC^^> SlaveOfJesus: everybody here are volunteers [20:18] <OnkelTem> lol [20:18] <daftykins> SlaveOfJesus: no, it is not - like i said we're volunteers and PPAs aren't supported, so it is up to you to find one. [20:18] <soif> It's nobody's job to to anything actually, we're all volunteers [20:18] <k1l> SlaveOfJesus: if it was my job you would have to pay me :) but you could ask nicely. but if you demand i will wait till you pay me ;p [20:18] <SlaveOfJesus> so why do you do this? [20:18] <xNear> Hobby? Passion? Interest? [20:18] <hggdh> ? [20:18] <xNear> Stupid question... [20:18] <SlaveOfJesus> are you doing this for me? [20:19] <SlaveOfJesus> for me and others/ [20:19] <xNear> For /everybody/ who need help. [20:19] <xNear> YES [20:19] <SlaveOfJesus> great [20:19] <SlaveOfJesus> then fix it [20:19] <daftykins> SlaveOfJesus: i honestly suggest you leave now, this attitude is not welcome. [20:19] <SlaveOfJesus> :) [20:19] <xNear> ... lol [20:19] <bekks> SlaveOfJesus: Fix your attitude before. [20:19] <SlaveOfJesus> My attitude is okay [20:19] <soif> is it? [20:19] <OerHeks> guys, don't feed the troll [20:19] <Bashing-om> xNear: Looks out of my experience range, the FGLRX-updates driver is installed, however, the open source (radeon) driver is loaded . Do not know what to say here . [20:19] <k1l> !guidelines | SlaveOfJesus [20:19] <daftykins> be nice if an op actually did something today. [20:20] <xNear> hah [20:20] <SlaveOfJesus> my attitude is okay even with all the fails [20:20] <EriC^^> :D [20:20] <xNear> so how to resolve that? [20:20] <hggdh> stop rrsponding [20:20] <xNear> uninstall radeon drivers via driver gui tool? [20:20] <xNear> Bashing-om [20:21] <daftykins> xNear: what's this, you installed it but it's not being used? [20:21] <xNear> i dont know [20:21] <daftykins> xNear: pastebinit /var/log/Xorg.0.log && lspci | pastebinit [20:21] <daftykins> prepare those two for me and i'll have a look. [20:21] <SlaveOfJesus> So you dont want to hear anything negative? How will you then make it better? [20:21] <xNear> really i tried to even switch to amd via vga switcheoor [20:21] <xNear> and it was not posibble [20:22] <xNear> i dont know if amd gpu is really working [20:22] <daftykins> xNear: run the commands please. [20:22] <xNear> http://paste.ubuntu.com/13074649/ [20:22] <xNear> http://paste.ubuntu.com/13074650/ [20:22] <k1l> SlaveOfJesus: so i muted you now because you kept going and going for discussion in here which is unfair for users who actually want to use this channel for support. [20:23] <k1l> SlaveOfJesus: if you want to find a ppa for chromium see this list: https://launchpad.net/ubuntu/+ppas?name_filter=chromium-browser [20:23] <Umeaboy> Isnät it odd that the installation of Ubuntu doesn't really download and install all available updates with a fresh installation? You check the box to install updates during the installation and it seems to install SOME, but as soon as you enter Unity desktop you're told to install even more updates. [20:23] <Umeaboy> Why's that? [20:23] <k1l> SlaveOfJesus: come to #ubuntu-ops if you want the mute to be removed. [20:23] <Umeaboy> Seems unnecesssary and confusing. [20:23] <bekks> Umeaboy: It actually ask you to download upates and does it when saying yes :) [20:23] <volkswagner> well, I decided to use the two additional larger drives, hopefully the drive changout will go well when I'm done [20:24] <bekks> Umeaboy: It installs updates for all core packages. [20:24] <Umeaboy> bekks: Yeah, but then you have to install even MORE when you get to the desktop. [20:24] <Umeaboy> Seems weird to me. [20:24] <Umeaboy> Either you install none or all. [20:24] <bekks> Umeaboy: Which isnt tragically, since the installation is quite fast, and installing updates afterwards is fast, too. [20:24] <Umeaboy> At once. [20:24] <daftykins> xNear: you have "radeon.runpm=0" in your kernel boot parameters, this is likely not helping. [20:24] <xNear> ahh [20:24] <xNear> i forgot to disable that [20:24] <Seveas> Umeaboy: isn't it that the installer only does security updates and the installed system also does bugfix updates? [20:25] <xNear> it was at tutorial for vga switcheoor [20:25] <daftykins> xNear: hold left shift at startup, use 'e' to edit and delete it once for a *one time* boot test. [20:25] <Umeaboy> Seveas: Could be. [20:25] <Seveas> Umeaboy: I still see your point, doing them all during install makes more sense [20:25] <Umeaboy> No idea thou. [20:25] <xNear> but i must install fglrx [20:25] <xNear> ok [20:26] <Umeaboy> Because I get a permission error on first boot of Ubuntu when trying to setup my Wifi to be used. [20:26] <Umeaboy> If I login and perform an update I don't have this issue anymore. [20:27] <daftykins> xNear: i thought you installed it already... [20:27] <xNear> how [20:27] <xNear> its freezing me on boot [20:27] <daftykins> xNear: with fglrx-updates... [20:27] <xNear> fglrx-updates freezes my pc [20:27] <xNear> on boot so i reinstalled it to boot linux [20:27] <daftykins> you didn't mention that between now and earlier when we were discussing installing it, do you think that maybe it could've been useful to know? [20:27] <xNear> uninstalled* [20:28] <xNear> i mentioned that, i think [20:28] <xNear> if not [20:28] <xNear> sorry really [20:28] <daftykins> no you did not :) [20:28] <xNear> sorry [20:28] <xNear> so i installed fglrx and i will try to boot it without radeon [20:28] <daftykins> anyway those AMD hybrid setups are pretty nasty, i'd recommend having a read of this if you haven't seen it - https://help.ubuntu.com/community/HybridGraphics [20:28] <daftykins> no, fglrx-updates [20:28] <daftykins> fglrx won't work. [20:29] <xNear> i installed fglrx-updates [20:29] <xNear> again, i did mistake ;d [20:29] <daftykins> have a read [20:29] <Umeaboy> I use modprobe.blacklist=nouveau and that works for me. [20:29] <Umeaboy> I have HybridGraphics. [20:30] <xNear> i readed it [20:30] <xNear> this is why i have that line on boot ;) [20:30] <daftykins> Umeaboy: that's nvidia, totally irrelevant [20:30] <Umeaboy> OK. [20:30] <tct> Alt+digit in Ubuntu doesn't switch tabs. In the terminal, Alt+digit prints the digit. In nautilus, it doesn't do anything. Any ideas what might be the cause? [20:30] <xNear> ok, reboot [20:31] <Umeaboy> Gotta quit for a little while. [20:31] <Umeaboy> Doing some System Testing. [20:33] <mila> hello [20:33] <daftykins> hi [20:34] <xNear> daftykins: its not working [20:34] <daftykins> that doesn't really give me much detail to go on [20:35] <xNear> its freezes on splash screen [20:35] <daftykins> after doing what? [20:35] <xNear> buffering circle, i mean ubuntu loading [20:35] <xNear> after writing LUKS password (ya i have encrypted drive) [20:35] <daftykins> ugh [20:36] <xNear> maybe try clean reinstall, or we would try repairing for fixing another bug(s)? [20:37] <daftykins> i don't really have enough experience in those AMD hybrid setups to comment - it's probably too early for 15.10 [20:38] <xNear> ok, fine [20:38] <xNear> so i must wait? [20:38] <xNear> the fglrx was broken for hybrid graphics - not otherwise [20:38] <daftykins> either for someone who's better with those setups, or for AMD to improve them, yes [20:38] <xNear> ok, fine [20:39] <daftykins> what do you mean 'not otherwise' ? [20:39] <xNear> for not-hybrid graphics [20:39] <daftykins> so using the BIOS to manually switch between? [20:39] <xNear> from what i readed the problems were encoured only for those who use hybrid graphics [20:39] <xNear> not for those who have "normal" graphics [20:39] <xNear> that what i mean [20:40] <daftykins> oh yeah, for intel only or AMD only. [20:40] <daftykins> of course, hybrid is what Linux doesn't do well [20:40] <xNear> no, i cant use bios to switch beetwen two [20:40] <xNear> i can only use amd+intel or only intel [20:40] <xNear> what i want to use amd [20:40] <OerHeks> daftykins, without linux-headers-generic, does that fglrx driver work ? see https://help.ubuntu.com/community/BinaryDriverHowto/AMD#Installing_via_the_command_line [20:40] <xNear> so i must choose first option [20:41] <daftykins> xNear: i don't know what you mean by those choices. [20:42] <daftykins> OerHeks: i'm only 99% sure, but this is a laptop with intel + AMD adapters at the same time, so i think a standard driver and making a xorg.conf would break [20:42] <xNear> i mean that there are only these two options in bios [20:42] <daftykins> xNear: right but you just told me there's no switch in the BIOS, but now you say there is XD [20:42] <ubu> im trying to install proj-bin 4.9.2-1 [20:42] <ubu> unsuccesfully [20:42] <daftykins> xNear: sorry i'm going to have to give up. you're hard to follow. [20:42] <xNear> to use discrete card with integrated, or only integrated [20:42] <ubu> some know how to? [20:43] <bekks> ubu: Not enough information provided. [20:43] <xNear> ahh i mean i cant switch beetwen two to choose ONLY ONE [20:43] <xNear> that what you meand [20:43] <ubu> proj 4.8... has problems with rgdal r package [20:43] <bekks> ubu: Which ubuntu are you on, what did you do, what did you expect to happen, what happened instaed, which error messages did you get? [20:43] <ubu> ubuntu 15.10 [20:43] <bekks> ubu: "has problems" is too generic, too. [20:44] <ubu> wanted to upgrade proj 4.9.1 to 4.9.2 [20:44] <ioria> xNear, have you tried to boot without 'spalsh' ? [20:45] <OerHeks> ubu, 4.9.1-2 is for wily, next Xenial gets 4.9.2-1 https://launchpad.net/ubuntu/+source/proj [20:45] <bekks> ubu: what about my four other questions? [20:45] <ubu> sorry for asking but but dont know how to do that [20:46] <ubu> found https://launchpad.net/ubuntu/+source/proj but dont knwo how to install since binary does not work [20:47] <ubu> :( [20:47] <ubu> I mean I do not knwo how to do installation [20:47] <OerHeks> ubu, you won't get 4.9.2-1 now. wait for updates. [20:47] <baiter> again, why are you trying to install it? [20:47] <ubu> ok thanks [20:47] <ubu> because [20:48] <Seveas> ubu: if you don't have a good reason to upgrade, spare yourself the trouble :) [20:48] <ubu> the R package proj 4.9.1 make a proble to recognize [20:48] <ubu> coordinate systems [20:48] <OerHeks> ubu, at this time, 4.9.2-1 just moved from experimental to unstable. [20:49] <ubu> ohh this means not available ? [20:49] <OerHeks> 4.9.1-2 is, for wily [20:49] <ubu> sorry my ignorance wily ? [20:50] <baiter> the newer ubuntu [20:50] <OerHeks> wily = 15.10 [20:50] <ubu> Im in 15.10 [20:51] <ubu> I have 15.10 version [20:51] <baiter> ok, that's wily [20:51] <ubu> :) [20:51] <ubu> but what should I do? [20:52] <soif> wily = ubuntu 15.10 [20:52] <soif> It's Wily Werefwolf to be precise since each version of Ubuntu is named after an animal [20:52] <soif> Werewolf* sorry [20:52] <Seveas> ubu: grab the sources from xenial or debian and rebuild on wily [20:52] <ubu> how should I do that? [20:53] <Seveas> ubu: or just stick with 4.9.1 :) [20:58] <xNear> ioria: not [20:59] <xNear> wait [20:59] <ioria> xNear, nothing ? [20:59] <xNear> not actually [20:59] <xNear> i do not did this [20:59] <ioria> xNear, ? [21:00] <ioria> xNear, i mean, try to boot without 'splash' ... in text mode [21:02] <bigit> hello is there a german IRC for ubuntu ? [21:02] <Fuchs> bigit: #ubuntu-de for support, #ubuntu-de-offtopic for chatter [21:02] <bigit> Fuchs: thx [21:03] <Fuchs> you're welcome [21:03] <[Roby_Gabber]> ciao [21:03] <Black_phantom> hey all I just upgraded to Ubuntu 15.10 and got stuck into a login loop, the screen flickers after i enter the password and goes back again to login screen. I tried recovery mode but I cant figure out how to remove the nvidia drivers from terminal. I used apt-get remove --purge-nvidia* but it says that using * gives too many outputs [21:03] <[Roby_Gabber]> posso fare una domanda [21:04] <Seveas> Black_phantom: remove the '-' between purge and nvidia [21:04] <k1l> !it | [Roby_Gabber] [21:05] <Black_phantom> Can you please give me the specific commands that I should enter when I open recovery mode and run as root shell in order to fix this problem [21:05] <do2kd> iḿ searching for audio "people" - want to filter noise out of transmissions in realtime with jackrack or other software....thanks for help [21:06] <xNear> yeah i know ioria [21:06] <xNear> but i must something do on windows [21:06] <xNear> actually [21:06] <ioria> xNear, ok [21:06] <Bashing-om> Black_phantom: Try : at the login screen key combo ctl_alt+F1 to gaina console, Correct your command to be ' sudo apt-get remove --purge nvidia* ' ... no dash betwenn purge and nvidia - . [21:07] <Black_phantom> Should removing nvidia fix the problem ? [21:07] <Black_phantom> Should I enter something else after removing nvidia ? [21:07] <do2kd> if nobody is here who can help, any idea which channel here on freenode or channel on other network? [21:07] <Seveas> do2kd: maybe #ubuntustudio [21:08] <MonkeyDust> do2kd try #ubuntustudio [21:08] <MonkeyDust> dang Seveas was faster [21:08] <Bashing-om> Black_phantom: One can expect with nvidia removed that nouveau will load . Maybe not, but try and see what results . [21:08] <Seveas> MonkeyDust: twss [21:08] <Black_phantom> ok thanks i will reboot and get back toy [21:08] <Black_phantom> to you* [21:09] <thenerdjones> hello everyone [21:09] <do2kd> thanks [21:09] <Bashing-om> Black_phantom: L .. If that goes well .. there is a great tool to install proprietary drivers now . [21:09] <Black_phantom> Which is ? [21:12] <xNear> im on winddows tablet actually [21:12] <xNear> i will report my doing [21:15] <xNear> whhat [21:15] <xNear> what [21:15] <xNear> i do not understand that [21:15] <xNear> it does boot without splashscreen [21:15] <xNear> how i can chceck fglrx is really running? [21:17] <creep_> hello [21:17] <creep_> :D [21:17] <creep_> I have a question [21:18] <creep_> Is it possible to install a new linux maintaining files, preferences, programs, etc...? [21:18] <Seveas> creep_: you can upgrade instead of reinstalling [21:18] <xNear> when i open amdcccle [21:18] <xNear> there is error that amd drivers are not working or not correctly installed [21:19] <creep_> how.. [21:19] <creep_> I have an old linux, called caixa magica [21:19] <gossie> I've cycled through all my nvidia drivers, byt my video still lags a little bit, like a huge triangular section of my screen is a few frames behind. HP ENVY 17, Nvidia 740m, Ubuntu 15.04, television acting as extended monitor with laptop screen. I'm not a rookie, but i'm a little rusty. [21:19] <MonkeyDust> creep_ not supported here [21:19] <creep_> now I want to install Ubuntu... [21:19] <ldeveaux> creep_, if the question is to install ubuntu in place of an other distribution it is possible if you have separated the hard drive partitions [21:20] <creep_> keeping my files preferences and programs... [21:20] <MonkeyDust> !install | creep_ backup your personal files, first [21:20] <compdoc> xNear, thats a old, low performance video card you have. If the ubuntu driver works, then be happy [21:20] <salvo> ciAO [21:20] <salvo> !list [21:20] <OerHeks> i think it is a bad idea, to keep settings from an other linux. [21:21] <creep_> of course I will make backups... but I would like to know if it's possible to do it, or else why do it!? [21:21] <MonkeyDust> creep_ you can keep your files, but probably not your programs and settings [21:21] <creep_> Caixa Magica is a portuguese version based on Ubuntu [21:22] <creep_> but it has stopped updating [21:22] <xNear> the driver is not working [21:22] <creep_> months ago [21:22] <creep_> ok [21:22] <xNear> fglrxinfo is printing about intel card [21:22] <xNear> also [21:22] <xNear> FGLRX was working before [21:23] <xNear> dont say that its old card, i have even gpu in my room from 1999... ah, even if its old, its not bad. i can play even garrys mod at full-hd with every details [21:23] <creep_> I thought it was better to come here and ask... because a few android versions are upgradable keeping programs and files! [21:23] <MonkeyDust> creep_ if you're lucky, ubuntu will recognize the caixa settings [21:25] <creep_> MonkeyDust thank you for your help [21:25] <xNear> fglrx is returnning badvalue after aticonfig [21:25] <gossie> Video/graphics problems on an extended display? anyone? [21:25] <xNear> lol [21:27] <MonkeyDust> gossie that's not a nice way to ask a question [21:27] <daftykins> xNear: that won't work, because the AMD isn't your primary card. [21:28] <xNear> lel os actually doesnt boot [21:28] <tct> Alt+digit in Ubuntu doesn't switch tabs. In the terminal, Alt+digit prints the digit. In nautilus, it doesn't do anything. Any ideas what might be the cause? [21:28] <daftykins> yeah you would not run amdconfig :) [21:29] <xNear> but its not old card [21:29] <xNear> lol [21:29] <MonkeyDust> tct try alt tab to switch windows [21:30] <serses> what rm -rf does? [21:30] <MonkeyDust> EriC^^ it removes without asking confirmation [21:31] <MonkeyDust> serses ^^^ [21:31] <Bashing-om> And ^^ as well .. 'r' means all below it in the file system ! Be very sure ! [21:31] <serses> removes what? [21:32] <k1l> serses: removes the target even if its a directory and doesnt ask for confirmation [21:32] <MonkeyDust> serses the folder you specify, careful with it [21:32] <MonkeyDust> serses you probably picked it up somewhere, but better forget and never use it [21:32] <serses> it is possible to delete it parent too? [21:35] <fusioned> anyone get any good candy last night? [21:35] <k1l> fusioned: for regular chat better join #ubuntu-offtopic :) [21:38] <gossie> MonkeyDust, I asked earlier and no one answered, so rather than spam the chat I sent an abbreviated question. [21:38] <gossie> I will repost my original [21:39] <gossie> I've cycled through all my nvidia drivers, byt my video still lags a little bit, like a huge triangular section of my screen is a few frames behind. HP ENVY 17, Nvidia 740m, Ubuntu 15.04, television acting as extended monitor with laptop screen. I'm not a rookie, but i'm a little rusty. [21:39] <gossie> I apologize if my summary sounded curt [21:39] <Albicbr> ciao a tutti mi servirebbe un infornazione se possibile [21:39] <MonkeyDust> gossie yes, simply hit the up arrow every 15 minutes to repeat [21:39] <k1l> !it | Albicbr [21:42] <imutep> german here ? [21:42] <bekks> !de | imutep [21:46] <andystar> How do I reset the settings for Cadence? [21:53] <MonkeyDust> !info cadence [21:53] <MonkeyDust> anth0ny what's cadence? [21:54] <specs> :) [21:56] <fred> HI [21:57] <specs> :) [21:57] <Guest39801> hey [21:57] <specs> wazaaa [21:57] <specs> :) [21:57] <Guest39801> lonely [21:57] <MonkeyDust> Guest39801 this is the ubuntu support channel [21:57] <Guest39801> ok [21:59] <django_> k1l: hey you here? [22:07] <daftykins> django_: something the channel can help with? [22:07] <django_> daftykins: idk why ubuntu feels slower than i thought [22:07] <django_> on my old laptop it was so fast vs windows 7 [22:07] <django_> here its meh [22:08] <django_> after a while like i cant even print screen [22:08] <daftykins> where is 'here' ? [22:08] <django_> another laptop [22:08] <daftykins> and what spec is it? [22:08] <daftykins> grep model /proc/cpuinfo && grep MemTotal /proc/meminfo [22:09] <mahdi_> Hi guys [22:09] <django_> daftykins: how can i get that info? [22:09] <django_> from the ubuntu gui [22:10] <daftykins> django_: type the command i gave in the terminal app [22:10] <django_> " grep model /proc/cpuinfo && grep MemTotal /proc/meminfo" [22:10] <django_> all of that? [22:10] <daftykins> yes [22:10] <daftykins> mahdi_: hi there [22:10] <django_> https://usercontent.irccloud-cdn.com/file/MVKxqyyu/ [22:11] <daftykins> django_: text belongs in a pastebin, taking images of text is highly illogical [22:11] <django_> lol [22:11] <django_> true [22:11] <daftykins> looks like 6GB RAM and an ivybridge i5 [22:11] <thenerdjones> so im having a weird problem, im trying to install ubuntu server on an old laptop i have laying around, and every time i try it, it installs to the usb drive instead of the hard drive, even though i select the hard drive during the install [22:12] <daftykins> thenerdjones: is that because it gives you a boot error message once you remove the flash drive? [22:12] <daftykins> django_: and the graphics? "lspci" [22:12] <django_> https://www.irccloud.com/pastebin/bMa46a93/ [22:13] <daftykins> django_: you really shouldn't be downloading and installing .deb's - much less trying to install .rpm's :) [22:13] <django_> yeah i just used another tutorial [22:13] <django_> i kept on getting errors [22:13] <daftykins> mmm intel integrated graphics then [22:13] <django_> this is a standard laptop heh [22:14] <daftykins> yeah but even laptops can have graphics chips [22:14] <daftykins> so would you say it slows down the more you have open? [22:14] <daftykins> thenerdjones: hello? :) [22:14] <django_> for example friday aftertoon i just closed my laptop, reopened it last night..and if i hit print screen nothig wouud happen [22:14] <django_> had to restart it [22:14] <thenerdjones> daftykins: no i just get a blinking cursor when i remove the usb drive, and if i put it back in i get the gnome desktop instead of the installer [22:15] <daftykins> django_: sounds more like an issue with sleep more than anything [22:15] <daftykins> thenerdjones: gnome desktop o0 did you install that after server - or ? [22:15] <django_> daftykins: I also downloaded this cool program that when i right click on files it has the option 'open with terminal' now that is gone [22:15] <thenerdjones> theres an option to install it while installing server, since i wanted a ui i installed it as well [22:16] <daftykins> thenerdjones: yeah so GRUB just got put on the wrong disk, if you boot in you can fix that easy :) [22:16] <daftykins> thenerdjones: are you typing from that gnome desktop right now? [22:17] <thenerdjones> daftykins: no another pc [22:17] <daftykins> ok well boot it up [22:19] <thenerdjones> daftykins: i reinstalled the usb installer, and from the installer boot menu i selected " boot from first hard disk" and it just drops me back into the installer boot menu [22:20] <berto> ciaooo [22:20] <daftykins> thenerdjones: ok well put desktop ubuntu on that flash drive and boot it. [22:20] <EriC^^> thenerdjones: boot into gnome as you were booting before by mistake [22:20] <EriC^^> then grub-install to the disk [22:21] <thenerdjones> EriC^^: i already used the linux pen drive back on the usb, haha [22:22] <berto> !lista [22:24] <thenerdjones> so you think it is installing to the hard drive and only grub is installing on the usb? [22:25] <daftykins> thenerdjones: yes [22:25] <pouletgrill> hello [22:26] <daftykins> thenerdjones: so like i said, put ubuntu desktop on it so you can boot it and resolve this situation [22:33] <lickalott> is anyone here familiar with lxd, specifically building a windows client image? [22:33] <lickalott> I'm not see very much out there in the way of instructions/tuts [22:34] <compdoc> lickalott, not sure lxd can do that. but Im new to lxd too [22:35] <k1l> lickalott: iirc containers are just for linux clients [22:35] <daftykins> yeah doesn't sound like a thing [22:35] <lickalott> it seemed to me that since version 13 and up provided support for windows clients. Unless I read that wrong. [22:35] <lickalott> lemme see if I can find that page. [22:36] <Seveas> lickalott: to run windows, you need a virtualization solution, not a container. [22:37] <lickalott> Sorry. 0.19 not 13 - https://linuxcontainers.org/lxd/news/ [22:38] <lickalott> I was trying to install xen (currently running 15.04) but that was a disaster. I just want windows to correct the MS office compatibility issues that I'm running into. What, in your opinions, is the best option? virt-manager, boxes, etc...? [22:39] <daftykins> pretty sure xen is not the favoured tech in ubuntu land [22:39] <ActionParsnip> !xen [22:39] <daftykins> lickalott: so you're only after running one VM? [22:39] <lickalott> i've already swapped out office libre for open office but the files that I have to correct/edit/manipulate/create don't play nice with either libre or open office [22:39] <lickalott> yes sir. [22:39] <lickalott> on this laptop. [22:39] <daftykins> and you didn't just install virtualbox and get it done? [22:40] <baiter> he's trying to run windows though, so yeah, just use virtualbox [22:40] <lickalott> i did in the past but VB seems to be such a resource hog. I was looking for something a little more "bare metal" like xen. THen I came across lxd+dockers and thought i'd give that a go [22:41] <bekks> lickalott: xen is a level 1 hypervisor, while lxd+docker are a level 2 hypervisor - just as virtualbox. [22:41] <baiter> windows is the resource hog [22:41] <lickalott> but it makes sense that it can't/won't do windows, as there is NO information out there on building a windows client. [22:41] <daftykins> baiter: such silly comments here do not help anyone. [22:42] <lickalott> you prefer VB over something like boxes or virt-manager? [22:42] <lickalott> I haven't tried the other two yet, which is why I'm asking [22:42] <bekks> lickalott: What is "boxes"? [22:42] <daftykins> just try them, any poor VB performance was more likely down to not having VT-x enabled / supported. [22:42] <k1l> lickalott: for quick .docx rebuilding to .doc, yes :) [22:43] <bekks> lickalott: And are you aware of the fact that libvirt is just a library for accessing hypervisors? [22:43] <lickalott> no....but I am now. [22:43] <k1l> could actually try and see what MS office support is in wine, now [22:43] <trimeta> I'm trying to build a server with a BTRFS RAID 1 root on top of encrypted volumes. Normally, initramfs doesn't want to decrypt two different volumes on boot, but I modified /usr/share/initramfs-tools/scripts/local-top/cryptroot to fix this. However, the system still refuses to boot of the BTRFS system wants two devices, even though both of those devices are unlocked. [22:44] <lickalott> i am also running a Fedora box that I have virt-manager installed and it acts just like virtual box. I can build a VM from an .iso or otherwise [22:44] <trimeta> Anyone know what's going on here? I can mount the BTRFS system without error from within the initramfs rescue shell, but for some reason it's not mounting automatically in the scripts. [22:44] <lickalott> k1l, I will...thanks! Never even thought of that. (which is why I stopped in here. :D) [22:45] <k1l> boxes is a virtualbox gui from gnome, iirc [22:45] <k1l> or some other libvirt gui. [22:45] <bekks> lickalott: thats because you are using virt-manager with a level 2 hypervisor - just as virtualbox is. [22:45] <lickalott> sorry bekks, yes k1l is correct. [22:46] <lickalott> i guess my point in saying that was just that the libvirt libraries come as dependencies with virt-manager, so I didn't know their purpose was to access hypervisors. [22:57] <weva> hello everyone, I created and mounted some disk images on my home folder. and I moved them elsewhere because my drive warned that there was no more free space. but after moving them, it still shows zero free space [22:57] <weva> in disk utility I still see the .img and .dd files mounted. could it be the reason? [22:57] <bekks> weva: Yes. [22:58] <weva> bekks, I tried for ex. "umount image.dd" and it says "umount: image.dd is not mounted (according to mtab)" [22:59] <bekks> weva: so look at "mount" and umount whatever you want ;) [22:59] <ActionParsnip> weva: use the mount point as the thing to unount [23:01] <weva> ActionParsnip, I'd mounted it at mnt/loop0, mntloop1, mnt/loop2..I dont know how to use them to unmount. I was given the mount commands [23:02] <ActionParsnip> weva: sudo umount /mnt/loop0 for example [23:05] <weva> ActionParsnip, it says "not found" for all mount points [23:06] <ghost-face1> hello , my touchpad on my dell just stopped working out of nowhere, im running ubuntu 14.04 dualboot wiht windows 10.... i tried booting windows 10 and its not working on there either.....im guessing its hardware since it stopped working on both but idk... any help? [23:06] <ActionParsnip> weva: use the mount command and you can see the mounted things. [23:07] <wileee> ghost-face1, you been in the bios? [23:07] <ActionParsnip> ghost-face1: do you have a switch to enable / disable the touch pad [23:07] <ghost-face1> i didnt check there yet.. i did go into it earlier but i didnt save anyhting [23:08] <ghost-face1> i dont have a toggle to enable or disable.... i dont believe i do... i was looking for a FN button but nothing [23:08] <wileee> ghost-face1, a switch there was the idea, if you've not been there, ignore as of now. [23:09] <ghost-face1> im using a usb connected mouse right now.. works fine [23:09] <weva> ActionParsnip, i dont see anything like the image files that are shown mounted in disk utility [23:10] <bekks> weva: "mount" - take a look at the output. [23:10] <weva> bekks, you'd like to see the output? [23:11] <ghost-face1> when i do xinput i get this ..... http://pastebin.com/aHAZ40zZ [23:11] <bekks> weva: Yes, pastebin it please and give us the URL to your paste. [23:12] <weva> bekks, it is so crazy here that even firefox doesnt work properly. I create the paste, and its link is shown as paste.ubuntu.com, without any number following it [23:12] <weva> and also firefox with no history and bookmarks [23:13] <weva> the total of files are shown as 750mb, but I have 0 free space [23:13] <bekks> weva: due to no space, nothing can be safed. [23:14] <weva> bekks, but in the output there is nothing resembling these files [23:14] <benri> i am having some issues with display drivers after installing ubuntu on a new machine [23:14] <bekks> weva: try: sudo mount | nc termbin.com 9999 [23:16] <benri> the box has an nvidia gtx 970 but even after installing the nvidia drivers, ubuntu doesnt recognize my display and locks me to 800x600 [23:16] <weva> suddenly free space became 12mb and when I restarted firefox it was normal again. [23:16] <hazamonzo> Hey folks. I just got a copy of Kubuntu installed on a new laptop (Thinkpad w541) including the Nvidia drivers. Everything was looking good until i did a restart (a couple of restarts actually) and now, after the splash screen i get a black screen [23:17] <hazamonzo> Looks like its graphic driver issues again. Any thoughts on how i can debug this? [23:17] <weva> bekks, but it'd also worked with terminbin: http://termbin.com/efgv [23:18] <bekks> weva: And whats the output of "df -h"? [23:18] <ghost-face1> hope someone can help me out [23:19] <jmares> Is it possible to disable nouveau without rebooting? [23:19] <weva> bekks, it is this: http://paste.ubuntu.com/13077200/ [23:19] <benri> hazamonzo: you can start by looking at /var/log/dmesg from recovery mode [23:20] <jmares> I've made an environment setup shell script but installing CUDA requires reboot because nouveau drivers need to be diabled... [23:20] <hazamonzo> benri: I can still get to a terminal after the splash if thats better than recovery mode. I think its simply a case of the OS loads fine but nothing is rendered [23:20] <bekks> weva: try running sudo apt-get autoremove [23:21] <hazamonzo> benri: On moment and i'll take a look [23:21] <benri> hazamonzo: ok, that works. yeah its probably a display driver problem or something wrong with your xorg.conf [23:22] <benri> hazamonzo: do you have nvidia display hardware? [23:22] <hazamonzo> benri: odd thing is I actually got the drivers working well... for a couple of restarts. Then just recently, a quick reboot with no changes to drivers or what not and nothing [23:22] <hazamonzo> benri: Display Hardware? You mean a Nvidia GPU?> [23:23] <hazamonzo> benri: As far as the dmesg log... "Nothing has been logged yet" [23:23] <benri> hazamonzo: yeah, nvidia GPU. also do you remember what you did change upon the reboot that killed it? [23:24] <weva> bekks, didnt help [23:24] <benri> hazamonzo: and thats really strange, there should at least be the boot log there... [23:24] <hazamonzo> benri: Yeah the card is a K2100m on a thinkpad W541 (brand new laptop and new 15.10 installation) [23:24] <kostkon> hazamonzo, what about Xorg.0.log [23:25] <hazamonzo> benri: As for changes... all i did was get the system up to date with what a needed (tools for dev and such) and the only only UI thing... was adding some widgets to the desktop [23:25] <hazamonzo> kostkon: Let me check. One mo [23:25] <hazamonzo> kostkon: ack. remind me wher that log file is :) [23:25] <benri> /etc/X11? [23:25] <kostkon> hazamonzo, /var/log/Xorg.0.log [23:26] <benri> oh [23:26] <benri> oops [23:26] <weva> bekks, these are the images shown in devices in disk utility: http://is.gd/fSnFRD [23:26] <kostkon> hazamonzo, lines with errors start with (EE) [23:26] <hazamonzo> kostkon: I was just about to ask what i was looking for [23:26] <hazamonzo> one mo. looking for EE [23:26] <kostkon> hazamonzo, yeah [23:27] <bekks> weva: PAstebin "df -h" again. [23:28] <hazamonzo> kostkon: Nothing with EE although.... i did notice "No enabled display devices found" [23:28] <hazamonzo> Unable to get display device for DPI computation [23:29] <kostkon> hazamonzo, so it seems it's a display problem [23:29] <hazamonzo> Is there a chance i can be having these issues because of the silly 2880x1680 resolution? [23:29] <kostkon> hazamonzo, whats the native res of your monitor [23:29] <hazamonzo> ^ [23:30] <kostkon> hazamonzo, and you changed to that resolution just before rebooting [23:30] <kostkon> hazamonzo, ? [23:30] <hazamonzo> kostkon: 2880x1680(i might be wrong on the verical) [23:30] <hazamonzo> I've never changed the res so far [23:30] <hazamonzo> I installed at that res, then installed the Nvidia 352 drivers for performance issues [23:30] <hazamonzo> restarted [23:30] <thenerdjones> so now i have installed ubuntu server, but it will only boot when i have my usb drive in, it no longer gives me the option to install it is booted with the usb drive in it just takes me to a gnome desktop ( i opted to install ) but without the usb drive in it just sits at a black screen with a blinking cursor, gparted shows 4 partitions, sda1 is / and the 500 gig hard drive, sda2 is the flash [23:30] <thenerdjones> drive with "extended" and sda5 is swap, how do i make the hard drive bootable? [23:30] <hazamonzo> worked well for a couple of reboots [23:30] <hazamonzo> then darkness [23:30] <hazamonzo> @ kostkon [23:31] <kostkon> hazamonzo, you could use pastebinit to paste your log for everyone to see [23:31] <kostkon> !pastebinit [23:31] <hazamonzo> kostkon: Its going to be tough as i only have a basic terminal at the moment :s [23:31] <weva> bekks, http://paste.ubuntu.com/13077351/ [23:32] <kostkon> hazamonzo, that's all you need [23:32] <frostschutz> weva, if 'sudo losetup' shows those, try 'sudo losetup /dev/loopX' for the loop device X you no longer need (or losetup -D for all) [23:32] <hazamonzo> kostkon: How might i get to pastebin (sorry if that obvious) [23:32] <frostschutz> weva, *sudo losetup -d /dev/loopX [23:32] <kostkon> hazamonzo, see the pastebinit factoid above ^ [23:32] <hazamonzo> oooooh [23:32] <hazamonzo> i see your pastebin command above [23:32] <jmares> Is it possible to disable nouveau without rebooting? [23:32] <hazamonzo> kostkon: Thanks! (and super useful) [23:32] <hazamonzo> give me a mo [23:33] <hazamonzo> you want the Xorg.0 log then? [23:33] <kostkon> hazamonzo, paste that first yes [23:33] <hazamonzo> kostkon: Okay [23:34] <weva> frostschutz, they're gone, free space went up to normal. thank you very much! [23:35] <thenerdjones> it feels a lot to me like the usb drive is the key to my laptop now, haha [23:36] <weva> bekks, ActionParsnip, thank you! [23:36] <frostschutz> thenerdjones, what does it look like in fdisk -l or parted -l? [23:38] <hazamonzo> kostkon: (whew) http://paste.ubuntu.com/13077437/ [23:38] <hazamonzo> kostkon: No wireless so i had to sit next to the cat5 cable at the router :) [23:38] <kostkon> hazamonzo, let's see [23:39] <thenerdjones> frostschutz: nothing on the hard drive has boot ticked, just the usb drive does sda1 is linux 2 is extended and 5 is swap, sdb1 is fat but is bootable [23:39] <kostkon> hazamonzo, does your laptop also have an intel graphics card? [23:39] <hazamonzo> kostkon: Well spotted [23:40] <hazamonzo> its has both intel and Nvidi [23:40] <kostkon> !optimus [23:40] <kostkon> not helpful factoid [23:40] <hazamonzo> kostkon: Thats the swapping of cards software right? [23:40] <kostkon> hazamonzo, yes [23:41] <frostschutz> thenerdjones, actual output? [23:41] <hazamonzo> kostkon: Is there an issue with the nvidia card being selected on boot or something? [23:42] <kostkon> hazamonzo, theres definitely something wrong with it since it says No monitor specified for screen "nvidia". [23:42] <hazamonzo> kostkon: Ha! That doesn't sound good at all! [23:43] <hazamonzo> kostkon: So install bumblebee is a good start? [23:43] <kostkon> hazamonzo, looks like there's an extra step to be done yes https://wiki.ubuntu.com/Bumblebee#Setup_for_14.04_and_later [23:45] <hazamonzo> kostkon: Okay. That gives me something to google at least! Much appreciated [23:45] <kostkon> hazamonzo, np [23:46] <emitattuo> Hi everyone, what is the fastest way to copy all files (~30GB) from an SD card? The fastest I'm getting is 1.7-2.8MB/s using mc, but would rsync or something else work better? Once I'm done with the SD card, I have to backup 40GB from one computer to another. I was using a link-local FTP server, but I can't get it to work now, for some reason. [23:48] <frostschutz> emitattuo, mc, cp, rsync, etc. etc. should all be fine, unless the files are very tiny or horribly fragmented for some reason [23:49] <weva> hello again, how can i restore an external drive partition from its dd image file [23:49] <weva> ? [23:50] <daftykins> dd if=/path/to/image of=/dev/sdX bs=(appropriate for image type) [23:50] <daftykins> note that (appropriate for image type) is "2M" or something similar that depends on your image format [23:51] <emitattuo> frostschutz, thanks. It's a combination of hundreds of python scripts as well as some larger files (140MB) and random files from a backed-up home directory. [23:53] <weva> daftykins, it is a file in "image.dd" format, would BS be a specific number, i.e. 4096? [23:53] <baiter> hope you mean sftp not ftp [23:53] <frostschutz> weva, bs=1M is fine, unless you have a good reason to use something else [23:54] <daftykins> weva: but an image of what [23:54] <frostschutz> weva, cp works fine too, cp /path/to/image /dev/partition [23:57] <weva> daftykins, it is an image of a partition, the file type of which I assigned as "linux luks" via testdisk [23:58] <weva> now I'd like to create a partition again, to see if I get a proper luks one [23:58] <daftykins> partition, not disk eh... hmm. [23:58] <weva> because it was a properly created partition, but it turned into "unknown" when plugged in at the next session [23:59] <weva> so I created an image of this problem partition. but i dont remember if it was the image or the real partition that I assigned the file type. maybe it doesn't matter? [23:59] <ajacmac> hey, does anyone here know how to get pygame installed on python 3.7 on lubuntu 15.10?
ubuntu-chat
2024-05-13T22:11:31.477951
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "AF_", "Abe", "ActionParsnip", "AgeLock", "Albicbr", "Alex11223", "Artemis3", "AyyHello", "Bashing-om", "Black_phantom", "Blue1", "BlueShark", "Bluefoot", "BluesKaj", "CanberraGuy^", "Cantthinkm", "Dashell", "Dredd", "ElGatoSaez", "EriC^^", "Feline", "Finetundar", "Fuchs", "GoldenOrb", "Guest13736", "Guest18458", "Guest26836", "Guest29854", "Guest39801", "Guest39901", "Guest87634", "Guest9576", "Humorousone", "IlIIlI\\]-|\\|_A-N", "Jonta", "Kapuh", "Kaspi", "Kiev", "Kingtoe", "Klojum", "MJ94", "MonkeyDust", "Morientes", "Myrtti", "Na3iL", "Netek", "Nicholas", "Niesh_", "OerHeks", "OmegaLeFoxWolf", "OnkelTem", "Razzdoll", "ST-84", "SemiNus", "Seveas", "SlaveOfJesus", "SonikkuAmerica", "TJ-", "TheRinger", "Trenex", "Tundra", "Ubik_", "Ubuntubruger9", "Umeaboy", "UniFreak", "Veka", "VergilPrime", "WereCatf", "Windows3", "Yuken", "Zarus", "Ze_", "[Roby_Gabber]", "adam__", "adante", "adn34", "ajacmac", "al2o3-cr", "alavala", "ali_", "andystar", "auronandace", "backbox", "bait", "baiter", "baizon", "bazhang", "bb", "beepie", "bekks", "benri", "berto", "bigit", "binkydaclown", "blah-", "bogu", "boxmein", "bprompt", "byabbablabb_", "cfhowlett", "compdoc", "creep_", "cyb3rcl0wn", "daemon_pid_007", "daftykins", "dami0", "deper29", "detha", "django_", "do2kd", "dylan_", "eahmedshendy", "edd", "emitattuo", "erxr3", "film", "fishcooker", "fizlik", "fragtion", "fred", "freezevee", "frostschutz", "fusioned", "gh16ito", "ghost-face1", "giupi79", "gossie", "gp5st", "hazamonzo", "hdqn", "hggdh", "hu7689er", "huig", "iamrohit7", "icansmellyou", "iceyballz", "imutep", "inteus", "ioria", "isaia", "jeffrey_f", "jmares", "joker_", "jonta", "jpds", "jscix", "jscix1", "k1l", "kavin", "knikolla", "kostkon", "larsenhasher", "ldeveaux", "lickalott", "linocisco", "linux", "linux1111", "liquidmetal", "lotuspsychje", "lrs", "luketheduke0", "mahdi_", "malmonte", "marco__", "marlo_", "matt__", "metaphysician", "mhmd", "micah", "michael__", "mila", "motaka2", "neil_", "neldogz", "niles", "nrdb", "old1", "omen", "omgitsmit", "overdos3", "pjotter", "pouletgrill", "prg", "profetik777", "pwnawannab[NE]", "qoor", "raycijy", "raymondillo", "rbtying", "reddeath68", "regedit", "rom-", "roscoe", "sadhan", "sallu", "salvo", "schi33", "serpo", "serses", "shark", "simonepsp", "sloantothebone", "soif", "soman", "sparrow_nc", "specs", "stefan__", "sysop-rick", "szybki_slup", "tarak_", "tase", "tct", "technotrumpet", "the_eye_", "thenerdjones", "tnecniv", "tombtc", "tonyyarusso", "tortib", "trimeta", "tsimonq2", "tux38", "ubu", "ubuntu", "ubuntu829", "ubuntu_", "ulot0", "vincent_LP", "volkswagner", "wafflejock", "weva", "wiko", "wileee", "wsad", "wuttttttttttt", "xNear", "xieyi", "xubuntu", "zeon98", "zoolook", "zteam", "zykotick9", "|\\n" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu.txt", "channel": "#ubuntu" }
2015-11-01-#ubuntu-cn
[00:48] <RivDo> 有人么? [00:48] <ubrl> RivDo:点点点. 08:51 [00:48] <RivDo> 这回复速度快的我都怀疑你是机器人了. [00:52] <RivDo> 刚刚我下载了Ubuntu15X64的 好像默认是用UEFI启动的 我怎么改才能安装? [01:12] <xingxing> 早 [01:18] <RivDo> Ubuntu我不想用uefi启动 好烦啊.. [01:24] <xingxing> 2333 [01:24] <xingxing> 说了也没卵用 [02:11] <^k^> 暂无新帖 讲个笑话吧: 变本加利 :     司机开车不留神,把行人撞倒在地上了。他一不做二不休,不但没停车,还朝那躺在地上的行人身上开过去。然后打开窗子,朝那行人粗暴地喊起来:"你这个白痴,你小心点儿! "受伤的行人奄奄一息地说:"我的天老爷,您是不是还要倒车呀?" [02:57] <^k^> 取新帖 timeout [03:15] <RivDo> 问下 安装Ubuntu只能靠U盘或者光盘安装么 [03:15] <RivDo> 装了一上午都还没点进展 各种错误 [03:17] <happyaron> 你想要用啥方法安装 [03:18] <RivDo> 能让我安装好就行了 [03:18] <happyaron> 那就用u盘咯 [03:19] <RivDo> 各种错误 心伤 [03:21] <RivDo> 大写指示灯一直闪代表什么? [03:24] <happyaron> 不知道唉 [03:36] <tttt> topic [04:31] <nipsing> 有人吗 [04:31] <ubrl> nipsing:点点点. 12:34 [04:31] <nipsing> ? [04:46] <vickycq-bpi> 大写指示一直闪?不会是kernel panic了吧 [04:47] <RivDo> 硬盘引导安装成功了 [04:49] <happyaron> RivDo: 恭喜 [04:51] <RivDo> 嘿嘿 32位的不好引导 换成64位的配合网上的教程一步搞定 [04:53] <RivDo> 32位会进入 initramfs [04:53] <RivDo> 去学校喽 [05:21] <^k^> 新 网卡问题以及网络和拨号 • linux对无线wifid的什么芯片支持最好? http://forum.ubuntu.org.cn/viewtopic.php?t=473520 无法直接联网。 iwlist scan eth0 Interface doesn't support scanning. lo Interface doesn't support scanning. lspci -knn 00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] ( [05:21] <^k^> ─> rev 06) Subsystem: ASUSTeK Computer Inc. Device [1043:8534] Kernel driver in use: hsw_uncore 00:01.0 PCI bridge [0604 … [06:49] <^k^> 新 启动和引导 • 救助:update-grub找不到windows loader http://forum.ubuntu.org.cn/viewtopic.php?t=473623 救助:我有两块硬盘,一块安装WINDOWS7,一块安装UBUNTU,以前,重装UBUNTU后,只要执行一次sudo update-grub就能找windows loader,但是,今天,却找不到了,如果,要用WINDOWS只能在BIOS里设置启动 [06:49] <^k^> ─> 顺序。请各位大侠帮帮忙,小弟感激不尽! zz: honhen — 2015-11-01 14:48 [07:35] <^k^> 新 系统安装和升级 • 15.10 关机卡死 http://forum.ubuntu.org.cn/viewtopic.php?t=473624 Intel主板的台式机,装15.04的时候差不多70%的几率卡死,在15.10下100%了,各位可有什么好办法,确定配件没有物理损坏。 zz: dfsr — 2015-11-01 15:33 [08:08] <^k^> 逛了一下论坛,暂时无新贴. [08:23] <ulot0> ubrl, hello [08:23] <ubrl> ulot0:点点点. 16:26 [08:24] <ulot0> ubrl, how are you [08:25] <ulot0> ubrl, who am i? [08:25] <ubrl> ulot0, 你的名字是不明身份的人,导引头。 16:28 [08:26] <ulot0> ubrl, 导引头是什么? [08:26] <ubrl> ulot0: define:`导引头 |导引头|(seeker)是截获、跟踪辐射源的核心部件。由天线、接收机、信号处理器等部分 组成。根据获得目标信息的能源形式,雷达|导引头|可分半主动、主动和被动|导引头| ... [08:26] <ulot0> ubrl, 你懂得真多! [08:27] <ubrl> ulot0, 我知道10000和类别。 16:29 [08:27] <ulot0> ubrl, 10000是什么? [08:27] <ubrl> ulot0: define:`10000 The number |10000| can also be written |10,000| (UK and US), 10.000 (Europe mainland), 10 000 (transition metric), or 10•000 (with the dot raised to the middle of ... [08:28] <ulot0> ubrl, 类别 [08:28] <ubrl> ulot0, 你喜欢和我说话? 16:30 [08:28] <ulot0> ubrl, yes [08:28] <ubrl> ulot0, .. 休息一下 .. 16:31 [08:28] <gfxmode> ulot0: 您周末不休息,过来调戏Bot机器人呀 [08:29] <ulot0> ubrl, define:类别 [08:29] <ubrl> ulot0, [08:29] <ulot0> ubrl, 你有多少个定义? [08:30] <ubrl> ulot0, [08:30] <^k^> 新 Ubuntu 14.04 LTS • 关于网络的bug http://forum.ubuntu.org.cn/viewtopic.php?t=473625 ubuntu14.04的应用程序,在网络有问题时会导致整个程序卡死,不止一个程序 比如: ssh远程主机网络断了,ubuntu上的客户端会没响应,整个程序会无法使用 libreoffice文档中有网络链接的图片时,因网络问题无法下载到图 [08:30] <^k^> ─> 片程序会卡死 PS:以上均不是本地网络出问题 zz: 冰谛-王者法则 — 2015-11-01 16:29 [08:41] <ulot0> gfxmode, 我一般上来的第一件事就是调戏ubrl [08:53] <ulot0> gfxmode, 你在干嘛 [08:59] <gfxmode> ulot0: 真有闲情。我在给树莓派装系统,几个月没上电,TF卡的数据无法读取了,树莓派起不下了 [09:00] <ulot0> gfxmode, 树莓派是什么? [09:02] <gfxmode> ulot0: 微型单板电脑,您百度一下 [09:03] <ulot0> gfxmode, 好玩吗?主要用来干嘛的? [09:08] <gfxmode> ulot0: 看您的需求啦,我觉得不是很好玩。您查下网络资料了解下,我自己可能讲得不是很清楚 [09:08] <ulot0> gfxmode, 哦,我去跑步了,886! [09:08] <gfxmode> ulot0: 88 [10:49] <ulot0> gfxmode, 玩树莓派要懂电子电路,还要懂编程才行啊 [11:10] <vickycq-bpi> ulot0: 不需要,懂Linux就可以了 [11:10] <vickycq-bpi> ulot0: 我都是用机顶盒充当树莓派的 [11:10] <vickycq-bpi> 不使用gpio [11:12] <ulot0> vickycq-bpi, 你的机顶盒不用交费就可以看收费电视了吗? [11:53] <^k^> 新 初学者园地 - 15.10 • 有没有办法将其他linux机器的X GUI 转发到ubuntu机器上? http://forum.ubuntu.org.cn/viewtopic.php?t=473626 [size=150]在windows上,使用putty和xming的组合,就能将linux的GUI界面投射到windows上。当然linux上,会先执行export DISPLAY命令。 使用ubuntu主机怎么实现这一点呢? [/size] zz [11:53] <^k^> ─> : zcbcx — 2015-11-01 19:52 [12:36] <lbnt> 有没有wine了微信的,能用吗 [12:38] <onlylove> 微信不是有网页版么 [12:40] <lbnt> 好吧,我去试试网页版 [12:41] <^k^> 新 服务器维护和硬件相关 • 服务器出现从tty1的异常登录 http://forum.ubuntu.org.cn/viewtopic.php?t=473627 服务器被攻击了,而且被获取root权限了。 查看登录日志,只能查到是从tty1登录的,没有ip信息。 有可能是远程攻击吗?我看ssh登录只能是pts。 怀疑是云主机的宿主机被入侵,导致客 [12:55] <longlong> onlylove: 我买了netgear 3700v4 [12:55] <onlylove> longlong: 哦 [12:55] <longlong> onlylove: 今天刚到货刷了openwrt [12:55] <onlylove> longlong: 3700和4300差不了多钱,为啥不买4300 [13:02] <longlong> onlylove: 京东,河北无货 [13:02] <longlong> onlylove: 亚马逊的4300是v2 [13:03] <longlong> onlylove: 后来在京东买了3700v4 [13:03] <onlylove> longlong: 京东是v1v2随机发货,v2咋了,就算你要京东的,等几天就行了 [13:03] <longlong> onlylove: v2刷不了机。。。 [13:03] <longlong> 4300只有v1能刷op dd [13:04] <longlong> onlylove: 京东的是v1的,我问客服了 [13:04] <longlong> onlylove: 你的还没到? [13:04] <onlylove> longlong: 我买了又不是刷机用的 [13:05] <longlong> onlylove: 我是为了挂ss 全局翻gf-w用的 [13:05] <onlylove> longlong: 那你可以买别的,比方tplink的,无所谓的 [13:06] <longlong> onlylove: 本来想买rpi的,但是都说rpi不稳定 [13:06] <longlong> onlylove: 这个支持外接u盘呀,还能下点小电影 [13:06] <onlylove> longlong: 带usb口的一抓一把好么 [13:07] <longlong> onlylove: 京东上tp的外接u盘的好少 [13:07] <onlylove> longlong: 比方说那个130的小米mini虽然我也是米黑 [13:07] <longlong> onlylove: 而且tp版本太多。。。 [13:07] <longlong> onlylove: 我也考虑那个小米了,可是邮寄太慢 [13:08] <longlong> onlylove: 要7天发货 [13:08] <onlylove> longlong: 京东有卖啊 [13:08] <longlong> onlylove: 京东的180呀 [13:08] <longlong> onlylove: 你看下,京东自营的180 [13:09] <longlong> onlylove: 第三方卖家130 [13:09] <onlylove> longlong: 哦,我没注意,我买的时候便宜,不过买了之后,玩了几天,呵呵下 [13:09] <longlong> onlylove: 小米? [13:10] <onlylove> 小米 mini [13:10] <longlong> 我想设置下无线桥接 [13:10] <longlong> 麻烦不 [13:11] <longlong> 或者做二级路由 [13:16] <onlylove> 不麻烦 [13:17] <longlong> onlylove: 我想用这个刷了openwrt的路由器通过wifi连上另一个路由器上网 [13:17] <longlong> onlylove: 同时这个openwrt路由器又能提供其他设备接入上网 [13:18] <onlylove> longlong: 随便你怎么搞,这事网上一堆,没必要在这问 [13:18] <longlong> onlylove: 关键字 [13:18] <longlong> onlylove: 关键字是啥 [13:18] <onlylove> 中继,桥接 [13:18] <onlylove> 够不够? [13:18] <onlylove> 不够还有WDS [13:20] <longlong> 够了 [14:07] <longlong> onlylove: 成了,wds可以了 [14:07] <longlong> openwrt连上了tp [14:25] <longlong> happyaron: onlylove 刷了openwrt,ssh进去,用fdisk 看不到插入的u盘信息怎么回事?需要用opkg装什么包吗?u盘是vfat [14:34] <happyaron> longlong: dmesg 先看有没有认到设备 [14:35] <happyaron> longlong: 如果认到了,就装相关的kernel module [14:35] <happyaron> 比如vfat,ext之类的 [14:35] <happyaron> ntfs能避免就避免吧,fuse的太吃cpu了小路由器抗不起 [14:38] <longlong> happyaron: sd_mod爆了一堆错,未知的symbol scsi xxx [14:38] <longlong> happyaron: u盘上vfat的,金士顿8g [14:39] <happyaron> longlong: log相关的行都贴一下看看 [14:39] <happyaron> longlong: paste.ubuntu.org.cn [14:40] <longlong> happyaron: 我现在在用手机ssh。。。明天再搞吧 [14:40] <longlong> happyaron: 谢谢了 [14:41] <longlong> 各位晚安 [14:51] <^k^> 暂无新帖 讲个笑话吧: 骂人都不带脏字啊 : 同学说,你下午去对取款机唱歌吧。我说为什么啊? 人家华丽丽的说,这样取款机就吐了…… [16:24] <ulot0> 终于找到一个好的下载工具了 [17:15] <x812_> topic [23:55] <^k^> 新 Wine及其分支 • wine网易的官方魔兽对战平台出了问题...求帮助 http://forum.ubuntu.org.cn/viewtopic.php?t=473629 配置:msvcp120 msvcr120 wine 1.7.50 Code: fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:ver:GetCurren [23:55] <^k^> ─> tPackageId (0x32f3bc (nil)): stub fixme:system:SetProcessDPIAware stub! fixme:module:load_library unsupported flag(s) …
ubuntu-chat
2024-05-13T22:11:31.516362
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "RivDo", "^k^", "gfxmode", "happyaron", "lbnt", "longlong", "nipsing", "onlylove", "tttt", "ubrl", "ulot0", "vickycq-bpi", "x812_", "xingxing" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-cn.txt", "channel": "#ubuntu-cn" }
2015-11-01-#ubuntu-app-devel
[12:59] <labsin> Hi, anyone here that implemented keywords in their scope? [12:59] <labsin> I've added keywords to my scope ini file, but I get: "Unknown field in 'places/com.ubuntu.developer.labsin.places_places.ini': keywords" [12:59] <labsin> from the click review script [13:00] <labsin> Is it safe to ignore?
ubuntu-chat
2024-05-13T22:11:31.518252
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "labsin" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-app-devel.txt", "channel": "#ubuntu-app-devel" }
2015-11-01-#ubuntu-devel
[00:10] <tsimonq2> can anyone help me as in the install path of libmenu-cache [00:10] <tsimonq2> ? [02:45] <tsimonq2> how would I import a git repo into a Launchpad ppa? [09:53] <hjd> Hello, could someone please trigger a rebuild of r-bioc-genomicfeatures in Xenial? :) I think it might work better since one of the dependencies have been synced and now fulfills the version requirement. [10:18] <ginggs> hjd: queued [10:25] <ginggs> hjd: built [10:26] <hjd> ginggs: Thank you :) [10:27] <ginggs> hjd: yw [20:50] <pitti> slangasek: yes, that's normal; binNEW alwasys shows all auto-generated -dbgsym packages [20:51] <pitti> slangasek: systemd networkd test failure> nope, that just randomly happens, that test has a race condition [20:52] <pitti> slangasek: I retried it yesterday already [20:52] <pitti> (succeeded)
ubuntu-chat
2024-05-13T22:11:31.520141
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "ginggs", "hjd", "pitti", "tsimonq2" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-devel.txt", "channel": "#ubuntu-devel" }
2015-11-01-#ubuntu-ops
[20:23] <Unit193> k1l: Just kban, it's gatis. [20:24] <SlaveOfJesus> you dont let me even express [20:25] <hggdh> ah [20:25] <k1l> SlaveOfJesus: aka gatis. go and troll somewhere else [20:25] <SlaveOfJesus> k1l: ah shame on you [20:26] <Unit193> No, don't troll anywhere else, just /quit [20:27] <SlaveOfJesus> whatever [20:28] <hggdh> SlaveOfJesus: so. Are we done here? [20:28] <SlaveOfJesus> Ive never done any offense [20:30] <SlaveOfJesus> I will chat no matter what [20:30] <Unit193> Never isn't accurate. You usually go by the nick 'gatis', and you like to paste large blocks of text entirely unrelated to support. [20:30] <SlaveOfJesus> I will never understand what is your judgment you base your bans [20:31] <SlaveOfJesus> Unit193: how is that an offense? [20:31] <SlaveOfJesus> Ive never harmed people like that [20:31] <SlaveOfJesus> In fact life them up [20:31] <SlaveOfJesus> i lift them up [20:31] <Unit193> SlaveOfJesus: You have been told time and again, #ubuntu is not a ##gatis-ranting channel, support for Ubuntu exclusivly. [20:31] <k1l> SlaveOfJesus: you acted against the guidelines several times which is enough to ban you. [20:32] <SlaveOfJesus> ive helped others as well concernign ubuntu [20:32] <SlaveOfJesus> but yuo can keep channel like that [20:32] <SlaveOfJesus> i dont believe its possible [20:32] <SlaveOfJesus> people arent robots [20:33] <SlaveOfJesus> sometimes you want to tell something else than ubuntu [20:33] <SlaveOfJesus> so what its ubuntu channe? Its not an offense to tell something else in channel. That policing is like terror [20:33] <k1l> and with your several nicks like gatis and someus you do this since 2011. so dont play the innocent in here. just leave the ubuntu community alone if you cant handle to act according to the guidelines [20:33] <SlaveOfJesus> why you are making people mad [20:33] <SlaveOfJesus> ive never done offense k1l [20:34] <SlaveOfJesus> ive never actually harmed anyone [20:34] <SlaveOfJesus> in fact people listen to me and discuss with me [20:35] <SlaveOfJesus> k1l: i never said bad word about anybody [20:35] <SlaveOfJesus> despite all the bad stuff otehrs have said [20:36] <SlaveOfJesus> including admins [20:36] <SlaveOfJesus> you are only making me think you are simply hurting people like that. Banning and laughing [20:36] <SlaveOfJesus> Like what offense did i do this time? [20:37] <hggdh> you insisted on something that the channel has no power to help [20:37] <SlaveOfJesus> And you ban people like that? [20:37] <SlaveOfJesus> what is wrong with you [20:37] <hggdh> and you were warned. And you kept on. [20:37] <SlaveOfJesus> But wait warned about what? [20:37] <hggdh> So. Are we done here? [20:37] <SlaveOfJesus> You tell me [20:38] <k1l> SlaveOfJesus: acting against the clear channel guidelines is already an offence. so dont try to twist the words to blame the ops. you are a known troll since 2011. its your turn to show a proper behaviour. [20:38] <SlaveOfJesus> Oh God [20:38] <SlaveOfJesus> then ban everybody [20:38] <k1l> so since you cant add anything more now please leave. [20:38] <SlaveOfJesus> k1l: isnt that an offence to me? so what should be done about you? [20:39] <SlaveOfJesus> in the name of Jesus this is not fair [23:42] <k1l> !optimus [23:43] <k1l> that should say something about bumblebee beeing deprecated and nividia-prime now beeing state of the art? [23:44] <k1l> The Bumblebee Project aimed to support NVIDIA Optimus technology under Linux as long as Nvidia did not ship nvidia-prime. Now Bumblebee is deprecated.
ubuntu-chat
2024-05-13T22:11:31.525061
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "SlaveOfJesus", "Unit193", "hggdh", "k1l" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ops.txt", "channel": "#ubuntu-ops" }
2015-11-01-#ubuntu-us-oh
[03:13] <eniLCP__> Sweet - Finally got a chance to get HyperV set back up....Ubuntu install before last crash is still working!
ubuntu-chat
2024-05-13T22:11:31.526638
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "eniLCP__" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-us-oh.txt", "channel": "#ubuntu-us-oh" }
2015-11-01-#ubuntu-mythtv
[07:21] <hipitihop> Is there a reinstall I can perform on mythbackend ? After my system ran out of space and cleanup, my mythfilldatabase fails with unexpected EOF on /home/<user>/.mythtv/FTA-Oz.xmltv
ubuntu-chat
2024-05-13T22:11:31.527971
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "hipitihop" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-mythtv.txt", "channel": "#ubuntu-mythtv" }
2015-11-01-#ubuntu-cm
[11:47] <saoungoumi> .
ubuntu-chat
2024-05-13T22:11:31.528597
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "saoungoumi" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-cm.txt", "channel": "#ubuntu-cm" }
2015-11-01-#kubuntu
[00:00] <CapsAdmin> the only addon i have is the ubuntu extension and codec something, disabling them both doesn't fix the problem' [00:11] <Mamarok> CapsAdmin: and how is that a Kubuntu problem? you choose what sites you open, not the operating system [00:11] <Mamarok> and a browser does not redirect by itself [00:39] <Dragnslcr> Wow, I just noticed that the new version of Plasma in 15.10 finally fixed the ordering in the taskbar. [05:33] <Abe> how do you get stuff like that? https://www.youtube.com/watch?v=XdHOJiTkcg0 I doesn't seem to work in 14.04 and the links in the video are also dead [05:34] <Abe> kubuntu [05:35] <Abe> anybody using animated wallpapers in kubuntu. they look impressing [05:36] <Abe> HmpfCBR: are you that supporter in ubuntuusers.de ???? [05:37] <Abe> anybody there knock knock [05:37] <Abe> guess not [05:55] <denza242> Abe: hmm [05:57] <denza242> Abe: here you go https://launchpad.net/~blueleaflinux/+archive/ppa [05:57] <denza242> idk if it works on Plasma 5 [08:00] <adn34> Hello everyone :) [08:00] <Finetundar> morning adn34 [08:00] <adn34> I have a problem with fcitx-m17n [08:00] <adn34> same to you :) [08:00] <adn34> I use ibus-m17n on Ubuntu [08:01] <adn34> I want to use m17n with fcitx [08:01] <adn34> I have installed fcitx-m17n package through apt-get [08:02] <adn34> Also setup fcitx as default through Input configuration [08:02] <adn34> but when I run fcitx on terminal, it throws errors at me [08:03] <Finetundar> adn34: sadly I don't have much I can say to help. You may want to try in #ubutnu. [08:03] <adn34> oh! [08:03] <Finetundar> It's been quite here for several hours [08:03] <adn34> thanks anyway :) [08:03] <Finetundar> NP [08:04] <Finetundar> :) [08:45] <DDR> Hi all. How do I make ctrl-d not send the end-of-file to konsole? I'd like to sub in something a little harder to accidentally press. [08:46] <DDR> A program I'm developing has ctrl-d mapped to 'open Debug console', and... yeah. [09:35] <murthy> could anyone confirm if this bug is really fixed https://bugs.kde.org/show_bug.cgi?id=346602 [09:35] <murthy> The bug is still present in kde 5.4.2 [10:20] <Kenniw> hi [10:21] <Kenniw> im just about to install the 15.10 kubuntu and i have some troubles with the disk setup [10:22] <Kenniw> i was dual booting w/ ubuntu and win before and i now want to erase that old ubuntu and replace it w/ the new but to keep the win [10:23] <soee> you have separate partitions for windows and ubutnu right ? [10:23] <Kenniw> is there any option how to completely erase the old version while keeping the win partition and if not which one of 'Ubuntu' and sda3 (unknown) is the older and which one is the new versio [10:23] <Kenniw> n? [10:23] <Kenniw> yes [10:25] <soee> well do nothing with windows partition than, erase the one with ubuntu but i suggest to have 2 partition for kubuntu - one for / and one for /home [10:25] <Kenniw> sure but how to do? [10:25] <soee> kubuntu installed shoudl detect windows properly and grub will have an option to boot to windows or kubuntu [10:26] <Kenniw> i can only choose between use entire disk and resize while keeping all of the old partitions [10:26] <soee> there is not option to manually do the stuff ? [10:26] <Kenniw> oh yeah [10:26] <Kenniw> sry [10:26] <Kenniw> i didnt notic [10:26] <Kenniw> e [10:27] <soee> https://userbase.kde.org/Kubuntu/Installation#Disk_Setup [10:28] <Kenniw> yeah i looked that up [10:28] <Kenniw> actually i should be able to format every partition except for the one which is ntfs based [10:28] <Kenniw> shouldnt i? [10:29] <soee> i dont know what partitions you have, ntfs is for windows o don't touch it [10:31] <Kenniw> is the type of the new kubuntu ext4? [10:32] <soee> i think this is recommended [12:20] <jubo2> I began bluetooth transfer from phone [12:20] <jubo2> kubuntu asked to "install app" without saying what it is and what for and who/what initiated this [12:22] <jubo2> then after install it showed the name in a dialogue but that got lost now [12:22] <jubo2> Qtapt aptqt something like that [12:23] <jubo2> what was this [12:23] <jubo2> was this initiated by my phone's attempt to upload via bluetooth [12:33] <jubo2> What is this.. [12:35] <jubo2> did I just get rooted because didn't mind installing unnamed software [12:36] <jubo2> I think I saw it was using apt-get to install it [12:45] <BluesKaj> hiyas all [12:46] <aotea> Heyo [12:48] <olkesandr> Hi, guys! [14:33] <mchoaib> hello... I have a small problem with my K 15.10. Wired is fine but when I try Wifi.... is conected but not internet.... I also have W10 and trying using wifi under W10 and works ok... so hardware is fine. I try some change in my config on network configuration and nothing. Any tip? [14:40] <rodolfojcj> run this commands in a terminal: [14:41] <rodolfojcj> ifconfig (to see what's the current IP address settings) [14:41] <rodolfojcj> ping slashdot.org (to see if there's communication with a given host on Internet) [14:42] <rodolfojcj> lspci (to see a list of main hardware components and review if there's something related to the wireless card) [14:52] <mchoaib> thanks for the help, Rodolfo. I will try it and see if i can solve it. Thanks again [15:05] <murthy> can anyone check if they see bookmarks showing up in kickoff even when disabling it in search settings? [15:07] <jasdf> hi, I have a privacy concern [15:07] <jasdf> if google supports kde, isn't the privacy with kubuntu at risk [15:07] <jasdf> ? [15:09] <mparillo> If you run (say) google-chrome under Kubuntu, Google will have access to much the same information as it would under (say) Xubuntu. [15:17] <mparillo> If you execute a google search from firefox, have the same cookie management, script/ad blocking, etc. Google will have much the same information on Kubuntu as (say) Xubuntu [15:19] <rodolfojcj> mchoaib: and to try to get automatically an IP address, run this command: sudo dhclient -v (the "-v" is optional, for verbose output) [15:35] <mchoaib> Hi again. Still with problems. I put irc on my cellphone so i can try what any can help me as soon as i can. Again, i have a laptop with kubuntu 15.10. I can connect with the wifi but can't use internet [15:35] <mchoaib> I tried what another user from here told me, but nothing good yet [15:45] <hazamonzo> Hey folks. Might be a silly question but in the dolphin file explorer.. how can i set all folders / sub folders to a default view type? Like Details View Mode? [15:48] <Seb_web> Hi [15:48] <Seb_web> can someone help me please [15:48] <hazamonzo> Seb_web: I guess you have to ask a question first :) [15:49] <Seb_web> i try to change my user name on my computer, but after i type my password it says acsses denied [15:50] <hazamonzo> Seb_web: How are you trying to do it? Im not sure as i've never tried but it sounds like something you would have to do as root [15:50] <Seb_web> From the system settings [15:51] <hazamonzo> Well the access denied message makes me think you got your password wrong :( [15:52] <hazamonzo> What option in the system settings? [15:52] <mparillo> hazamonzo: Have you tried View > Adjust View Properties? [15:53] <Seb_web> password and user account [15:53] <mparillo> Apply View Properties to all folders? [15:53] <hazamonzo> mparillo: Perfect. Found it. Thank you [15:54] <Seb_web> but i know the password is definetey right [15:55] <hazamonzo> Seb_web: hmm, i can't see the option. What version of KDE? [15:55] <hazamonzo> *Kubuntu [15:55] <Seb_web> kubuntu 14.04 [15:55] <hazamonzo> let me check my other laptop [15:57] <Seb_web> ok [15:57] <hazamonzo> hmm, can't see the option there either :) [15:58] <Seb_web> on system settings account etails [15:58] <Seb_web> *deatils [15:59] <hazamonzo> Seb_web: i see it. and you tried to change your account naame? [16:00] <Seb_web> Yes under user information Name: [16:02] <hazamonzo> Seb_web: yeah. I get the same error message [16:02] <hazamonzo> you may have to do it from the commandline using sudo [16:02] <Seb_web> Oh [16:03] <Seb_web> how do i do that? [16:04] <hazamonzo> Honestly i would have a google as im not too sure [16:04] <hazamonzo> something like "change account name via commandline" [16:05] <Seb_web> yeah ok [16:06] <Seb_web> i might just have to create a new user :( [16:07] <hazamonzo> or you can ask in #ubuntu as it doesn't sound like an issue related to KDE specifically [16:07] <Seb_web> i have a feeling you can only chage it once [16:07] <Seb_web> *change [16:09] <Seb_web> ok thank yu very much for your help! [17:10] <yanis> Hi everybody! [17:11] <yanis> I want to share my happiness after installing tlp battery saving tool! It increases batterylife by 50% on my kubunty 15.10 [21:27] <Eluus> Has anyone tried Pulseaudio equalizer on kubuntu? [21:28] <ameurux> hi [21:28] <ameurux> anyone here? [21:29] <ameurux> hello [21:30] <ameurux> Im running kubuntu 15.10 I tried mplayerthumb but I couldnt make video preview available, any help pls? [21:32] <soee> ameurux: it won't work atm. [21:32] <ameurux> aah ok, thank you [21:32] <soee> something isn't ported yet to new frameworka that makes this problem [21:33] <ameurux> soee many thanks to you, [21:33] <ameurux> we just wait [21:40] <nullzen> how can one go about installing the whole gnome 3 desktop setup on a kubuntu installation? [23:13] <hazamonzo> Hello folks. I finally got Kubuntu installed onto my new laptop after a couple of issues with the Nvidia 352 drivers and after everything was working well... i reboot, get past the kubuntu splash and im back to a black screen :( [23:13] <hazamonzo> Super sad days [23:13] <hazamonzo> Any ideas what i can do to debug this issue? Im trying to find the root cause to this graphics driver problem [23:14] <hazamonzo> im not sure if you're online lordievader but you might remember my problems with this :) [23:48] <theteju> Hey guys,, [23:48] <theteju> Only thing holding me switching to Kubuntu 14.03 64 bit is my printer. [23:49] <theteju> I have successfully installed the printer. but it does not print a test page. [23:49] <theteju> status says,, data sent successfully but printer is not printing. [23:50] <theteju> Printer : Canon Imageclass D480. always works on 32 bit. but for some reason never has success for 64 bit. except in 8.10 ubuntu long time back [23:50] <theteju> :P
ubuntu-chat
2024-05-13T22:11:31.534164
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Abe", "BluesKaj", "CapsAdmin", "DDR", "Dragnslcr", "Eluus", "Finetundar", "Kenniw", "Mamarok", "Seb_web", "adn34", "ameurux", "aotea", "denza242", "hazamonzo", "jasdf", "jubo2", "mchoaib", "mparillo", "murthy", "nullzen", "olkesandr", "rodolfojcj", "soee", "theteju", "yanis" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23kubuntu.txt", "channel": "#kubuntu" }
2015-11-01-#snappy
[08:58] <tasdomas> hi, I just wanted to check - does hw-assign restart the affected service? [18:22] <Chipaca> tasdomas: it should, but I think there's an open bug about it not doing so [18:22] <tasdomas> Chipaca, understood - thanks [18:23] <Chipaca> bug #1484645 in launchpad
ubuntu-chat
2024-05-13T22:11:31.536928
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Chipaca", "tasdomas" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23snappy.txt", "channel": "#snappy" }
2015-11-01-#ubuntu-za
[10:33] <Kilos> afternoon everyone [10:34] <Kilos> for those that are health conscious please read carefully http://www.radianthealthstrategies.com/healing_power_of_salt.php [10:38] <Kilos-> some not so good news about refined salt [11:01] <gremble> :/ That article is a sham Kilos. :< [11:03] <gremble> "Himalayan crystal salt" is just normal halite (rock salt or Sodium Chloride (NaCl just like table salt)) that has trace amounts of iron oxide in [11:04] <gremble> There is nothing organic about salt [11:05] <gremble> It is an ionisation bond between a metal and non-metal, so it is always strongly bonded as a crystal "chemical bonds are so strong that it cannot be easily broken down or metabolized by our bodies" We cannot metabolise salt regardless of what kind of salt it is, it is broken down by water into it's two constituents, Soduim and Chloride, fairly easily [11:06] <gremble> Sodium does not occur naturally, we need to take it in. Just like we need to take in magnesium and iron etc [11:07] <gremble> I cannot attest to the health benefits or problems that salt causes, but I can say that this article is being deceitful in its attempt to promote conscientious use of salt :< [11:16] <Kilos-> so the refining process doesnt do it any harm? [11:16] <Kilos-> im not worried about the crystal stuff from himalaya [11:16] <Kilos-> i use course salt [11:17] <Kilos-> were have a course salt grinder [11:17] <Kilos-> other wise its like eating stones [11:19] <gremble> refined salt is coarse salt that has been grinded down in industrial grinders [11:23] <Kilos-> not heated? [11:24] <gremble> Yup, to remove the water. Doesn't change the chemical composition of the salt, only the mixture. As soon as you reintroduce water it is the same again [11:26] <Kilos-> ah so saying the heating process does harm is wrong [11:27] <Kilos-> the salt i know comes from salt pand where they sun dry the salty water then bag the crystals [11:27] <gremble> Yup [11:28] <gremble> But you also get salt mines that mine ancient saltpans that are underground now [11:28] <gremble> Just like iron can form underground deposits, so does salt. In that form it is called Halite [11:28] <gremble> They mine it by pumping hotwater into the mine to dissolve the salt, and then pump the saline water out to dry on a salt pan [11:29] <gremble> So it is pretty much exactly the same [12:00] <Kilos-> ah [12:00] <Kilos-> ty for that info [14:15] <superfly> gremble: while you are probably right about the salt, most of the stuff we get in the shops is processed, and that means they've likely added stuff to it. [14:17] <superfly> Also, there is no legal obligation for companies to reveal exactly what they do to food. [14:20] <superfly> For instance, the honey you generally buy in shops is largely the same as syrup, because the radurisation kills all the enzymes. [14:31] <gremble> superfly: which is a shame. Then again, we'd all be so angry if we kept getting sick from milk or we found out that certain foods naturally have a less than appatising colour. :< [14:36] <superfly> Well, "appertising" is quite a subjective thing. [14:37] <superfly> And pasturising kills the gerbies in milk, what does the other stuff add? [14:37] <gremble> Homogenousing agents prevent the fat in the milk from splitting with the water, so that it looks nice and uniformly white [14:38] <superfly> Let's not forget the role that advertising has. There's that great story about how De Beers engineered the diamond market [14:38] <gremble> Oh yes [14:38] <gremble> All in all, the consumer society is sort of set against us :P [14:38] <gremble> (as consumers) [14:38] <superfly> gremble: have you had unhomogenised milk? [14:39] <gremble> I've had milk from cows directly from the cow [14:39] <gremble> Was pretty good [14:39] <gremble> Much richer than what I am used to [14:39] <superfly> Indeed. Generally better than what's in the shops. [14:40] <superfly> I actually dislike consumerism, and generally try not to take part. [14:42] <gremble> I put my foot down when it comes to clothes. I hate buy clothes, shoes etc, because everything has a label or a brand or some shit on it that turns me into a walking ad, using adspace that I had to pay for [14:56] <Kilos-> hahahaha [14:56] <Kilos-> hi superfly [14:58] <Kilos-> sorry i was missing for 2 days i think. hit a bp low [14:58] <Kilos-> then started investigating salt [14:59] <Kilos-> forgot to have extra salt for 3 days. wont do that again. 73/60 bp not healthy [15:00] <Kilos-> back to 95/76 so far [15:05] <Langjan> hi Kilos- are you ok? [15:06] <Langjan> Steamy 37 at Warmbaths, Hotbaths [15:16] <Kilos-> yes ty Langjan [15:16] <Kilos-> we had 34 on a verandah in the shade today [15:16] <Kilos-> wind didnt even help [15:17] <Langjan> Pretty steamy all over, praying for some rain. Good to see you're fine, have you booked your flight yet? [15:17] <Kilos-> not yet [15:17] <Langjan> dates? [15:21] <Langjan> do you have departure dates in mind yet? [15:23] <Langjan> I'm looking forward to pick Juanita up at the airport Wednesday, been a long 3 weeks [15:23] <superfly> http://openlp.org/blog/2015/11/01/first-22-series-bugfix-release-openlp-221 [15:24] <superfly> ag [15:24] <superfly> http://ewn.co.za/2015/11/01/Warning-of-heavy-rainfall-possible-flooding-issued-in-the-Cape [15:24] <superfly> paste buffer not working properly [15:24] <superfly> and lag times > 10 seconds [15:25] <Langjan> hi superfly tell them to send some rain to Limpopo [15:26] <superfly> hi Langjan, I would if I could! [15:26] <Langjan> thks! [15:46] <nlsthzn> hi all... long time etc... hope all is well [15:46] <Kilos-> hi nlsthzn [15:47] <Kilos-> Langjan we hoping to apply for online visa this week [15:48] <Kilos-> i need to get some photo copeis made and notarised by cops [15:48] <Kilos-> might still need to go the paper route though but we hoping [15:51] <nlsthzn> so you both going somewhere? [15:51] <Kilos-> hahaha ya nlsthzn im hoping to get to debs by Christmas [15:52] <Kilos-> and jans wife coming back from india [15:52] <nlsthzn> awesome :) hope it all works out (for everyone) [15:52] <Kilos-> ty [16:02] <nlsthzn> well that looks like dinner time for me :) - hope all of a quiet Sunday (I will lurk here in the shadows) [16:02] <Kilos-> cool enjot [16:02] <Kilos-> y [16:16] <Langjan> Strongs Kilos- hope all goes well for you. [16:45] <magespawn> good evening [16:45] <magespawn> i am having a bit of a problem installing certain programs on debian that i have running on my ubuntu machine [16:46] <magespawn> specifically byobu [16:47] <gremble> According to the byobu page, it seems to have been made especially for ubuntu [16:47] <gremble> What are the problems that you seem to have? [16:48] <magespawn> i was trying to apt-get install it, i can build it from source i suppose [16:48] <gremble> It seems to be in the debian repos [16:49] <gremble> What was the issue? [16:49] <magespawn> my apt-get does not find it [16:49] <magespawn> so i need to add the repo just not sure which one [16:49] <magespawn> i thought i had all the standard ones going already [16:50] <gremble> According to https://packages.qa.debian.org/b/byobu.html, it's there [16:50] <magespawn> let me see [16:50] <Kilos-> oh my magespawn [16:50] <Kilos-> you forgot to update [16:50] <Kilos-> hehe [16:50] <Kilos-> hope all well there [16:51] <gremble> magespawn: https://packages.debian.org/stable/byobu [16:51] <gremble> It's definitely there [16:53] <magespawn> no Kilos, always up to date, at least once a week [16:53] <magespawn> thanks gremble [16:53] <magespawn> cool will see what else could have gone wrong [16:53] <gremble> Haha it's a pleasure, but I didn't help you solve your problem :P [16:55] <magespawn> i have to add this deb http://ftp.de.debian.org/debian jessie main to my sources file [16:56] <gremble> That is the name of new stable if I recall correctly [16:56] <gremble> You should have one named stable that points to the same thing [16:59] <magespawn> gremble i installed from a dvd and left that listed as the main source for my computer [17:03] <magespawn> running update again now, lets see what happens [17:05] <gremble> magespawn: stable is a reference to whichever repository currently has stable status. So these days it points to Jessie. Unstable points to sid at the moment. When sid goes to stable, jessie will be old-stable, sid will be stable and then something else that hasn't been named yet will become unstable [17:06] <magespawn> thanks gremble, working as it should now [17:06] <gremble> Oh. [17:06] <gremble> See, that's weird [17:06] <gremble> haha [17:06] <magespawn> i did a lot of the install manually with this one [17:08] <gremble> I haven't touched debian in ages :< [17:08] <gremble> Luckily it is antique so you never really forget how it works [17:10] <magespawn> i was convinced by a friend to try it [17:10] <gremble> You should try arch linux [17:11] * gremble winks and nudges [17:14] <magespawn> would it run on an antique laptop? [17:15] <gremble> It should [17:16] <gremble> Nothing ever really gets taken out of the kernel so the drivers and stuff should be there [17:29] <magespawn> i just thought that it might be too much for it though [17:29] <gremble> Why so? [17:29] <magespawn> 512kb ram [17:30] <gremble> Haha that is quite a tiny computer that you have there [17:31] <Kilos-> sjoe [17:31] <Kilos-> tha is min ram [17:31] <Kilos-> t [17:31] <magespawn> yes i have had it for four years, and it was second hand then [17:39] <magespawn> 1.7Ghz processor [17:41] <magespawn> sorry looks like i actually have 1 gig [17:41] <Kilos-> ram? [17:42] <Kilos-> thats better [17:42] <gremble> I currently have 2 :D [17:43] <Kilos-> night all. sleep tight [17:43] <gremble> nn Kilos- [17:51] <magespawn> he goes really quickly [18:08] <magespawn> right back [18:16] <gremble> Welcome back [18:22] <gremble> HDD's are ridiculously expensive [18:22] <gremble> >.< [18:37] <gremble> Dammit, superfly left [18:38] <gremble> Look at this: https://benkurtovic.com/2014/06/01/obfuscating-hello-world.html [18:38] <gremble> Haha [19:20] <Cryterion> Looks interesting gremble! [19:20] <Cryterion> Hi everyone [19:23] <magespawn> hi Cryterion [19:24] <Cryterion> heya magespawn [19:25] <gremble> Hey Cryterion [20:36] <Cryterion> grrr, bif difference between a char and unsigned char with if statements, but no problem passing between the two among functions.... [20:36] <Cryterion> night all [20:38] <gremble> what language Cryterion [20:39] <Cryterion> gnu c [20:39] <gremble> Ah yes. It likes to implicitly cast [20:39] <Cryterion> was checking a char if was 0xFF, which it cannot be [20:40] <Cryterion> cast to unsigned then it can be [20:41] <Cryterion> That does explain why the ASCII table can only go to 0x7F [20:41] <gremble> https://stackoverflow.com/questions/14713102/what-does-and-0xff-do [20:43] <Cryterion> I know the And/Or procedure, just not used the using 'char' as all my embedded stuff is based around 'unsigned char' unless it's a 'char*' [20:44] <gremble> It seems that they recommend using unsigned types. [20:44] <gremble> I've never done embedded work, so I cannot comment :P [20:44] <gremble> My interest is type systems XD [20:45] <Cryterion> From what I know most people do prefer [20:46] <Cryterion> Mainly data reading reading, process and then action IO, automation control [20:47] <Cryterion> But has to have recipe type options in it [20:47] <gremble> Is C the only language that you can do embedded work in? [20:48] <Cryterion> Atm yes [20:48] <Cryterion> Assembly ages ago
ubuntu-chat
2024-05-13T22:11:31.541862
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Cryterion", "Kilos", "Kilos-", "Langjan", "gremble", "magespawn", "nlsthzn", "superfly" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-za.txt", "channel": "#ubuntu-za" }
2015-11-01-#kubuntu-devel
[12:45] <BluesKaj> hiyas all [15:08] <murthy> yofel: https://bugs.kde.org/show_bug.cgi?id=354230 [15:09] <murthy> the patch, is that a proper fix? I tested the package from the updates ppa [15:18] <murthy> and the volume icon is not getting loaded, but the panel loads normally. I removed all the bluez packages and the problem is solved [16:04] <yofel> murthy: that has nothing to do with the volume icon.. [16:04] <yofel> but according to upstream it should fix the planel delay [16:35] <snele> it seems that newest trusty backports (is staging) broke qtcurve [16:35] <snele> The following packages have unmet dependencies: [16:35] <snele> kwin-style-qtcurve : Depends: libkdecorations4abi1 (>= 4:4.8.80) but it is not going to be installed [16:35] <snele> E: Unable to correct problems, you have held broken packages. [17:45] <snele> sgclark: it seems that trusty staging broke qtcurve [17:45] <snele> The following packages have unmet dependencies: [17:45] <snele> kwin-style-qtcurve : Depends: libkdecorations4abi1 (>= 4:4.8.80) but it is not going to be installed [23:48] <sgclark> snele: hmm I see. [23:48] <sgclark> this abi thing has been breaking more than it helps [23:49] <sgclark> this is not even a package iin this set [23:49] <sgclark> pft [23:49] <sgclark> dealing with this tomorrow [23:59] <sgclark> we don't even maintain that, not sure what to do there. [23:59] * sgclark crawls back into her Sunday slumber
ubuntu-chat
2024-05-13T22:11:31.545952
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "BluesKaj", "murthy", "sgclark", "snele", "yofel" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23kubuntu-devel.txt", "channel": "#kubuntu-devel" }
2015-11-01-#ubuntu-br
[00:08] <MerliM> boa noite [00:09] <astroo-> ola [00:59] <Mangusto> Quando eu crio um arquivo percebi que ao digitar "ls -a" aparecem arquivos com "~" no final. Vocês poderiam me dizer o que é ou me enviar um link explicando (juro que não encontrei)? [01:09] <MerliM> Boa noite domingo no fantastico reportagem sobre dados privados como as pessoas conseguem acesso aos dados de outras interessante assistir!!! [02:42] <MarconM> onde posso baixar a 16.04 : [02:42] <MarconM> ? [02:43] <MarconM> tem Iso ou apenas por upgrade ? [02:43] <astroo-> essa ainda nao apanhei [02:44] <manokara> MarconM: 15.10 acabou de sair. O Alpha 1 do 16.04 sai dia 31 de dezembro [02:44] <MarconM> vou ver se acho na net para baixar [02:44] <MarconM> a sim [02:44] <MarconM> manokara: vlw [02:44] <MarconM> sera q o tema vai ser igual estava mostrando na net [02:44] <manokara> No caso, acho que vc queria a 15.10 :p [02:45] <MarconM> a 15.10 [02:45] <MarconM> eu to usando [02:45] <MarconM> =) [02:45] <manokara> oh [02:45] <manokara> será? quem sabe :D [02:45] <manokara> achei o nome legal [02:46] <hggdh> cdimages.ubuntu.com [04:54] <astroo-> ciao pessoal [14:39] <totimkopf> fala [14:57] <shallwe> boa tarde galera [14:58] <shallwe> puxa não sabia, mas testei no meu pc e no notebook e o novo kernel 4.2 ta quebrando o ubuntu pra quem tem video AMD Ati com drive proprietário instalado :( [14:58] <KurtKraut> Mangusto, São arquivos de backup. Alguns softwares (ex.: gEdit) salvam esses arquivos enquanto você tem edições não salvas num TXT, similar ao que o LibreOffice faz (e te dá aquela opção de recuperar um arquivo não salvo) [15:00] <shallwe> só pra deixar ai pra quem estiver com dificuldades ou quebrando o ubuntu com drive da amd [15:00] <shallwe> https://wiki.archlinux.org/index.php/AMD_Catalyst [15:00] <shallwe> Warning: Catalyst does not support Linux kernel in version 4.2 and above. Officially, Catayst 15.9 supports Linux kernels up to 3.19. We are using community patches to provide support for up to 4.1 Linux kernel. [15:05] <rafaelsoaresbr> shallwe, driver proprietário é assim mesmo, saiu uma nova versão do xorg ou do kernel quebra todo. Por isso do noveau [15:06] <KurtKraut> shallwe, Um dos motivos de eu deliberadamente comprar NVIDIA em vez de AMD é justamente o suporte no Linux. [15:07] <KurtKraut> shallwe, Com AMD, se consegue mais poder de GPU por R$, mas a compatibilidade é sofrível. [15:09] <rafaelsoaresbr> KurtKraut, também mudei pra NVidia. Desde que a AMD descontinuou o suporte para placas antigas tipo a minha HD4670. Se até para windows foi descontinuado imagina para linux. [15:16] <edenc> Eu recomendo não comprar placas proprietárias que não tenham suporte ao kernel atual [15:16] <edenc> é o único jeito de obrigar os fabricantes a abrirem o código ou darem suporte decente [15:17] <edenc> Não vejo a hora do movimento de hardware aberto chegar nas placas de vídeo [15:17] <edenc> Aí tanto a nvidia quanto a amd vão se ferrar bonito [15:18] <rafaelsoaresbr> edenc, deviam seguir o exemplo da intel rs [15:18] <edenc> mas a intel também fabrica hardware proprietário [15:18] <edenc> muito em breve vai rolar um laptop/desktop parecido com o RPi [15:21] <rafaelsoaresbr> sim sim, pelos menos o driver [15:25] <shallwe> vixi bordas e barra do unity sumiu kkkk [15:25] <shallwe> to só com a tela de fundo e os aplicativos abertos através do terminal [15:27] <shallwe> fui inventar de colocar tirar o drive proprietário da ati e ralou tudo, deve ter quebrado, jeito é instalar de novo, sorte que tenho tudo no dropbox [15:27] <shallwe> kernel 4.2 ta fumado com drive proprietário da ati não ta rolando [15:32] <omelete> aqui video onboard é ati, só da para usar o proprietario [15:32] <omelete> aberto funciona, mas tem um tearing video q já tentei tirar e nunca consegui [15:34] <shallwe> omelete, mas vc ta com o kernel 4.2? [15:34] <alexandre_> quero instalar linux na minha maquina antiga qual o melhor [15:35] <omelete> shallwe, sim, mas vga nvidia [15:35] <shallwe> omelete, a bom [15:35] <shallwe> alexandre_, qual a configuração? [15:35] <shallwe> processador e memória ram? [15:36] <Emidio> ola! [15:36] <Emidio> 2G [15:36] <Emidio> amd pheton [15:36] <shallwe> omelete, pois é ubuntu 15.10 ta quebrando as ati com drive proprietário, não é o ubuntu é o kernel 4.2 que vem junto, no site da amd diz que o catalyst não está suportando o kernel 4.2 pra cima :( [15:36] <alexandre_> processador duo memoria 3 g [15:36] <shallwe> alexandre_, ubuntu então 14.04 [15:37] <alexandre_> obrigado vou perquisar ok [15:37] <shallwe> Emidio, você quer instalar ubuntu isso? [15:37] <shallwe> alexandre_, blz no site do ubuntu tem ele [15:37] <shallwe> pega o 64bit [15:37] <Emidio> Estou querendo instalar [15:37] <Emidio> de novo [15:37] <Emidio> a partir do dvd [15:37] <alexandre_> mais minha maquina e 32 bits [15:37] <Emidio> com é que faço [15:38] <Emidio> 32 [15:38] <shallwe> alexandre_, a bom, então pega o 32 mesmo :) [15:38] <alexandre_> ok blza [15:38] <Emidio> ele fala tem 63 [15:38] <Emidio> 64 [15:38] <shallwe> Emidio, tem 64 oq? [15:39] <shallwe> a ta 64 bit [15:39] <Emidio> já abaixei, mas não consigo rodar a parti dodvd [15:39] <shallwe> por que não consegue, não aparece no início? [15:39] <Emidio> tem alguma obs que não vir [15:40] <Emidio> coloco o dvd mas vai direto para o sistema instalado [15:40] <Emidio> mesmo iniciando nele [15:40] <Emidio> sera que abaxei errado [15:40] <shallwe> Emidio, é que vocẽ precisa mudar na bios a ordem do boot [15:41] <shallwe> você gravou a iso que baixou com qual programa? [15:41] <Emidio> mudei para iniciar pelo dvd [15:41] <Emidio> mesmo assim [15:41] <Emidio> pau [15:41] <shallwe> e como vc gravou o cd? [15:41] <Emidio> dvd [15:41] <shallwe> isso como gravou ele? [15:42] <Emidio> como assim? [15:42] <shallwe> você baixou a iso eusou qual programa pra grava no dvd? [15:43] <Emidio> ubuntu esta dando conflito com vidieo [15:44] <shallwe> Emidio, somente o 15.10 se for drive ati proprietário [15:44] <shallwe> mas o opensource está ok [15:44] <Emidio> qual o link [15:44] <shallwe> Emidio, você não tem pendrive? é bem melhor [15:44] <Emidio> tenho [15:45] <shallwe> então, usa ele, está ainda com a iso aí do ubuntu? [15:45] <Emidio> mas eu não tenho esta opcao na bios [15:45] <Emidio> eu acho [15:45] <Emidio> maquila velha [15:45] <shallwe> tem que ter [15:45] <shallwe> ta mas o dvd, você não disse qual programa usou pra gravar o ubuntu nele [15:46] <Emidio> 14.10 [15:46] <shallwe> Emidio, não entendi, você gravou o dvd no windows ou no linux? [15:47] <Emidio> no windows [15:47] <shallwe> ok, e qual programa lá você usou pra gravar o dvd? [15:47] <Emidio> meu linux esta norma [15:47] <Emidio> ate atualizar a placa de videio [15:48] <shallwe> Emidio, estou tentando te ajudar, mas preciso saber, qual programa você usou pra gravar a iso no dvd no windows? [15:49] <Emidio> Ashampoo Burning Studio 14 [15:50] <shallwe> e vc baixou o ubuntu 14.10? [15:50] <Emidio> sim [15:50] <Emidio> ele esta com 13.04 [15:50] <shallwe> na realidade o 14.10 não é mais suportado, mas não tem nada a ver com o boot [15:50] <shallwe> recomendo baixar o 14.04 [15:50] <Emidio> blz [15:51] <shallwe> e depois que você gravou dá uma olhada, abre o diretório do dvd e ve se está lá o conteúdo do ubuntu [15:51] <shallwe> se estiver é coisa da sua bios mesmo [15:51] <Emidio> vou analisa [15:51] <Emidio> sou iniciante no linux [15:52] <Emidio> mas logo pego o jeito [15:52] <shallwe> tranquilo, se quiser pode tentar com pendrive tb [15:52] <shallwe> com certeza sua bios deve ter opção pra acionar ele no boot [15:52] <Emidio> blz [15:52] <Emidio> vou ver [15:52] <Emidio> obrigado [15:52] <shallwe> Emidio, qualquer coisa olha aqui http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows [15:53] <shallwe> pra gravar a iso no pendrive [15:53] <shallwe> tem que baixar um programa mas é bem fácil, não tem erro [15:53] <Emidio> valeu [15:53] <shallwe> tranquilo :) qualquer coisa estamos aí [16:43] <coliveiradots> Galera, boa tarde, vou sair do windows 10 e ir pro ubuntu [16:44] <Netocop> Boa! [16:44] * manokara bate palma [16:44] <coliveiradots> netflix no ubuntu, ta rolando já? [16:44] <manokara> rapaz, só no Google Chrome que eu saiba (chrome mesmo, não chromium) [16:45] <coliveiradots> e o dual boot dele com o win10 rola sem problemas? [16:45] <manokara> por causa de uma tecnologia de DRM lá que o netflix exige [16:46] <manokara> coliveiradots: ai não sei. dual boot sempre tem umas coisinhas... [16:46] <coliveiradots> criei uma partição já [16:46] <manokara> to numa outra distro aqui e coloquei o grub e pa, 2 boots depois a entrada do win10 sumiu [16:47] <manokara> mas acho que é porque o kernel atualizou, dai te que reconfigurar o grub [16:49] <coliveiradots> instakeu yn aokucatuvi aqui no smartphone [16:49] <coliveiradots> pra irc [16:49] <coliveiradots> como faço pra conectar neste canal? [16:49] <manokara> instalou um oq? kk [16:50] <coliveiradots> eita [16:50] <coliveiradots> um aplicativo [16:50] <manokara> deve ter alguma opção no menu [16:50] <manokara> mas tenta digitar /join #ubuntu-br [16:50] <manokara> na caixa de msg [16:50] <coliveiradots> isso [16:50] <coliveiradots> que eu queri saber [16:50] <coliveiradots> valeu [16:50] <manokara> fmz [16:51] <coliveiradots> qual o server? [16:51] <manokara> freenode [16:51] <coliveiradots> mas ó isso [16:51] <coliveiradots> ? [16:51] <manokara> hmm [16:51] <manokara> ele não vem com uma lista de servers? que app é esse? [16:52] <manokara> mas a proposito, é irc.freenode.net [16:54] <coliveiradots> isso [16:54] <coliveiradots> hahaha [16:55] <coliveiradotsSF> Cheguei [16:55] <coliveiradotsSF> Pelo smartphone [16:56] <manokara> \o/ [16:57] <coliveiradotsSF> To usando um app de irc np windowsphonw [16:57] <manokara> hmm [17:00] <coliveiradots> Irc free [17:00] <coliveiradots> O nome do app [17:02] <coliveiradots> Nostalgia entrar aqui [17:35] <shallwe> o.O [17:36] <coliveiradots> Galera quando crio partocao swap o espaço livre fica inutil [17:36] <coliveiradots> Normal isso? [17:39] <coliveiradots> ? [17:40] <manokara> hmm [17:40] <manokara> bom, se sobrou pouco espaço, normal acontecer [17:40] <manokara> e tem também um limite de 4 partições primárias [17:41] <coliveiradotspc> pois e, mas posso criar area de swap depois [17:41] <coliveiradotspc> ? [17:42] <coliveiradotspc> deixei 2gb para swap mas esta inutil [17:42] <coliveiradotspc> o ponto de montagem para a particao que vai ficar o ubuntu e a barra mesmo? [17:44] <manokara> cria uma partição extendida [17:44] <manokara> dai vc pode colocar o que der no espaço livre [17:45] <manokara> swap, partição extra, etc [17:45] <manokara> sim, é [17:45] <coliveiradotspc> @manokara eu sou noob [17:45] <coliveiradotspc> j[a mandei instalar [17:45] <manokara> oh [17:46] <manokara> eu tambem não manjava desse lance de 4 partições no principio. tive que reescrever a tabela de partição várias vezes :p [17:47] <coliveiradotspc> mandei instalar e o botao desabilitou [17:47] <coliveiradotspc> nao tem barra nao tem nada mostrando o andamento, eh normal isso? [17:47] <omelete> 2gb tá bom para swap [17:48] <manokara> daqui a pouco a barra começa a andar [17:49] <coliveiradotspc> ansiedade, haahahahah [17:49] <coliveiradotspc> nada da barra [17:50] <coliveiradotspc> mas vou esperar [17:50] <shallwe> caramba como gnome 3 é pesado [17:50] <shallwe> movendo uma jenala fica mega lento kkk, incrível pensar que unity é gnomes 3, mas unity roda muuuito melhor [17:51] <omelete> hw antigo? [17:51] <coliveiradotspc> eu acho o gnome [17:51] <omelete> pc de 2008 roda legal [17:51] <coliveiradotspc> bonito pra caramba [17:53] <coliveiradotspc> nada [17:53] <coliveiradotspc> vou ali no windows e ja volto [17:53] <shallwe> omelete: se um phenon x4 de 4ghz com 8gb de ram e uma ati hd 7850 for antigo ... [17:53] <shallwe> a não ser que o drive opensource da ati não esteja ativo [18:00] <omelete> deve ser o drive [18:02] <Chungrinha> oi [18:02] <shallwe> omelete: só pode, estou instalando o proprietário pra ver [18:03] <shallwe> é que no ubuntu já vem por padrão o opensource [18:03] <shallwe> Chungrinha: olá [18:03] <Chungrinha> ou como que eu intalo o pacote de linguagens tb-br [18:03] <Chungrinha> no ubunto 14.10 [18:03] <Chungrinha> instalo kkk [18:03] <Chungrinha> ubuntu [18:03] <Chungrinha> vish kkk [18:04] <shallwe> você está com ele em inglês? [18:04] <Chungrinha> sim [18:05] <shallwe> acredito que se você mudar a lcalização ele irá instalar sozinho não? [18:06] <Chungrinha> no programa de pacote de linguagens so aparece a op;'ao em ingles [18:06] <shallwe> em language suport [18:06] <Chungrinha> como que eu mudo a localizaao [18:06] <Chungrinha> localizacao [18:06] <shallwe> sim vc tem que adicionar o portugues pt br [18:06] <shallwe> tem o botão logo abaixo install [18:06] <shallwe> install / remove ... [18:08] <Chungrinha> ent'ao ai quando eu vou nesse install - remove [18:08] <Chungrinha> ele n'ao aparece mais nenhuma opcao [18:08] <shallwe> então parte pro terminal mesmo [18:10] <Chungrinha> vc sabe como que instala pelo terminal [18:11] <shallwe> sim [18:11] <Chungrinha> apt-get install language pt-br [18:11] <shallwe> só não lembro o nome do pagote [18:11] <Chungrinha> assim [18:11] <Chungrinha> kkkk [18:12] <shallwe> só uma pergunta, onde vc pegou esse ubuntu 14.10? [18:13] <Chungrinha> no site da ubuntu [18:13] <shallwe> ubuntu.com? [18:14] <shallwe> é que o 14.10 não é mais suportado, legal seria vc ter o 14.04 [18:14] <shallwe> ou o 15.10 [18:15] * KurtKraut recomenda o 15.10 [18:15] <Chungrinha> blz [18:15] <Chungrinha> vou tentar baixar o 15.10 [18:15] <shallwe> se nao tiver placa de video amd ati tb recomendo [18:16] <Chungrinha> a minha e uma gtx550ti [18:16] <shallwe> entao ta blz [18:16] <KurtKraut> Chungrinha, Exatamente a que eu tenho :D Works like a charm. [18:16] <Chungrinha> kkkkk ela e muito boa [18:16] <shallwe> e baixa no ubuntu.com não sei de que site vc pegou pq esse 14.10 não tem mais faz tempo pra download [18:17] <shallwe> ai já escolhe o portugues do brasil no começo da instalação [18:17] <Chungrinha> entendi [18:17] <Chungrinha> e pq esse computador aqui veio com o windows 10 [18:17] <Chungrinha> horrivel d+ [18:18] <Chungrinha> ai eu baixei o primeiro ubuntu que eu vi [18:18] <Chungrinha> kkkkkkkkkkkk [18:18] <shallwe> depende vc vai jogar algo? [18:18] <KurtKraut> Estou usando o Ubuntu Gnome 15.10 (a imagem mais purista e oficial do Ubuntu com Gnome). Boota beeem rápido. [18:18] <hggdh> 14.10 não mais é suportada... [18:19] <Chungrinha> vou jogar nada no pc nn [18:19] <Chungrinha> to jogando so com o ps4 [18:19] <shallwe> bom mas pra ter essa placa de vídeo com certeza ubuntu 15.10 [18:19] <shallwe> 64bit claro [18:19] <Chungrinha> sim 64... [18:20] <Chungrinha> tenho 4gb de ram [18:20] <shallwe> hggdh: pois é não sei como aparece tanta gente com esse ubuntu falando que baixou do site [18:20] <shallwe> mas lá nao tem nada kkk só se for de outro site [18:20] <hggdh> shallwe: o site ubuntu-br.org ainda fala de 14.10... [18:20] <KurtKraut> hggdh, Bem notado. [18:20] <shallwe> aaa ta então é de la [18:20] <coliveiradots> Ubuntu funciona normal.em.menos de 40gb? [18:21] <shallwe> coliveiradots: claro [18:21] <hggdh> KurtKraut: tentei, mas ainda não consegui um update lá. [18:21] <Chungrinha> doideira... poderia jurar ter baixado do site da ubuntu [18:21] <shallwe> eu tenho ele instalado em uma partição de 60gb [18:22] <shallwe> 60gb e tenho 23gb dele só com virtualbox [18:22] <shallwe> e ainda sobra espaço [18:22] <coliveiradots> A nova versão ele ta dando pau [18:22] <coliveiradots> Não instala [18:22] <shallwe> coliveiradots: não é pau é o kernel [18:22] <shallwe> vc tem ati drive né? [18:23] <coliveiradots> Não sei [18:23] <coliveiradots> So sei que sou noob [18:23] <shallwe> coliveiradots: é o ubuntu novo vem com o kernel 4.2 e o drive proprietário da ati nao da suporte ainda ao kernel novo [18:23] <shallwe> então quem instala drive proprietário da pau [18:23] <shallwe> mas drive opensource funciona blz, estou usando ele [18:24] <Chungrinha> eu entrei aqui no site est[a disponivel o ubuntu 14.10 [18:24] <Chungrinha> http://ubuntu-br.org/ [18:24] * hggdh despairs [18:24] <shallwe> Chungrinha: ubuntu.com [18:25] <shallwe> lá não tem erro [18:25] <Chungrinha> vou ver aqui [18:25] <hggdh> releases.ubuntu.com [18:27] <Chungrinha> achei [18:27] <hggdh> para a futura 16.04, cdimage.ubuntu.com/daily-live [18:27] <Chungrinha> tem o 14.04.3 LTS [18:27] <Chungrinha> e o Ubuntu 15.10 [18:28] <Chungrinha> qual e mais recomendado [18:28] <hggdh> 14.04.3 é mais estável, e suportada por 5 anos. 15.10 termina o suporte em Julho 1026 [18:28] <hggdh> *2016 [18:29] <shallwe> o .3 quer dizer que é o terceiro ano certo? [18:29] <shallwe> ou realse 3? [18:29] <Chungrinha> vlw [18:30] <Chungrinha> vou baixar aqui [18:32] <Chungrinha> 1006 MB... [18:32] <Chungrinha> levinho [18:32] <coliveiradots> O ultima versão não quis instalar em 40 gb [18:32] <coliveiradots> Particioneone deu certo [18:32] <shallwe> coliveiradots: só se ele pediu swap [18:33] <hggdh> shallwe: terceiro point release [18:34] <shallwe> ah ta blz [18:36] <shallwe> agora que coisa estranha, mas ta certo, instale ubuntu 64bit no meu note antigo e rodou melhor que a versão 32bit kkk, pelo menos parece que as coisas funcionam melhor [18:36] <shallwe> principalmente google chrome [18:37] <Chungrinha> o chrome no windows consome muita memoria ram [18:38] <Chungrinha> no ubuntu eu ja nn sei [18:40] <shallwe> mesma coisa [18:40] <shallwe> mas ainda acho o melhor, mais rápido e roda melhor os sites [18:40] <shallwe> principalmente pra quem tem note mais level [18:41] <Chungrinha> eu gosto por causa das extencoes [18:41] <shallwe> youtube rodo a 720p no google chrome, no firefox nem chorando kkkk, e iss que é html5 [18:41] <shallwe> é tem isso tb [18:41] <manokara> :o [18:42] <Chungrinha> o adblock e a melhor [18:42] <Chungrinha> mas tem alguns sites que a bloqueiam [18:45] <Chungrinha> ou vou sair aqui... [18:46] <Chungrinha> vlw pela ajuda, boa tarde a todos [18:47] <coliveiradots> Tirei o pendrive e o esta entrando direito n Linux [18:47] <coliveiradots> No Windows [18:47] <coliveiradots> Windows fdp [18:47] <manokara> acho que o bootloader não foi instalado :/ [18:48] <coliveiradots> Aff [18:48] <coliveiradots> Da pra fazer isso via Windows? [18:49] <manokara> da pra vc fazer isso pelo proprio live do ubuntu (pendrive), com um método chamado chroot [18:49] <manokara> via windows nao sei [18:49] <manokara> mais fácil reinstalar :p [18:53] <coliveiradots> Vou tentar voa wondows [18:54] <shallwe> coliveiradots: no windows tb dá tem um programa que faz isso pra vc [18:54] <shallwe> mas não lembro o nome [18:55] <coliveiradots> Achei no Windows mas não apareceu o boot [18:55] <coliveiradots> So apareceu o w10 como so [18:55] <coliveiradots> Deveria ter aparecido pa dois [18:57] <shallwe> coliveiradots: a é esqueci que é windos 10 [18:57] <shallwe> então vai pelo livecd [18:58] <shallwe> mais fácil impossível: http://www.edivaldobrito.com.br/recuperando-o-boot-grub-ubuntu-depois-de-instalar-o-windows/ [19:00] <coliveiradots> Vou reeinstalar [19:00] <shallwe> não precisa [19:00] <shallwe> faz o do link ai [19:02] <coliveiradots> Já fi sqap [19:02] <coliveiradots> Onde vou instalar onubuntu [19:02] <coliveiradots> Ponho barra como ponto de mobtagem? [19:03] <coliveiradots> Já foi [19:03] <shallwe> sim só a / [19:05] <shallwe> a claro que o gnome 3 quando instalei ficou lento, usei o debin 8, isso não vem com nada é praticamente gnome puro [19:19] <mirqui> boa tarde :) [19:20] <manokara> olá [19:20] <Mangusto> Hey galera, percebi que as vezes aparece uma barra branca na minha tela. O problema está na tela ? [19:20] <manokara> Mangusto: bem provavel que seja problema do driver [19:21] <Mangusto> É uma coluna de pixels [19:21] <manokara> pra mim aparecem umas barras e glitches quando estou gravando [19:22] <manokara> depois descobri que é conflito com o gerenciador de janelas do GNOME [19:22] <manokara> vc está usando o driver propietário ou o free? [19:24] <Mangusto> Que comando eu executo para verificar ? [19:24] <manokara> comando não lembro, mas no aplicativo "Programas e Recursos" tem uma aba de drivers [19:25] <manokara> dai mostra qual está em uso [19:26] <Mangusto> Aparentemente não tem nenhum [19:26] <Mangusto> (adicional) [19:29] <manokara> talvez uma atualização recente tenha causado isso. AMD ou NVIDIA? [19:29] <Mangusto> amd [19:30] <Mangusto> O estranho é que ela só aparece as vezes, não percebi nenhum padrão [19:30] <Mangusto> E desaparece rapidamente (uns 7 s) [19:32] <manokara> é conhecido que amd tenha problemas. é algo que se espera resolver numa atualizaçao, então nao tem muito o que fazer aí. [19:33] <manokara> eu tinha uma gpu AMD que dava esse tipo de problema, e foi resolvida com uma atualização [19:34] <Mangusto> Obrigado manokara [20:01] <shallwe> eita esse kernel 4.2 ta dando o que falar, agora quebrou meu virtualbox kkkk lá se foi minha vm de windows :( [20:03] <manokara> vish :/ [20:03] <shallwe> deve ter como fazer um downgrade de kernel né? [20:04] <manokara> certamente [20:04] <manokara> eu ainda tenho os 6 kernels anteriores instalados :p [20:05] <shallwe> boa :) [20:05] <shallwe> mas logo logo eles devem resolver isso [20:05] <manokara> uhum [20:05] <manokara> versão nova, normal bugs acontecerem [20:07] <shallwe> verdade [20:58] <coliveiradots> finalmente [20:58] <coliveiradots> usando meu linux [20:58] <coliveiradots> agora só instalar asparadinhas [20:58] <coliveiradots> hahaha [21:05] <coliveiradots> Netflix funcionando só o filé no chrome mesmo [21:05] <coliveiradots> :) [21:36] <thiago_733> Pessoal, to com problemas para instalar ubuntu em dual boot com windows 10 pelo uefi, alguém tem uma solução??? eu ja segui varrios tutoriais pelo vivaolinux e do blog da canonical, mas sempre depois de algumass reiniciadas eu perco o boot do ubuntu [22:13] <astroo-> ola pessoal [23:34] <xGrind> aows o/ [23:34] <xGrind> voces usam openjdk ou java da oracle? [23:35] <astroo-> ola [23:38] <thiago_733> eu uso o openjdk [23:39] * manokara usa o openjdk [23:42] <Creto> Boa noite hggdh [23:43] <Creto> alguém daqui esta lá dentro do Ubuntu BR [23:43] <Creto> cara abandonaram o site?  [23:47] <hggdh> não sei. Já pedi & procurei & comentei sobre. Fiz o que podia. [23:54] <Creto> cara os fabio nogueira e Thiago Hildebrant não aparecem mais aqui [23:54] <Creto> kkkk gente o Ubuntu ainda é uma das melhores opções de comunidade e distro aqui no Brasil vamos acordar [23:55] <manokara> oh yea [23:55] <Creto> vamso deixar de lado faceBUG e Google+Umacoisachata [23:55] <manokara> o negoço é diáspora [23:56] <Creto> que é isso manokara [23:56] <manokara> uma rede social [23:56] <manokara> open-source [23:56] <manokara> descentralizada [23:56] <manokara> best ideias freedom gnu xablau [23:56] <manokara> da uma olhada ai na net [23:59] <renato> ola boa noite [23:59] <manokara> olá renato [23:59] <astroo-> ola
ubuntu-chat
2024-05-13T22:11:31.560361
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Chungrinha", "Creto", "Emidio", "KurtKraut", "Mangusto", "MarconM", "MerliM", "Netocop", "alexandre_", "astroo-", "coliveiradots", "coliveiradotsSF", "coliveiradotspc", "edenc", "hggdh", "manokara", "mirqui", "omelete", "rafaelsoaresbr", "renato", "shallwe", "thiago_733", "totimkopf", "xGrind" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-br.txt", "channel": "#ubuntu-br" }
2015-11-01-#ubuntu-rs
[18:10] <fizlik> pozdrav [18:10] <fizlik> imam instaliran lampp server na kom hostujem svoj sajt [18:12] <fizlik> na sajtu imam statistiku koja prikazuje broj poseta i datum sa poslednjom modifikacijom koja stalno pokazuje datum 01.01.1970. [18:12] <fizlik> na masini i u biosu je vreme uredu [18:13] <fizlik> gde mozete biti problem i kako ga resiti? [18:26] <Kostic> fizlik: какве везе има твој проблем са Убунтуом? [18:26] <fizlik> ne znam pa pitam [18:27] <Kostic> „na sajtu imam statistiku“ [18:27] <Kostic> какву статистику? [18:27] <fizlik> ukupno poseta [18:27] <fizlik> trenutno online itd [18:27] <fizlik> dnevni rekord poseta [18:28] <fizlik> imam phpsysinfo i tamo mi vreme i datum pokazuje normalno [18:28] <fizlik> i jos nesto [18:28] <Kostic> занима ме како се зове софтвер који покреће твој статистику [18:28] <Kostic> и шта користи за генерисање статистике [18:28] <Kostic> вероватно користи Апаче записнике [18:29] <fizlik> hocu da podesim sendmail da mi mail forme salju postu sa npr. hotmail-a [18:30] <fizlik> probao sam postfix,sendmail i nista uspesno da uradim [18:31] <fizlik> to je ekstenzija za wysiwyg web builder [18:31] <fizlik> taj program ga generise [18:32] <fizlik> na windows xampp-u radi sve ok [18:32] <fizlik> i ovde osim sto mi pokazuje datum 01.01.1970. kao poslednja modifikacija sajta [18:33] <fizlik> bios uredu i na OS [18:33] <fizlik> lampp server je u pitanju [18:36] <fizlik> sto se tice sendmail-a znas li kako da uradim da npr. sam pravim sendmail.ini fajl iz npr. htdocs direktorijuma [18:36] <fizlik> da li samo u php.ini fajlu odredim rutu ili... [18:37] <Kostic> „to je ekstenzija za wysiwyg web builder“ [18:37] <Kostic> Каква екстензија? [18:37] <Kostic> Како се тачно зове тај софтвер за генерисање статистике? [18:37] <fizlik> wysiwyg webbuilder [18:37] <Kostic> Обично се прикаже 01.01.1970. године у случају када је датум неисправан [18:38] <fizlik> ok [18:38] <Kostic> Requirements [18:38] <Kostic> Windows 10 / Windows 8.1 / Windows 8 / Windows 7 / Vista [18:38] <fizlik> ako je biosu sve ok i na os gde bi jos mogao biti problem [18:38] <Kostic> Какве везе овај програм има са Линуксом? [18:38] <fizlik> nikakve [18:39] <fizlik> host je na ubuntu [18:39] <fizlik> on radi na windows-u [18:39] <fizlik> :) [18:39] <Kostic> Очигледно је направљена нека грешка у тој „екстензији“ [18:39] <fizlik> znaci sto program generise tj. web strane one se nalaze na ubuntu [18:40] <fizlik> sek samo [18:40] <fizlik> budi tu [18:40] <fizlik> pokusacu da ti pokazem celu skriptu [18:46] <fizlik> u pitanju je php skrita [18:49] <fizlik> evo je [18:49] <fizlik> <?php [18:49] <fizlik> if(!file_exists('zaehler.csv')) [18:49] <fizlik> file_put_contents('zaehler.csv', 'datum# \n heute# \n gestern# \n rekord# \n gesamt#1'); [18:49] <fizlik> $filename="zaehler.csv"; [18:49] <fizlik> $count=0; [18:51] <fizlik> jesi li video [18:51] <fizlik> flood jbg [18:55] <fizlik> Kostic tu si?
ubuntu-chat
2024-05-13T22:11:31.579149
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "Kostic", "fizlik" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-rs.txt", "channel": "#ubuntu-rs" }
2015-11-01-#ubuntu-locoteams
[01:16] <wxl> tsimonq2: the major negative with LP MLs is you have to be a team member to subscribe. maybe doesn't matter for a local team, but it might. you might, for example, get local people who are not Ubuntu folks to sign up. [01:17] <wxl> tsimonq2: that being said, there's no reason why you have to use one or the other. [01:17] <wxl> tsimonq2: i will say it's easier to mine LP for statistics and such. see the LP API for more info on that. [01:18] <tsimonq2> wxl: but is it possible for us to use it and be supported for being an official LoCo team? [01:18] <wxl> tsimonq2: sure [01:19] <tsimonq2> wxl: ok, thanks [01:20] <wxl> tsimonq2: i did create this to cross reference mailman lists with LP memberships, though https://bazaar.launchpad.net/~wxl/ubuntu-locoteams/mailmangroupxref/files [01:21] <wxl> i will say that mailman gives you a lot more control over spam and such,so that's a plus [01:21] <wxl> and it's trivial to get the credentials from rt [01:22] <tsimonq2> let's try it and see :) [01:23] <tsimonq2> wxl: we have a meeting on Tuesday, take a look here: http://loco.ubuntu.com/events/ubuntu-us-wisconsin/3246-meet-and-greet-hangout/ [01:23] <tsimonq2> :) [01:23] <wxl> to get the credentials? [01:23] <tsimonq2> what do you mean? [01:23] <wxl> you said let's try [01:23] <wxl> you mean let's try what? [01:25] <tsimonq2> let's try using Launchpad for the mailing list and see if it is buggy enough that we need to switch back. [01:25] <wxl> well then there's also the issue of the mailing list. how to inform people NOT to use it? it would be good to at least tell rt to disable it or give you access to set it to provide infromation about being deprecated? [01:26] <tsimonq2> let's do that...who do I email for that? [01:26] <wxl> [email protected] [01:27] <tsimonq2> ok, thanks [01:27] <wxl> it a ticketing system for canonical's it department [01:28] <wxl> there's an interface for it here fwiw https://rt.ubuntu.com/ [01:29] <tsimonq2> ok, thanks
ubuntu-chat
2024-05-13T22:11:31.583275
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "tsimonq2", "wxl" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-locoteams.txt", "channel": "#ubuntu-locoteams" }
2015-11-01-#xubuntu-devel
[16:32] <dkessel> so thunar still randomly crashes on file renames.... meh [16:32] <dkessel> i thought that might have been fixed in the meantime [17:24] <bluesabre> dkessel: yeah, its better than it was, but still often enough to be a headache [17:25] <dkessel> bluesabre: would it not be possible to install some kind of error handler to help pin down the cause of this? [17:26] <bluesabre> dkessel: potentially one could run thunar with valgrind to try to find it, but since it doesn't happen everytime, could be a pain to figure it out [17:27] <dkessel> bluesabre: oh, i can reproduce it fairly often [17:27] <dkessel> it is just that i haven't been renaming folders often lately, which is why it hasn't happened during the last weeks [17:29] <bluesabre> gotcha [17:30] <bluesabre> install valgrind and run thunar with it. Get it to crash and save the output to a file with the bug report, might help [17:31] <dkessel> ok, will try [17:45] <Unit193> bluesabre: Maybe more gdb? [17:45] <Unit193> Or install -dbg and let apport do it? [17:45] <bluesabre> Unit193: potentially [17:45] <bluesabre> gdb is a pain for all though [17:46] <bluesabre> :D [17:49] <dkessel> Unit193: i got the -dbg package, but apport doesn't detect the end of the child process as crash [17:49] <dkessel> mhh i am getting this while copying/files sometimes: http://paste.ubuntu.com/13071572/ [17:51] <dkessel> also, something seems to be with thumbnailing: http://paste.ubuntu.com/13071670/ [17:52] <dkessel> i don't know if any of these could sometimes cause the child process to crash/end [17:55] <dkessel> oh, now i got it [18:01] <dkessel> i got a trace in the moment of the crash. created bug 1512120 [18:02] <knome> dkessel, fwiw, duplicating the app name in the bug title isn't unwelcome [18:03] <dkessel> knome: oh, ok in fact i believed it might be. np, fixing that [18:03] <knome> it helps when it's there when linking to it externally (package/app name isn't always visible) [18:03] <dkessel> ok i see. [18:03] <knome> (including the status tracker... :P) [18:04] <knome> np, continue [18:04] <knome> :) [18:18] <bluesabre> dkessel: cool, that looks like a good indicator of where the issue might be starting :) [18:18] <bluesabre> suppose I'll start learning thunar's codebase now [18:18] <bluesabre> :) [18:19] * bluesabre sets up xenial dev env and goes shopping [18:19] <bluesabre> bbabl [18:20] <dkessel> bluesabre: note that i my stack traces are from wily though. but it guess there should be no difference yet [18:21] <bluesabre> dkessel: np, its been crashing since at least vivid [18:22] <dkessel> alright. happy shopping [20:46] <flocculant> oh boo - hating bzr [20:46] <Unit193> That's usual, anything specific? [20:47] <flocculant> merged the xubuntu-docs stuff cos of the changes there [20:47] <flocculant> now got a bzr conflict with desktop-guide/libs/xubuntu.ent [20:47] <knome> :Ð [20:48] <knome> flocculant, sorry, i needed to poke it.. [20:48] <flocculant> yep [20:48] <flocculant> knome: so how can I deal with this then? [20:48] <knome> Unit193, krytarik: there's some work for you in the docs branch, the translation process isn't completely supporting two docbook sets yet [20:49] <knome> xubuntu.ent should not exist any more... [20:49] <knome> enduser doc related stuff should be in xubuntu-docs.ent [20:49] <knome> in the same directory [20:50] <knome> basically bzr expects you to get rid of all the .THIS .THAT .OTHER and whatever files [20:51] <flocculant> still conflicts apparently [20:51] <flocculant> can't be bothered to fight this [20:51] <krytarik> knome: Is this the proper time for me to refer to '- contributor-docs/Makefile: "ln -s ../libs-common ../build/contributor-docs/libs-common" seems unnecessary', first? :P [20:52] <Unit193> http://xkcd.org/1597/ mostly applies here. [20:52] <flocculant> funnily enough ... [20:54] <knome> krytarik, how is it? [20:54] <knome> flocculant, if it's just about getting your MP rebased with the new stuff, don't bother [20:54] <knome> flocculant, we'll handle that [20:54] <flocculant> oh my lord [20:54] <flocculant> still got problems :| [20:55] <knome> flocculant, did you run "bzr resolve" ? [20:55] <flocculant> why would I do that? [20:55] <knome> flocculant, that checks if you have resolved the stuff in question [20:55] <flocculant> you might know all these commands - but I don't ;) [20:55] <knome> heh, sure [20:55] <knome> that's why i ask [20:55] <flocculant> knome: I grabbed anew - then copied my local stuff in to the new copy [20:56] <knome> flocculant, mhm [20:56] <flocculant> bzr resolve [20:56] <flocculant> All conflicts resolved. [20:56] <flocculant> bzr: ERROR: These branches have diverged. [20:56] <flocculant> how can that be - if I *just* grabbed it [20:57] <knome> flocculant, if you grabbed the new stuff, and then applied yours, they can be diverged because you have files that the new branch doesn't [20:58] <flocculant> knome: I copied my changes into the new branch - not added anything that's not there, unless you removed doc pages [20:59] <flocculant> knome: any reason not to delete branch lp:~flocculant/xubuntu-... [20:59] <flocculant> and push it again? [21:00] <flocculant> drc> [14:37:50] All I really care about is "what do they want me to put in the "hardware profile" of the test cases" If Dell 1420n is enough, I'm good. [21:00] <flocculant> I'm happy with whatever you want to put there - I'm not bothered about all that gist stuff at all [21:04] <knome> flocculant, you can just push it again :) [21:04] <flocculant> no I can't [21:04] <flocculant> I get errors [21:05] <Unit193> --overwrite [21:06] <flocculant> Unit193: thanks - hopefully that got it :D [21:06] <Unit193> That or it broke everything. :D [21:06] <knome> flocculant, so was this about the changes you did? [21:06] <knome> flocculant, or something new? [21:07] <flocculant> knome: I appear to have pushed something now ;) [21:08] <knome> ;) [21:08] <flocculant> all manner of things happening in https://code.launchpad.net/~flocculant/xubuntu-docs/xubuntu-docs/+merge/274703 [21:08] <flocculant> none of which I actually did :D [21:10] <flocculant> Diff against target: 182719 lines (+33977/-27848) (has conflicts) [21:10] <Unit193> :D [21:11] <flocculant> I give up - losing interest with this rapidly :p [21:11] <knome> rrright... [21:11] <knome> i'll figure it out [21:11] <knome> just don't touch it again [21:11] <knome> :P [21:12] <flocculant> knome: all that I have done is bzr branch lp:xubuntu-docs, changed the dozen or so files I changed before, commited it, tried to push it - and it threw a fit then --overwrite appeared to push it ok [21:12] <knome> yeah [21:12] <flocculant> no wonder people start to get involved and then give up [21:13] <knome> the reason why you see the huge diff is that you have now merged main into your branch [21:13] <knome> (main did have a lot of changes) [21:13] <flocculant> right [21:13] <knome> so you are seeing both your changes, and mine [21:14] <flocculant> should have just deleted my branch and started again [21:14] <knome> which i guess i could have committed slightly more cleanly [21:14] <knome> (but only slightly) [21:14] <knome> i'll take a spot on the dining table and figure it out [21:16] <flocculant> mmm [21:16] <flocculant> so if you did stuff with the .ent file(s) and I had added something to one here I guess that's all gone now [21:17] <knome> i'll make sure it gets all in. [21:17] <knome> don't worry [21:17] <flocculant> anyway - I'm off, I only turned the machine to check a few things, saw slickymaster's comments fixed those and commented where I didn't [21:18] <flocculant> then it all went wrong ... [21:18] <knome> np [21:18] <flocculant> cya tomorrow :) [21:18] <knome> hf [21:18] <flocculant> sleep I want - 3 nights of 3 or 4 am's [21:18] <flocculant> :D [21:18] <knome> huh [21:18] <knome> good nighty then ;) [21:18] <SwissBot> feed xubuntu-docs had 13 updates, showing the latest 3 [21:30] <knome> flocculant, ok done; see https://code.launchpad.net/~flocculant/xubuntu-docs/xubuntu-docs/+merge/276351 for the "actual" diff against the xenial branch [21:45] <knome> wut? [21:49] <knome> what was my quit message? [21:50] <knome> because i think i just chrashed irssi... [21:55] <krytarik> knome: "* knome has quit (Remote host closed the connection)" [21:55] * knome facepalms [21:55] <knome> totally inaccurate [21:56] <knome> i typed a /command and BOOM [21:57] <krytarik> knome: Also, please refer to http://paste.openstack.org/show/YAxHwIMt52LGwcrFVmoP/ reg. the changes to 'desktop-guide/libs/xubuntu.ent' previously made by flocculant. [21:58] <knome> hmm [21:58] <knome> i wonder why launchpad totally forgot about that [21:58] <knome> i tried to find the previous commit by him, but no [21:59] <knome> maybe it was the --overwrite... [21:59] <krytarik> Yep. [21:59] <krytarik> Like he said, that killed it. [21:59] <knome> mhm [21:59] <knome> stupid. [22:00] <knome> ok, pushed [22:00] <knome> well, pushing [22:00] <knome> done [22:19] <knome> krytarik, so... as i said before [22:19] <knome> there is some work with the docs scripts [22:19] <knome> i can help with that too [22:19] <knome> one thing we should probably reconsider is the structure on how the docs are built [22:19] <knome> now the startpage is on the root directory, language directories for docs directly below it [22:20] <knome> if we get new contributor docs, wouldn't it make sense to put each of them under their own subdir [22:21] <knome> that would help with some of the linking stuff too [22:27] <krytarik> knome: Yeah, I guess that'd be a workable solution. [22:31] <krytarik> knome: Btw, these are the other ones :P - [22:31] <krytarik> - Release notes on website and wiki: "LibreOffice Calc and Writer and [→are] now included." [22:31] <krytarik> - http://xubuntu.org/news/building-xubuntu-documentation-package-locally/: [22:31] <krytarik> 'fonts-droid' added in Wily too, but installed in Xubuntu by default [22:31] <krytarik> - http://xubuntu.org/help/: "Wily Werewolf 15.10" is split in two links [22:33] <knome> heh [22:33] <knome> this is why you shouldn't let others update the website ;) [22:34] <krytarik> :D [22:36] <knome> say [22:37] <knome> should the scripts always require a template [22:37] <knome> or should we fall back to desktop-guide? [22:38] <krytarik> For clarity, I guess I'd prefer specifying it. [22:38] <knome> yep
ubuntu-chat
2024-05-13T22:11:31.599722
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "SwissBot", "Unit193", "bluesabre", "dkessel", "flocculant", "knome", "krytarik" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23xubuntu-devel.txt", "channel": "#xubuntu-devel" }
2015-11-01-#ubuntu-nl
[10:30] <bathman> draai hier een win10 / xubuntu 15.04 dual boot, en dr blijft me een vervelend dingetje achtervolgen: [10:30] <bathman> na elke gewichtige update krijg ik geen grub menu meer te zien (dus moet ik in het donker voor ubuntu kiezen - win 10 is default) [10:31] <bathman> dus pas ik elke keer aan in /boot/grub/grub.cfg: [10:31] <bathman> set gfxmode=auto => set gfxmode=1024x768 [10:32] <bathman> ... iemand een idee of ik iets meer blijvend kan instellen? [10:32] <bathman> (en dat werkt dan weer, tot de volgende gewichtige update natuurlijk) [10:33] <bathman> voor de rest best tevreden over het tot nu werkende systeem [10:40] <bathman> hmm.. gevonden denk ik [10:40] <bathman> test, dus reboot! [10:40] <bathman> bbl [10:43] <bathman> success! [10:43] <bathman> /etc/default/grub and uncommenting / removing the #hash from what appears as line 364 in the boot info script as #GRUB_GFXMODE=640x480 (en dan sudo update-grub) [18:19] <Ubuntuu> Hallo, ik had een vraag...bijv. ik wil dat de gebruiker Jaap alleen naar de map Werk kan kijken en niet naar de overige mappen, wat voor commando moet ik dan gebruiken [18:27] <lord4163> Ubuntuu: chown/chmod [18:49] <Ubuntuu> kunt u wat uitgebreider vertellen [19:11] <OerHeks> Ubuntuu goeie start http://www.howtogeek.com/190084/how-to-prevent-other-users-from-accessing-your-home-directory-in-ubuntu-14.04/ [21:20] <klaas_> hallo [21:21] <klaas_> ik zit met een probleem.. wie kan mij helpen [21:22] * klaas_ slaps ChanServ around a bit with a large fishbot [21:23] <SWAT> OerHeks: well done [21:24] <SWAT> klaas_: scheelt als je mischien nuttige informatie geeft of ueberhaupt een duidelijke vraag stelt? [21:24] <SWAT> Cees, johan666: it has been done [21:24] <klaas_> ah ik denk kijk eerst is of ieman uberhoupt reageerd [21:24] <klaas_> komt ie [21:25] <klaas_> ik heb een printer.. cannon mg2950 werkt perfect zelfs met wifi.. alleen scanner kan ik niet voor mekaar krijgen [21:26] <klaas_> ik heb de driver.. toch zegt de app kan geen scanner vinden [21:27] <SWAT> check openprinting.org [21:27] <klaas_> ik was altijd windows gebruiker.. echter vind ik dat windows hoe langer hoe slechter worden als OS.. word traag na een tijd.. en doet zo ontzettend veel onzin op de achtergrond dus ik denk ik ga linux er op knallen [21:27] <OerHeks> lukt het wel als de printer via kabel aangesloten is? [21:28] <SWAT> http://www.openprinting.org/printers/manufacturer/Canon <- staat het model niet op. Volgens mij mag je blij zijn dat het ueberhaupt werkt. [21:28] <klaas_> jup oerheks.. printen gaat goed scannen niet.. ook niet met kabel [21:28] <klaas_> zal ff kijken swat [21:29] <SWAT> bij het aanschaffen van een nieuw apparaat (printer/scanner/whatever), is het verstandig om altijd eerst te kijken of het ondersteund wordt door de besturingssystemen die je gebruikt ;) [21:29] <SWAT> misschien dat de printer een website heeft, waarmee je alsnog kunt scannen? Sommigen hebben dat als fallback [21:29] <klaas_> toen was dat windows swat.. werkte goed.. maar windows zuigt [21:29] <Skald_9_> hij had de printer waarschijnlijk al [21:30] <klaas_> juist [21:32] <klaas_> mijn printer staat er niet eens tussen swat.. op die site [21:32] <OerHeks> er zijn 2 oplossingen. [21:32] <OerHeks> nightly build van sane > http://askubuntu.com/questions/641261/how-can-i-link-my-canon-mg5650-scanner-to-ubuntu [21:33] <OerHeks> of dit antwoord, dat me al eens heeft geholpen http://askubuntu.com/questions/200915/how-to-map-network-scanner [21:33] <klaas_> is een ander model oerheks [21:33] <OerHeks> ander model, zelfde fix. [21:33] <SWAT> modellen kunnen wel eens op elkaar lijken [21:33] <klaas_> ja ook wel zo.. [21:33] <klaas_> ik ga kijken [21:34] <SWAT> en serieus, check even of de printer een website heeft waarop je kan scannen. Dan ben je snel klaar [21:44] <klaas_> pfff.. nu heb is misschien een oplossing gevonden.. een andere driver.. echter download ik um maar kan niks instaleren zijn een hoopje bestanden maar geen instalatie bestand [21:47] <klaas_> misschien is een cursus volgen linux.. geloof vast dat het lukken kan echter weet ik niet hoe.. [21:55] <paphippo> voor wie het interesseert... Canon PIXMA 2950 (33 euro bij MediaMarkt Eindhoven) werkt wel onder linux, maar... [21:55] <OerHeks> dat is juist klaas_ zijn probleem [21:56] <OerHeks> scannen is het probleem? [21:58] <paphippo> ..kostte mij wat inspanningen onder Ubuntu (o.a. 15.04)want: de aanbevolen 'scangearmp2' geeft segfaults. [21:58] <klaas_> haha dank je zo ding heb ik al [21:58] <klaas_> printen werkt idd perfect [21:58] <klaas_> scannen niet [21:59] <paphippo> veel beter om sane te gebruiken, maar je hebt libsane >= 0.25 nodig [21:59] <klaas_> als ik sane op start paphippo.. dan zoekt ie naar een scanner en vind niks [22:00] <paphippo> ik geloof dat je standaard 0.24 meekrijgt bij 15.04 en dit is net te oud. [22:00] <OerHeks> sane 0.26 in https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git [22:00] <OerHeks> dat is dus beschreven in http://askubuntu.com/questions/641261/how-can-i-link-my-canon-mg5650-scanner-to-ubuntu [22:01] <klaas_> Xsane heb ik [22:02] <paphippo> ik gebruik zelf 0.26 en dat werkt.. alleen ik ging nogal chaotisch te werk en bouwde libsane van een git-clone naar /usr/local/lib/sane... [22:02] <klaas_> 0.998 [22:03] <paphippo> dus ik moest een beetje klooien met LD_LIBRARY_PATH... ik durf dit nog niet op te schonen op deze computer, [22:04] <klaas_> zeg ik heb nu ubuntu er 2 dagen op staan.. ipv windows 10 zelf een programma schrijven en aanpassen zit er nog niet even niet in [22:04] <paphippo> ik ga wel een clean oplossing proberen op mijn andere 15.04 systeem. [22:06] <klaas_> verder werkt de OS wel super.. en snel ook.. [22:06] <klaas_> accu gaat nu ineens veel en veel langer mee.. (laptop) [22:07] <klaas_> i5 met 4 gig ram.. en een redelijk snelle SSD schijf [22:07] <klaas_> 3 keer knipperen en hij is opgestart [22:07] <paphippo> een clean oplossing is 'gewoon' (een subjectief begrip. geef ik toe) de juiste ...deb downloaden en opstarten met ubu s/w centre. [22:08] <klaas_> deb.. is een driver.. [22:08] <klaas_> ? [22:08] <Skald_9_> nee [22:09] <Skald_9_> een pakket [22:09] <klaas_> oww.. scangear heb ik van de cannon site af.. [22:09] <Skald_9_> debian pakket [22:10] <Skald_9_> dat pakket kan wel een driver bevatten natuurlijk [22:10] <klaas_> pff jeetje.. ik kan windows wel wissen in men hoofd en opnieuw beginnen [22:11] <klaas_> zou ik dan niet het hele pakket er op hebben gezet maar alleen de driver? [22:12] <Skald_9_> je hebt de driver van de officiele site gehaald en geinstalleerd? [22:12] <paphippo> scangear is eigenlink een port van de canon-eigen scan programma naar linux. fijn als het werkt voor jou maar bij mij (een veel endere lees ik) geefthij een segmentatie fout. [22:14] <paphippo> ik raad je aan om http://www.sane-project.org/ te bezoeken. hier kan je controlleren dat PIXMA MG2900 reeks idd ondersteund is. [22:16] <paphippo> (ik had eerlijk gezegd niet zoveel interesse verwacht in mijn ervaringen! eerder een 'goed voor jouw, maar so what?' [22:17] <klaas_> kan um daar niet vinden [22:24] <klaas_> ah nog een optie.... nou goed mensen ik klooi nog even.. het werkt iedergeval leerzaam bedankt een ieder die reageerde [22:25] <paphippo> klaas,ik geloof dat het volgende zal werken maar ik ben geen guru .. ook geen goeroe... [22:25] <paphippo> ga naar https://launchpad.net/ubuntu/wily/i386/libsane/1.0.25+git20150528-1ubuntu2 [22:30] <paphippo> klik op libsane_1.0.25+git20150528-1ubuntu2_i386.deb (2.0 MiB) om de juiste .deb te krijgen (let op - als je 64-bit ubuntu draait moet je een andere page hebben!) [22:31] <paphippo> kies opslaan; rechts-klik op de opgeslagen file en kies 'open met ubuntu software centre'. [22:32] <paphippo> kies 'installeren/install' en geef zonodig je wachtwoord. [22:34] <paphippo> oh.. ik ben te laat met mijn advies, zie ik. ik hoop dat ik hierdoor geen ziel aan de duivel heb verloren! [22:39] <paphippo> ik ga ook afmelden; wie meer wil horen over mijn MG2900 oplossing mag mailen naar hippos [bij] chello [punt] nl
ubuntu-chat
2024-05-13T22:11:31.610388
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "OerHeks", "SWAT", "Skald_9_", "Ubuntuu", "bathman", "klaas_", "lord4163", "paphippo" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-nl.txt", "channel": "#ubuntu-nl" }
2015-11-01-#ubuntu-us-mi
[00:22] <jrwren> yup [00:23] <jrwren> always low for me. [00:23] <jrwren> got my 10. [00:23] <jrwren> oh up to 13 now, cuz some late ones just showed [03:01] <cmaloney> We had a few but when it started raining we cut bait [03:01] <cmaloney> Always one set of kids that manages to catch us when we're just closed up [03:10] <jrwren> yup [03:10] <jrwren> had some 8:30 kids, I was lik eWTF? [03:10] <jrwren> and they were kids I knew and their mom was there. [03:10] <jrwren> so I was like double, WTF?!? [03:10] <jrwren> 5-8 in AA [03:10] <jrwren> 3 hrs!! [03:10] <jrwren> wtf are you doig out at 8:30? [03:23] <cmaloney> heh [17:08] <cmaloney> Morning, er... afternoon [17:13] <cmaloney> https://pbs.twimg.com/media/CRegovsUYAAAwGY.png
ubuntu-chat
2024-05-13T22:11:31.614324
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "cmaloney", "jrwren" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-us-mi.txt", "channel": "#ubuntu-us-mi" }
2015-11-01-#ubuntu-pt
[04:54] <astroo-> ciao pessoal [22:13] <astroo-> ola pessoal
ubuntu-chat
2024-05-13T22:11:31.615054
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "astroo-" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-pt.txt", "channel": "#ubuntu-pt" }
2015-11-01-#ubuntu-ie
[12:59] <zergless> o/
ubuntu-chat
2024-05-13T22:11:31.615994
2015-11-01T00:00:00
{ "license": "Public Domain", "authors": [ "zergless" ], "url": "https://irclogs.ubuntu.com/2015/11/01/%23ubuntu-ie.txt", "channel": "#ubuntu-ie" }
2015-11-13-#ubuntu-ir
[11:47] <farooghkarimizad> خیلی عجیبه که هر وقت من میام اینجا [11:47] <farooghkarimizad> همه ساکت هستند! [11:47] <farooghkarimizad> نکنه دسته جمعی [11:47] <farooghkarimizad> نمیخواید با من حرف بزنید [11:47] <farooghkarimizad> یا تحریم کنید [11:48] <farooghkarimizad> یا یه *** دسته جمعیه [11:48] <farooghkarimizad> نیست؟ [20:23] <dorfa> سلام [20:23] <dorfa> ‫من یک تاپیک در مورد IRC در انجمن اوبونتو باز کردم [20:23] <dorfa> ‫به این آدرس: [20:25] <dorfa> http://forum.ubuntu.ir/index.php/topic,127121 [20:25] <dorfa> منتظر پیوستن بقیه به کانال هستیم [20:25] <dorfa> :-)
ubuntu-chat
2024-05-13T22:11:31.622509
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "dorfa", "farooghkarimizad" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-ir.txt", "channel": "#ubuntu-ir" }
2015-11-13-#ubuntu-se
[08:04] <Hooters> Morrn ! [08:10] <Mathisen> morgon [08:10] <recharge> morrn [09:34] <Hund> Morn [09:34] <Hund> Morrn [09:35] <Amoz> Hund, morr [09:36] <recharge> Amoz: katt, meow... lol [09:37] * recharge tyckte det var lite komiskt att säga morr till en hund :) [09:38] <recharge> hur står det till här då, en sådan här dag som tydligen är fredagen den 13:e? [09:38] <recharge> inte för att jag tror på skrock, men men... [09:38] <recharge> :) [09:40] <Mathisen> fredagar är alltid bra, [09:41] <Hooters> De e gôra gôtt, som de heter här i gôtet :) [09:41] <recharge> ja, i och med att det är början på helgen? Mathisen [09:41] <Mathisen> exakt helg = ledighet [09:42] <Mathisen> kort dag på jobbet också :) bara 5 timmar kvar [09:42] <recharge> jaså, du jobbar nu? Kontorslandskap? Mathisen [09:44] <Hooters> Sen hem å klippa nåra bäss, å ful löda lite mysensors :) [09:44] <Mathisen> dator butik, säljer och fixar burkar [09:46] <recharge> själv blir det nog till att handla lite senare och att göra i ordning matlådor tror jag... [09:47] <recharge> Mathisen: Mycket att göra? [09:47] <Mathisen> nä inte direkt, lungt och stilla just nu [09:47] <Mathisen> brukar va la lite tamt i november men före julen sen då PANG!! [09:47] <recharge> ahh [09:50] <recharge> vad är det nyaste nya inom datorer som ni säljer nu då, eller som du vet kommer till jul, Mathisen? [09:52] <Mathisen> recharge, är nog mest mit i raden laptopar som går åt så det är ju inte direkt nyaste grejerna, sen lite byggen då som folk vill ha till spel datorer [09:52] <recharge> okej [09:53] <Mathisen> tydligen gillar många lenovos yoga serie så de går åt en hel del av dem [09:54] <Mathisen> och massa fixande på folk som upgraderat till win 10 hemma [09:56] <recharge> så en uppgradering till win 10 är inte helt problemfri? [09:58] <Mathisen> inte för alla nej vissa modeler har problem mes grafik drivisar, och många förstår inte att de ska avinstallera virus programen före de updaterar så norton bland annat har ställt till en hel del... [09:59] <recharge> aha... [19:47] <recharge> hej, jag får felmeddelanden varje gång jag lägger till händelser i calendar indicator i ubuntu 14.04 - hur kommer det sig och varför var jag tvungen att lägga till en ppa för att få den att funka? Har haft igång den ett tag nu och den funkar bra, men irriterande med felmeddelandena. Hur får jag en riktig originalversion enbart från appstore som funkar, utan att ev. behöva köpa den via ubuntu konto [19:48] <recharge> den crashar när jag gör vissa saker med calendar indicator
ubuntu-chat
2024-05-13T22:11:31.642992
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Amoz", "Hooters", "Hund", "Mathisen", "recharge" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-se.txt", "channel": "#ubuntu-se" }
2015-11-13-#ubuntu-us-ca
[20:23] <nhaines> ianorlin: I may not be back in town for the meeting this weekend. Could you be around to host it in case that happens? [20:43] <ianorlin> nhianes I hope so [20:45] * MarkDude can be a standby for meeting if needed. Setting alarm for 6pm Sunday. Pretty sure its handled tho :) [20:45] <MarkDude> Can I bring Zodbot to help? (Kidding) :) [20:48] <nhaines> ianorlin: thanks. [21:11] * ianorlin has not heard any news on mailing list admins but I remember a talk of it a while back [21:11] <ianorlin> might be a good agenda item
ubuntu-chat
2024-05-13T22:11:31.645875
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "MarkDude", "ianorlin", "nhaines" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-us-ca.txt", "channel": "#ubuntu-us-ca" }
2015-11-13-#ubuntu-ru
[00:05] <r4nd0om1z3r> 123 [09:45] <SergeyIT> с 13-ым, пятница [11:16] <tagezi> Tskill: тык [11:20] <artemz> http://www.gazeta.ru/social/news/2015/11/13/n_7881875.shtml [12:50] <tagezi> andrex: этот Tskill летает уже сутки помоему, каждые минут 10 наверное [12:50] <tagezi> может почаще [12:50] <tagezi> что с этими ботами делать? [12:55] <andrex> @mode +b *!~yasawas@* [12:55] <llorephie> ._. [12:55] <andrex> пущай повисит сутки там [12:59] <tagezi> andrex: добрым ты вернулся из отлучки ) [12:59] <andrex> я кровавый диктатор, прибил виртуалку) [13:00] <andrex> переделаю потом) [13:00] <tagezi> хлебом не корми, дай сломать чегонить ) [13:00] <tagezi> как дитё.. на, милый, машинку.. 5 минут, и от машинки только красивые колёсики )) [13:00] <andrex> ну ваще если летает нада попытаться пнуть его если не ответит значит выкинуть нафиг) [13:01] <tagezi> ну, я его тыкал [13:02] <tagezi> !paste [13:02] <ubuntuhelp> Если вам нужно показать большой текст (больше 3 строк), используйте http://paste.ubuntu.com/ http://hastebin.com [13:02] <andrex> че пасту забыл? [13:03] <tagezi> да эти криворукие опять навставляли ошибок в ЛО, я вторые сутки не могу собрать его.. он на тесте на дым вылетает [13:03] <andrex> убери [13:04] <andrex> как грицо если чет мешает выкинь) [13:05] <tagezi> :) ну вот я сейчас и буду мучить этих жопоруков [13:06] <andrex> ну гит такой гит, в нем можно всегда нарваться на что то подобное [13:06] <andrex> такшто привыкай) [13:08] <andrex> это те не дебки из исходников собраные готовые. где проверяется пакет автоматом и если не форкает уходит в нестабильный или ваще с репа [13:08] <andrex> пока не поправят исходники [13:09] <tagezi> да, эти черти просто не тестят свой говнокод.. я вот только не понимаю нахрена его тогда пушить, денег то не платят за это [13:11] <tagezi> artemz: http://fontanka.fi/articles/24055/ точняк сделают, причем как в союзе, только деятелям культуры и партии выезд [14:19] <tagezi> andrex: кстати ошибку сделали Колоборовци.. им денег платят [14:19] <tagezi> наверное за точтобы они ошибки в код вставляли [15:15] <tagezi> andrex: а swappiness теперь не работает в /etc/sysctl.conf ? [15:46] <andrex> должен [18:57] <Sergey_IT> вечера [19:39] <tagezi> вечера [20:07] <llorephie> вечера [20:44] <Sergey_IT> ночез [20:45] <llorephie> 15 минут ещё [20:45] <tagezi> llorephie: у него ночь по серверу определяется ) [20:46] <Sergey_IT> не угадали... просто зевать начал [20:48] <tagezi> Sergey_IT: монитор не проглати ) [20:48] <llorephie> Это что за мониторы такие мелкие [20:48] <llorephie> Или пасть такая широкая... Ой. [20:48] <Sergey_IT> ты меня не видел [20:49] <llorephie> Неа... [20:49] <Sergey_IT> повезло [20:49] <llorephie> и после сообщения выше боюсь уже [20:49] <llorephie> =_+ [20:49] <tagezi> :) [21:00] <Leagnus> Go в StarConflict [21:01] <Leagnus> годовщина 27 лет запуска Бурана [21:03] <tagezi> Leagnus: чото у меня не срастается язык Go, StarConflict и Буран [21:09] <Leagnus> игра такая. А Буран - шаттл [21:19] <Sergey_IT> не обижай Буран
ubuntu-chat
2024-05-13T22:11:31.661742
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Leagnus", "SergeyIT", "Sergey_IT", "andrex", "artemz", "llorephie", "r4nd0om1z3r", "tagezi", "ubuntuhelp" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-ru.txt", "channel": "#ubuntu-ru" }
2015-11-13-#ubuntu-it
[00:05] <Clemente85> Ciao a tutti [00:26] <vittorio> Ciaooo :) [00:33] <vittorio> regaaa [00:33] <vittorio> ce nessunoooooooooooo?? [00:35] <vittorio> ciaoo :) [10:23] <giovanni> salve a tutti ho un problema di wifi chi mi aiuta ?? [10:26] <giovanni> ce nessuno ?? [10:28] <ExPBoy> !aiuto [10:28] <ubot-it> per cortesia non chiedere il permesso di chiedere, semplicemente formula la domanda (tutta su una riga, in modo tale che gli altri possano leggerla e seguirla con facilità). Se qualcuno conosce la risposta ti risponderà :-) [10:55] <MoL0ToV> ciao, qualcuno mi sa dire perchè libreoffice 5 è già disponibile per windows mentre per ubuntu no? [10:59] <ExPBoy> lol [10:59] <ExPBoy> MoL0ToV, la tua domanda non ha risposta [11:00] <MoL0ToV> speriamo che lo mettano nei repo ufficiali al più presto [11:02] <cristian_c> !info libreoffice [11:03] <ExPBoy> see [11:03] <ubot-it> libreoffice (source: libreoffice): office productivity suite (metapackage). In component universe, is optional. Version 1:5.0.2-0ubuntu1 (wily), package size 25 kB, installed size 147 kB [11:03] <cristian_c> MoL0ToV: c'è già [11:03] <cristian_c> mah [11:04] <ExPBoy> ecco [11:04] <ExPBoy> MoL0ToV, allora sei a posto [11:04] <giovanni> ciao a tutti sono nuovo nel mondo ubuntu vorrei sapere e normale che il wifi abbia poca recezione se a ricevere e un nano usb ?? [11:04] <ExPBoy> no [11:05] <cristian_c> giovanni: dipende dal chip [11:05] <ExPBoy> e da quanto distante sei [11:05] <cristian_c> il fatto che sia microscopico, non aiuta [11:05] <cristian_c> (il chip) [11:06] <giovanni> tp-link modello tl-w725n e sono a2 metri dal ruter che e nella stessa stanza [11:06] <ExPBoy> eh allora qualcosa non va [11:06] <ExPBoy> prova a cambuiare porta usb [11:06] <ExPBoy> *cambiare [11:07] <giovanni> ora provo [11:07] <ExPBoy> apri la pagina del router e controlla magari cambia canale [11:07] <ExPBoy> oppure butta il nano e prendi qualcosa di meglio :) [11:10] <MoL0ToV> cristian_c, strano ho aggiornato la mia ubuntu sia la 14.04 che la 15.10 ma non me lo da [11:10] <cristian_c> MoL0ToV: di esserci c'è [11:11] <cristian_c> MoL0ToV: in che senso aggiornato la 14.04? [11:11] <cristian_c> giovanni: apri un terminale, per favore [11:11] <cristian_c> giovanni: sei collegato col cavo ora? [11:12] <ExPBoy> giovanni siamo in un canale di supporto niente privato [11:12] <giovanni> aperto il terminale [11:12] <MoL0ToV> cristian_c, ho aggiornato sia la mia 14.04 che la mia 15.04 ma nessuno ha libreoffice 5 installato [11:12] <cristian_c> giovanni: digita: lshw -C network [11:12] <giovanni> no sono collegato wifi [11:12] <MoL0ToV> ho la 4.4.6.3 [11:12] <cristian_c> giovanni: e incolla pure il risultato su pastebin [11:13] <cristian_c> !paste | giovanni [11:13] <ubot-it> giovanni: 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 [11:13] <cristian_c> MoL0ToV: ripeto [11:13] <cristian_c> MoL0ToV: in che senso aggiornato la 14.04? [11:13] <giovanni> http://pastebin.ubuntu.com/13246764/ [11:13] <cristian_c> MoL0ToV: tra l'altro prima hai parlato di 15.10 [11:14] <MoL0ToV> no, 15.04 e 14.04 [11:14] <MoL0ToV> aggiornato, nel senso apt-get update e apt-get upgrade [11:14] <cristian_c> MoL0ToV: beh, la versione 5 si trova sulla 15.10 [11:15] <MoL0ToV> ok allora aspetto finchè non verrà aggiunta alla 14.04 e alla 15.04.. la prossima lts sarà la 15.04 ? [11:15] <cristian_c> http://packages.ubuntu.com/search?keywords=libreoffice&searchon=names&suite=vivid&section=all [11:16] <cristian_c> MoL0ToV: ? [11:16] <cristian_c> MoL0ToV: libreoffice non verrà aggiornato sulle varie versioni di ubuntu [11:16] <cristian_c> !rilasci | MoL0ToV [11:16] <ubot-it> MoL0ToV: Scalette di rilascio: http://wiki.ubuntu-it.org/Rilasci | Cicli di vita delle versioni: http://www.ubuntu-it.org/progetto/rilasci [11:17] <giovanni> cristaian o fatto giusto ?? [11:17] <cristian_c> giovanni: sì [11:18] <cristian_c> giovanni: numero di versione di ubuntu? [11:18] <giovanni> se non sbaglio lanuova 15.10 [11:18] <cristian_c> giovanni: cat /etc/issue [11:19] <giovanni> Ubuntu 15.10 \n \l [11:20] <cristian_c> giovanni: http://forum.ubuntu-it.org/viewtopic.php?f=49&t=587083 [11:21] <giovanni> devo mettere tutti i comandi ?? [11:23] <cristian_c> giovanni: no, devi leggere [11:24] <giovanni> http://pastebin.ubuntu.com/13246788/ [11:25] <cristian_c> altrimenti: http://askubuntu.com/questions/389153/low-wireless-signal-with-tp-link-tl-wn725n-wifi-dongle [11:26] <giovanni> non ci capisco molto [11:27] <cristian_c> giovanni: qui, ancora meglio: http://askubuntu.com/questions/332210/cant-use-my-tl-wn725n [11:28] <cristian_c> ' I downloaded and installed this driver (from the zip) : https://github.com/lwfinger/rtl8188eu And it worked.' [11:29] <curiosone> Salve a tutti....ho effettuato l'upgrade da 14.04 a 15.04 sono in un asus con dual boot e windows 7 ora ubuntu non parte piu' cosa posso fare?grazie per gli eventuali suggerimenti;) [11:29] <cristian_c> '   [11:29] <cristian_c> Important to know: there are TWO versions of the "TL-WN725N", one needs the RTL8188CUS driver, the other needs this RTL8188EU. See wikidevi.com/wiki/TP-LINK_TL-WN725N_v1 and wikidevi.com/wiki/TP-LINK_TL-WN725N_v2 for differences.' [11:30] <cristian_c> giovanni: ah, ed è meglio utilizzare il metodo dkms, in modo da ottenere la ricompilazione automatica del driver ad ogni aggiornamento del kernel [11:30] <cristian_c> curiosone: subito dopo l'avanzamento? [11:31] <cristian_c> curiosone: cosa intendi esattamente con 'non parte più'? [11:31] <curiosone> esattamente... [11:31] <giovanni> The program 'dkms' is currently not installed. You can install it by typing: [11:31] <giovanni> sudo apt-get install dkms [11:31] <cristian_c> curiosone: ? [11:31] <cristian_c> giovanni: sì, ma non è la cosa principale da fa5e [11:31] <cristian_c> fare [11:32] <curiosone> ho dovuto spegnere forzatamente e alla riaccensione quando provo a farlo partire diventa lo schermo viola e non succede nient'altro [11:32] <cristian_c> ah, ecco... [11:33] <cristian_c> curiosone: quindi, non c'entra l'avanzamento... [11:33] <giovanni> mi sa che e meglio che lo attacco a eternet e poi lo risolvo [11:33] <cristian_c> curiosone: cosa intendi esattamente con 'quando provo a farlo partire'? [11:33] <curiosone> durante l'avanzamento mi diceva che alcuni pacchetti non erano stati installati... [11:34] <curiosone> lo accendo e in fase di boot scelgo ubuntu [11:34] <curiosone> ora sono in windows [11:34] <cristian_c> giovanni: certo, ma ti consiglio anche un adattatore wifi che non richieda di scaricare driver da github e compilarteli [11:34] <cristian_c> ma che funzioni bene out-of-the-box [11:34] <cristian_c> lol  ho dovuto spegnere forzatamente e alla riaccensione quando provo a farlo partire diventa lo schermo viola e non succede nient'altro [11:36] <cristian_c> beh... [11:36] <curiosone> infilo la pendrive e rimetto il 14 04? [11:36] <cristian_c> curiosone: rispondere alle domande ti sembra così brutto [11:36] <cristian_c> se lo fai, non succede niente [11:37] <curiosone> a quale non ho risposto scusami? [11:37] <cristian_c> curiosone: errore mio [11:38] <cristian_c> curiosone: schermo viola a che punto? [11:38] <curiosone> capita.... [11:38] <curiosone> subito dopo la scelta nel boot [11:38] <cristian_c> curiosone: sfondo viola senza loghi e scritte? [11:38] <curiosone> niente cursore solo il colore [11:39] <cristian_c> curiosone: fai una cosa [11:39] <curiosone> dimmi.. [11:39] <cristian_c> curiosone: alla schermata del grub, premi 'e' [11:39] <cristian_c> quando è selezionata 'ubuntu' [11:40] <cristian_c> curiosone: e togli quiet splash dalle opzioni [11:40] <cristian_c> premendo infine f10 [11:40] <cristian_c> curiosone: quindi posta una foto [11:40] <curiosone> chiaro...scusa che scrivo.. [11:43] <curiosone> ottimo grazie mille intanto...ora devo scappare lo faccio oggi pomeriggio e torno in chat sempre come curiosone...buona giornata [12:35] <eugenio_> salve, come funziona concettualmente la variabile ambiente LD_LIBRARY_PATH? [12:36] <Carlin0> eugenio_, il problema qual'è? [12:40] <eugenio_> Carlin0, ciao, ieri avevo settato la var, oggi era vuota [12:41] <cristian_c> eugenio_: non viene salvata [12:41] <cristian_c> se usi export [12:42] <cristian_c> eugenio_: apri il bashrc e inseriscila [12:44] <eugenio_> cristian_c, invece creare un file.conf da inserire in /etc/ld.so.conf.d/ ? [12:44] <cristian_c> eugenio_: ma non stavamo parlando di environment variable? [12:45] <eugenio_> cristian_c, LD_LIBRARY_PATH non è una variabile? [12:46] <cristian_c> eugenio_: che devi fare? [12:46] <eugenio_> devo far puntare alle lib di grass [12:47] <eugenio_> di default il sistema non ci arriva [12:47] <eugenio_> quando compilo [12:47] <eugenio_> ma anche quando cerco di usarlo da dentro qgis [12:49] <cristian_c> eugenio_: alloa, fai come detto [12:49] <cristian_c> eugenio_: o aggiungi la variabile al bashrc [12:49] <cristian_c> oppure la specifichi direttamente nel comando di compilazione [12:50] <eugenio_> cristian_c, avevo fatto così: cioè mettendola nella configurazione di compilazione, ma nisba [12:51] <cristian_c> eugenio_: allora forse l'hai fatto male [12:51] <cristian_c> eugenio_: qual'era il comando? [12:51] <eugenio_> sicuro [12:51] <cristian_c> qual era [12:51] <ignorante86> salve ragazzi, ho preso un cryptlocker sul mio netbook PB dot s intel atom !,66ghz e pensavo di formattarlo con ubuntu per non infettare il resto della rete quale mi consigliate? [12:52] <cristian_c> ignorante86: lubuntu. ma prima di installarlo, provalo in livs [12:52] <cristian_c> live [12:52] <eugenio_> cristian_c, in pratica ieri ho usato questo: [12:52] <eugenio_> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH/usr/lib/grass70/lib [12:53] <cristian_c> beh [12:53] <eugenio_> ho compilato, e riuscivo ad usare i tool grass [12:53] <eugenio_> oggi no [12:53] <krabador> ignorante86, lubuntu [12:53] <eugenio_> ho fatto echo sulla variabile ed infatti l'ho trovata vuota [12:53] <krabador> ignorante86, scarichi la iso, dal sito, fai la pendrive [12:53] <cristian_c> eugenio_: quindi, se il problema non è in compilazione, specifica la variabile nel bashrc [12:54] <ignorante86> faccio dal bios con l'usb o lo faccio partire direttamente da windowscome mi ha consigliato uno? [12:54] <krabador> ignorante86, qui sei nel canale di supporto ufficiale italiano [12:55] <krabador> non chiedere qui, se vuoi fare "come mi ha consigliato uno" [12:55] <krabador> !usbwin | ignorante86 [12:55] <ubot-it> ignorante86: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [12:55] <krabador> !iso | ignorante86 [12:55] <ubot-it> ignorante86: http://wiki.ubuntu-it.org/Hardware/DispositiviPartizioni/MasterizzareIso [12:56] <ignorante86> live usb creator non va bene? [12:56] <krabador> fa il supporto di installazione, seguendo la guida in base a quello che devi fare [12:56] <krabador> ignorante86, no [12:56] <gioele_78> salve a tutti [12:57] <krabador> ignorante86, una volta fatto il supporto di installazione, entri in bios, lo setti come periferica di avvio [12:57] <krabador> !installazione | ignorante86 [12:57] <ubot-it> ignorante86: http://wiki.ubuntu-it.org/Installazione | Per installazione grafica http://wiki.ubuntu-it.org/Installazione/Grafica | Si consiglia la visione della guida ufficiale in inglese http://www.ubuntu.com/desktop/get-ubuntu/download [12:57] <krabador> e poi segui la guida per l'installazione [12:57] <krabador> !ciao | gioele_78 [12:57] <ubot-it> gioele_78: Ciao! Benvenuto in #ubuntu-it [12:57] <gioele_78> guarda caso era proprio quello di cui avevo bisogno [12:58] <gioele_78> ho creato una usb con la iso di lubuntu ma non mi si avvia l'installazione [12:58] <gioele_78> pur avendola impostata da Bios come primo avvio [12:58] <krabador> gioele_78,con cosa hai creato la iso? [12:58] <gioele_78> con il programma Iso Burner [12:59] <gioele_78> c'è un opzione per chiavette [12:59] <krabador> hai creato una usb con iso burner? [12:59] <gioele_78> sì [12:59] <krabador> gioele_78, bene, allora scaricati questo [12:59] <krabador> !usbwin | gioele_78 [12:59] <ubot-it> gioele_78: Scarica Universal USB Installer: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | Installalo su Windows e lancialo: lui si occuperà di trasferire l'immagine ISO su USB. Guida: http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows | Opzionalmente questo programma può anche scaricare lui stesso l'immagine ISO [12:59] <eugenio_> cristian_c, ti ho messo le config [12:59] <eugenio_> cristian_c, : http://paste.ubuntu.com/13247226/ [12:59] <krabador> gioele_78, formatta la pendrive in fat32 [12:59] <gioele_78> perfetto grazie [12:59] <krabador> gioele_78, e rifa la chiavetta [12:59] <gioele_78> ok [13:00] <krabador> gioele_78, segui documentazione ufficiale [13:00] <ignorante86> un ultima cosa 32o64bit [13:00] <cristian_c> gioele_78: ma hai detto di non aver problemi a compilare [13:00] <krabador> ignorante86, indica il modello del processore, e ti si puo' dire [13:00] <cristian_c> gioele_78: devi ancora compilare? [13:00] <krabador> ignorante86, se cpu a 64bit , puoi mettere indifferentemente l'una o l'altra, se processore a 32, solo la 32 [13:00] <ignorante86> intel atom n450 1,66ghz [13:01] <krabador> ignorante86, puoi mettere anche 64 [13:01] <gioele_78> un ultima cosa nel bios come Usb ci sono varie modalità: Usb-fdd, usb-zip, ecc quale occorre impostare? [13:01] <cristian_c> eugenio_: devi ancora compilare? [13:01] <krabador> gioele_78, ecc [13:01] <krabador> gioele_78, o le listi tutte o ci giriamo i pollici [13:01] <gioele_78> allora devo riavviare e poi segnarmele [13:03] <gioele_78> ciao a dopo....se faccio in tempo sennò a presto. Bye Bye [13:06] <Carlin0> usb-hdd [13:06] <krabador> Carlin0, let cow learn [13:06] <Carlin0> eh la mucca [13:06] <eugenio_> cristian_c, in teoria no [13:07] <ignorante86> bene io per ora vi ringrazio tutti per l'aiuto,spero di aver capito. caio grazie [13:07] <krabador> buon proseguimento [13:08] <eugenio_> cristian_c, l'applicazione compilata (qgis) funziona, ma siccome sfrutta delle funzionalità di grass, queste non funzionano, mi compare un error box in cui dice che mancano le dipendenze con grass [13:09] <Carlin0> !info grass-dev [13:09] <ubot-it> grass-dev (source: grass): GRASS GIS development files. In component universe, is optional. Version 7.0.1-2build1 (wily), package size 177 kB, installed size 1225 kB [13:10] <eugenio_> Carlin0, grass-dev è installato [13:11] <Carlin0> posta l'errore eugenio_ [13:11] <Carlin0> !paste [13:11] <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 [13:12] <Carlin0> !info grass7-dev [13:12] <ubot-it> Package grass7-dev does not exist in wily [13:13] <Carlin0> !info grass70-dev [13:13] <ubot-it> Package grass70-dev does not exist in wily [13:13] <Carlin0> vabbè ... [13:16] <eugenio_> Carlin0, questo è quando lancio un tool: http://paste.ubuntu.com/13247322/ [13:21] <Carlin0> !info pkg-config [13:21] <ubot-it> pkg-config (source: pkg-config): manage compile and link flags for libraries. In component main, is optional. Version 0.28-1ubuntu1 (wily), package size 38 kB, installed size 135 kB [13:21] <Carlin0> eugenio_, questo è installato ? [13:24] <eugenio_> Carlin0, yes [13:25] <Carlin0> eugenio_, usi ubuntu ovviamente vero ? [13:25] <eugenio_> Carlin0, si [13:25] <Carlin0> eugenio_, pare che nei repo ubuntu non ci sia grass7 [13:26] <Carlin0> infatti è quello l'errore [13:26] <eugenio_> Carlin0, il mio ragionamento è: se grass è configurato bene nel file di config della compilazione, non da errori, e oltretutto viene rilevato come indica il cmake . perchè da dentro qgis se lancio grass mi dice che manca la dipendenza? [13:26] <Carlin0> eugenio_, hai grass ma non grass7 [13:27] <eugenio_> Carlin0, a complicare le cose ti dico che ieri sera prima di spegnere il pc (dopo una giornata di tentativi per far funzionare questa cosa) funzionava grass7 [13:27] <eugenio_> Carlin0, in teoria ho grass7 istallato da pacchetti ubuntu [13:28] <eugenio_> la cosa strana che oltre a grass 7 ho un grass che punta anch'esso a grass7 [13:28] <eugenio_> ci deve essere un pò di confusione in questo senso [13:29] <Carlin0> io vedo che nei repo ubuntu non c'è... poi cosa abbi tu nel pc non posso saperlo [13:29] <Carlin0> lo vedo ad esempio nei repo debian [13:29] <eugenio_> come no: http://packages.ubuntu.com/search?mode=exactfilename&suite=wily&section=all&arch=amd64&keywords=grass&searchon=names [13:30] <Carlin0> http://packages.ubuntu.com/search?keywords=grass [13:30] <Carlin0> ops... [13:30] <Carlin0> scusa [13:30] <Carlin0> http://sprunge.us/WFcJ [13:31] <Carlin0> questi sono i pacchetti su debian e come puoi vedere c'è grass7 [13:31] <Carlin0> su ubuntu no [13:31] <eugenio_> su ubuntu c'è grass, che va ad istallare la versione 7 [13:32] <Carlin0> non centra la versione [13:32] <Carlin0> è proprio il nome del pacchetto [13:32] <eugenio_> la cosa strana è che se parto dal pulito e faccio apt-get install grass, mi istalla grass7, ma ho anche grass, che punta sempre a grass7 [13:32] <Carlin0> c'è grass grass7 e grass70 [13:32] <eugenio_> quindi? non ti seguoù [13:33] <Carlin0> eugenio_, dpkg -l | grep grass [13:35] <eugenio_> Carlin0, http://paste.ubuntu.com/13247419/ [13:35] <Carlin0> eugenio_, non hai grass7 ... inutile continuare a girarci intorno [13:36] <eugenio_> Carlin0, no, ma grass è alla versione7.0.1 [13:37] <Carlin0> tanto piacere ma a quel coso che vuoi far girare tu non gli basta [13:37] <Carlin0> Missing dependency. This algorithm cannot be run :-( [13:37] <Carlin0> It seems that GRASS GIS 7 is not correctly installed and configured in your system. Please install it before running GRASS GIS 7 algorithms. [13:38] <eugenio_> Carlin0, provo a fregarlo, metto nel config alla voce GRASS quello che ho e non alla voce GRASS7 [13:39] <Carlin0> eugenio_, a sti livelli forse è meglio un link virtuale [13:39] <Carlin0> grass7 → grass [13:39] <eugenio_> Carlin0, cioè? [13:40] <Carlin0> man ln [13:40] <eugenio_> ln -s [13:40] <Carlin0> devo andare ... [13:40] <eugenio_> Carlin0, posso fare link a directory intere? [13:49] <neramarea> 'giorno a tutti. ho recentemente aggiornato da 12.04 a 14.04. prima usavo gnome-shell. ora è troppo lento, e sono tornato a unity. ma ho un problema: lo sfondo del desktop non vuol saperne di applicarsi. rimane fisso quello del lightdm... [14:28] <vale2000> buongiorno,vorrei sapere se è possibile installare Ubuntu sul mio pc senza cancellare windows [16:17] <Guest86038> ciao raga. ho installato da poco 13,10 ,vorrei installarci gimp, per questioni di tempo non riesco a mettere 15,10 , qualcuno ha una dritta?da center software non funge [16:18] <gigirock> 13.10 é dismessa? [16:18] <Guest86038> cioe da softwere center ubuntu non riesco ad installare gimp [16:18] <gigirock> Guest86038: datti un no [16:19] <gigirock> Me [16:19] <Guest86038> non lo so,se e dismessa gigirock [16:19] <gigirock> ... ma accedi al sw center [16:19] <gigirock> ? [16:19] <Guest86038> si accedo, [16:19] <Carlin0> è fuori supporto la 13.10 [16:19] <Guest86038> ma mi da errore, [16:19] <gigirock> Ecco [16:19] <Carlin0> installa la 15.10 o la 14.04 [16:19] <Guest86038> Carlin0: potrei istallare da terminale? [16:20] <gigirock> Guest86038: ma poi tutte le dipendenze non vanno [16:20] <Carlin0> no devi scaricare la iso masterizzare e installare [16:20] <Carlin0> !download [16:20] <ubot-it> download is http://www.ubuntu.com/download/ o http://cdimage.ubuntu.com/ o http://www.ubuntu-it.org/download [16:20] <Carlin0> !installazione [16:20] <ubot-it> http://wiki.ubuntu-it.org/Installazione | Per installazione grafica http://wiki.ubuntu-it.org/Installazione/Grafica | Si consiglia la visione della guida ufficiale in inglese http://www.ubuntu.com/desktop/get-ubuntu/download [16:20] <gigirock> Gues [16:21] <Guest86038> si ok,,,ma non ce soluzione,?perche non riesco per questioni di tempo, ho un lavoro da fare su gimp urgente [16:21] <gigirock> No [16:21] <Guest86038> aia [16:21] <gigirock> Guest86038: usa una cosa online [16:21] <gigirock> Guest86038: cosa devi gimpare? [16:22] <Guest86038> un lavoro , prevendite discoteca [16:22] <Guest86038> ;-) [16:22] <gigirock> Per questa sera? [16:22] <Guest86038> tra 50 minuti, devo avere il file [16:22] <Guest86038> hehehe [16:22] <gigirock> Fai con impress [16:23] <Carlin0> ciao [16:23] <Guest86038> impress cosa e? gigirock [16:23] <Guest86038> ? [16:23] <Carlin0> !chat [16:23] <ubot-it> per qualsiasi argomento non inerente strettamente il supporto a ubuntu, /join #ubuntu-it-chat [16:23] <gigirock> !info impress [16:23] <ubot-it> Package impress does not exist in wily [16:24] <Guest86038> va bene raga, grazie mille, il tempo stringe [16:24] <Guest86038> scappo, [16:24] <Guest86038> ciao a tutti [16:24] <gigirock> Impress é come powerpoint [16:24] <Guest86038> ;-) [18:13] <enzo> ciao [18:16] <Guest84637> nn risco a installare flash player su ubunti 10.10 e xbuntu 13.04 [18:17] <enzo2> ciao [18:53] <Frabrizio> Salve, ho problemi a creare un gruppo su ubuntu [18:54] <Frabrizio> Mi dice: La configurazione non può essere salvata [18:54] <Frabrizio> Si è verificato un errore sconosciuto [18:59] <gigirock> che comando dai ? [18:59] <Frabrizio> Vado in Gruppi ed utenti [18:59] <Frabrizio> e mi spunta l' errore [18:59] <gigirock> ma dai quelle cose si fanno da terminale [19:00] <gigirock> !gruppi [19:00] <ubot-it> Voce non trovata: 'gruppi' [19:00] <gigirock> !gruppo [19:00] <ubot-it> Registrazione nick e gruppo http://freenode.net/faq.shtml#nicksetup [19:00] <Frabrizio> bene, qualè il comando da terminale per craere un gruppo ? [19:00] <Frabrizio> non ricordo [19:37] <Guest34709> ciao [19:37] <Guest34709> nn riesco a installare flash player su xbuntu 13.04 [19:38] <ioria> 13.04 è morto [19:38] <cristian_c> Guest34709: perché hai installato la 13.04? [19:39] <Guest34709> avevo questa versione [19:39] <Guest34709> ho provato ho un vecchio pc [19:39] <cristian_c> Guest34709: nonvè più supportata [19:39] <cristian_c> Guest34709: quanto vecchio? [19:39] <Guest34709> un po [19:40] <ioria> 12.04 o lubuntu 14.04 [19:40] <cristian_c> Guest34709: puoi essere più preciso? [19:40] <Guest34709> neanche crome [19:40] <Guest34709> o vlc [19:40] <cristian_c> Guest34709: per piacere, fornisci il nome del pc [19:41] <Guest34709> 2 ghz di processose o 1g di ram [19:41] <cristian_c> Guest34709: a occhio ti direi di scaricare lubuntu [19:41] <cristian_c> Guest34709: l'ultima release [19:41] <ioria> yeah [19:41] <Guest34709> ok [19:41] <Guest34709> ci provo [19:41] <cristian_c> Guest34709: ma provala in live [19:42] <Guest34709> ok [19:42] <cristian_c> Guest34709: se il processore è decente, puoi provare anche xubuntu [19:42] <ioria> la 15.10 ? forse meglio stable [19:42] <cristian_c> ioria: la 15.10 non è stabile? [19:42] <ioria> mah.... [19:42] <Guest34709> un celeron [19:42] <cristian_c> ioria: non siamo su debian [19:43] <ioria> non intendevo in quel senso.... [19:43] <Guest34709> ho anche la debian [19:43] <cristian_c> !rilasci | ioria [19:43] <ubot-it> ioria: Scalette di rilascio: http://wiki.ubuntu-it.org/Rilasci | Cicli di vita delle versioni: http://www.ubuntu-it.org/progetto/rilasci [19:43] <ioria> intendevo lts [19:43] <Guest34709> provo la dedian [19:43] <cristian_c> ioria: e dubito possa utilizzare driver proprietari amd [19:43] <cristian_c> ioria: lts non vuol dire stabile [19:43] <Guest34709> ciao grazie [19:43] <ioria> lo so... long time support [19:45] <ioria> pentium 4 ,1 g ram intel Brookdale ... la 14.04 va la 15.10 fa le bizze... [19:50] <cristian_c> ioria: non è questione di release, per un salto del genere [19:50] <cristian_c> i problemi possono avere mille cause [19:50] <ioria> cosa intendi ? [19:50] <ioria> ah... [19:50] <ioria> sapevo che canonical stà lasciando il supporto per le vecchie intel [21:30] <Fransis> Salve, premetto che sono un neofita con ubuntu e da poco mi sono avvicinato al mondo della programmazzione, ho provato a installare sul pc fisso questa estensione di ubuntu (build-essential) ma daà il seguente errore: sudo apt-get install build-essential [21:30] <Fransis> [sudo] password for francesco: [21:30] <Fransis> Lettura elenco dei pacchetti... Fatto [21:30] <Fransis> Generazione albero delle dipendenze [21:30] <Fransis> Lettura informazioni sullo stato... Fatto [21:33] <Fransis> Salve, non riesco a installare il pacchetto build essential, l'errore che mi dà è il seguente: pastebin.ubuntu.com/13251116/ [21:37] <cristian_c> uhm [21:38] <Fransis> Sul portatile lo ho installato senza problemi, ma sul fisso non c'è verso [21:38] <cristian_c> Fransis: dpkg -l | grep g++ [21:38] <cristian_c> !paste | Fransis [21:38] <ubot-it> Fransis: 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 [21:42] <Fransis> Salve, non riesco a installare il pacchetto build essential, l'errore che mi dà è il seguente: pastebin.ubuntu.com/13251116/ [21:43] <cristian_c> !ripeti | Fransis [21:43] <ubot-it> Fransis: non ripetere la tua domanda spesso, ogni N minuti. Non aumenterà le probabilità di ottenere una risposta ma provocherà solamente una reazione stizzita da parte degli altri utenti del canale. Se nessuno ti risponde riprova più tardi o utilizza le altre forme di supporto messe a dispozione dalla comunità. [21:44] <cristian_c> Fransis: ti era stato anche chiesto di digitare un comando [21:46] <Fransis> Scusami, non avevo visto, ho digitato il comando [21:46] <Fransis> ma non è successo nulla [21:46] <angelica_> sera ho un problema ho una vecchia versione di xubuntu e vorrei sovrascriverla cancellandola con una versione di xubuntu che ho su penna ma invece di avviarmi verso l instalazione mi fa partire il live [21:46] <cristian_c> !paste | Fransis [21:46] <ubot-it> Fransis: 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 [21:46] <cristian_c> Fransis: quindi non è installato? [21:46] <cristian_c> Fransis: sudo apt-get update | pastebiniy [21:46] <cristian_c> Fransis: sudo apt-get update | pastebinit [21:46] <cristian_c> il secondp [21:47] <Fransis> ok [21:47] <cristian_c> angelica_: beh, da live puoi avviare l'insyal [21:47] <cristian_c> l'installazione [21:47] <cristian_c> c'è l'icona 'installa' [21:48] <Fransis> installato [21:48] <angelica_> il problema che io non ho idea di come fare non e come exe a cui sono abituata [21:48] <cristian_c> Fransis: posta il link [21:49] <Fransis> http://paste.ubuntu.com/13251342/ [21:49] <cristian_c> angelica_: se ti trovi in live, non è difficile seguire le istruzioni dell'installer, inoltre: [21:49] <cristian_c> !installazione | angelica_ [21:49] <ubot-it> angelica_: http://wiki.ubuntu-it.org/Installazione | Per installazione grafica http://wiki.ubuntu-it.org/Installazione/Grafica | Si consiglia la visione della guida ufficiale in inglese http://www.ubuntu.com/desktop/get-ubuntu/download [21:50] <cristian_c> Fransis: dpkg -l | grep build [21:52] <Fransis> http://paste.ubuntu.com/13251393/ [21:52] <angelica_> grazie mille :) [21:53] <cristian_c> Fransis: cat -n /etc/apt/sources.list | pastebiniy [21:53] <cristian_c> Fransis: cat -n /etc/apt/sources.list | pastebinit [21:53] <cristian_c> Fransis: il secondo [21:53] <Fransis> http://paste.ubuntu.com/13251420/ [21:56] <cristian_c> ok [21:56] <cristian_c> Fransis: sudo apt-get install build-essential | pastebinit [21:57] <Fransis> http://paste.ubuntu.com/13251477/ [21:58] <cristian_c> Fransis: sudo apt-get -f install | pastebinit [21:59] <Fransis> http://paste.ubuntu.com/13251522/ [22:00] <cristian_c> Fransis: sudo dpkg --configure -a [22:00] <Fransis> ok [22:01] <Fransis> non succede nulla quando riprovo ad installare il pacchetto, restituisce lo stesso errore [22:02] <cristian_c> Fransis: hai digitato dpkg --configure -a? [22:02] <Fransis> si [22:02] <cristian_c> Fransis: sudo apt-get upgrade | pastebinit [22:02] <Fransis> forse ho sbagliato io, scusami ma sono un neofita [22:03] <Fransis> se lo digito senza sudo mi chiede i privilegi di super utente [22:03] <cristian_c> Fransis: sudo apt-get upgrade | pastebinit [22:03] <Fransis> http://paste.ubuntu.com/13251585/ [22:04] <Al3x_10m> http://askubuntu.com/questions/428198/getting-installing-gcc-g-4-9-on-ubuntu [22:05] <cristian_c> Fransis: apt-cache policy build-essential [22:06] <cristian_c> Al3x_10m: ? [22:07] <Al3x_10m> eh..una idea [22:07] <Fransis> Sto provando quello di alex [22:07] <Fransis> appena ha finito vi dico [22:08] <cristian_c> Al3x_10m: eh, ma contestuak [22:08] <cristian_c> contestualizza [22:08] <cristian_c> Fransis: cos'hai provato? [22:09] <Fransis> Ho provato a fare questi programmi [22:09] <Fransis> comandi [22:09] <Fransis> sudo add-apt-repository ppa:ubuntu-toolchain-r/test [22:09] <Fransis> sudo apt-get update [22:09] <Fransis> sudo apt-get install g++-4.9 [22:09] <cristian_c> ? [22:09] <cristian_c> Al3x_10m: non si suggerisckno [22:09] <cristian_c> non si suggeriscono repository esterni in questo canale [22:09] <Al3x_10m> oh [22:10] <cristian_c> a meno che non sia strettamente necessario [22:10] <cristian_c> Fransis: l'altra idea era appunto di installare dr [22:10] <cristian_c> direttamente g++ [22:10] <cristian_c> (senza repository dedicati) [22:10] <Fransis> scusate, ho provato ad incollare troppa roba [22:10] <Fransis> http://pastebin.ubuntu.com/13251671/ [22:11] <Fransis> ho eseguito questi comandi [22:11] <Fransis> appena finisce tutti i download vi dico se va [22:11] <cristian_c> Fransis: ti suggerisco di non aggiungere repository esterni [22:11] <cristian_c> potresti andare incontro a problemi [22:12] <cristian_c> Fransis: installa direttamente g++ dai repository ufficiali [22:12] <Fransis> Niente da fare, g++ non c'è [22:12] <cristian_c> !ppa-purge | Fransis [22:12] <ubot-it> Fransis: Per disabilitare una PPA dai tuoi sorgenti e ripristinare i pacchetti di default di Ubuntu, installare ppa-purge e utilizzare il comando: sudo ppa-purge ppa: <repository-name> / <subdirectory> - Per ulteriori informazioni, vedere http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [22:13] <cristian_c> Al3x_10m: per questo motivo avresti dovuto contestualizzare un minimo [22:15] <cristian_c> Al3x_10m: inoltre, il tizio su askubuntu voleva installare l'ultima versione di gcc e g++ [22:15] <Fransis> non va il comando, ho installato il pacchetto [22:15] <Carlin0> Fransis, installa build-essential [22:15] <cristian_c> Fransis: su pastebin [22:15] <Carlin0> contiene anche g++ [22:18] <Fransis> bash: !ppa-purge: event not found [22:18] <Fransis> Si stavo cercando di installare proprio build-essential, ma mi da errore l'istallazione di g++ [22:20] <cristian_c> Fransis: sudo ppa-purge ppa:ubuntu-toolchain-r/test | pastebinit [22:20] <Fransis> http://paste.ubuntu.com/13251832/ [22:22] <cristian_c> ok, fatto [22:23] <cristian_c> Fransis: sudo apt-get install g++ [22:23] <Fransis> http://paste.ubuntu.com/13251867/ [22:25] <cristian_c> Fransis: sudo apt-get install g++-4.8 [22:27] <Fransis> Non va neppure così, provo a formattare e rimettere la versione di ubunto che ho messo sul portatile 2 giorni fa, poi vi faccio sapere [22:27] <cristian_c> Fransis: che dice? [22:27] <Fransis> lo stesso errore delle altre volte [22:28] <cristian_c> Fransis: quand'è che ha cominciato a rompersi il gestore pacchetti? [22:28] <Fransis> ho installato il sistema qualche ora fa [22:28] <cristian_c> Fransis: e due giorni fa che hai fatto? [22:29] <Fransis> a me serve solo quel pacchetto li perchè lo uso per scuola per programmare [22:29] <cristian_c> non l'avevi installato due giorni fa? [22:29] <Fransis> sul portatile [22:29] <cristian_c> ah, scusa [22:29] <Fransis> ora lo ho voluto mettere anche sul fisso [22:29] <Carlin0> Fransis, cat /etc/apt/sources.list && ls /etc/apt/sources.list.d/ | pastebinit
ubuntu-chat
2024-05-13T22:11:31.681898
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Al3x_10m", "Carlin0", "Clemente85", "ExPBoy", "Frabrizio", "Fransis", "Guest34709", "Guest84637", "Guest86038", "MoL0ToV", "angelica_", "cristian_c", "curiosone", "enzo", "enzo2", "eugenio_", "gigirock", "gioele_78", "giovanni", "ignorante86", "ioria", "krabador", "neramarea", "ubot-it", "vale2000", "vittorio" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-it.txt", "channel": "#ubuntu-it" }
2015-11-13-#ubuntu-es
[06:49] <cesar_> hola [06:50] <Guest89659> estoy volviendo a usar ubuntu despues de algunos anhos, tengo la version 13.04, cual es la forma mas recomendable de actualizar [12:23] <shazaum> fala galera do espirito santo! [12:24] <shazaum> argentina alguem? [19:23] <Octubre2> hola [19:23] <Octubre2> estoy tratando de importar una maquina virtual .ova en virtualbox pero me devuelve este mensaje http://paste.ubuntu.com/13249873/ [19:24] <Octubre2> voy a preguntar en #vbox [20:58] <joaquin_> hola que tal, agrege un archivo id_rsa de otra maquina para conectarme a un ssh remoto Permission denied (publickey). [20:58] <joaquin_> alguna idea [20:59] <andres_> hola me ayudan con sqlmap [23:46] <mefista_> buenas noches
ubuntu-chat
2024-05-13T22:11:31.686117
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Guest89659", "Octubre2", "andres_", "cesar_", "joaquin_", "mefista_", "shazaum" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-es.txt", "channel": "#ubuntu-es" }
2015-11-13-#juju
[10:51] <blahdeblah> Any charmers around to look at http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/1392/console ? [11:48] <apuimedo> gnuoy: Hi [11:49] <apuimedo> do you know who to contact to remove a charm from the store? I thought removing the branch would suffice [11:49] <apuimedo> but it's been a week and the charm remains in the store [11:51] <gnuoy> hi apuimedo, I'm not sure how that happens. jcastro might be able to point us in the right direction when he comes online [11:51] <apuimedo> thanks [11:57] <MrBy> hi, i successfully deployed landscape and now i have a minimal openstack installation. how can i extend it with juju to deploy ceilometer, heat, ...? [15:46] <coreycb> cory_fu, I'm looking through the vanilla demo for layers: https://jujucharms.com/docs/1.24/authors-charm-building [15:47] <coreycb> cory_fu, who calls provide_database()? I'd think it would be called in mysql/postgresql charm but I'm not seeing anything there. [16:05] <jrwren> anyone familiar with mongodb charm ansible tests able to help me with its test failures? [16:06] <jrwren> https://code.launchpad.net/~evarlast/charms/trusty/mongodb/fix-dump-actions/+merge/277191 i tried to fix the failing tests due to the recent juju change in unit numbering, but it is still failing, I do not see why. [16:07] <cory_fu> coreycb: In a meeting, sorry. Give me a bit [16:07] <coreycb> cory_fu, me too, no rush [16:08] <lazypower> jrwren - 1 sec let me take a look [16:14] <lazypower> jrwren looking @ the console output of the failing test, it looks unrelated to your change. its due to the unit numbering behavior change [16:14] <lazypower> jrwren and there's still some older syntax in the tests - DEBUG:runner: mongo = self.deploy.sentry.unit['mongodb/0'].info['public-address'] [16:14] <lazypower> thats emitting from the relate-ceilometer test [16:17] <jrwren> lazypower: oh, I thought I updated all those old reference forms. I'll push a change updating those. Thanks. [16:18] <tvansteenburgh> jrwren: http://reports.vapour.ws/charm-test-details/charm-bundle-test-parent-3607 [16:18] <jrwren> *doh* now I see how I missed it. [16:18] <jrwren> oh wow, fails proof too. should I address those? [16:19] <tvansteenburgh> jrwren: yes plz [16:19] <jrwren> poor neglected mongodb charm. [16:28] <jrwren> in the charm proof output for that mongodb charm, it says benchmark has no hooks. There is nothing there for benchmark. Can I delete the interface from metadata.yaml? [16:29] <lazypower> if its I: you can safely ignore it [16:29] <lazypower> W:/E: are the blockers [16:30] <jrwren> ah, ok. i won't touch that. [16:35] <cory_fu> coreycb: If you're talking about, e.g., https://github.com/johnsca/juju-relation-mysql/blob/master/provides.py#L50, then yes, it would be called by the mysql charm, e.g. https://github.com/marcoceppi/mysql-charm-layer/blob/master/reactive/mysql.py#L246 [16:36] <cory_fu> coreycb: Of course, if the relation is being provided by the existing, non-reactive mysql charm, then it won't use the interface layer at all. But it should still work as long as I got the interface protocol right (fair chance I mucked it up somehow) [16:37] <coreycb> cory_fu, ok I think that's the issue, I was looking at lp:charms/trusty/mysql [16:37] <cory_fu> Yeah, that doesn't use the interface layer at all, yet. [16:39] <coreycb> cory_fu, but the net is you need reactive charms on each side of the interface, right? [16:40] <lazypower> coreycb - not at all :) recall the etcd example i showed yesterday on our h/o? [16:40] <coreycb> lazypower, sort of, can you point me to that again? [16:41] <lazypower> https://github.com/chuckbutler/interface-etcd [16:41] <lazypower> i apologize in advance for the state of this repository and it slack of a proper readme [16:41] <coreycb> lazypower, not a problem, thanks! [16:44] <coreycb> lazypower, would it also be legitimate to call relation_get/set in requires.py? [16:48] <natefinch> marcoceppi, dpb1: There's an error in CI trying to deploy the landscape bundle on master. Looks like an error in config-changed. This line is throwing a KeyError for 'services': https://github.com/charms/haproxy/blob/master/hooks/hooks.py#L354 [16:49] <natefinch> Seems like maybe the latest changes on master are firing config-changed before all the data the charm expects to be there actually exists... but I think the charm shouldn't depend on it being there, right? [16:49] <dpb1> natefinch: can you show me the bundles you are using? [16:50] <natefinch> dpb1: it's something CI is deploying. mgz_ do you know where those bundles live? [16:50] <dpb1> (it's probably an older bundle deploying more recent code) [16:51] <natefinch> dpb1: here the CI log, FWIW: http://reports.vapour.ws/releases/3307/job/aws-quickstart-bundle/attempt/1317#highlight [16:54] <natefinch> dpb1: looks like it's called landscape_scalable.yaml.... but I don't know where it comes from [16:55] <natefinch> (asking sinzui on juju-dev) [17:04] <coreycb> lazypower, ok so I just looked through the RelationBase code a little and it looks like get/set_remote call relation_get/set. [17:05] <coreycb> so I think that answers my question [17:08] <cory_fu> coreycb: You should use get/set_remote instead of relation_get/set in interface layers because of how conversations are managed. [17:08] <sharan> Hi [17:09] <cory_fu> coreycb: Conversations group remote units together based on whether it makes sense for them to proceed through states as a logical group and to share data. To set_remote can send data to multiple remote units if the scope is SERVICE or GLOBAL [17:09] <cory_fu> This really only applies to developing interface layers, though [17:11] <cory_fu> When using interface layers, you shouldn't need to worry about conversations or using either set_remote nor relation_set, etc, because the interface layer should provide an API for interacting with the other side [17:28] <coreycb> cory_fu, awesome thanks, it's making sense now. [17:51] <lazypower> I just saw something interesting during a review. a hook decorator that doesn't implicitly define the hook context in which it should be run decorating 2 methods [17:52] <lazypower> as in @hooks.hook() <cr> def install(): [17:52] <lazypower> same declaration for a config_changed()... does this run on every hook context without the proper identifier? [17:53] <sharan> Hi i am trying to implement peer relation in my charm. I have deployed my charm and using "juju action do" downloading package after completion of this download i'll set license flag true and charm works perfectly. when i do "juju add-unit" to get peer relation at this time license flag is made true for the first deployment , here before downloading the package charm is going into installation of the product but package is not present [17:58] <lazypower> sharan - this seems like something the charm should do natively instead of relying on an action, or call the action from the hook code. [17:59] <sharan> is it possible to call juju action from the hook code? [18:00] <lazypower> you can. The CWD during hook execution is $CHARM_DIR [18:00] <lazypower> so you can call action/thing-you-need-to-do [18:00] <lazypower> but you wont have any action parameters available, so you will need to compensate for that [18:00] <lazypower> by either allowing it to be parameterized on the CLI, import the method from the action (if written in python) [18:01] <marcoceppi> lazypower: sharan the long of the short of it is no. Actions are only invoked by operators [18:02] <marcoceppi> they are one time tasks and not a way to persist data in a service. If you need to persist data it should be modeled as configuration [18:02] <marcoceppi> that way scale out will get the same copy of data instead of worrying about quorum and managing peer relation data [18:07] <lazypower> and thats a fair point ^ [18:11] <sharan> how do we configure the data? is it in config.yaml we need to configure? [18:18] <lazypower> sharan - correct. if there's something you need to provide as configuration, it belongs in config.yaml and you can then take action when its present, if no value is present you can set status to blocked identifying the user they need to configure the charm before it can proceed. [20:37] <natefinch> rick_h_: you around? [20:38] <natefinch> or marcoceppi or anyone else... trying to deploy a charm I just pushed to my personal namespace, and juju is saying charm not found [20:38] <rick_h_> natefinch: howdy [20:39] <rick_h_> natefinch: which charm? what command? [20:39] <natefinch> $ bzr push lp:~natefinch/charms/vivid/ducksay/trunk [20:39] <natefinch> Created new branch. [20:39] <natefinch> $ juju deploy cs:~natefinch/vivid/ducksay [20:39] <natefinch> ERROR cannot resolve URL "cs:~natefinch/vivid/ducksay": charm not found [20:40] <rick_h_> natefinch: not seeing it yet when did you push? https://jujucharms.com/u/natefinch/ [20:40] <natefinch> rick_h_: like 3 minutes ago.... too fast? [20:40] <rick_h_> natefinch: yea, by about 2hrs [20:40] <natefinch> rick_h_: ug [20:41] <natefinch> rick_h_: why is there lag? [20:41] <rick_h_> natefinch: yea, the charm upload/etc stuff will be more like you're expecting [20:41] <rick_h_> natefinch: processing bzr uploads every 15min between legacy and new servers that have to stay in sync and take a while to process and sync up between them [20:42] <natefinch> rick_h_: I guess I figured the charm could be retrieved on the fly when requested. But *shrug*. [20:43] <natefinch> rick_h_: are we getting deploy from github any time soon? [20:43] <rick_h_> natefinch: not deploy from github but upload to the store by EOY [20:44] <natefinch> rick_h_: as long as it means I don't have to type bzr, I'm happy. [20:44] <rick_h_> natefinch: +1 [20:44] <rick_h_> natefinch: talk to uros and see if you can get in early [20:44] <rick_h_> natefinch: but they're working on getting it asap [20:44] <rick_h_> natefinch: and have PoC working and should be beta'able this monthish and such [20:45] <natefinch> rick_h_: it's ok, just makes it hard to test features that require specific charms in the store [20:45] <rick_h_> natefinch: well to test the charm do you need it in the store? [20:45] <natefinch> rick_h_: I need to test that my code does the right thing when the charm is coming from the store vs. local [20:46] <rick_h_> natefinch: ah gotcha [20:46] <rick_h_> natefinch: you can ask uros for access to the current charm upload command [20:46] <rick_h_> it's not the official stuff, but it works today to upload straight to the store and bypass bzr [20:47] <rick_h_> natefinch: if it's just testing/etc it'd save you hours [20:47] <rick_h_> natefinch: showed you a doc [20:48] <rick_h_> natefinch: shared that is [20:48] <natefinch> rick_h_: cool, thanks [20:49] <natefinch> rick_h_: I'll talk to uros [23:40] <blahdeblah> Hi. Any charmers still around to tell me why http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/1392/console is failing?
ubuntu-chat
2024-05-13T22:11:31.691441
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "MrBy", "apuimedo", "blahdeblah", "coreycb", "cory_fu", "dpb1", "gnuoy", "jrwren", "lazypower", "marcoceppi", "natefinch", "rick_h_", "sharan", "tvansteenburgh" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23juju.txt", "channel": "#juju" }
2015-11-13-#xubuntu
[00:03] <xubuntu11w> How do I check that? [00:03] <mrkramps> lscpi | grep Network [00:05] <xubuntu11w> command not found [00:05] <genii> or pastebin the results of sudo lshw -C Network [00:06] <mrkramps> sry [00:06] <knome> ^ lspci ... [00:06] <mrkramps> lspci | grep Network [00:07] <xubuntu11w> http://paste.ubuntu.com/13243161/ [00:07] <xubuntu11w> lspci | grep Network didnt do anything? [00:08] <xubuntu11w> yes [00:09] <xubuntu11w> oops ignore yes" [00:10] <genii> Man, I have never seen output from lshw like that for a wireless device [00:11] <xubuntu11w> xD [00:11] <xubuntu11w> im going to assume it hardware issue than? [00:12] <genii> Looks like it's trying to use rt2800usb driver though [00:12] <mrkramps> argh … stupid me [00:12] <mrkramps> too tired, sry [00:12] <xubuntu11w> it okay mrkramps [00:13] <genii> xubuntu11w: Is this thing inside your machine, or plugged into a USB port? [00:13] <xubuntu11w> usb port' [00:13] <mrkramps> finding an usb adapter is quite impossible searchin pci devices :S [00:14] <mrkramps> xubuntu11w, the output of `lsusb` is what i was looking for [00:15] <xubuntu11w> http://paste.ubuntu.com/13243238/ [00:25] <mrkramps> xubuntu11w, actually it should work [00:26] <mrkramps> xubuntu11w, which xubuntu are you running? [00:29] <xubuntu11w> internet is working im on it right now. But ive been disconnected several times. Like ill be playing a game and then all the sudden the game immediately closes. Then it keeps disconnecting and reconnecting at same times several times. Then usually it will finally get connected for a little bit after that and the computer just freezes then. [00:31] <xubuntu11w> hilario@1337:~$ uname -a Linux 1337 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [00:31] <xubuntu11w> im on 15.10 [00:31] <mrkramps> have you tried using this adapter with an older version before? [00:33] <xubuntu11w> nope. but this might of started after kernel update. I was on Arch linux before and it was having more problems than just this. [00:34] <mrkramps> from what i read on the internets this device should be fully supported by 14.04 [00:35] <mrkramps> but as wifi with linux is a little bastard stability is never guaranteed [00:36] <xubuntu11w> yeah. im thinking it something to do with my motherboard having issues or something. Or the kernel being too new. [00:36] <mrkramps> i was expecting to find some more information about it, but it is mostly outdated from times when there had been ni firmware [00:37] <xubuntu11w> this computer was built not too long ago. [00:37] <mrkramps> yeah, this might also be part of the problem [00:37] <mrkramps> linux needs some time to support newest hardware [00:38] <xubuntu11w> pretty good frame rates and runs games good it seems. But computer and games crashing left and right due to something with the internet. This wireless adapter never has problems. So idk why it does on this computer [00:39] <mrkramps> unstable firmware probably [00:39] <mrkramps> my general recommendation for wifi on linux is to have multiple adapters with different chipsets [00:40] <mrkramps> at least one should work then [00:40] <xubuntu11w> firmware? what do I do about it? this wireless adapter works fine with linux. but on a different computers [00:41] <mrkramps> with the same operation system? [00:41] <mrkramps> same version? [00:41] <mrkramps> --operation ++operating [00:43] <xubuntu11w> different operating systems didnt effect the wireless adapter when I had my old pc. Just this one [00:45] <mrkramps> do you use it on a usb 3 port? [00:46] <xubuntu11w> nope 2.0 [00:48] <mrkramps> annoying [00:48] <xubuntu11w> my biggest concern is finding out if there is hardware issues? [00:48] <xubuntu11w> there was more errors in syslog file [00:49] <mrkramps> you can search for these errors [00:49] <xubuntu11w> also there is like 8 syslog files [00:49] <mrkramps> that's normal [00:49] <xubuntu11w> searching error has a match of 1/53 [00:50] <mrkramps> you may paste the whole syslog [00:51] <mrkramps> i cannot promise much, but willingly have a look [00:52] <xubuntu11w> ok [00:53] <xubuntu11w> http://paste.ubuntu.com/13243573/ [00:55] <xubuntu11w> and here is kern.log [00:55] <xubuntu11w> http://paste.ubuntu.com/13243587/ [01:02] <mrkramps> xubuntu11w, you're running a usb hub? [01:04] <xubuntu11w> no [01:05] <mrkramps> ok, maybe i just get the messages wrong [01:06] <xubuntu11w> usb hub is the thing you buy that allows you to connect more usb through one usb slot right? [01:06] <mrkramps> yes [01:06] <xubuntu11w> yeah I dont have one of those [01:16] <mrkramps> pretty weird stuff, CS:GO segfaults, you unplug the stick, plug it in again and MN segfaults [01:16] <mrkramps> --MN ++NM [01:17] <mrkramps> and later on NM just segfaults [01:19] <xubuntu11w> idk what any of that is. But im not unpluging it. the computer is doing that by itself. I only unplug and plug back in once, but was when the computer freezed [01:19] <xubuntu11w> that* [01:19] <xubuntu11w> that was when the computer freeze. [01:23] <mrkramps> xubuntu11w, is there a reason why your avahi-daemon is so busy sending to 192.168.0.4? [01:25] <mrkramps> ok, that's close [01:26] <mrkramps> https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1342400 [01:28] <xubuntu11w> what is this avahi? [01:29] <mrkramps> a daemon for zero configuration networking [01:30] <xubuntu11w> how can something being connected to my network cause problems for my computer? And nothing osx is connected to my network. The only apple stuff connected at my house is iphones and ipods? [01:31] <mrkramps> for now it is the best match i have found [01:32] <xubuntu11w> okay so how do I apply the patch though? [01:36] <mrkramps> xubuntu11w, you should first try to temporarily disable the daemon and see if this has a positive affect [01:37] <xubuntu11w> ok, how do I do that? [01:37] <mrkramps> `sudo service avahi-daemon stop` should do the trick [01:38] <mrkramps> the daemon will start again with a reboot [01:43] <xubuntu11w> how can I disable so that it stays disabled that way I can have time to see if the issue changes? [01:44] <xubuntu11w> or should i just run that command after i log in everytime? [01:45] <mrkramps> the daemon is important for some other services afaik … cups and such [01:45] <mrkramps> i would recommend just running the command after system boot [01:46] <xubuntu11w> hilario@1337:~$ sudo service avahi-daemon stop [sudo] password for hilario: Warning: Stopping avahi-daemon.service, but it can still be activated by: avahi-daemon.socket [01:47] <mrkramps> just give it a try [01:47] <xubuntu11w> i did? [01:47] <xubuntu11w> that was the output [01:48] <mrkramps> and if you like install 'lnav' to monitor your syslog [01:49] <xubuntu11w> installed. does it have a gui? [01:49] <mrkramps> tui ;) [01:50] <xubuntu11w> http://paste.ubuntu.com/13244045/ [01:51] <mrkramps> great, obviously the daemon was restarted directly after stopping [01:55] <mrkramps> i'm running out of ideas [01:55] <xubuntu11w> how do i exit it in the terminal? [01:55] <mrkramps> q [01:56] <xubuntu11w> thx [01:57] <xubuntu11w> im am so confused how this is even happening [01:57] <mrkramps> xubuntu11w, a complex topic [01:58] <mrkramps> sometimes things just don't work [01:59] <xubuntu11w> I refuse to use crapy windows. it hasnt even touched my hardware once. I hope to keep it that way. But this problem is very not good. And its random [02:00] <mrkramps> i am sorry, but i have to leave now … bed is calling [02:01] <xubuntu11w> okay. thank you very much mrkramps for your time [02:01] <mrkramps> you're welcoem [02:01] <xubuntu11w> have a good night rest [02:01] <mrkramps> thx [02:01] <mrkramps> bye [02:01] <xubuntu11w> bye [02:02] <xubuntu11w> does anyone else here got any idea on how to help me? [10:36] <ceasar> I want a help about connecting bluetooth audio devices [11:53] <sim642> Is there some way to get fully automatic login on 15.04? Some option I found claiming to do that still requires me to click "log in" although doesn't ask for a password [12:05] <two_jays> i know that the option is choosable when you create your profile at installation, but with already installed systems i doesnt know [12:22] <jbermudes> two_jays: Perhaps this might help? http://askubuntu.com/questions/530072/how-to-auto-login-in-xubuntu [12:22] <jbermudes> err, sim642 [12:30] <sim642> jbermudes, alright, will try [12:30] <jbermudes> sim642: It might be a good idea to make a backup of that file in case it doesn't work :) [12:32] <sim642> it's just one line so whatever [13:01] * pro slaps gabkdlly around a bit with a large fishbot [14:35] <xubuntu40w> I use Xubuntu for my Desktop combined with a number of KDE applications such as Kate, Kdiff, Kmail and some others. I can no longer configure the appearance of KDE applications using KDE systemsettings as their are now additional KDE config modules which must be installed. The KDE apps have lost their look and feel of GTK+, their toolbar icons, etc. I tried installing kubuntu-desktop which left me with no longer being able to [14:37] <xubuntu40w> I've looked in vain for the list of systemsetting modules which should be installed for basic KDE appearance settings. Documentation is not a strong point of KDE. Anyone know the answer? [19:09] <phantom1024> i have multiple monitors and a panel on each. Currently both panels are showing all the windows. Is there a way for each panel to only show the application currently on each display ? [19:13] <mrkramps> phantom1024, single desktop? [19:15] <phantom1024> mrkramps, yes [19:16] <phantom1024> i actually have 6 desktops but 2 monitors [19:16] <mrkramps> one desktop span over 2 monitors with 6 workspaces? [19:16] <phantom1024> yes [19:17] <mrkramps> there should be a checkbox in the window button panel plugin's preferences [19:17] <mrkramps> "show windows from all monitors" [19:17] <phantom1024> got it [19:17] <phantom1024> thank you very much [20:22] <howdystranger> Hi all - I'm having a problem with Xubuntu 15.10. It crashes on the blue loading screen with the white loading symbol (and just freezes). If I use linux 3.9.0-32 it works fine though... [20:30] <bekks> howdystranger: how does it "crash"? [20:30] <howdystranger> bekks: the white loading symbol stops spinning, and the login screen never appears [20:31] <bekks> howdystranger: try rebooting, and press esc when the loading symbol appears. [20:31] <howdystranger> bekks: okay thanks I'll try that and report back
ubuntu-chat
2024-05-13T22:11:31.708271
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "bekks", "ceasar", "genii", "howdystranger", "jbermudes", "knome", "mrkramps", "phantom1024", "pro", "sim642", "two_jays", "xubuntu11w", "xubuntu40w" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23xubuntu.txt", "channel": "#xubuntu" }
2015-11-13-#ubuntu-uk
[02:40] <avis> hello [02:40] <avis> i'm the owner of ubuntu company and website and want to throw all workers a party [02:41] <avis> in the uk [02:41] <avis> is it 4am there ? [02:41] <avis> just be sure that if you want to attend the party you find a federal officer that will approve your going there is your an ubuntu employee [02:42] <avis> thats it thats the bottom line your. i'm famous for these parties. hope you enjoy it. i'm a Houstonian. it'll last 2 days and probably start at 6am [02:44] <diddledan_> wtf? [02:44] <zmoylan-pi> i think ralph wiggum is all grown up now... :-) [02:57] <avis> sorry to be here again if you are a Canonical employee you are further invited to the ubuntu party. i'm paying up now for that. it lasts two days and will start as soon as possible. please spread the word. be sure and have a federal officer approve of you being there first. thats it. just ask one of those, and your in. [03:00] <diddledan_> wtf is a federal officer in the world of ubuntu/canonical? [03:01] <zmoylan-pi> someone with access to nerf? :-) [08:03] <brobostigon> morning boys and girls. [08:33] <popey> Good morning. [08:33] <popey> brobostigon, did you know the channel stats page is down? [08:34] <brobostigon> popey: yes, i had to shutdown apache, it was causing the vps itself too oom frequently, after i have finished this MWA, i will look into using a different web server. [08:36] <popey> k [08:36] <brobostigon> :) [10:01] <JamesTait> Good morning all; happy Friday, and happy Kindness Day! 😃 [10:13] <diddledan_> morning [10:13] <SuperMatt> happy kindness day? Maybe I should let her indoors know about this [10:14] * diddledan_ cuddles JamesTait in a kind manner [10:14] <diddledan_> SuperMatt: I almost missed the "know about this" part of that sentence [10:14] <diddledan_> i.e. "maybe I should let her indoors" [10:14] <SuperMatt> hahaha [10:15] <SuperMatt> she's actually probably still in bed right now [10:15] <SuperMatt> bloomin' students! [10:17] * JamesTait wonders if diddledan_ is getting a little *too* kind. 😉 [10:29] <diddledan_> lol @ https://plus.google.com/u/0/+DanielLlewellynJNR/posts/jWCSQDfGym7?pid=6216580955761590418&oid=111403714821787277067 [10:36] <bashrc_> the long arm of the law [10:46] <davmor2> JamesTait: Man I had this ready https://www.youtube.com/watch?v=PFzns8Go9KI and the you go and switch it on me so I'll go for https://www.youtube.com/watch?v=DVg2EJvvlF8 [10:48] <JamesTait> davmor2, just keeping you on your toes. 😉 [11:06] <davmor2> JamesTait: to perfectly apt songs for today though me thinks :) [11:18] <JamesTait> davmor2, +1 [11:19] <JamesTait> diplo, did you get an avo? [12:38] <diplo> JamesTait: No, didn't have any in my local shop, will have to get some at my big shop this weekend [12:39] <foobarry> guys... [12:39] <foobarry> what is this gardening tool my neighbour gave me [12:40] <foobarry> https://goo.gl/photos/nR28eSfS8NbfZRv79 [12:40] * zmoylan-pi waits for the ascii art.. [12:40] <foobarry> the pole is 4ft long, no handle [12:40] <foobarry> the https://goo.gl/photos/UpJcP8s6PpXVhqWy8 [12:40] <foobarry> the edge is sharp [12:40] <foobarry> onone side [12:41] <foobarry> im stumped [12:41] <davmor2> foobarry: looks like a hacker for weeds to me [12:42] <foobarry> types "weed hacker" into google. gets arrestd [12:42] <foobarry> hmm. like a cavex hoe [12:43] <foobarry> no pics of spades or hoes has anything like it [12:44] <davmor2> foobarry: reminds me of one of these but not so elegant https://www.greenhousepeople.co.uk/products/1909/carbon-steel-japanese-razor-hoe-right-handed/?gclid=COio6MG2jckCFVEYGwod9iEJ7Q [12:44] <foobarry> the thing is, its on a 4-5 ft pole [12:44] <foobarry> weed hacker sounds good and probably right [12:45] <foobarry> because if you are yanking and poking weeds around rose bush, this would be great [12:45] <mapps> holaD [12:45] <mapps> : [12:46] <foobarry> so far these words are gicving me unsafe pictures [12:47] <zmoylan-pi> it looks the wrong shape for a how as it doesn't have an angle that would allow you to use it on ground surface, it's too flat. maybe a modern billhook for trees/hedges? [12:48] <zmoylan-pi> *for a hoe [12:50] <daftykins> crikey a day time mapps [12:51] <foobarry> http://www.woodlandcraftsupplies.co.uk/index.php?main_page=product_info&products_id=69 [12:51] <foobarry> similar-..ish [12:51] <diddledan_> crikey, a day time daftykins ! [12:52] <daftykins> 8D [12:52] <diddledan_> and me too! [12:52] <zmoylan-pi> daylight... so THAT'S what that is!! [12:52] <diddledan_> all three of us! [12:52] <daftykins> a day time diddledan_! [12:52] <daftykins> i was up early to go to a job with a telco engineer pal :> [12:52] <diddledan_> \o/ money [12:52] <daftykins> heh these guys have one of those dogs that's massive at 8 months old, licking my face D: [12:53] <daftykins> mmm need to get a patch panel in to put all the network and phone onto [12:55] <diddledan_> daftykins: you gonna mount it like this? https://twitter.com/allanjude/status/664835785800048640 [12:55] <daftykins> lookin' sweet ;) [12:56] <daftykins> you know that actually is a concern of mine, i've got no practical skills so i'm ok with getting all the cabling done but actually mounting it to something... not a clue :> [12:56] <diddledan_> it's certainly an interesting mounting [12:56] <davmor2> isn't that a sign of the apocalypse [12:56] <diddledan_> davmor2: daftykins mounting things? [12:56] <daftykins> he says shelf unused, but clearly it's there to catch the bits [12:57] <zmoylan-pi> mounting in laundry room... with lots of vibration nearby.. [12:57] <davmor2> no the three of you online in the daytime [12:57] <diddledan_> aah [12:57] <daftykins> davmor2: it's ok, i spy no horses :) [12:57] * diddledan_ mounts daftykins instead [12:57] * zmoylan-pi points at cute ponies [12:57] <diddledan_> ride em cowboy! [12:57] <diddledan_> yeeehaaa [12:57] <daftykins> hey i just realised that's a netgear GS724, i've got one of those for someone :D [12:58] <daftykins> first got killed by lightning :D [12:58] * diddledan_ digs the spurs into daftykins' belly [12:58] * daftykins whinnies [12:58] <daftykins> i think we're scaring the children [12:58] <diddledan_> lol [12:59] <zmoylan-pi> i'm picturing baldric with a bridle from blackadder... [12:59] <diddledan_> it's good for their psychological development [12:59] <davmor2> the 4 cute pony riders of the apocalypse doesn't sound right some how [12:59] <diddledan_> unicorns! [13:00] <zmoylan-pi> whilest death riding a horse called binky is perfectly ok... :-) [13:00] <diddledan_> or fluffy [13:00] <diddledan_> I'd totally have a pet called fluffy [13:01] <daftykins> mmm sugar cubes, thanks diddledan_ [13:01] <diddledan_> no probs [13:04] <daftykins> https://www.amazon.co.uk/gp/product/B016B90WR4/ - seems alright [13:05] <daftykins> dialup mapp(s)! [13:07] <zmoylan-pi> when i tried irc clients on android it used to drop the signal every few minutes when it turned off the screen for powersaving [13:07] <daftykins> there's a wifi option for that [13:08] <zmoylan-pi> now when i use java irc client on nokia dumbphone, it just keeps connected. it doesn't care about power :-) [13:08] <mapp> si [13:08] <mapp> im in spain daftykins:) [13:08] <foobarry> firefox sucks. wont tell me which tab is using 100% [13:08] <daftykins> mapp: you can't trick me, you could stand in both at once! [13:09] <mapp> hahahha [13:09] <mapp> true [13:09] <daftykins> foobarry: not its' fault, per-process tabs is coming soon [13:09] <mapp> 100% im in Belamdena:) [13:09] <mapp> near malaga [13:09] <daftykins> ah-har [13:09] <daftykins> my trip has been delayed to January [13:10] <mapp> you coming gib?:P [13:11] <daftykins> hehe, depends how hard it is to get from one side to the other [13:11] <daftykins> no doubt fly into Malaga [13:12] <mapp> so 1hr30 ish [13:12] <mapp> ;) [13:12] <mapp> im gib 4 life now:P [13:12] <mapp> got my id card gibraltar citizen [13:13] <mapp> il probably be here for 5-10 years:) [13:13] * mapp is a traveller [13:13] <popey> Windy out there. [13:13] <mapp> not in the gypsie kind:P [13:13] <mapp> yes [13:13] <mapp> very windy recently [13:14] <mapp> but remember [13:14] <mapp> i wear shorts 350 days a year [13:14] <mapp> its never so cold:) [13:14] <zmoylan-pi> that'll upset those eating lunch... [13:14] <daftykins> other 15.25 you're in the pool? [13:14] <mapp> even when its "cold" its not [13:15] <mapp> nah im prob sleeping;) [13:15] <mapp> gotta sleep soetimes [13:15] <zmoylan-pi> today was first soup because it's cold out winter day so far... [13:15] <mapp> you know it sucks i was told our pal from Grosvenor died recently [13:16] <mapp> 32 i think:( cancer [13:16] <daftykins> :/ [13:16] <daftykins> that's no age to go [13:16] <mapp> we werent friends, but i knew him you know..i went there prob 5/week [13:16] <mapp> for 8 bloody years [13:17] <mapp> had many cigarettes with him;/ [13:17] <mapp> sad eh [13:17] <mapp> my friend asked if i knew him..of course i did [13:18] <mapp> im a regular at any casino:P [13:18] <daftykins> i met someone the other day bored on a Sunday afternoon saying he was in the island for work and wanted to know if there was a casino to go to :D [13:19] <mapp> still sad...32 im bloody 30 [13:19] <daftykins> i had to give the bad news that the island closes up so there's nowt [13:19] <mapp> haha [13:19] <mapp> smoking will kill you kids! [13:20] <mapp> never start:) [13:20] <zmoylan-pi> you could have offered to sort him out for 50 notes and then given him an old monopoly set :-) [13:20] <mapp> 50 notes wont change anything though [13:26] <mapp> id like to come back and live near popey again :P but cant afford to! [13:26] <mapp> stuck here [13:36] <mapps> il be going to russia/ukraine once im allowed anyway:P [13:36] <mapps> land of the free [13:37] <daftykins> that's a novel name to give it ;) [13:38] <mapps> but its true [13:38] <mapps> freedom fighters [13:38] <SuperMatt> anyone able to tell me when "apt" appeared in Ubuntu? [13:38] <SuperMatt> note, I'm not referring to apt-get [13:39] <SuperMatt> was it 14.04, or some time before then? [13:39] <mapps> if you go to Moscow or even Kiev theyre all huge friends of ours:) [13:39] <mapps> people who have problems are idiot [13:40] <mapps> everytime ive been in Kiev people ask me how they can move to europe:) [13:40] <mapps> but wetern media make ukraine sound scary [13:42] <daftykins> mapps: did you get radicalised? :P [13:42] <mapps> NO [13:42] <mapps> you know im pro ukraine anyway:P [13:42] <mapps> and pro Russia [13:43] <mapps> makes it hard [13:43] <diddledan_> lol @ google survey - they want to know if I participate in water sports [13:43] <SuperMatt> lawls [13:44] <mapps> i told you [13:44] <mapps> im 50% russian :) but i still like our friends in ukraine [13:44] <diddledan_> I think that's the problem - some russians like some ukrainians too much :-p [13:46] <mapps> ukraine is basically russia, we all know it [13:46] * daftykins neighs at diddledan_ [13:46] <mapps> we have 2400 monument of stalin in russia, ukraine has almost double [13:48] * diddledan_ strokes daftykins ' mane [13:48] <popey> directhex, what's the name / nickname of the linux porter guy who made a Mono based game framework? [13:48] <directhex> flibitijibibo? he forked monogame [13:49] <directhex> which was an XNA successor [13:49] <popey> thats him [13:49] <directhex> his version, FNA, is more of a 100% accurate XNA implementation w/ SDL2 back-end [13:49] <popey> Ethan.. [13:49] <directhex> ethan lee [13:50] <davmor2> popey: why? [13:50] <diddledan_> fred dibnah [13:50] <diddledan_> :-p [13:50] <popey> see my next tweet to find out more! [13:50] <popey> https://twitter.com/popey/status/665164851220754432 [13:52] <daftykins> if you folks had 11 wired ports around your house, would you want a £20 switch and 10 ports provided... or £65 and 19 ports provided? [13:52] <daftykins> LAN this is [13:53] <diddledan_> you could get two £20 units :-p [13:53] <daftykins> there is that, it'd look pretty pants though [13:53] <diddledan_> aye [13:53] <daftykins> even if it will live in a basement [13:54] <davmor2> popey: most of the steam games are sdl2 and can use a controller, so can some ot the games that were ported already and are in the store for 14.04 [13:54] <diddledan_> you would need to find some method of making the extra 8 ports on the bigger unit look used for something - maybe get a few traffic generators to hang on the end of a cable for each unused port [13:54] <popey> You may have missed the bit where I said "open source" :) [13:54] <diddledan_> benefit of such approach is blinkenlights [13:57] <davmor2> popey: https://libregamewiki.org/SDL_games pass on what works with them [13:58] <popey> oooh [13:58] <popey> ta [13:58] <davmor2> popey: isn't xplane sdl2 based...is it xplane [13:59] <mapps> ridiculous [13:59] <mapps> my dads house has gone from 1.2mil to 4,8 million..who can pay this [13:59] * mapps cant even afford a room [13:59] <bashrc_> millionaires [14:00] <mapps> it says 2006 worth 1.8 no 4.8 million [14:00] <daftykins> lul [14:00] <davmor2> popey: flightgear maybe, although I thought there was a more arcady version [14:00] <mapps> lol [14:00] <directhex> grr focus issues [14:02] <mapps> why cant i retire [14:02] <davmor2> popey: frozen bubble there is your answer, doesn't matter what the question is frozen bubble is the answer ;) [14:02] <mapps> ;/ [14:02] <diddledan_> ergh [14:03] <bashrc_> the answer to life, the universe and everything? [14:03] <diddledan_> 42 [14:03] <diddledan_> as if I need to tell any of you that [14:03] <daftykins> one would hope not! ;) [14:04] <daftykins> i never did read all the novels though, despite having them all in a hardback [14:04] <diddledan_> it's one of those things that you just absorb rather than study/read [14:07] <directhex> do you want to hear why frozen bubble sucks? [14:07] <directhex> because i am happy to explain why frozen bubble sucks [14:10] <bashrc_> why does frozen bubble suck? [14:10] <zmoylan-pi> because you suck at frozen bubble? :-) [14:11] <davmor2> directhex: don't make me come over there and force feed healthy food [14:13] <davmor2> directhex: that was the best polite threat I could make ;) [14:13] * daftykins wonders what everyone is talking about [14:14] <directhex> frozen bubble is actually unusual for a FOSS game, in that it has a coherent art direction [14:14] <davmor2> directhex: this is true [14:14] <directhex> but what it lacks is coherent level design. standard puzzle game fare (especially puzzle bobble, which frozen bubble is a rip-off of) have a carefully gradiented difficulty curve [14:14] <directhex> whereas FB difficulty spikes all over the place [14:15] <directhex> because new levels are appended, not correctly inserted in a game-beneficial order [14:15] <davmor2> directhex: yeah keeps you on your toes stop whining [14:16] <directhex> it's not "keeping you on your toes" it's just schizophrenic and inconsistent [14:16] <directhex> with re-ordered levels it'd be fine [14:17] * zmoylan-pi awaits directhex's commentary on solitare... :-) [14:18] <diddledan_> windows solitaire has the advantage of adverts! [14:18] <directhex> and 3d acceleration! [14:18] <diddledan_> omg [14:18] <diddledan_> fully 3D cards?! [14:19] <directhex> as of vista, minesweeper and solitaire are direct3d [14:19] <diddledan_> I long for the day when we can accurately represent a three-dimensional equivalent of a two-dimensional object like cards [14:22] <zmoylan-pi> i want a deck designed by m c escher... :-) [14:22] <diddledan_> popey: omg, muskehounds! [14:23] <daftykins> aroooo [14:24] <davmor2> one for one and one for all, muskehounds are always ready... [14:32] <diddledan_> God has left the bathtub overflowing again here in Hampshire [14:32] <diddledan_> it's widdling down [14:38] <popey> bright and sunny here [14:38] <popey> had to close the blinds [14:39] * zmoylan-pi wishes i had worn gloves when i went to shops as it was so cold outside... [14:46] <SuperMatt> it's going to be a killer winter [14:47] <awilkins> I think we're getting hail here [14:47] <zmoylan-pi> it's always a killer winter. we've already had homeless die of cold here in ireland this winter [14:47] <awilkins> My feet certainly feel colder than yesterday [14:54] <daftykins> often i feel that way on my sofa, then flick the wireless boiler control on beside me and it says it's half a degree warmer than the night before o0 [15:14] <awilkins> Who do people recommend for buying Bitcoin? [15:16] * daftykins looks at Azelphur [15:16] <SuperMatt> daftykins: would you like a sick bag? [15:17] <awilkins> But Azelphur gets *paid* in bitcoin [15:17] <awilkins> Why would he know where to buy them ;-) [15:17] <SuperMatt> you could buy them from him [15:17] <daftykins> SuperMatt: i... what? [15:18] <awilkins> I get the feeling he has a lot of fun spending them on fun things [15:18] <SuperMatt> you were looking at Azelphur, so I thought you'd like to take precautions [15:18] <diddledan_> meow [15:18] <SuperMatt> :D [15:19] <SuperMatt> I obviously don't know Azelphur, and cannot say if it's really a requirement, just some light-hearted joshing [15:19] <diddledan_> :-p [15:19] <diddledan_> I upset someone a while back doing that :-( [15:21] <SuperMatt> that's always a possibility [15:23] <daftykins> ah, i didn't spot the connection [15:27] <diddledan_> perhaps your contacts are tarnished? you need gold-plated ones [15:31] <diddledan_> https://news.vice.com/article/windows-31-is-still-alive-and-it-just-killed-a-french-airport [15:36] <bashrc_> heh [15:37] <daftykins> i don't wear contacts ;) [15:38] <diddledan_> I like how that reporter thinks that the RVR number determines the distance a pilot is allowed to see rather than telling the pilot the distance it's physically possible to see [15:39] <diddledan_> it suggests that if I were to tell a pilot one number and a different pilot a completely different number then they'll both see different amounts of runway [15:43] <daftykins> :D [15:43] <daftykins> set them all to maximum! [15:43] <daftykins> "sorry FAA, the pilot was trying to land but switched to a thousand-yard stare at the crucial moment" [16:13] <diddledan_> https://youtu.be/anzPm_VAVW0 [16:50] <awilkins> Small town decides to use Big Corp tax dodges : https://www.youtube.com/watch?v=QElOlY9gi5E [16:57] <diddledan_> are they doing the double irish sandwich? [16:59] <daftykins> 6 months later: Fair Tax town closes due to nobody sweeping the streets [17:00] <awilkins> I think it's more of a protest [17:00] <daftykins> yeah i got it :> [17:00] <awilkins> I don't think streetsweeping would be affected because it would be paid for by business rates [17:00] <awilkins> :-) [17:01] <daftykins> yeah, bad example - i don't know how things work :D [17:01] <daftykins> don't know how they work down here on the rock, let alone for mainlanders [18:58] <sebsebseb> hi [18:58] <daftykins> lo [18:58] <sebsebseb> daftykins: you kow what a RJII cable is yeah? [18:59] <daftykins> connector, yes [18:59] <daftykins> BT phone connector in another parlance [18:59] <sebsebseb> daftykins: ok, but it's not a standard ethernet cable is it? [18:59] <sebsebseb> yeah my Mum's got the wrong cable it does indeed seem [18:59] <daftykins> oh you wrote II, it's 11 [18:59] <sebsebseb> yes RJ11 that's what I mean [18:59] <sebsebseb> RJ11 cable [18:59] <daftykins> RJ10 is the little square one that's narrow than RJ45 [19:00] <sebsebseb> it seems to fit into the ethernet ports ok, but then not work [19:00] <daftykins> ah no i've got the two backwards [19:00] <sebsebseb> ethernet is cat5 I think or cat6? [19:00] <daftykins> that's the cable type [19:00] <sebsebseb> and would just say ethernet cable I guess [19:00] <daftykins> we're talking connectors :) [19:00] <daftykins> here we go, RJ10 is 4P4C, RJ11 is 6P4C [19:01] <daftykins> (position and conductor/contact) [19:01] <sebsebseb> not what a postion and conductor contact is [19:01] <daftykins> P = holes for a wire [19:01] * sebsebseb was never that good at networking, but knew the cable was probably wrong when seeing what it was [19:01] <daftykins> C = there's one in there. [19:02] <daftykins> so the actual plastic moulding has channels for more separate wires than may be actually present, if you get me [19:02] <sebsebseb> daftykins: RJ11 cable is no ethernet cable right? may look lilke one may fit like one, but is not, hence not working, as I expected? [19:02] <daftykins> yeah that'll typically be a modem one [19:02] <daftykins> for an xDSL line [19:02] <sebsebseb> yeah I Looked on google seems it can connect routers and [19:02] <sebsebseb> daftykins: ok guy in PC World she asked, got it wrong then, didn't know his stuff [19:03] <daftykins> https://upload.wikimedia.org/wikipedia/commons/7/7f/Rjxx.jpg [19:03] <daftykins> there's a nice image [19:03] <daftykins> network cable for example has 4 pairs, 8 wires, so it's an 8P8C connector [19:03] <daftykins> simples [19:03] <sebsebseb> yeah I knew there were differnet types of cables like this, she didn't quite reolise, altough I said get ethernet before [19:04] <sebsebseb> I think it explains why this one fits in the ethernet ports, even though it not being such a cable [19:04] <sebsebseb> what you put [19:05] <daftykins> *nod* [19:05] <sebsebseb> so it's for a DSL modem you said? [19:05] <sebsebseb> or probably [19:05] <daftykins> most likely [19:05] <daftykins> depends how many there are in it :> [19:05] <daftykins> the gold contacts would need counting [19:06] <sebsebseb> you mean what's actsaully in the cable itself? [19:08] <daftykins> yep [19:08] <daftykins> surely most things from PC World are blister packed too o0 [19:08] <sebsebseb> daftykins: what do you mean by blister packed? [19:09] <daftykins> the plastic moulded packets that are a pain to get into [19:09] <daftykins> something that'd likely have been labelled [19:10] <sebsebseb> daftykins: packaging looks ok actsually, she woudn't have read it or even understood [19:10] <sebsebseb> I just looked again at that. [19:10] <sebsebseb> properly [19:10] <daftykins> but it may've had terms of what it is on it [19:11] <sebsebseb> daftykins: RJ11 cable Ideal for connecting ADSL modems to ADSL microfilters [19:11] <sebsebseb> that's what it says on it [19:11] <sebsebseb> the packaging [19:11] <daftykins> yep that'll be the one :D [19:11] <sebsebseb> yep the wrong cable in this case [19:12] <daftykins> time for food, bbl [19:29] <popey> directhex, is mono 4.0 coming to ubuntu at any point? [19:35] <directhex> popey: my plan is to get 4.2 in by the end of the year [19:37] <directhex> 4.2 stable release is next week, so skip 4.0 (which is in experimental) [19:40] <sebsebseb> mono I thought was pretty much dead or un heard of now? [19:55] <popey> directhex, thanks! [20:20] <popey> brobostigon, did you see haiku got in to google code-in? https://codein.withgoogle.com/#! [20:20] <brobostigon> popey: i saw, yes, :) [20:44] <foobarry> wifey is really spoiling the afterglow of the detectorists by watching some american cheese [20:48] <diddledan_> is it mouldy? [20:50] <foobarry> it is nauseating [20:51] <foobarry> couldn't be further opposite to the whimsical understated dry comedy of d..ists [20:54] <diddledan_> d8s (following the same pattern as i18n and l10n names) [20:56] <brobostigon> waynes world is on in 4 mins on 5* , :) [20:57] <diddledan_> party time [20:57] <brobostigon> excellant [20:57] * diddledan_ airguitars [20:57] <brobostigon> lol. [20:59] <zmoylan-pi> you're worthy... [21:33] <awilkins> The SpaceBeta patch notes are their usual holyfuckingshit list of things : https://forums.frontier.co.uk/showthread.php?t=199470 [21:38] <awilkins> I like the new scenarios [21:38] <awilkins> "Distress call" [21:38] <awilkins> Hopefully one is the wedding procession being set upon by pirates [21:38] <awilkins> And you can just rock up and watch them all burn [21:53] <awilkins> Fuck, nutters are shooting up Paris [21:53] <awilkins> Pardon my language [22:00] <popey> ugh [22:05] <zleap> awilkins: i saw, rip open borders [22:05] <zleap> they will put back the armed guards and shoot anyone who tries to enter without a passport, [22:05] <zleap> or i think they would if given the choice
ubuntu-chat
2024-05-13T22:11:31.726106
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "JamesTait", "SuperMatt", "avis", "awilkins", "bashrc_", "brobostigon", "daftykins", "davmor2", "diddledan_", "diplo", "directhex", "foobarry", "mapp", "mapps", "popey", "sebsebseb", "zleap", "zmoylan-pi" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-uk.txt", "channel": "#ubuntu-uk" }
2015-11-13-#ubuntu-de
[09:41] <LupusE> hi [12:20] <kirsten> Hallo, wenn ich "sudo usermod -u 1026 -g 100 kirsten " eingebe, dann bekomme ich die Meldung: user kirsten is currently used by process 857 [12:21] <kirsten> was mache ich falsch? ich möchte meine Rechte ändern, um auf mein NAS zugreifen zu können. Ich gehe nach dieser Anleitung vor: http://www.synology-wiki.de/index.php/NFS-Konfiguration [12:27] <kirsten> ah, Lösung schon selbst gefunden: Nun meldet man sich auf seinem Linux-Client als ein anderer Nutzer als linuxuser_A an, [12:27] <kirsten> tschüüss [19:00] <Abe> Hallo nutzt jemand CrossOver auf linux? [19:00] <Abe> unterstuetzt Crossover 10 schon directx 10 [19:00] <Abe> ? [19:01] <k1l_> für spiele? [19:01] <k1l_> crossover ist halt payware, da würde ich die direkt mal fragen wie es da aussieht. [19:02] <olymbus> solte sogar directx 11 gehen [19:02] <Abe> ich finde nur artikel die ca. 6 Jahre her sind und da wird schon ueber direct x 10 gelabert und 6 jahre spaeter scheint sich immernoch net viel passiert zu sein da [19:03] <Abe> ohne witz? ist es weiterentwickelter*? als wine? [19:04] <Yoshimo> olymbus: dx11 kommt auch in wine, mit jedem neuen 2-wöchigen Release wird es besser [19:04] <k1l_> Abe: es ist eine firma die das programm für geld verkauft und dafür halt support und patches erstellt. die patches fliessen langfristig wieder zurück zu wine [19:04] <olymbus> das ist so [19:04] <Abe> also kann man neuere games damit zocken die nur direct x 10-11 unterstuetzen? [19:05] <Abe> weil ich hab nur linux kein windows [19:05] <k1l_> hat crossover nicht ne kompatibilitäts liste oder so? guck doch da mal rein [19:05] <olymbus> google mal crossover dann findest du es [19:05] <Abe> hab ich in der art noch nichts gefunden [19:06] <k1l_> Abe: https://wiki.ubuntuusers.de/Crossover [19:06] <Yoshimo> appdb.winehq.org hat eine für Wine [19:06] <k1l_> da ist das unter anderem verlinkt [19:06] <olymbus> https://www.codeweavers.com/products/crossover-linux/ [19:08] <olymbus> http://www.pcworld.com/article/2940470/hey-gamers-directx-11-is-coming-to-linux-thanks-to-codeweavers-and-wine.html [19:08] <Abe> die neusten spiele klappen da auch net [19:08] <Abe> die die ich gesucht hab [19:08] <k1l_> Abe: da musst du aber den spielen die ohren voll heulen, dass sie nur windows clients machen :) [19:09] <Abe> https://www.codeweavers.com/compatibility [19:09] <olymbus> weil crossover ist echt gut gemacht [19:10] <Abe> Ja ich bin ja soweit mit wine ganz zufrieden meiste sachen klappen ja. Nur halt net die neusten spiele nur so directx 9 games [19:10] <Abe> hab gehofft das es crossover schon verfuegbar waehre [19:10] <k1l_> steam hat auch einen nativen linux client und portiert auch spiele auf linux [19:11] <Abe> ich war am hoffen das Elite Dangerous drauf rennen wuerde xD [19:12] <olymbus> das blöde an der sache ist das die spiele überwigend nur für windows sind [19:13] <Abe> olymbus: die reden da schon seit 2009 drueber xD http://www.golem.de/0903/65802.html ich stell mich da garnet auf ein datum ein ^^ [19:17] <Abe> jetzt ist 2015 und immernoch ja bald, es kommt ganz bald, ganz sicher xD [19:19] <olymbus> sag das den spielehersteller [19:20] <Abe> die werden meistens nur games fuer windows rausbringen weils den groessten Marketshare hat von ca 90% da wird sich nix aendern. Wine muss nur perfekt werden dann gibts keine Probleme mehr :D [19:21] <k1l_> die spiele konsolen werden da in zukunft sicher noch was ändern. die steam box etc mpssen nur erstmal in schwung kommen [19:21] <olymbus> ich würde mal meinen das Wine echt saubere arbeit macht [19:22] <olymbus> ich denke die steam box ist ein sehr guter anfang [19:22] <k1l_> jo, aber es ist hat von der idee her schon schlecht. warum erst einen windows-layer brauchen. native linux spiele versionen sind das ziel [19:23] <olymbus> die zeit wird auch noch kommen [19:23] <olymbus> es hat niemand gedacht das linux mal das so erreicht wie es heute ist [19:24] <Abe> die hoffnung stirbt zuletzt wa :) [19:24] <olymbus> ja [19:25] <olymbus> un wenn man denkt das wine alles von grund auf neu machen musste kann es extrem viel [19:25] <olymbus> mal eine andere frage [19:25] <olymbus> wer kennt sich mit einem canon lbp5050n unter kubuntu 14.04 aus [19:26] <olymbus> habe die deb dateien alle drauf [19:26] <olymbus> sogar cups [19:26] <olymbus> der drucker wird auch am usb port erkannt [19:26] <olymbus> nur drucken kann ich nichts [19:28] <olymbus> und da ich von den cfgs keine ahnung habe weiss ich nicht was ich noch machen muss das es geht [19:28] <Abe> hast du da ne intall.sh datei irgentwo? [19:29] <olymbus> ich habe alles nach einer anleitung gemacht [19:29] <olymbus> die glaube ich im forum ubuntuuser stand [19:30] <mrkramps> so'n link wäre praktisch [19:30] <olymbus> habe alle debs install [19:30] <mrkramps> ich auch … zumindest alle debs, die ich brauche [19:30] <olymbus> cnijusb:/dev/usb/lp0 [19:31] <olymbus> cnusb:/dev/usb/lp0 [19:31] <mrkramps> junge, hier versteht keiner, wovon du redest [19:31] <olymbus> nur geht da nichts [19:31] <Abe> doch der will drucker installieren [19:31] <olymbus> das habe ich schon [19:31] <mrkramps> und hat angeblich auch schon "irgendwas" gemacht und "irgendwas" installiert [19:31] <Abe> ich weiss net ob der auch deine druckerversion unterstuetzt [19:31] <olymbus> nur kann ich werder einen text noch ein bild drucken [19:32] <Abe> https://radu.cotescu.com/how-to-install-canon-lbp-printers-in-ubuntu/ [19:32] <olymbus> ich habe sogar den linux canon treiber drauf [19:34] <mrkramps> oh, eine anleitung von 2009 und ein blogpost von 2010 [19:35] <mrkramps> olymbus, https://wiki.ubuntuusers.de/Canon/Drucker [19:35] <Abe> du musst nur das deb file installieren dann denke ich [19:35] <olymbus> das habe ich alles schon durch [19:35] <Abe> sudo dpkg -i /wo/dein/deb/file/ist [19:36] <Abe> und dann sudo apt-get install -f [19:38] <olymbus> in der doc stehen noch was nur kann ich leider kein englisch [19:38] <Abe> schick ma screen [19:39] <Abe> du musst bei Treiberpakete im DEB-Format bei Installation gucken im ubuntuusers seite [19:39] <Abe> da steht das uch wie ich gesagt hatte [19:39] <Abe> auch* [19:40] <olymbus> ich versuchs mal [19:41] <Abe> ey hast du 64 bit [19:41] <olymbus> ja [19:41] <Abe> les gerade kann probleme dann geben musst du ne dependency installieren [19:41] <Abe> sudo apt-get install ia32-libs [19:41] <olymbus> was ist den das [19:42] <Abe> abhaengigkeiten uebersetzt [19:42] <mrkramps> das paket gibt es nicht mehr [19:42] <k1l_> die gibts schon lange nicht mehr [19:42] <olymbus> lib32stdc++6 [19:42] <olymbus> ich hab die drauf [19:43] <Abe> kk dann musst du denke sudo dpkg -i --force-architecture /wo/dein/deb/file/ist.deb [19:43] <Abe> les ich auf der ubuntuseite [19:44] <Abe> doch les einfach https://wiki.ubuntuusers.de/Canon/Drucker und falls du es nicht hinbekommst frag da ma auch nach [19:45] <olymbus> ok danke euch [19:45] <olymbus> weil um solche probleme alleine zu beweltigen kann ich zu wenig linux [19:46] <Abe> du musst auf der seite alles schritt fuer schritt machen dann klappt das 100% [19:46] <Abe> du brauchst alle die [19:46] <Abe> libstdc++6 [19:46] <Abe> libc6 [19:46] <Abe> libgcc1 [19:46] <Abe> libatk1.0-0 [19:46] <Abe> libgdk-pixbuf2.0-0 [19:46] <Abe> libglib2.0-0 [19:46] <Abe> libgtk2.0-0 [19:46] <Abe> libusb-0.1-4 [19:47] <olymbus> die habe ich alle drauf [19:47] <olymbus> lib32stdc++6 [19:47] <olymbus> das auch [19:47] <olymbus> und sogar die ppa habe ich auch drauf [19:47] <Abe> ach nein ka. weil du hast originales .deb von Canon da bin ich son bisschen fraglich [19:48] <olymbus> ich weiss eben nicht wo die drucker anfrage hängen bleibt [19:48] <Abe> wie gesagt ich wuerds mit dpkg -i einfach installieren versuchen wenns net klappt nachfragen [19:51] <Abe> ah hier [19:51] <Abe> mit cd /usr/local/bin [19:51] <Abe> ldd bjfilter(Druckertyp) [19:52] <Abe> kannst du abhaengigkeiten pruefen ob noch welche fehlen [19:52] <Abe> es darf kein not found erscheinen [19:53] <Abe> ich weiss der drucker und wlan sind unter linux richtige schmerzen [19:54] <olymbus> mit cd /usr/local/bin wenn ich das eingebe kommt garnichts [19:54] <Abe> cd heisst change directory [19:55] <Abe> du wechselst in nen anderen ordner da soll auch nichts kommen [19:55] <Abe> cd /usr/local/bin ist ein ordnerwechsel [19:56] <olymbus> ach so [19:56] <Abe> ka frag bei ubuntuusers nach die koennen dir sicherlich helfen [19:56] <olymbus> eben ich kann noch zu wenig linux [19:56] <olymbus> ok werd ich danke für eure hilfe [20:04] <Abe> mit zeit kommt rat [20:06] <Abe> vielleicht holst du dir synaptic package manager der ist ziemlich einfach zu bedienen um fehlende Abhängigkeiten zu installieren [20:21] <bekks> Dazu braucht man kein synaptic, das kann apt-get auch. [20:33] <Abe> bekks: aber synaptic hat ein gui und apt-get nicht [20:34] <bekks> synaptic hat keine gui, das ist ein ncurses tui :) [20:34] <mrkramps> oO [20:34] <mrkramps> seit wann sieht ncurses wie gtk aus? [20:34] <Abe> xD was auch immer [20:34] <bekks> ah, ich hab das mit aptitude verwechselt. :) [20:34] <mrkramps> =P [20:35] <Abe> bekks: seit 14.04 kannst du auch nur apt verwenden [20:35] <bekks> Ich weiß :) [20:35] <Abe> cool [20:35] <bekks> Ich hab seit... sehr langer Zeit keine "GUI" mehr für dpkg verwendet. [20:36] <Abe> ich auch nichtmehr aber olymbus sagte er kenne sich nicht gut damit aus also dachte ich an synaptic package manager da brauch man nichts tippen also gut fuer anfaenger ? [20:37] <mrkramps> kein verkehrter gedanke und alles besser als das USC [20:38] <olymbus> ich habe das apt-get benutzt wie auch die deb dateien oder rpm [20:38] <Abe> du kannst mit rpm nichts anfangen denke ich [20:38] <bekks> Kann man schon - aber nicht als Anfänger ;) [20:39] <olymbus> doch umwandeln in deb [20:39] <Abe> echt hab noch nie die rpm pakete geladen immer nur deb [20:39] <Abe> olymbus: hast du bei ubuntuusers nachgefragt? [20:40] <olymbus> im forum noch nicht [20:40] <olymbus> bin mich hier über all am durch fragen lesen und suchen [20:41] <Abe> mach das mal, wenn ich probleme hatte haben die mir immer geholfen. [20:43] <Abe> glaub mir da sind viele gurus bei [20:43] <olymbus> ich weiss darum bin ich ja auch hier [20:43] <olymbus> weil es hier auch gurus hat was linux probleme an geht [20:43] <olymbus> ich habe halt einfach noch zu wenig verständnis was linux an geht [20:44] <bekks> Der erste Schritt ist eigentlich alles zu vergessen, was man von Windows kennt - außer den Begriffen "Datei" und "Verzeichnis" :) [20:45] <olymbus> ich bin auch immer wieder froh wenn mir hier ein solcher Linux Guru helfen kann [20:45] <olymbus> das [20:45] <olymbus> ist so [20:45] <Abe> als ich zu linux gewechselt bin vor ca. 2 Jahren als der support zu XP auslief hatte ich auch keinen Plan. Jetzt weiss ich so die meisten sachen die man wissen muss um gut klarzukommen [20:45] <olymbus> laufwerke gibt es auch keine mehr sondern pfade [20:46] <bekks> Der Support von XP wurde erst im April 2014 eingestellt ;) [20:46] <olymbus> ich habe auch vor zwei tagen gelernt wie man rpm dateien in deb umwandelt [20:46] <Abe> ne davor hatte ich schon ubuntu das weiss ich als dual boot auf meinem alten laptop [20:46] <bekks> olymbus: Als nächstes lernst du dann bitte, warum man das nicht tut :P [20:47] <olymbus> wieso [20:47] <bekks> Weil da in 101% aller Fälle nur Müll rauskommt, der irgendwann massive Probleme macht. [20:47] <olymbus> ok [20:48] <olymbus> wichtig ist das die scrips mit genommen werden [20:48] <bekks> Und weil man das angesichts der rund 30000 Pakete in den Ubuntu Repos eigentlich auch nie braucht. [20:48] <Abe> Ich hatte aber linux schon vorher :( ich weiss noch damals immer mit Gnome 2 rumgespielt [20:50] <olymbus> ich habe kubuntu 10 glaube ich [20:50] <Abe> ich hab auch kubuntu [20:51] <olymbus> auf dem laptop habe ich kubuntu 15.10 [20:51] <olymbus> habe da zwar probleme mit den acpi [20:51] <Abe> ich hol mir nur die lts versionen [20:51] <olymbus> wolte testen [20:51] <olymbus> auf dem rechner hier ist auch die 14.04 drauf [20:52] <bekks> olymbus: "kubuntu 10"? [20:53] <Abe> heutzutage benutzt doch jeder kubuntu 10 :D [20:53] <bekks> Seit 3 Jahren nicht mehr. [20:53] <olymbus> jetzt habe ich die 14.04 [20:53] <bekks> Dann hast du "Kubuntu 14.04" und nicht "Kubuntu 10" :) [20:54] <Abe> ich glaub ich ueberspringe die 16.04 [20:54] <Abe> naechtes jahr [20:54] <olymbus> aber mit kubuntu 10 habe ich angefangen [20:55] <bekks> Es gab nie ein "kubuntu 10". [20:55] <Abe> nur 10.04 [20:55] <bekks> Es gab Kubuntu 10.04 und 10.10 [20:55] <Abe> ja was auch immer [20:56] <Abe> bekks: wielange hast du linux schon ? [20:56] <Abe> ubuntu [20:56] <bekks> Lange. :) [20:56] <olymbus> ok sorry 10.04 [20:57] <Abe> ca. ? [20:57] <bekks> olymbus: 10.04 ist im Mai endgültig EOL gegangen. [20:57] <bekks> Abe: Kein Ahnung, sehr lange. [20:57] <Abe> bekks: hast du jemals windows genutzt? [20:58] <bekks> Abe: Das tue ich heute noch, beruflich. [20:58] <Abe> und privat? [20:58] <bekks> Für bestimmte Dinge auch das. [20:58] <Abe> ok [20:58] <bekks> Welche Rolle spielt das? [20:59] <Abe> keine ahnung neugierig [21:00] <Abe> auf meinem alten lappi hab ich immernoch 12.04. ich mag die 12.04 eigtl. besser [21:01] <bekks> Die 12.04 Desktop Versionen sind auch bereits EOL. [21:01] <Abe> nein [21:02] <bekks> Doch. [21:02] <Abe> gerade nachgeguckt [21:02] <Abe> April 2017 [21:02] <Abe> eol [21:02] <olymbus> also 15.10 ist nicht so mein ding auch das ganze kde hat sich verändert [21:03] <Abe> olymbus: du kannst kde aussehen lassen wie du willst [21:03] <bekks> Die Servervariante ist 2017 EOL. [21:04] <Abe> nein [21:04] <olymbus> ok [21:04] <Abe> warte [21:04] <Abe> https://wiki.ubuntu.com/Releases [21:05] <bekks> Ah, 12.04 war die erste LTS mit 5 Jahren Support für beides. Ich nehme alles zurück :) [21:05] <olymbus> man kann nicht immer alles wiesen [21:05] <olymbus> gut ist wo man es nach lesen kann [21:05] <Abe> :D [21:11] <Abe> olymbus: mit kde kannst du richtig geile themes holen fuer deinen desktop. [21:11] <olymbus> das habe ich noch nicht versucht [21:12] <olymbus> bin froh das ich es installen kann und das es so geht wie ich es brauche [21:12] <olymbus> hab noch nicht so grossen mut einfach was zu versuchen [21:14] <Abe> hier musst du mal qtcurve holen das hab ich [21:14] <Abe> https://www.youtube.com/watch?v=JzlJsIXStg0 kann neonfarben und alles [21:15] <Abe> ok dann lass es. ich denk immer probieren geht ueber studieren :D [21:16] <olymbus> ich habe schon oft was gemacht das dann nicht mehr gut war [21:16] <olymbus> ich versuche auch immer und schreibe es mir auf was ich draus brauche [22:24] <Manta> Mantanismus# [22:24] <Manta> a
ubuntu-chat
2024-05-13T22:11:31.743680
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Abe", "LupusE", "Manta", "Yoshimo", "bekks", "k1l_", "kirsten", "mrkramps", "olymbus" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-de.txt", "channel": "#ubuntu-de" }
2015-11-13-#ubuntu-uy
[01:28] <magu42> jue nov 12 22:28:51 ART 2015
ubuntu-chat
2024-05-13T22:11:31.746386
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "magu42" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-uy.txt", "channel": "#ubuntu-uy" }
2015-11-13-#juju-gui
[21:07] <stokachu> is there an api call i can utilize to query the solutions a particular charm is used in? [21:07] <stokachu> so i can pull bundle information [21:08] <rick_h_> stokachu: yes...sec [21:08] <rick_h_> "bundles-containing", [21:09] <rick_h_> stokachu: https://github.com/juju/charmstore/blob/v4/docs/API.md look for bundles-containing [21:09] <stokachu> ah ok perfect [21:09] <rick_h_> stokachu: so like https://api.jujucharms.com/charmstore/v4/mysql/meta/any/?include=bundles-containing I think [21:10] <stokachu> so does that just pull my bundles? [21:10] <rick_h_> no, but i think there's a thing with versioning in that .../me is trying to recall [21:10] <rick_h_> stokachu: it's used to feed the "Used in X solutions" e.g. https://jujucharms.com/u/kubernetes/kubernetes [21:11] <rick_h_> stokachu: what charm are you looking for what bundles use it? [21:20] <stokachu> rick_h_: is this the format for a simple charm query https://api.jujucharms.com/v4/trusty/mysql [21:24] <stokachu> oh i see [21:25] <stokachu> https://api.jujucharms.com/v4/trusty/mysql/readme
ubuntu-chat
2024-05-13T22:11:31.748690
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "rick_h_", "stokachu" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23juju-gui.txt", "channel": "#juju-gui" }
2015-11-13-#cloud-init
[01:26] <smoser> cbolt, "it depends" [01:26] <smoser> runcmd is executed via 'scripts-user' [01:27] <smoser> runcmd is executed via a script named 'runcmd' that gets written into the 'scripts/per-instance' dir (/var/lib/cloud/instance/scripts/per-instance) [01:28] <smoser> and then that dir is executed run-parts style, so C locale sorted. [01:40] <cbolt> ty smoser [14:14] <mwak> hello [14:16] <mwak> smoser any update about the PR? https://code.launchpad.net/~edouardb/cloud-init/scaleway-datasource/+merge/274861 [14:18] <smoser> mwak, so you 're ok that it wont be enabled by default, right? [14:19] <niluje> smoser: by default, you mean we'll need to update the cloud-init configuration file to add the scaleway provider? [14:20] <smoser> yes. [14:20] <mwak> smoser: yes, no pb with that! [14:20] <niluje> so yep that's ok :) [14:21] <smoser> but really... i thikn you're the providers, right? look into exposing something in dmi. and then we can. [14:21] <smoser> ok. next thing. [14:21] <niluje> since we have no choice but doing a network resource, we'll make some documentation to ask to our users to do some configuration to use the provider [14:21] <smoser> i run 'tox' on my system ehre, and your tests fail. [14:21] <niluje> oO [14:21] * niluje retries [14:21] <smoser> i think they end up timing out [14:22] <smoser> requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 169.254.42.42 [14:22] <smoser> cloudinit.sources.DataSourceScaleway: DEBUG: Trying to get user data (bind on port 1018)... [14:22] <niluje> give me a sec, I don't have the code in mind [14:23] <smoser> http://paste.ubuntu.com/13247624/ [14:25] <niluje> indeed, it seems there's an issue. The test were running fine when I did them. I'm looking into it and will be you when fixed [14:28] <niluje> Oooook, of course they were, I was running nosetests and not tox, we'll fix the issue [14:28] <smoser> hm. [14:28] <smoser> nosetests woudl just use your system dependencies rather than those in the tox [14:29] <smoser> so possibly a dependency difference [14:30] <niluje> yep [14:30] * niluje finds tox useful, but hates it [14:30] <smoser> niluje, i share those feelings. [14:30] <smoser> mine extend to pip [14:31] <niluje> mine extend to pip and setuptools [14:31] <smoser> but, they're useful for creating similar environments. [14:31] <smoser> when you have some spare time, you can create 'pip-distro-env' for me. [14:31] <smoser> thats what i really want [14:32] <smoser> pip-distro-env ubuntu-14.04 urllib3 pkg1 pkg3 .... [14:32] <niluje> https://github.com/spotify/dh-virtualenv [14:32] <smoser> and have that create me a venv with those things in it at the right versions. [14:32] <smoser> (for ubuntu-14.04) [14:33] <smoser> thats interesting. but not what i'm interested in. [14:33] <niluje> not sure to understand what you're looking for then [14:34] <smoser> i want to be able to easily test a venv of a set of python dependencies at the versionsx they are at for a bunch of different distros [14:34] <niluje> oh [14:34] <niluje> dox [14:34] <niluje> looked right for that [14:34] <niluje> idk if it's mature or usable though [14:34] <niluje> but having a tox-like with docker seemed fun [14:35] <niluje> https://pypi.python.org/pypi/dox/0.1 [14:35] <smoser> but 'pip install . -r test-requirements.txt' [14:35] <smoser> what would that do ? [14:35] <smoser> just a pip install [14:35] <smoser> which is generally (ideally) selfl contained anyway. [14:36] <smoser> right? [14:36] <smoser> i guess it would help with getting the python at the correct version [14:36] <smoser> but then i want somethign to know all the package versions for those things too [14:37] <niluje> you mean you want to test your package with every version of its dependencies? [14:37] <Odd_Bloke> niluje: Just every set that you might find packaged for a distribution. [14:37] <smoser> not *every* version, but the right versions [14:37] <smoser> yeah. [14:38] <Odd_Bloke> smoser: Trying to do it with pip is probably impossible because of changes made in packaging. [14:38] <niluje> can't you make more tox environments, and pin dependencies in it? [14:38] <smoser> dox is similar in concept though. and actually using the *packaged* versions is even superior (outside of the additional weight) [14:38] <smoser> niluje, yeah, you can do that. but figuring out what package is at what version in what distro... just that is a PITA [14:39] <smoser> thats why i was trying to have *you* do it for me. and maintain that database :) [14:41] <niluje> ok :p [14:45] <smoser> but thanks for the pointer to dox. containers of each environ are definitely a way to do that. [14:46] <smoser> and as Odd_Bloke pointed out, that covers the depends packaged differences too. [14:48] <Odd_Bloke> Yeah, then hopefully all you would need is a mapping from pip name => package name for each distro. [15:01] <niluje> grml [15:01] <niluje> can't run tox in my environment [15:03] <niluje> I'm on osx ( :( ), cloud-init unittest require to be on linux, I'm trying to run them on a docker container, but python setup.py sdist tries to make a hardlink which fails because cloud-init is an exported folder [15:04] <Odd_Bloke> niluje: You're doing sdist, or tox is doing sdist? [15:04] <niluje> tox is doing it [15:05] <niluje> I'll clone cloud-init in the docker, that's just inconvenient but that'll work [15:14] <smoser> niluje, you want me to give you an instance somewhere ? [15:14] <smoser> ah. ok. you found a solution. [15:14] <smoser> i just launch instances on "the cloud". i wonder if you have a cloud provider you'd recommend :) [15:15] <niluje> ever heard about digital ocean? they're quite new but they look promising [15:15] <niluje> :ppp [15:16] <mwak> :D [15:27] <kwadronaut> they're cheap. Loads of webdevs have their unpatchd wordpresses and such over there ;-) [15:29] <niluje> kwadronaut: that was a joke, b/c I'm working for Scaleway, another cloud provider :p [15:38] <kwadronaut> niluje: ah so I can bug you for some free goodies? ;-) [15:40] <niluje> kwadronaut: poke mwak instead! [15:49] <smoser> niluje, they're 32 bit arm, right? [15:49] <smoser> no kvm [15:49] <niluje> yes [15:50] <niluje> yes, dedicated hardware [15:50] <smoser> right. but i cant run kvm there.
ubuntu-chat
2024-05-13T22:11:31.755002
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Odd_Bloke", "cbolt", "kwadronaut", "mwak", "niluje", "smoser" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23cloud-init.txt", "channel": "#cloud-init" }
2015-11-13-#ubuntu-nz
[00:39] <mwhudson> today appears to be oscillating quite impressively between winter and spring
ubuntu-chat
2024-05-13T22:11:31.756172
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "mwhudson" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-nz.txt", "channel": "#ubuntu-nz" }
2015-11-13-#ubuntu-meeting
[16:39] <dupingping> hi, popey. [16:40] <dupingping> how a u today? [16:57] <popey> hello dupingping [16:58] <dupingping> yes, i'm here. [16:58] <dupingping> kp.archive.ubuntu.com is also ubuntu mirror? [16:59] <dupingping> I could not find it from https://launchpad.net/ubuntu/+archivemirrors [17:31] <dupingping> popey: are you in a meeting? [17:33] <popey> i am, yes. [17:34] <popey> dupingping, kp.archive.ubuntu.com just points to the main central archive servers, it's not a local mirror, which is why it's not listed on the archive mirrors page [17:36] <dupingping> yes, i understand.
ubuntu-chat
2024-05-13T22:11:31.757959
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "dupingping", "popey" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-meeting.txt", "channel": "#ubuntu-meeting" }
2015-11-13-#ubuntu-tn
[14:08] <chaker> o/ [15:23] <chikore> o/
ubuntu-chat
2024-05-13T22:11:31.758514
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "chaker", "chikore" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-tn.txt", "channel": "#ubuntu-tn" }
2015-11-13-#ubuntu-gnome
[06:40] <darkxst> anyone still on wily? can veryify a couple of SRU's? [06:40] <darkxst> bug 1237904 [06:40] <darkxst> bug 1418771 [09:05] <lindol> hi all [09:07] <darkxst> hi lindol [09:08] <lindol> darkxst, how are you :) [09:09] <lindol> I have read your mention :) [09:10] <darkxst> lindol, has not been the best best week ;( [09:10] <lindol> darkxst, :( [10:19] <darkxst> ricotz, https://launchpad.net/ubuntu/+source/gdm3/3.18.0-2ubuntu1 [12:37] <ricotz> darkxst, \o/ [12:43] <Sicnus> ugh... every morning I boot up my Ubuntu Gnome laptop (15.10) and it just acts screwy for a few mins... plus... something always crashes and I send a report out. [12:48] <mgedmin> could be gjs-console [12:49] <mgedmin> there's a fix, waiting for SRU verification [12:49] <Sicnus> mgedmin, how could I ascertain if that's the issue or not? [12:49] * mgedmin is geting ~daily /usr/lib/squid3/pinger crashes [12:49] <mgedmin> Sicnus, well, when apport asks you if you want to send a report, you could click on the Show Details bit and see the name of the crashed program [12:49] <mgedmin> (after an annoying delay) [12:50] <mgedmin> or you could -ls -lrt /var/crash and see what's the last crash file [12:50] <mgedmin> (dunno where the - in front of ls came from) [12:50] <Sicnus> hah [12:50] <Sicnus> shits owned by "whoopsie" [12:50] <Sicnus> now that's cute [12:51] <Sicnus> looks like Xorg and gvfs/gvfsd [12:51] <lindol> hi all :) [12:52] <Sicnus> lindol, mornin' [12:52] <mgedmin> whoa, Xorg? xorg crashes would be more noticeable than just an error report dialog [12:52] <mgedmin> so it's probably gvfsd [12:52] <mgedmin> interesting/no idea what it's about [12:52] <mgedmin> I don't get these crashes here [12:52] <Sicnus> it seems to stablize itself after about 30mins... [12:52] <Sicnus> but it's so unproductive first thing in the morning [12:59] <lindol> :) [13:29] <Sicnus> my Mouse keeps crashing too :( [13:34] <Sicnus> brb going to take my docking station out of the loop [13:37] <Sicnus> hmm [13:37] <Sicnus> I dont' seem to have any issues when I remove my docking station [13:44] <Sicnus> brb trying a new docking station [13:48] <ricotz> darkxst, there is a debian branding ;) [14:12] <Sicnus> hmmm [14:14] <Sicnus> Iwonder if it could be the wireless causing issues.... I just did tons of testing with no problems on a new docking station. I was thinking, oh... it's fixed. Then I connect to wifi and it starts going bonkers. [14:15] <Sicnus> but why would my wifi cause issues with mouse/keyboard in X :/ [16:05] <xela2244> hi, how to can i have a sidebar in gnome? [16:06] <xela2244> how can i [17:41] <xela2244> hi, i just installed gnome on unity. But they are using same themes (gtk, icons...). How can i use different theme for gnome and unity? [17:41] <xela2244> and i am unable to change wallpaper on unity [22:15] <johnjohn101> hi, how do i get a custom color for background?
ubuntu-chat
2024-05-13T22:11:31.762832
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Sicnus", "darkxst", "johnjohn101", "lindol", "mgedmin", "ricotz", "xela2244" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-gnome.txt", "channel": "#ubuntu-gnome" }
2015-11-13-#ubuntu-server
[05:28] <cynixx3> How bad of an idea is it to install php 5.3.10 on ubuntu server 15.10? With mcrypt, curl, and mysql support. [05:42] <OerHeks> cynixx3, precise 12.04 lts comes with 5.3.10 [05:43] <OerHeks> if it is a bad idea, don't know, you sure have a reason [05:46] <cynixx3> could I use the 12.04 repository of those packages to install on 15.10? [07:50] <MrBy> hi, i sucessfully installed landscape and openstack. Now i want to extend openstack with other units like ceilometer, etc... is there any documentation howto do it? [13:05] <pmatulis> morning [14:44] <zul> jamespage: is that pylxd with py3 or py27? [14:46] <jamespage> zul, py27 - I was trying to backport the pylxd package for the UCA [14:46] <zul> jamespage: ack [14:46] <jamespage> so its a package build failure rather than just in git [14:47] <jamespage> zul, I think that the constants in the ssl module have changed - might need to tweak based on version in use [14:47] <jamespage> the pull request for websockets had something in it to that effect I think [14:48] <zul> jamespage: yea [14:48] <zul> jamespage: looking at it now [15:22] <zul> jamespage: this works http://paste.ubuntu.com/13247939/ [15:27] <jamespage> zul, looks ok - you might what to push the hasattr in the runtime code out of the method call, so its called once rather than one every socket creation? [15:30] <zul> jamespage: yeah [15:45] <jcastro> utlemming: or rcj: can one of you guys submit fixes to this answer? http://askubuntu.com/a/125252/235 [15:46] <jcastro> there are questions people are asking about how the mirrors are set up that I can't answer [15:46] <jcastro> also I totally forgot we moved away from s3 for those things [16:54] <paule32> hello [16:55] <paule32> i have problems with squid3 [16:56] <paule32> http://pastebin.com/kE3kbVGT [16:56] <paule32> this is my config [16:57] <paule32> http://pastebin.com/p1zAkhDQ [16:57] <paule32> and this is the php script [16:57] <paule32> but squid seems to be not filter website's [16:58] <paule32> i have use iceweasel with proxy enabled [16:58] <paule32> port is ok [16:59] <paule32> how can i make it work [17:54] <sarnold> paule32: hmm, be careful with that php script, you've written an sql injection bug into it on line 15; perhaps squid mangles inputs enough that users can't actually exploit it, but I wouldn't want to rely on that. [17:54] <sarnold> paule32: what happens if the query returns nothing? will the $row[2] reference blow up? [18:03] <paule32> sarnold: i run the in the console, it waits for input and iff i type in "foo" press return/enter key it print outs "ERR" [18:04] <sarnold> paule32: ah, good; that just leaves the sql injection :) [18:05] <paule32> but squid don't realize it [18:09] <paule32> any ideas? [18:11] <sarnold> paule32: I don't see %DST described here, http://www.squid-cache.org/Doc/config/logformat/ -- are you sure that part is correct? do you get any errors or warnings in any of the log files at squid startup or when querying the squid proxy? [18:13] <paule32> http://pastebin.com/t88d0pf3 [18:14] <Deliant> i need to be able to connect to sftp to save my backups (only used rsync before), how do i generate a cert and connect? (yes i tried connecting normally with just user@host) [18:15] <jelly> Deliant: sftp is just a subsystem of ssh. Look up key-based authentication for ssh. [18:16] <Deliant> so i should just be able to ssh-copyid it as if it was rsync? [18:17] <Deliant> naa.. uha [18:18] <Deliant> normally ftp up the .pub file as .ssh/authorized keys then? [18:22] <sarnold> Deliant: I like to -append- the public portion to ~/.ssh/authorized_keys -- you may have one or two there already for other systems or other programs.. [18:23] <paule32> sarnold: ? [18:24] <sarnold> paule32: how about other logs? [18:25] <paule32> in the log: [18:25] <paule32> helperHandleRead: unexpected read from blockscript #Hlpr0, 4 bytes 'ERR [18:25] <Deliant> sarnold: sorry, i think thats what i meant. rename the .pub to authorized_keys and normally ftp it to the server [18:26] <sarnold> paule32: interesting, that may be an error from connecting to the mysql daemon. add more debugging around the connect failure [18:45] <Deliant> hm ok, so i ftp'd over the .pub key from the cert i generated to my sftp backup server and put it in ".ssh/authorized_keys", but it still won't allow me to connect through sftp [18:49] <sarnold> Deliant: check ls -ld ~/.ssh ~/.ssh/authorized_keys -- the ssh daemon is very picky about those having correct permissions [18:50] <Deliant> its 600 [18:51] <sarnold> Deliant: and ~/.ssh/ ? [18:51] <Deliant> when i try adding a key to my desktop filezilla client it says the key format is not supported for sftp and asks if i want to convert it to .ppk? [18:51] <Deliant> ah right, not 600 [18:53] <sarnold> Deliant: are you sure with filezilla that you're not confusing sftp and ftps? ftps is every bit as terrible as ftp and should be avoided. [18:54] <Deliant> im very familiar with filezille (i usually use rsync), but when i try to add keyfile under "SFTP" tab it wont accept the rsa key i just generated [18:55] <Deliant> its just saying its not a supported format by filezille though, so maybe not applicable [18:56] <Deliant> and its on my server i'm trying to do this anyways [18:56] <Deliant> damnit, why couldnt they just have used rsync :| [21:21] <Pwnna> for mdadm, do i need to create a partition table for my drives before creating an array via mdadm? [21:24] <paule32> i dont can't filter url's/domains with helper mysql [21:24] <paule32> anyone experinces with it? [21:35] <OEP> Is there anyone here with experience with the Apache 2 MPM ITK module on Ubuntu 14.04? I am trying to use it but get the "No MPM loaded" error when I start Apache. [21:40] <yeats> OEP: do you have a LoadModule directive in /etc/apache2/apache2.conf (as described on this page: http://mpm-itk.sesse.net/)? [21:40] <capricorn_1> Pwnna> you need to create a partition table [21:41] <OEP> yeats: We do have "LoadModule mpm_itk_module ..." in a modules.conf, we are using a custom /etc tree though [21:43] <yeats> OEP: anything in /var/log/apache2/error.log (or similar)? [21:45] <Pwnna> capricorn_1: i just tested in virtualbox and it seem like i just did mdadm --create /dev/md0 --num-devices... /dev/sda /dev/sdb ... i didn't actually explicitly create a partiton table? [21:46] <OEP> yeats: It doesn't seem to be producing any log output. [21:46] <capricorn_1> I have this in my notes: [21:46] <capricorn_1> mdadm --create --verbose /dev/md0 --level=0 [21:46] <capricorn_1> --raid-devices=2 /dev/sdb1 /dev/sdc1 [21:46] <capricorn_1> mdadm -Cv /dev/md0 -l5 -n5 -c128 /dev/sd{a,b,c,d,e}1 [21:46] <capricorn_1> mdadm -S /dev/md0 stop array [21:47] <capricorn_1> mdadm --detail --scan [21:47] <capricorn_1> you may output the above command into mdadm.conf file which might look like [21:47] <capricorn_1> this: [21:47] <capricorn_1> DEVICE /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 [21:47] <capricorn_1> ARRAY /dev/md0 devices=/dev/sda1,/dev/sdb1 [21:47] <capricorn_1> ARRAY /dev/md1 devices=/dev/sdc1,/dev/sdd1 [21:47] <capricorn_1> mdadm -As /dev/md0 start an array [21:47] <Pwnna> right [21:48] <Pwnna> but if you jsut want to use the entire disk do you even need partition tables? [21:50] <capricorn_1> I would think so. How do you know what kind of formatting is going to be there? I've always partitioned drives for linux ext[3,4] types [21:50] <capricorn_1> that makes it easier to recover in case of problems. Since you are playing in virtual environment you may try both and see what happens. [21:50] <TJ-> Pwnna: partitioning is optional for non-boot devices [21:51] <Pwnna> well don't you just create a lvm ontop of the md[0-9]+ devices and then do mkfs.[fav-fs] /dev/mapper/lv-vg1 or whatever [21:51] <TJ-> Pwnna: for example, LVM LVs rarely use partitioning, unless they're for VM guest images [21:51] <Pwnna> TJ-: is this documented somewhere? I can't seem to find it on search [21:51] <Pwnna> hmm [21:51] <TJ-> Pwnna: bootable requires some form of partitioning unless it's a floppy (emulated) boot, for example [21:52] <yeats> OEP: you'll want to make sure that logging is correctly configured - otherwise, you're flying blind [21:52] <Pwnna> hmm i guess that makes sense [21:52] <Pwnna> because only on boot does the partition table make a difference, or if you want multiple partitions. but it doesn't matter because we're creating logical structures on top of multiple disks with mdadm and lvm? [21:52] <TJ-> Pwnna: ISO 9660 El Torito is another exception, in there's no MBR/GPT required, but that's a different thing altogether [21:52] <Pwnna> but the question is is this documented somewhere? [21:52] <capricorn_1> you are dealing with software raid here so it's necessary to take care of "lower levels" first. No? [21:53] <TJ-> Pwnna: is 'what' documented, precisely? whether or not to use partitions? It's an administrator decision usually [21:53] <OEP> yeats: Well, if I start it with prefork, it will produce log output, but not with itk. [21:53] <Pwnna> TJ-: i suppose i'm looking for why something needs/don't need to have a partition table. everyone on the internet just say use gdisk to create a partition table without justifying this choice. [21:54] <yeats> OEP: from the glance I took of the page I shared above, it looks like itk is supposed to run alongside mpm-prefork [21:54] <yeats> (but I may be wrong) [21:54] <yeats> never having used it ;-) [21:54] <TJ-> Pwnna: if the array is on bootable disks, either those disks need to be partitioned, and the array built on partitions, or if whole-disk arrays, the MD device needs partitioning *and* it needs to use metadata version 1.0 (or 0.9) so the meta-data isn't at the start of the underlying devices [21:55] <OEP> yeats: Yeah, I can load the two modules together, but when it comes the time to setgid I get a failure in the logs. It makes me think apache doesn't see itk as a compatible mpm. :P [21:55] <Razzdoll> hey all- was wondering.. im not the greatest, and absolute beginner, is this 300MB storage limit? http://pastebin.com/TAk6urGf [21:55] <OEP> They have some pretty funny version requirements there on that page. [21:55] <Pwnna> TJ-: so if that means I can create a partition table ontop of /dev/md0? like using fdisk or gdisk? [21:55] <Pwnna> s/if/does [21:56] <TJ-> Pwnna: yes, of course, once the block device is available you can do whatever you want with it [21:56] <capricorn_1> I would go by this: https://raid.wiki.kernel.org/index.php/Linux_Raid [21:56] <Pwnna> but what would be the point of having a partition table on /dev/sdX when you have a raid + lvm on top? [21:56] <Pwnna> and just put your partition table up there [21:57] <TJ-> Pwnna: to make /dev/sdX bootable by the firmware. The RAID might be in a LUKS-dm_crypt container [21:57] <TJ-> Pwnna: On GPT there'll be an EFI-SP or BIOS Boot partition [21:57] <Pwnna> yeah so does that mean the data there cannot be raided? [21:57] <Pwnna> unless you have a hardware raid or something? [21:57] <Pwnna> because it has to live on one disk and one disk only [21:58] <TJ-> Pwnna: correct; unless the UEFI/BIOS 'knew' about the software RAID. With RAID-1 mirrors, as long as the metadata is at the end of the disks, then firmware can still boot from either drive [21:58] <TJ-> hardware RAID can be ignored since even the firmware only sees the 'logical' device, not the underlying devices [21:59] <Pwnna> right [21:59] <Pwnna> so that means my boot drive cannot be RAID0 or RAID5/6, right? [21:59] <Pwnna> because it's not a mirror and things can be everywhere [21:59] <Pwnna> that's interesting. [22:00] <OEP> yeats: Oh, actually I think you are right. I just noticed the call to setgid() is actually coming from itk. Something else must be the matter, like the privilege drop happened too early. [22:00] <capricorn_1> Creating RAID in virtual machines is pointless. That needs to be taken care of in KVM or core OS in the first place. [22:00] <Pwnna> capricorn_1: i'm just testing the process of creation [22:00] <capricorn_1> I know, just mentioned ... [22:00] <Pwnna> i have to provision a handful of servers with the same RAID layout so i want to test.. [22:01] <Pwnna> TJ-: i suppose it's possible to put /boot and /efi on one super tiny storage device (4GB flash module), and then have / be mounted from a different disk array backed with raid [22:01] <Pwnna> or even multiple storage in RAID1, as you were saying [22:01] <Pwnna> interesting. [22:01] <TJ-> Pwnna: yes [22:01] <Pwnna> that's pretty cool. [22:02] <Pwnna> so do you even need to create a parititon table on the lvm volumes, then? [22:02] <Pwnna> does it even matter? [22:02] <Pwnna> like MBR/GPT on top of /dev/mapper/lvvg0 or whatever [22:03] <TJ-> Pwnna: I provision servers with RAID-1 mdadm RAID, using meta-data 1.0, with the raw devices allocated to the MD device and the MD device partitioned. The partitions 'show up' on the underlying devices and therefore the system is bootable with or without RAID support in worst-case scenarios [22:03] <Pwnna> right [22:03] <Pwnna> right, but suppose if you want to mount.. a /data drive backed by RAID6 [22:03] <TJ-> Pwnna: what that means is a single disk can read the boot-loader and boot part of the way even without MD RAID support [22:03] <Pwnna> right [22:04] <TJ-> Pwnna: then I'd probably not partition the raw devices, and I'd allocate the 'RAID' device to a VG [22:04] <TJ-> Then use LV for allocating space [22:04] <Pwnna> and just not bother with partitions in the sense of GPT/MBR at all [22:04] <Pwnna> is this the /correct/ way to do things? [22:05] <Pwnna> because i don't know enough about this. this is the first time i've done a none-raid1 setup. [22:05] <Pwnna> last time i had a single disk for boot + raid1 for /data [22:06] <TJ-> Pwnna: MBR/GPT is about hard partitioning... once set, its fixed [22:06] <TJ-> LVM takes all the 'hard' away and lets you be flexible and reassign things at will [22:06] <Pwnna> ahh that's good to know [22:06] <TJ-> LVM makes it trivial to do snapshotting, cloning, creating mirrors, etc etc [22:07] <Pwnna> do you have any experience with LVM2's builtin raid support? [22:07] <TJ-> assigning temporary LVs for testing and destroying them after [22:07] <Pwnna> i've tried to do some tests and can't seem to correct things correctly.. [22:07] <Pwnna> create things* [22:07] <TJ-> Pwnna: I use LVM mirror RAID for both the data and mirror log on some systems [22:07] <capricorn_1> having "basic partitions" makes it possible to recover in case you have problems. For example, I have a KVM server with simple / partition with functional OS, i.e. all utils to manage other partitions etc. After that LVM kicks in and some VMs use it as "raw partitions" [22:08] <maswan> I've done a little bit of lvm raid:ing, and I'd by far trust md above that just for sheer usage base [22:09] <Pwnna> hmm [22:09] <Pwnna> i'll investigate that later [22:09] <Pwnna> thanks all! [22:12] <capricorn_1> based on what I see here: https://raid.wiki.kernel.org/index.php/RAID_setup I would create partitions, single at that to make it easier. Good luck [22:13] <maswan> I prefer whole disks [22:17] <maswan> I'm with Neil there [22:27] <Razzdoll> would anybody know please? [22:56] <herrkin> TJ-, are you arround? [22:56] <herrkin> I have problems with my swap again, it seems everytime I update ubuntu-base it screws the swap
ubuntu-chat
2024-05-13T22:11:31.768629
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Deliant", "MrBy", "OEP", "OerHeks", "Pwnna", "Razzdoll", "TJ-", "capricorn_1", "cynixx3", "herrkin", "jamespage", "jcastro", "jelly", "maswan", "paule32", "pmatulis", "sarnold", "yeats", "zul" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-server.txt", "channel": "#ubuntu-server" }
2015-11-13-#ubuntu-ro
[21:31] <ubuntu-visitor4> e cineva aici?
ubuntu-chat
2024-05-13T22:11:31.770336
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "ubuntu-visitor4" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-ro.txt", "channel": "#ubuntu-ro" }
2015-11-13-#ubuntu-ci-eng
[07:17] <bzoltan_> jibel: brendand is not online, but I think somebody from the Mir team should know about this http://pastebin.ubuntu.com/13245871/ [07:18] <bzoltan_> Mirv: do you know anybody early bird from the MIr team? [07:23] <Mirv> bzoltan_: RAOF is a late bird [07:29] <bzoltan_> Mirv: I wonder if it is related to the testtools problem brendad was talking about [08:36] <jibel> robru, hey, I tried to trigger an autopkgtest run with https://ci-train.ubuntu.com/job/ubuntu-landing-057-2.5-autopkgtests/build but it does nothing [08:36] <jibel> robru, any clue? [08:37] <jibel> it returns immediately, no job in the queue [09:05] <robru> jibel: doesn't look like you triggered the job... Did you click "build" on that page? [09:06] <jibel> robru, I did :) [09:06] <jibel> robru, several times [09:06] <jibel> robru, I did it again and it worked [09:06] <jibel> weird [09:07] <robru> jibel: it's the same as all the rest of the Jenkins jobs, you have to click once to log in then click again to actually trigger it [09:08] <jibel> robru, yeah I know jenkins a little bit, but pressing the button did nothing [09:08] <jibel> anyway now it's running [09:09] <robru> jibel: yeah "did nothing" means "redirected through sso then redirected back to the same form you were looking at before". [09:09] <robru> jibel: looks like it exploded pretty bad [09:10] <jibel> robru, nothing nothing, and I pressed several times. but it okay now it's running [09:11] <jibel> robru, heh, I picked the wrong package apparently :) [09:11] <robru> jibel: you may have better results if you run it on a silo that exists :-P [09:11] <jibel> robru, man, it existed half an hour ago [09:12] <jibel> does it mean it is not the day to test autopkgtest on silos and I should do something else? [09:16] <robru> jibel: you can test it, it just has to be a request that isn't already landed [09:17] <jibel> robru, so after requesting an autopkgtest I wait 15 min for the result? [09:18] <robru> jibel: I'm not sure how long it takes but the train will poll for results every 15 minutes [09:18] <jibel> robru, ack [09:20] <robru> jibel: i expect the current code will be plagued with false negatives (failures that aren't real failures) because it doesn't distinguish between regressions and "always failed" the way proposed migration currently does. We're working out how to get that up to par for the next iteration [09:20] <jibel> sil2100, apparently silos 3, 57 and 0 landed but I don't see any message in vivid overlay's changelist, is change bot dead? [09:21] <sil2100> jibel: hm, let me check what happened [09:21] <jibel> robru, yeah we need that, triggering a test must be automated not manual and we also need to test rdeps [09:21] <sil2100> jibel: by silo 0 you mean the libphonenumber thing? [09:22] <jibel> but it is a start [09:22] <jibel> sil2100, yes [09:22] <jibel> no [09:22] <sil2100> jibel: I see a message about it from 2 days ago [09:22] <jibel> sil2100, I mean dialler-app [09:22] <jibel> sil2100, https://requests.ci-train.ubuntu.com/#/ticket/648 [09:22] <jibel> sil2100, https://requests.ci-train.ubuntu.com/#/ticket/647 [09:23] <robru> jibel: we decided not to do automatic tests in case it would overburden the test infra, but i think ultimately the plan is to have landers submit autopkgtests prior to submitting for qa so it at least doesn't waste your time. [09:23] <jibel> sil2100, and https://requests.ci-train.ubuntu.com/#/ticket/644 [09:23] <sil2100> Ok, need to check [09:23] <sil2100> Aww come ooon, looks like my instance died [09:24] <jibel> robru, if it triggers a test when it's marked ready for qa it won't overburden the infra [09:25] <jibel> robru, on average it's less than 20 silos a week with peaks at 30 [09:25] <jibel> that won't kill the infra [09:25] <jibel> even if you run them 3 times per silo [09:25] <robru> jibel: i was envisioning the other way, landers must get passing autopkgtest before at cab be marked ready for qa. Like bileto would only mark it ready after successful testing [09:26] <robru> jibel: the concern was from pitti, if we auto test after every build it's too much, the test infra is quite weak and overburdened already [09:27] <jibel> robru, I agree with pitti and it's why I think running once when the lander thinks it's ready for QA is a good compromise [09:27] <jibel> it's what we'll do manually anyway [09:27] <jibel> so if we can save this button pressing task it's all good [09:28] <robru> jibel: yeah it's in the plans, lots of rough edges need to be polished up still [09:29] <robru> jibel: for now though the feature is there, you can poke at the autopkgtest and see what happens. Hopefully we'll get it smoother soon and landers can start doing it [09:30] <jibel> robru, although what we really need is reverse dependencies testing. not all packages have autopkgtest but frequently rdeps do have tests and proposed-migration finds lot of regressions this way [09:33] <robru> jibel: yeah the next step is to enable full britney, it will do rdeps and everything just like proposed migration. But that's a big task to enable in the train, will be some time for that to go live. [09:50] <robru> jibel: oh for silo 51 it looks like it didn't have any tests, the log shows it skipped submitting anything [09:51] <jibel> robru, right, I just picked a random silo to see if the build was working [09:56] <robru> jibel: yeah it seems i need to rework this quite a bit, the silo status makes it sound like it's doing something. I'm working on a major overhaul of the silo status reporting that should clarify what is actually going on, but could be a few days before i finish [10:05] <xavigarcia> sil2100: ping [10:05] <sil2100> xavigarcia: pong [10:06] <xavigarcia> sil2100: hi! I have a question... I would need to move libuntiy-api-dev to main repository, as it is a dependency for a new project we are planning to land and that will be a dependency of the sound indicator [10:06] <xavigarcia> sil2100: can you help me with that? [10:07] <sil2100> xavigarcia: it's already handled :) [10:07] <sil2100> xavigarcia: I did that last week actually [10:07] <xavigarcia> sil2100: ah, ok...cool! [10:07] <sil2100> https://bugs.launchpad.net/ubuntu/+source/unity-api/+bug/1512784 [10:07] <xavigarcia> sil2100: great!, then I guess silo 51 should be good to go [10:08] <xavigarcia> sil2100: and now a second question. I need to add the project gmenuharness to the repository [10:08] <xavigarcia> sil2100: it's a new project, and contains the base to implement integration tests for all indicators [10:09] <xavigarcia> sil2100: this is the url: https://launchpad.net/gmenuharness [10:10] <xavigarcia> sil2100: we'd need to land this asap to avoid having the issues we've got for ota-8 and the indicator-sound silo [10:10] <sil2100> xavigarcia: ok, in that case you'll need to prepare the packaging and go through the normal landing procedures, after which the package will need to be preNEWed and then NEWed by someone from the archive team [10:11] <sil2100> xavigarcia: a preNEW procedure is getting some archive admin review your silo after it passes QA [10:11] <sil2100> To check the packaging etc. [10:11] <jibel> sil2100, I forgot to ask during the meeting, can you 'enable' the OTA version in the RC channel so we can test before the image is promoted to stable? [10:11] <xavigarcia> sil2100: ok... the packaging should be ready, so I will create a silo for it [10:11] <xavigarcia> sil2100: thanks! [10:11] <sil2100> Normally we wouldn't need a preNEW procedure, but since overlay landings go directly to the overlay PPA I would prefer someone to check it early [10:12] <xavigarcia> sil2100: sure [10:12] <sil2100> jibel: ok, yeah, that's my priority today, will give you a sign once it's done [10:13] <jibel> sil2100, thanks [11:07] <jibel> sil2100, can you check if you can restart your instance, it should be fixed [11:07] <sil2100> jibel: yeah, the e-mails got sent, the instance restarted [11:18] <brendand> sil2100, hey dude [11:20] <sil2100> brendand: hey [11:21] <brendand> sil2100, do you know what happens to old version of e.g. messaging-app when a new one lands in the overlay ppa? [11:21] <brendand> sil2100, is it just 'disappeared' [11:21] <sil2100> brendand: no, it's still there, you can download it if needed but it's not super trivial - it's superseeded by the new version but still there [11:22] <sil2100> I have a script that downloads selected versions from the overlay [11:23] <brendand> sil2100, but in terms of being available for install using apt etc? [11:23] <sil2100> brendand: bzr branch lp:landing-team-tools and use the overlay-ppa-dl-package script - you can download either .deb binaries (by default), or grab the source by giving the -s options [11:23] <sil2100> apt also should be able to install it if you explicitly give it a version number [11:24] <sil2100> hm, or let me think [11:24] <sil2100> Actually hm, no, apt won't see it I think [11:25] <sil2100> brendand: I suppose the only option is to download the .deb's directly and installing with dpkg I think [11:25] <sil2100> brendand: but I would have to check if apt won't find the package if you give the version number directly [11:29] <sil2100> brendand: ok, so as I thought, it seems that apt just wont see it [11:32] <brendand> sil2100, ok [11:35] <brendand> sil2100, makes it a bit more difficult but at least its possible [13:08] <xavigarcia> sil2100: ping again :) [13:08] <xavigarcia> sil2100: could you please take a quick look to this build? https://ci-train.ubuntu.com/job/ubuntu-landing-000-1-build/540/console [13:09] <xavigarcia> sil2100: I think something is wrong in the project configuration [13:09] <xavigarcia> sil2100: for example: https://launchpad.net/ubuntu/+source/libgmenuharness does not exist [13:11] <sil2100> xavigarcia: is the branch configured as bzr split? [13:12] <sil2100> xavigarcia: yeah, so I don't see the .bzr-builddeb directory [13:12] <sil2100> xavigarcia: check how other projects are done and be sure to include the same things in .bzr-builddeb of your bzr branch, since otherwise it won't generate the tarball from the source tree [13:13] <xavigarcia> sil2100: oh, ok... will do that [13:13] <xavigarcia> sil2100: thanks! [14:44] <sil2100> rvr: ping [15:05] <rvr> sil2100: pong [15:06] <sil2100> rvr: hey! Is your krillin free right now? [15:06] <rvr> sil2100: Yes [15:32] <AlbertA> trainguards: so this says landed, but I only see the packages released into stable-phone-overlay [15:32] <AlbertA> https://requests.ci-train.ubuntu.com/#/ticket/604 [15:32] <AlbertA> and not in xenial or xenial proposed [15:32] <AlbertA> did I not configure the entry properly for dual landing? [15:41] <greyback> trainguards: hey, this is to fix a ftbfs on armhf xenial: https://requests.ci-train.ubuntu.com/#/ticket/646 can someone hit merge please? [15:52] <Mirv> greyback: publish? it's not set to "Publish without QA"? [15:53] <greyback> Mirv: ah boo, I chose the wrong option [15:54] <greyback> Mirv: okay, now I can press buttons [16:10] <AlbertA> Mirv: any idea why this didn't make it to xenial ? https://requests.ci-train.ubuntu.com/#/ticket/604 [16:27] <Mirv> AlbertA: the silo was configured to use overlay PPA (dual landings should have the field empty - vivid will go to overlay anyway), so the mir is in... overlay PPA also for xenial dput ppa:ci-train-ppa-service/landing-012 ../build-area/qtpim-opensource-src_5.0~git20140515~29475884-0ubuntu16~xenial1~test1_source.changes [16:27] <Mirv> AlbertA: s/wrongcopypaste/https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay/+packages?field.name_filter=&field.status_filter=published&field.series_filter=xenial [16:27] <Mirv> also some unity-scopes-shell it seems :P [16:30] <Mirv> as I'm MOTU I was able to copy the unity-scopes-shell to archives, but the mir is in main so needs core-dev [16:31] <greyback> Mirv: hey, I've a qtmir bug fix I want to land fairly soon (https://requests.ci-train.ubuntu.com/#/ticket/654) - think I should wait for https://requests.ci-train.ubuntu.com/#/ticket/646 to migrate? Will a dual landing work after a xenial-only landing? [16:39] <Mirv> greyback: OTA8 blocker is good enough reason, so I'll merge&clean 646. it has at least built so it will probably migrate. dual landing should work fine since the trunk is always xenial/dev anyway. and if not we'll just do some manual publishing once. [16:39] <Mirv> noting to myself I shouldn't be here, but it seems no other trainguards are here either right at the moment [16:41] <greyback> Mirv: nice , thank you for the help [16:42] <Mirv> greyback: ok go ahead in building 654 [16:42] <greyback> Mirv: just kicked off [16:43] <AlbertA> Mirv: thanks, so should I just make a sync from overlay entry to get it into xenial? [16:45] <Mirv> AlbertA: either that or just get some core dev like RAOF to copy-package it to xenial-proposed [16:47] <AlbertA> Mirv: cool thanks [17:23] <robru> AlbertA: that is strange [17:25] <robru> Oh I see, hmm I should make the train just ignore that field for dual silos [17:29] <AlbertA> robru: yeah sorry, I didn't catch that you are not to supposed to use that field anymore... [17:33] <robru> AlbertA: I recommend just getting a core dev to copy manually. If you make a sync request you still need a core dev anyway so it's a bit pointless for you [17:33] <AlbertA> robru: yeah I'll ask RAOF on his monday
ubuntu-chat
2024-05-13T22:11:31.775502
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "AlbertA", "Mirv", "brendand", "bzoltan_", "greyback", "jibel", "robru", "rvr", "sil2100", "xavigarcia" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-ci-eng.txt", "channel": "#ubuntu-ci-eng" }
2015-11-13-#ubuntu-si
[07:22] <slax0r> jutro [08:02] <napsy> jut'r [08:04] <Sky[x]> lp [08:05] <Sky[x]> a priporoca kdo kaksno alterntivo https://gogs.io/ ? [08:05] <napsy> js sm mel to neki [08:05] <napsy> na svoejm servercku [08:05] <napsy> tko, delal je kr dobr takrat [08:05] <Sky[x]> nic problemov z hooks? :) [08:05] <napsy> mm to pa nism probavu nic [08:05] <Sky[x]> aha [08:06] <napsy> na oko je zgledal kr legit alternativa za gitlab [08:07] <Sky[x]> kak razlog zakaj ne gitlab? [08:07] <Sky[x]> men ni usec k skos berem o enih luknah v gitlab :> [08:07] <napsy> nam vcasih kak diff log kr pocas dela, ce je velik commit [08:08] <napsy> sicer nism nikul upravlu gitlab tak da ne vem kj dost povedat [08:08] <Sky[x]> aha [08:09] <napsy> verjetn bi se na koncu odlocu za gitlab, tut zarad integracijo z gitlab ci [08:22] <slax0r> Sky[x]: cestitam ane :) [08:22] <slax0r> za jwt [08:23] <dz0ny> But ruby, I can't stand it its like cancer [08:23] <Sky[x]> sej se nism konc je sekr neki dela :D [08:24] <slax0r> zakaj pa ne github private repo, ali pa bitbucket? [08:25] <slax0r> who is using gogs, pa 3/4 logotv kitajskih ^^ [08:29] <napsy> lol, ful je pomembn kdo uporabla [08:29] <slax0r> ja ni ne, sam pravim :) [09:05] <CrazyLemon> http://www.theregister.co.uk/2015/11/12/mobile_pwn2own/ [09:05] <Pepelka> Latest Android phones hijacked with tidy one-stop-Chrome-pop • The Register [09:05] <Pepelka> »Chinese researcher burns exploit for ski trip.« [09:27] <dz0ny> lol GET /author/feed//....//....//....//....//....//....//....//....//....//....//boot.ini%00 [09:27] <dz0ny> wtf he is trying to accomplish [09:28] <napsy> he just likes dots [09:29] <dz0ny> dobr pa tud ce is na windows kaj mu bo boot.ini [09:34] <speed-> hai [09:43] <CrazyLemon> kaj pa sploh pomeni ..../ ? [09:44] <CrazyLemon> mogoče je pozabu slash vmes? [09:44] <dz0ny> nope [09:44] <dz0ny> so lbi tud taki [09:44] <CrazyLemon> lbi? [09:44] <dz0ny> bili* [09:44] <dz0ny> /%252e%252e/%252e%252e/etc/hosts [09:45] <dz0ny> or like that [09:45] <CrazyLemon> smarter! [10:16] <slax0r> CrazyLemon: hidden dir z imenom ... [10:33] <Pepelka> [Web Upd8] Andrew: Display Keystrokes In Your Screencasts With `Screenkey` (Fork) http://feedproxy.google.com/~r/webupd8/~3/a8I2v2RY5Us/display-keystrokes-in-your-screencasts.html [10:35] <msev-> preverte tega brezdomca s talentom https://www.youtube.com/watch?v=NO_8twotIDY [10:35] <Pepelka> Mexico Tiene Talento Pablo - YouTube [10:35] <Pepelka> »!!en verdad mexico tiene talento!!« [10:51] <msev-> res ma talent svaka čast [10:53] <speed-> talento :) [10:59] <yang> Incredible, Incredible [10:59] <yang> Muy Incredible [11:18] <idioterna> https://www.youtube.com/watch?v=Rpm4rjejFgQ [11:18] <Pepelka> Bernie Sanders & Hillary Clinton Over The Years: Then vs. Now - YouTube [11:18] <Pepelka> »http://berniesanders.com/ https://www.reddit.com/r/SandersForPresident« [11:18] <idioterna> feeling the bern yet? [11:20] <yang> idioterna: na zacetku zgleda, kot da rad govori prazni dvorani [11:21] <napsy> dost kaze hillary [11:23] <yang> 91-tega je bil ravno prav star za predsednika [11:30] <napsy> https://www.reddit.com/r/videos/comments/3sknd4/safe_space_students_silence_asian_woman_for/ [11:30] <Pepelka> "Safe Space" Students Silence Asian Woman For Saying "Black People Can Be Racist" : videos [11:30] <Pepelka> »4203 points and 10269 comments so far on reddit« [11:41] <idioterna> yang: pove kar je treba povedat [11:41] <idioterna> tut ce ga nihce ne poslusa [11:50] <yang> https://www.youtube.com/watch?v=Rpm4rjejFgQ#t=19m [11:50] <Pepelka> Bernie Sanders & Hillary Clinton Over The Years: Then vs. Now - YouTube [11:50] <Pepelka> »http://berniesanders.com/ https://www.reddit.com/r/SandersForPresident« [11:58] <yang> ja sej dobr pove [11:59] <yang> sam verjetn bo zenska predsednica zdej [12:00] <yang> Clintoni so ena najbogatejsih Ameriskih druzin, tko da majo tut budget za kampanijo [12:01] <idioterna> ja lej [12:01] <idioterna> help spread the bern [12:01] <idioterna> povej unim ameriskim kolegom [12:01] <idioterna> nej kej nardijo [12:01] <idioterna> od mojih kolegov so itak vsi republikanci [12:02] <yang> Ja sej te k jst poznam so zarukani z juga amerike in tut voljo republikance [12:03] <yang> ti bi moral tam zivet, da bi dejansko vedel kako je tam [12:03] <idioterna> zakaj? [12:03] <idioterna> a ti bi pa moral zivet v iranu, da bi dejansko vedel kako je tam? [12:03] <yang> ja [12:04] <napsy> lol [12:04] <yang> ker v iranu sploh ni tako slabo kot skusajo to ameriski mediji prikazati [12:04] <napsy> isto mors bit crnec da razumes rasizem [12:04] <idioterna> pojma nimam kako skusajo ameriski mediji prikazat [12:04] <yang> poznam ljudi ki so bili tam kot turisti [12:04] <yang> in so rekli da je cudovita drzava [12:04] <idioterna> mhm [12:05] <idioterna> kolega gre velikrat v savdsko arabijo [12:05] <idioterna> prav da je cudovito [12:05] <idioterna> ampak js vseen vem, da ni [12:05] <yang> ja sej tista je tudi zelo razvita, samo ce nisi musliman ne mores iti pogledati meke in medine recimo [12:05] <idioterna> ja sej ne vem zakaj bi hotu to gledat [12:05] <napsy> :) [12:06] <yang> pac imajo neke omejitve [12:06] <napsy> sj slovenija je tut bled in piran, and unicorns n' shit [12:06] <yang> glede na veroizpoved [12:06] <idioterna> ja isto k da bi reku [12:06] <idioterna> "nezaposlenim vstop prepovedan" in bi pol nekdo jamral "ce nisi zaposlen tam ne mors jit pogledat njihove sobe za cetke i metle" [12:06] <yang> :) [12:08] <yang> tak napis das na "meet-me room" [12:08] <Pepelka> [Web Upd8] Andrew: Fix Large Black Borders Around Header Bar Apps With Some Themes In Ubuntu 15.10 (GTK 3.16) http://feedproxy.google.com/~r/webupd8/~3/Q4HWOekUrQk/fix-large-black-borders-around-header.html [12:08] <yang> da mislijo da so metle not [12:12] <idioterna> ne tam das [12:12] <idioterna> "brezposelnim vstop prepovedan" [12:36] <lynxlynxlynx> .vreme lj [12:36] <jabuk> ARSO: Ljubljana (299m): 8°C @13.11.2015 12:00 UTC. [12:36] <lynxlynxlynx> .vreme ljubljana [12:36] <jabuk> Vlažnost: 100% severnik 0.8 m/s (2.9 km/h) [12:36] <jabuk> Sončni vzhod: 06:00:23, Kulminacija: 10:47:32, Sončni zahod: 15:34:42 [12:36] <jabuk> Dan je dolg: 9ur 34min 19s, Luna je v ščipu [12:36] <jabuk> ARSO: Ljubljana (299m): 8°C @13.11.2015 12:00 UTC. [12:36] <jabuk> Vlažnost: 100% severnik 0.8 m/s (2.9 km/h) [12:36] <jabuk> Sončni vzhod: 06:00:25, Kulminacija: 10:47:35, Sončni zahod: 15:34:45 [12:36] <jabuk> Dan je dolg: 9ur 34min 20s, Luna je v ščipu [12:37] <zdobersek> whut [12:37] <zdobersek> marko-_- :O [12:37] <lynxlynxlynx> wb [12:37] <marko-_-> hej [12:37] <marko-_-> haha, rabil sem freenode pa sem še podočki prišel sem :D [12:39] <lynxlynxlynx> in, kaj dogaja? [12:40] <marko-_-> ma nič. Še vedno opensource lover [12:40] <marko-_-> vi? [12:41] <lynxlynxlynx> isti ljubimci [12:41] <lynxlynxlynx> sam druge teme za trolanje [12:43] <slax0r> I hate opensource [12:43] * slax0r hides [12:43] <lynxlynxlynx> weak [12:45] <idioterna> https://events.ccc.de/2015/11/04/32c3-gated-communities/ [12:45] <idioterna> neki za vse tle i guess [12:48] <CrazyLemon> https://bugs.launchpad.net/unity/+bug/1463112 [12:48] <Pepelka> Bug #1463112 “Cat sitting on keyboard crashes lightdm” : Bugs : Unity [12:48] <CrazyLemon> !! [12:49] <CrazyLemon> Dont let cats use your ubuntu! [12:49] <zdobersek> literal pebkac? [12:50] <CrazyLemon> not really ... [12:50] <CrazyLemon> peok maybe? [12:50] <CrazyLemon> peoc also? [12:51] <slax0r> best "To replicate" ever :D :D :D [12:51] <zdobersek> I am a cat [12:51] <zdobersek> rawr [12:54] <CrazyLemon> https://twitter.com/gregorspagnolo/status/665109772883116032 [12:54] <Pepelka> Gregor Spagnolo auf Twitter: "dokumentarni film hekerji.si 17.12 na @rtvslo teaser: https://t.co/2vD3kQlhtz @MilanGabor @gbozic" [12:54] <zdobersek> in ce ne gledas televizije? [12:54] <CrazyLemon> mark your calendars for the best movie ever! [12:55] <CrazyLemon> zdobersek sej veš da rtvslo je tudi na internetu right? like on rtvslo.si right? [12:55] <slax0r> dokumentirani film? as in film ki ima pac spisano dokumentacijo? [12:55] <zdobersek> a se kr rabim silverlight? [12:55] <CrazyLemon> zdobersek kdaj si ga pa rabu [12:55] <zdobersek> slax0r: dyslexic much? [12:56] <slax0r> pa res [12:56] <slax0r> :D [12:56] <CrazyLemon> https://www.reddit.com/r/linux/comments/3skymv/bug_1463112_cat_sitting_on_keyboard_crashes/ [12:56] <Pepelka> Bug #1463112 “Cat sitting on keyboard crashes lightdm” : Bugs : Unity : linux [12:56] <slax0r> I just might be [12:56] <Pepelka> »216 points and 24 comments so far on reddit« [13:02] <pitko> zdravo eno vprašanje je kdo kdaj bildal pcsc-lite? [13:02] <zdobersek> y [13:03] <pitko> maš kje kaka navodila [13:03] <zdobersek> heh [13:03] <zdobersek> why [13:03] <zdobersek> tis but a troll [13:03] <yang> .vreme lj [13:03] <slax0r> ./configure, make && make install? ^^ [13:03] <jabuk> ARSO: Ljubljana (299m): 8.6°C @13.11.2015 12:30 UTC. [13:03] <jabuk> Vlažnost: 99% vzhodnik 0.7 m/s (2.5 km/h) [13:03] <zdobersek> !g how to build pcsc-lite [13:03] <jabuk> Sončni vzhod: 06:00:23, Kulminacija: 10:47:32, Sončni zahod: 15:34:42 [13:03] <jabuk> Dan je dolg: 9ur 34min 19s, Luna je v ščipu [13:03] <Pepelka> PCSClite project - Debian https://pcsclite.alioth.debian.org/pcsclite.html [13:03] <upd> a lahko kdo proba eno php kodo [13:03] <zdobersek> it's a trap! [13:03] <zdobersek> n1 upd [13:03] <slax0r> upd: paste [13:05] <upd> https://github.com/FinalHashLLC/PHP-Cryptsy-V2/blob/master/CrypsyAPIv2.php [13:05] <Pepelka> PHP-Cryptsy-V2/CrypsyAPIv2.php at master · FinalHashLLC/PHP-Cryptsy-V2 · GitHub [13:05] <Pepelka> »PHP-Cryptsy-V2 - V2 Crypsy API in PHP« [13:06] <upd> http://pastebin.com/bNuLAThY al pa če kdo vidi kakšno razliko [13:06] <Pepelka> [C++] qint64 time = qtime.toMSecsSinceEpoch(); QUrl serviceUrl = QUrl::from - Pastebin.com [13:06] <upd> skoz mi vrača "{\"success\":false,\"error\":[\"Must be authenticated\"]}" [13:07] <upd> slax0r, boš probal ? ti dam key pa to [13:08] <slax0r> upd: http://codepad.viper-7.com/xewe45 [13:08] <slax0r> knock yourself out [13:09] <slax0r> http://codepad.viper-7.com/O2M3o0 [13:09] <slax0r> isto vraca... [13:09] <slax0r> aja [13:09] <slax0r> samo nimam keya :) [13:09] <upd> kje to vidiš kaj vrne [13:09] <slax0r> v Output [13:10] <slax0r> drugi link klikni [13:10] <slax0r> v prvem ni outputa [13:10] <slax0r> v Code cist spodaj pa instanciram class in klicem info [13:10] <slax0r> v instanciranju vpisi pravi key in secret [13:10] <slax0r> pa paste [13:10] <slax0r> oz. ce je key i nsecret res secret, potem raje ne ^^ [13:12] <upd> { ["success"]=> bool(true) ["data"]=> [13:12] <upd> tu pa dela [13:13] <slax0r> saj to drugega ne naredi kot obicen curl request [13:13] <upd> ne vem zakaj pol moja koda ne dela [13:13] <slax0r> ne vem [13:14] <slax0r> sibam kuci [13:14] <slax0r> ajde \o [13:14] <upd> ty [13:29] <dz0ny> upd: neveljeaven header maš 'Sign: ' . $this->sign_request($query), [13:29] <dz0ny> 'Expect: ' [13:30] <dz0ny> ]; [13:32] <upd> postData.append("Key=" + publicKey); [13:32] <upd> postData.append("Expect="); [13:32] <upd> a gre tako [13:33] <upd> https://www.cryptsy.com/pages/apiv2 gre expect ni nikjer omenjen [13:33] <Pepelka> Cryptsy - Apiv2 [13:33] <Pepelka> »Your complete bitcoin and digital currency exchange. Cryptsy is the world's premier bitcoin and digital currency trading solution. Buy and trade BTC today!« [13:33] <upd> ker* [13:35] <upd> string(128) "b8f2601ebaa65113bc57a7b3e6659cf1a397899469e3ca5f2d67ea1233eacb572b7eda11ffbae78b8ca55f94132ff8833a4254df3130839a18f01efb3a2ae3d1" string(40) "e8dd02a5983304662daab370a214e9f447620ec0" [13:35] <upd> sign "b8f2601ebaa65113bc57a7b3e6659cf1a397899469e3ca5f2d67ea1233eacb572b7eda11ffbae78b8ca55f94132ff8833a4254df3130839a18f01efb3a2ae3d1" [13:35] <upd> key "e8dd02a5983304662daab370a214e9f447620ec0" [13:36] <upd> ok sign je pravilno zgeneriran key je tud ok [13:38] <upd> dz0ny, kaj točno je narobe to da nimam Expect ?= [13:51] <upd> mja ubistvu sem že vse pomešal vidim kaj si mislil [13:53] <pitastrudl> rip [14:07] <upd> prasica noče delat [14:09] <pitastrudl> po riti jo dej [14:19] <upd> http://pastebin.com/fwYx6dhD nop [14:19] <Pepelka> [C++] QDateTime qtime = QDateTime::currentDateTime(); qint64 time = qtime.toM - Pastebin.com [14:45] <pitko> ratalo zbildat [14:45] <pitko> zdobersek kako pa pol kak primer runaš? [14:45] <zdobersek> !g how to run pcsc-lite [14:45] <Pepelka> PC/SC under Unix/Linux/Mac with PCSC-Lite | SpringCard TechZone http://tech.springcard.com/guides/pcsc-unix-with-pcsclite/ [14:46] <CrazyLemon> zdobersek your googling skillz are powerful [14:46] <zdobersek> tis but a !g [14:46] <Pepelka> Prenesite Google Chrome /chrome/browser/?hl=sl&amp;brand=CHNG&amp;utm_source=sl-hpp&amp;utm_medium=hpp&amp;utm_campaign=sl [14:46] <zdobersek> shameless plug [14:47] <CrazyLemon> i dont wanna know where you put that shameless plug [14:48] <upd> yey končno uspelo [14:53] <pitko> jaz mam svoj software to mislm [14:53] <pitko> k je pač v c# [15:01] <yang2> idioterna: si slisal kaj je Svetlana rekla, da si ne zasluzimo met vec himne "Žive naj vsi narodi" ampak da bi jo moral zamenjat z "Kuža lezi, priden bodi, tante Merkel tačko da" [15:04] <jabuk> M 1.2 > 5.km S od ANHOVA @13/11/2015 15:52:04 https://maps.google.com/?q=46.11+N,+13.61+E [15:16] <idioterna> yang2: ja [15:19] <pitko> noče mi demona zagnat kaka ideja [15:19] <pitko> od pcscpja [15:24] <lynxlynxlynx> večja žrtev [15:25] <idioterna> pitko: logi, dmesg? [15:28] <zdobbie> matt daemon! [15:35] <pitko> zrihtal [15:35] <pitko> drug problem [15:35] <pitko> No bundle files in pcsc drivers directory [15:35] <pitko> pač kako dat mu drajverje [15:37] <lynxlynxlynx> !g "No bundle files in pcsc drivers directory" [15:37] <Pepelka> Bug #1296288 “pcscd crashes when disconnecting / reconnecting ... https://bugs.launchpad.net/bugs/1296288 [15:38] <jabuk> M 1.2 > 5.km JZ od BREŽIC @13/11/2015 16:26:06 https://maps.google.com/?q=45.87+N,+15.56+E [15:39] <pitko> am podpera ta ccids [15:39] <pitko> ccid [15:39] <pitko> nasnel sm ga [15:49] <pitko> kako pa pscd pa ccid povezat pa nevem [15:49] <pitko> a je ta usb descriptor [16:00] <pitko> kam je pol ta ccid dal drajeverje [16:04] <zdobbie> https://media.giphy.com/media/xsuaC24k0L5EQ/giphy.gif [16:05] <pitko> https://pcsclite.alioth.debian.org/ccid.html [16:05] <pitko> to sm nasnel gor [16:05] <Pepelka> CCID free software driver [16:05] <Pepelka> »CCID free software driver« [16:08] <pitko> pač piše da je podprt za moj bralnik [16:14] <idioterna> CrazyLemon: zdobbie [16:14] <idioterna> k orozju [16:18] <zdobersek> a ze [16:18] <pitko> kaka ideja kako to skup spravt [16:18] <CrazyLemon> a ni mal prezgodaj za orozje madona [16:24] <idioterna> aja ne vem [16:24] <idioterna> js kr grem pomoje [16:24] <idioterna> k bom pol meu druge obveznosti i guess [16:39] <CrazyLemon> zdobbie a ti greš? [16:46] <zdobbie> ja na udbi ni nbenga [16:47] <CrazyLemon> ja sm vidu ja.. [16:47] <CrazyLemon> later then! [16:49] <upd> https://ipfs.io/#alpha-demo a se je že kdo kej igral s tem [17:35] <zdobbie> idioterna: hva zj [17:40] <zdobbie> grem za 20min orehe lust [17:58] <idioterna> zdobbie: ja jsm not [17:58] <idioterna> zdobbie: prlet [17:58] <idioterna> CrazyLemon: you too [17:58] <CrazyLemon> idioterna roger that [17:58] <CrazyLemon> zdobbie a si spucal orehe? [18:31] <netkat> se dobr d me spomnijo d bo treba dans se https://ptpb.pw/CbaF [20:10] <yang> https://www.youtube.com/watch?v=nTKcThzlkpc :) [20:10] <Pepelka> ISIS Dubstep - Allahu Trap-bar - Allahu akbar dubstep song. - YouTube [20:29] <netkat> http://emojiparty.club/ [20:29] <Pepelka> Emoji Party [20:29] <Pepelka> »Join the party. An audio-visual interactive emoji experience!« [20:43] <CrazyLemon> zdobbie ste še v gameu? [20:43] <zdobbie> ne [20:43] <CrazyLemon> porque muchachito [20:51] <CrazyLemon> https://slo-tech.com/novice/t658458 [20:51] <Pepelka> Leteči nahrbtniki za reševalce v Dubaju @ Slo-Tech [20:51] <Pepelka> »V Dubaju, kjer denar ni problem, bodo svojim gasilcem in re&#x161;evalcem kupili 20 lete&#269;ih nahrbtnikov (jetpack), ki jih bo izdelalo podjetje Martin Aircraft Company. Podjetje izdelka za kon&#269;ne kupce &#x161;e nima, bo pa nared do konca prihodnjega leta, obljubljajo. Martin Aircraft Company je letos izvedel javno prodajo delnic (IPO) in je vreden ve&#269; kot 100 milijonov dolarjev. Nahrbtniki bodo namenjeni prav gasilcem in re&#x161;evalc [20:52] <CrazyLemon> lol! to bo nesreč mamamia [21:29] <msev-> ares lepa [21:29] <msev-> bojo tko letel okol hahaa [21:29] <msev-> k jetsonsi [21:29] <msev-> :D [21:33] <netkat> evo yang teroriste spet https://www.youtube.com/c/FRANCE24/live [21:33] <Pepelka> EN DIRECT : l'info internationale en continu par FRANCE 24 - YouTube [21:33] <Pepelka> »Regardez France 24 en DIRECT gratuitement : toute l'info internationale 24h/24. Abonnez-vous à notre chaîne sur YouTube : http://f24.my/YouTube Commentez l'a...« [22:12] <netkat> za talce so vzeli metalce? http://consequenceofsound.net/2015/11/report-terrorists-take-hostages-at-eagles-of-death-metal-concert-in-paris/ [22:12] <Pepelka> Report: Terrorists take 60 hostages at Eagles of Death Metal concert in Paris | Consequence of Sound [22:12] <Pepelka> »Music venue Bataclan was among four venues targeted during coordinated terrorist attack.«
ubuntu-chat
2024-05-13T22:11:31.793573
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "CrazyLemon", "Pepelka", "Sky[x]", "dz0ny", "idioterna", "jabuk", "lynxlynxlynx", "marko-_-", "msev-", "napsy", "netkat", "pitastrudl", "pitko", "slax0r", "speed-", "upd", "yang", "yang2", "zdobbie", "zdobersek" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-si.txt", "channel": "#ubuntu-si" }
2015-11-13-#ubuntu-africa
[10:56] <craig__> l
ubuntu-chat
2024-05-13T22:11:31.796062
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "craig__" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-africa.txt", "channel": "#ubuntu-africa" }
2015-11-13-#ubuntu-vn
[01:49] <CoconutCrab> modify dalvik? [01:49] <CoconutCrab> hơi to đấy
ubuntu-chat
2024-05-13T22:11:31.798042
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "CoconutCrab" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-vn.txt", "channel": "#ubuntu-vn" }
2015-11-13-#juju-dev
[00:31] <perrito666> anyone in this shift has a decent idea of ha and peergrouper? [00:37] <thumper> davecheney: \o/ [00:37] <thumper> perrito666: only that the peergrouper is doing it wrong [00:37] <perrito666> thumper: yeah, I meant other than the obvious part :p [01:05] <perrito666> ok brain out of service, EOD [02:00] <axw> wallyworld: be there in a minute [02:00] <wallyworld> np [02:09] <davecheney> The next person that creates a file called state.go, that is not a. in the state package, and b. related to the act of getting stuff in and out of mongodb will have 500 points subtracted from Griffendor [02:12] <davecheney> thumper: yaml.v2 returns errors who's .Error() string representation contains newlines [02:12] <davecheney> so, fu if you were expecting to use regex to match on those [02:14] <thumper> :) [02:15] <davecheney> thumper: and the error text contains backticks [02:17] <thumper> haha [02:17] <blahdeblah> OK - trying here since Canonical is quiet: Anyone able to point me to a source for juju 1.24.7 for trusty? It's gone from the stable PPA already, and we need to backrev to test something that might be a regression. [02:18] <anastasiamac> davecheney: since my affiliation with slytherin is stronger, it's perfectly fine for u to substract points from Gryffindor for my doing \o/ [02:19] <blahdeblah> Ah, found it in http://nova.clouds.archive.ubuntu.com/ [02:19] <blahdeblah> Sorry for the noise [02:20] <anastasiamac> blahdeblah: glad we helped \o/ [02:20] <blahdeblah> anastasiamac: Well, now that you've mentioned it, any ideas about my question re: http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/1392/console in #juju? :-) [02:23] <anastasiamac> blahdeblah: no ideas from me :D [02:24] <anastasiamac> blahdeblah: but it does feel like testing infrastructure... mayb? [02:25] <blahdeblah> When the log says "DEBUG:runner:The ntp deploy test completed successfully" and "DEBUG:runner:Exit Code: 0", I'm not even sure what all the rest of it is about... [02:32] <cherylj> Hey axw, could you get the 1.25 fix in for bug 1483492 in the next couple days? We're wanting to do the 1.25.1 release soon [02:32] <mup> Bug #1483492: worker/storageprovisioner: machine agents attempting to attach environ-scoped volumes <juju-core:Fix Committed by axwalk> <juju-core 1.25:Triaged by axwalk> <https://launchpad.net/bugs/1483492> [02:36] <axw> cherylj: sorry was on hangout. will do, didn't realise you were waiting on me, sorry [02:37] <cherylj> axw: no worries. And you're not blocking things. I just figured we could include it if it was an easy fix to backport [02:37] <axw> cherylj: I'll take a look now, shouldn't take long [02:38] <cherylj> axw: cool, thanks much! [03:09] <bradm> we just had something odd with juju 1.25.0, when doing a destroy environment we see requests to cinder being done over https, when the endpoint is http? [03:10] <bradm> when we drop back to 1.24.7, it goes back to being http [03:16] <blahdeblah> Looks like it's https://bugs.launchpad.net/juju-core/+bug/1512399 [03:16] <mup> Bug #1512399: ERROR environment destruction failed: destroying storage: listing volumes: Get https://x.x.x.x:8776/v2/<UUID>/volumes/detail: local error: record overflow <amulet> <bug-squad> <openstack> <sts> <uosci> <Go OpenStack Exchange:In Progress by gz> <juju-core:Triaged> <juju-core [03:16] <mup> 1.25:Triaged> <https://launchpad.net/bugs/1512399> [03:28] <davecheney> thumper: sayonara juju/juju/utils, https://github.com/juju/juju/pull/3724 [03:30] <natefinch> huzzah! [03:36] <natefinch> davecheney: ship it! [04:07] <natefinch> gah, I hate local provider. I can't ever get trusty containers to start up on my vivid machine [04:31] <wallyworld> axw: both your PR's should have +1. if you could ptal at the facade one again that would be great [04:42] <axw> wallyworld: sure, thanks [04:52] <axw> bad record mac strikes again [04:52] <wallyworld> axw: sorry, i missed a commit, i just pushed as you were reviewing [04:52] <axw> wallyworld: ok, looking [04:52] <wallyworld> was only for rename to scheme [04:53] <axw> oh ok, cool [05:35] <davecheney> axw: as your doctor if BAD RECORD MAC is right for you. [05:47] <natefinch> hmm... just had juju's CLI autocomplete print out an error when I tried to autocomplete while not bootstrapped... repro'd it several times [05:47] <natefinch> one time even managed to have it print out a panic, that was fun [06:05] <axw> wtf is up with CI today? [06:30] <davecheney> axw: ci has taken 53 minutes to get to godeps -u [06:30] <davecheney> \o/ [06:31] <axw> good times [06:31] * axw does something that doesn't involve merging [07:56] <wallyworld> axw: a small one http://reviews.vapour.ws/r/3131/ [07:56] <axw> wallyworld: looking [07:57] <wallyworld> axw: next step is to add a collection to record remote add-relation requests. a worker will process those using the stuff in the PR above. [07:57] <wallyworld> ie look up offer etc [07:57] <wallyworld> and write out relation if the url can be resolved [08:01] <axw> wallyworld: hrm, I would've thought clients would always go through the API to the local API server, and the API server might proxy requests to a remote environment [08:02] <wallyworld> axw: they will [08:02] <wallyworld> juju add-relation will [08:02] <axw> wallyworld: so why is the factory on the client side then? [08:02] <wallyworld> for the worker [08:02] <axw> wallyworld: by client, I mean any client of the api [08:02] <wallyworld> a worker will listen to remote relation requests [08:02] <axw> wallyworld: workers, CLI, GUI, everything [08:03] <wallyworld> the api later defines an interface that can be implemennted by a api facade or http facade to a remote controller [08:03] <wallyworld> layer [08:03] <axw> wallyworld: I can see that, I'm just not seeing why we would do that, instead of making that decision in the API server [08:04] <wallyworld> because add-relatio will record the request; the worker only has api layer [09:35] <dooferlad> voidspace: darn it! Forgot about the feature branch. At least my proposed change seemed exactly the same as what has landed and it it didn't take long to do. [09:36] <voidspace> dooferlad: yep [09:36] <voidspace> dooferlad: although the apiserver calls (called) SupportsSpaces and only checked the error result not the bool! [09:36] <voidspace> dooferlad: something I also fixed [09:37] <dooferlad> :-) [09:37] <voidspace> yeah [09:37] <voidspace> dooferlad: the new subnets implementation is proving a bit more fiddly than I expected [09:38] <voidspace> dooferlad: the new maas subnets api is easy enough to call - but it doesn't do node filtering nor include the static range information we need (there's a separate api for that) [09:38] <voidspace> dooferlad: so we first call subnets then once per subnet ask for the addresses so we can match the node id [09:38] <dooferlad> voidspace: That's unfortunate. Maybe we should submit a patch against maas. [09:39] <voidspace> dooferlad: then for every subnet that matches we call the reserved_ranges api [09:39] <voidspace> dooferlad: and the maas test server needs extending to support all this [09:39] <voidspace> dooferlad: it wouldn't be hard, not so sure they'd want it though [09:39] <voidspace> dooferlad: might be worth talking to them about it [09:39] <voidspace> dooferlad: they've made a definite decision to make the range information separate [09:40] <dooferlad> voidspace: OK, well, talking won't hurt. [10:02] <dooferlad> voidspace, dimitern, frobware: hangout? https://plus.google.com/hangouts/_/canonical.com/sapphire [10:05] <frobware> dimitern, dooferlad, voidspace: self-inflicted apt-get upgrade problems here... limited desktop capabilities [10:06] <frobware> dimitern, dooferlad, voidspace: I also have to run to the dentist in 10 mins. [10:07] <mgz> frobware: `apt-get purge teeth`? [10:07] <frobware> :) [10:08] <mgz> might be awkward before reinstalling though [10:08] <frobware> mgz: I'll just wait for the next version [10:24] <dimitern> frobware, good luck with both :) [10:28] <voidspace> dooferlad: email sent [10:28] <dooferlad> voidspace: great, thanks! [10:29] <voidspace> dooferlad: let me know when you have gomaasapi - I'm just going to update my version and we can spelunk the test code [10:29] <voidspace> dooferlad: it's pretty straightforward adding and testing new methods, just tedious [10:29] <voidspace> dooferlad: adding the endpoints to the test server is trivial, but you also need to manage state on the test server (so the results are consistent) [10:29] <voidspace> dooferlad: and provide a way of populating some test data [10:30] <dooferlad> voidspace: at this point I am going to refresh my coffee supply, then get onto that. Was just tidying up a script [10:30] <voidspace> dooferlad: cool [10:30] <voidspace> dooferlad: let me know when you want to HO [10:39] <voidspace> dimitern: problem with unreserved ranges :-/ [10:39] <voidspace> dimitern: if there are allocated ip addresses then that breaks the allocatable range [10:39] <voidspace> dimitern: so maas reports several smaller ranges [10:40] <voidspace> dimitern: full cidr minus dynamic range might be the way to go :-/ [10:41] <dimitern> voidspace, yeah, it breaks the unused range around the allocated IPs [10:41] <voidspace> dimitern: which isn't good for us [10:41] <dimitern> voidspace, we can merge them [10:42] <voidspace> dimitern: well [10:42] <dimitern> voidspace, but since roaksoax confirmed the static range effectively is cidr-dhcp - let's go with that [10:42] <voidspace> dimitern: suppose you have a dynamic range in the middle - and an unused range at the start and at the end [10:42] <voidspace> dimitern: how do we merge that? [10:42] <voidspace> dimitern: what merge algorithm are you suggesting? [10:43] <voidspace> dimitern: we could just take the low bounds of any unused and the high bounds of any unused portion [10:43] <voidspace> dimitern: and if there's an unallocatable portion in the middle - ah well [10:48] <dimitern> voidspace, right, it might be non-contiguous [10:48] <voidspace> dimitern: but our allocation strategy can handle attempting to pick an address that isn't available [10:48] <voidspace> dimitern: it will just try a new one [10:48] <voidspace> dimitern: and for the common case of a contiguous block it will work fine [10:49] <dimitern> voidspace, however, since there's no way to configure that via the API or CLI, this must mean "just ignore unused range before or after the dhcp range" [10:49] <voidspace> right [10:49] <dimitern> voidspace, but for now, let's go with cidr-dhcp range and leave the address picking to handle unavailable addresses [10:50] <voidspace> cidr - dynamic range [10:50] <dimitern> voidspace, yeah [10:50] <voidspace> if the dynamic range is in the middle I'll pick the bigger of the two blocks (above dynamic or below dynamic) [10:50] <voidspace> cool [10:52] <dimitern> voidspace, that sounds good [10:53] <dimitern> voidspace, and matches what maas hearsay claims - use a bigger static than dynamic range :) [10:53] <voidspace> heh [11:03] <dimitern> FYI, fwereade texted me he won't be around today (scheduled power outage + working till late yesterday) [11:17] <mgz> dimitern: is there are a config option to say really-don't-use-ipv6? [11:17] <mgz> dns-name: 2001:4800:7818:104:be76:4eff:fe05:c186 <- not useful address for state server [11:17] <mgz> (this is on nearly-master) [11:19] <dimitern> mgz, is this from a unit test or when prefer-ipv6 is enabled in envs.yaml? [11:19] <mgz> it's a CI test, I do not have prefer-ipv6 set for the environment in the yaml [11:20] <mgz> but I don't see why that address would ever make sense to select as dns-name [11:20] <voidspace> dns-name really just means "address" to juju [11:20] <voidspace> it doesn't distinguish [11:21] <dimitern> mgz, yeah, dns-name is a damn lie in status [11:21] <dimitern> mgz, I'd like to look at some logs to figure out why [11:24] <mgz> dimitern: bootstrapping again, I can give you whatever [11:26] <mgz> openstack says it has a 23. a 10. and a 2001: address [11:26] <dimitern> mgz, bootstrap --debug log should be useful, if not that then /v/l/c-i-output.log and /v/l/j/machine-0.log [11:27] <mgz> dimitern: hm, this time it picked the 23. one [11:29] <dimitern> mgz, hmm [11:29] <dimitern> mgz, it might be nova-to-instance addresses in provider/openstack is acting funny [11:37] <dooferlad> voidspace: are you OK to hangout? [11:38] <voidspace> dooferlad: just grabbing coffee [11:38] <dooferlad> voidspace: ack [11:50] <voidspace> dooferlad: right [11:50] <voidspace> dooferlad: team hangout? [11:50] <dooferlad> voidspace: https://plus.google.com/hangouts/_/canonical.com/sapphire [12:04] <voidspace> https://maas.ubuntu.com/docs/api.html#spaces [12:53] <mgz> dimitern: here's one where it picked the ipv6 address and got upset https://chinstrap.canonical.com/~gz/bootstrap.log [13:16] <dimitern> mgz, ok, how about machine-0.log? [13:26] <mgz> dimitern: ignore unrelated panic, [13:26] <mgz> hm, this is not from the same bootstrap, but equiv I think [13:37] <mgz> dimitern: https://chinstrap.canonical.com/~gz/rackspace-bad-machine-0.log [13:37] <mgz> tried and failed to make chinstrap apache2 sane [13:51] <dimitern> mgz, weird... it seems at the agent side it uses the 10. address [13:52] <dimitern> mgz, but then in status the ipv6 one ends up eventually [14:12] <mgz> dimitern: there's not way I can just force ipv6 not to be selected at all? it used to be the default behaviour [14:12] <mgz> but now this test is only pot-luck to pass, as everything dies if only an ipv6 address is exposed [14:16] <abentley> sinzui: I've disabled build-revision because I promised wallyworld I'd re-run the series-in-metadata branch. [14:17] <sinzui> abentley: He merged it (I thought) [14:17] <abentley> sinzui: When? [14:17] <sinzui> abentley: the branch merged 14 hours ago [14:18] <abentley> sinzui: IOW, he merged it when it was not blessed? Not cool. [14:18] <sinzui> abentley: I told him to after retesting his one failed job [14:19] <abentley> sinzui: Oh, okay then. [14:22] <mup> Bug #1516023 opened: HAProxie: KeyError: 'services' <blocker> <charm> <ci> <quickstart> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1516023> [14:25] <frobware> voidspace, mgz: did we come to any conclusion why this was failing? http://juju-ci.vapour.ws:8080/job/github-merge-juju/5435/ [14:26] <abentley> sinzui: I'd like to chat when you have some time. [14:28] <dimitern> mgz, there's no way to ignore ipv6 addresses [14:28] <voidspace> frobware: no :-/ [14:29] <mgz> nah, looks like a real error though [14:29] <dimitern> mgz, you might want to try ignore-machine-addresses, as the ipv6 one seems to be coming from the machine [14:29] <mgz> I can try that. [14:30] <voidspace> mgz: it calls AddMachine which creates a machine document with a principals field, and then immediately checks that field and its not there [14:30] <voidspace> mgz: and it only happens on CI infrastructure... [14:31] <voidspace> mgz: not on anyone else's machine [14:31] <voidspace> mgz: so "genuine" for some value of genuine... [14:31] <frobware> voidspace, mgz: for the record, does not happen on my desktop [14:31] <voidspace> very weird, because all the things I can think of that would make it happen would also cause a load of other stuff to fail [14:31] <voidspace> and it's at least consistent [14:35] <voidspace> frobware: same test fails on master as well as 1.25 for CI [14:36] <voidspace> frobware: I'm going to have to spend some time looking at it [14:39] <voidspace> the definition does not have omitempty on it [14:39] <frobware> voidspace, but only on CI infra? [14:39] <voidspace> frobware: yeah, could be different version of go or different version of mongo [14:39] <voidspace> frobware: although that would still be weird for just that test to fail [14:54] <frobware> dooferlad, please could we close/move/update bugs & cards related to https://github.com/juju/utils/pull/164 [14:58] <mup> Bug #1516036 opened: provider/maas: test failure because of test isolation failure <juju-core:New> <https://launchpad.net/bugs/1516036> [15:06] <frobware> rogpeppe, what's interesting (for me at least) is that "testing.invalid" is quite pervasive through juju's code base. [15:12] <rogpeppe> frobware: yeah [15:12] <frobware> does 'a-b-.com' resolve for you? [15:13] <rogpeppe> frobware: yes [15:13] <frobware> bleh [15:13] <frobware> rogpeppe, and @8.8.8.8? [15:13] <rogpeppe> frobware: this is why we started using 0.1.2.3 as an invalid ip address everywherre [15:13] <rogpeppe> frobware: 'cos it stops immediately in the network stack [15:14] <mgz> .invalid *should* fail to resolve rapidly [15:14] <mgz> but people do have odd dns settings [15:14] <frobware> rogpeppe, does 'dig @8.8.8.8 testing.invalid' resolve? [15:14] <rogpeppe> frobware: no [15:15] <frobware> no further questions your honour [15:15] <rogpeppe> frobware: but it doesn't look much like a DNS name either [15:15] <rogpeppe> mgz: my IP provider happily resolves anything [15:16] <frobware> rogpeppe, which bit doesn't look like a DNS name? [15:16] <rogpeppe> frobware: "@" is allowed in DNS names? [15:16] <frobware> rogpeppe, ah, no. that forces dig to use 8.8.8.8 as its revolver, not whatever your host would normally use [15:17] <rogpeppe> frobware: "nslookup @8.8.8.8 testing.invalid" takes 15 seconds to fail, saying ";; connection timed out; no servers could be reached" [15:17] <rogpeppe> frobware: basically, we should not be relying on user's actual network [15:18] <frobware> rogpeppe, agreed. but that comes back to my original observation that testing.invalid is already used a lot [15:19] <rogpeppe> frobware: interestingly "invalid" (no dots) fails swiftly on my machine [15:19] <rogpeppe> frobware: hopefully most of those places aren't actually hitting the network stack [15:19] <frobware> rogpeppe, btw, I don't think nslookup is using the @syntax like dig will. [15:19] <frobware> rogpeppe, as I see the same timeout. [15:20] <frobware> rogpeppe, whereas dig replies with 'no name' [15:20] <rogpeppe> frobware: i always find dig output too verbose [15:20] <rogpeppe> frobware: i can't see if it has a result or not [15:20] <frobware> rogpeppe, add +short to the end [15:21] <rogpeppe> frobware: ah, useful [15:21] <frobware> $ dig ubuntu.com +short [15:21] <frobware> 91.189.94.40 [15:21] <rogpeppe> frobware: in that case, it returns immediately, printing nothing (with a zero exit code) [15:22] <frobware> rogpeppe, for testing.invalid (i.e., unresolvable) [15:22] <rogpeppe> frobware: yeah [15:22] <frobware> ho hum [15:22] <frobware> blessed be the ISPs [15:22] <mgz> anyway, our tests really shouldn't exercise the machine's DNS [15:23] <mgz> the point of those bogus-looking addresses was to make the test [15:23] <mgz> actually fail if it reached the resolver [15:23] <rogpeppe> mgz: indeed [15:23] <rogpeppe> mgz: so it would be better to use 0.1.2.3 [15:23] <mgz> if the test actually tries to get it to resolve then expects or chucks an error to that effect, the test needs changing [15:23] <lazypower> gsamfira_ o/ [15:39] <voidspace> mgz: do you know who did the principals stuff? I think it was fwereade [15:39] <voidspace> fwereade: ping if you're around... [15:39] <fwereade> voidspace, heyhey [15:40] <voidspace> fwereade: hey, hi [15:40] <voidspace> fwereade: I have a very mysterious failing test [15:40] <voidspace> fwereade: only fails on CI machines and I'm struggling to see how it's possible for it to fail at all [15:40] <voidspace> fwereade: and I wondered if you had any insight [15:41] <fwereade> voidspace, interesting, I will try to sound wise -- pastebin? [15:41] <voidspace> fwereade: failure here [15:41] <voidspace> http://juju-ci.vapour.ws:8080/job/github-merge-juju/5435/console [15:41] <voidspace> fwereade: http://pastebin.ubuntu.com/13248028/ [15:41] <voidspace> that's the relevant bit [15:42] <fwereade> voidspace, yeah, just got there, that's a tad baffling [15:42] <voidspace> fwereade: the test starts with AddMachine which definitely creates a machine with a principals field [15:42] <voidspace> fwereade: and it doesn't fail on my machine or frobware's [15:42] <voidspace> only on CI... [15:43] <voidspace> if we had a timing/session issue with mongo I could understand maybe it being empty (unless the whole doc is empty - maybe I should just log what we do get back) [15:43] <voidspace> but being *missing* is weird [15:44] <voidspace> fwereade: that test is ignoring the error from FindId().One() [15:45] <voidspace> maybe there's an error there [15:45] <fwereade> voidspace, so it is, and, yes, most likely [15:45] <voidspace> fwereade: I'll check the error and log what we do get (likely nothing if there's an error) [15:45] <voidspace> thanks [15:46] <voidspace> (unless you can think of anything else) [15:46] <fwereade> voidspace, when the machine gets created does it definitely have a princpals field? I suspect it starts as nil so it might not [15:47] <voidspace> fwereade: hmmm... template.principals is copied in [15:47] <voidspace> fwereade: if that's nil will mongo ignore the field? [15:47] <voidspace> fwereade: it's *not* omitempty [15:47] <voidspace> so I assumed it would always be there [15:48] <fwereade> voidspace, in which case is it possible that the s.machines session is out of date? handwave handwave -- if it's never been written to it might be returning old data? [15:48] <frobware> rogpeppe, do you time/bandwidth to verify my change/patch? [15:48] <voidspace> fwereade: in which case finding the machine should fail - I'll add the checking for the error and we'll see [15:48] <fwereade> voidspace, omitempty on []string{} preserves it -- not sure how it plays with nil [15:48] <fwereade> voidspace, yeah [15:48] <voidspace> it fails consistently and only on CI, so not timing related I don't think [15:49] <voidspace> could be a mongo version / go version issue [15:49] <fwereade> voidspace, I *would* say that it's kinda evil anyway [15:49] <fwereade> voidspace, do we know why we don't just Refresh() or state.Machine(id) it? [15:49] <voidspace> heh, no [15:50] <voidspace> I thought you wrote the test ;-) obviously not [15:50] <fwereade> voidspace, I might have done? [15:50] <rogpeppe> frobware: sorry, i'm just off for the weekend [15:51] <fwereade> voidspace, I usually try to avoid that sort of thing, but who knows :) [15:51] <frobware> rogpeppe, ack; I'll add it to the bug anyway [15:51] <voidspace> fwereade: the function definition was touched by rogpeppe in August [15:51] <voidspace> August 2013! [15:51] <fwereade> voidspace, ahh, rogpeppe broke it then ;p [15:52] <fwereade> voidspace, crikey [15:52] <rogpeppe> WHO IS TAKING MY NAME IN VAIN? [15:52] <voidspace> :-) [15:52] <fwereade> voidspace, yeah, that was early days for mongo, our best practices were... evolving [15:52] <voidspace> fwereade: that code specifically (checking the principals field like that) was menno [15:52] <voidspace> I can ask him [15:53] <voidspace> a year ago, and that was early days for menno [15:53] <fwereade> voidspace, hmm, worth dropping him a note but I think he's off for a day or two? [15:53] <voidspace> fwereade: if he can't think of a reason not to do it by refreshing the machine I'll switch the test to doing that [15:53] <voidspace> fwereade: ok, I'll email him and ask [15:53] <voidspace> a couple of days won't hurt desperately so long as we don't miss a release cut fof [15:53] <voidspace> *off [15:53] <fwereade> voidspace, ok, cool [15:54] <fwereade> voidspace, (if that makes that collection unused by the tests, would be nice to drop it) [15:54] <voidspace> according to the calendar he's back in on Monday [15:54] <fwereade> voidspace, excellent [15:55] <voidspace> ooh, the collection is defined by ConnSuite - I wonder if it is a stale session [15:55] <voidspace> s/defined/lives on/ [15:56] <voidspace> fwereade: great, a few avenues of attack anyway [16:23] <frobware> dimitern, voidspace, dooferlad, mgz: http://reviews.vapour.ws/r/3137/ [16:23] <dimitern> voidspace, dooferlad, frobware, please have a look at http://reviews.vapour.ws/r/3136/ (fixes bug 1483879) [16:23] <mup> Bug #1483879: MAAS provider: terminate-machine --force or destroy-environment don't DHCP release container IPs <bug-squad> <destroy-machine> <landscape> <maas-provider> <sts> <juju-core:Triaged> <juju-core 1.24:Won't Fix> <juju-core 1.25:In Progress by dimitern> <https://launchpad.net/bugs/1483879> [16:23] <dimitern> frobware, ha! :) you were faster [16:23] <dimitern> frobware, looking [16:25] <dimitern> frobware, LGTM [16:27] <mgz> :) [16:31] <mup> Bug #1516077 opened: CLI autocomplete prints errors/panics when not bootstrapped <juju-core:New> <https://launchpad.net/bugs/1516077> [16:37] <mup> Bug #1516077 changed: CLI autocomplete prints errors/panics when not bootstrapped <juju-core:New> <https://launchpad.net/bugs/1516077> [16:43] <mup> Bug #1516077 opened: CLI autocomplete prints errors/panics when not bootstrapped <juju-core:New> <https://launchpad.net/bugs/1516077> [16:54] <natefinch> sinzui: where does the landscape_scalable.yaml bundle come from that CI deploys? [16:58] <dpb1> hi [16:59] <dpb1> ya, natefinch, you need to use an updated bundle. the latest charm can't deploy with that old bundle [17:00] <dpb1> https://jujucharms.com/u/landscape/landscape-scalable/10 [17:00] <natefinch> yay, not my fault! :) [17:00] <dpb1> heh [17:01] <natefinch> actually, the bug says that the bundle deploys ok in 1.25, but not using master: https://bugs.launchpad.net/juju-core/+bug/1516023 [17:01] <mup> Bug #1516023: HAProxie: KeyError: 'services' <blocker> <charm> <ci> <quickstart> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1516023> [17:02] <sinzui> natefinch: it is in lp:juju-ci-tools/repository. Re froze the landscape-scalable.yaml bundle to prevent it from changing behind our backs [17:03] <natefinch> sinzui: dpb1 says the old bundle doesn't work with the new charm... though that doesn't seem to mesh with what the CI tests are seeing [17:04] <sinzui> natefinch: I don't think the charm and the bundle have changed. [17:05] <natefinch> sinzui: honestly, my initial assessment was that the haproxy charm just wasn't written carefully enough to account for config-changed getting fired before some of the config data exists. [17:07] <sinzui> natefinch: http://bazaar.launchpad.net/~juju-qa/juju-ci-tools/repository/view/head:/landscape-scalable.yaml does not let any charm run and if 1.25 liks he bundle and maser doesn't I am not sure the bundle can be blamed [17:07] <sinzui> natefinch: sorry that isn't english. [17:07] <natefinch> sinzui: lol, I can decipher :) [17:08] <sinzui> natefinch: the bundle controls the version of the charms. [17:08] <natefinch> hmm... services is getting passed as an empty string... this all seems familiar [17:08] <dpb1> that bundle is out of date [17:09] <sinzui> natefinch: I really want to bame the charm for not handling all conditions [17:09] <dpb1> can you not store it locally? [17:09] <dpb1> just grab from the store? [17:09] <sinzui> dpb1: we use this old version to guarantee consistency in the versions of juju we test [17:09] <natefinch> sinzui: I want to blame the charm, too... but it almost seems like we're deserializing the data in a different way than we were before [17:10] <natefinch> dpb1: as long as both the bundle and the charm are version-locked, it should be ok, right? [17:10] <dpb1> guys, you need to update the bundle [17:10] <dpb1> we don't support 'services' key anymore. [17:10] <natefinch> lol [17:10] <natefinch> is this a change in quickstart, then? [17:11] <sinzui> natefinch: let me check. there are 4 machines involved [17:11] <dpb1> Here is the bundle we now upload to the store: https://api.jujucharms.com/charmstore/v4/~landscape/bundle/landscape-scalable-10/archive/bundles.yaml.orig [17:12] <dpb1> You'll notice that apache2 isn't a part of it anymore, landscape-msg is gone, landscape has changed to landscape-server, etc. [17:12] <sinzui> dpb1: I think had to make a local copy of the bundle that worked with older quickstart [17:13] <dpb1> this should work with latest stuff in the stable ppa: juju quickstart u/landscape/landscape-scalable [17:14] <dpb1> which will pull bundle version 10, and coicedently, charm version 10 [17:30] <sinzui> natefinch: dpb1 CI is using 2.2.2+bzr142+ppa39~ubuntu14.04.1 on all machines, that version was released last week. CI tested the bundle and the quickstart many times with many jujus and passed. [17:33] <dpb1> your bundle is out of date. Look at the charm store. I don't know what this stored copy gains you, but I would recommend not storing it. [17:33] <dpb1> If you need to store it, you'll need to look at the history to see when you started using charm version 10 [17:33] <sinzui> dpb1: it is intentionally out of date to allow continuity in testing [17:33] <dpb1> charm version 10 is not compatable with that bundle. [17:35] <sinzui> dpb1: I am in meeting. I will replay the test with the current bundle when soon. [17:37] <sinzui> oh I see the services: "" [17:37] <sinzui> there is a bug in juju from time to time where empty strings are dropped [17:38] <natefinch> sinzui: I thought I'd seen that before [17:42] <sinzui> natefinch: I am retesting several combinations. I suspect someone fixed the bug where config keys are dropped/ignored with they are set to an empty string. I believe thei bug is fixed...and master is doing exactly what it was told to do and the charm errors. 1.25 is dropping data (for wrong reasons) and the test passes. [17:43] <cherylj> frobware: are you still around? [17:44] <natefinch> sinzui: cool. I was pretty sure there was no way my code could cause data to be missing in the charm's config. [18:08] <natefinch> thanks for changing tabs into spaces in a tsv, vim [18:10] <natefinch> sinzui: do we use godeps for charmrepo in master? [18:11] <natefinch> sinzui: I'm getting weird compile issues after a rebase on master that look like they're using the wrong version of the code. either wrong version of charmrepo, or juju/juju and charmrepo disagree on the version of juju/charm to use [18:12] <sinzui> natefinch: We appear to be. [18:13] <natefinch> I remember roger talking about using godeps for some charm stuff, and I said at the time it was going to be a disaster to have more than one source of truth for what the right version of the code is. [18:13] <sinzui> natefinch: yes, godeps was called [18:14] <natefinch> wow that is going to be a huge pain in the ass. 1.) update juju/charm, 2.) update charmrepo deps to point to new charm, 3.) update juju/juju deps to point to new charmrepo AND new juju/charm [18:16] <sinzui> natefinch: yeah. omnibus is is a similar situation, when we test it against the current juju, there is a rule to emit the conflicting deps to help reconcile them, but it is still many steps [18:16] <natefinch> actually, both charmrepo and charmstore have a dependencies.tsv now, and bothe reference charm [18:37] <natefinch> hmm... this may be my fault. I rebased against "master" on a gopkg.in branch.... [18:38] <natefinch> eyah, I think that [18:38] <natefinch> that's the problem [18:39] <cmars> natefinch, ouch, been there. gopkg + godeps = :S [18:41] <natefinch> cmars: yeah, it's really just gopkg.in's fault that "master" of charm.v6-unstable is actually "v6-unstable", not "master". Just a mental mapping problem on my part. [18:42] <natefinch> gah.... [18:42] <cmars> natefinch, it's kind of weird that you can say "use this branch" with the gopkg path, but then "nah not really, use this commit hash from another branch" with godeps [18:42] <natefinch> cmars: yeah, really, godeps overrides gopkg.in [18:42] <cmars> that's what's tripped me up before [18:43] <cmars> i bet godeps could be made to be gopkg-aware... check if the commit hash is a parent of the named branch? hmm [18:49] <mup> Bug #1516023 changed: HAProxie: KeyError: 'services' <blocker> <charm> <ci> <quickstart> <regression> <juju-ci-tools:In Progress by sinzui> <juju-core:Invalid> <https://launchpad.net/bugs/1516023> [19:49] <natefinch> rogpeppe: are you here? [19:50] <rogpeppe> natefinch: kinda [19:50] <rogpeppe> natefinch: i'm in a car travelling up to scotland [19:50] <natefinch> lol [19:50] <rogpeppe> natefinch: connectivity may be patchy :) [19:50] <natefinch> rogpeppe: I rebased changes onto head of charm.v6-unstable and I'm getting undefined: charm.Reference [19:50] <perrito666> where will you be when omnipresence attacks [19:51] <rogpeppe> natefinch: yeah [19:51] <rogpeppe> natefinch: i wanted to get the latest changes into juju core today but failed [19:51] <rogpeppe> natefinch: i've removed the Reference type [19:52] <rogpeppe> natefinch: i've made the changes in core but haven't got rid of the test failures yet [19:52] <rogpeppe> natefinch: what are you trying to land in charm ? [19:52] * perrito666 suddenly wonders if rogpeppe is driving [19:52] <natefinch> rogpeppe: min juju version [19:52] <rogpeppe> perrito666: no, self-driving car [19:53] <rogpeppe> natefinch: can it wait for a day or two? [19:53] <natefinch> rogpeppe: yeah [19:53] <natefinch> rogpeppe: just making sure things weren't fundamentally broken [19:53] <rogpeppe> natefinch: no, it's all broken by design :) [19:54] <rogpeppe> natefinch: the reason for charm.Reference going is that we're going to have multi-series charms [19:54] <rogpeppe> natefinch: so a fully resolved URL no longer requires a series [19:54] <natefinch> rogpeppe: yeah, that's awesome [19:54] <rogpeppe> natefinch: and that was the sole reason for the existence of the Reference type [19:55] <rogpeppe> natefinch: so most of the failures i'm seeing are from juju-core tests that are expecting an error when creating a URL without a series [19:56] <natefinch> rogpeppe: ok, yeah, I think I just hit a problem because the head of charm.v6 doesn't compile with the head of juju master currently [19:56] <rogpeppe> natefinch: yeah, that's right [19:56] <natefinch> rogpeppe: so when I rebased my code on top of head of both, everything broke [19:57] <rogpeppe> natefinch: yup [19:57] <rogpeppe> natefinch: sorry 'bout that [19:57] <natefinch> rogpeppe: no problem, I can re-rebase onto the old known good version of charm.v6 for now [19:57] <rogpeppe> natefinch: thanks [19:57] <rogpeppe> natefinch: do you know, by any chance, if the transaction log increases in size forever still? [19:58] <natefinch> rogpeppe: I forget if we fixed that or not. [19:59] <perrito666> does any of you know where can I get one of those? https://pbs.twimg.com/media/CTsqRyPWIAEVKRj.jpg [19:59] <natefinch> perrito666: can't [20:00] <perrito666> natefinch: you are no fun [20:00] <natefinch> perrito666: they were sold from the google store way back in the day, IIRC, but they're not being made anymore [20:00] <perrito666> well, it seems that ill just need a very detailed set of pictures and convince a plastic artist [20:01] <natefinch> or a 3D printer [20:01] <natefinch> if you can reproduce them, I'm sure there's a market for them [20:01] <rogpeppe> perrito666: i've got one [20:01] <natefinch> I'd buy one [20:01] <perrito666> natefinch: I am pretty sure a 3d printer will get me very far from that [20:01] <rogpeppe> perrito666: for a suitable price i could probably be persuaded to part with it :) [20:02] <perrito666> rogpeppe: :p can your price be expressed within the realm of real numers? :p [20:02] <rogpeppe> perrito666: sure :) [20:02] <perrito666> if so, does it at least fit an int64? :p [20:02] <rogpeppe> perrito666: that's a substantial realm [20:03] <perrito666> rogpeppe: people have asked things like unicorns [20:03] <rogpeppe> perrito666: i should think so [20:03] <rogpeppe> perrito666: probably even within an int16 [20:04] <perrito666> signed? [20:04] <rogpeppe> perrito666: yes [20:04] <rogpeppe> perrito666: (by me :-]) [20:04] <perrito666> I meant the int [20:08] <rogpeppe> perrito666: did i say uint16 ? [20:31] <natefinch> gah... I can't remember how to push up a new charm to launchpad [20:33] <natefinch> $ bzr push lp:~natefinch/charms/vivid/ducksay [20:34] <natefinch> bzr: ERROR: Permission denied: "~natefinch/charms/vivid/ducksay/": : Cannot create branch at '/~natefinch/charms/vivid/ducksay' [20:34] <natefinch> $ bzr push lp:~natefinch/charms/vivid/ducksay/trunk [20:34] <natefinch> Created new branch. [20:34] <natefinch> really? [20:41] <mup> Bug #1516144 opened: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [20:44] <mup> Bug #1516144 changed: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [20:47] <mup> Bug #1516144 opened: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [20:53] <mup> Bug #1516144 changed: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [20:56] <mup> Bug #1516144 opened: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [20:59] <fwereade> if anyone's around, reviews.vapour.ws/r/3138/diff/ is pretty small [21:00] <perrito666> if no one is around the review grows? [21:01] * cherylj sighs.... [21:01] <cherylj> why must maas be so difficult? [21:01] <cherylj> I just want to work on my feature, but NO, I can't bootstrap my virtual maas. At all. [21:01] <cherylj> on 1.25 or 1.26 [21:02] <perrito666> cherylj: ah that used to happen to me too [21:02] <perrito666> I end up throwing my vmaas [21:02] <perrito666> and sold the computer running it [21:02] <perrito666> :p [21:02] <perrito666> I am an extremist [21:02] <cherylj> I'm getting the same "cannot get replica set status: can't get local.system.replset config from self or any seed (EMPTYCONFIG)" errors [21:02] <cherylj> even with frobware's fix. [21:02] <cherylj> but now I'm also getting these: DEBUG juju.mongo open.go:122 TLS handshake failed: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "juju-generated CA for environment \"maas\"") [21:05] <mup> Bug #1516144 changed: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [21:06] <perrito666> you made me google what is a manifold [21:07] <mgz_> when I'm merging a turnk-merge to a feature branch [21:07] <mgz_> should I just do that, rather than put up a pr? or should I pr and self approve? [21:07] <mgz_> trunk. [21:08] <mup> Bug #1516144 opened: Cannot deploy charms in jes envs <blocker> <charms> <ci> <regression> <juju-core:Triaged by natefinch> <https://launchpad.net/bugs/1516144> [21:08] <perrito666> deppends on the desired result [21:08] <perrito666> I prefer just do the merge [21:09] <cherylj> fwereade: since you're still around, did you get my email about SetInstanceStatus for containers? [21:11] <fwereade> cherylj, just read it [21:11] <fwereade> cherylj, not completely sure I follow: attempted restate: [21:12] <fwereade> cherylj, "the problem with setting instance status is that it's stored in the instanceData doc for the machine, let's change instanceData"? [21:12] <natefinch> mgz_: the nice thing about a PR and approve is that the bot runs, so you ensure it passes tests etc [21:13] <mgz_> that is a reasonable point. [21:14] <cherylj> fwereade: not quite. more like, we can't set the instance status until we've associated an instance with a machine, which happens after a complete call to StartInstance [21:14] <cherylj> fwereade: and then, "how about for containers, we associate an instance with a machine before StartInstance" [21:15] <fwereade> cherylj, ok, but the reason we can't set it is only because, AFAIAA, there's currently no place to store it that isn't the instance data [21:15] <fwereade> cherylj, and I contend that it shouldn't be in instancedata in the first place [21:16] <cherylj> fwereade: wait, I thought that was where you wanted it. That's where instancepoller puts it [21:16] <fwereade> cherylj, it should be a proper status like all the others, and that dooc can be keyed on `m#<id>#instance` or something [21:16] <fwereade> cherylj, I have evidently been failing to communicate that I think we have lots of awesome infrastructure for statuses that instance statuses should also use [21:17] <fwereade> cherylj, and that it would be super-nice to get the status out of the instanceData which is otherwise immutable hardware stuff [21:17] <cherylj> so, don't use SetInstanceStatus [21:17] <cherylj> ok [21:18] <fwereade> cherylj, state/status.go has getStatus and setStatus helpers [21:18] <mgz_> simple-ish review please: http://reviews.vapour.ws/r/3139 [21:19] <fwereade> cherylj, you'll want to make sure you create/destroy the instance status docs alongside the machine status ones [21:20] <cherylj> ok, I see now [21:20] <fwereade> cherylj, and either put the instance-status validation near all the other status validation in state -- or, if you have time/inclination, extract all the status validation stuff to its own package that doesn't know about mongo and call it from there [21:20] <fwereade> cherylj, cool [21:21] <fwereade> cherylj, that should get you some stuff like free status-history tracking which it might be nice to work out how to expose cleanly [21:23] <fwereade> mgz_, LGTM [21:24] <mgz_> fwereade: thanks! [21:26] <mup> Bug #1516150 opened: LXC containers getting HA VIP addresses after reboot <canonical-bootstack> <juju-core:New> <https://launchpad.net/bugs/1516150> [21:26] <cherylj> hey, that sounds familiar! ^^ [21:29] <mgz_> heh [21:35] <mup> Bug #1516150 changed: LXC containers getting HA VIP addresses after reboot <canonical-bootstack> <juju-core:New> <https://launchpad.net/bugs/1516150> [21:41] <mup> Bug #1516150 opened: LXC containers getting HA VIP addresses after reboot <canonical-bootstack> <juju-core:New> <https://launchpad.net/bugs/1516150> [22:39] <perrito666> mmmpf, anyone ever found state servers permannently on adding vote? [22:41] <perrito666> nevermind
ubuntu-chat
2024-05-13T22:11:31.805319
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "abentley", "anastasiamac", "axw", "blahdeblah", "bradm", "cherylj", "cmars", "davecheney", "dimitern", "dooferlad", "dpb1", "frobware", "fwereade", "lazypower", "mgz", "mgz_", "mup", "natefinch", "perrito666", "rogpeppe", "sinzui", "thumper", "voidspace", "wallyworld" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23juju-dev.txt", "channel": "#juju-dev" }
2015-11-13-#ubuntu-touch
[00:54] <gshmu> ubuntu-device-flash can't flash recovery image [00:54] <gshmu> how to fix this? [07:27] <mardy> Mirv: hi! About bug 1508260, the upstream change has been approved, so I think we can backport it to Qt 5.5; should I assign the bug to you? [07:42] <Mirv> mardy: yes. feel free. 5.5 only? [07:42] <Mirv> mardy: we've 5.4.1 (vivid overlay), 5.4.2 (xenial), 5.5.1 (PPA) [07:46] <Mirv> I'm assuming we want it for vivid overlay too so thus all three [07:47] <mardy> Mirv: mmm... no idea, actually, the importance on the bug is not set; but if we have the possibility, of course fixing it everywhere would be better :-) [07:48] <Mirv> mardy: the main question is whether to OTA Or not, but I guess the answer would be yes, and the bug was filed by QA [07:48] <Mirv> targeting to OTA-9 [07:50] <Mirv> and then the -gles packages, so 6 qtdeclarative builds for one patch :) [07:50] <Mirv> so nice, updating three versions. if we'd get 5.5 in xenial, it'd be back to two. [07:56] <attente> hi, is anyone encountering a bootloop on mako when flashing or updating OTA with devel-proposed? [08:00] <Mirv> attente: devel-proposed (xenial) does currently get the device stuck at the Google logo, AFAIK (still) [08:00] <Mirv> attente: last known good image is #336 for mako [08:01] <Mirv> attente: rc-proposed is the meaningful channel since it has practically all the same fixes without the problems of completely newer Ubuntu version [08:03] <attente> Mirv: ah, ok, thanks! [08:04] <attente> Mirv: is there a bug number for this by chance? [08:07] <Mirv> attente: bug #1512323 at least [08:08] <attente> Mirv: thanks! [08:36] <tvoss> Mirv, so devel-proposed is busted for now? [08:37] <jibel> tvoss, yes, since first xenial build [08:37] <jibel> tvoss, bug 1512323 [08:38] <tvoss> jibel, ack and thx [08:53] <robin-hero> Hey! I've just flashed an image to my phone (N4) from the rc (not the rc-proposed) channel. But something is weird, the indicator-datetime is showing the dates not fully translated and wrong order. Is it a bug? It's okay with OTA-7. [08:56] <jibel> robin-hero, what language did you select, what is the format you see and what is the format you expect? [09:01] <robin-hero> jibel: Hungarian, some examples: expected: Holnap 8.00 what I see: Tomorrow 08:00, expected: Nov. 21. Szo 9.00 what I see: Szo 21 nov. 09:00 [09:01] <jibel> robin-hero, okay, I'll try. In French it look good so far [09:01] <jibel> looks* [09:03] <jibel> robin-hero, could you please file a bug against indicator-datetime https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+filebug [09:03] <jibel> add as much details as possible [09:06] <robin-hero> jibel: Will do it, just first I want to try something. I downloaded indicator-datetime.mo and copied it to my phone, now the phone is rebooting... [09:12] <robin-hero> Hmm, the same... [09:26] <robin-hero> jibel: filled a bug: https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1515924 Could you mark as you also affected? [09:41] <robin-hero> sil2100: Hey, could you or somebody take a look at this bug above^^^ ? If more languages are affected too, it is a very serious bug. [09:45] <popey> thanks robin-hero [09:49] <robin-hero> popey: for what? :) [09:50] <popey> bug reports :) [09:51] <robin-hero> popey: Ah, okay :) [10:01] <JamesTait> Good morning all; happy Friday, and happy Kindness Day! 😃 [10:07] <sil2100> robin-hero: let me take a look [10:09] <sil2100> hm, translation issues, we'll have to make sure to get those properly translated on LP [10:11] <mardy> tvoss: hi! Do we have a way to delete the aiding data from the commandline? If we don't, should I add it to usl-cli? [10:11] <robin-hero> sil2100: as I see most strings are changed in August with this language, and it is okay with OTA-7, which is released September [10:12] <tvoss> mardy, we don't, wondering about the use case you have in mind [10:13] <mardy> tvoss: debugging, to try to reproduce bugs that might happen on cold start [10:14] <robin-hero> sil2100: And as I see it is translated properly. [10:14] <tvoss> mardy, ack, makes sense. So I would propose to just add it to the cli, with the cli leveraging providers::gps::AndroidHardwareAbstractionLayer directly instead of talking to the service [10:14] <tvoss> mardy, will require sudo, but that's fine I think [10:15] <mardy> tvoss: ah, this will make it easier [10:16] <tvoss> mardy, *ideally* we would move the gps provider out of process anyway [10:18] <tvoss> mardy, so with directly talking to the hal, we can easily cover the later on case, too [10:19] <mardy> tvoss: meanwhile, I updated the MP, and I'd like to write a test for it; any advice if it could fit any of the existing test classes, or anyway where to start from? [10:20] <tvoss> mardy, will have a look, and give it some thought [10:20] <mardy> tvoss: thanks [10:22] <tvoss> mardy, https://code.launchpad.net/~thomas-voss/location-service/adjust-default-timeout-for-gps-xtra-download/+merge/277426 [10:26] <mardy> tvoss: +1 [10:36] <gshmu> help, (remote: flash tools is error) http://paste.ubuntu.com/13246631/ [12:35] <Mirv> mardy: tsdgeos: hey, what do you consider as proper upstream validation of the silo 046? can you just test your bug and set https://requests.ci-train.ubuntu.com/#/ticket/649 to "Ready for QA", or would you want me to test something more general? I was thinking it not needing AP tests to be run, but I can run some if needed. The best way to test list + grid views is probably manual. [12:38] <mardy> Mirv: this fix restricts the cases affected by my previous patch, so testing that the unit tests run should be enough (since I tested my previous patch well) [12:38] <mardy> Mirv: but I'll now install the silo and run some smoke testing, just to be sure [12:39] <Mirv> mardy: ok, thanks! yes I know it's a refinement to the previous patch. [12:45] <mardy> Mirv: yep, I meant to say is that it cannot make things *worse* than they were :-) [12:46] <Mirv> mardy: ah, right! [13:34] <tsdgeos> Mirv: mardy: if the unity8 bug is fixed, it's an improvement already :d [13:44] <tvoss> mardy, would you mind giving https://requests.ci-train.ubuntu.com/#/ticket/651 a spin? [13:45] <mardy> tvoss: sure [14:41] <mardy> tvoss: do you know how I can accept the HERE licence, after refusing it in the wizard? [14:45] <popey> mardy, system settings -> security & privacy -> location [14:45] <mardy> popey: yeah, I don't have it [14:45] <mardy> popey: do I need to have a SIM card? [14:46] <popey> hmmm, odd [14:46] <popey> http://people.canonical.com/~alan/screenshots/device-2015-11-13-144631.png [14:46] <popey> yours doesn't look like that? [14:49] <mardy> popey: nope, I have only the options "Use GPS" or nothing at all [14:49] <mardy> popey: I'm looking at the source code, it checks if here is installed [14:50] <davmor2> mardy: what image did you flash on what device? [14:51] <mardy> davmor2: ubuntu-touch/rc-proposed/ubuntu on Nexus 4 [14:51] <davmor2> mardy: there is no here on the ubuntu channel [14:52] <mardy> davmor2: ah, that explains it then :-) [14:52] <mardy> thanks [14:53] <davmor2> mardy: no worries [15:07] <jgdx> kenvandine, i'll make a small mock for org.gtk.Menus so I can check for regression after the design refresh and slotslayout migration. Are you okay with that? I can do it in a separate branch. [15:07] <jgdx> kenvandine, *in the wifi panel̈́ [15:07] <kenvandine> jgdx, good idea [15:07] <kenvandine> separate branch please [15:08] <kenvandine> but sounds like a great idea [16:13] <zzarr_> hello! [18:35] <ogra_> what is history-daemon and why does it eat my phone ? [18:35] <ogra_> (runs at 600% CPu on my MX4) [18:36] * ogra_ reboots that slideshow [18:49] <jibel> ogra_, which image? [18:50] <ogra_> todays rc-proposed .... [18:50] <ogra_> reboot fixed it though [18:50] <ogra_> i'll keep an eye on it [18:51] <jibel> ogra_, there is a fix for a crash of history daemon but it is not on a image yet [18:51] <jibel> should be on next one [18:51] <ogra_> ah, good [18:52] <jibel> hm, actually I don't see the publication [18:53] <jibel> ogra_, for reference it was bug 1514350 [18:54] <ogra_> thx [20:00] <tvoss> mardy, still around? [20:29] <studio_> hi [20:30] <studio_> popey, are you still there? [20:30] <popey> Hello. [20:30] <studio_> hi [20:31] <popey> How are you? [20:31] <studio_> i have seen, you are co-founder on ubuntu mate, right? [20:31] <popey> Yes. [20:32] <studio_> i need an image for my new rpi2, where can i download it? [20:32] <popey> studio_, https://ubuntu-mate.org/wily/ at the bottom of that page [20:32] <studio_> btw, i am fine, and you? [20:32] <popey> Great thanks. [20:33] <studio_> on the "buttom i get "Mac (PowerPC) and IBM-PPC (POWER5)" but not rpi2 ... ?! [20:34] <popey> sorry, wrong page, https://ubuntu-mate.org/raspberry-pi/ [20:34] <popey> linked from the previous page [20:35] <studio_> ahh ... big thanks :) [20:37] <studio_> back to ubuntu-touch, how do i use the --download-only option in ubuntu-device-flash? [20:39] <studio_> for exp. "ubuntu-touch/rc-proposed/ubuntu-developer"? [20:40] <studio_> more nice would be the "ubuntu-touch/devel-proposed/ubuntu" channel ... ;) [20:40] <studio_> any idea? [20:46] <popey> studio_, sorry, was afk for a bit. [20:47] <popey> studio_, ubuntu-device-flash touch --download-only --device=krillin --channel=ubuntu-touch/rc-proposed/ubuntu-developer [20:49] <studio_> "unknown flag `download-only'" [20:50] <studio_> i am on 15.10 right here [20:51] <studio_> that is my problem. is it still working under 14.04? [20:51] <popey> what version of ubuntu-device-flash do you have? [20:51] <popey> 0.31-0ubuntu1 here [20:51] <popey> dpkg -L ubuntu-device-flash [20:52] <studio_> ubuntu-device-flash --help don't give me an option about version ... [20:56] <studio_> dpkg tells me ubuntu-device- 0.30-0ubuntu amd64 [20:56] <studio_> how did you get the upgrade to 0.31 ? [20:59] <studio_> ehm, i used dpkg -l ubuntu-device-flash, not the bid "L" ... [20:59] <studio_> ehm, i used dpkg -l ubuntu-device-flash, not the big "L" ... [21:03] <studio_> popey, are you on 16.04? [21:05] <studio_> popey, "cat /etc/*release" tells me, i am on 15.10 [21:10] <studio_> popey, are you still there? [21:10] <popey> Sorry, yes, I'm on xenial (16.04) [21:11] <popey> but you're only one point release difference from me [21:11] <popey> that command line should work [21:11] <popey> maybe you mis-typed it? [21:11] <studio_> ahh, ok i use it on an vitual box image, but on 15.10 the command is not working [21:12] <studio_> copy and paste, how can i mistype that? [21:13] <popey> I don't know why that's not working [21:15] <studio_> ubuntu-device-flash touch --download-only --device=krillin --channel=ubuntu-touch/rc-proposed/ubuntu-developer [21:15] <studio_> unknown flag `download-only' [21:15] <studio_> so where is the problem in that command? [21:16] <genii> Put touch after the options [21:17] <genii> ( in the manpage this is the order shown) [21:17] <studio_> same ... "unknown flag `download-only' [21:20] <genii> studio_: You tried like: ubuntu-device-flash --download-only touch --device=krillin --channel=ubuntu-touch/rc-proposed/ubuntu-developer [21:21] <studio_> cool, that is working :) [21:22] <studio_> genii, big thanks :) [21:25] <genii> studio_: Glad to be of assistance [21:25] <studio_> have to leave, have a nice weekend, bye all ...
ubuntu-chat
2024-05-13T22:11:31.825640
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "JamesTait", "Mirv", "attente", "davmor2", "genii", "gshmu", "jgdx", "jibel", "kenvandine", "mardy", "ogra_", "popey", "robin-hero", "sil2100", "studio_", "tsdgeos", "tvoss", "zzarr_" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-touch.txt", "channel": "#ubuntu-touch" }
2015-11-13-#ubuntu-mir
[09:23] <alan_g> anpok: I think we should land a few MPs by hand to clear the backlog. Do you have any candidates for that? [09:24] <anpok> oh so ci is still down? [09:24] <anpok> https://code.launchpad.net/~andreas-pokorny/mir/input-configuration-api/+merge/273975 this one should be fine [09:27] <anpok> and of course this one https://code.launchpad.net/~alan-griffiths/mir/delete-dead-code/+merge/277094 [09:29] <alan_g> anpok: Unless I'm mistaken we still have intermittent failures on krillen. [09:29] <anpok> and this one https://code.launchpad.net/~kdub/mir/current-buffer-id-fix/+merge/275986 [09:29] <anpok> hm the landing problems yesteday afternoon were caused by the jenkins shutdown [09:30] <anpok> for certain definitions of yesterday and afternoon [09:30] <anpok> but .. there still seem to be problems.. one cannot access some of the jenkins instances for build results also no testrunners have been run today [09:31] <alan_g> yeah, just seen that [09:32] <alan_g> Let's leave it a bit then and review towards EOD (Europe)
ubuntu-chat
2024-05-13T22:11:31.829125
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "alan_g", "anpok" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-mir.txt", "channel": "#ubuntu-mir" }
2015-11-13-#ubuntu-ko
[00:23] <crixer> 안녕하세요 비가 오는 날이네요 오늘은 [00:23] <crixer> 요즘 따라 비가 좀 많이오네요 [00:23] <crixer> 장마 때 보다 더 오는듯 ㅋㅋ [00:50] <ipeter> 안녕하세요 [01:05] <autowiz_> 부르릉 릉릉릉 [01:32] <ipeter_> ㅠㅠ [01:32] <ipeter_> 힘들었어요. [01:33] <ipeter_> mysql 삭제 하느라요 [01:33] <ipeter_> 터미널에서 한줄한줄 삭제해줘야하는군요. [01:33] <ipeter_> 제가 최신 10.11써서 그런지 [01:33] <ipeter_> 우분투가 편하기도하고(익숙) [01:34] <ipeter_> 레퍼런스가 훨씬 많네요. [01:34] <ipeter_> 14:04인데요 [01:34] <ipeter_> ㅠㅠ [01:37] <crixer> 전 그런 투정도 부러워요 [01:37] <crixer> 저도 맥쓰고싶어요 [01:37] <crixer> ㅠㅠ [01:39] <autowiz_> 맥콜 마시면 맥 불러주나요? 맥 ~~ 콜~~ 데굴데굴 [01:39] <crixer> 아니 부장님.. [01:40] <crixer> 여기서 이러시면안됩니다 [01:40] <ipeter_> 아니 오즈님 부장님이십니까? [01:40] <ipeter_> 헐 [01:40] <ipeter_> 후덜덜한 위치네요 [01:40] <ipeter_> 저는 일개 사원급인데 [01:41] <ipeter_> 어떻게 동갑인데 그럴수가 있습니까. [01:41] <ipeter_> 능력이 정말 최고군요. [01:41] <autowiz_> 그럴수 없습니다. 저는 부장이 아닙니다. [01:42] <crixer> 개그는 부장님급입니다 [01:42] <crixer> 아니 분명 부장이실거에요 [01:42] <autowiz_> 어허ㅠㅠ [01:48] <ipeter_> 아. [01:48] <ipeter_> 구글 크롬 웹브라우저 쿠키 저장소가 어딘지 아시나요? [01:49] <ipeter_> 우분투 14.04입니다. [01:49] <ipeter_> ㅠㅠ 구글링해도 안보이네요 [01:49] <ipeter_> 어디다 꼭꼭 감췄는지..ㅠ [01:49] <ipeter_> ~/.config/google-chrome/에 default directory가 없네요. [02:00] <jason____> ㅋㅋㅋ [02:12] <autowiz_> 아... 씨 [02:12] <autowiz_> 부... 채 [02:31] <ipeter_> ?? [02:31] <ipeter_> 부채요? [02:31] <ipeter_> =_= [03:16] <autowiz_> https://www.youtube.com/watch?v=i9aNEs0sE1g [03:16] <autowiz_> 한국민속촌 부채장수 ㅎㅎㅎ [03:39] <autowiz_> 누구 아무도 없나요? [03:53] <jason____> ? [03:54] <autowiz_> 심심합니다 ㅠㅠ [03:54] <autowiz_> 좀 자다가 오겠습니다 [03:55] <jason____> ! [04:00] <samahui_tp> 점심 맛나게들 드셨나요? 비내리는 13일의 금요일... 즐거운 오후타임 되세요~ [04:32] <autowiz_> 아 맞다 이번주가 기다리고 기다리던 13일의 금요일 이더군요ㅋㅋㅋ [05:42] <ipeter_> 진짜 13일에 금요일이네요. [06:28] <ipeter> 오늘 학교에서 Pages강의 있어서 듣고 왔습니다. [06:28] <ipeter> 비가와서 신발이 다 젖어버렸네요. [06:28] <ipeter> ㅠㅠ [06:29] <ipeter> 역시 교육이 교수님들 대상이라서 그런지 [06:29] <ipeter> 저포함 4명이었네요. [06:56] <autowiz_> 원래 정원이 몇명이었는지는 모르겠습니다만. 출석률이 낮은거 같네요 ㅎㅎ [06:57] <autowiz_> 확실히 좀 손에 익기 시작하니까 파이핑 속도가 확실히 빨라 지는군요. [06:57] <autowiz_> 파이핑 > 타이핑 [07:36] <ipeter> ?! 오즈님 뭐 바꾸셨나요? [07:36] <autowiz_> 저 손가락 바꿨잖아요 .. ㅎㅎ 모르셨구나 ㅋㅋ [07:40] <ipeter> h [07:40] <ipeter> ㅋㅋㅋ 그렇군요! [07:40] <ipeter> 오즈님? [07:40] <ipeter> 토요일날 저녁에 함 뵐까요? [07:40] <ipeter> ㅎㅎ [07:40] <autowiz_> 뭐 그러시던가요 ㅎㅎ [07:46] <ipeter> 음. 토요일 저녁에 시간 되시나요? [07:47] <autowiz_> 네 아무때나 오셔도 됩니다. [07:47] <ipeter> 네네. [07:47] <Ferendevelop> 안녕하세요! [07:47] <ipeter> 근데 어제는 신촌에 무슨일이 있으셔서 오신건가요? [07:48] <autowiz_> 스터디 모임 있어서요 [07:48] <ipeter> !? [07:48] <ipeter> 무슨 스터디요? [07:48] <ipeter> 언제하시나요? [07:49] <autowiz_> 맴버들 편한시간 찾아서 1주일에 한번씩 저녁에 토즈에서 하고 있습니다. ㅎㅎ [07:49] <ipeter> 뭐에대해서 하세요? [07:49] <ipeter> 스터디 주제요 [07:51] <autowiz_> 지금은 리눅스 기초에서 중급 정도 까지 나온 책 가지고 진행하고 있구요 3주쯤 있다가 끝나면 DBMS 간단한거 부터 좀 공부 해볼려고 계획 중입니다. [07:56] <imsu> 안녕하세요 ^^ [07:56] <autowiz_> 크오오~~ 임수 하이잉~~ [08:01] <ipeter> 헐퀴 [08:01] <ipeter> 어려운거 하시는군요.. [08:02] <autowiz_> 별로 안어려운데요 ㅎㅎ 그냥 select * from tablename ; 부터 시작할꺼라서 [08:03] <ipeter> 리눅스 교재는 뭐예요? [08:03] <ipeter> 여쭤봐도 되나요? [08:03] <ipeter> 아.. 공부하고 싶다.. [08:03] <ipeter> 부럽네요. [08:03] <autowiz_> 토즈는 좀 그런게 사람이 많다고 싸지는게 별로 없으니까 [08:03] <ipeter> ㅠㅠ [08:04] <autowiz_> http://book.interpark.com/product/BookDisplay.do?_method=detail&sc.shopNo=0000400000&sc.prdNo=214585761&sc.dispNo=105597 [08:04] <autowiz_> 이게 책 제목은 가장쉬운인데 가장쉬운건 절대 아닌거 같은 ㅋㅋ [08:04] <autowiz_> 원래 좋은 책은 가까이두고 필요할때 마다 보는거라했으니 그런용도로도 어느정도는 괜찮을거 같고 [08:07] <ipeter> 아. 저 리눅스 책만 벌써 3권 있어서 더이상의 책은....ㅠ [08:08] <ipeter> 학창시절부터 그랬죠. [08:08] <DarkCircle> 옛날에 한참 잘팔리던 슈퍼유저 책이 최소한 "당시에만해도" 괜찮았는데 [08:08] <ipeter> 전 책만사고 공부는 않하는 그런 아이였습니다. [08:08] <ipeter> 후훗 [08:08] <DarkCircle> 절반 이상은 한물간 기술들이라 유효할지가 의문이군요. [08:08] <DarkCircle> 책은 오지게 두껍고 [08:09] <DarkCircle> 애초에 효율성 따위를 포기한 케이스 [08:09] <autowiz_> 예전에 구글님 없으실때 각종 두꺼운 바이블 류가 참 괜찮았는데 [08:09] <autowiz_> 요즘은 그냥 구글로 땡~ [08:11] <ipeter> 시작하신지는 얼마나 되셨어요? [08:13] <autowiz_> 한 두달 된거 같은데 아직 진도는 얼마 못나갔어요. 그래도 대충 훓어보고 넘어갈려구요 [08:50] <autowiz_> http://www.etnews.com/20151102000386?mc=cp_001_00005 [08:50] <autowiz_> 007 영화 에서 주인공이 사용하는 휴대폰 이야기인데 [08:50] <autowiz_> 원문을 한번 찾아보고 싶습니다. [08:51] <autowiz_> 과연 원문에도 창조요인이라는 단어가 있는지 ㅋㅋ [08:55] <ipeter> 사마휘님 늦게 오셨네요. [08:58] <pchero_work> http://unix.stackexchange.com/questions/58539/top-and-ps-not-showing-the-same-cpu-result [08:58] <pchero_work> 잘 모르고 있었는데... 이 글을 읽어보니 내용이 확실해지네요. ㅎ [08:58] <pchero_work> top 과 ps 는 다른 명령어였던 것입니다.. ㅋ [08:58] <samahui_tp> 늦게 온게 아니라 돌아댕기는 중에 농땡이 피우고 있습니다 [08:59] <ipeter> ㅋㅋㅋ 네네 [08:59] <samahui_tp> 이제 볼링치러 갈겁니다 [08:59] <samahui_tp> 불금 13일에 금요일밤을 즐겨보려고요 [08:59] <samahui_tp> 간만에 자유입니다 [08:59] <samahui_tp> ㅎㅎ;; [09:00] <samahui_tp> 잠시 사람들 기다리고 있습니다. 하루죙일 외근이다 뭐다 돌아댕기다 농땡이를 피우려니 시간이 너무 일찍이네요 [09:02] <samahui_tp> 커피숍에 앉아서 프로그래밍하면서 농댕이 피우는데 재미가 솔솔하네요 [09:26] <ipeter> 읍 [09:26] <ipeter> 한발 늦었네요. [09:26] <ipeter> 사마휘님 좋은시간 되세요. [09:26] <ipeter> 이미 가셨지만 인사는 해봅니다. [09:26] <ipeter> ㅋㅋ [09:28] <autowiz_> http://appleinsider.com/articles/15/11/01/daniel-craig-resisted-android-phone-placement-in-spectre-because-james-bond-only-uses-the-best [09:28] <autowiz_> CREATIVE 라고 대문자로 적혀있네요 ㅋㅋㅋㅋ 가능하면 창조 보다는 창의라고 해석하고 싶은데 쩝... [09:31] <autowiz_> http://gear.blizzard.com/index.php/default/starcraft-pylon-usb-charger.html [09:31] <autowiz_> 하이템플러도 소환이 가능할것만 같은 ㅋㅋㅋ [10:31] <DarkCircle> 며칠동안 공허의 유산 플레이 영상 보고 있네요 -ㅅ- [10:31] <DarkCircle> 돌려보기 =3 [10:44] <autowiz_> 네 저도 열심히 보고 있습니다. ㅎㅎ [11:34] <DarkCircle> 주말인데 퇴근 안하시나요 ~( - -)~ [11:35] <DarkCircle> libcheesekun_dll, cheesekun.dll을(를) 찾을 수 없습니다. [화긴] [11:46] <autowiz_> keep searching libcheesekun_dll ... ... [12:37] <libcheesekun_dll> ' ')! [12:38] <libcheesekun_dll> ' ') =3 [12:38] <libcheesekun_dll> |) =3 [12:38] <autowiz_> verification ... processing ... ... ... ... [12:40] <autowiz_> 다클옹 치즈군님 찾았습니다 . ㅎㅎㅎㅎ [12:42] <cheesekun> XDD [12:43] <cheesekun> 앗! 폰으로 들어올게요! [12:51] <ipeter__> 안녕하세요 [12:51] <ipeter__> 퇴근했습니다. [12:52] <ipeter__> 비가오네요. [12:55] <autowiz_> 네 비오더라구요 ㅠㅠ [13:02] <ipeter__> 오즈님 아직도 직장이신가요? [13:02] <autowiz_> 네 그렇지요 ㅎㅎ [13:03] <ipeter__> 휴 [13:03] <ipeter__> 진짜... [13:03] <ipeter__> 연봉 1억 받으셔야하는거 아닌가요. [13:07] <autowiz_> 아이고 1억가지고 안되지요 [13:09] <ipeter__> zzzz [13:10] <ipeter__> ㅋㅋㅋㅋ [13:10] <ipeter__> 좀 나눠주세요 [13:13] <autowiz_> 일을 나눠 드리고 싶은 ㅋㅋㅋㅋ [13:30] <DarkCircle> 뭐 보니까 거의 댁에 안가시고 회사에서 사시는거 같은데 그정도면 - -; [13:30] <DarkCircle> 3억은 받으셔야 되지 않나 싶네요 [13:31] <DarkCircle> 당연히 업무용 세단 차량 지급은 해줘야되는거고 ... [13:31] <autowiz_> 10억 한번 불러볼려구요 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ [13:31] <DarkCircle> 으잌 [13:54] <autowiz_> 므허허허 농담이 ... 아닙니다 ... 으허허헛 [13:54] <DarkCircle> 그동안 못받은거까지 (ㅋㅋㅋ) [14:08] <ipeter__> 아. [14:08] <autowiz_> 이. [14:08] <autowiz_> 유. [14:09] <DarkCircle> !!! [14:18] <ipeter__> 자동마운트가 되면 항상 drwxrwxrwx 1 root root [14:19] <ipeter__> 이런 형식을 따르나요? [15:20] <autowiz_> 파일 시스템 자체의 퍼미션을 따르는게 기본입니다. [15:20] <autowiz_> vfat 의 경우 777 이 기본으로 할당되긴 합니다. [15:20] <autowiz_> 자세한 정보는 저도 찾아봐야 하는 ... ㅠㅠ
ubuntu-chat
2024-05-13T22:11:31.848110
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "DarkCircle", "Ferendevelop", "autowiz_", "cheesekun", "crixer", "imsu", "ipeter", "ipeter_", "ipeter__", "jason____", "libcheesekun_dll", "pchero_work", "samahui_tp" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-ko.txt", "channel": "#ubuntu-ko" }
2015-11-13-#ubuntu-release
[11:08] <sil2100> Hey! I'm disabling the system-image importer for some testing, just giving a heads up if anyone wonders [16:18] <Laney> yofel: I just ran the script [16:18] <Laney> ...it was you that asked for that, right? [18:01] <stgraber> micahg, Laney: just requested and uploaded an updated backport of lxc, following the bugfix I just uploaded to xenial (and to all stable releases as SRU) [18:02] <Laney> stgraber: OK, I'm going now so no time to look at it - but hopefully micahg will soon (or I will at some point) [18:02] <stgraber> Laney: thanks [18:03] <micahg> probably can't today, but hopefully over the weekend
ubuntu-chat
2024-05-13T22:11:31.851482
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Laney", "micahg", "sil2100", "stgraber" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-release.txt", "channel": "#ubuntu-release" }
2015-11-13-#ubuntu-motu
[16:26] <hay207> hi guys, how long does pbuilder takes, it's stuck at Retrieving Release.gpg [16:27] <hay207> almost 15 minutes passed now [16:34] <hay207> nvm, it works now, after retyping command
ubuntu-chat
2024-05-13T22:11:31.852362
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "hay207" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-motu.txt", "channel": "#ubuntu-motu" }
2015-11-13-#lubuntu
[17:28] <Langley> What do I use for formatting a USB stick in Lubuntu? All the USB startup creators are failing [17:29] <wxl> for putting an iso on Langley ? [17:29] <Langley> Yes [17:29] <wxl> i use dd, but if you want something more safe there's unetbootin or mkusb [17:30] <wxl> mkusb is developed by one of the lubuntu team [17:30] <Langley> They doesn't work [17:30] <wxl> currently it's not in the repos but we're working on that [17:30] <wxl> i've never had a failure with unetbootin [17:30] <wxl> i personally don't use mkusb [17:30] <wxl> and dd just doesn't fail [17:31] <Langley> Can't you just answer my question about how to format it [17:31] <wxl> you said they don't work? [17:31] <wxl> that kind of suggested you knew what you were doing [17:32] <wxl> i'd just use mkusb https://help.ubuntu.com/community/mkusb [17:35] <Langley> Installed Gparted and formatted it. Why cant you just give a proper answer instead of all other kinds of things [17:36] <Langley> And why does linux have so much trouble with usb sticks... ugh... [17:36] <wxl> i'm not sure what you're looking for. i have no problem with usb sticks. the "proper answer" is found in using mkusb. [17:37] <wxl> shall i reiterate every step of that wiki page for you? [17:39] <Langley> Sorry I gotta go to a movie night [21:40] <vn> trying to boot livecd, does the same as ubuntu xubuntu debian and kali2 - freezes at approx same spot without error - networking.service or whoopsie.service no shell accessible, no syslog, thought of playing with UEFI, but only option I got in my Award BIOS is for CD/DVD..only system that can boot is actually Ubuntu server LTS but grub gets a fatal error. tried removing my NICs to see if it matters, no. it's Lubuntu I really want, others were for testing, idea [22:25] <Langley> wxl: Doesn't seem like mskusb is working either. It's stuck at "please wait for sync" [22:26] <wxl> how do you know it's stuck? [22:27] <Langley> It shouldn't take more time to "sync", whatever that is, than it will to actually put the iso on it [22:27] <wxl> don't you think that's the actual syncing? [22:27] <Langley> What is? [22:28] <wxl> copying the iso [22:28] <wxl> did you look ato see if the process is frozen or not? [22:29] <Langley> How do I see that [22:29] <wxl> top is one such possibility [22:29] <wxl> there's also the system monitor or whatevery they call it [22:29] <Langley> ... oh it finished [22:30] <wxl> well there you go [22:30] <wxl> patience is a virtue [22:30] <Langley> I don't get why it can take that much time to copy 2 GB... but you'll have my thanks [22:31] <wxl> there's a lot of reasons, including the potential bottleneck of using usb
ubuntu-chat
2024-05-13T22:11:31.857212
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Langley", "vn", "wxl" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23lubuntu.txt", "channel": "#lubuntu" }
2015-11-13-#ubuntu-pl
[08:49] <qermit> (❍ᴥ❍ʋ) [08:50] <firemark> wut [08:54] <qermit> Srut [14:31] <gjm> Śrut. [14:32] <firemark> ciszej [14:43] <sysek> https://www.youtube.com/watch?v=8X-vf_oBho8
ubuntu-chat
2024-05-13T22:11:31.859576
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "firemark", "gjm", "qermit", "sysek" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-pl.txt", "channel": "#ubuntu-pl" }
2015-11-13-#ubuntu-kernel
[01:54] <xnox> apw: is this a really bad ultrabook to choose? http://www.dell.com/uk/p/xps-15-9550-laptop/pd?oc=cnx5504&model_id=xps-15-9550-laptop it will only like ship in december/january [01:55] <xnox> and it's all the stuff that doesn't work yet: type-C, skylake, nvidia graphics, 4k display... [08:33] <apw> xnox, sounds ideal, buy two :/ [10:20] <xnox> apw: well, it's better than my orange ideapad... [10:20] * xnox bets regardless of choice of hardware I'll still be a laughing stock. [10:23] <apw> xnox, you have little to no luch in h/w :) [10:23] <xnox> =) [10:24] <xnox> apw: looked at thinkpad T, X, W series, they are either 2 generations old cpus - like haswell, or have little ram, or are 300-500 quid more expensive than dell. =( [10:28] <cking> the cool part about thinkpads is that one can download the hardware maintenance manuals for free and one can strip the machine down and rebuild them easily. dells are a bit tricker to do that from my experience [10:37] <apw> xnox, t'is true, then again they are good [10:40] <xnox> cking: well. i think i've had enough tinkering with stuff. pieces of casing hit the fan of my old laptop and it smoked up at debconf in switzerland. I only upgraded ssd or some such there. And my last three phone repairs didn't go well: fixed screen, physical button stopped working, or fixed screen but broke the light sensor & power on-off button. even my desktop self assembled vibrates for no reason making noise. [10:41] <xnox> and dells are more soldered on, but lighter when compared with thinkpads. [10:42] <cking> xnox, yup, sometimes its just good to get a value priced machine and dump it after 3 years rather than continually nursing it along [14:20] <tseliot> apw: hey, I don't see the new kernel here: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa [14:20] <apw> tseliot, https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable [14:21] <apw> tseliot, rtg has his own ranch now [14:21] <tseliot> apw: ok, good to know, thanks [14:21] <apw> tseliot, helps prevent ifddling in devel from messing up versioning in the main CKT PPA, which makes bjf's life a misery later [14:22] <tseliot> it makes sense [14:24] <apw> tseliot, we have made bjf have sad faces a couple of times in there recently, so he kicked us out :) [14:24] <tseliot> hehe [18:36] <manjo> bjf, have you guys settled on a kernel version for 16.04 ? [18:45] <manjo> ogasawara, ^ ? [18:46] <ogasawara> manjo: aiming for v4.4 [18:47] <manjo> ogasawara, any chance for pulling in stuff from 4.5? what would be the date by I need to tell you what patches from 4.5 we might need? [18:48] <ogasawara> manjo: we can of course evaluate cherrypicking bits from 4.5 if needed. As always, the earlier you get us that list, the better. [18:50] <ogasawara> manjo: Kernel Freeze is Apr 7, but I'd want somthing landed much much earlier than that. I'd assume you'd know the list by the time the 4.5 merge window opens. So I'd say that should be your target. [18:50] <infinity> manjo: Leann's above mention aside, given that 4.4 will be a Greg LTS, it wouldn't be a bad idea if you asked nicely for the 4.5 bits you need to land in 4.4 proper upstream, if they're suitable for stable@ [18:50] <ogasawara> indeed [18:52] <manjo> got it ! [18:56] <manjo> infinity, ogasawara thanks a ton for the info. I will make sure we have those patches cced to @stable.. and in case there are some lingering patches in 4.5+ I will ping you with cherrypick requests [19:24] <bjf> infinity: and the fact sabdafl told the world it would be 4.4 [19:25] <infinity> Good old sabdafl.
ubuntu-chat
2024-05-13T22:11:31.874147
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "apw", "bjf", "cking", "infinity", "manjo", "ogasawara", "tseliot", "xnox" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-kernel.txt", "channel": "#ubuntu-kernel" }
2015-11-13-#ubuntu-tr
[07:32] <ogny> gunaydin [07:33] <Kartagis> selam bebek [11:11] <S3CT0R> Merhabalar [12:17] <Ersin> Merhabalar Windowsta Notepad+ uygulamasının ubuntuda karşılığı nedir bilgi için teşekkür ederim. [12:18] <Ersin> Merhabalar Windows'da Notepad+ uygulamasının ubuntuda karşılığı nedir bilgi için teşekkür ederim. [12:25] <Kartagis> gedit
ubuntu-chat
2024-05-13T22:11:31.877005
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Ersin", "Kartagis", "S3CT0R", "ogny" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-tr.txt", "channel": "#ubuntu-tr" }
2015-11-13-#ubuntukylin-devel
[12:23] <fagle> :-[ [12:23] <fagle> nobody talk here
ubuntu-chat
2024-05-13T22:11:31.879041
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "fagle" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntukylin-devel.txt", "channel": "#ubuntukylin-devel" }
2015-11-13-#maas
[00:26] <pmatulis> with maas command i can create and list tags but the GUI does not show them [11:30] <ezobn> Hi all, Just upgraded to last stable maas for trusty and got the regiond deadlock issue on the postgresql db ... that forces to show in the Web interface "Unable to connect to: ws://maas:/MAAS/ws" error ... how to fix that do anybody have seen the same ? I ma using - Installed: 1.8.2+bzr4041-0ubuntu1~trusty1 [12:00] <mup> Bug #1515975 opened: MAAS UI welcome screen pictogram is misaligned <ui> <MAAS:New> <https://launchpad.net/bugs/1515975> [12:09] <mup> Bug #1515975 changed: MAAS UI welcome screen pictogram is misaligned <ui> <MAAS:New> <https://launchpad.net/bugs/1515975> [12:18] <mup> Bug #1515975 opened: MAAS UI welcome screen pictogram is misaligned <ui> <MAAS:New> <https://launchpad.net/bugs/1515975> [16:01] <mup> Bug #1516065 opened: Unable to commision nodes in maas 1.9 with IPMI <MAAS:New for newell-jensen> <https://launchpad.net/bugs/1516065> [23:38] <mup> Bug #1516170 opened: AMT power driver tests are slow <tests> <MAAS:Triaged> <https://launchpad.net/bugs/1516170> [23:53] <mup> Bug #1516173 opened: Able to unmount/remove filesystems while node is on <MAAS:New> <https://launchpad.net/bugs/1516173> [23:56] <mup> Bug #1516173 changed: Able to unmount/remove filesystems while node is on <MAAS:New> <https://launchpad.net/bugs/1516173> [23:59] <mup> Bug #1516173 opened: Able to unmount/remove filesystems while node is on <MAAS:New> <https://launchpad.net/bugs/1516173>
ubuntu-chat
2024-05-13T22:11:31.882245
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "ezobn", "mup", "pmatulis" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23maas.txt", "channel": "#maas" }
2015-11-13-#ubuntu-fi
[07:47] <Tehdastehdas> Päivitykset lakkasivat asentumasta. Minulla on tämä ongelma: [07:47] <Tehdastehdas> http://askubuntu.com/questions/485743/no-space-left-on-device-when-installing-packages-yet-i-have-space-left [07:47] <Tehdastehdas> "df -i" sanoo juuriosion I-solmujen olevan lopussa. [07:47] <Tehdastehdas> Muutama kuukausi sitten juuriosioni oli täyttynyt vanhoista kerneleistä, ja sain täältä ohjeen ajaa päätteessä http://pastebin.com/dENpbLGE . Nyt se ei tee mitään. Sitten yritin Synapticilla poistaa vanhoja kerneleitä (linux-headers-3*) ohjeen http://ubuntuhak.blogspot.fi/2013/11/ubuntu-update-error-disk-is-full.html mukaan, mutta Synaptic haluaa välttämättä poistaa samalla linux-generic jne. riippuvuudet, mikä [07:47] <Tehdastehdas> käsittääkseni rikkoisi käyttöjärjestelmän. Mitä teen? [07:49] <Tehdastehdas> Varsinainen korjaus ongelman ilmenemiseen olisi tietysti, että Linux itse tajuaisi tehdä täyttyvälle juuriosiolle jotakin. [07:51] <Max^> onko tuo systemd pakollinen nykyään vai miksi apt-get upgrade tunkee sen takaisin vaikka se oli poistettu [07:51] <Max^> viimeks ainaki käytti enemmän muistia se enkä halua sellasia [07:52] <Max^> muutenki vähän muistia noin vanhas konees [07:59] <elias_a> Tehdastehdas: Onko mitään mahdollisuutta suurentaa sitä juuriosiota? [07:59] <elias_a> Tehdastehdas: Kuinka pieni se oikein on? [08:00] <Tehdastehdas> Ei kai I-solmuja tule sillä lisää? Se on 16 GB. [08:01] <Tehdastehdas> Mieluummin asennan uudestaan kuin säädän osioita, koska siinä on pienempi riski rikkoa home-osio [08:03] <elias_a> Mitähän siellä oikein sitten on kun mulla on 20 GB juurihakemisto ja siitä on noin puolet käytössä. [08:04] <elias_a> Tehdastehdas: Onko se kovin moneen kertaan päivitetty versiosta toiseen? [08:05] <Tehdastehdas> En muista varmasti, mutta saattaa olla noin 13.10 -> nyt 14.04 LTS [08:08] <elias_a> Minua nyt kiusaa se, että mikä sen tilan siellä vie. [08:08] <elias_a> Tehdastehdas: Onko sattumalta "Levynkäytön analysointi" eli Baobab asennettuna? [08:11] <Tehdastehdas> joo, tutkitaan (eihän se täynnä ole: 3,9 GB vapaana, vain inode:t ovat lopussa) [08:12] <elias_a> Tehdastehdas: Minä en kyllä ymmärrä tuosta inode-ongelmasta mitään sanoakseni mitään järkevää. [08:12] <Tehdastehdas> liikaa tiedostoja, lista täynnä [08:14] <elias_a> Eli helkkaristi pientä sälää.... [08:14] <elias_a> Logeja? [08:14] <Tehdastehdas> suurin syöppö on /usr/src , kuten ennenkin, 753874 kohdetta - miksei aimmin toiminut pastebin-rimpsu toimi nyt? [08:21] <Tehdastehdas> em. pastebin-rimpsussa puhutaan "linux-image":ista, mutta /usr/src on täynnä "linux-headers":ejä. Onko nimi muuttunut, ja pitäisikö rimpsua muokata vastaavasti? [08:24] <Tehdastehdas> "dpkg -l | grep "^ii *linux-image-[0-9]" | awk '{print $2}' | sort -V | head -n -2" näyttää eri listan kuin mitä /usr/src sisältää [08:27] <Tehdastehdas> tarkoitan että headers-versioita on paljon enemmän kuin imageja [08:34] <Maakuth> mites deborphan, apt-get autoremove [08:42] <Tehdastehdas> ei toimi, koska levy "täynnä" [08:44] <Tehdastehdas> ts. en pysty asentamaan deborphania, ja apt-get (myös -f) autoremove valittaa [08:44] <ansa> apt-get clean poistaisi kaikki ladatut paketit, sillä saa yleensä jonkun verran tilaa vapautettua [08:44] <Tehdastehdas> kokeiltu aiemmin [08:45] <StockAntenna> taitaa olla game over [08:46] <Tehdastehdas> pystyn asentamaan uusiksi, ja aiempi kokemus on vastaava: ubuntu ei pysy ehjänä kahta vuotta [08:48] <Tehdastehdas> mitä jos poistan jonkin turhan näköisen linux-headers-väliversion väkisin nautiluksella, jotta saisin vähän tilaa [08:49] <StockAntenna> pitääpä muistaa olla osioimatta ikinä ubuntulla levyä muuhun kuin /-jättiosioon [08:50] <Tehdastehdas> tai sitten voisi korjata ubuntun, niin että se tajuaa itse poistaa jotakin ennen kuin levy tulee täyteen ja asiat menee oikeasti rikki [08:50] <Maakuth> poistaa sieltä /usr/src:stä niitä vanhoja headerihakemistoja [08:51] <Maakuth> dpkg saattaa vähän itkeä sitten kun poistat niitä paketteja, mutta ei sitä nyt mahdottomasti haittaa [08:54] <mjr> voit tietty poistaa linux-headers-paketit joihin ei ole kerneliä [08:55] <mjr> ja joo, jos et voi poistaa niitä koska täynnä, niin poista parista tiedostot ensin käsin niin saat sitä operointitilaa. Poista paketti jälkikäteen, ehkä urputtaa mutta ei se mitään. [09:00] <elias_a> Antakaas nyt ihan käytännön tason ohjeet. [09:00] <elias_a> Minä en ainakaan osaisi noilla heitoilla tehdä noita toimenpiteitä. [09:04] <Maakuth> cd /usr/src, sieltä sudo rm -r pienimmän versionumeron linux-headers-paketille [09:04] <Tehdastehdas> ymmärsin sen niin että poistetaan /usr/src:stä ne headersit, joihin ei ole saman numeroisia imageja "dpkg -l jne. (yllä)" antamassa listassa, ajoin "sudo nautilus", poistin painamalla shift-delete, ja ubuntu lähti päivittämään normaalisti [09:04] <Maakuth> jees [09:32] <Tehdastehdas> 500 000 tiedostoa poistettu, ja käyttöjärjestelmä korjattu. Kiitos neuvoista. Ubuntulla on oletuksena sama muistivamma ja oireet kuin harvoilla ihmisillä: https://en.wikipedia.org/wiki/Hyperthymesia#Difficulties [09:35] <mjr> "apt-get autoremove" varmaan muuten poistaa orvot header-paketit kuleksimasta [09:35] <mjr> hmh, ei kyl vissiin välttämättä poistakaan [09:35] <elias_a> Ei niin. [09:40] <Tehdastehdas> juuriosion tiedostojärjestelmä pitäisi suunnitella uusiksi niin että tiedostot arvotetaan riippuvuuksien ja käytettyyden mukaan, ja vähäarvoisimmasta päästä poistetaan sitä mukaa kun osio meinaa täyttyä [09:40] <Maakuth> ei kai mikään käyttöjärjestelmä ala poistella tiedostoja kyselemättä [09:40] <Maakuth> ei tuollei voi mikään toimia, se on varmasti hyvin tapauskohtaista, mikä kynnysarvo sille on [09:41] <Tehdastehdas> ihmisen aivojen kyllä, jos se käyttöjärjestelmäksi lasketaan [09:41] <Maakuth> jos siirrät tiedostojärjestelmään dataa, niin meinaatko että sen pitää vaan ottaa sitä vastaan niin kauan, ettei siellä ole enää mitään muuta jäljellä [09:41] <Maakuth> se on tietty hölmöä, että inodet loppuu kesken [09:42] <StockAntenna> eikö kerneliongelmallekaan voida tehdä mitään? [09:42] <Maakuth> niitä vois varmaan paimentaa vähän paremmin tosiaan [09:43] <Tehdastehdas> sama periaate kuin ihmisellä: kompressoidaan liian iso informaatio tekemällä siitä yhteenveto, tilastoja, ja poistetaan alkuperäinen informaatio - esim. liika elokuvien katsominen ei johda lapsuusmuistojen unohtumiseen [09:43] <StockAntenna> ei kai vapaassa käyttiksessä oikein mitään muuta dataa tule rajattomasti kuin kerneleitä ja headereitä? [09:43] <StockAntenna> lokitkin kierrätetään [09:45] <Maakuth> kerneleitä voisi tosiaan poistella tehokkaammin, mutta muut mekanismit jotka poistaa tiedostoja uusien tieltä aiheuttaisi todennäköisesti enemmän ongelmia kuin ratkaisisi [09:46] <Maakuth> tilan loppuminen on kuitenkin aika marginaalinen ongelma, sen sijaan tuollainen poisteluheuristiikka voisi luoda tukun uusia [09:49] <Tehdastehdas> jos olisi poisteluheuristiikka, voitaisiin lisätä tilasyöppö oppivuus käyttäjän mallintamiseksi ja hänen työrutiiniensa automatisoimiseksi [09:54] <Maakuth> ei sellaisen toteuttamista kyllä varmastikaan tilanpuute estä [10:01] <Tehdastehdas> haaveilen käyttöjärjestelmän epädeterministisestä käyttöliittymästä tekoälyllä tyyliin Siri mutta ilman keskustelua, agenttiarkkitehtuurilla http://www.ai.sri.com/~oaa/ ihmisen mieltä jäljitellen https://en.wikipedia.org/wiki/Society_of_Mind [13:12] <elias_a> Hui sentään! [13:13] <elias_a> Painoin vahingossa näppäinyhdistelmää windows-w ja opin uuden asian. [13:13] <elias_a> Kokeilkaapa mitä tapahtuu :) [13:14] <elias_a> Tapahtuu vähän sama asia kuin mitä Alt-Tabia painellessa mutta kätevämmin. [13:14] <puhuri> "Näytä kaikki työtilan ikkunat", siinähän se helpissä lukee :-) [13:14] <ansa> mulla tulee joku outo kontrollimerkkisarja terminaaliin [13:35] <Mikaela> ei tapahdu mitään, koska kartoitan aina turhan windows näpin ei-turhaksi composeksi ♥ [13:37] <StockAntenna> w [13:37] <StockAntenna> toi tapahtui itse Windowzessa
ubuntu-chat
2024-05-13T22:11:31.895536
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Maakuth", "Max^", "Mikaela", "StockAntenna", "Tehdastehdas", "ansa", "elias_a", "mjr", "puhuri" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-fi.txt", "channel": "#ubuntu-fi" }
2015-11-13-#ubuntu-unity
[08:55] <tsdgeos> Mirv: https://codereview.qt-project.org/#/c/140510/ has landed, can we get it asap? [08:55] <tsdgeos> mardy: cool ↑ :) [09:03] <Mirv> tsdgeos: yes, mardy already noted it [09:03] <Mirv> tsdgeos: it's in silo 046 now [09:04] <tsdgeos> nice [09:16] <Guest42341> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1515921 [09:18] <Guest42341> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1515923 [11:44] <Mirv> tsdgeos: oh right, the DBus patches are another thing why it'd be nice to have Qt 5.6 in 16.04 LTS. [11:44] <tsdgeos> Mirv: totally [11:44] <Guest42341> 100% [11:45] <tsdgeos> Mirv: not sure if it was you or someone else asking but the 5.6 LTS is supposed to be for ~3 years [11:45] <Mirv> tsdgeos: someone else [11:47] <Mirv> tsdgeos: what do you think about switching to generic bearer plugin for 5.5? that would solve the most pressing network problems on 5.5. although it doesn't mean that the networking wouldn't need fixes later on, but if not doing something we're staying with 5.4... [11:48] <tsdgeos> Mirv: i have honestly not been following the discussion [11:48] <tsdgeos> switching from nm to generic? [11:48] <Mirv> tsdgeos: I think the reasons behind us switching to use NM bearer backend over a year ago were no completely correct.. the 3G connectivity problems were probably not because of that, but the remaining functionality with NM plugin is AFAIK more correct behavior when switching 3g or wifi on/off [11:49] <Mirv> tsdgeos: well bug #1508945 explains it, it was the "weather app" bug I reported but found out that it's just the apparmor <-> network manager problem getting worse in 5.5, and again the apparmor rules are not wanted to be relaxed. [11:51] <Mirv> since apparmor rule changes aren't allowed, one possibility is to trust other components to route network traffic correctly and use a generic bearer in Qt instead, since we don't want Qt controlling network-manager anyway [11:53] <tsdgeos> Mirv: for phone apps it might be sufficient yes [11:53] <tsdgeos> not sure making it the default "ubuntu desktop" wide makes sense though [11:56] <Mirv> tsdgeos: well it is what was default before. but with the newest patches it's also selectable. [11:56] <Mirv> tsdgeos: there's the slight problem with the current hard coding to NM that on desktop user might choose to not use NM... [11:57] <tsdgeos> sure [12:01] <popey> On Ubuntu phone in windowed mode, phone sat in landscape, if you open an app which forces portrait mode, or if you have such an app already open and click it with the mouse, the phone flips to portrait... [12:01] <popey> Shouldn't unity 8 ignore portrait .desktop file settings when in windowed mode? [12:03] <davmor2> popey: you'd hope so that would be no fun on a monitor [12:03] <popey> yeah, dunno what it does with an external display, we didn't have one handy [12:05] <tsdgeos> popey: i agree it's weird, i'd say open a bug [12:09] <popey> k [19:02] <ljp> Mirv: I wrote simple bearer plugin based on connectivity-api https://codereview.qt-project.org/#/c/140752/ [19:02] <ljp> since the nm bearer plugin won't work due to app armor [21:08] <mterry> mzanetti, is there a known problem getting app icons in store on rc-proposed? [21:09] <mterry> If I go to a category I don't have cached icons for, they don't load [21:13] <mzanetti> mterry, hmm, no, not known [21:17] <mterry> Is it just me?
ubuntu-chat
2024-05-13T22:11:31.911954
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Guest42341", "Mirv", "davmor2", "ljp", "mterry", "mzanetti", "popey", "tsdgeos" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntu-unity.txt", "channel": "#ubuntu-unity" }
2015-11-13-#ubuntustudio
[08:59] <Tumulte> hello ! [08:59] <Tumulte> got a very odd problem : when I use ffado-mixer with FW 410, the mouse becomes "stuck" [09:00] <Tumulte> I got a "hands' close" pointer and I can't click anything [09:00] <Tumulte> the system is fully functionnal [09:00] <Tumulte> but I can't click [09:24] <zequence> Tumulte: Sounds strange. You could try dropping into a TTY and kill it [09:24] <zequence> Ctrl + Alt + F1 [09:24] <zequence> Login with your username and password [09:24] <zequence> Then, try: killall ffado [09:25] <zequence> Once you get to to "ffado", don't hit ENTER. Hit TAB a couple of times to see if it autocompletes to something [09:25] <zequence> Once you find something to kill, hit ENTER [09:25] <zequence> To get back to the graphical login, do Ctrl + Alt + F7 [09:26] <zequence> It's either F7 or F8 [09:26] <zequence> If that didn't work, you can reboot the system. One command is: sudo shutdown -r now [09:47] <Tumulte> I already tried killing everything [10:16] <Tumulte> should probably dig the messages [10:28] <zequence> Since it's ffado-mixer, it could be qt [10:28] <Tumulte> is there a CLI for this mixer ? [10:39] <zequence> Not that I'm aware of [10:40] <zequence> I've never had those issues myself. Which release are you on? [10:40] <zequence> Did you add any PPAs? [10:40] <Tumulte> na [10:40] <Tumulte> it's pretty much a fresh US [10:40] <Tumulte> I messed around with pulse [10:40] <Tumulte> d'ont know where I burried the corpse though [10:42] <Tumulte> zequence: so the answer is whatever version there's in US repo [10:42] <zequence> Tumulte: The latest? 15.10? [10:42] <Tumulte> yup [10:43] <zequence> Ok. If you have time, it could be helpful if you did a bug report. You need a launchpad account. [10:43] <zequence> From the terminal: ubuntu-bug <packagename> [10:43] <zequence> Let's see.. [10:43] <zequence> Ah, the package name is ffado-mixer-qt4 [10:44] <zequence> I will eventually try it myself. Think I already have though, but I'll double check. [17:23] <Ivan_the> hi [22:43] <enzo> feether [22:44] <Guest49790> hello i hvae lost the volume [22:44] <Guest49790> have [22:44] <Guest49790> lost [22:44] <Guest49790> anyone [22:44] <Guest49790> chanserv [22:45] <Guest49790> are you there [22:45] <Guest49790> hello [23:13] <Guest49790> hello
ubuntu-chat
2024-05-13T22:11:31.916585
2015-11-13T00:00:00
{ "license": "Public Domain", "authors": [ "Guest49790", "Ivan_the", "Tumulte", "enzo", "zequence" ], "url": "https://irclogs.ubuntu.com/2015/11/13/%23ubuntustudio.txt", "channel": "#ubuntustudio" }