/srv/irclogs.ubuntu.com/2023/08/11/#ubuntu.txt

u0_a390!touch00:44
ubottuInformation about the mobile port of the Ubuntu platform (formely Ubuntu Touch) for Phone and Tablet is available here: https://ubports.com/. Support and discussion in #ubports00:44
=== JanC_ is now known as JanC
=== Quincy is now known as QuinTeknoLife
QuinTeknoLifeI got this (fake) ps3 controller03:29
QuinTeknoLifeand after a fkton of time I finally get it to connect over BT03:29
QuinTeknoLifebut for some reason ubuntu thinks its a keyboard instead of a controller/gamepad03:30
RickAstleyI'm trying to run bind9 docker image latest from ubuntu image using docker compose, I can't resolve 13 root domains - see http://0x0.st/H_wa.txt03:30
RickAstleyNow I ssh into the container and I see I don't have working nslookup, trying to install dnsutils returns03:30
RickAstleyhttps://www.irccloud.com/pastebin/kJbIsPGh/03:30
sarnoldRickAstley: try 'sudo apt update' before your 'sudo apt install ..' command03:33
RickAstleyUsed it03:34
vsevoPlease tell me if I should submit a bug report or not04:35
vsevoI have found 2 bugs in Ubuntu 22.0404:35
vsevo1: When using the Russian keyboard layout on the login screen, the keyboard shortcut "Ctrl+A" (to select all) doesn't work as expected. This can lead to inconvenience when trying to select text in input fields during login;04:35
vsevo2: Upon locking and unlocking the computer, certain windows, particularly observed in apps like gedit and the terminal, are getting placed under the Launcher panel on the left side of the screen. This results in obscured content and requires repositioning of the affected windows to regain visibility.04:35
rboxwell if you dont report htem they won't get fixed...04:39
matsamanit's your time, submit a bug report04:39
vsevoMust I make it extensive and thorough as a guide suggests?04:40
matsamannope, but04:40
matsamanif you don't do what the guide suggests, the people who will be reading your bug might ignore it, resent you, etc04:40
vsevoA'ight, thanks for the tip04:41
vcxzahello. Is there a command line to check if my distro is EOL ?08:55
zaggynlthere is lsb_release vcxza, this will tell you the OS version08:58
Unit193ubuntu-support-status?09:04
ravagethats not available in 22.04 anymore for example09:06
vcxzazaggynl: I need the EOL info too09:07
ravageuse grep on 22.04,20.04,23.0409:08
ravagethats all that is supported atm09:08
ravagesomeone could remove 22.10 from the topic :)09:09
Unit193vcxza: Are you looking for the distro-info package?09:09
vcxzaI need a command which says if the version used is EOL or not09:12
ravagelsbr=$(lsb_release -d | grep -oE "(22.04|20.04|23.04)"); if [ $lsbr ]; then echo "Ubuntu $lsbr is supported"; else echo "Your Ubuntu release is EOL"; fi09:16
vcxzaravage: thanks for your help! I would like to avoid to specify the versions in the command09:18
vcxza(if possible)09:19
nteodosiovcxza, there must be something more elegant, but: distro-info --supported | grep "$(lsb_release -sc)"09:20
ravagenot an official source but youc an parse https://endoflife.date/api/ubuntu.json for example09:23
vcxzathanks!09:23
vcxzanteodosio: ^09:23
ravagedistro-info looks fine. also outputs mantic but that should be ok :)09:24
vcxzaI wonder if distro-info was available with ubuntu 14.1009:25
nteodosioYou're welcome. Yes it was: https://launchpad.net/ubuntu/+source/distro-info.09:26
vcxzathat's great, so I can use it for many versions09:27
nteodosioI don't know how much of it is backported though. Since the last release was in 2019-03-18 it may not have --supported-esm for example.09:29
dev_help09:30
dev_anyone here can listen ?09:31
Guest52Having problems connecting to VPN using the built in GUI, when I connect using the terminal I connect just fine. Anyone able to assist me with this?10:18
Guest52using Ubuntu Desktop 23.0410:19
littleBuongiorno10:26
zeroadrenalineFor the peace of all networks I'm in , I've was able to sit on my desk for and disable that nasty auto away message..10:38
zeroadrenalineApologies for the noise, I couldn't sit in my desk for the last week or two and this client is setup to automatically join this channel (as you provably realized already)10:46
Chargenlo heaps11:18
=== five61840 is now known as five6184
DyrconaDoes anyone know how to fix snaps so that they can actually access files, or do I need to switch distributions? Example: I installed rustup. If I run run `rustup doc` the Firfefox snap opens a tab that says basically "I can't access that file, check it's permissions, etc."13:22
DyrconaIf I navigate to that file using the Firefox open dialog, it opens. Great! Except that any links to other local files that I click on fail to open with the same "I can't access that file" message. I've searched the web, read several Ask Ubuntu and other web pages, and none of that works. Firefox has permission to access my home files.13:25
woprrhi13:37
leftyfbDyrcona: https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces  # first result on google for "ubuntu snap permissions"13:42
=== sotaover2ide is now known as sotaoverride
=== chris14_ is now known as chris14
Dyrconaleftyfb: Yeahp. and it's the first thing that I read. I think I know what my problem is. The files that I'm trying to access are "hidden" by virtue of being in a subdirectory whose name begins with a '.'.13:48
Dyrconaleftyfb: I'm not at that machine right now, but personal-files was enabled, however it has some adding thing after that looks like it restricts hidden file access to the .mozilla subdirectory. I'll try removing that and see what happens.13:52
DyrconaSorry for the typos.13:52
leftyfbDyrcona: why does rustup need access to your mozilla directory?13:53
Dyrconaleftfb: That's backwards. Firefox needs access to $HOME/.rustup.13:54
leftyfbwhy?13:54
DyrconaFirefox appears to be somewhat limited to $HOME/.mozilla (or whatever).13:54
DyrconaSo I can browse the local rust documentation.13:54
DyrconaAlso, it's MY computer. I think I should decide what application can open which files. I hate that Ubuntu is starting to treat their users like cretins. If I wanted that, I'd buy a Mac.13:56
wkmangoDyrcona, just skip the snap nighmare and install the normal package firefox, or even download a more recent release from Mozilla directly14:02
leftyfbwkmango: lets not14:03
wkmangoA browser that can't access a local file is useless14:03
wkmangoleftyfb, yeah, ok not going there14:03
Gagarinhello14:12
vcxzahello. I'm trying to install software-properties-common inside a ubuntu 18.04 container and I obtain this error:  https://bpa.st/V6LA14:23
vcxzait's driving me crazy. any tip for fixing it?14:23
Guest9trying to figure out how to boot ubuntu-22.04.2-live-server-amd64.iso as a live OS, it keeps asking to install no live option14:29
dbungertGuest9: if you just need a shell you can vt-switch or there is a shell option in the help menu14:29
dbungertvcxza: the container I launched already had software-properties-common in it, what are you using?14:29
Guest9I need a live Os where I can perform a rescue from14:30
vcxzadbungert: docker create ubuntu:18.0.414:31
vcxzawhat should I pull?14:31
dbungertvcxza: I had done a lxd test, I'll try the docker image14:32
vcxzadbungert: where can I pull your image?14:33
dbungertvcxza: if lxd is ok instead of docker, the test I ran was `lxc launch images:ubuntu/bionic/cloud`14:35
dbungertGuest9: I think it should do that?  If you get to a terminal it should let you install packages in the live os and mount partitions and similar14:36
Guest9In the boot menu for the DVD I see "Try or install Ubuntu" but what are the steps to ensure I am "trying" Ubuntu, it loads me into a menu that says install ?14:44
dbungertguest The server installer isn't going to install unless you go through the UI and confirm that the install should proceed.  If you just switch to a terminal that isn't going to happen.14:46
Dyrconawkmango: I think the apt package installs the snap on Ubuntu 22.04. I have 20.04 on this laptop that I'm using now, and Firefox is not a snap. I may just install it from Mozilla if I can't resolve this issue.14:52
leftyfbDyrcona: you already said the issue is due to the location not showing up in your browsing window because the location is "hidden" (named with a .). This will still be the same issue no matter how you install Firefox14:54
Dyrconaleftyfb: I can navigate to the location with Firefox open dialog just fine. It will open a file. Any links to other local files in that hidden area do not open with the "can't access this file" message. If rustup tries to use the default browser to open a file it also fails.14:56
Dyrconaleftyfb: The path to the file in the location bar also changes when the file opens. This is some snap permissions thing, and I'm likely going to have to get rid of the snap and go with an actual application.14:58
DyrconaIssues like these have soured me on snaps, and by extension, Ubuntu.14:59
wkmangocheck you have access to the file with a text editor or terminal14:59
wkmangoIf you do, then get a normal browser installed. If not, then maybe the issue is with the rustup install14:59
leftyfbDyrcona: you realize the snap is the "actual application". It's jsut another package format that is built and maintained by Mozilla, not Ubuntu14:59
Dyrconawkmango: I did that first thing, and I do. My user owns every file and they're all 0644 or 0755.15:00
porternick youngeagle882715:00
Dyrconaleftyfb: No, a snap is more than just a different package. A snap runs in a container that has restrictions placed on it.15:01
wkmangoand btw, I generally keep Firefox and Chromium at a min to check issues like this15:01
wkmangoEven good old Konqueror comes in handy sometimes15:01
porterwackyduck88@wa-flipper88.net15:02
porterwackyduck88@wa-flipper88.net15:02
leftyfbDyrcona: right, just like flatpack or appimage15:02
porternick youngeagle882715:03
=== porter is now known as youngeagle8827
leftyfbporter: please stop15:03
youngeagle8827wackyduck88@wa-flipper88.net15:03
leftyfbyoungeagle8827: go to #libera if you need help with IRC15:03
xamindaranyone know why kdiskmark is not in the apt repository? Why would it have been removed?15:12
xamindarI see there is a snap version but the snap is complately broken (no access to the drives to actually run tests and says snap provides inaccurate results)15:13
Dyrconaleftyfb: It's not like flatpak. Flatpak does not run the application in a container. snap does. I don't know enough about appimage.15:14
Dyrconaxamindar: Welcome to my world! :)15:14
leftyfbxamindar: https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces15:15
xamindarleftyfb: why am i having to read a whole doc on granting the correct permissions to a snap. permissions to function should be granted by the installer (or in the very least, asked of the user)15:16
leftyfbDyrcona: flatpak supports running in a containerized state15:16
xamindarand the snap for mysql workbench just flat out crashes when you try connecting to a new host that hasn't been added to known_hosts.....and yes I granted it AL permissions I could.15:17
DyrconaBut it isn't a default to do so.15:17
leftyfbxamindar: did you file a bug?15:17
xamindarleftyfb: nope, because i am positive a non-snap version of these apps would have none of these "bugs"15:18
noobie519Hi there, does anybody know the ufw equivalent of these iptables commands?  https://paste.debian.net/1288635/15:18
DyrconaI'm just going to say it: I've been using Ubuntu on the desktop for 12+ years, and snaps have ruined the experience. I'm seriously considering switching to a different distro.15:19
xamindarDyrcona: ok so it's not only me lol.....I'm usualy an Arch guy but my job wants to use Ubuntu for the employees so here I am.15:20
Dyrconaxaminder: I'm specifically thinking of switching to Arch on my personal laptop. (I'm using a work laptop right now with Ubuntu 20.04.)15:21
DyrconaI don't want to sound like I'm bragging, but i"ve got a "backup" laptop that I use sometimes. It's a Pinebook Pro with Manjaro installed.15:21
DyrconaIt seems like the snap experience gets worse with each LTS.15:22
lotuspsychj3lets keep personal opinions out of the support channel please Dyrcona15:24
lotuspsychj3!discuss15:24
ubottuWant 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!15:24
Dyrconalotuspsychj3: Fine. That's all I've got to say on that anyway.15:28
DyrconaI'll see if removing the personal-files permission and then adding it back will resolve things. If not, I'll explore other options.15:29
DyrconaI think I need to get rid of the extra bit about the mozilla-dir that gets tacked on.15:30
DyrconaIs there a central configuration location for snaps? There doesn't appear to be one.15:32
jhutchinsDyrcona: That's the whole point of snaps, they're stand-alone.15:32
DyrconaYeah. That makes sense. So, I guess the real question is where/how do the permissions get stored? I guess that will be my nest side quest.15:34
=== monitoreo is now known as linux
=== linux is now known as monitoreo
ravage"snap connections firefox" shows all available connections. you can connect them with "sudo snap connect firefox:home :home" for example15:38
ravageyou can do the same in the Ubuntu settings at "Applications"15:39
xamindarDyrcona: yeah i have manjaro installed on some old laptops for my kids. the installer for that makes it pretty painless15:40
ravage!ot | xamindar15:41
ubottuxamindar: #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!15:41
xamindarget outta here with that garbage, this aint discord15:41
=== monitoreo is now known as nombre_de_usuari
=== nombre_de_usuari is now known as monitoreo
xamindari wish there was an ubuntu apt repo i could add that was specifically for snaps-back-to-apt packages. now THAT would be awesome.15:42
Guest9If I want to try to update/rebuilt initramfs when I chroot /root from the problem system, I see that /boot is empty as its on another slice, do I symlink chrooted boot folder now to a new mounted /boot ?15:46
ravageyou can just mount it before you chroot15:46
Guest9what do you mean?15:47
Guest9lets say I am putting all thisĀ  in /mnt15:47
xamindarravage: if you are already chrooted, you can also just mount /boot15:48
ravagethat is correct15:49
Dyrconaravage: Thank you, but I know all that. I'm curious about where in the filesystem those settings end up, because I suspect I will have to edit it by hand to get what I want.15:50
ravageDyrcona: that all ends up in apparmor15:50
ravagemanually changing things there will probaly mess things up15:51
Guest9mount /boot when chrooted says no such special device exists15:52
Dyrconaravage: That's the best thing I've heard all day. I'll just disable apparmor for Firefox and see what happens.15:52
xamindarGuest9: what device hosts your /boot? check /etc/fstab15:53
xamindarbut seeing as it failed, you probably don't have /boot in fstab15:53
=== zer0bitz_ is now known as zer0bitz
Guest9mount --bind /dev /mnt/dev seemed to have resolved it15:56
Guest9then chroot15:56
Guest9system experiencing "ZSTD-compressed data is corrupt" after adding a kernel module apprently, hopefully rebuilding initramfs worked15:58
Guest9lsblk shows me that /dev/sda2 was the slice I wanted to connect to but mount /dev/sda2 /mnt would fail, only when I used mount /dev/dm-0 /mnt it worked why is that?16:00
DyrconaGuest9: It comes from device mapper. `sudo dmsetup info /dev/dm-0` will tell you about the device.16:06
DyrconaGuest9: Do you see /dev/sda2 when you do `df -h`?16:08
Guest9yes I get that part but why would the system not recognize /dev/sda2 as something I can mount as it is mapped to /dev/dm-0?16:08
Guest9ahh no df -h does not show /dev/sda216:09
DyrconaDevice mapper is hiding it.16:09
Guest9oh so because it is a live system is was not "loaded"16:09
Guest9maybe bad way to describe it16:09
DyrconaI don't know all of the intricacies of device mapper, and I've been admonished for sharing opinions once already today. :)16:10
Guest9lol understood16:11
Guest9so my "ZSTD-compressed data is corrupt" problem persists after initramfs rebuild16:11
Guest9still not entirely sure what this means exactly, could it come from one of the partitions having corruption?16:12
Guest9nm, fsck runs clean on /boot and /16:14
DyrconaGuest9: Is this a module you built from source? If so, I'd try building it again.16:14
Guest9Cannot get on the system anymore, any way to undo what was done, it seems initramfs rebuild was not enough16:16
Guest9do I have everything I need from the Help->shell option?16:17
DyrconaGuest9: Are you in busybox?16:19
Guest9I loaded up ubuntu-22.04-live-server.iso16:20
Guest9trying to still understand how to access the LIVE portion of it but was told just switch terminal or Help->shell, which worked16:20
DyrconaYou should have all you need if you booted off alternate media.16:20
Guest9was told before this happened brd module was added, was used to add some stuff, then rmmod was tried to free up some memory, reboot and now ZSTD corrupt error16:22
DyrconaGuest9: Sounds like a corrupted kernel module. I'd try reinstalling the linux-modules package for the kernel if you can chroot to the original /.16:29
Guest9I am chrooted right now16:30
Guest9but that brd module is not loaded in16:30
unkn0wnhi17:48
* unkn0wn how to set background animated wallpaper?17:49
unkn0wnTheRedQueen: u know?17:50
oerheksanimated wallpaper on what ubuntu ?17:51
unkn0wnyes17:52
unkn0wnoerheks: which prog need?17:53
oerheksyes?17:53
unkn0wn???17:53
oerhekson what ubuntu? i see nothing for ubunt/kubuntu itself in our repos17:53
oerheksthis is a dead project https://code.launchpad.net/livewallpaper17:53
unkn0wnUbuntu 23.04 x86_6417:54
leftyfbunkn0wn: https://www.omgubuntu.co.uk/2017/09/komorebi-wallpaper-app-new-features   but it's not supported here. Good luck17:54
oerhekskomorebi is also a dead project, also be carefull if it works under wayland17:55
unkn0wni need a new17:55
oerheksthis one works only under Xorg,, https://github.com/ghostlexly/gpu-video-wallpaper17:55
oerheksgood luck!17:55
leftyfbunkn0wn: there is no officially supported way to have animated wallpaper17:56
unkn0wnthanks17:56
unkn0wnleftyfb: how to change themes?17:57
unkn0wnleftyfb: ubuntu?17:57
leftyfbunkn0wn: https://itsfoss.com/install-themes-ubuntu/17:57
oerhekssystemsettings > style and systemsettings > wallpaper17:58
* unkn0wn anyone have conky.conf?17:59
oerhekstons of them, see ubuntuforums18:00
oerheks2348 pages, longest tread on the forum https://ubuntuforums.org/showthread.php?t=281865&page=234818:00
unkn0wnok18:02
=== deepSleep is now known as Guest5127
slingamni can print normally from gedit and google chrome, but not from evince, any advice on debugging?18:58
slingamncups sees a job being transmitted to the printer, and the printer's ready light blinks, but in the end nothing prints19:06
slingamnthis is probably going to be impossible to debug :-)19:06
jhutchinsslingamn: It would probably help for you to post what release you're on and what hardware you're trying to print to.19:11
jhutchinsslingamn: Can you print the test page from cups or the gnome printer settings?19:11
slingamnyeah, i can print the cups test page, and i can print normally from applications that aren't evince19:11
AminHey all!19:12
AminCan someone please point me to how the installer ISOs are generated? -- with what script? I'm trying to replicate but am failing to trigger subiquity to start upon boot.19:12
AminE.g.: https://releases.ubuntu.com/22.04/ubuntu-22.04.3-desktop-amd64.iso19:12
slingamnthis is ubuntu 22.04, evince 42.3-0ubuntu3, cups 2.4.1op1-1ubuntu4.4, a Brother HL-L2320D with the brlaser driver19:12
slingamnit sounds like the proximate cause is cups emitting bad PCL19:13
slingamnalso, this worked last summer, but i don't remember the last time i successfully printed from evince in cups19:15
jhutchinsslingamn: Is that driver part of the standard CUPS packages?19:16
slingamnthe ubuntu package is printer-driver-brlaser, version 6-319:16
slingamnhttps://packages.ubuntu.com/jammy/printer-driver-brlaser so if i understand correctly, this is core, not universe?19:17
jhutchinsslingamn: Thx, I have a Brother too, and I can't get it to print from a networked station.  It prints locally, the laptop and macbook print.19:34
slingamninteresting19:35
slingamni feel like my issue has to be evince specific somehow19:35
jhutchinsslingamn: Evince is part of gnome, isn't it?  Maybe #gnome?19:56
slingamnyeah maybe19:57
=== shokohsc5106 is now known as shokohsc510
=== gyest is now known as urho
deadpizzaman666\exit21:49
lukashi gyus i need a help22:15
lukasi use xubuntu 18.04 32bit22:15
oerhekshi lukas22:16
tomreynlukas: that's out of support, i'm afraid22:16
oerheksthat one is EOL for years now22:16
oerheks!eolupgrade22:16
ubottuEnd-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades22:16
jhutchinsFive years and ten releases.22:16
oerheksdo the old-releases trick, last url22:16
tomreyn32-bit, won't help22:17
oerheksoh noes .... missed that part22:17
genii...was going to ask if their CPU was actually 32bit but now they're gone22:26
=== A_Dragon is now known as A_Noodle
pasjrwoctxHello I am having an issue with gphoto2 and I am looking for help, I use this command gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0  which works great, expect if I stop and take a break, I have to reboot my computer to use it again other wise it fails to work, and no I really dont have an error code to go off of.  Any idea why I have to reboot my system everytime I23:05
pasjrwoctxwant to run gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 ?23:05
tomreynpasjrwoctx: i'm trying to understand what this does? take a video stream from a digital camera which ffmpeg can't access directly (thus you use gphoto2?) and output it to /dev/video0 ?23:08
pasjrwoctxYes tomreyn23:09
rboxwhen it doesnt work, does gphoto fail or does ffmpeg fail23:09
tomreyni'm wondering whether maybe some device is not 'closed' properly. are you saying nothing is logged about this to the systemd journal at all?23:10
pasjrwoctxrbox, I have no Idea what fails, it just fails to connect and all I get is Conversion failed!23:10
rboxwhat is "it"23:11
rboxrun gphoto... does it work? pipe somethign saved off into ffmpeg, does it work?23:11
pasjrwoctxrbox both work, but after I run gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 for a while and I stop, and then try to go back a few hours later, it wont connect unless I reboot the computer,23:12
tomreyndoes this give an error after you cancelled the above command?   gphoto2 --stdout --capture-movie > /tmp/teststream23:13
rboxyes23:13
pasjrwoctxgphoto2 --stdout --capture-movie > /tmp/teststreamCapturing preview frames as movie to 'stdout'. Press Ctrl-C to abort.23:14
pasjrwoctx^CCtrl-C pressed ... Exiting.23:14
pasjrwoctxMovie capture finished (232 frames)23:14
tomreynyou seem to be answering "no"23:15
pasjrwoctxtomreyn it connected to the camera correctly that way,23:15
pasjrwoctxbut with the gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 no coneect23:15
tomreyndoes this give an error?   ffmpeg -i /tmp/teststream -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video023:15
pasjrwoctx[video4linux2,v4l2 @ 0x564cfad2ab40] ioctl(VIDIOC_G_FMT): Invalid argument23:16
pasjrwoctxCould not write header for output file #0 (incorrect codec parameters ?): Invalid argument23:16
pasjrwoctxError initializing output stream 0:0 --23:16
pasjrwoctxConversion failed!23:16
tomreynso i'm guessing it's ffmpeg which fails then. or v4l2 as a subprocess23:17
pasjrwoctxwhat would cause them to work after fresh boot., but fail after being run?23:17
tomreynmaybe try also this since ffmpeg may handle it differently:   cat /tmp/teststream | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video023:18
tomreynand please use a pastebin for pasting multiple lines of output23:18
pasjrwoctxsame error23:19
tomreyni'm not sure what would cause it to work in one but not the other case.23:19
pasjrwoctxI have been chasing this for weeks, and its a real pain to reboot when I need to stream, save work reboot reopen ect, im about to strip my system and start from 023:20
rboxwhat type of device is /dev/video023:20
tomreynragequit23:20
rboxoh lol23:20
tomreynor just a reboot23:21

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