drew | I am booted into the Ubuntu live cd and I'm trying to install some basic stuff like emacs-nox or gnome-tweaks, but I get "E: Unable to locate package emacs-nox" | 00:02 |
---|---|---|
lotuspsychje | !info emacs-nox | 00:03 |
ubottu | emacs-nox (1:28.2+1-13ubuntu3, lunar): GNU Emacs editor (without GUI support). In component universe, is optional. Built by emacs. Size 6,307 kB / 33,865 kB | 00:03 |
lotuspsychje | wich ubuntu release are you on drew | 00:03 |
drew | My sources.list has "deb http://archive.ubuntu.com/ubuntu/ jammy main restricted" which I thought would be enough | 00:04 |
drew | lotuspsychje: 22.04 | 00:04 |
lotuspsychje | package shows in universe | 00:04 |
drew | so I should add universe after restricted? | 00:05 |
lotuspsychje | drew: the repo you showed is main, you need universe for the package you want | 00:07 |
lotuspsychje | !info gnome-tweaks | 00:07 |
ubottu | gnome-tweaks (42~beta-4, lunar): tool to adjust advanced configuration settings for GNOME. In component universe, is optional. Built by gnome-tweaks. Size 59 kB / 412 kB | 00:07 |
lotuspsychje | same for this^ | 00:08 |
kotgc | test | 00:19 |
kotgc | test | 00:21 |
lotuspsychje | it works, we see you kotgc | 00:21 |
kotgc | lotuspsychje, thanks, irc wasn't joining other channels, seems I need to identify, eventhough I could post on this channel :-) | 00:24 |
kotgc | I've been trying to setup remote access, but Ubuntu remote access turned on won't let the phone connect in. | 00:26 |
kotgc | Now I'm trying OpenVPN on my pfSense vm router, but same issue. | 00:26 |
kotgc | I port forwared 5900 and 1194. | 00:27 |
lotuspsychje | kotgc: nmap -sV -PN to your ip that you want remote access to, to see wich ports are open or not | 00:29 |
kotgc | lotuspsychje, https://dpaste.org/FtaUR I ran the commaned from this local machine, but I want to remote in from my phone (client) to this computer (host). | 00:35 |
kotgc | Nmap says ports 5900 and 1194 aren't closed. | 00:35 |
lotuspsychje | kotgc: you need to scan from outside to your machine you want remote in | 00:36 |
lotuspsychje | local scans gives different results | 00:37 |
kotgc | lotuspsychje, ok, I'll search an app for nmap, as I haven't found one yet. | 00:37 |
orbisvicis | what package do I have to install to be able to export libreoffice calc spreadsheets as excel xlsx spreadsheets ? | 00:50 |
orbisvicis | I can only export as pdf or xml | 00:52 |
orbisvicis | ahh nevermind | 00:53 |
toddc | save as xlsx I assume you found it | 00:56 |
orbisvicis | yep :/ | 01:00 |
=== chris14_ is now known as chris14 | ||
=== VlA is now known as V1A | ||
=== Bradford is now known as chakalita | ||
* kszl buu | 04:43 | |
gdb | kotgc: zenmap? https://nmap.org/zenmap/ | 04:55 |
bigshot | i can't login to wifi from ubuntuLTS | 05:29 |
bigshot | using gnome | 05:29 |
bigshot | network manager | 05:29 |
causative | is wifi turned on? there may be a keyboard button to disable it | 05:35 |
causative | that could have been hit accidentally | 05:36 |
bigshot | i can connect to other router | 05:37 |
causative | via wifi? | 05:37 |
bigshot | but not to main router | 05:37 |
bigshot | yes | 05:37 |
bigshot | causative, i think there is some problem with gnome network manager | 05:38 |
bigshot | causative, when i try to connect it keeps on asking for password again and again | 05:38 |
causative | do you have another device in the same place that you can connect to the main router, to verify the problem is not your pw or the signal strength? | 05:38 |
causative | if the other device has a saved pw, erase the saved pw to make sure the one you are typing is correct | 05:39 |
bigshot | causative, android phone connects easily to main router | 05:39 |
causative | after erasing the saved pw? | 05:39 |
bigshot | no | 05:40 |
bigshot | causative, i think there is some setting in Network Manager | 05:40 |
bigshot | KDE doesn't have this problem | 05:41 |
bigshot | only gnomes network manager | 05:41 |
causative | kde has no problem if you first erase the saved pw? | 05:43 |
bigshot | causative, no | 05:44 |
causative | then try that | 05:45 |
bigshot | causative, i changed to 2.4ghz nm-connection-editor and it can now connect! | 05:47 |
causative | oh good | 05:47 |
=== remy_ is now known as Remy | ||
kotgc | gdb, thanks, but no iOS. I found the network issue. My KVM router needs access to the public WAN IP. Just learning how about PCI passthrough. I think I run a command on this host Ubuntu? | 05:51 |
=== guiverc2 is now known as guiverc | ||
jackneill__ | hey. any idea why sometimes the system tray applets are buggy and non clickable? for example if i try to right click the bluetooth the applets just vanish. i have to restart cinnamon to make them appear again. | 06:30 |
bigshot00 | hello | 07:41 |
bigshot00 | what is official way to install wine? | 07:42 |
guiverc | `sudo apt install wine` will install the package intended for your release bigshot00, some like the latest & thus use upstream (3rd party) packages, but Ubuntu repositories will be the official way | 07:50 |
ice9 | how the kernel in ubuntu is different than the Debian's kernel? | 07:55 |
alonso | Looking to perform a ssh-key and need to run through in quiet mode without user having to answer questions. "ssh-copy <destination> -q". But the question shows up anyhow. What arguments would I need to add to keep ssh-copy-id to run silently? | 07:56 |
alonso | I created my SSH config file and would like to avoid having to pass through any password in terminal command, nor writing password in a text file to call upon. | 07:59 |
weedmic | are they different? ice9 | 08:17 |
alkisg | alonso: do you mean this? ssh -o StrictHostKeyChecking=accept-new hostname | 08:19 |
alonso | alkisg, yes exactly, works fine. | 08:28 |
alkisg | 👍 | 08:29 |
alonso | Last step I need to automate is that when ssh-copy is being done, it will ask for the password once and then be done. Can I send in this password with an argument instead of having to manually answer it? | 08:30 |
alonso | I do not want to store the password in a file and I have not access to sshpass, being in a podman container. | 08:34 |
weedmic | еруку шы ф цфн ещ ыещку еру зфыыцщкв утскнзеувб иге Ш рфму ащпщееут | 08:40 |
weedmic | darn it - there is a way to store a password in a file that is encrypted. but I have forgotten exactly how to do it. i could find it if you need though. | 08:40 |
=== bigshot00_ is now known as bigshot00 | ||
life_bad | Hi. Why Ubuntu uses much less memory and swap than debian (if i use both with the same lightweight window manager) | 09:02 |
lotuspsychje | !discuss | life_bad | 09:11 |
ubottu | life_bad: 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! | 09:11 |
bigshot00 | how to install dotnet on winetricks? | 09:34 |
weedmic | are you sure you do not really want "https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu" instead bigshot00 | 09:45 |
bigshot00 | weedmic, ? is wine outdated now? | 09:46 |
bigshot00 | i want to run windows app on linux | 09:46 |
bigshot00 | jammy lts | 09:46 |
bigshot00 | weedmic, ? | 09:47 |
weedmic | i have not used wine in a very many years, it did not do what I wanted then - it did run my score processor, but only played piano. however, i have also not heard anyone else sing its praises since and just hear frustration in this woorm. so... I should say "not recommended", but... you can try. | 09:47 |
weedmic | when I need/must have a win programme, I make a vm with the right windows and install it inside there - unless it is a game. i've yet to try passthrough. mostly due to tiem | 09:48 |
weedmic | or lack of time. | 09:48 |
bigshot00 | i like to run linux on hardware instead on vm | 09:48 |
lotuspsychje | weedmic: please dont say not reccomended on supported software on ubuntu | 09:48 |
bigshot00 | lotuspsychje, i can't install dotnet with winetricks it exits with error | 09:49 |
weedmic | np, not recommended by me, you can try and if it works great. however, imho, win programmes work best inside a virtual environment on real windows. remember wine is not an emulator. | 09:50 |
bigshot00 | there's no standard steps, every single joe on net suggests diff. way of installing wine | 09:51 |
bigshot00 | i think linux is best to be used for servers | 09:51 |
weedmic | When searching for is wine recommendoed or not, I got conflicting answers. First was "27 Nov 2019 — Newer versions of Wine (Not Recommended). The Wine Ubuntu repository provides the newest development versions of Wine. Follow these steps to ..." - 3 down was "3 Feb 2022 — Installing Wine from the default Ubuntu repositories is the easiest option. However, be aware that it may not provide the latest version." | 09:53 |
weedmic | so just have some expectations of work - to fine tune it - and backup it so if something goes wrong later, you can return to when it worked. | 09:53 |
bigshot00 | weedmic, what is your main os? | 09:54 |
bigshot00 | windows or linux? | 09:54 |
lotuspsychje | bigshot00 weedmic please stay ontopic in this channel, focus on ubuntu support questions alone | 09:55 |
lotuspsychje | !chat | 09:55 |
ubottu | #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 09:55 |
weedmic | linux - i've not used windows since 1998 (except as a vm) | 09:55 |
bigshot00 | ah so you are macos person? | 09:55 |
lotuspsychje | bigshot00: did you hear what i just said? | 09:56 |
weedmic | switch to #ubuntu-offtopic att | 09:56 |
bigshot00 | ? | 09:57 |
* bigshot00 pats lotuspsychje | 10:00 | |
lotuspsychje | bigshot00: please keep in mind this channel is for support issues only, we divide it with chat and discussions into other channels | 10:01 |
=== keypushe- is now known as keypusher | ||
=== phonemic8333 is now known as phonemic833 | ||
=== debianero_ is now known as debianero | ||
drew | I am trying to build the kernel by following https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel but I got an error right at the end building vmlinux: http://0x0.st/HfLR.txt | 11:55 |
drew | My patches are only for iwlwifi, so could this be due to my environment? I'm building while booted into the Ubuntu ISO | 11:55 |
jeremy31 | Did it compile iwlwifi.ko | 11:58 |
ravage | drew: if you cant boot ubuntu from your local drive consider installing it to a 2nd usb drive. you can install it from usb to usb | 12:00 |
ravage | i dont think the live session is a good build environment | 12:00 |
ravage | then try it from a fully updated Ubuntu | 12:01 |
ravage | or maybe a VM is a good alternative | 12:03 |
drew | The VM took up too much space and was too slow, so I opted for the live usb | 12:03 |
drew | Why is the live usb not a good environment? It has all the packages required to build and I'm not losing performance due to virtualization | 12:04 |
ravage | on a CPU that is not older than 8 years or so virtualization does not have a big performance loss | 12:04 |
ravage | if you want to optimize performance use containers | 12:05 |
ravage | with lxc/lxd | 12:05 |
BluesKaj | Hi all | 12:05 |
oerheks | !info backport-iwlwifi-dkms | 12:30 |
ubottu | backport-iwlwifi-dkms (9904-0ubuntu5, lunar): iwlwifi driver backport in DKMS format. In component universe, is optional. Built by backport-iwlwifi-dkms. Size 1,659 kB / 10,086 kB | 12:30 |
oerheks | i would use this for newer iwlwifi driver on 22.04 | 12:30 |
jeremy31 | oerheks: depends on if it has the patches drew needs | 12:31 |
oerheks | true, and this is useless for a live session, one needs to reboot to build | 12:33 |
jeremy31 | I would use git to clone backport-iwlwifi to an installed Ubuntu as it would compile much quicker | 12:35 |
jeremy31 | drew: can you post a link to the patch? | 12:56 |
=== chakalita is now known as Bradford | ||
Bombo | i'm (still) using focal nvidia-drivers-525, trying to update to 535: apt install nvidia-driver-535, but i get The following packages have unmet dependencies: nvidia-driver-535 : Depends: libnvidia-gl-535 (= 535.86.05-0ubuntu0.20.04.2) but it is not going to be installed and some more of that, is 535 broken or did i do something wrong? | 13:31 |
ravage | Bombo: open "additional drivers" and look what version is recommended there for your device. that is the one you should install from there | 13:32 |
oerheks | did you run proper updates first? | 13:32 |
oerheks | apt update && apt dist-upgrade | 13:32 |
leftyfb | Bombo: why are you trying to update? | 13:35 |
meowchow | Anyone know the command to download kali linux tools into Ubuntu? | 14:01 |
lotuspsychje | meowchow: thats not a reccomended nor supported ubuntu way | 14:04 |
meowchow | To install? | 14:04 |
lotuspsychje | meowchow: what you can do is download pentesting software from the ubuntu repos/apt | 14:04 |
meowchow | ^ thank you, do you by chance know what the pentesting software is called? | 14:05 |
oerheks | ask in #kali ? | 14:05 |
meowchow | I think this is a standard Linux question too though, isnt it? | 14:05 |
oerheks | no, as it is not in our repos | 14:05 |
meowchow | OH ok | 14:06 |
meowchow | I thought it was, sorry. I was told it is | 14:06 |
lotuspsychje | meowchow: you can search packages from apt, apt-cache search keyword | 14:06 |
Bombo | ravage: where is "additional drivers"? | 14:06 |
Bombo | 15:32 <oerheks> did you run proper updates first? <- yes | 14:06 |
jeremy31 | Bombo: Software & Updates | 14:06 |
Bombo | 15:35 <leftyfb> Bombo: why are you trying to update? <- well to get the latest driver? | 14:06 |
leftyfb | @Bombo: is there a problem with your existing driver? | 14:07 |
meowchow | lotuspsychje: thank you | 14:07 |
Bombo | jeremy31: is there a commandline for this? | 14:07 |
meowchow | sudo apt-cache search hack? | 14:07 |
oerheks | man ubuntu-drivers | 14:08 |
lotuspsychje | meowchow: if you want go to security and pentesting, you need to know what you're doing and search for specific packagenames | 14:08 |
Bombo | leftyfb: the new one has vulkan drivers v 1.3 | 14:08 |
Bombo | the dxvk 2.x needs vulkan 1.3 | 14:09 |
lotuspsychje | meowchow: inform yourself first, wich software you want to test, then search it on apt | 14:09 |
meowchow | lotuspsychje: I want to learn from scratch. Like hacking wifi passwords for one. | 14:09 |
oerheks | vulkan drivers v 1.3 on focal, why not the latest LTS? with a proper kernel 6.2.x | 14:09 |
lotuspsychje | meowchow: hacking is not supported here | 14:09 |
meowchow | *ethical pentesting | 14:10 |
oerheks | #kali is your channel to be, meowchow | 14:10 |
meowchow | Good to know | 14:10 |
meowchow | On Ubuntu, is there an email software included? | 14:11 |
Bombo | oerheks: it's on the todo list, upgrading to what is it 23.04 | 14:11 |
respawn | meowchow: yes it is called tunderbirs | 14:11 |
respawn | thunderbird | 14:11 |
Bombo | postfix is good email software ;) | 14:12 |
meowchow | Would I need to register an email? | 14:12 |
oerheks | !register | 14:13 |
ubottu | For information on registering your IRC nick, see https://libera.chat/guides/registration - For any further help, ask in #libera | 14:13 |
Bombo | meowchow: to do what? | 14:14 |
meowchow | I just want to use a pre-existing email account to quickly send emails through another application. | 14:15 |
Bombo | meowchow: with thunderbird you can setup an existing email account | 14:15 |
meowchow | Ha, you're spot on, you read my mind | 14:15 |
igor | hello | 14:26 |
oerheks | :-) | 14:27 |
igor | all right? | 14:27 |
Bombo | $ nvidia-detector | 14:28 |
Bombo | nvidia-driver-535 | 14:28 |
Bombo | is this the recommended package for me? | 14:28 |
Bombo | $ apt search -n nvidia-driver-535 | 14:29 |
lotuspsychje | Bombo: autoinstall picks the most reccomended driver for your card | 14:29 |
Bombo | nvidia-driver-535/focal-updates,focal-security 535.86.05-0ubuntu0.20.04.2 amd64 | 14:29 |
Bombo | lotuspsychje: apt autoinstall? | 14:30 |
oerheks | Bombo, why not using the tool in updates? | 14:30 |
Bombo | oerheks: which tool? | 14:30 |
oerheks | open the updates config, you will find it | 14:31 |
oerheks | ' additional drivers' | 14:31 |
Bombo | oerheks: i don't see 'updates' nor 'additional drivers' | 14:33 |
oerheks | 535 stays on vulcan 1.2.131 for Focal https://www.reddit.com/r/vulkan/comments/14xmuv3/how_to_update_vulkan_version_noob_advice/ | 14:35 |
oerheks | so, if you don' t have the update settings, nor additional drivers in there, i am out of clues | 14:36 |
lotuspsychje | software&updates icon Bombo | 14:36 |
Bombo | hmm | 14:39 |
ravage | Bombo: https://i.imgur.com/7aSETM1.png | 14:44 |
ravage | but an upgrade to 22.04 is a good idea in any case | 14:45 |
Guest82 | Hello, do you know why when restarting my laptop it always show a mistake when loading Ubuntu? But if I switch off and then on Ubuntu loads perfect. | 15:33 |
foobarely | My wired connection doesn't seem to be working after a hard reboot (system froze; I magic sysreq'd it). Can anyone help me troubleshoot it please? | 15:56 |
=== Bradford is now known as TaylorSwift | ||
=== TaylorSwift is now known as Bradford | ||
sebsebseb | hi | 16:49 |
lotuspsychje | welcome sebsebseb | 16:49 |
sebsebseb | lotuspsychje: hi | 16:49 |
lotuspsychje | what can we do for you today sebsebseb | 16:49 |
=== bad_1 is now known as badbodh | ||
=== the_football is now known as Neutron7 | ||
meowchow | Hackerpcs: do you know how to hackerpc? | 18:38 |
ravage | !ot | meowchow | 18:40 |
ubottu | meowchow: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! | 18:40 |
meowchow | Thank you for sharing this!!! | 18:41 |
meowchow | ubottu: +1 | 18:41 |
=== whoami_6 is now known as whoami_5 | ||
tripstah | i have this kde-theme problem, i installed kinfocenter and the changed the gnome theme to kde! i uninstalled the kinfocenter, kde* and these packages: kubuntu-desktop kde-standard language-pack-kde-en. it looks like this and i don't like it!: https://ibb.co/pLWPCMq . | 19:54 |
tripstah | -it changed | 19:55 |
josh_ | Greetings! Hey guys, I am running Ubuntu 22.02 and I have an iPhone 8 plus which I have been trying to see if I can transfer music from Ubuntu to it without success, any help will be greatly appreciated. Rhytmbox does'nt see the phone | 19:56 |
xangua | It doesn't mount/appear in the file browser? josh_ | 20:03 |
josh_ | Yes, I can see my pictures but other than that, the music part is a no no | 20:04 |
ravage | i think Apple calls that a feature :) | 20:04 |
ravage | you can try the packages "sudo apt install ifuse libimobiledevice-utils" | 20:07 |
ravage | https://km.kkrach.de/p_access_iphone_from_linux/ | 20:07 |
=== grumbler_ is now known as grumbler | ||
josh_ | I have already install the l..mobile and ifuse but it won't mount | 20:09 |
josh_ | but why does rhytmbox does'nt see my iphone ? | 20:10 |
ravage | cant help you further really. never owned an apple product in my life | 20:11 |
tripstah | tried gnome-twwaks but didn't find a setting to change back to gnome graphics. | 20:11 |
ravage | tripstah: do you have any theme related extensions installed? | 20:18 |
xangua | josh_: you can try KDE connect | 20:21 |
xangua | To send files* | 20:21 |
ravage | for gnome gsconnect is better | 20:27 |
ravage | but im sure that does not support an iphone | 20:27 |
ravage | ok it exists | 20:28 |
ravage | but would still use gsconnect :) | 20:28 |
ravage | (on the desktop side) | 20:28 |
josh_ | How does kde connect play out ? | 20:29 |
tripstah | ravage: nope. | 20:29 |
xangua | https://apps.apple.com/ca/app/kde-connect/id1580245991 ravage josh_ | 20:36 |
josh_ | Well, I think that my issue is solved but thanks for your input guys | 20:38 |
=== Bradford is now known as miramaldita | ||
=== miramaldita is now known as tevoyamatar | ||
pasjrwoctx | Hello Everyone, I have a question I am using UbuntuStudio 22.04 with pipewire and pulseeffects, but I can not for the life of me figure out how to get the virtual devices to show up, I am streaming sound just fine through my bt speaker, but I would also like to pipe it at the same time through my audio headphone jack, I have done all the normal stuff to try to get it to work, but the option to actually make it happen is not there | 20:56 |
pasjrwoctx | . Any simple and easy ways to make this happen? | 20:56 |
sebsebseb | pasjrwoctx: looks like the sound settings in GNOME is a bit basic,I used to install pavucontrol usually and do sound stuff,not surei if that's much good now though | 21:00 |
pasjrwoctx | sebsebseb I have done that no work | 21:00 |
kubast2 | Hey, I'm on arm64. But ubuntu doesn't modify library path for aarch64. How can I include a library properly? Because from what I can atm it isn't the way to do it. The file is at /usr/lib/aarch64-linux-gnu folder | 21:33 |
kubast2 | gcc -O2 -L/usr/lib/aarch64-linux-gnu $(pkg-config sdl2 --libs --cflags) | 21:33 |
kubast2 | File: /usr/lib/aarch64-linux-gnu/libSDL2-2.0.so.0 | 21:33 |
kubast2 | Result "undefined reference"(to SDL_Init etc.) ld returned 1 exit status. | 21:34 |
=== jakubby is now known as kubast2 | ||
kubast2 | So GCC on aarch64(rpi 400), ubuntu-mate 22.04 is bugged. Basically it doesn't even try to list a directory /usr/lib/aarch64-linux-gnu so it has no actual idea if he library is available in path | 22:25 |
kubast2 | It does check if the path is valid but not much else | 22:25 |
kubast2 | It works with clang for whatever reason | 22:25 |
kubast2 | the* | 22:25 |
kubast2 | Well | 22:37 |
kubast2 | ld.gold works | 22:37 |
kubast2 | but gcc fails | 22:37 |
kubast2 | to find the func | 22:37 |
kubast2 | idfk why idc | 22:37 |
kubast2 | clang works, ld.gold linker works | 22:37 |
m4ker | Using Lubuntu at the moment, want to switch to ubuntu, would you make a fresh install or can i make a gnome install? anyone? =) | 23:57 |
tripstah | m4ker: maybe try googling for change from lxde to gnome | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!