=== Lord_of_Life_ is now known as Lord_of_Life | ||
MKK | hi! | 06:33 |
---|---|---|
MKK | what is that error? Error mounting /dev/sdb1 at /media/mkk/Aplikacje: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error | 06:33 |
IrcsomeBot | <Nero2070> I can't install Rstudio | 07:11 |
IrcsomeBot | <Nero2070> (base) ********:~$ sudo dpkg -i '**********apps/rstudio-2024.04.2-764-amd64.deb' | 07:25 |
IrcsomeBot | <Nero2070> Selecting previously unselected package rstudio. | 07:25 |
IrcsomeBot | <Nero2070> (Reading database ... 338071 files and directories currently installed.) | 07:25 |
IrcsomeBot | <Nero2070> Preparing to unpack .../rstudio-2024.04.2-764-amd64.deb ... | 07:25 |
IrcsomeBot | <Nero2070> Unpacking rstudio (2024.04.2+764) ... | 07:25 |
IrcsomeBot | <Nero2070> dpkg: dependency problems prevent configuration of rstudio: | 07:25 |
IrcsomeBot | <RikMills> Try apt install ./rstudio-2024.04.2-764-amd64.deb | 07:27 |
IrcsomeBot | <RikMills> Try | 07:28 |
IrcsomeBot | <RikMills> sudo apt install ./rstudio-2024.04.2-764-amd64.deb | 07:28 |
=== guiverc2 is now known as guiverc | ||
IrcsomeBot | <Nero2070> Dpkg installing the app (re @RikMills: Why are you using dpkg? dpkg doesn't install dependencies) | 07:32 |
IrcsomeBot | <RikMills> As I said, dpkg doesn't fetch and install required dependencies. Use apt. | 07:33 |
=== gurupras- is now known as guruprasad | ||
IrcsomeBot | <Nero2070> (base) ********:~$ sudo apt install '**************** apps/rstudio-2024.04.2-764-amd64.deb' | 07:33 |
IrcsomeBot | <Nero2070> [sudo] password for ****: | 07:33 |
IrcsomeBot | <Nero2070> Sorry, try again. | 07:33 |
IrcsomeBot | <Nero2070> [sudo] password for ***: | 07:34 |
IrcsomeBot | <Nero2070> Reading package lists... Done | 07:34 |
IrcsomeBot | <Nero2070> Building dependency tree... Done | 07:34 |
IrcsomeBot | <Nero2070> (base) ***********:~$ rstudio | 07:39 |
IrcsomeBot | <Nero2070> [25552:0828/103818.574224:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/lib/rstudio/chrome-sandbox is owned by root and has mode 4755. | 07:39 |
IrcsomeBot | <Nero2070> Trace/breakpoint trap (core dumped) | 07:39 |
IrcsomeBot | <Nero2070> (base) **********:~$ | 07:39 |
IrcsomeBot | <RikMills> Looks like may due to new user ns restrictions | 08:14 |
IrcsomeBot | <RikMills> See: https://discourse.ubuntu.com/t/spec-unprivileged-user-namespace-restrictions-via-apparmor-in-ubuntu-23-10/37626 | 08:15 |
IrcsomeBot | <RikMills> and people with similar issues @ https://github.com/rstudio/rstudio/issues/14336 | 08:16 |
-ubottu:#kubuntu- Issue 14336 in rstudio/rstudio "RStudio fails to run on Ubuntu 24.04" [Closed] | 08:16 | |
IrcsomeBot | <RikMills> and https://www.reddit.com/r/RStudio/comments/1cbv0jj/rstudio_fails_to_run_on_ubuntu_2404/ | 08:16 |
IrcsomeBot | <RikMills> Maybe one of the solutions there helps | 08:16 |
IrcsomeBot | <reverendogreen> What do you think about tuxedos 3 on Dell laptop? | 08:25 |
oerheks | reverendgreen install kubuntu | 08:45 |
IrcsomeBot | <reverendogreen> Kubuntu no kde6 | 08:54 |
oerheks | we are waiting for debian to do some building KDE6 | 08:57 |
IrcsomeBot | <offline_till_death_01> PNHS | 10:00 |
IrcsomeBot | <offline_till_death_01> KNHS | 10:00 |
IrcsomeBot | <offline_till_death_01> All i have one doubt im not good at customzing kubuntu so my frnd given one theme i wanna install it in kubuntu can you please help | 10:01 |
IrcsomeBot | <offline_till_death_01> so i have uploaded the theme folder in /usr/share/themes | 10:02 |
IrcsomeBot | <offline_till_death_01> still i cant make change | 10:02 |
sacarde | hi | 12:28 |
sacarde | do you know when kubuntu-24.04.1 will go out? | 12:29 |
BluesKaj | Hi all | 12:45 |
oerheks | sacarde, maybe tomorrow https://discourse.ubuntu.com/t/noble-numbat-24-04-1-lts-point-release-status-tracking/46972 | 12:48 |
sacarde | oerheks, also for kubuntu? | 13:55 |
oerheks | wait and see | 13:56 |
IrcsomeBot | <Nero2070> Tried all failed... Decided to do anaconda (re @RikMills: Maybe one of the solutions there helps) | 15:57 |
IrcsomeBot | <MxStAlx> Hello. Tell me pls why "NOPASSWD: ALL" doesn't work for the sudo group. When running sudo su, you still need to enter the password. | 21:12 |
genii | Perhaps try using sudo -i instead of sudo su | 21:14 |
IrcsomeBot | <MxStAlx> Unfortunately the result is the same... | 21:17 |
genii | Did you log off and back on again after modifying the sudoers file? | 21:22 |
IrcsomeBot | <MxStAlx> Yes, I even rebooted the host. No change. | 21:24 |
=== marco is now known as makk50 | ||
genii | There is also the case of "last match wins" when the sudoers file is parsed, so if the username/group has an active rule futher on that will be applied instead of a rule found earlier in the file | 21:27 |
IrcsomeBot | <MxStAlx> I understand what you are talking about, but the only change made to the configuration file after installing the system was: | 21:31 |
IrcsomeBot | <MxStAlx> ```%sudo ALL=(ALL:ALL) NOPASSWD: ALL``` | 21:31 |
IrcsomeBot | <MxStAlx> I understand what you are talking about, but the only change made to the configuration file after installing the system was: | 21:31 |
IrcsomeBot | <MxStAlx> %sudo ALL=(ALL:ALL) NOPASSWD: ALL | 21:31 |
sarnold | did you make the edit with visudo or something else? | 21:32 |
IrcsomeBot | <MxStAlx> Only | 21:34 |
IrcsomeBot | <MxStAlx> nano /etc/sudoers | 21:34 |
sarnold | does sudo work at all, now? heh | 21:34 |
IrcsomeBot | <MxStAlx> Yes, the sudo works, but only after entering the user password | 21:36 |
IrcsomeBot | <MxStAlx> In Ubuntu, Ubuntu Unity and other .deb distributions it works without entering a password. So far, Kubuntu is the only OS where this is difficult | 21:38 |
marc7 | Hla | 23:57 |
marc7 | Hola* | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!