[00:00] StupidDanbo: what's the permissions on /tmp ? it should be root:root 1777 [00:01] let me look up how to check that [00:01] ls -ld /tmp [00:02] well I had to recreate the folder. but it's root root 4096 ? [00:02] sneakyimp: heh, that's a bit iffy indeed. quite often software packaged like this is instead stored in /opt/blender/ or something similar, and then you configure PATH etc as necessary [00:02] StupidDanbo: 4096 is the size, the 1777 will show up as drwxrwxrwt [00:03] drwxr-xr-x 2 root root [00:03] StupidDanbo: copy the entire line you get from sarnold's command [00:03] aha, try sudo chmod 1777 /tmp -- then try again [00:03] sarnold: he said it was a symbolic link [00:04] it WAS. I "unlinked" it which just deleted it. so I mkdir it again. [00:04] still getting the same errors. [00:04] if you mkdir it, then you have a directory, but *everyone* needs to be able to write it so sarnold is correct, you need to change the read/write/execute on it to 777. so try: [00:04] sudo chmod 1777 /tmp [00:05] I did. Still getting the same error: ERROR run hook "configure": cannot create temporary directory for the root file system: Permission denied [00:06] StupidDanbo, try ls command again -- let's see if the permissions changed or not [00:06] ls -ld /tmp [00:06] yeah it's drwxrwxrwt 2 root root [00:06] ok that's good, how about this: [00:06] but the error is from sudo snap tasks 270 [00:06] ls -l /tmp [00:06] does it have any contents? [00:07] no, because it was a newly created folder. [00:07] StupidDanbo: running processes might be creating stuff in there [00:07] StupidDanbo: i have no experience with snap, but any process running on your machine should now have permission to write /tmp. [00:08] maybe I need to use the old Windows technique of restarting the computer. [00:08] it might help, dunno [00:11] sarnold: it seems pretty clunky to edit the PATH yet again, adding another directory for every application installed. put the blender files in /opt/blender-2.92.0 and then create a symbolic link ls -s /opt/blender-2.92.0/blender /usr/local/bin/blender ? [00:15] sneakyimp: yeah, that will probably work [00:15] Hi, I am trying to compile on ubuntu a C++ project that requires cstddef. however I get errors like "'cstddef' file not found". I have installed libstdc++. what can I do? [00:15] sneakyimp: you may need to go to some effort to tell blender where its files are, though [00:16] eskatrem: you'll also need the corresponding -dev package, those have the header files [00:17] StupidDanbo: it could be you've just moved on to a new error :) check dmesg | grep DENIED for a new entry [00:18] sarnold, I can't see times on these results, but it sorta looks the same. [00:19] StupidDanbo: ah :) try dmesg -T | grep DENIED -- the -T will make the timestamps more legible [00:19] wait this can't be new. there's no link to /home/tmp from /tmp, and all these results show /home/tmp [00:20] ah, not recent. Last one from 7:13. [00:21] Hello [00:21] Guys [00:21] I need a font who has Hindian glyphs [00:22] Please tell me about a font in ubuntu I can use, who I can specify with $ convert blank.png -font Noto-Sans-Mono-Bold -fill transparent -pointsize 18 -gravity center -annotate +0+0 'अ' tmp.png so I can write text in Sanskrit [00:22] NotoSans and DejaVu doesn't seem to have Sanskrit glyphs. Which font must I use and how can I specify this font in imagemagick [00:23] Hash: try installing fonts-deva ? [00:23] Ubuntu 20.04 [00:23] sec [00:23] sarnold: hmm I just installed libstdc++-10-dev and it fails (same error with clang unable to find cstddef) [00:23] fonts-dejavu-extra is already the newest version (2.37-1). [00:23] I've them all [00:24] oh crap! Chromium just loaded! [00:24] So I think it's mabye in my syste, I just need to find out which font it is that can draw. [00:24] StupidDanbo: sweeet :) [00:24] view history. last use December 15th. Yikes. [00:25] hah [00:25] NotoSans Devanagri! [00:27] $ convert blank.png -font Noto-Sans-Devanagari -fill transparent -pointsize 18 -gravity center -annotate +0+0 'अ' tmp.png [00:27] eskatrem: check dpkg -L libstdc++-10-dev -- you may need to fiddle with -I or something similar [00:27] Can you help me specify this font in imagemagick? [00:28] It's supposed to be "Noto Sans Devanagari, UI" as displayed in font manager in Ubuntu [00:28] Hash: try 'NotoSans Devanagri' instead [00:28] SEc [00:28] Can't have spaces [00:28] sarnold: thanks. what is it supposed to do? [00:28] NotoSans-Devanagari did not work [00:28] Greetings - I have a dell 5289 (i'll send specs shortly) but it used to work with no issue... but like a week or so ago it stopped working and I don't know hwat i did. Does anyone know how to completely reset teh settings... the UI keeps resetting to the useless default and won't stick anymore and i'm super confused. I tried a ton of things to no avail. [00:28] Host: ultraishbook-OS: Linux 5.12.0-051200rc7drmtip20210414-generic/x86_64-Distro: Ubuntu Hirsute Hippo (development branch) Ubuntu Hirsute Hippo (development branch)-CPU: 4 x Intel Core i7-7600U (2900.000 MHz)-Processes: 243-Uptime: 25m-Users: 3-Load Average: 1.19-Memory Usage: 12803.05MB/15610.84MB (78.07%)-Disk Usage: 113.11GB/241.36GB (46.86%) [00:28] Hash: that's why you quote it [00:28] same result with quotes [00:29] convert-im6.q16: unable to read font `NotoSans Devanagari' @ warning/annotate.c/RenderType/915. [00:29] eskatrem: dpkg -L just dumps all the files and directories in the package [00:29] dang [00:29] https://ibb.co/wCZvxGq [00:30] sarnold: it outputed a bunch of directories and files that must be related in some way with libstdc++-10-dev [00:30] $ convert blank.png -font "Lohit-Devanagari" -fill transparent -pointsize 18 -gravity center -annotate +0+0 'अ' tmp.png [00:30] I did fc-list and|grep deva [00:30] devanagi fot came up, this one works. [00:30] No silly battle. [00:34] oh geeez i forgot to say the wacom stylus isn't working [00:34] touch screen works fine [00:34] sorry... <_< [00:37] sarnold: by the way after running dpkg, my code still doesn't compile (not sure it was supposed to) [00:38] eskatrem: pastebin your command and all the output? [00:38] sarnold: the output of `dpkg -L libstdc++-10-dev `? [00:39] eskatrem: no, the output of gcc -I ... foo.cc -o foo.o etc [00:42] sarnold: I am not sure you want that actually, I am trying to compile this repo: https://github.com/yaneurao/YaneuraOu and running their build script with an option to compile with clang++-12 [00:45] eskatrem: the Makefile looks like it might be prepared for you to pass in INCLUDE=/usr/include/c++/10/ or something similar [00:46] sarnold: wow! how do you know what directory to put as an argument? [00:47] eskatrem: dpkg -L libstdc++-10-dev :) === halvors1 is now known as halvors [00:47] * eskatrem feels bad about my own stupidity [00:48] dpkg -L showed a bunch of directories though [00:49] yeah.. it's a bit of a guess about which one is high enough to cover 'everything' and yet not too high [00:49] no, even with that INCLUDE it didnt work [00:52] :( [00:56] sarnold: OK i put the blender stuff in /opt/blender. i added a link ln -s /opt/blender/blender /usr/local/bin/blender this allows me to launch blender from CLI after I close terminal windows and open them again (or source .bashrc or whatever) [00:59] sarnold: what shall I do with the blender.desktop file? I did a ln -s /opt/blender/blender.desktop ~/.local/share/applications/blender.desktop and there's a link in there now, but when i hit the super key and type 'blender' it doesn't find the blender app among my installed programs [01:00] sneakyimp: you may need to amend the .desktop file :/ [01:28] is there any ubuntu package that provides /usr/sbin/rshrun ? packages.ubuntu.com is giving 0 results === zbenjamin_ is now known as zbenjamin [01:30] i am on ubuntu server 20.04.2 if that helps [01:32] I don't see anything similar in my big pile of unpacked ubuntu sources [01:32] meh [01:32] what would this thing do? [01:33] my jsb webapp for controlling certain backend functions for my game server requires it [01:33] without it the page is throwing an exception [01:34] "java.io.IOException: Cannot run program "/usr/sbin/rshrun": error=2, No such file or directory" [01:34] curious. I wonder what it's uspposed to do. [01:35] in this case it initiates a friendly shutdown of the game [01:37] on the player client it even shows a countdown "the server will shutdown in x seconds" or something like that [01:38] should it have been shipped with the game/ [01:54] sarnold: I might have managed to solve my compilation problem, somehow [01:55] it was a mess, what I did was: 1. find a dummy example of cstddef and compile with clang++-12 [01:55] 2. it worked, which meant that I had cstddef installed properly === PowerTower_121 is now known as PowerTower_120 [01:56] 3. then, I took the exact clang command that was failing, with all the options, and used that to compile my dummy example [01:56] eskatrem: yay so far :) [01:57] 4. it was failing, so I wrote a python script that called the same command, but removing the compiler flags one by one until it worked [01:57] 5. then I edited the makefile to comment out the line where it adds the compiler flag preventing the code to compile [01:58] unfortunately I am missing something else, but at least the problem with cstddef seems to be solved! [01:59] eskatrem: hahaha :) oh man. which flag failed? [01:59] sarnold: -m32 [02:00] eskatrem: /cr [02:00] sorry [02:01] I am an idiot, I should have started to check with a dummy example of cstddef [02:02] eskatrem: okay, so .. it looks like that -m32 is selected when TARGET_CPU=NO_SSE, I think:? [02:03] https://github.com/yaneurao/YaneuraOu/blob/master/source/Makefile#L47 [02:03] eskatrem: https://github.com/yaneurao/YaneuraOu/blob/master/source/Makefile#L445 [02:04] aiming for a pentium 3 is probably going to lead to poor code if you've got a nicer cpu [02:04] sarnold: yes, it's when the target cpu is pentium3 [02:04] eskatrem: what processor are you targetting? [02:05] hmm no idea actually [02:05] which shows once again that I am an idiot and should have checked what processor I needed to target so it doesnt have to try all the targets [02:06] if you're building this to run on your machine, check /proc/cpuinfo or lscpu output [02:06] yes that's what I was about to do [02:06] cool cool === Norkle is now known as rona === rona is now known as Norkle [02:34] OK, sarnold I finally managed to compile it. thanks for your patience! [02:34] eskatrem: YES :D good job :) [03:17] I installed without internet, does that affect me getting codecs by default? [03:19] remby: check apt policy ubuntu-restricted-extras [03:20] that's checked of in software and updates [03:21] I'll refresh and try to update [03:26] not sure what is the problem, just installed vlc instead [04:10] night all [05:33] Hi. I'm on ubuntu 20.04. Does ubuntu have a GUI for managing a printer? [05:35] yeah. [05:36] under settings [05:37] thanks [05:38] hopefull that's what you are looking for [05:38] yup! tis indeed :) [06:22] morning === toxic_ is now known as toxic [06:45] hi ducasse === al2o3-cr-tmp is now known as al2o3-cr === Guest22958 is now known as Lupulo [08:30] hi [08:30] how can I make apt-get install keep downloaded packages [08:33] I did try this: https://superuser.com/questions/1405001/why-does-apt-do-not-store-downloaded-packages-anymore [08:33] not helping [08:42] hi. Why is there no https://archive.ubuntu.com/ubuntu ? [09:30] Because all packages are signed so you don't need https [09:30] Uses less resources and allows easier mirroring [09:35] Ravage: with https, no one can see that you're downloading emacs instead of using vim, like real programmers [09:36] That statement is correct [09:36] At least the https part [09:39] cbreak uses apt.el [09:42] If you have any reasonable concern it could harm you if someone knows what open source software you use i recommend a VPN for all your traffic [09:45] clear as daylight [09:45] I was just wondering about Maven Central switch to https [09:46] which is also open source. But I guess they don't have the same control over the packages as Canonical [10:00] I want to sign a tar archive using private key and the tar can be verified by public key. [10:00] Can I do such thing? [10:02] gpg? [10:56] I have went through the man of gpg but don't find a way to sign tar archives. [11:01] atal: --detach-sign [11:19] Hello! Trying to install Chromium on Ubuntu 20.10. On Ubuntu Software I get "Unable to install Chromium: cannot perform the following tasks:". I then try to install it via terminal and get this error: https://paste.ubuntu.com/p/6xDGmBK7NB/. What is causing this? Thanks! [11:20] All packages are updated btw. [11:20] pizzaburger: chromium browser is now a default snap, meaning you need to install with sudo snap install chromium-browser [11:22] lotuspsychje: error: snap "chromium-browser" not found [11:22] pizzaburger: oh its just chromium on snap sorry [11:24] lotuspsychje: https://paste.ubuntu.com/p/PS5HRgQ8RS/ [11:24] pizzaburger: is that ubuntu-desktop or a flavour of ubuntu? [11:25] lotuspsychje: plain ol' Ubuntu 20.10, 64bit, GNOME 3.38.3 [11:26] lotuspsychje: ubuntu-desktop [11:27] pizzaburger: can you try sudo apt purge chromium-browser [11:27] lotuspsychje: Package 'chromium-browser' is not installed, so not removed [11:27] kk [11:35] pizzaburger: sudo apt update && sudo apt full-upgrade gives issues? [11:37] lotuspsychje: nope, "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." [11:37] pizzaburger: what about sudo snap refresh [11:37] lotuspsychje: All snaps up to date. === DrKK`` is now known as DrKK` [11:38] pizzaburger: and a reboot and sudo snap install chromium again? [11:39] lotuspsychje: brb [11:45] lotuspsychje: Got it installed "chromium 89.0.4389.128 from Canonical✓ installed". Chromium runs fine now, but right after the install I got a crash report for that package. [11:46] pizzaburger: can you unfold details of the crash? === PowerTower_121 is now known as PowerTower_120 [11:52] lotuspsychje: yes, but can't copy it. If I "send" it will I be able to see it afterwards or get some sort of link? [11:54] pizzaburger: crashes that occur can be sended to canonical and dealed with, if things keep crashing you can always choose to file a new !bug or affect an existing one [11:55] pizzaburger: i would reccomend browsing https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?field.tag=snap existing bugs first [11:56] lotuspsychje: Ok, I sent the crash report and got directed to launchpad.net but dom't have a Ubuntu One account. [11:57] pizzaburger: to proceed with bugs you need a launchpad to make the description [11:58] lotuspsychje: Well, most of the time I'm not really sure whether it's an actual bug or just me doing something wrong, haha. Thank you very much for solving the issue! [11:58] Hi folks [11:58] 21.04 is almost here. Maybe they fixed it :) [12:00] And not that I would advertise to use Chrome but somehow google still has a fully working PPA with chrome that's always up to date. no snap involved :) [12:01] I'm still not convinced the decision to move to snap was a very smart idea [12:01] !discuss | Ravage [12:01] Ravage: 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! [12:02] As you can see it was as a statement [12:02] Related to a question [12:02] So give me a break [12:05] hi, I am having unstable wireless connection on broadcom adapter, ping log https://pastebin.com/iDcEUqd0 any ideas? [12:10] Not sure if this is the right channel now. Maybe it's #ubuntu-wireless-broadcom-non-free ? Don't want to upset anyone again :( [12:11] lol, do you think there is a free wireless option? Why would i pay 50$ for this adapter then :D [12:11] I've installed Ubuntu Server 20 on my Raspberry Pi 3 with OpenBox. I have NetworkManager running; can I disable systemd-networkd? === jelly-home is now known as jelly [12:12] thats a very helpful channel, I dont remember that happening in 2010 though [12:13] I think if anyone wants to help you with that adapter we at need to know which one it is exactly === StathisA_ is now known as StathisA [12:14] well, I have switched to 5 GHz AP and it works stable, so whatever, thank you [12:14] The package loss is just a symptom of the real problem [12:14] Great === mIk3_09 is now known as mIk3_08 [12:19] IanLiu: i think your networking will still work without it yes. [12:22] Ben64: it creates a new file which have key. Can I include the key in tar archive and later verify this using public key. === khfeng_ is now known as khfeng [12:51] Ravage: it wasnt an upset, but an invite for discussion [13:03] in gnome [13:03] Can I choose a folder with wallpapers and the backgroud changing automaticaly after 10min for example ? [13:04] Hello, I tried to set a shortcut for one of the 'special keys' on my keyboard. One was set as 'Homepage' and could be used. But others are not recognized. Is there a possibility to get the 'values' of those keys in Ubuntu? [13:20] I solved it by setting the default values in dconf-editor to "". [13:50] I have a Lenovo Thinkpad W540 with Ubuntu 20.04 installed. When I type in terminal it is lackluster so it is slow. Firefox loads slow too. And this is fresh install. Is this laptop simply too slow for Ubuntu? [13:58] mossman93: what does [13:58] cat /proc/cpuinfo; free -h [13:58] say? (use pastebin) [14:04] Is it possible to run Ubuntu Server for Raspberry Pi on VirtualBox? [14:04] The .img file isn't recognized by VirtualBox [14:05] Virtualbox is not an emulator. It doesn’t emulate a separate CPU, it just allows another OS to run on the physical CPU that you have [14:05] you can try qemu for that [14:06] https://wiki.ubuntu.com/ARM64/QEMU === operational is now known as fjfajfajfe [14:09] Ravage: ok, thanks! [14:17] monsterco: you need to install/enable the proper nvidia drivers for your GPU [14:17] IanLiu: why do you need to virtualize the arm architecture? [14:21] leftyfb: I would like to virtualize arm for testing purposes. Maybe some package doesn't exists for arm and I need to find a replacement. [14:22] For instance, I was programming on x86, and I needed to access a MS SQL Server, so I installed the odbc driver from MS, but that doesn't exists on ARM [14:22] luckily I've found that FreeTDS works on ARM [14:22] :P [14:23] leftyfb, how to do that? [14:25] monsterco: https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-20-04-focal-fossa-linux I would recommend only sticking with the first method [14:26] /clo/close === ace_me1 is now known as ace_me [14:29] leftyfb, so should I do "ubuntu-drivers autoinstall" or "apt install nvidia-driver-390"? === CodeMouse92__ is now known as CodeMouse92 [14:29] If you think only nvidia is my problem maybe autoinstall does all other sorts of drivers I may not need? [14:30] monsterco: did "ubuntu-drivers devices" tell you that 390 was the recommended driver for your chipset? [14:31] yes [14:31] monsterco: ok, then try that [14:31] k [14:31] what does autoinstall do usually? [14:31] install all other drivers like audio as well maybe? [14:31] monsterco: I think it just picks the recommended driver and installs that [14:32] and by the way you sure FPS is my problem? [14:32] leftyfb, and it's not always a good thing to install all recommended drivers until there is a need for it? [14:32] monsterco: don't fix what isn't broken [14:33] right [14:33] this seems like a huge pacakge [14:33] is there a way to test other than typing in terminal to see if my problem is fixed? [14:34] monsterco: once you install the driver, reboot and see if the issues you experienced are gone [14:39] did and good seems like [14:40] p.s. terminal has a launch with dedicated graphic card [14:40] but with or without it seems to be same [14:40] seems good [14:44] leftyfb, so this is considered an FPS problem? [14:44] the slowness that was === ace_me^^ is now known as ace_me [14:58] monsterco: I'm not sure of the exact cause of the slowness due to inadequate video drivers. I don't think it's just FPS with your display. It seems to be there's a performance issue. Maybe due to not taking full advantage of the GPU and some of that load being placed on the CPU/memory. This is just me guessing based on observation and no real data. [15:15] leftyfb, after install, when I do ubuntu-drivers devices I still see driver nvidia-390 recommended [15:16] does this mean it is still not installed? [15:16] no, it means it's still recommended [16:07] <|\n> hi guys, could anyone please tell how do i apt-build as in multiarch, e.g. i'd like to try to build not only native amd64 mesa packages, but i386 as well (to see how long it takes, e.t.c) and if amd64 i don't have an immediate clue on how to make it to build the i386 version as well [16:09] <|\n> the native amd64 is okay as expected* [16:23] gg [16:25] |\n: try #ubuntu-devel [16:29] <|\n> thanks leftyfb [16:44] hello [16:44] hi [16:45] yesss [16:46] it works [16:46] finally figured out how to use IRC [16:46] nice [16:47] feels good [16:47] how long have you been using IRC [16:47] !ot | boy-sudo [16:47] boy-sudo: #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! === popey8 is now known as popey [17:14] how is vnc different than ssh -X ? [17:17] thatpythonboy, ssh -X passes a window object through to your local X server, VNC streams the whole screen as video [17:18] which pkg , there are many [17:18] tigervnc x11vnc or sth, tightvnc... [17:18] they say X is slow ? [17:18] lordcirth: [17:19] *shrug* they all work as far as I know. Personally I find both VNC and X-forwarding too slow on my connection, but mine is slow. [17:20] which vnc client , server would you recommend lordcirth [17:21] thatpythonboy: what is your use case? What do you need to do remotely that you can't do over ssh? [17:22] Does anyone happen to know offhand if ISC dhcpd will support globbing in includes e.g. `include "/etc/dhcp/conf.d/*.conf"? [17:22] ha, missed the closing backtick there. I trust it's clear regardless [17:23] GUI leftyfb [17:23] i like ethat [17:23] tiaz: maybe ask the isc.org [17:24] thatpythonboy: yeah, I get the "GUI" part. But what exactly is the use case? Do you need a remote GUI browser because local restrictions? Remote control a GUI media player? [17:24] jupyter notebooks [17:25] actually i am just learning vnc first [17:25] i tried ssh -X it was too slow as screen keeps refreshing [17:25] thatpythonboy: https://fizzylogic.nl/2017/11/06/edit-jupyter-notebooks-over-ssh/ [17:26] or https://medium.com/@apbetahouse45/how-to-run-jupyter-notebooks-on-remote-server-part-1-ssh-a2be0232c533 [17:31] leftyfb: also over wan, i can reverse-ssh but i never tried, have you? [17:32] thatpythonboy: almost daily for years [17:32] wow [17:32] thatpythonboy: look into "sshuttle" that might also do what you want and make things a bit cleaner [17:36] leftyfb: that looks a bit like saying "ask Canonical"; I'm dubious of getting an answer by that route [17:37] tiaz: you're asking if a 3rd party application is getting a feature that doesn't currently exist. It should be pretty obvious that asking the developer of the application if they are going to implement "feature X" in a future release. Not a distribution that happens to include the application in their list of installable applications. [17:46] how can i find out my router's ip page's address 192.168.1.1 is not working isn't something else [17:47] ifconfig doesn'st show it [17:48] thatpythonboy: if you're connected to it and using it as a default route, 'ip r' will show it [17:49] https://paste.ubuntu.com/p/2bVddyPyzj/ [17:49] https://paste.ubuntu.com/p/KWQ86mtqMV/ [17:50] thatpythonboy: probably 10.0.0.1 [17:52] i forgot username and password lol, ssh is a pain, can i do it over the reversessh without exposing my server to wan, but shouldn't simple ssh need to work on atleast one machine over wan for reverse ssh to work? [17:53] i want to avoid this whole router config while reverse-ssh === boy-sudo_ is now known as boy-sudo [17:54] thatpythonboy: in order to ssh to a remote machine, you need an ssh port exposed on either the remote or, if you want to do reverse ssh, you'll need an ssh port exposed on your local side [17:54] yup that's what i don't like [17:54] thatpythonboy: having ssh exposed on a non-standard port with root and password authentication disabled is perfectly safe [17:55] u mean using keys [17:55] thatpythonboy: correct. That is the only way people should be using ssh [17:56] *safest way* [17:57] thatpythonboy: exposing VNC on your firewall is a lot less secure [17:58] so with vnc we don't need to configure router? [17:58] how come [17:58] wouldn't some port needs to be opened to listen [17:59] only then like ssh it should work .... so with vnc it [17:59] it's different? [17:59] thatpythonboy: in order to connect to a remote VNC server, you certainly need to expose the VNC port to the WAN. Unless you're doing port forwarding to VNC over SSH ... which would require you to expose SSH to the WAN instead. Or if you're going to do reverse ssh, you'll need to expose VNC or SSH on your local WAN [18:00] local WAN? :o [18:00] local-side's wan [18:00] kevr: WAN on the client side as opposed to the remote side [18:00] * kevr creates a local wan and rules the world, in his own mind [18:01] ah. [18:01] gotcha [18:02] but bitcoin miners could do it without exposing their's local wan? [18:03] leftyfb: ah, I see. I didn't mean to ask about future releases, I'm asking if that line is something the current release of ISC dhcpd will successfully parse. It's an operational question, not a speculative one. [18:03] what [18:03] thatpythonboy: that is not true. [18:03] bitcoin miners do not influence the way that tcp/ip works. [18:03] operational: sorry, didn't mean to highlight you. [18:03] :P [18:03] it happens [18:04] but it sounds like the answer to the question "does ISC dhcpd parse globs in include directives" is "no" [18:04] in p2p networking how'd it work, do they too go to their router's homepage to change it ? [18:04] operational: with a nick like yours, you're going to have to be well aware people are going to use the word in a context that isn't referring to you. Please read their posts and ignore if they are clearly not referring to you. Or change your nick. [18:04] thatpythonboy: that question is way too broad. [18:05] thatpythonboy: you might want #networking at this point [18:12] tiaz, leftyfb, i was just joking around. i am aware that i will be hilighted from time to time with this nick. [18:13] The weapon is operational. [18:13] Throw me a freakin' bone here, Scott. [18:14] kevr: feel free to /join #ubuntu-offtopic for idle chat [18:14] * kevr slaps leftyfb === NightKing102 is now known as NightK === ace_me1 is now known as ace_me === Guest74677 is now known as MIF [18:28] is there an apt equiv to Rufus? The requirement was to make a bootable USB drive from an ISO file that I could still save misc files too (partitioned or not) and `dd` makes the drive read-only [18:30] Disks and it's Restore Disk Image feature? [18:30] not sure though if that works for you [18:32] operational: np, I got it :) [18:32] :D [18:35] Maik: well, any ISO I meant [18:39] I have mic that is analog, and not usb, and plugs into sound line in port on the back. However, it intermittently works. Sometiems it picks up audio, sometimes it doesnt [18:39] How to make sure mic always works? [18:40] It's been the most irritating problem. I think I fixed it. Then I reboot or something else and it's gone again. I never know when it will work. [18:40] Please help [18:40] This is driving me nus. [18:40] nuts* [18:41] Hash: I'm not sure which audio applet or program you use to change volume, but, in `pavucontrol` (a gui for pulseaudio configuration) there is a Configuration tab, and under that tab each of your audio devices are listed and have a dropdown box. [18:41] Pavucontrol [18:41] Could you check to see if you have any other configuration options for your sound? [18:41] for that audio output, at least. [18:41] It is correctly selected. [18:42] gotcha. [18:42] https://i.imgur.com/pXI2EK5.png [18:42] https://i.imgur.com/3jZxV1L.png input devices page [18:42] What other options do you have, and could you try them out to see if they make any sort of difference? [18:42] Rear mic plugged in [18:42] But it never picks up audio [18:42] I've done everyhign for now a few weekes [18:42] you said a moment ago that it's intermittent. [18:42] Iv'e used linux since 1994 [18:43] I'm not a noob [18:43] I've tried literally everything [18:43] I can't get it to work [18:43] I'm at the end of my tether [18:43] Hash: this sounds like a hardware issue. As in, the mic has a loose connection somewhere. [18:43] Yes intermittent, not stable. [18:43] Hash: does it work after a cold (power off start) but fail after a warm reboot, or visa-versa? [18:43] Hash: or, is it intermittent during a single session [18:43] unless there's any proof of anything else, i'd tend to agree with lefty. [18:44] I cannto afford to restart all the time [18:44] the solution is not "restart all the time." he is just attempting to see in which cases it happens. [18:44] I've no idea, it's just anytime I want to use my mic in ubuntu, Iv'e no idea if it will work or not. [18:44] he is attempting to eliminate issues and narrow it down. [18:44] IT just randomly picks up sound every now and again, else is fail [18:45] he/she* [18:45] I have to shut down everything I'm doing in order to test that reboot [18:45] *sigh* [18:45] Where can I find the #is channel for 2fa support? [18:45] I couldn't find anyone when manually typing it in [18:45] Hash: let us know when you have the time to do some proper troubleshooting [18:45] !alis | hunter_wittenbor [18:45] hunter_wittenbor: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [18:46] Thanks, I'll check that out [18:47] Why can't linux make basic desktop things work? [18:47] ... [18:48] Whole entire distro and thousands of devs and a simple basic thign doesn't work. [18:48] Hash: please stay on topic. Feel free to rant in #ubuntu-offtopic [18:48] Brilliant work, guys [18:48] Absolutely brilliant. [18:48] Goiung to shut down all apps and reoobt [18:49] and deal with the goddamn annoyance. [18:49] Hash: First, settle down. People are only trying to help you. Second, nobody asked you to reboot [18:49] Hash: You were asked if powercycling your computer fixes the issue when you run into it [18:50] Hash: this is a troubleshooting step to help determine a possible cause [18:51] So is #is a search bot? [18:51] !ot | hunter_wittenbor [18:51] hunter_wittenbor: #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! [18:51] I rebootrd. Still no mic. [18:52] Hash: mind you, that wasn't my request. My initial though is a hardware issue. As in your mic has an issue. I would open up the sound settings, go to the "Input" tab and watch the Input level to determine if your mic is currently listening. Maybe generate some constant noise near the mic using a cellphone and then go and mess around with the wire to the mic, mainly where it plugs into the PC and see if it affects the input level [18:52] I just never see this pick up audio in pavucontrol [18:52] Line just constantl moves like it's static ony, I record, static only [18:52] Setting are same, never changed, it sometimes works, sometimes not. [18:53] ubottu I saw this in the wiki for help with 2FA, but I can't figure out the channel to go to: [18:53] hunter_wittenbor: I am only a bot, please don't think I'm intelligent :) [18:53] You can reach IS in the #is channel (the vanguard is listed in the channel topic) [18:53] Hash: please read what I typed to you [18:53] well crud [18:53] hunter_wittenbor: stop. We are not here to help with #is. Please go to #freenode for help [18:53] hunter_wittenbor: please drop it [18:54] sorry, I'll head over there [18:54] No luck at all. Even after reboot [18:55] Hash: please read what I typed to you [18:55] Any help ? [18:55] I check alsamixer and it's fine too, all volume levels are fine [18:55] Mic shows up in pavucontrol but it's always just picking up static. [18:56] I just recorded a video yesterday and mic worked. [19:00] Anyone have lck withy mic working in ubuntu? [19:00] 20.04? [19:00] Hash: This is a support channel. Please come back and seek support when you are willing to accept support and follow along with the suggestion troubleshooting steps [19:01] Hello? [19:02] ah, he's probably blocked me. That'll help [19:02] Static is all it picks up. randomly sometiems it will pick up audio [19:02] No idea what's wrong or where to check. [19:02] No one helping I dunno what's going on [19:02] check your wiring [19:02] 100% [19:03] As I said, it's the same setup, no config changes, sometiems it works, mostly it doesn't [19:03] unlikely [19:03] sarnold: feel free to copy and paste my suggestion [19:03] rotate the cables around a bit, it's surprisingly common for audio cables to get internal breaks that fail intermittently [19:03] Wires are fine. I recorded yesterday. I rebooted. Now it no longer works [19:03] It's a brand new studio mic. [19:04] It works flawlessly under windows. [19:04] Not a USB mic, no drivers needed. Plugs into sound card directly [19:04] leftyfb: oh sheesh. I see there's some history there. okay :) thanks [19:04] Hash: I've seen this occur due to a PC's internal ACPI and the behaviour is different when doing a cold boot (full power off) and a warm boot (reboot without disconnecting power) [19:04] Fine [19:04] I'll go codl reboot [19:04] linux isn't windows and vice versa Hash... [19:04] Thanks for that, capt. obvious. [19:04] ... [19:05] Are you trying to frustate me more with hat? [19:05] What was the pint in that? [19:05] Do you think I'm retardd? [19:05] wtf [19:05] Hash: please mind you behaviour [19:05] omg.... [19:05] !guidelines | Hash [19:05] Hash: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [19:06] ah, now i remember him... not the first time [19:17] sarnold: You banned me publicly for no reason. Please try to do less of that, and try to be more resaonable and have a word with the person first. [19:18] sarnold: furthermore, it would be excellent if you coudl ask othes to not say purposefully antagonistic things to peple here. Poeple are trying to sovle problems, and coudl be in any state of mind, even severely frustrated. [19:18] Thank you. [19:19] "Windows is not ubuntu" serves absoltely no purpose than to antaognize people. I hope that helps. [19:21] you were saying it as if Windows is so much better, good for you it works on there, maybe stick to that then [19:22] That's your perception. [19:23] folks, let's please stick to topic [19:23] for video games windows is better? [19:23] Hash: as I said previously, we see a LOT of similar issues where things like this work in Windows but have problems in Linux, and often it is due to the PC's firmware ACPI. It is often effected by cold vs warm boot, or if the system has done suspend/resume cycles. There is a workaround that can sometimes help, with acpi_osi. See my article/tutorial at [19:23] https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [19:23] Thank you. [19:24] Maik: dude, You're not helping. Just please stop addressing me. Respect that I'm asking you not to address me any longer. Please. sir. [19:24] Hash: enough [19:24] sigh... i'm out [19:24] God forbid a human being become frustrated in life. OMG he's evil. Ban him. [19:24] Maik: you as well [19:24] *sigh* later folks. [20:34] * vmguy23m uploaded an image: I get this after unplugging hardware (first the blueman applet with report a problem, then apport-gtk with report a problem, then this) (the hardware doesn't work, anyway) (2KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/nWPrusbIrBdYHHIvLDYIHwMi > [20:36] Would apport-gtk make Brave crash on launch and Chromium not respond to Enter? (page not loading no mattr what) [20:36] *matter [20:39] not by itself, but broken hardware can have many side effects. and can't be fixed by software. [20:40] This happens when the hardware is unplugged. [20:41] you do know how to inspect logs by now, right? [20:41] and how to look up your ubuntu release [20:42] its just not enough infomration for anyone to comment [20:51] It's 20.10, and I can send dmesg if you want [20:52] (Also, the hardware is a small touchscreen that I got from a Raspberry Pi 3B+ kit) [21:00] Found it on a random website: https://www.dennisdeal.com/products/5-inch-800x480-hdmi-touch-capacitieve-lcd-scherm-met-osd-menu-voor-raspberry-pi-3-b-bb-zwart_1291592?utm_source=beslist&utm_medium=cpc&utm_campaign=beslistDD&bl3nlclid=1299da28-f3e2-4734-8fcc-46dac946aa25&utm_term=BESLI1299da28-f3e2-4734-8fcc-46dac946aa25 [21:03] And here's a reverse image search results [21:03] https://www.google.co.uk/search?tbs=sbi:AMhZZiu0N7ecDfVPIqWf_1nlnRoTvrM5o6yZ4tu6_11SqRqNPX25yalHrcfsfihNhserbjAIUgFyMTSqMgth-yAYqSYTx0NkYyJAGHEU4CAcW1xc2CBGKc72MVGYPZW30EBnzetE7gNvCsO6_1XEZtroxf59hoLRRMefyclDdj5CKcb7pQ4UbloxZqjnEpZxSGEGZquX0D5S9w_10eLC6sUZTBTgWHCda2-bV9cCdFl47WyGK78qEqw5H0Dd8-cFxK_1oHG6kTO8ZfTsN-f7vZ_1LFvGx9WASiSDyfvlxxEId9W0d4rwbhpIqmzmmd14EXHXqYmZrwCC94LVR537wq9mTTPERGa0RyAjEvEQ&hl=en-GB [22:58] is there a ubuntu preseed.cfg reference similar to this on debian https://preseed.debian.net/debian-preseed/bullseye/amd64-main-full.txt? [22:59] nwm: I haven't seen one; that doesn't mean it doesn't exist, of course, but it'll probably be largely similar anyway [22:59] somewhat similar