/srv/irclogs.ubuntu.com/2017/06/09/#ubuntu-mate.txt

big_duckAnybody remember when antivirus used to break caja?  Happened to me now with latest distro...  I tried all the usual stuff.  Who knows what actually happened to caja and what to do to fix it?02:30
hectorhi05:10
hectorwhat's new05:11
johnjayis it possible my system apt get is malfunctioning?07:17
johnjaysome files in a source folder were randomly assigned to groups 'root root'07:17
johnjayand I had some weird permission problems with icecast package07:18
johnjayit was a source folder i downloaded so it doesn't make sense for it to be unreadable07:18
johnjayi read them fine yesterday as normal user07:18
johnjayer wrote i mean07:18
alkisgWhat do you mean "source folder"?07:21
alkisgApt handles binary packages, not source code...07:21
johnjaywell to clarify07:26
johnjayI downloaded separate from apt a git repository with git clone07:26
johnjayand was running the build script inside it07:26
johnjayand when i saw it needed libraries or whatever I installed them with sudo apt-get install07:26
johnjaypossibly inside that very source dir07:26
johnjayand now today when I go to build it suddenly says ERROR cannot write FETCH_HEAD07:26
johnjayand I do an -ls -l and sure enough now it's owned by root. but not the files around it. @_@07:27
alkisgapt doesn't touch your current dir07:27
alkisgSo it's completely unrelated to the issue you mention07:27
alkisgSeek elsewhere for what caused it07:27
johnjaywell files don't just change ownership by themselves07:27
alkisgRight, so I'm pointing you to another direction to search, because apt isn't to blame there07:27
johnjayand I also had problems with apt installing nginx and icecast07:28
alkisgWhat problems?07:28
johnjaywith icecast it worked out of the box on debian07:28
johnjaybut on ubuntu here it just gave me all these wierd problems07:28
johnjayto the point that now I can run it as a normal user but not as sudo because it won't let you07:28
johnjaybut i can't start it as a service and some of its files were also owned by root07:28
johnjayso I'm just speculating there's a connection between apt and these problems07:28
johnjaymaybe apt is randomly changing ownership of files to root because I run it as root07:29
alkisgapt is supposed to be ran as root07:29
johnjayexactly07:29
alkisgapt doesn't change ownership of files07:29
johnjayok07:29
alkisgAccept those so that you can pinpoint the real issue more easily07:29
alkisgsudo apt install debsums07:29
alkisgsudo debsums -s07:29
johnjaywell i have no idea where to start07:29
alkisgRun those. They will check that all packages and files are appropriate07:30
alkisgBecause if you manually have installed things and broken your system, you'll need to reinstall it07:30
alkisgYou're not supposed to manually install things over the files that are managed by apt07:30
johnjaydebsum checks all installed packages  md5?07:31
johnjaycool07:31
alkisgYes07:32
johnjaythat's weird. when a package is installed doesn't that just mean it copies the files?07:32
johnjayso like. how does it know /etc/default/icecast2 matches the original deb package it came from?07:33
alkisgI'm not sure what you're asking there07:33
alkisgapt has information and md5sums etc for all the packages in your system07:33
alkisgdpkg -S /path/to/file => show which package ships that file07:34
alkisgdpkg -L package-name => list the files that a package ships07:34
johnjayright.07:35
johnjayso what i mean is07:35
johnjaydoes it assemble a deb file from those packages and check that07:35
johnjayor like, does the system store the deb file or how does that work07:35
alkisg.deb files are downloaded in /var/cache/apt/archives/07:36
alkisgThey are unpacked in the file system, /usr, /etc etc etc07:36
alkisgdpkg stores information for everything in /var/lib/dpkg/07:36
alkisgSo, it knows which files belong to which package, which packages are installed, what the md5sums are etc07:36
alkisg.deb files are not _created_ at any time locally; only by developers and then put to repositories07:37
johnjayholy crap there are a ton of deb files in that folder you said07:41
johnjaythat seems like something that would get deleted to save space or something07:41
alkisgThe command for this is `apt clean` and it's properly documented07:42
johnjayah ok07:49
johnjayhmm well it complained about mate-optimus and phoronix-test-suite07:51
johnjaythe latter failed while I was updating it with an install script07:51
johnjaynothing else07:51
alkisgNice, that means that /usr, /etc are fine. So any issues you have would be related to either /home/johnjay, or to /var/www/<wherever you have your program data>, or to bugs in the programs themselves07:53
alkisgStart by reporting the exact messages of the errors you see07:53
johnjaywhat is /var/www?07:56
johnjaythe web server?07:56
alkisgYes, just as an example07:56
alkisgI mean in general "wherever your programs put their data"07:57
johnjayah ok07:58
johnjaywith icecast i had problems getting it to just run after installing07:58
johnjaybut it would be hard to report exact error messages anywhere07:58
johnjaylike I would do sudo service icecast2 start07:59
johnjayand then it wouldn't start07:59
johnjayand like, do I check $? or netstat or how does that work you know07:59
alkisgGood reports include phrases like:08:16
alkisg"I'm running : service icecast start; ps aux|grep icecast" and I see no results. How do I troubleshoot that?08:16
alkisgBut not "yesterday I tried to run icecast and failed, but I'm not near the pc now, so I can't test whatever you'd like me to test now"08:17
johnjayah ok08:22
johnjaywell i'm going to apt-get upgrade and then troubleshoot tomorrow08:22
johnjaythanks for the tips!08:22
alkisgnp08:22
Kenzohey guys, can someone please explain how i am meant to report bugs?09:52
ouroumovHello Kenzo09:53
KenzoHey09:53
ouroumovKenzo, if you know the package that is affected by the bug, you can use the command: ubuntu-bug name_of_package09:54
ouroumovYou will need a launchpad account09:54
ouroumovIf you don't know the package, you can report on launchpad against ubuntu-mate, and triaging will be done by someone09:55
KenzoOk, i don't know which package is affected, the display preferences on the external monitor don't work on my system. would i just need to explain this on launchpad?09:56
ouroumovYes, and you should also provide as much information as possible about your setup (Version of Ubuntu MATE, version of MATE Desktop, whether you've installed special stuff such as a newer kernel, the brand of displays you're using, the output of "inxi -CG")09:58
ouroumovKenzo, and of course give more details on the actual bug, don't go writing "It doesn't work", explain how it doesn't work.09:59
Kenzoah ok thanks ouromov10:00
ouroumovyw10:00
=== TaZeR2 is now known as TaZeR
johnjayhmm my x server won't start i think and i'm at a console prompt right now17:52
johnjayany ideas?17:52
johnjaymy /xorg.0.log says no screens found17:52
johnjaywhen I type  startx it fails with xinit: giving up, unable to connect to x server: connection refused, server error17:54
Akulihas the system worked before?17:58
johnjaylike, last  night it did17:58
johnjayso yes17:58
Akulioh are you the guy i helped yesterday?17:58
johnjaywhich guy. there were a couple17:58
Akulii needed to leave at one point17:59
johnjayi'm the guy on a raspberry pi trying to get conky displaying weather17:59
Akuliyou had the laptop with driver issues and a windows laptop you borrowed right?17:59
johnjayif that helps17:59
Akulihmm17:59
johnjayoh no that's someone else17:59
Akuliok not the same guy17:59
Akulidid you do anything before it broke?17:59
johnjayyeah several things.18:00
johnjayi was building a project and also removing nginx and another package18:00
johnjayoh shit18:00
johnjaythe system froze due to overheating and i rebooted it18:00
johnjayit might be toast. :(18:01
Akulimaybe you just removed some important part of x?18:01
Akulicheck your apt log18:01
Akuli$ less /var/log/apt/history.log18:01
johnjayhmm. paste.ubuntu.com/2481704818:03
johnjaythere is something in the log about removing xserver-xorg files18:03
johnjaybut i don't know what it means18:03
johnjayi vaguely remember installing gnome-desktop just to see if it would wokr18:04
johnjaywhen it asked me to configure it I chose lightdm or something. but i thought i rebooted before18:04
Akuliwait which line?18:05
johnjayeh. the last one.18:07
johnjayit doesn't say Remove: xserver-xorg-video-vesa-hwe-16.04:armhf?18:07
Akuliweird18:08
Akuliat least you can install mate-desktop-environment and hope it works :)18:09
johnjayer is that a package?18:12
Akuliyes18:12
Akuli$ sudo apt install mate-desktop-environment18:12
Akuliat least it is on this ubuntu mate 14.0418:12
johnjayi have both ubuntu-mate-desktop and mate-desktop in my repo18:13
johnjay16.04 xenial18:13
johnjayer mate-desktop-environment18:13
johnjayoh yeah and mate-desktop18:13
johnjaylol confusing18:13
johnjayso mate-desktop-environment the metapackage one is the one i want?18:14
johnjayok i'm doing that18:15
johnjayas well as installing the vesa thing cause that sounds like it might matter18:15
Akuliprobably a good idea18:17
Akulilet's see if it works18:17
johnjaywell i installed fbi18:18
johnjayso now i can view images in the console at least18:18
johnjayhopefully someone makes a youtube viewer for the console using the framebuffer. :D18:18
johnjayok brb rebooting18:18
Akuliyou don't need to18:18
Akulilol18:18
hector_o/18:38
vj1234hi iam new to ubuntu18:42
Akulihi :)18:42
vj1234i'm finding very difficult in configuring deluge bit-torrent client in my laptop18:43
vj1234could someone pls help me18:43
Akuliwhat do you want to configure to it?18:43
vj1234it says not connected.. when i click on it .. connection manager window opens up18:43
Akuliit's been a while since i used deluge18:44
Akulisomeone else probably knows more18:44
vj1234ohh18:44
vj1234so which one do you use ?18:44
Akulideluge just works for me when i need to torrent ubuntu isos or something18:44
Akulii haven't touched any settings18:44
vj1234could any experts .. help me on deluge -> connection manager settings18:45
Akuliwait for 15 minutes or so, if nobody responds there are other places you can ask help on too :)18:46
Akulido something else while waiting18:46
vj1234ok thank you akuli18:53
Akuliif nobody responds, type this here: /join #ubuntu18:54
Akuliyou'll end up in a bigger ubuntu support channel18:54
Akuliactually you can go there now :)18:54
vj1234okies thank you18:54
vj1234:/join #ubuntu18:54
Akuliwithout :18:55
vj1234got it18:55
vj1234thanks a lot18:55
Akuliok :)18:56
Akulivj1234, seems like #ubuntu requires registering on freenode :( these instructions seem to be ok:  /msg nickserv help register18:58
Akulibe careful not to put anything before the / when typing a password18:59
vj1234sure thank you Akuli19:00
Akuliactually19:01
Akuli/join #deluge19:01
Akulilol there's a channel just for deluge19:01
Akulivj1234, no need to register anywhere19:02
vj1234okies19:02
johnjaylol damn19:05
johnjayok i checked the hd cable and tried raspbian, they both worked fine19:05
johnjaybut now when I try my ubuntu-mate sd card I can't even get a grub screen or anything19:06
johnjayno video, zip19:06
johnjayis there a way I can mount the sd card in my usb drive and enable grub or something19:06
Akulijohnjay, i know how to do that on a desktop ubuntu19:11
Akulino idea about raspberry pis19:11
johnjaywell. let me check. what file should I look for, /boot/grub?19:11
Akulii really have no idea how their grubs work19:11
Akulion a desktop i would mount and chroot19:11
Akuliusually i'm too lazy to look up which things i should mount (/proc, /run and some others) so i just follow error messages :D19:12
johnjayhmm19:14
johnjayi can't cd into some directly because permissions?19:14
johnjayah ok19:14
johnjaywell there is a grub folder but it seems to be unused19:15
johnjayjust has a grubenv file in it19:15
Akuli$ sudo -i19:15
Akulino more permission stuff :)19:15
johnjayhaha19:16
johnjaywell let's see19:16
johnjayi have 4 folders19:16
johnjayPI_BOOT which contains some stuff19:16
Akulilike i said19:16
Akulii have no idea how this works19:16
johnjayPI_ROOT which contains the system (/mnt, /home, etc)19:16
johnjaya SETTINGS folder and a SETTINGS1 folder19:16
johnjayin SETTINGS1/noob.conf it just has 4 lines. one says to boot to partition 6. another says display mode 019:17
johnjayah ok well just thought maybe it was similar19:18
johnjaysince it's still a ubuntu-mate image19:18
johnjayi think i installed xserver-xorg-video something19:19
Akulii guess the boot loader stuff is quite different19:19
johnjayso i think that what caused it to stop19:19
johnjaybut now i can't do anything19:19
johnjaykeyboard input doesn't work.  holding shift. nothing19:19
Jack_Sparrow__Running around using sudo rights is a BAD IDEA19:19
johnjayi still see the kernel bootup messages and the ubuntu mate logo for a second19:19
johnjaythen blank screen19:19
johnjaynothing19:19
johnjaykeyboard won't even light up19:19
AkuliJack_Sparrow__, depends on which programs you run, but yeah avoid it if you don't feel ok with it19:20
johnjay>says to avoid bad ideas19:20
johnjay>name is Jack_Sparrow19:20
Akulilol19:20
johnjayanyway Akuli I still have the orig ubuntu mate image so i can reinstall it19:21
johnjayis there a way to use gparted or something to partition the sd card into 2 halves so i have a backup partition?19:22
johnjayi mean maybe the sd card is toast, i'm not even sure how i would check that19:22
Akulii have no idea19:22
Jack_Sparrow__johnjay, are you trying to have one of those partitions bootable.. then no19:23
johnjaywell that might be nice19:25
johnjaybut i was thinking also like what they have on windows19:25
johnjaywhere you have a tiny restore partition19:25
johnjayand from that you can restore the system19:25
Jack_Sparrow__Gparted will partition a drive19:26
johnjaycan I use it with the drive mounted as usb19:26
johnjayand just unzip the image or whatever from the backup partition to the main one?19:27
johnjayor better resize the broken partition i have now so I can add a backup one lol19:27
Jack_Sparrow__johnjay, I have a /  root   , /home/jack/Desktop   and   /media/UserData19:28
Jack_Sparrow__I slide a fresh install right under my desktop.  If something is on my Desktop, it is safe.  Keeps my life simple19:29
Jack_Sparrow__Full install in 15 minutes and my icons are still on my Desktop19:30
johnjaynot sure what you mean but sounds goood19:30
johnjay*good19:30
Jack_Sparrow__Time for lunch.. cya19:31
johnjayheh19:33
johnjaywell Akuli i realize this isn't your area19:33
johnjaybut what do you think i should do next19:33
Akulii'd probably try rewriting the sd card19:33
Akulibrb19:33
johnjaykeep troubleshooting or just reformat the sd card or try and do some kind of hardware read/write test on the sd card?19:33
=== gabriel is now known as Guest72781
gabriel_a19:57
=== don is now known as Guest83102

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