/srv/irclogs.ubuntu.com/2020/07/19/#xubuntu.txt

AgusLinuxHello guys, a question as a noob. Where are located the apps that I install?01:19
Bashing-omAgusLinux: Huh ? Can you be more specific for what you seek ?01:23
AgusLinuxAnd how can I see the space in my hard disk drives01:23
AgusLinuxBashing-om: like in windows, when you install a program or an app, you choose in what hard disk you instalk01:24
Bashing-omAgusLinux: Generally ' df -h ' in terminal.01:24
AgusLinuxI'm new on linux01:24
AgusLinuxAnd have an ssd and two hdd01:25
AgusLinuxIn the ssd is the system01:25
AgusLinuxThe apps installed goes there?01:25
Bashing-omAgusLinux: Not so ^ in linux. The locations are predetermined bt our package management system.01:26
Bashing-omby*01:26
AgusLinuxSo, the apps can be installed in any disk?01:26
Bashing-omAgusLinux: Well - depends on what the app is and what the programmer/maintainer has in mind.01:27
AgusLinuxbut, it isn't like in windows where I have a folder with the name of the app01:28
Bashing-omAgusLinux: Nope - not in linux. Here all supports are shared resources.01:29
AgusLinuxok01:29
kotekAgusLinux: which <program>01:29
AgusLinuxOpenShot01:30
AgusLinuxFreeTube01:30
AgusLinuxOh!01:31
AgusLinuxForgot, another thing01:31
AgusLinuxHow can I share a folder between Xubuntu and windows01:32
AgusLinuxMy computer and the other one are in the same net01:33
kotekI personally prefer creating a partition01:33
kotekOh01:33
AgusLinuxI read a tutorial about samba and didn't work01:33
kotekWhy didn't it work?01:34
=== brainwash_ is now known as brainwash
AgusLinuxkotek: it didn't appear the option to share the folder01:37
AgusLinuxI'll try a tutorial I'm seeing now on it's foss01:38
xu-irc94whi09:11
xu-irc94whow secure is this distro09:11
xu-irc94wi want to hack my school system09:12
xu-irc94wi need very secure os09:12
csanyipalHi,10:09
csanyipalmy xubuntu 18 system has not booted since this morning.10:14
csanyipalThis happen on my laptop, and now I booted it with Xubuntu installation CD but this CD does not the version of Xubuntu which I have installed in the laptop. This CD is an older version of Xubuntu.10:16
csanyipalHow can I recover the Xubuntu on my laptop?10:17
tomreynhi csanyipal! by "xubuntu 18", do you mean Xubuntu 18.04?10:21
csanyipalYes, I do.10:22
tomreynokay, there was also Xubuntu 18.10, so it's always good to specify the exact version number.10:22
tomreynare you still running the live syste now?10:22
csanyipalYes, I am running the live system now.10:23
tomreyndo you know how to mount the root (/) file system of your installed / normal xubuntu installtion in the current system?10:24
csanyipalI did before this but forget it.10:25
tomreynrun this in a terminal, it shows known disks and partitions:   sudo fdisk -l10:26
tomreynanother way to view this information is   lsblk10:26
tomreynsee if you can identify the disk and partition you normally run xubuntu from.10:27
tomreynyou can also share this output using e.g.    sudo fdisk -l 2>&1 | nc termbin.com 999910:29
tomreyncsanyipal: please mention my nickname (tomreyn) here when you're back.10:29
csanyipalOK10:29
csanyipaltomreyn: https://termbin.com/gqpc10:32
csanyipaltomreyn I think the /dev/sda2 is the root partition of my installed Xubuntu system on the HDD.10:34
csanyipalThe /dev/sda should be my home partition out there.10:35
csanyipal610:36
tomreyncsanyipal: sda2  is not a real partition, it just marks the beginning of the extended partition space on thisMBR/DOS partitioned disk. your normal / file system will be either the 60 GB sda1 or the 400 GB sda610:36
tomreynso let's look at sda110:36
tomreynsudo mount /dev/sda1 /mnt10:37
csanyipaltomreyn /mnt$ ls0    boot  etc   initrd.img      lib    lost+found  mnt  proc  run   snap  swapfile  tmp  var      vmlinuz.oldbin  dev   home  initrd.img.old  lib64  media       opt  root  sbin  srv   sys       usr  vmlinuz10:38
tomreynyes, this looks like a root file system10:38
tomreynsudo journalctl --root=/mnt --list-boots | tail | nc termbin.com 999910:39
tomreynthis should report your latest boots to the installed system10:39
csanyipaltomreyn https://termbin.com/ka5i10:40
tomreynhmm, this doesn't seem to have worked. try this instead:10:40
tomreynsudo journalctl -D /mnt/var/log/journal --list-boots | tail | nc termbin.com 999910:41
csanyipaltomreyn Using --boot or --list-boots with --file, --directory or --merge is not supported.10:42
tomreynoh okay, i didn'T knwo this10:42
tomreynsudo journalctl -D /mnt/var/log/journal -b -1  | nc termbin.com 999910:43
tomreynoh wait ths wont work either10:43
csanyipalOK10:43
tomreynsudo last --file /mnt/var/log/wtmp10:45
tomreynsudo last --file /mnt/var/log/wtmp 2>&1 | nc termbin.com 999910:46
csanyipaltomreyn https://termbin.com/aym710:46
tomreyncsanyipal: okay, so this tells us when you have last rebooted from the installed system, and which kernel version was being used.10:47
csanyipalOK10:47
tomreyncan you tell me which of these 'reboot   system boot' lines is the one where it failed to boot?10:48
tomreynthe first one which failed to boot10:48
tomreynthese times may be given in a different time zone than yours, namely UTC10:49
csanyipalI think the first one which failed to boot was this: Sun Jul 19 04:5210:50
tomreynokay. that's the same kernel version as the previous ones. i assumed that a kernel update wuold have caused the boot to fail, but this does not seem to be so then. can you tell me more about what happened when the boot failed? did you see any error messages on screen? where did the boot seem to fail?10:51
tomreynalso, did you make any possibly relevant (configuration or other) changes between when the system booted fine and when it first failed to boot properly?10:54
tomreyncsanyipal: ^10:54
csanyipalWell, at boot I can see a textual terminal messages only.10:54
tomreynjust the normal messages scrolling by, or actual erro messages which are shown long enough to read them?10:55
tomreyn*erroR10:55
csanyipalI did not make any changes between when the system booted fine and when it first failed to boot properly.10:55
csanyipalI see a grub menu which I normally does not see at all. There in grub menu first I hit Enter at Ubuntu option but the boot failed.10:57
csanyipalThen I tried the Ubuntu repair or something like that, but it returns me to the main grub menu out there.10:58
csanyipalSo the grub menu is useless.10:58
csanyipalSome boot messages are repeated, but do not remember which ones.10:59
csanyipalThat is al.10:59
csanyipalall.10:59
tomreyncsanyipal: okay. let's just see some of your system logs then: sudo journalctl -D /mnt/var/log/journal --since '2020-07-19 04:50:00' -k 2>&1 | nc termbin.com 999911:02
csanyipaltomreyn https://termbin.com/mqu711:03
tomreyncsanyipal: okay. let's try this instead - this can take some minutes to complete:     sudo journalctl -D /mnt/var/log/journal -k > /tmp/log 2>&1 ; sudo tail -n 999 /tmp/log | nc termbin.com 999911:05
csanyipaltomreyn https://termbin.com/9ghc11:05
tomreyngeez, le tme look up how to do this properly11:06
csanyipalOK11:06
tomreyncsanyipal: sudo journalctl --file /mnt/var/log/journal/$(sudo cat /mnt/etc/machine-id)/system.journal > /tmp/log 2>&1 ; sudo tail -n 999 /tmp/log | nc termbin.com 999911:11
csanyipaltomreyn https://termbin.com/dlu111:11
tomreyncsanyipal: what does this report?    sudo ls -lah /mnt/var/log/syslog11:14
csanyipaltomreyn -rw-r----- 1 systemd-resolve adm 95K júl   18 19:30 /mnt/var/log/syslog11:14
tomreynhmm i assume this is from before your system failed to boot, right?11:15
csanyipalYes.11:15
tomreynlet's see it anyways: sudo cat /mnt/var/log/syslog | nc termbin.com 999911:15
csanyipaltomreyn https://termbin.com/r34ne11:16
tomreynokay, this posted just part of the log, i think, let's see the end as well: sudo tail -n 200 /mnt/var/log/syslog | nc termbin.com 999911:17
csanyipaltomreyn https://termbin.com/a5se11:18
tomreynhmm actually it was complete. so your system must have rebooted or powered off unexpectely there11:18
csanyipalIt is a laptop and it can't be powered off unexpectedly, right?11:20
tomreyni'll take a closer look at the log. in the meantime, try rebooting your computer again, and when you reach the grub menu, select advanced, then the third record, see if this boots.11:20
csanyipalOK.11:20
tomreyncsanyipal: it could, but you're right, more likely than being powered off unxpectedly it would have rebooted.11:21
csanyipalI am going to reboot now.11:22
tomreynok11:22
csanyipaltomreyn I have successfully booted with an older kernel which I selected at the grub menu out there.11:34
tomreyncsanyipal: sweet11:35
csanyipalWhat can I do to solve this issue with the newest kernel here?11:35
csanyipaltomreyn What can I do to solve this issue with the newest kernel here?11:36
tomreyncsanyipal: we do not really know this, yet. there are many possible reasons why current kernel image fails to boot.11:36
csanyipalOK. I will waiting for the solution then. Meanwhile I will boot with the older kernel here.11:37
tomreynis your disk almost full? df -h | nc termbin.com 999911:37
tomreynif you have a secondary computer or mobile phone, i suggest connecting there with it11:37
tomreynconnecting HERE, i mean11:37
tomreynso that we can chat while you do reboots11:37
tomreynalso, let's see your current kernel log: journalctl -kb | nc termbin.com 999911:38
tomreynthis is to see whether there can be hardware errors.11:38
csanyipaltomreyn https://termbin.com/t6vp11:38
tomreynokay, / running full is NOT the problem11:39
tomreynwe need to look for other answers.11:39
csanyipaltomreyn https://termbin.com/j28d11:40
tomreynso thats an acer aspire V3-571 or V3-571G11:42
tomreynBIOS V1.10, which is an older one.11:43
tomreynV3-571 BIOS update: https://www.acer.com/ac/en/US/content/support-product/4076?b=111:43
tomreynV3-571G BIOS update: https://www.acer.com/ac/en/US/content/support-product/4077?b=111:44
csanyipaltomreyn Should I update my BIOS then?11:44
tomreynnot to solve this problem we'Re dealing with. but it may be a good idea in general. up to you to decide.11:45
tomreyni'm just putting this here for your convenience and as a reference while reading the logs11:45
csanyipalOK, thanks!11:47
tomreynyour current log has a kernel oops about the intel graphics driver, i91511:48
tomreyna bios update *may* help there. but a better option may be to just try LTSE stack instead11:49
tomreyn!LTSE | csanyipal11:49
ubottucsanyipal: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack11:49
tomreyni suggest you install this11:49
tomreynthis will give you the same kernel version and X server version you would get if you would do a fresh install Xubuntu 18.04 nowadays.11:51
tomreynIF you'll also do the bios upgrade, i assume you may need to go with BIOS version 1.13, because you have 1.10 now, and the newer versions (2.17 and 2.21) are labelled as "Not for Upgrades". This is not very well done by Acer, but I guess they're trying to warn you about not upgrading tot hese versions (these versions may have shipped with newer hardware versions of your device, and may not be compatible with yours)11:53
csanyipalOK, I am installing it now.11:53
tomreynright, try installing and booting LTSE first of all11:54
csanyipaltomreyn I just installed LTSE and going to reboot now with it. Thanks!11:57
csanyipaltomreyn I just booted with the LTSE kernel successfully.12:05
tomreyncsanyipal: okay, that's nice12:06
csanyipaltomreyn Thank you very much for help!12:06
tomreyncsanyipal: csan you share another log for this running kernel, so we can see whether the i915 module still oopses?12:06
tomreynjournalctl -kb | nc termbin.com 999912:06
csanyipaltomreyn https://termbin.com/g4fx12:07
tomreynno oops this time12:08
tomreyni guess you'Re good for now.12:09
csanyipaltomreyn Thanks again!12:09
tomreynyou're welcome csanyipal :)12:11
csanyipaltomreyn :)12:12
csanyipalBye!12:16
=== az is now known as Guest30419
XubAesomeI upgraded Xubuntu 19 to 20.04 (Focal Fossa), but the software manager went missing.  Help!20:20
diogenes_XubAesome, it was replaced with snap store.20:21
XubAesomeis snap store a gui?20:21
diogenes_yes20:21
XubAesomeso forget gnome software, and get snap store by synaptic?20:22
XubAesomeusing synaptic package manager?20:22
XubAesomeor apt install?20:22
diogenes_open the menu, type: store20:23
tomreynor keep using synaptic, or start using user-friendly apt on the (virtual) terminal more.20:24
XubAesomemenu --> store doesn't exist20:25
* diogenes_ does 90% of all work in terminal.20:25
XubAesomecan't find snap store in synaptic20:25
diogenes_!info snap-store20:26
ubottuPackage snap-store does not exist in focal20:26
diogenes_!info snapstore20:26
ubottuPackage snapstore does not exist in focal20:26
XubAesome? apt !info snap-store ?20:26
tomreyni guess snap store may be a snap20:27
diogenes_right tomreyn20:27
XubAesomediogenes, how do I use "!info snap-store"20:27
diogenes_XubAesome, sudo snap install snap-store20:27
XubAesomediogenes, thanku20:28
diogenes_XubAesome, you're welcome.20:28
XubAesomeYou guys are great :)   can you help me with connecting webdavs?  thunar connect dowsn't work and i noticed Gigolo is installed, but doesn't seem to work well.  Does anbox snap install Gigolo by dependency?20:31
XubAesomeas dependency?20:31
XubAesomeI Bu guys, mean guys/galls :)20:33
XubAesomegals20:33
XubAesomeby guys, i mean guys and gals.20:34
XubAesomeexcuse spellings/typos please.20:37
diogenes_!patience | XubAesome20:38
ubottuXubAesome: 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/20:38
XubAesomeok20:40
XubAesomeI think Gigolo may have been installed by https://github.com/geeks-r-us/anbox-playstore-installer/21:10
XubAesomeas guided here https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html21:10
XubAesomeor zulucrypt or sirikali? not sure since it was months ago....21:12
XubAesomeDoes anyone know if there is/was a website for linux/ubuntu "package dependency browser"?  It would be helpful to quickly click through sub-dependencies from package to package.21:20
tomreynthere's packages.ubuntu.com21:21
XubAesometomreyn: thanks.21:22
tomreynand there's your apt CLI, of course: apt depends SOMEPACKGEGOESHERE21:22
tomreynabout webdav: i dn't know whether it's supported by thunar, but see if you can manually edit the 'path' / 'location' it displays. and if you can enter a custom location, try davs://dav.mailbox.org/servlet/webdav.infostore/21:24
tomreynif you get a login prompt there then webdav is supported - you'll just need to change the server (URL) to yours.21:25
XubAesomeyes, xdg-open then prompts for "OX-WebDav".21:27
XubAesomecool21:27
XubAesomeany thoughts on why thunar "Open Location ..." doesn't do anything, doesn't give a prompt to connect ...21:28
XubAesomeI got disconnected, is there a way to see the chat history?22:37
tomreynXubAesome: https://irclogs.ubuntu.com/latest/%23xubuntu.html - but logging is always delayed, up to an hour or so22:48
XubAesomeThank you | tomreyn22:49
tomreynyou're welcome22:51
XubAesomeany thoughts on why Thunar - Go - "Open Location ..." or Ctrl-L doesn't do anything, doesn't give a prompt to connect ...?23:23
XubAesomeNevermind, I just realized it's just like url...23:25

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