/srv/irclogs.ubuntu.com/2018/04/16/#ubuntu.txt

TJ-Drakeskywing: that sounds like a display manager or desktop environment issue; what is being used?00:01
DrakeskywingTJ-: Unity ._. I seem to have no luck with any other as when I try to set them up I somehow end up locking myself out so I am resolved to 18.04 to Unity. I found a mention that virtual box is the culprit, and restarting unity is a solution but that is a touch ... dramatic00:02
TJ-Drakeskywing: you're running Ubuntu inside a VirtualBox guest, with dual monitors?00:03
TJ-Drakeskywing: also, do you really mean 18.04 (Bionic), or 16.04 (Xenial) ?00:03
DrakeskywingTJ-: Sorry I should clarify a few things, first Ubuntu is the main OS, and I am running win 10 in virtual box *shakes fist at need for Office 365 for work*, and yes I am using 16.04 (Xenial)00:05
TJ-Drakeskywing: Ahhh. So X is driving the monitors correctly but Unity isn't allowing interaction with Windows that appear on the 2nd display, but does allow interaction with it's panel/dash ?00:07
DrakeskywingTJ-: Bingo, I found a stack overflow with someone experiencing a similar issue, and seeming to have the issue when virtual box was run, but other then restarting unity using unity --replace though as I said earlier, seems a bit dramatic and doesn't explain the big question, why?00:10
TJ-Drakeskywing: it sounds like maybe VB is grabbing focus somehow00:11
TJ-input focus that is00:11
DrakeskywingTJ-: not sure about that, since even that is unclickable on the second display00:12
TJ-Drakeskywing: could it be Bug #89112400:13
ubottubug 891124 in virtualbox (Ubuntu) "applets in Unity or menu activities (gnome-shell) does not run when virtualbox run FullScreen" [Undecided,New] https://launchpad.net/bugs/89112400:13
DrakeskywingTJ-: looks sort of like it, will check, got work to get to, thanks for the help00:15
mindnakedjoin #vuejs00:21
mindnakedsorry newbie on weechat.00:21
CheetahPixiesooo00:23
CheetahPixiecan nobody help me with a broken sound device?00:23
slidinghornCheetahPixie: other sound devices are shown?00:28
CheetahPixieYes.00:28
CheetahPixieEvery other one.00:28
CheetahPixieBe it DP/HDMI audio, my Xonar or the onboard.00:29
TJ-CheetahPixie: which kernel module is loaded for the device?00:32
CheetahPixiesnd_es196800:32
CheetahPixieTJ-00:37
TJ-CheetahPixie: and you say aplay doesn't list it?00:37
CheetahPixieCorrect.00:37
CheetahPixieI'm pretty sure it's not a Xonar DX and an ATI HDMI device, or an ATI SB.00:38
TJ-have you experimented with any of the snd-es1968 options? it looks like it has a few, and reading the source-code it sounds like it's a pain to configure correctly in some circumstances - not to mention to program00:40
CheetahPixieI had no idea there even were options for it.00:41
CheetahPixieI plugged it in, pressed the start button, waited, and nothing.00:42
TJ-CheetahPixie: "modinfo snd-es1968"00:43
TJ-CheetahPixie: also, check 'dmesg' for kernel messsages when the device was discovered00:43
CheetahPixie"enabling device (0000 -> 0001)" "not attempting power management" "DMA buffer beyond 256MB." "probe of 0000:05:06.0 failed with error -12"00:45
CheetahPixiecouldn't find that error on google00:45
CheetahPixiecan you see with your developer eyes what causes that?00:45
TJ-CheetahPixie: oh, that matches what I was reading in the source-code header. There's a lengthy discourse on how terrible it is to program for and the weird restrictions it imposes, one of which is the location of the PCI mapped memory00:47
CheetahPixiehm00:47
CheetahPixieany ideas?00:47
TJ-CheetahPixie: Not really. here's the web-copy of the source though, it's worth reading the initial commentary to get and idea of what you're dealing with   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/pci/es1968.c00:49
CheetahPixieso00:49
CheetahPixiedo I just "modprobe snd_es1968 option=value"?00:50
CheetahPixiedo I just "modprobe snd_es1968 option=value"?00:51
CheetahPixieoops00:51
CheetahPixiehow could I solve the PCI memory location thing?00:52
TJ-CheetahPixie: no idea; the mentioned dsps_order option no longer exists00:54
CheetahPixiedsps_order?00:54
tyamurhi. How paint random pixel to framebufer?00:59
CheetahPixieso TJ- quick question01:03
CheetahPixiehttps://forums.gentoo.org/viewtopic-t-123739-start-0.html I'm staring at this *potential* solution, but it seems to use the old sources for it.01:03
CheetahPixieWould there be any way to apply this to es1968.c and compile/insmod myself?01:03
TJ-Errr, that's 2004! I don't think that's going to help01:04
CheetahPixieI mean, it seems to fix the -12 error.01:05
TJ-That code isn't in the module nowadays01:06
CheetahPixieOf course.01:06
CheetahPixieBut the fix there was to swap a line with another.01:06
CheetahPixieI'm assuming a similar quick fix can be done on the new driver.01:06
CheetahPixieIn some way.01:07
=== brainwash_ is now known as brainwash
TJ-The error number is #define ENOMEM          12      /* Out of memory */01:14
donofrioin regards to Accelerated Video how do I test "direct rendering?"01:18
h3ll0w0rldexit01:37
handsawquit02:03
CheetahPixiedonofrio: Usually a 3D application of some sort should display your GPU instead of LLVM in the log.02:21
bugzbunnyCheetahPixie: NO02:37
bugzbunnyCheetahPixie: You are using Open Source stack?02:37
bugzbunnyI don't what LOGs you are using, by 3D work, on Mesa, AFAIK is LLVM, there southpipe02:38
bugzbunnyThere is a few others02:38
donofriois 'rendered' "rasterizer" mean software accel or hw?02:41
bugzbunnyglxinfo | grep direct02:42
bugzbunnyIf it says NO02:42
bugzbunnyIt's software02:42
donofrioit says "no (LIB_ALWAYS_INDIRECT set)02:43
bugzbunnyMeh, you looking for Direct Rendering:02:44
bugzbunnyIt's glxinfo02:49
bugzbunnyAs far as INDIRECT, EGL->GLX but that depends on Appplication02:50
bugzbunnyActually, I have to touch up on INDIRECT again02:51
AurothHi02:54
AurothSo Ubuntu is dropping "32-bit" in 18.10?02:55
JenshaeSad to hear.02:55
JenshaeThere are so many 32 bit machines that run on Lubuntu. (Which I think uses Ubuntu for it's core updates?)02:56
AurothYeah it does Jenshae02:56
leftyfbAuroth: 32bit desktop images were dropped in October of 201702:56
leftyfbYou can still download the sever installer and just install the DE of your choice02:57
JenshaeWill the 32bit only possibly be only the desktop and default apps? Perhaps continue core support?02:57
AurothWill 32-bit packages stop being produced? Because Steam relies on 32-bit packages to function02:57
JenshaeI think Steam installs its own dependencies.02:58
JenshaeMore pointedly, Wine is a bigger concern. Its 64bit abilities are very weak and dependies can be a huge mess.02:58
AurothIt also relies on 32-bit system libc6 and mesa, Jenshae02:59
bugzbunnyAFAIK02:59
bugzbunnyThe 32bit libs exists02:59
AurothSo if 32-bit packages are no longer produced, nobody better complain about me going off topic when I walk people through the debian installation process when they come in here complaining Steam is broken in 18.1002:59
leftyfbAuroth: you'll want to further discuss this in #ubuntu-offtopic since there's no current support issue02:59
leftyfbAuroth: incorrect03:00
bugzbunnyAuroth: The 32libs, exists03:00
JenshaeMesa is a separate team, again can probably install their 32bit drivers. I know Steam installs some of the libc stuff because I have purged and re-installed, fixing some of them that way before.03:00
bugzbunnyAuroth: You can run 32 bit applications, should be, on current Ubuntu03:00
bugzbunnyAuroth: All that changes is the Kernel and boot media03:01
Aurothbugzbunny, I'm talking about 18.10, when they said they'd drop "32-bit"03:01
bugzbunnyNO03:01
bugzbunnyAs, I said, they prolly mean they dropped the 32Bit kernel03:01
bugzbunnyAuroth: That change using the software you use, unless they drop multilib03:02
bugzbunnys/change/doesn't/change/03:02
JenshaeDoes Ubuntu provide dependencies for Unity3D or is the described updates I am looking at for the desktop?03:04
bugzbunnyJenshae: What doesn't work with Steam?03:04
bugzbunnyI never seen a hard dependency on Game Engine03:04
JenshaeOkay, will assume it is for Unity desktop environment. Thanks.03:05
=== Auroth is now known as stevendale
=== Aztec03 is now known as Aztec03|afk
bugzbunnyJenshae: Unity3D is game engine03:07
bugzbunnyJenshae: That is diametrically opposed to Unity desktop?03:08
JenshaeI know but it is conceivable that Canonical would release support to help it work better.03:08
bugzbunnyJenshae: That is diametrically opposed to Unity desktop?03:08
JenshaeIt is not because both do full screen displays.03:09
slidinghornThis is no longer an ubuntu support discussion, and it should probably continue in #ubuntu-offtopic or elsewhere03:09
=== stevendale is now known as Auroth
bugzbunnyJenshae: You were mistaken03:17
bugzbunnyGot it03:18
bugzbunnyJenshae: What version of Ubuntu do you have?03:18
Jenshae16.04 and I do mean, in my original question, "Is Canonical providing updates to assist the Unity3D (game engine not desktop) in performing better on Ubuntu.03:20
bugzbunnyNO03:21
Jenshae+?"03:21
JenshaeOkay. :)03:21
bugzbunnyJenshae: What GPU do you have?03:21
JenshaeR9 390 with Mesa 1703:21
CheetahPixiebugzbunny: logs for that specific program that uses 3D.03:21
bugzbunnyJenshae: CheetahPixie AMD has been pushing a lot open source code...03:22
bugzbunnySo you both know03:22
bugzbunnyNow, for R9 390, do you know what GCN version?03:22
=== Aztec03|afk is now known as Aztec03
CheetahPixieYes.03:23
CheetahPixieI know.03:23
CheetahPixieI've been using it for over a year.03:24
bugzbunnyThat matters how MATURE the AMDGPU kernel driver is03:24
CheetahPixieWhat's that got to do with anything?03:24
bugzbunnyIt matters a lot03:24
CheetahPixieSomeone was asking how they could see if they had DRI.03:24
bugzbunnyWhen we talking about AMD hardware03:24
CheetahPixieI wasn't asking about AMDGPU.03:24
CheetahPixieI don't even know why the hell you asked me what stack I was using03:24
CheetahPixieI don't even know why the hell you asked me what stack I was using.03:24
bugzbunnyActually I thought you was supporting him earlier03:25
bugzbunnyDid you you change your mind03:25
CheetahPixieIn a DRI application's log, the stack doesn't matter *at all*.03:25
bugzbunnySo you change your mind?03:25
CheetahPixieAll that matters is what the log that THAT SPECIFIC PROGRAM displays.03:25
CheetahPixieI answered his question.03:25
CheetahPixieI don't think that's "changing my mind".03:25
bugzbunnyOkay, so you don't know about AMD hardware?03:25
slidinghorn!ot03:26
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!03:26
CheetahPixie...From where the hell do you reach that conclusion?03:26
bugzbunnyWell you don't know03:26
CheetahPixieAbout what?03:26
slidinghornplease take this argument to another channel.03:26
bugzbunnyJenshae: AMDGPU supports GCN hardware03:26
untorehhello, when I turn the keyboard on/off, /etc/default/keyboard is not applied, is this udevd acting up?03:27
bugzbunnyJenshae: If the R9 is GCN, it's supported but not fully03:27
CheetahPixieuuuuuuh03:27
bugzbunnyJenshae: I would have to look it up, but look up what version of GCN, because I think R9 is GCN03:28
bugzbunnyJenshae: I know they rebrand03:28
untorehr9 is gcn 1.103:28
JenshaeNot a clue, bugzbunny on GNC, sec, looking something up.03:28
slidinghornbugzbunny: you're rambling on about a question that's already answered.  Please stay on topic for once.03:28
bugzbunnyK03:28
bugzbunnyAMDGPU is supporting the latest hardware by on Phoronix, AMD GUY, for GCN 1.103:29
bugzbunnyThat should really get some decent code03:29
bugzbunnyslidinghorn: What argument? Where?03:30
bugzbunnyslidinghorn: Point to a specific argurment and please explain what the argument is about?03:30
CheetahPixieSo. This lad had a question: "How do I test direct rendering?" I answered that question. Then you picked an argument for no reason, forcing the involvement of an open source stack, AMD, their drivers, and the maturity thereof for absolutely nil logical reason. Not to mention you seemingly missing the obvious reference to the application's own log. I'm not gonna say another word on this silly bikeshed.03:30
bugzbunnyWhere?03:31
bugzbunny22:42 < donofrio> is 'rendered' "rasterizer" mean software accel or hw?03:31
bugzbunny22:42 < bugzbunny> glxinfo | grep direct03:31
bugzbunny22:42 < bugzbunny> If it says NO03:31
CheetahPixiehttps://i.imgur.com/RqM96WH.png03:32
CheetahPixieRight here.03:32
skweekI have a fun linux puzzle ! https://justpaste.it/1jnyv if anyone is around to help solve it :-)03:33
slidinghornskweek: this is not on topic for this channel03:33
bugzbunnyThat was a argument proof?03:33
slidinghornbugzbunny: DROP. IT.03:33
bugzbunnyslidinghorn: Drop what?03:33
bugzbunnyslidinghorn: Ban me03:34
chuBack to support please. You can take this argument to #ubuntu-offtopic or #ubuntu-discuss if you must continue.03:34
CheetahPixieI've no interest in continuing this crap. I'm having too many blunder year flashbacks already.03:34
JenshaeUmm... whilst a clear example of breaching channel rules might be helpful for some, wouldn't it be best to move the discussion of moderation and tangents to another channel? 0:p03:34
CheetahPixieOkay, let's repost my issue.03:34
bugzbunnyThere was never argument to begin but they are suggestion it was to sway the channel03:35
Jenshae(Then put the results of that discussion, distilled down for brevity into the topic?)03:35
CheetahPixieMaestro 2E, snd_es1968, 10ec:8168; not available as a sound device, probing of the module seems to fail with error -12.03:35
CheetahPixieThere was an argument. I think there's a language barrier here.03:36
CheetahPixie(I also have the source for this driver in front of my nose.)03:36
bugzbunnyI will ignore you both03:37
bugzbunnyThey are ignored03:37
JenshaeCheetahPixie: Does this help you and what model machine are you using? https://ubuntuforums.org/showthread.php?t=148375003:38
CheetahPixieSelf built machine.03:38
CheetahPixieSwapped out unused SCSI card, wanted to play SNES.03:38
JenshaeMotherboard = ? Onboard or PCI-(e?) card?03:39
CheetahPixiePCI card. Name of it is specified above.03:39
CheetahPixieAs well as PCI ID and kernel module.03:39
JenshaeI keep seeing only laptop results for Maestro 2E, which is why I thought it would be an onboard one.03:40
CheetahPixieAgain, no dice.03:40
CheetahPixieIt's present and identified, but I think the kernel module is failing to load, hence the probe error.03:41
CheetahPixieWhich gives a "DMA buffer above 256MB" or somesuch.03:41
JenshaeIs it a new card? Can it be returned?03:41
allizomCheetahPixie: you posted the PCI ID of a network card03:41
CheetahPixieOh.03:41
CheetahPixie125d:197803:41
CheetahPixieGood morning, guys. I'm still tired. :P03:41
=== antimist|alt is now known as antimist
ttyXhi all03:43
ttyXI was configuring ad domain auth on 16.0403:43
ttyXbut now all users can login without password03:44
ttyXcan someone tell me what I screwed up?03:44
Jenshae04:42 and haven't slept. Insomnia for the win. I know it is Debian CheetahPixie but that is extremely similar to Ubuntu at core. Does this help? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352758 I know this is obvious but have you gone through it? https://help.ubuntu.com/community/SoundTroubleshooting Beyond this, I can only recommend looking at supported and tested sound cards. http://www.alsa-project.org/main/in03:47
ubottuDebian bug 352758 in installation-reports "installation: "etch" installer fails to detect/configure PC card NIC" [Normal,Open]03:47
CheetahPixieUbuntu is, to an extent, a Debian system, so it applies. :P03:48
CheetahPixieLemme read that.03:48
CheetahPixieUh03:48
CheetahPixieI didn't buy this card03:48
CheetahPixieI literally had it in my "old shit" stash.03:48
CheetahPixie(Which contains satellite transceivers, go figure.)03:48
CheetahPixieHow do I differentiate cards in pacmd?03:50
CheetahPixieNevermind.03:50
=== Wulf4 is now known as Wulf
JenshaeYeah, 125d:1978 gives NIC results again.03:50
CheetahPixieI have the integrated audio and my sound card.03:50
JenshaeWhat is wrong with your integrated sound card?03:51
=== Auroth is now known as Ninetails
CheetahPixieModprobe fails with error -12.03:51
CheetahPixieOr, well03:51
CheetahPixieat least said that probing failed.03:51
=== Ninetails is now known as stevendale
JenshaeIf both are failing, does it stand to reason that it is something more central, such as needing to re-install ALSA and Pulse?03:52
CheetahPixieNo.03:52
CheetahPixieOnly it is failing.03:52
CheetahPixieOnly that card.03:52
CheetahPixieMy Xonar works fine.03:53
CheetahPixieI have HDMI/DP audio in my GPU, but nothing to test it with. Probably works fine.03:53
CheetahPixieOnboard also works fine.03:53
JenshaeThen use the Xonar for now and test the PCI card in another machine?03:53
CheetahPixieAlready did; works perfect on Windows XP in a HP machine.03:53
CheetahPixieThe PCI slot is not faulty either; it is perfectly capable of booting SCSI drives off my adapter.03:53
CheetahPixiealso Jenshae the third link 404s.03:55
Jenshae32 bit vs 64 bit problem? Various games should use the HDMI output on your graphics card. You can change default devices and direct sound to there. Have you tried running "alsamixer" in terminal to make sure that you haven't muted anything?03:55
CheetahPixieUh.03:56
CheetahPixieI have no equipment to use sound from my GPU, at all.03:56
=== stevendale is now known as lovingninetails
CheetahPixieAnd yes; the card literally does not show up.03:56
CheetahPixieAnd I can't plug my gameport stuff into anywhere *but* there.03:56
CheetahPixieWhich is why I popped it in in the first place.03:56
CheetahPixieAnd what am I looking for in that bug report?03:57
JenshaeFor the third link, search the phrase, " Is my sound card supported by the Ubuntu " within the second link's contents.03:57
JenshaeIf that still fails, then paste the third link into Google and click the small " V " green arrow to look at cached contents.03:58
CheetahPixieAnd yes, this card is supported by ALSA.03:59
CheetahPixieYou copied an incomplete link, that was the problem.03:59
Jenshae2000-02-28  ALSA 0.5.4b driver package was released (Intel i8x0/MX440 driver fixes).  ALSA 0.5.4 packages were released (added alpha ESS Maestro 1/2/2E driver, improved Intel i8x0/440MX driver, AC'97 updates).04:01
JenshaeAlsa does have some minimal support for your card.04:02
JenshaeIt looks like it has done more work on Maestro 3 however.04:02
CheetahPixieOf course.04:02
CheetahPixieThis is like a 3000 LOC driver.04:02
CheetahPixieI got no clue what I'd be doing with this code, and would have to map it out by hand if I were to ever try to redo things.04:03
CheetahPixie(Or actually fix shit, which there seems to be a lot of, according to the comments.)04:03
ttyXmy user isn't member of nopasswdlogin but lightdm isn't asking for login password04:06
CheetahPixieMy only suggestion is to check if you screwed up something in the network config. Sounds like a failure to fetch the set passwords, or a fallback to no passwords at all.04:07
CheetahPixieWouldn't know a thing.04:07
CheetahPixieBut I've got a clue or two about AD.04:07
CheetahPixieAre the accounts in question on the remote server?04:07
ttyXlocal user04:07
bugzbunnyHmmm04:07
CheetahPixieSo the local machine is the AD server?04:08
ttyXunjoined domain04:08
ttyXnope04:08
CheetahPixieAnd the accounts are local...?04:08
ttyXclient machine on a windows domain04:08
JenshaeSorry. I'm out of ideas. Perhaps get a cheap mainstream and supported card?04:08
ttyXyes04:08
bugzbunnyI ignored ttyX04:08
CheetahPixieJenshae: It was literally in my pile of junk that I keep around for kicks. Didn't buy it, not gonna buy another.04:08
bugzbunnyBecause I want to help04:09
CheetahPixiettyX: Then you probably screwed up when you did join the domain.04:09
ttyXCheetahPixie, but I'm no longer on domain04:09
CheetahPixieI know.04:09
ttyXreal list shows nothing now04:09
CheetahPixieWhat I'm saying is that when on the domain, the accounts should be remote, but able to log in on the client.04:09
JenshaeWell, what ever need you have for it, do you have another in your pile of junk or can you check with your local IT shop and see if they are about to recycle a working but old sound card?04:10
CheetahPixieIf you did adduser username for everything, then you created local accounts unlinked to the domain.04:10
ttyXyes everything was working fine but then this new issue popped up04:10
ttyXlightdm isn't asking for login password04:10
CheetahPixieJenshae: I tried numerous times to scan them for old equipment and nada.04:10
CheetahPixiettyX: How well versed are you in AD?04:10
CheetahPixieIt should behave like it does on Windows afaik.04:10
CheetahPixieYou get local folders there, but if you net user in the cmd, it only shows local accounts.04:11
CheetahPixieLikewise, listing local users on your machine should not show the users on the domain.04:11
ttyXCheetahPixie, my major issue right now is that lightdm isn't asking for login password even for local user and that user isn't member of nopasswdlogin group04:11
JenshaeCould try something like, "Freecycle" people list things on there. It might be an old PC with a sound card to keep an eye out for that.04:12
ttyXI can rejoin domain later but first have to fix this04:12
CheetahPixieIs the password on that user empty?04:13
CheetahPixieWhat happens if you su into it?04:13
ttyXnot empty04:13
ttyXit asks for password when I ssh04:14
ttyXonly lightdm isn't04:14
ttyXso as you can guess su is asking for password04:14
ttyXthis is a lightdm issue04:14
JenshaettyX: Try this one in reverse? https://answers.launchpad.net/ubuntu/+source/lightdm/+question/17232304:15
JenshaeCheetahPixie: Have you done step 1 of - https://help.ubuntu.com/community/SoundTroubleshootingProcedure this?04:21
Jenshae*With* the card plugged in?04:21
ttyXJenshae, no luck04:30
=== timothy is now known as Guest38465
ttyXcould it be pam?04:31
JenshaettyX: Destroy and remake that user?04:32
ttyXor maybe create new one04:32
ttyXok wait04:32
ttyXsame issue04:33
ttyXuser created but no password being asked on lightdm login screen04:33
ttyXI just have to click login and it logs me in04:33
ttyXbut when I lock the screen I do get asked the password04:34
ttyXbut not on relogin04:34
CheetahPixieJenshae: Yes.04:48
=== kallesbar_ is now known as kallesbar
JenshaeCheetahPixie: Check and clean the copper connectors on the card? Try a different slot?04:53
JenshaeHave you tried something low power and without any volume control on it, such as ear-bud head phones? How about something with an inbuilt amp?04:54
Jenshae(First one is that it might be power deprived, second that output might not be amplified)04:55
=== Jochen_wvdT is now known as Schlawiner
CheetahPixieUh05:04
CheetahPixiethe card worked perfectly in another machine.05:04
CheetahPixieIt's detected by lspci, but not "enabled" due to a DMA error.05:04
argusbri need scan open ports 80,8291 ip start start 45.4.4.0 ip rang end 45.4.7.25505:07
JenshaeQuestion: Is there a way to turn off the abilities for apps to grab focus? For example, I was updating a game and while that was happening, I ran a sudo command, it grabbed focus in the middle of typing my password. Surely that is a security risk as a program could theoretically record inputs and capture whole passwords?05:07
Jenshae(The game grabbed focus because it finished the update)05:08
lotuspsychje!info nmap | argusbr05:13
ubottuargusbr: nmap (source: nmap): The Network Mapper. In component main, is extra. Version 7.60-1ubuntu1 (artful), package size 5108 kB, installed size 23598 kB05:13
JenshaeYes CheetahPixie the other machine has a different power supply. If you want to be sure that the hardware is working. Then put a Windows drive in the machine and test it works that way (or dual boot)05:13
argusbrlotuspsychje how to use05:17
CheetahPixieThis machine has a higher quality power supply, and the card uses no external power.05:19
lotuspsychjeargusbr: nmap -PN -sV ipadress-here05:21
argusbrnmap -PN -sV 45.4.4.0-45.4.7.25505:22
argusbrStarting Nmap 7.01 ( https://nmap.org ) at 2018-04-16 02:22 -0305:22
argusbrFailed to resolve "45.4.4.0-45.4.7.255".05:22
lotuspsychjeargusbr: one ip, the whole range will take a long time05:24
argusbri need use start and end ip05:25
argusbrno cdir05:25
argusbris possible?05:25
CheetahPixieJenshae I also verified it to be working in my XP machine.05:50
=== Tinus is now known as Guest10972
slidinghornCheetahPixie: someone answered you in the Discord, by the way06:06
bugzbunnyargusbr: Yes,06:06
=== lovingninetails_ is now known as lovingninetails|
CheetahPixieslidinghorn: They should've pinged.06:30
JenshaeCheetahPixie: If you run Windows on the current machine and the sound card works, that rules out any hardware problems. Then it is all definitely down to your operating system.06:34
JenshaeSaying it works in a different machine means that the card physically works but doesn't test compatibility with motherboard, power supply or the physical connection.06:35
JenshaeFor testing purposes, you don't have to activate Windows.06:36
swebi want to change my keyboard map, i want when i press `pause/break` trigger `end`. how can i configure it ?06:37
JenshaeAnyone on my "disable grab focus" question?06:37
ducasseJenshae: i don't think there's any way to prevent it apart from rewriting the programs to not do it06:42
kk4ewtJenshae,  what Desktop Environment06:53
=== hph^ is now known as shah^
=== peroni2 is now known as peroni
=== shah^ is now known as hph^
JenshaeUnity, default of Ubuntu.07:10
lars_Quick noob question: I tend to install and reinstall a lot on older hardware, so I want a small install, and rather download what I need.  I read that there (might?) be a different kernel running on ubuntu server.  Will this be a bad thing when using it as a desktop?07:11
lovingninetailslars_, There's a Ubuntu net installation image that will let you select what components you want to install07:12
lovingninetails:)07:12
slidinghorn!minimal | lars_07:12
ubottulars_: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD07:12
=== Sven_vB_ is now known as Sven_vB
JenshaeServer kernels will naturally have more. I have tried it for RAID problems. I find straight Lubuntu  works best for laptops but debian and then pick LXDE might be about the same, though I think it will be a bit higher than Lubuntu.07:13
ducasselars_: the server images use the same kernel07:13
lars_thank you for all your answers!07:14
JenshaeI keep being told that ducasse but I have installed the latest of server and Ubuntu. One has shutdown problems that the other does not on the same hardware, suspend and hibernate problems. One's RAID worked where the other did not and so forth. I can agree they might have the same stem, like Knoppix and Ubuntu share Debian but they aren't exactly the same even when you drop to command (ctrl alt f2)07:15
ducasseJenshae: there are different package sets installed, but the kernel is identical07:16
JenshaePackage sets as central to the system as shutting it down?07:17
ducassepretty core packages, yes07:18
=== shannara_ is now known as shannara
JenshaeOkay then, server default is heavier in the packages it uses even without a desktop.07:20
JenshaeIdle htop results on the same hardware were higher with server.07:20
Jenshae(I did end up with Debian + LXDE on that machine but learnt a lot about it and made a 4x 500GB RAID 5 archive server out of a desktop (very cheap storage for stuff that should be deleted and frees main server space and since it is accessed so infrequently, the lack of hardware is fine))07:22
lars_another think that's been troubling me the last few days:  is there a simple command to act as a root user in de?  I did the whole unlock root thing, but it's sort of inconvenient07:28
ducasselars_: start the program you want to run as root with gksudo07:29
lars_allright, thank you, I think I tried that?  I'll try it again and see what happens07:31
ducasselars_: use gksudo instead of sudo, as it will take care of setting up the environment07:32
lars_right07:32
UbuntunewbieHello07:37
UbuntunewbieRunning Ubuntu 16.4 LTS, and having trouble with HDMI being blurry on my TV.07:38
lars_!minimal07:38
ubottuThe Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD07:38
UbuntunewbieIt worked fine initially, then i updated and now it is ruined.07:39
UbuntunewbieAnybody here that's able to help?07:45
UbuntunewbieHello?07:45
UbuntunewbieHaving trouble with HDMI on 16.4 LTS. Text is blurry after update, what to do?07:49
mand0rlaHi, I just turned ufw on and installed Gufw. Do I have to install all the rules for programs I want to connect or they're added already for Dropbox, etc? U think a firewall is necessary? Thanks07:54
robbmunson!patience | Ubuntunewbie07:56
ubottuUbuntunewbie: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/07:56
mand0rla^_^ yes I feel ignored, but my ex-gf has strengthened my tolerance to that, thanks robbmunson and ubottu08:00
robbmunsonWasn't directing it to you, pal :-)08:01
robbmunsonJust have patience in here is all I ask, as it's anywhere from 12-4AM in the USA (where a lot of our users are based).08:02
ZajtHey! I got 10 users in a ubuntu VM and wanna install some tools like gdb for each user, what's the easiest way to install some tools for all 10 users? Is there some faster way than doing it manually?08:03
ducasseZajt: just install systemwide08:05
=== jona303 is now known as nostradamus
Zajtalright will do that, thanks08:05
Zajtso will do like: sudo apt-get install programhere08:06
Zajtand I should be fine08:06
ducasseyes, that will give all users access to it08:07
=== vlt1 is now known as vlt
TheGrumpyScotQ. Re. bond and netplan. After applying a configuration where two thernet ports are bonded, the bond gains the ip address correctly however one of the two ethernet ports gains the same ip address. Is this expected behaviour?08:24
zhangshoukunhi08:31
simba`hello am i in #ubuntu08:53
simba`?08:54
bazhangsimba`, ubuntu support issue?08:54
simba`bazhang: yes hello08:55
bazhangsimba`, this channel is for support chatter is in #ubuntu-offtopic08:55
simba`bazhang: i think i have borked my computer a bit:08:55
simba`i am logged in under tty4 i think, when i try to log in graphically it takes me back to login screen08:56
simba`bazhang: can you help me with this?08:58
bazhangsimba`, please provide full details, and if someone knows they may help you08:59
simba`17.10, fails in gnome and unity09:00
Oolgraphic drivers problem ?09:00
simba`it was showing the login scren nicely09:00
simba`screen*09:00
Zajtducasse: how can I install this for all users: https://github.com/longld/peda ? according to the instructions there, I should add something to a file, will I have to do this on all 10 user acccounts?09:01
Oolno write possibility into the user home (Xauthority …)09:01
simba`Ool:what does that mean?09:01
Oolin the tty did you have access to your home ?09:02
simba`i am in the tty now, running irc in emacs09:02
simba`i have access to home09:02
simba`id been messing with some .profile stuff earlier in the day, im gonna try commenting out the file09:04
Ooland you have free space left ?09:04
Oolyou can try with guest account or a new account09:04
simba`yes i have space, i can login with tmp user09:04
slatechenexit09:04
simba`good question09:05
Oolif it's work with new account, you may have something blocking, into your .profile, or your .gnome2 or .whatever… but difficult to know exactly what09:07
simba`xsel: Can't open display: (null)09:07
simba`: Inappropriate ioctl for device09:07
simba`xsel: Can't open display: (null)09:07
simba`: Inappropriate ioctl for devic'09:07
simba`did i just paste system messages into irc09:08
simba`or is that only visible to em09:09
simba`me09:09
konimexyou just did paste system messages into irc09:09
simba`ok that is accident09:10
simba`i restart09:10
symbaok commented .profile restarted now logged in09:20
symbaok did some bisection debuggery09:23
=== keko is now known as Guest2333
symbathe --experimerimental-instant-mode of a plugin broke my stuff09:24
symbaof coruse09:24
Butterfly_it's experimental for a reason :)09:24
* symba is a guinea pig09:25
symbathanks for your attention09:26
symbagday09:26
=== tom is now known as Guest25561
UbuntunewbieAnybody able to help me with HDMI issue?09:51
hateball!ask | Ubuntunewbie10:05
ubottuUbuntunewbie: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:05
UbuntunewbieHateball Andre Bergli Vatne10:09
UbuntunewbiePolice is investigating you. So you know. So please Feck off. Go and rape another 68 year old women, again. Forgot to take your GHB today?10:10
UbuntunewbieAnd get the feck out off the comments fields on Youtube, get a life beyond dope mf.10:11
TJ-!coc | Ubuntunewbie10:13
ubottuUbuntunewbie: The Ubuntu Code of Conduct is the document that spells out etiquette in the Ubuntu community | http://www.ubuntu.com/project/about-ubuntu/conduct | For information on how to electronically sign the CoC, see https://help.ubuntu.com/community/SigningCodeofConduct | Watch http://static.screencasts.ubuntu.com/videos/2010/12/22/004-SigningCoC.ogv10:13
ducasseUbuntunewbie: please stop that, stick to support10:13
UbuntunewbieSo get rid of the stalker mentioned then. I am here to get help, get rid of the troll.10:14
hateballUh, ok10:14
hateballAt least we get all sorts, that's something10:14
UbuntunewbieHateball troll stalker, get rid of that guy. and all the other profiles he has online here.10:16
confluencyUbuntunewbie: stop it.10:16
Ubuntunewbieprobably a bunch of them.10:16
laptophello do anyone know of a program that translates pdf to mp3 files10:29
holloway_quit10:31
dwh?10:33
dwh1110:33
hateballlaptop: you want a text-to-speech-to-mp3-file application?10:38
laptopyes10:39
laptopyes one that does that immediately is free and has no limits on amount of characters10:39
JimBuntulaptop, does it require OCR as well for PDF text that is in image form?10:39
laptopyes or we can do text format like rtf10:40
dbuggerHello everyone10:41
JimBuntulaptop, I'm not aware of a single application which does all of this. I have used pdf2txt (PDFMiner) quite a bit in the past to grab the text from a PDF.10:41
dbuggerCan someone help me how to install docker-compose v 1.11? I cant seem to install nothing beyond 1.8 for some reason10:41
laptopthere are programs for windows10:42
hateballlaptop: I don't think there's a single program to do this, you'd need to OCR the PDF then feed into a text-to-speech engine, and record that to a file of desired format10:44
laptopokay what program just does text to speech with out me having to record it10:45
hateballthe only one I know of is festival10:46
JimBuntupico2wave10:46
hateball!info festival10:46
ubottufestival (source: festival): General multi-lingual speech synthesis system. In component universe, is optional. Version 1:2.4~release-3 (artful), package size 814 kB, installed size 2688 kB10:46
JimBuntu!info svox10:46
ubottuPackage svox does not exist in artful10:46
JimBuntu!info pico2wave10:46
ubottuPackage pico2wave does not exist in artful10:46
JimBuntu!info libttspico-utils10:47
ubottulibttspico-utils (source: svox): Small Footprint TTS (binaries). In component multiverse, is extra. Version 1.0+git20130326-5 (artful), package size 7 kB, installed size 29 kB10:47
HachiThis place dead?10:48
JimBuntuliving dead10:49
Hachilol10:50
JimBuntuHachi, this channel picks up in about 2 hours10:50
hateballEuropeans are lunching, Americans are sleeping10:50
HachiTime zones, eh :/10:52
TJ-It just means the folks awake right now don't keep breaking their systems :)10:53
lotuspsychjelol10:53
HachiTrue10:53
budfoxHi, I can't turn off write protection on my USB. Deleting files, attempting to format etc. in Windows 10 gives me "The disk is write protected".10:56
budfoxI suspect this is due to me running SDelete (https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete) and cancelling the operation before it finished, as there's now a large SDELTEMP file on the USB.10:56
budfoxThere is no "Security" setting in "Properties" where I can turn off write protection, so I attempted to remove the write protection through RegEdit -- https://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/usb-flash-drive-prompts-with-write-protected/2012d40c-7d90-4967-b2c2-2d67c08561e2) -- but to no avail.10:56
budfoxI also tried Linux: https://askubuntu.com/a/571340 -- unfortunately that failed too: hthttps://gist.github.com/dt1973/77eb6512261e580dfc5e220e115ab3f610:56
budfoxAnyone?10:56
JimBuntu!patience | budfox10:58
ubottubudfox: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/10:58
budfoxhehe10:58
budfoxthanks JimBuntu :)10:58
lotuspsychjebudfox: what kind of usb brand would that be, did you try format with gparted yet?10:59
budfoxlotuspsychje: no idea, it's this mockup of a real cut off usb cable.. the thing is rubber and says "MER" in bold white10:59
budfoxand inside it is this little usb pen with no brand name on it10:59
budfoxlotuspsychje: have not tried gparted yet, no :)11:00
JimBuntubudfox, I noticed that you tried to blank the partition via dd, instead of blanking the device as a whole. Have you tried `dd if=/dev/zero of=/dev/sdb bs=4k && sync`11:00
user__maela11:00
lotuspsychje!english | user__11:00
ubottuuser__: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList11:00
budfoxJimBuntu: very nice catch! cheers!11:03
budfoxwill try that right after gparted11:03
laptophttps://www.zamzar.com/convert/pdf-to-mp3/#11:05
budfoxNope, even gparted is giving me read-only errors. I think it's time to trash this usb11:08
budfoxbuy a new one for 99c lol11:09
budfoxmy friend who owns it ain't gonna like it though. i better be ready to defend against any hits to the face :D11:09
budfoxshame, was a nice looking usb..11:10
mojtabaHello, I have created a service for autossh, http://paste.debian.net/1020536/, but when I reload systemctl daemon and restart the service, I got the following status: received signal to exit (15)  Do you know what could be wrong?11:10
jc2130Sup11:13
lotuspsychjebudfox: you still need data from it?11:13
lotuspsychje!support | jc2130 is up11:14
ubottujc2130 is up: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com11:14
beefjoeAny estimate on when will 18 LTS be released ?11:15
beefjoeshould be during April, but anything more specific ?11:15
oerheksbeefjoe, yes, see the bionic page, 26th11:15
EriC^^beefjoe: april 26 i think11:15
beefjoeI see, thanks11:16
beefjoedidn't notice an exact date..11:16
oerhekshttps://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule11:16
beefjoeawesome11:17
beefjoeI guess it'd be better to install 18 rather than update from 16.0411:17
EriC^^beefjoe: yup11:17
confluencyWhy?11:17
confluencyLTS to LTS should be fine.11:17
beefjoethere's the whole unity gnome thing..11:18
confluencyThat shouldn't have any impact on the upgrade.11:18
beefjoehmm11:18
confluencyIt isn't going to change your installed DE; as far as I know the Unity package is still active.11:18
beefjoebtw are we going to get the community theme ?11:19
beefjoelike default11:19
lotuspsychjeconfluency: update is reccomended on 18.04.111:25
oerheksnot all features should be revealed, let ubuntu surprise you :-D11:25
lotuspsychjebeefjoe: community theme will be downloadable as a snap11:26
Cheezhow many years into LTS until amd support 18.04 with amdgpu?11:27
CheezI'm going to estimate 311:27
lotuspsychje!lts | Cheez11:35
ubottuCheez: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Xenial (Xenial Xerus 16.04.1). Ubuntu !flavors may have different support durations, check their release notes for information.11:35
olegHello, is it will be problem if i will try update from 16 lts to 18 lts? Did any one update in this way?11:36
Cheezi was being facetious, lotuspsychje. amd still don't support 16.04 properly with amdgpu. :)11:36
lotuspsychjeoleg: we reccomend updating in june, when 18.04.1 comes out11:36
linuxconformeris it possible to use different keys for ssh?11:36
leftyfboleg: There is no version 16 or 18. If you're referring to 18.04 and 16.04, 18.04 is no released yet. Once it is released later this morning, yes, upgrading from 16.04 to 18.04 should be easy enough.11:36
beefjoehehe11:37
beefjoethanks guys <311:37
leftyfblinuxconformer: what do you mean?11:37
olegleftyfb, sorry for mistakes i mean 16.04 and 18.04, ok thanks for information11:38
linuxconformerleftyfb: if i'm a freelancer, but also have my own projects, how can i use different SSH keypairs depending on the work i'm doing11:38
u0_a158i'm training a linux11:38
beefjoeleftyfb later this morning ?11:38
linuxconformer(i.e. can i switch between different key pairs depending on whether i'm doing freelance work or my own)11:38
leftyfblinuxconformer: just upload the public key you want to use to the remote device and use the local private key that goes with it11:39
leftyfblinuxconformer: man ssh_config11:39
leftyfbbeefjoe: oops11:39
leftyfbbeefjoe: goes to show you I'm not fully awake this morning :)11:39
u0_a158hoho11:39
linuxconformerleftyfb: i'm already using ssh, but i want to create a different key pair for my freelance client11:40
u0_a158oh11:40
leftyfblinuxconformer: yes, you already said that. And I told you what to do above11:40
linuxconformerleftyfb: oh, are public keys different depending on the remote?11:41
u0_a158do you have a connect vpn with kali?11:41
leftyfblinuxconformer: only if you want them to be11:41
linuxconformerleftyfb: cool, didn't know that was possible. thanks11:41
u0_a158oh ok11:41
leftyfb!kali | u0_a15811:41
ubottuu0_a158: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)11:41
pragmaticenigmaleftyfb, Ubuntu 18.04 is still on the schedule for release on 26th of April. Not today11:42
leftyfbpragmaticenigma: yes, as noted, it was my mistake11:42
u0_a158what about issue in ubuntu?11:42
leftyfbu0_a158: do you have an ubuntu support question?11:42
u0_a158ubuntu latesd version11:43
leftyfbu0_a158: what about it?11:43
pragmaticenigmau0_a158, Do you have support questions specific to Ubuntu?11:43
u0_a158Hmm bug from gnome11:44
u0_a158my ubuntu it's a laggy11:44
u0_a158issue ubuntu a launchpad bug11:46
leftyfbu0_a158: which bug?11:46
pragmaticenigmau0_a158, Please ask your question upfront, all on one line. Be direct in your question, and put as much information as you can on one line.11:47
u0_a158if you already know about gnome bug, many user ubuntu 17.10 complained about it11:49
beefjoexD11:50
lotuspsychjeafternoon cfhowlett11:52
cfhowlettevening lotuspsychje11:52
lotuspsychje:p11:52
cfhowlettlotuspsychje, I grabbed the communitheme for 18.04 but it was no go as Ubuntustudio is built on xfce not gnome11:55
lotuspsychjecfhowlett: ah11:58
lotuspsychjecfhowlett: studio still supported properly as you know?11:58
cfhowlettof course.11:58
cfhowlettit actually used to be gnomebased as well.  when unity was adopted, it switched to xfce.11:59
=== Mathis|2 is now known as Mathis
lotuspsychjecfhowlett: will it release bionic too?11:59
cfhowlettI inquired, but there seems to be little interest in switching back.11:59
cfhowlettyes bionic is coming11:59
lotuspsychjeneat12:00
TJ-ubuntustudio 18.04 won't be LTS though12:01
cfhowletteh?  what?12:02
TJ-According to the lead developer in #ubuntu-devel a few days ago12:02
cfhowlett?!  the h 3 7 7 ?12:02
TJ-Apparently insufficient developers to provide long term support12:02
TJ-I'll try to find the log of it12:03
cfhowlettnews to me.  xubuntu will be LTS and US is built on xubuntu.  confusing.12:03
cfhowlettthanks TJ-12:03
BluesKajHey folks12:03
TJ-#ubuntu-release.weechatlog:2018-04-12 18:04:50     ErichEickmeyer  infinity, slangasek: The response has been overall in favor of Ubuntu Studio not being LTS this time around. Unfortunate, but until we can drum-up the manpower, that's kindof where we're at. :/12:05
cfhowlettdaaaaaaaaaaaaaaaaang.12:05
cfhowlettsad.  Oh well, 16.04 is LTS and I can always switch back to ubuntu12:05
JimBuntuWelcome to the world of FOSS12:05
TJ-contribute some manpower :)12:05
* TJ- has a full time occupation simply reporting/triaging bugs :p12:07
mjayk112:21
=== bhalithan1 is now known as bhalithan
resc_051b3_3205hello. can anybody help me fixing my dualboot? :(12:26
lotuspsychje!dualboot | resc_051b3_320512:26
ubotturesc_051b3_3205: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot12:26
f00hello how can i set an older kernelversion to boot as default ? edited /etc/default/grub to GRUB_DEFAULT=saved and GRUB_SAVEDEFAULT=true but still boots the kernel that i dont want12:27
resc_051b3_3205i deleted the whole linux partition and now im not able to boot. i tried to solve the issue using rescatux but im not able to fix it12:28
exarkunf00: You probably have to run some command to install the new config.12:28
f00plus i tried to set i.e. GRUB_DEFAULT=3 but its for the first boot options. it does the memtest. the kernel choice is in a submenu12:28
exarkunAnyone know if a _good-quality_ driver for "Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]" for Xenial?  (Or correct configuration options for one of the obvious driver choices to make it work well?)  Most recent information I can find suggests rtl8xxxu should be a good driver for it - but this driver only negotiates 1Mbit/sec rate.12:28
f00after i edited /etc/default/grub i ran sudo update-grub12:29
exarkunf00: How about using the `grub-set-default` command?12:30
f00i hear for the first time...ill try12:30
resc_051b3_3205:(12:30
JimBunturesc_051b3_3205, live-boot & Testdisk?12:31
lotuspsychjeexarkun: those realtek and ralink always a pain to find right firmware..is your system up to date to latest?12:32
IndiciumHello Hello, any good alternative to ncdu file manager ? something a bit more robust ?12:32
f00i guess i dont need the entry GRUB_SAVEDEFAULT=true12:32
f00just GRUB_DEFAULT=saved12:33
f00right?12:33
resc_051b3_3205@ jimbuntu im now in the rescatux gui i tried many things but not able to boot at all. do i need to12:33
resc_051b3_3205gparted a new swap partition?12:33
lotuspsychjeIndicium: perhaps more luck, if you specify what you search and what you need it to be able to do?12:33
exarkunlotuspsychje: it's definitely not running the latest everything.  It's actually 14.04 w/ xenial kernel installed.12:33
JimBunturesc_051b3_3205, Have you made an image of the device yet?12:33
exarkunlotuspsychje: I'm always terrified of losing 2-3 days to a distro upgrade.12:34
lotuspsychjeexarkun: i would go play around with latest iso's and try different kernels with linux-firmware installed12:34
Indiciumlotuspsychje ncdu works fine to look for dir size and remove big files/not needed, but gotta go dir by dir12:34
Indiciumwould like to have a full view ( on the terminal )12:34
resc_051b3_3205@Jimbuntu: i got dual boot with ubuntu and win7. yesterday i deleted all linux partitions. i burn the rescatux image on dvd. im in the gui of it now12:35
exarkunf00: According to the docs, `GRUB_DEFAULT=saved` seems like it should work, yes.  Can't say if that's true or not from personal experience.12:35
f00okay12:35
resc_051b3_3205@jimbuntu: i restored the windows mbr yet12:36
JimBunturesc_051b3_3205, I'm not familiar with rescatux12:36
resc_051b3_3205i downloaded the knoppix image too but i dont know how to fix it there12:36
resc_051b3_3205@jimbuntu:  i downloaded the knoppix image too but i dont know how to fix it there. do you now such another solution?12:38
=== Conder_ is now known as Conder
JimBunturesc_051b3_3205, I am sorry that I will not be able to walk you through this. I suggest you read the following page completely before continuing. https://help.ubuntu.com/community/DataRecovery12:39
resc_051b3_3205@JimBuntu: okay thanks12:39
f00exarkun: it works. but just for the first menu. 0 start linux x64 with xfce. 1 advanced option. 2 memtest. 3 memtest. the kernels are in a submenu under 1 advanced options12:43
f00and there i have to choose the kernel12:43
tyamurhi all. My problem. I,m load liveusb iso. But dmesg print usbdisconect and after squfs read block error.12:44
=== martijn is now known as m4rtijn
tyamurgoogle don,t suarch my questen12:46
tyamursorry my english, a,m bad hnow12:47
tyamurknow12:47
beefjoenah13:05
altinDoes anyone know if there is a known issue regarding nvidia gtx 1050 driver on ubuntu 16.04 ?13:05
altini installed the recommended driver, but when I switch to intel with prime-select, the screen freezes on dm13:06
=== icicdoyouseewese is now known as icicicic
koshaanhello there13:10
Oolaltin: how do you install the driver ? I have one and it's work fine with the nvidia driver (not sure about the version)13:13
altinOol, I tried GUI install via aditional drivers and also ubuntu-drivers autoinstall which I believe it is the same!?13:14
altinNvidia persistence daemon fails to start13:15
altinwhen I switch to intel13:15
Ooloh you use a laptop with optimus13:15
OolI don't know, but perhaps it's not the right way to install the driver with ubuntu-drivers13:16
=== zack6849_ is now known as zack6849
Oolaltin: perhaps you need to use a ppa for the driver13:18
Oolaltin: https://www.pcsuggest.com/nvidia-optimus-ubuntu/13:18
Pinkamena_DHello, I have unity package installed on ubuntu 17.10. I also have ccsm installed. When I try to enable or disable any plugin on compiz, the desktop flickers for a second, and the box reverts to its previous state. I am guessing there is some permission problem somewhere or something, but running ccsm in the terminal does not show any errors.13:23
the_drowHi everyone, for some reason I can't seem to switch languages anymore using the super+space shortcut13:31
the_drowI can switch through the UI just fine13:31
the_drowHas anyone encountered the same issue13:31
TheGrumpyScotQ. Re. bond and netplan. After applying a configuration where two thernet ports are bonded, the bond gains the ip address correctly however one of the two ethernet ports gains the same ip address. Is this expected behaviour?13:33
leftyfbthe_drow: which version of ubuntu?13:33
the_drow17.1013:35
the_drowleftyfb, This used to work when I upgraded to 17.10 but now it doesn't and I haven't done anything except restarting the computer13:36
leftyfbthe_drow: did you check the keyboard bindings?13:37
the_drowI did13:37
the_drowIt says Super+Space to switch13:37
olegI hope in 18.04 lts will be no issues with bios, because I got lenovo thinkpad and don't really want to have some problem with bios.13:37
leftyfbthe_drow: looks to see if anything else has just "Super" bound13:38
TJ-TheGrumpyScot: No13:42
TJ-TheGrumpyScot: it's worth checking what config netplan generated. Is it for Network Manager or systemd-networkd?13:43
TheGrumpyScotTJ-: networkd13:43
TJ-TheGrumpyScot: check the generated config files at /run/systemd/network/ to help determine what netplan is doing. If might be a bug.13:44
the_drow leftyfb there isn't13:44
TheGrumpyScotTJ-: it was a hand-generated netplan yaml file however - though I've tested on on a different server and it works flawlessly; ah.. yes, good point- cheers13:44
birdmanHello. I am experiencing an issue with an ubuntu server13:45
skinuxWhat's the command for checking permissions on whole directory hierarchy?13:46
birdmanIt does not allow me to download any program or package13:47
leftyfbbirdman: what version of ubuntu?13:48
leftyfbskinux: ls?13:49
leftyfbskinux: or find / exec ls13:49
skinuxIsn't there a command line uname -i or something?13:50
prohobo.ping13:50
leftyfbskinux: uname tells you the kernel13:51
skinuxI'm having trouble with file not found by PHP via nGinx, permissions all look right, and server configuration seems correct.13:51
leftyfb!op | prohobo13:51
ubottuprohobo: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax13:51
skinuxSo, I'm trying to nail down that permissions are indeed correct13:51
TJ-skinux: do you want view rthem, or search for differences from what you expect?13:51
leftyfbprohobo: please stop posting ".ping"13:53
birdmanDoes any of you know how to fix following problem: E: No se han podido descargar algunos archivos de índice, se han omitido, o se han                                                          utilizado unos antiguos en su lugar.?13:55
leftyfbbirdman: what version of ubuntu?13:55
TJ-birdman: what does "cat /etc/issue" report?13:56
YaserHello13:56
ghostnik11hey for some reason when i plug in an micro sd card in the sd card converter and plugged into my computer it says i don't have read and write access but that same micro sd card plugged into a micro sd card usb reader has read and write access? how can i change it so that i have read and write acess when i plug in the sd card?13:56
birdmanTJ:13:57
birdmanUbuntu 16.04.3 LTS \n \l13:57
leftyfbbirdman: do you have that error message in English?13:57
YaserI can't use bluetooth in my laptop Acer aspire E5-573g13:57
Piciprohobo: Can you please use another channel for that. join ##prohobo if you need or something.13:57
birdmanlftyfb: No, I don't13:58
leftyfb!es | birdman13:59
ubottubirdman: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.13:59
birdmanIt says (my translation) "Some indez files could not be downloaded, have been omited or older have been used14:00
leftyfbbirdman: we would want the entire message copy/pasted to pastebin in English14:00
SimonNLE: Some index files could not be downloaded, have been omitted, or old ones used instead.14:00
leftyfbbirdman: otherwise, you can try #ubuntu-es14:00
birdmanError is E: Some index files could not be downloaded, have been omitted, or old ones used instead.14:01
SimonNL^ google translate14:01
leftyfbSimonNL: I get it, but we're not going to sit here and pass every message through google translate.14:01
leftyfbbirdman: that's what #ubuntu-es is for14:01
birdmanThanks, SimonNL14:01
SimonNLyes I'm am to nice14:01
birdmanIf you can help me with the answer, I apply it. No more messages in spanish I will type. I'm sorry14:02
leftyfbbirdman: we would want the entire output of 'sudo apt-get update' copy/pasted to pastebin in English14:02
geirhaexport LANGUAGE=en LC_ALL=en_US.UTF-814:03
YaserHello. I can't find bluetooth adaptor in my laptop Acer aspire E5-573g, Can any one help me please?14:04
TJ-Yaser: are you sure it has a physical Bluetooth device? Has it worked previously?14:05
YaserYes I use it in windows 10 without ant problem14:06
TJ-birdman: show us "pastebinit <( sudo LANGUAGE=en_GB.UTF-8 apt update )"14:07
leftyfboo, fancy14:07
skinuxTJ: I want to know why  PHP or nGinx keeps saying file not found, when it's there.14:07
TJ-Yaser: That's good - we've had situations where the user believed there was a BT adapter fitted but it turned out it was only an option14:07
leftyfbskinux: try #ubuntu-server14:07
skinuxIt seems to be a permission issue, so I'm trying to verify14:07
TJ-skinux: maybe the path leading up to the file doesn't have +X traverse permissions for the nginx user ?14:08
leftyfbskinux: by default, when installed properly, nginx/php will work out of the box. So if you're getting a permission issue, you're doing something wrong.14:08
skinuxWell, I'm using /var/www/html as web root14:08
skinuxSo, /var/www/html has default permissions, while directories/files under it are 755/64414:09
leftyfbskinux: have you tried just a simple phpinfo.php?14:09
skinuxYes, it works14:10
YaserTJ: What can I do to use bluetooth in Ubuntu?14:10
skinuxIt has user/group root:root14:10
leftyfbskinux: and the php file you're testing is in the exact same location with the exact same permissions?14:10
prohobo.ping14:10
skinuxBut, I"m sure nginx/php aren't running under root14:10
skinux Well /var/www/html/phpinfo.php my project is at /var/www/html/wasob/index.php14:11
skinuxMaybe I should just adjust web root to /web/14:11
leftyfbskinux: try putting index.pho in /var/www/html to test and give it the exact same permissions as phpinfo.php14:11
skinuxIt won't work, it requires the rest of the files14:12
leftyfbskinux: so in order to fix a problem you have no idea about, you're suggesting making things more complicated?14:12
TJ-Yaser: find out which bus it is on, usually that'll be either PCI ("lspci -nnk") or USB ("lsusb") then identify the driver. Quickest is to check kernel log ("dmesg") for the BT device being discovered. Show us "pastebinit <( uanme -a; cat /etc/issue; lspci -nnk; lsusb; dmesg )"14:12
skinuxIt is a WordPress site, just moving index.php won't do it14:12
Pici.ping14:12
skinuxI'm just trying to make sure permissions are right14:12
TJ-Pici: thank you!14:12
leftyfbPici: :P14:12
Pici(just testing to see if a bot responded)14:12
the_drowleftyfb, ping14:14
pitoxciao14:29
pitoxavete il live cd del free dos14:30
pitox?????????????????????????????????????????????????????????????????????????14:30
leftyfb!it | pitox14:30
ubottupitox: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)14:30
lhb_hi. i have a mainboard with intel 211 ethernet. ubuntu network manager says connectoin failed, activation of network connection failed. tries several cables, they work on different computer with realtek chip. what can i do to find out what's wrong?14:34
lhb_there don't seem to be any error messages in dmesg concerning the ethernet. modprobe has "igp" loaded, i blacklisted e1000e to see if that was a problem14:35
oerhekslooking at forum posts, that intel i211 needs the IGB driver?14:38
oerheksare you sure the igb driver is loaded, did you add a kernel line http://manpages.ubuntu.com/manpages/xenial/man4/if_igb.4freebsd.html or add it to grub bootline  if_igb_load="YES"14:39
lhb_mh. so if lsmod shows it, it might still not be loaded=14:41
lhb_?14:41
lhb_i will try this14:42
Noob86Hello, I am trying to learn some basic stuff using wget. Anyone around that can help me out?14:46
BuckNoob86: what is your quest14:46
Buckion14:46
Noob86Hey Bucks, thanks for responding. Well.. I just learned how to use wget with bash to download an iso via http://old-releases.ubuntu.com/releases/ (for example) and what I want to do now is14:47
Noob86create or use a string to download a specific version. For example: If I want to download Ubuntu 16.10, I want to be able to type 16.10 in the terminal and then the script should be able to download that version just by using what I typed in (16.10)14:48
lhb_oerheks, i added the line to grub and update-grub update-initramfs, still the same problem. lshw -C Network looks ok, it sees the adapters and network manager notices when cable is plugged in.14:48
lhb_:(14:49
BuckNoob86: what you're asking for is magic!14:49
BuckNoob86: luckily, magic is possible. Are you using Bash ?14:49
Noob86Heh... maybe I understood it wrong. My wife works in informatics and is trying to teach me a thing or two about scripting. Not sure I understood what she wants to see though... yes I'm using bash.14:50
=== SimonNL is now known as SimonNL_Afk
Buckoh, does she want you to figure it out yourself?14:50
Noob86Yeah but by all means necessary (irc, forum, chat we)14:51
BuckNoob86: have a look at http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-8.html -- specifically the functions with parameters bit14:51
Noob86I have absolutely no scripting experience, just trying to learn a thing or two (I managed to created a script that outputs "hello world" just yesterday lol)14:51
Noob86Thx Buck, will do right now.14:52
=== matt_ is now known as Guest28107
BuckNoob86: you don't necessarily need a function to do what you want: http://how-to.wikia.com/wiki/How_to_read_command_line_arguments_in_a_bash_script14:53
eury_is there a way to enable the thumbnail previews eos loki? in ubuntu 17.10 i manage to fix this issue, but not in eos loki.14:53
eury_can't access settings for nautilus in elementary os.14:53
leftyfb!elementary | eury_14:54
ubottueury_: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution.14:54
Noob86Hey Buck, reading the link right now (and trying to understand it). :-)14:55
eury_@leftyfb. i don't get the response in that channel like i get here.14:56
leftyfbNoob86: I would write a single script that pulls in the command line argument as a variable to pass to the wget. But then create bash aliases for each version of ubuntu to call the script <version>14:56
leftyfbeury_: The issue is, they support Elementary OS, we do not.14:57
eury_but it's based on ubuntu.14:57
Noob86@leftyfb Can you show me an example of this please? The only thing I have been able to do so far is:14:58
Noob86#!/bin/bash  # www.ubuntu.com # a shell script to download Ubuntu for Nicki  wget "http://old-releases.ubuntu.com/releases/16.04.3/ubuntu-16.04.3-desktop-i386.iso"14:58
leftyfbeury_: so are lots of other distro's. We can't be expected to support everything out there. There's no telling what's changed in the derivative14:58
eury_okay.14:58
lhb_qQ14:58
leftyfbNoob86: that is partially ok. I would read the man page for wget and learn how to output the file to a specific location14:59
leftyfbNoob86: next step is to change the URL to include variables for the version15:00
Noob86Is there any way to post a commands or a terminal output here in a proper way? Like a terminal box or something so it looks right?15:00
leftyfbNoob86: so instead of 16.04.3, you have a varaible15:00
leftyfbNoob86: pastebin15:00
Noob86thx15:00
new0hi everyone, i have a problem with samba. every time i am trying to access it from Windows7 it's a different problem...15:01
leftyfbNoob86: you can also install pastebinit which will allow you to paste output from commands directly to pastebin15:01
Noob86Sweet, thanks! Good to know. Going to try https://pastebin.com/ right now.15:02
new0also, i am getting very different of error messages when i boot up my system.. "Ubuntu" Sorry, Ubuntu 14.04 has experienced an internal error.15:02
new0any troubleshooting i can do?15:02
Noob86Ah btw, what do you mean by "output the file to a specific location"? Locally? I know there are additional... parameters (?)... that I can use with wget like -O and -P to change where wget downloads stuff and change its initial filename. Is that what you mean?15:03
leftyfbNoob86: correct15:05
=== Guest28107 is now known as matt_
Noob86Ok nice, tried that a few minutes ago and it worked right off the bat. Been playing around with echo and read as well.. hold on.. lemme show you.15:06
leftyfbNoob86: try variables15:06
leftyfbNoob86: but, as much as I love teaching this sort of thing, you should be asking in #bash15:07
zamanfhow should I format a sdcard to be readable by both ubuntu and android and support files larger than 4gb?15:08
Noob86Oh kk, no prob. I didn't know there was a channel for bash specifically. I'll head over there right now and see how it goes. Thanks you two, you guys are great!15:08
leftyfbzamanf: FAT3215:09
zamanfFAT 32 doesnt support big files15:09
zamanfI am surprised you don't know that15:09
leftyfbzamanf: sorry, in the middle of a meeting, missed the last part :)15:09
leftyfbzamanf: ntfs15:10
zamanfoh15:10
zamanfok15:10
new0any solution?15:13
mdm_test15:24
lotuspsychjenew0: when you get errors like that, you can unfold details to see what crashed exactly15:36
Bundestrojanergood evening. How can i grant my user acces to /dev/rfcomm0?15:40
Bundestrojanersome google-hits say group bluetooth, some say group dialout. I added my user to both, still "permission denied". Do i have to re-login or reboot?15:40
TJ-Bundestrojaner: check the ownership/permissions with "ls -l /dev/rfcomm0" and set the user account accordingly15:41
jjbugglehow do I make the resize grips larger?  They seem like a mere pixel wide, and I would like them larger.  I'm running xubuntu and xubuntu vm15:42
TJ-jjbuggle: that's been a bit of a bug-bear for a while; if I recall correctly it's down to the theme definitions15:43
Pinkamena_DHello, I have unity package installed on ubuntu 17.10. I also have ccsm installed. When I try to enable or disable any plugin on compiz, the desktop flickers for a second, and the box reverts to its previous state. I am guessing there is some permission problem somewhere or something, but running ccsm in the terminal does not show any errors.15:43
BundestrojanerTJ-: crw-rw---- 1 root dialout 216, 0 Apr 16 17:34 /dev/rfcomm0 - so it's dialout.15:44
Bundestrojanerdo i have to re-login for a new group to take effect?15:44
TJ-Bundestrojaner: yes15:44
BundestrojanerTJ-: Thx for your help :)15:44
lotuspsychjePinkamena_D: after setting a ccsm setting, have you tried a reboot that is also known problem on some plugins15:45
jjbuggleTJ-: I hate this.  I think you are right, but it is confusing.  I just want \it to work, and I've found a bug report where upstream is being an a-hole15:45
lotuspsychjePinkamena_D: like in the past if i enabled wobbly windows, got system hang and needed reboot first15:46
Pinkamena_DThe system has been rebooted and I tried it again, the problem remains15:50
lotuspsychjePinkamena_D: ok, how about starting ccsm from terminal, see if you can find usefull errors, perhaps also load a tail -f /var/log/syslog while you playing around15:51
comoseabienHello everyone!15:53
Orbitorhello15:54
lotuspsychjecomoseabien: welcome to ubuntu support, how can we help you?15:54
comoseabienI just had one question, I don't know if this is the right place.15:55
Orbitorcomseabien: If it's about ubuntu 14.04, 16.04, or 17.10, this is the right place.15:56
comoseabienI've recently installed Ubuntu Mate 18.04 beta 2, when the LTS comes out, would I be able to upgrade to that one? is that recommended? or a clean install15:56
lotuspsychje!final | comoseabien15:57
ubottucomoseabien: If you install a development version of Ubuntu Bionic and keep up with package updates, then you will be upgraded to the official release of 18.04 when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal.15:57
comoseabienWill do, thank you very much.15:58
comoseabienIs this the porpuse of the chat?15:58
lotuspsychje!discuss | comoseabien feel free to join us15:59
ubottucomoseabien feel free to join us: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!15:59
peter2222hi folks!16:02
peter2222anybody familiar with swami soundfont editing?16:02
leftyfbpeter2222: try #ubuntu-offtopic16:03
manjaro-user--manjaro is much better than ubuntu16:03
peter2222thank you leftyfb16:03
leftyfbmanjaro-user--: please troll elsewhere16:04
nicomachusmanjaro-user--: thanks for the opinion. feel free to share it in the manjaro channel.16:04
MoonManThas the tool netstat and net-tools been replaced by something else? what tool should i use now for checking open ports on my system?16:06
KeyboardNotFoundCan I install ubuntu on Mac computers ?16:07
lotuspsychje!mac | KeyboardNotFound yes16:07
ubottuKeyboardNotFound yes: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages16:07
KeyboardNotFoundlotuspsychje: this looks like really old guide, what about newer models ?16:08
lotuspsychjeKeyboardNotFound: we have users confirming installing xenial and bionic on macs recently16:09
KeyboardNotFoundlotuspsychje: does all mac hardware work good with ubuntu ?16:10
KeyboardNotFoundand can I dual boot16:10
KeyboardNotFoundor I have to delete the mac os ?16:10
JimBuntuKeyboardNotFound, some web cam issues and I think there was a display issue for rather "old" iMacs16:10
KeyboardNotFoundok, thank you :)16:10
JimBuntuKeyboardNotFound, you can multi-boot. Check out reFind16:10
JimBuntuKeep the refind installer handy, the recent macOS updates have a tendency to stop it from working, so you have to boot into macOS (only choice) and re-run it. In my case, it's always found the old config and is basically a 1 minute task.16:12
=== jstein_ is now known as jstein
=== JanC_ is now known as JanC
MoonManTwhat program should i use to check for open/listening ports on my local computer? has netstat and nettools been replaced by something newer?16:24
leftyfbMoonManT: nmap16:25
leftyfband lsof16:25
pragmaticenigmaMoonManT, those are still the tried and true libraries for local network probing16:25
=== edmz_ is now known as edmz
TJ-MoonManT: 'ss'16:36
mkal001hey guys..i am on ubuntu 18.04 beta .when i tried to install build essential ,the process is asking me to mount some disc .PLz tell me what to do16:37
TJ-MoonManT: 'ss' can do things like 'ss -tnlp sport = 80' to report services listening on source port 80 (HTTP)16:37
ducasse!18.04 | mkal00116:38
ubottumkal001: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+116:38
=== X230t is now known as Chinesium
leftyfbTJ-: wouldn't lsof be better for that?16:39
leftyfbsince it tells you the exact service/PID16:39
TJ-well the question was about a successor to netstat, which is what ss is16:39
=== SimonNL_Afk is now known as SimonNL
=== naveen is now known as Guest45251
Vic2Hello ... new to Ubuntu 16.04, longtime 14.04 user here ... I tried to install nginx and failed.  Any suggestions please?  https://paste.ubuntu.com/p/s95jTk2m8t/16:53
Bashing-omVic2: "and 179 not upgraded." Try ' sudo apt update ; sudo apt full-upgrade ' then try nginx install again .16:55
Vic2Bashing-om: discovered that apache was running on system.  Removed it and seemingly all is fine now.  But that leads to the question of how to install both ?16:57
Bashing-omVic2: 1st order is to get that system updated to current packageing. then see if there are then any issues .16:58
TJ-Vic2: have then bind to different interfaces/IP-address/port combinations, or run 1 as a proxy in front of the other16:58
TJ-s/then/them/16:59
black_13_when i try to set up openssh i get the following errors https://paste.ubuntu.com/p/xvPPS5ppQS/17:03
FleetwoodWell i had this computer for 7-8 years and had a bsd os on it, and i never knew it had a wifi card it because it was never detected mbefore17:05
sgraham_I need to automount a davfs share on user login. I got this working with fstab but the suggested way of mounting is to use the rc.local file.  This is not working and requires the user to log in a second time for those shares. I need a pam authentication module for davfs but i cant seem to find one.17:05
Fleetwoodi just install ubuntu and it detected the wifi card, yes i am happy17:05
=== daniel is now known as Guest70402
lotuspsychje!yay | Fleetwood17:11
ubottuFleetwood: Glad you made it! :-)17:11
Fleetwoodlotuspsychje: yes thank you17:12
=== Guest70402 is now known as DanielPBak
=== narindergupta is now known as canonical
BuankaHey guys, anyone out there can give me a hand?  I got Ubuntu 16.04 and the disks aplication stopped opening.. cant find anything on forums about it18:09
Buanka(19:09:22) Buanka: Hey guys, anyone out there can give me a hand?  I got Ubuntu 16.04 and the disks aplication stopped opening.. cant find anything on forums about it18:10
tgm4883Buanka: try opening 'gnome-disks' from the command line and see if it throws any errors18:12
Buanka tgm4883: Thanks, it worked!  any idea how to get the icon link working again?18:15
tgm4883Buanka: weird, if you opened it from the cmd line fine, the icon should work18:16
Buanka tgm4883: Now it works! ;)18:17
Buankathanks18:17
tgm4883Buanka: weird. I blame Gremlins :)18:17
BuankaNow i just need to figure out why one of my hd's does not mount automatically every few boots18:22
tgm4883Buanka: internal HD?18:23
Buanka tgm4883: Yes18:23
Buanka tgm4883: dual boot with windows 8.1 .. i get a blackout where it doesnt mount the linux disk on the windows environment and same with the windows disk in ubuntu18:26
Buanka tgm4883: And in ubuntu instead of the disk icon i get a floppy018:27
tomreynsounds like a hardware issue. you could post the HTTP address returned by "dmesg | nc termbin.com 9999" here if you'd like someone to review your logs.18:29
=== it_ is now known as dhs232423
=== akay_ is now known as akay
=== kspencer_ is now known as kspencer
ice9which ubuntu core image can run on virtualbox?18:55
jkemppainenice9: try these http://cdimage.ubuntu.com/ubuntu-core/18:56
leftyfbice9: https://kyrofa.com/posts/ubuntu-core-on-virtualbox19:00
texlaUsing dd to zero a 16gb usb thumb drive: What numbers do I use in bs= and count=19:02
tewardtexla: you leave count alone.  bs will vary based on the infrastructure, though I usually use 512 or 1k.19:02
teward"count" is the number of bs-sized blocks to write, and if you want to write to the entire device you leave count alone and don't specify.19:02
crimson_kingDoes higher bs="" mean faster writing to device?19:04
crimson_kingBecause if I write an .iso without specifying "bs", it's slow af19:04
leftyfbtexla: why do you need to zero it? Can't just format it?19:06
brainwashcrimson_king: the default value is just too low19:07
texlaleftyfb, Formatting does not erase the data on the disc19:08
leftyfbtexla: sort of19:08
texlateward, DD want a number in count=19:08
Ben64don't even use count19:09
texlaleftyfb, When I format then download and install an o/s I have two o/s19:10
Ben64what?19:10
leftyfbtexla: Then you're doing something wrong19:10
Ben64how does that relate to the usb drive at all19:10
texlaleftyfb, Using bs=1k and not using count then running blkid no longer shows the sda1 parition is my usb clean19:16
leftyfbtexla: still doesn't mean whatever you were doing was correc19:16
leftyfbt19:16
texlaleftyfb, sudo dd if/dev/zero of=/dev/sdb1 bs=1k  is this the proper command19:18
leftyfbtexla: nevermind19:19
hiohi, how do I downgrade my valgrind on 17.10 from 3.13.0 to 3.12.0?19:20
JimBuntuFor clearing an entire block device, I would expect someone to dd the entire device. bs=1k seems like it will be unnecessarily slow, happy to be corrected if I am wrong19:22
texlaJimBuntu, what should I use in bs=19:23
leftyfbhio: sudo apt install valgrind=<insert version here>19:24
leftyfbhio: though I doubt it'll be available19:25
hioE: Version '3.12.0' for 'valgrind' was not found19:25
JimBuntutexla, You can use 1k, but depending on your system, much larger values may prove faster... like bc=4M19:25
leftyfbyou need the full version19:25
JimBuntuoops. bs=4M19:25
leftyfbhio: why do you need to downgrade it?19:26
hioleftyfb: it has a bug that makes it unusable with qtcreator19:26
JimBuntuI guess technically, it may be best to use the same size as some multiple of the memory page size?!19:26
JimBuntuBut that's probably me being too picky and trying to save every read-write duty I can19:27
leftyfbhio: https://launchpad.net/ubuntu/+source/valgrind/1:3.12.0~svn20160714-1ubuntu2/+build/10602185 maybe. But that's getting into dirty territory19:28
hioleftyfb: i already installed it from source19:30
* tomreyn concurs, an unpatched valgrind from ~2 years ago probably does more bad than good.19:30
crimson_kingdon't you have to use && sync at the end of the command?19:30
new0hi everyone, i have a problem with samba. every time i am trying to access it from Windows7 it's a different problem...19:30
new0also, i am getting very different of error messages when i boot up my system.. "Ubuntu" Sorry, Ubuntu 14.04 has experienced an internal error.19:31
new0any troubleshooting i can do?19:31
=== imadz714 is now known as imadz713
xamithanWell the first thing I'd do is upgrade to a release that is still supported and see if you get the same errors19:33
ioriatrusty is still supported19:33
xamithanOh yeah it is isn't it19:33
tomreynnew0: about th einternal error, that's a process failing (crashing, segmentation fault) usually. you can check /var/crash for details on the crashes.19:33
ioria!14.0419:33
ubottuUbuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes19:34
new0tomreyn, tnx.19:34
iorianew0, you can have a look in /var/crash19:34
tomreynnew0: you can show your system log to us, if you like: dmesg -T | nc termbin.com 9999    # and post the address returned here.19:35
new0ioria, i am looking and seeing varies files19:35
JimBuntucrimson_king, you don't "have to", but you don't want to yank the drive before the system has synced at some point. I manually sync after long flashdrive operations... flash/sd/whatever19:35
new0tomreyn, is that includes the 999? at the end/19:36
tomreynnew0: 9999, yes, that's the last part of the command19:36
iorianew0, you can unpack that report but it's a bit complicated ; apport-unpack report_file   ; then  use gdb19:36
RandolfI'm using Ubuntu Linux 16.04 LTS.  When I type "apt show apache2" I see that it refers to version 2.2.  I couldn't find 2.4 though, even trying "apache24" and "apache2.4" -- is there a different name I need to try?  Thanks.19:37
tomreynnew0: dmesg actually returns the kernel ring buffer log, not the system log, which resides in /var/log/syslog. but the kernel log should be useful.19:37
new0tomreyn, command not found19:37
tomreynnew0: which one?19:38
new0tomreyn, sorry.. forgot about nc19:38
RandolfAlso, I need to get PHP 5, but "apt show php" seems to indicate version 7.  Trying "apt show php5" couldn't find it.19:38
new0tomreyn, and to your all http://termbin.com/fuqi19:38
kostkon!info apache2 xenial19:39
ubottuapache2 (source: apache2): Apache HTTP Server. In component main, is optional. Version 2.4.18-2ubuntu3.5 (xenial), package size 84 kB, installed size 489 kB19:39
new0Randolf, why not use LAMP?19:39
tomreynnew0: this kernel was built 2015. you never patched your ubuntu 14.0419:39
kostkonRandolf, 2.4. where did you see 2.2?19:39
Randolfkostkon:  When I typed "apt show apache2" it showed 2.2.  I'm just running "apt update" right now, and I'll try again...19:40
new0tomreyn, meaning?19:40
RandolfAh, now it shows Apache 2.4.18.19:40
iorianew0, uname -r19:40
Randolfnew0:  Is that a bundle of the packages I'm after?19:41
new0ioria, yea got it 3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux19:41
tomreynnew0: you must be running outdated, insecure, buggy software, and it would be a waste of time to try to diagnose this further until you updated.19:41
ioria!info linux-generic trusty19:41
ubottulinux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 3.13.0.144.154 (trusty), package size 1 kB, installed size 31 kB19:41
iorianew0,  current is 3.13.0.14419:41
new0Randolf, mmm about the PHP? i think so. PHP, Apache, MySQL, etc.. also, Ubuntu community support it19:42
Randolfnew0:  We need PHP 5 though.  Is LAMP on PHP 5?19:42
RandolfI will also need MySQL, and "apt show mysql" comes up with nothing.19:42
RandolfIt can't find it.19:42
RandolfI'm new to apt, so it's probably me.19:42
new0ioria, you mean that i have a very old version? so... what is my process to fix my issues? hopfully i can learn from it if you have the time. but i rather fixing it first ;)19:43
new0Randolf, i think that you can choose between the two19:43
new0Randolf, in WAMP i can choose19:43
RandolfHmm, "apt show wamp" comes up as not found as well.19:44
new0Randolf, do you know your self around Ubuntu?19:44
iorianew0,  you simply need to update your system, sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade19:44
new0Randolf, WAMP IS FOR WINDOWS which LAMP is for Linux19:44
RandolfI'm fairly new to Ubuntu, but I have a lot of experience with NetBSD running internet servers on it since the late 1990s.19:44
RandolfThen I'm not interested in WAMP.19:44
RandolfI don't use Windows for serious server stuff.19:44
new0ioria, really? simplyy?19:45
iorianew0,  yes19:45
new0Randolf, of course you are not in WAMP but for startup i suggest LAMP and of course you can play around with it untill u will get familiar with PHP MYSQL, etc...19:46
new0ioria, ok.. tnx!!!19:46
tomreynRandolf: ubuntu 16.04 comes with php7. if you *really* require php5, you could look for a ppa.19:46
tomreyn!ppa | Randolf19:46
ubottuRandolf: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge19:46
RandolfThanks tomreyn.19:46
new0ioria, btw how long experience do you have in Ubuntu?19:46
iorianew0,  please stay on topic19:47
tomreynRandolf: not supported here, but probably your best choice if you have to have php5 on 16.04 https://launchpad.net/~ondrej/+archive/ubuntu/php19:47
new0ioria, sure. just want to confirm that this is 99% of the case19:47
new0ioria, no disrespect of course19:48
Randolftomreyn:  I have to get this working for a friend.  They have too much code in PHP 5 and can't move to version 7 yet.19:48
iorianew0,  if you are running 3.13.0-53 there is few to discuss19:48
=== shann_ is now known as shann
new0ioria, understand. so instead of discussing it you simply saying this is the 99% solution for me!! go tit19:49
new0*got it19:49
iorianew0,  for that ? yes19:49
tomreynRandolf: your friend had plenty of time to plan for the upgrade / migration and should have been done by now. you'll be doing extra work for them.19:49
RandolfOh, I see, MySQL is called "mysql-server" on this system.19:50
new0ioria, what is the dist-upgrade for?19:51
tomreynRandolf: but it's kind that you're supporting them. so give this PPA a try, i guess it'lll be fine.19:51
ioria!dist-upgrade19:51
ubottuA dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention.19:51
new0ioria, yes :) for all those crashess lol19:51
Randolftomreyn:  Well, the long-term plan is to get things moved over to PHP 7.19:51
RandolfIn NetBSD the firewall is "pf" from OpenBSD.  Does Ubuntu have this option too?  Or is there a different firewall?  I've heard that "iptables" is the common one.19:52
tomreynRandolf: besides mysql-server (oracles' community edition) there are also the common forks available.19:52
Randolftomreyn:  Are the forks better-supported and more common?19:53
new0ioria, well.. i can tell you that from time to time my system popup the Ubuntu Update window for me and i ignore that19:53
tomreynRandolf: right, you'll usually use iptables / netfilter on linux. i think there are some pf ports, but i dont think anything reliable.19:53
RandolfOkay, I'll look into iptables and netfilter.  I guess these are competing options?19:53
new0tomreyn, wow 231M will be added19:54
new0Randolf, can i ask why do you still using PHP5?19:54
Randolfnew0:  I don't.  I don't do any PHP programming at all, actually (I'm using mod_perl2 for most of my projects).  It's the person I'm supporting who needs PHP 5 at this time.19:55
tomreynRandolf: i guess the mysql server forks (mariadb percona) roughly get the same level of support, maybe a bit better. most bug reports still go to oracle and when they decide to patch them 2 y<ears later the forks will do the same with a week.19:55
Randolftomreyn:  Oh, wow.  That's a huge difference in turn-around time.19:55
tomreynRandolf: this is just me personally speaking there, and i'll not continue voicing my opinion on this now.19:56
=== kenden is now known as Guest4997
tomreyn(OT here)19:56
new0tomreyn, i am curious to know is there a way when i am logging / logout to/from Ubuntu to see/view all the boot messages instead of the Ubuntu logos?19:56
Randolftomreyn:  It's very helpful though.  Thank you.  I'm going to look into mariadb and percona.19:56
new0Randolf, got it. yea, sound to me good bundle will do the trick19:57
tomreynRandolf: I exxagerated, but you get the idea. form your own opinion, please.19:57
Randolfnew0:  I've already got the other things I need installed.  I support a number of servers with PHP developers, and nearly all of them are on PHP 7 now.19:58
Randolftomreyn:  I will.  That's why I'll look into them.  You've given me some things to look into which is helpful.19:58
tomreynnew0: if you'd like to see messages on screen during boot you can remove the "splash" option off /etc/default/grub and run update-grub19:58
new0Randolf, well i am on PHP5 still. but what you mean the other things?19:59
Randolfnew0:  Apache HTTPd v2.4 and MySQL 7.19:59
tomreynRandolf: you're welcome, good luck.19:59
RandolfPlus some other stuff.19:59
new0tomreyn, wow, tnx. let me try19:59
new0tomreyn, via nano?20:00
tomreynnew0: sorry this was incorrect, let me find the proper answer20:00
new0tomreyn, ok. tnx20:00
tomreynnew0: actually it was correct: https://askubuntu.com/questions/33416/how-do-i-disable-the-boot-splash-screen-and-only-show-kernel-and-boot-text-inst/3342020:01
=== bhalithan1 is now known as bhalithan
new0Randolf, MySQL7? wow, seems like i am very un-updated20:02
new0tomreyn, but only in boot time! right?20:03
tomreynnew0: yes, i didn't understand the part about logout / login20:03
Randolfnew0:  Whoops, MySQL 5.7.20:03
* Randolf laughs at himself20:03
new0tomreyn, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to "splash"20:03
akiknew0: quiet too20:04
tomreynnew0: if you keep the splash screen you wont have readable messages.20:04
new0tomreyn, lol ho yea. you want a HINT look at my nick name hehe .... in boot time and logout time! just not the runtime of course i still want GUi20:04
DK2i need a pxekernel 4.9 atleast for ubuntu preseed. all official repos only offer 4.420:05
DK2how can i build a own one with 4.0?20:05
DK24.9*20:05
new0Randolf, ok. that's make more sense20:05
tomreynDK2: which ubuntu release are yu referring to?20:05
tomreynnew0: so i guess you just want GRUB_CMDLINE_LINUX_DEFAULT=''20:06
DK216.0420:06
new0tomreyn, akik, sorry i lost you a bit! if it's the quiet splash it will be with logos. and if splash it will be black screen up to runtime (not boot-time)? so i need to have quiet? or...?20:07
new0tomreyn, ok.... mmmm where is the link? because i think that i am driving you and me a little bit fuzzy20:08
tomreynDK2: correct, ubuntu 16.04 LTS only offers hte general availability kernel, version 4.4 and then there are also !hwe kernels which are currently at 4.13.20:08
Randolftomreyn:  Thanks, by the way, for the hint about PPA.  I'm using this to install PHP5 now:  https://linuxhint.com/install-php5-ubuntu/20:09
DK2tomreyn, so anyway to build a ubuntu 16.04 preseed installation with 4.9 or higher?20:09
crimson_kingRandolf, ufw is an easier firewall application (gufw for GUI), but not as flexible as good old iptables20:09
tomreynnew0: https://askubuntu.com/questions/248/how-can-i-show-or-hide-boot-messages-when-ubuntu-starts20:09
tomreynnew0: just read it. slowly.20:09
tomreynDK2: so higher is fine?20:10
Randolfcrimson_king:  I'll take a look at that too.  Thanks!20:10
new0tomreyn, sure thing boss. tnx :D20:10
DK2tomreyn: yes20:11
naccDK2: just use the hwe stack?20:11
tomreynDK2: pick the desired archiecture form the lower section (HWE kernel): http://cdimages.ubuntu.com/netboot/xenial/20:12
tomreyn!hwe | DK220:12
ubottuDK2: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack20:12
tomreynDK2: you'll find the kernel and a matching initrd in the  ubuntu-installer/ subdirectory20:14
DK2thanks!20:15
tomreynDK2: actually netboot.tar.gz should contain all you need (which varies by architecture)20:16
new0tomreyn, what is the different between update-grub and update-grub2?20:23
tomreynnew0: here's how you can find out: readlink -f $(which update-grub) && readlink -f $(which update-grub2)20:24
tomreynthis is a set of two commands. it looks up where the update-grub and update-grub2 commands are and follows them to the source (through symbolic links / aliases).20:26
new0tomreyn, i got 2 line the same /usr/sbin/update-grub20:26
tomreynnew0: so you got your answer20:26
tomreynnew0: same thing20:26
Butterfly|!offtopic test20:26
Butterfly|!offtopic new020:26
new0tomreyn, tnx20:26
Butterfly|why don't it work ? :)20:27
tomreynhi bugzbunny.20:27
akikButterfly|: you can use /join #ubuntu-offtopic20:27
tomreynwelcome, new020:27
new0tomreyn, is Butterfly| a bot?20:27
Butterfly|akik : but wasn't there an off-topic bot command ?20:27
Butterfly|!off-topic akik20:27
Butterfly|just testing :)20:28
tomreynnew0: i don't think so20:28
akikButterfly|: yea, no testing20:28
new0tomreyn, btw, after i did the update && upgrade && dist-upgrade i got this message..20:28
new0E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?20:28
Butterfly|!ot akik20:28
Butterfly|!ot20:28
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!20:28
akikButterfly|: you can priv msg ubottu or read ubottu.com20:28
Butterfly|that's it!20:28
tomreyn!botabuse | Butterfly|20:28
ubottuButterfly|: Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search <pattern>"20:28
Butterfly|that's what i needed, sorry20:28
Butterfly|your bot is great, and i want to get that in another channel, i just needed an example :)20:29
Pinkamena_DHey All, I installed unity package on ubuntu 17.10 but I cannot enable or disable plugins in compiz. Here is the system log output after attampting to enable the plugin 'put': https://bpaste.net/show/be7865c8ae7b   --- Any idea how I could proceed with a fix?20:29
new0Butterfly|, so you just want to test on me offtopic? lol (!GoodOne)20:29
tomreyn!botclone | Butterfly|20:29
ubottuButterfly|: ubottu uses supybot, which is available in the main !repositories, with additional plugins that are available at https://ubottu.com/clone.html - to help out with ubottu development please join #ubuntu-bots-devel :)20:29
new0tomreyn, any idea why i got this message? E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?20:30
jim__ello20:30
new0tomreyn, mmm also i think this is the time to shutodnw -r?20:30
tomreynnew0: no. but i could try and help you find out if the suggestions proivided there were not helpful, yet?20:30
tomreynnew0: i don't know when it's time to reboot for your system.20:31
new0tomreyn, mmm i know with linux most of the time there is no need for reboot. but after grub update only reboot will show me result. but about the update & upgrade & dist-upgrade should it been reboot?20:32
new0tomreyn, yea. i supply the steps i just did. which i am not sure i need one right now20:33
tomreynnew0: yes, only a reboot will show whether you changes to the grub configuration have succeeded / provide the intended effect. please od not mix up "update-grub" and "apt update" / "apt-get update", they do entirely differnet things.20:34
new0tomreyn, is there a way to publish the log of those cmd?20:34
tomreyn!pastebinit | new020:34
ubottunew0: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit20:34
tomreynalternatively, without having to install new software, this also works: command | nc termbin.com 999920:35
new0tomreyn, ok20:35
Butterfly|tomreyn : i have no intention to clone the bot, i have had a bot with 1,5 million lines of script, and ubottu just can't compare at this moment, it's limited in certain ways :) , i'm not saying it isn't good at what it does, but my goals and intentions are higher, more in the directions of semi-AI20:36
=== jcdury is now known as dury
new0tomreyn, so what cmd i need to order to show you the update upgrade dist-upgrade result?20:36
tomreynButterfly|: cool (but not a topic for this channel). good luck.20:36
new0and if there is any failure?20:36
Butterfly|new0 : sorry for the trouble, i tried some random name, but it didn't work, so i thought it maybe needed some name that was in the channel, and you were one of the most recent ones that talked, so i choose you :)20:37
new0Butterfly|, wow. i am the choosen one :) neo (Matrix) no problem keep having fun. but keep in mind the channel rules they like to be on topic. (must be a reason behind it!!)20:39
=== Wulf4 is now known as Wulf
new0tomreyn, so.. what is the command that i need to run in order to see what is the problem with those updates? so i can pipe it into nc termbin.com20:41
tomreynnew0: just post the output of this to a pastebin: lsb_release -ds; apt update; apt -f install20:41
tomreyn!paste | new020:41
ubottunew0: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.20:41
tomreynnew0: piping the output of multiple commands into netcat or pastebinit does not always work reliably20:42
new0tomreyn, got it20:43
Butterfly|new0 : i wasn't ever planning on abusing the bot, i have had a bot that was active in over 600+ channels... i just wanted to get one bot response as an example, that's all :)20:43
new0tomreyn, let me guess. those command need sudo! right?20:44
new0Butterfly|, no problem :)20:44
tomreynnew0: yes, sorry, the two apt commands do20:44
tomreynnew0: so make it:    lsb_release -ds; cat /proc/version; sudo apt update; sudo apt -f install; apt-cache policy20:45
new0tomreyn, np. retyping20:47
RandolfApparently the "iptables" configuration is stored in a file under /etc/sysconfig/iptables but I'm not finding "sysconfig" under /etc.  Is this stored in a different location in Ubuntu?20:47
tomreynnew0: you can just copy and paste from / to your terminal20:47
tomreynRandolf: /etc/sysconfig is a path you'll find on Redhat derivatives, Debian derivates such as Ubuntu do not use this path.20:48
Randolftomreyn:  Ah, that explains it.  What's the path for Ubuntu?20:48
tomreynRandolf: iptables is not a daemon, so it's a bit special in a couple ways. for example, it doesn't have a persistent configuration unless iptables-save and iptables-restore are used.20:50
RandolfOh, okay.20:50
tomreyn(for persistence across reboots that is)20:50
RandolfSo, I need a persistent configuration.20:50
RandolfWith "pf" I had /etc/pf.conf to configure things persistently.  That's the sort of thing I'm after now with Ubuntu.20:51
tomreynRandolf: there are a couple options for an iptables frontend if you prefer a little improved usability there.20:51
RandolfI prefer a text file for configuration.  Is that what you had in mind?20:52
tomreynRandolf: for desktop systems, and optionally for servers, there is "ufw"20:52
RandolfSomeone else mentioned ufw a bit earlier.20:52
new0tomreyn, on pastebin what is the best highlighting syntex is good for terminal output?20:52
tomreynRandolf: it's plain textual, using configuration files (though there is gufw as a graphical frontend). ufw is not a good match for complex configurations, though.20:52
RandolfMy needs are fairly straight-forward...20:53
tomreynnew0: sorry, i dont understand, can you rephrase?20:53
tomreyn!ufw20:53
ubottuUbuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo20:53
RandolfFirst policy:  Block everything.  Second policy:  Make exceptions for TCP and UDP ports that I specifically want to allow, and be able to limit some of them (e.g., TCP port 22) to be accessible only from certain IP addresses.20:54
new0tomreyn, on pastebin after i paste the code from the terminal. what would be best color to highlight the text?20:54
tomreynRandolf: see what ubottu just told you.20:54
RandolfYeah, I'm looking at that now.  Thank you.20:54
tomreynnew0: any that contrasts the other colors well, i guess.20:55
RandolfOkay, so "ufw" works in tandem with iptables.20:55
tomreynRandolf: yes, it's an iptables frontend.20:56
nitzan2611\join Undernet20:56
Randolfnitzan2611:  Try it like this...20:57
new0tomreyn, this is the first result https://pastebin.com/7gDG4kqa20:57
Randolf/join Undernet20:57
tomreynRandolf: if you're happy with pf and don't mind learning another firewalling syntax, maybe you'll acttually prefer working with iptables directly, though. YMMV.20:57
Randolftomreyn:  I'm happy to learn iptables.  But apparently it's not persistent, and that's what ufw can provide?20:57
tomreynRandolf: yes, ufw can proivide it, or the iptables-save and -restore commands.20:58
RandolfIt appears that ufw comes stock with Ubuntu.20:58
tomreyn(all of which have man pages, i assume you will be into this concept and may actually appreciate it.)20:58
RandolfI'm just looking at /etc/ufw/ufw.conf at the moment.20:59
RandolfOh yeah.  The man pages are generally quite good for almost everything.20:59
tomreynso do iptables and its utility scripts20:59
tomreyn(come stock with ubuntu, that is)20:59
new0tomreyn, this is the last command line you told me to run: https://pastebin.com/LBWtEmfj20:59
RandolfInteresting.  A lot of the ufw commands look similar to pf.21:01
tomreynnew0: generally: you are running an outdated point release of ubuntu 14.04 LTS, naely 14.04.2. you need to update it to get support here. i understand that there is this issue which may prevent you from working with apt, and we can continue diagnosing this for now.21:01
new0tomreyn, apt-get maybe. not sure what or about apt21:02
DroHello, any idea how to fix this please? cuda-9-0 : Depends: cuda-toolkit-9-0 (>= 9.0.176) but it is not going to be installed21:03
new0tomreyn, have u looked at pastebin?21:03
tomreynnew0: i'm on it21:03
new0tomreyn, ok. tnx21:04
Dro(trying sudo apt-get install cuda)21:04
tomreynnew0: can you run: pastebinit /etc/apt/sources.list21:06
tomreynnew0: you have a couple warnings there but no errors. you should be able to install the 502 pending updates just fine.21:08
new0tomreyn, currently not installed. installing21:09
tomreynnew0: sudo apt udate; sudo apt dist-upgrade21:09
tomreynDro: did you run: apt update21:10
tomreynDro: which ubuntu release is this? lsb_release -ds21:10
tomreynDro: do your current apt sources provide cuda-toolkit-9-0 version 9.0.176 or greater? apt-cache policy cuda-toolkit-9-021:11
new0tomreyn, i think i paste you 2 time same terminal21:12
new0tomreyn, this is the last command you told me to run: https://pastebin.com/3LEy2wp521:13
new0tomreyn, this is from the source.list: http://paste.ubuntu.com/p/KPcnywhnVZ/21:14
djamalhi21:14
tomreynnew0: thanks, looking21:15
new0tomreyn, btw do u mean apt update and dist-upgrade or apt-get update & dist-upgrade?21:16
tomreynnew0: apt is fine if you prefer it over apt-get. either should work.21:17
new0tomreyn, ok. because i am using apt-get21:17
tomreynnew0: and i was wrong, you do have errors there.21:17
new0tomreyn, yes. but i don't think you were wrong. i think this is the result of the later command you told me to run with something with -cache-policy something21:18
djamalsudo cd command not found21:18
Drotomreyn: apt-cache policy cuda-toolkit-9-0 : https://pastebin.com/tBc5YmNj21:19
new0djamal, not sure if u neeed sudo for cd21:19
nacctomreyn: being on specifically 14.04.2 is also odd21:19
Dro(its in french: "Installé => installed" and (aucun) => none21:19
nacctomreyn: implies not up to date?21:19
Sven_vB_djamal, "cd" as a program wouldn't make enough sense to warrant it. you probably want to do something in the directory after you cd to it, right?21:19
=== Sven_vB_ is now known as Sven_vB
ash_worksiI am so confused21:20
ash_worksiI am kinda randomly missing some programs21:20
Orbitorash_worksi: oh?21:20
Sven_vBdjamal, if you use sudo because your shell can't cd, use "sudo -s" to spawn a root shell; that shell can then cd.21:20
ash_worksiI just come across it when I try to open them21:21
ash_worksiinkscape was gone21:21
djamalin fact i want source command21:21
ash_worksiand now kdiff321:21
ash_worksivery confused21:21
ash_worksiOrbitor: o/21:21
djamali did sudo source21:21
confluencyash_worksi: look at your apt log, and see if you uninstalled something that also uninstalled lots of things that depended on it.21:21
djamaland i get source command not found21:22
ash_worksiconfluency: that's what I thought might've happened21:22
naccdjamal: source is a shell builtin21:22
naccdjamal: you are doing something wrong, what are you trying to do?21:22
tomreynnew0: can you comment out the deb-src lines in /etc/apt/sources.list for now? also remove the trailing slashes (on the URLs) in lines 15 to 18 of http://paste.ubuntu.com/p/KPcnywhnVZ/21:22
ash_worksibut I'm not skilled in the art of apt... just `apt log` ? or is this a file location?21:22
new0tomreyn, can try to21:22
djamalsource meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack21:22
djamali am going to build with bitbake21:23
djamaland not allowed me to do it as root21:23
Sven_vBdjamal, then how about you bake it as a normal user?21:23
tomreynnacc: yes, new0's system is not up to date, we're working on changing this.21:23
nacctomreyn: ah ok21:24
naccash_worksi: /var/log/apt/21:24
Sven_vBdjamal, if you have insufficient permissions on the files, don't escalate your privileges; instead grant your user account the proper permissions.21:24
new0tomreyn, great. tnx. in process/progress :)21:24
confluencyash_worksi: /var/log/apt/history.log is the latest one.21:24
naccdjamal: sounds like you are trying to follow a tutorial?21:24
djamalyes21:24
new0tomreyn, btw.. how can i tell if system is up to date?21:25
tomreynDro: so basedno the output, you have cuda-toolkit-9-0 installed locally, no apt source is available for it, and only the one version which is too old to do the upgrade you planned to do.21:25
djamalwhen i do it as normal user i get permission denied21:25
tomreynDro: actually the version is not too old, but incompatibly named.21:26
Drotomreyn: what solution do u suggest?21:26
Sven_vBdjamal, do you know about file system permissions? also could you show us the tutorial?21:26
ash_worksiyep `apt-get remove python2.7`21:27
tomreynnew0: once you have full yupdated, lsb_release -sd will report the latest 14.04.X version listed on https://wiki.ubuntu.com/Releases21:27
confluencyash_worksi: I'm amazed anythign still works, then.21:27
tomreynDro: it's not an official package. check with who provided it.21:27
new0tomreyn, assuming that 3.13.0-53-generic is not up to date21:27
confluencyash_worksi: reinstall *everything* that you see uninstalled in that log entry.21:28
djamalwhen i do source command with root21:28
confluencyash_worksi: I'm going to give you the command for generating the list of package names automatically from the list you can see there.21:28
tomreynnew0: also, for the kernel, the latest version is the one listed on https://packages.ubuntu.com/linux-image-generic21:28
ash_worksiyeah, I see how my brain was working... I had manually installed an older version of python to help somebody temporarily and thought that was it without looking at anything21:28
djamalit is work normal but he told me that i can use bitbake as root21:28
djamalthe whole operation21:29
tomreynnew0: once you're fully updates you can also run "sudo ubuntu-support-status" to get an idea of your systesm's state.21:29
ash_worksiI vaguely remember that I smartly ran that in a container... I very stupidly forgot21:29
djamalis to do two command first source command and the second bitbake command21:29
tomreynthat is, from here on, once you installed all the pending updates.21:29
Drotomreyn: I got it from nvidia official site https://l.facebook.com/l.php?u=https%3A%2F%2Fdeveloper.nvidia.com%2Fcuda-90-download-archive%3Ftarget_os%3DLinux%26target_arch%3Dx86_64%26target_distro%3DUbuntu%26target_version%3D1604%26target_type%3Ddeblocal&h=ATOJsaTWab7o2wN65C2u-ChDAxsT4rjxpEfZF9MliNMbSKNUrJHxHvXU_frH-1LCY6C37FDGfy9N2df_cGDoWgy08mrcFSwVZCnSmlUciJE21:30
Dro(sorry for the link) :/21:30
djamalSven_vB are you still with me21:30
new0tomreyn, ok21:31
ash_worksithanks confluency21:31
new0tomreyn, may i ask why commenting deb-src lines? and why removeing trailing slashes?21:32
new0*removing21:32
confluencyash_worksi: OK, copy the comma-separated list of packages which looks something like package1:amd64 (some stuff), package2:amd64...21:33
tomreynDro: right, so not installed from an apt repository, and not one supported here. you manually installed this package, accepting that you have no upgrade / pathcing path for it at the time.21:33
Sven_vBdjamal, I'm here but it seems like at least one of us has a huge delay sending or receiving the other's messages.21:33
confluencyash_worksi: and paste it in between the quotes of echo "PASTE IN HERE" | sed -r 's/:[^ ]* \([^)]*\),?//g'21:33
Drotomreyn: u're right, what do u suggest to solve this?21:33
tomreynDro: i suggest you check whether nvidia provides those packages via an apt repository and use them instead. or better: use those ubuntu provides (if any, check https://packages.ubuntu,com )21:34
confluencyash_worksi: that should output a space-separated list of just the package names.21:34
confluencyash_worksi: which you can paste after sudo apt-get install21:34
MoonManTwhich should i learn tmux or screen?21:34
Sven_vBMoonManT, tmux21:34
MoonManTSven_vB: why please?21:34
tomreynnew0: just reducing complexity for now. this makes it easier to spot and fix the actual issue. the trailing slashes should not have been there in the first place.21:35
confluencyash_worksi: moral of the story: when apt says "are sure you want to uninstall <a million packages>?", say no.21:35
ash_worksiconfluency: yeah ._.21:35
ash_worksithanks confluency21:35
confluencyash_worksi: don't feel bad; I've seen people do this before. At least you still had a functioning system that let you reinstall things.21:36
new0tomreyn, ok. done21:36
confluencyash_worksi: good luck!21:36
new0tomreyn, now what?21:36
Sven_vBMoonManT, tmux does all that screen can, just better, and has additional useful features. the only reason I don't learn it is that I already invested the effort to learn screen years ago, and it still works kinda "good enough" most of the time.21:36
tomreynnew0: "sudo apt update" and "apt-cache policy" and show its output again, please21:36
MoonManTSven_vB: thanks, are both still in development?21:36
Sven_vBMoonManT, I even pay for this laziness by doing stuff manually that I know I could automate if I used tmux.21:36
Drotomreyn: I can't find the exact package "cuda-toolkit-9" there, but I found this https://packages.ubuntu.com/artful/nvidia-cuda-toolkit it works too?21:36
Sven_vBMoonManT, dunno, but screen seems so dead (and dead-ended) that I guess tmux is at least as maintained as screen.21:37
MoonManT Sven_vB: thanks dude i will do some more research but i think i will learn tmux, i dont know either and i needed some advice from someone who elses this kind of stuff21:37
Sven_vBMoonManT, if you can spare the time to learn tmux, it's absolutely the better route.21:38
djamalSven_vB this is the tutorial i am follow it http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/machines/raspberrypi.html21:38
MoonManTSven_vB: any other tips/software i can use for being more productive at the terminal? learning vim already, i also do a lot of coding so anything in that area21:38
Sven_vBMoonManT, also, once you learn tmux, you can learn screen within a few minutes21:38
MoonManTSven_vB: nice, im sold i will start learning tmux now21:39
Sven_vBMoonManT, I heard good things about the korn shell and zsh. also tiling window managers.21:39
tomreynDro: what works probably depends on what you want to make work, which i do not know. i suspect that the nvidia-cuda-toolkit package in ubuntu may provide the same functionality as the cuda-toolkit-9-0 package you currently have installed. it is version 8.0 rather than 9.0, though, as you may have noticed.21:39
new0tomreyn, is apt-cache policy need sudo? also can i just use sudo apt-get update && sudo apt-get cache-policy?21:39
confluencySven_vB: if you use byobu, you can easily get tmux with screen keybindings.21:39
MoonManTSven_vB: thanks again21:40
confluency(I learned screen first, and it would be really annoying to relearn the keybindings now.)21:40
Sven_vBconfluency, thanks! I have byobu on my learn list as well.21:40
confluencyThere's nothing to learn, really. It's just a pretty layer on top of screen or tmux. Tmux is now the default backend; the first time you hit ctrl-a it will ask if you want screen-like bindings.21:41
confluencyBut I'm getting offtopic now. :)21:41
tomreynnew0: running "apt-cache policy" does not require sudo. other than that you can run the two commands as listed (being aware that the second command will not run if the first one runs into any errors).21:42
new0tomreyn, got it. tnx21:42
tomreynDro: i should also note that i'm not paricularly interested in supporting nvidia products.21:43
new0tomreyn, anyway, i just did: sudo apt-get update && sudo apt-cache policy | nc termbin.com 999921:43
tomreynnew0: if the first command exited without an error, this would cause the standard output of the second command to be posted to thembind.com21:44
djamalhi21:44
tomreyn* termbin.com21:45
tomreynhello djamal21:45
Drotomreyn: I see :P21:45
Drothanks for your help anyway21:46
confluencyDro: if you're using the NVidia repo, use the instructions on NVidia's site.21:46
tomreynDro: you're welcome.21:46
confluencyDro: you may also want to ask questions in NVidia's forums.21:46
jk^!audacity21:48
new0tomreyn, well, i start to see errors. and while i writing this i have URL :)21:48
new0tomreyn, http://termbin.com/eeln921:48
djamaltomreyn Error: TEMPLATECONF value points to nonexistent directory '/root/workspace_agl/meta-agl/templates/base'21:49
tomreynnew0: new0 the termbin.com post shows no errors, but i assume you see some on your terminal. maybe you can post again with errors included?21:49
tomreynnew0: sudo apt update 2>&1 | pastebinit; apt-cache policy 2>&1 | pastebinit21:50
new0tomreyn, why r u using sudo apt all the time? do you mean apt or apt-get?21:51
tomreyndjamal: are you asking me a question?21:51
new0tomreyn, and np21:51
tomreynnew0: either is fine. i will use apt-get form now on if you prefer21:52
djamalyes i have this error doing source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack21:52
tomreynnew0: actually i may be wrong, 'apt' probably does not exist on ubuntu 14.04, sorry.21:52
new0tomreyn, either is fine :) but it got me a bit confused. anyway either it's ok. i will just use apt-get. the thing is apt-cache policy i am not sure what it is belong to21:53
tomreyndjamal: which ubuntu release is this (lsb_release -ds; cat /proc/version), which ubuntu package?21:53
new0tomreyn, lol hehe good one21:53
new0tomreyn, don't worry about it. at least now i know. btw from which version it's exists?21:54
Bashing-omtomreyn: Best I recall apt was introduced in 14.04 .https://mvogt.wordpress.com/2014/04/04/apt-1-0/ <- apt 1.021:54
djamalthe release is 16.0421:54
new0djamal, are u referring to me? 16.04 apt exists?21:55
tomreynnew0: 16.04 and later surely have it, i'm not sure when (read: in which ubuntu release) 'apt' as a more user friendly frontend to apt-get was first introduced.21:55
tomreynBashing-om: maybe not installed by default, yet21:55
new0tomreyn, http://paste.ubuntu.com/p/Dt9wD5XKXT/ http://paste.ubuntu.com/p/q3wJdMbhr4/ btw what is all the 2>&1 ??21:56
djamali am referring to tomreyn21:56
new0djamal, tnx for the info. and np :)21:56
tomreyndjamal: << see how i'm addressing you here? you can do so, too, when responding (type "tomreyn: ...", this helps telling apart who is talking to whom.21:56
new0tomreyn, so.. apt is the new edge of apt-get? or aptitude (rest in peace)?21:57
Sven_vBdjamal, there's most probably a flaw in your strategy, so let's find a better strategy. if you have a tutorial, give us a link to it so we can see what it's about.21:57
new0tomreyn, in the terminal of course21:57
tomreynnew0: please read the ubuntu 16.04 release notes before upgrading and you'll know the details. ;-)21:58
tomreynnew0: ... about apt vs apt-get vs aptitude21:58
new0tomreyn, mmm nice. i am just not sure if my system (Hardware) support it21:58
tomreyndjamal: that's not the output of the command i provided, though21:58
djamal Sven_vB:the tutorial is http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/machines/raspberrypi.html21:58
new0tomreyn, maybe i will install apt here21:59
tomreynnew0: let's not discuss too many topics at once, shall we? :)21:59
new0tomreyn, sure :) sorry got enthusiastic ;22:00
new0;)22:00
Sven_vBdjamal, when you ran the commands from chapter "Setting up the build environment", did you run them as root?22:00
tomreynnew0: "2>&1" is so-called "output redirection". it ensures error messages go through the pipe and end up on termbin.com / paste.ubuntu.com.  read up on this and "stadard output" (stdout), "standard error" (stderr) sometime22:01
tomreynnew0: now i'll read up on your pastes22:01
new0tomreyn, sure tnx :) btw i know a bit about stdout from PHP programming/Development but i am sure i can always learn more22:02
djamalSven_vB: https://pastebin.com/KF82HkH922:03
Sven_vBdjamal, yeah that looks like you ran the preparation steps as root.22:04
Sven_vBdjamal, probably the easiest fix is to delete the workspace directory and start again from chapter 1, as a normal user.22:04
Sven_vBdjamal, if you're lucky and file permissions are the only problem, this command can help: sudo chown --reference --changes ~ --recursive ~/workspace_agl/22:05
tomreynnew0: very well. now, do this to get rid of the google apt signing key error: wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -       # <<< and dont miss the trailing dash there22:05
tomreynnew0: these instrcutions are from https://www.google.com/linuxrepositories/22:05
Sven_vBdjamal, sorry wrong command, I meant: sudo chown --reference ~/ --changes --recursive ~/workspace_agl/22:06
tomreynnew0: also, are you aware there is chromium-browser in ubuntu? it's a free alternative to chrome.22:07
tomreyn...and available from ubuntu itself.22:07
djamalSven_vB, i did the command and what i will do after that22:08
Sven_vBdjamal, try the source command then22:09
tomreynnew0: by the way, are you acttually typing commands you see on the monitor into a different computer there? and the other way around?22:09
tomreynnew0: unless there are security reasons for this airgap i guess you could just use ssh, if so.22:10
new0wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -  ::result OK22:10
tomreynnew0: pastebinit /etc/apt/sources.list /etc/apt/sources.list.d/*.list; sudo apt-get update | pastebinit22:11
new0yes, i know about chromium-browser! why>? it's not installed at my pc?22:12
djamalSven_vB:https://pastebin.com/0GHgbKaa22:12
djamalSven_vB the same thing22:12
new0tomreyn, not really typing into diff computer but yes. i less using copy & paste. why? how u figure?22:13
tomreynnew0: i just brought up chromium-browser because you also seem to have chrome installed, which may seem redundant, and the worse choice (at least if you care about privcy and software licensing as i do). but you may have different needs and preferences.22:13
new0what do you mean airgap? and where can i use ssh on?22:13
new0pastebinit /etc/apt/sources.list /etc/apt/sources.list.d/*.list; sudo apt-get update | pastebinit result::22:14
Sven_vBdjamal, maybe you have to regenerate the config then. add -f before the -m option.22:14
=== fabricius1 is now known as fabricius
tomreynnew0: i was asking whether you need ot manually retype those commands since it seems to take you some effort to do so, and human errors can be the result (they would be if i had to).22:14
new0http://paste.ubuntu.com/p/CS9Zbd3CFy/ http://paste.ubuntu.com/p/4TQYvYzVKj/ http://paste.ubuntu.com/p/J4HgVHXjZC/ http://paste.ubuntu.com/p/J4xnpbm9BC/ http://paste.ubuntu.com/p/vmDSFxb8ZZ/ now i get: W: Failed to fetch http://il.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/Packages  Bad header line and the last link: http://paste.ubuntu.com/p/TTDQjsN3RZ/22:15
tomreynnew0: so i guess it would be a lot more convenient to just be able to copy and paste commands and (single line) command output. but if this is all local it must be your preference to retype, and this works for me.22:16
djamal<Sven_vB,22:16
new0tomreyn, mmm well all the command you send me beside sudo apt-get, etc.. i did copy & paste. specially lately22:16
djamalSven_vB,https://pastebin.com/JAMhmr6t22:17
tomreynnew0: alright, cool, i was just trying to make things easier for you. no need then.22:17
tomreynnew0: reading...22:18
new0tomreyn, if it's a known command i will just type those. but there are not many. and you know a lot22:18
new0tomreyn, np sure thing. you are a really good man. Thanks. nice readying...22:18
new0*reading22:18
Sven_vBdjamal, looks like you'll need to get rid of the broken files and start over from the beginning.22:19
tomreynnew0: thanks. you still have the trraling slashes in /etc/apt/sources.list and here http://paste.ubuntu.com/p/CS9Zbd3CFy/ (lines 25-28, 35-36)22:20
Sven_vBdjamal, also restart your shell/terminal before you try anew, to make it forget the old source command.22:20
djamalSven_vB:plz sir told me where can i start22:23
djamalSven_vB:i spend the whole week to build agl22:23
djamali want to build agl for raspberri pi22:25
tomreynnew0: once this is fixed, i think you can try installing the updates again: sudo apt-get update && sudo apt-get -f install && sudo apt-get dist-upgrade22:25
djamalSven_vB sorry i know i ask a lot but i have to do it22:26
Sven_vBdjamal, I'm trying to figure out a plan how you can use the existing files22:27
Sven_vBdjamal, did you read there are ready-made AGL images? could you use them instead of building your own image?22:28
Sven_vBhttps://download.automotivelinux.org/AGL/snapshots/master/latest/22:28
=== bcowan is now known as FrankMcLovin
djamal<Sven_vB> i dont know this22:28
new0tomreyn, so... to remove all the trailing slashes in source.list?22:28
Sven_vBdjamal, the link is from http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html . below the bullet list on top it says "For convenience, the resulting development images are made available Here"22:29
new0tomreyn, because there is 2 of there (the first two from up) in the file that you didn't mention22:30
tomreynnew0: you're right, these should be removed as well22:30
djamal<Sven_vB> i dont know how to download it22:30
tomreynnew0: you can probably edit the file using: sudo gedit /etc/apt/sources.list22:30
Sven_vBdjamal, ok… what's the output of?: env | grep AGL_22:32
djamalSven_vB it is empty22:33
new0tomreyn, not a problem22:33
Sven_vBfor reading later, djamal's source command script can be viewed here: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;f=scripts/aglsetup.sh;hb=HEAD22:37
Sven_vB… and it invokes https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;f=scripts/.aglsetup_genconfig.bash;hb=HEAD22:38
tomreynnew0: how are we coming?22:38
howarthAnyone know why JupyterLab isn't packaged for ubuntu?22:38
new0tomreyn, mmm it's on the gist-upgrade path now22:39
new0tomreyn, really thanks man. i really appreciate it22:39
new0i did the pastebinit so it will take a while. for now i have 2 links since u asked22:40
new0tomreyn, http://paste.ubuntu.com/p/j5rRGdKrr5/ http://paste.ubuntu.com/p/QGDMM7Xmyt/22:40
oerheks:-)22:40
tomreynnew0: you're welcome. ;-) no hurry, 500 packages DO need some time.  i was just wondering whether it's succeeding for now.22:40
new0tomreyn, wow 500 wow22:41
tomreynnew0: i mean 703 ;)22:41
new0tomreyn, hooo man. ok22:42
tomreynnew0: that's according to http://paste.ubuntu.com/p/QGDMM7Xmyt/22:42
=== FrankMcLovin is now known as bcowan
tomreynnew0: but there are more problems we need to fix.22:42
kostkonthat's a new record22:42
oerheksfresh lists can do this, as you could not get fresh lists for a while22:42
new0tomreyn, really?22:42
new0kostkon, it is very old installation22:42
oerheks14.04.2 goes to 14.04.522:43
tomreynoerheks: would you offer to guide new0 through replacing his sources.list by a fresh copy?22:43
new0and i didn't even wanted to install this one. because low hardware22:43
oerheksthere is always a saved copy, sudo cp /etc/apt/sources.list.save /etc/apt/sources.list22:43
new0why replacing and not update it via some command?22:43
Sven_vBdjamal, what does it say for: which repo22:44
oerheksthis is the secure way to restore the sources.list, AFIK22:45
tomreynnew0: because of lines 51-86 and 103-139 of http://paste.ubuntu.com/p/j5rRGdKrr5/22:45
djamal<Sven_vB nothing22:45
tomreynnew0: we can always backup the current one first, though22:46
new0tomreyn, yep like oerheks suggest22:46
oerheks sudo cp /etc/apt/sources.list /etc/apt/sources.list.old &&  sudo cp /etc/apt/sources.list.save /etc/apt/sources.list22:47
oerheksand reboot && update22:47
Sven_vBdjamal, how about these: head -n 1 ~/bin/repo ~/workspace_agl/.git/HEAD22:47
tomreynwhy reboot?22:47
tomreyni assume no updates were installed, yet.22:48
tomreynnew0: were updates installed, yet?22:48
tomreyn*any22:49
new0tomreyn, dunno i did the stdout22:49
new02>&122:49
djamalSven_vB : pi@raspberrypi:~ $  head -n 1 ~/bin/repo ~/workspace_agl/.git/HEAD22:49
djamalhead: cannot open '/home/pi/bin/repo' for reading: No such file or directory22:49
djamalhead: cannot open '/home/pi/workspace_agl/.git/HEAD' for reading: No such file or directory22:49
new0to pastebinit22:49
tomreynnew0: ok. i had thjose commands for updating packages linked with logical AND, so the later commands did not get to run.22:50
Sven_vBdjamal, then somehow your downloads got lost. follow this guide: http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html22:50
tomreynnew0: so once you replaced sources.list you can run this again: sudo apt-get update && sudo apt-get -f install && sudo apt-get dist-upgrade22:51
new0tomreyn, thjose commands?22:51
new0tomreyn, ok. i need to run those commands after replacing the source.list np! just not sure yet what is thjose commnads are22:53
=== shann_ is now known as shann
tomreynnew0: the ones i just reposted22:59
tomreynsudo apt-get update && sudo apt-get -f install && sudo apt-get dist-upgrade22:59
new0tomreyn, got it23:00
new0tomreyn, still waiting for dist-upgrade23:00
tomreynoh so this actually Is working, ok23:01
katnipis there a difference between dist- and full- ?23:01
root_Sven_vB23:02
root_Sven_vB23:03
=== feodoran is now known as Guest23509
=== feodoran_ is now known as feodoran
tomreynkatnip: on 16.04 LTS, apt-get(8) is aware of dist-upgrade but not full-upgrade, apt(8) is aware of full-upgrade but not dist-upgrade.23:05
tomreynapt would pass commands it does not know of on to apt-get, though, i think. so i guess if you use 'apt' then both should work.23:05
tomreyn...which a test prooves to be correct (on 16.04)23:06
katnipi was curious since i have used both on 18.0423:06
katnipi didnt know if one pulls something the other wouldnt23:08
tomreynactually "apt-get full-upgrade" also works23:09
oerheksyou could do a dry-run with the -d option23:09
katnipsudo apt update && sudo apt full-upgrade is what i've usually run23:10
tomreyn...or watch idle fish in an aquarium, whichever you find more entertaining.23:10
katnipi like watching my dog :)23:10
tomreynnew0: good luck there, you know how to proceed, and i need to catch some sleep.23:11
new0tomreyn, sure thing. tnx so much for all you have done so far23:12
new0:)23:12
tomreynnew0: effectively: not much. ;-) and you're welcome.23:13
new0tomreyn, is there anyone else who can continue from where u left?23:13
=== eliudnir__ is now known as eliudnir
new0tomreyn, regardless it's good. and no problem23:13
new0tomreyn, i hope to be at least in your level in up coming future :D23:13
tomreynnew0: sum up the issue here and provide the latest output of the commands i last provided, and if there's someone who feels like taking on it they will.23:14
new0tomreyn, sure thing. tnx23:14
new0hi everyone i just did the apt-get update : http://termbin.com/0h8v3 and this is the result23:16
new0but still get some errors in the terminal. any help?23:16
tomreynreboot, run series of commands again, post output with error messages23:18
* tomreyn over + out23:18
kostkonnew0, i don't see any errors23:18
oerhekshit and Ign are oke23:19
oerheksIgn means that the list is up2date23:19
new0kostkon, tnx for trying to help. yes this is the output from apt-get update but there are some error in the terminal. is there a command that i can do in order u to see it/23:20
kostkonnew0, c/p it23:20
new0kostkon, ok23:23
new0kostkon, https://paste.ubuntu.com/p/8YPgxKhfVd/23:25
kostkonnew0, are you sure you have edited the file correctly23:26
oerheksline 92 .. main/binary-i386/Packages .. google stopped support for i38623:26
new0kostkon, why? i copy paste it23:27
kostkonnew0, i meant your sources.list23:27
akiknew0: to include errors in pastebinit, use "command |& pastebinit"23:27
kostkonnew0, you didn't remove all the lines23:28
new0oerheks, mmm about that issue (only that for now) i found a resource https://askubuntu.com/questions/743814/unable-to-find-expected-entry-main-binary-i386-packages-chrome23:28
new0akik tnx23:28
new0kostkon, what do u mean didn't remove.. what do i need to remove?23:29
new0kostkon, akik, this is the last sudo apt-get update http://paste.ubuntu.com/p/cyy8VGmjqS/23:30
kostkonnew0, oh so you replaced your sources.list23:30
kostkonnew0, but you are still getting the same errors23:30
new0kostkon, i did some comment and fix to source.list. but the google error it's different source.list. check the url i just send you from ask ubuntu23:31
new0this is the same as last pastebinit but with |& like akik told to do http://paste.ubuntu.com/p/Js3Z67XktN/23:32
new0just not sure what is the different akik23:32
akiknew0: no errors23:32
new0akik what do u mean? that it's only output text with no errors?23:33
oerheksthat google list is in /etc/apt/sources.list.d/ folder, and that last paste is not complete..23:33
kostkonnew0, we are not seeing any errors23:33
new0akik if so i do need to produce the errors if those are exists23:33
new0oerheks, yes the sources.list.d but not sure what not complete. would u like me to do troubleshooting again? just dunno what cmd i need23:34
new0it's seems like i have just run sudo apt-get update and sudo apt-get install -f with no problem23:38
new0let's see how i will do with sudo apt-get dist-upgrade23:39
gabefairIs @flocculant here? His https://wiki.ubuntu.com/LightDM page has not been updated since Ubuntu switched to systemd rather than Upstart23:45
Bashing-omgabefair: See if you can ping flocculant in the #ubuntu+1 channel .23:47
gabefairThanks23:47
new0akik, kostkon, oerheks, tomreyn, it's seem like gist-upgrade start to work finally :)23:49
make91exit23:49
kostkonnew0, reboot afterwards because it's a hell of an update23:50
new0kostkon, update? so why it's called dist-upGrade?23:51
kostkonnew0, man apt-get :P23:52
new0kostkon, and np. now i understand that after dist-upgrade i need to reboot. unlike update23:52
new0kostkon, tnx23:52
kostkonnew0, no it's just that a 700 package update is bound to make some changes to your system (most likely also install a new kernel) so it's better you reboot after it finishes23:53
new0kostkon, so.. it's not required but very highly seggested23:54
new0*suggested23:54
kostkonnew0, something like that23:54
new0kostkon, tnx23:54
new0kostkon, at least it's not windows that 99% reboot solve problem or fix one just like antibiotic23:55
kappa1hi23:55
kostkonnew0, windows will forcefully reboot your system anyway23:55
kappa1I can connect to a server via ssh, but then I cannot ping hostnames from that server23:56
kostkonnew0, or i think it asks you now if you want to reboot. i hope that is the case23:56
kappa1what can I do to diagnose the problem?23:56
new0kostkon, well.. let's see. either case we are going to be more experience user now hehe23:57
kostkonnew0, you've learned something today yep23:57
new0kostkon, and wow this dist-upgrade taking it's time23:58
kostkonnew0, 703 packages is a lot to process23:59
new0kostkon, yea. a lot. but the big problem is that i don't use ubuntu much like win7 beacuse low hardware. but still better using git and php development with ubuntu. really prefer OS23:59
new0*preferred23:59
new0kostkon, so i heard. but where do u see it?23:59
new0plz teach me23:59
new0how can u tell?23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!