=== Sidewyz1 is now known as Sidewyz === diceLibrarian2 is now known as liceDibrarian [00:35] Hello. I am using virt-manager and have a VM fullscreen in another workspace. How do I take a screenshot of it? It ignores my PrtScr [00:39] the PrtScr is probably going to the VM & thus the snapshot too? [00:41] escape out of the vm and click the desktop then execute screenshot. [00:41] not sure with fullscreen unless you take a shot within the vm and hand it out [00:42] virt manager doesn't offer a way? [00:45] It would be the host or the vm taking the shot, unlike the feature in virtualbox which I assume you are thinking of. [00:48] when the Guest VM has focus, the PrtSc keypress is going to be captured by the Guest OS. I don't know if virt-manager has a "host" key which can sometimes be pressed before pressing other control keys to trigger the Host machine to take the screen shot instead [00:49] similar to pressing the Right Ctrl key in Virtual Box [00:54] yeah I don't either. I'm new to virt manager. [00:54] By taking it out of fullscreen i can find screenshot in the menu, so that works I guess. === rvalue- is now known as rvalue [02:50] Good evening [02:55] Hello, I am unable to update Ubunut Studio to an invalid GPG key. I suspect I may have misconfigured tor perhaps. Can someone share any insight. Here is the output from my attempt to update [02:55] https://pastebin.com/Rx74W9nU [02:56] thats not an ubuntu repo, thats some torproject? [02:57] maybe they have a new key? alternatively you could disable their repo, but then you'll no longer get their updates to your software [02:59] check their documentation. the current key is here: https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc [03:00] I have a dell Inspiron-3583 with Ubuntu 18.04.6 LTS running. I wanted to upgrade to a newer LTS version. However my laptop doesn't appear in the list of Ubuntu certified laptops, meaning it does not have support. [03:01] Sheilong: You misread what that list means [03:01] Guest7975: wget -qO- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/deb.torproject.org-keyring.gpg >/dev/null [03:01] all instructions at: https://support.torproject.org/apt/ [03:02] That's an interesting conclusion, I doubt many of us are in that list Sheilong.... [03:02] But anyways you can support it yourself with our help, so no worries. [03:02] Sheilong: just do the upgrade(s) [03:02] Actually it appears on the list, but only for Ubuntu 18.04 LTS [03:03] Sheilong: What CPU is in that machine? [03:03] im pretty sure everything will just work [03:03] pragmaticenigma: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz [03:03] got e nough bits it seems [03:03] Sheilong: You can upgrade without issue [03:04] ravage: https://pastebin.com/pWvsFKih [03:04] ravage: similar error [03:05] see the other link. remove any old repos from /etc/apt/sources.list.d/ [03:05] and then follow their instructions [03:05] Ok! So do you think a fresh install is better or just upgrading without formatting it could crash the system? [03:05] ravage: gotcha [03:06] i would do a fresh install of 24.04 [03:07] Sheilong: if your interest is getting to Ubuntu 24.04 LTS, I would do a fresh install. Otherwise you're going to spend hours waiting for updates to install from the past 6 years. [03:07] you'll spend way less time installing clean and setting up fresh [03:08] and won't have weird issues to resolve [03:08] Ok, thanks so much for your help. [03:14] ravage: so /etc/apt/sources.list.d contains three files and I assume that the tor.project.list is the one that I needed to adjust for the correct repos. I deleted the old ones and have these instead https://pastebin.com/7ExchnEV ...does that seem right? [03:15] that requires a tor connection for updates [03:16] thats also not what https://support.torproject.org/apt/ says [03:17] ravage: Which portion am I being directed to? The "can I use APT over tor" section? [03:17] The last one [03:18] You want the stable builds and your distribution is jammy [03:19] At least that what I got from your earlier pastes [03:19] That's Ubuntu 22.04 [03:25] ravage: https://pastebin.com/gZ4idDDA [03:26] ravage: ravage: sorry..https://pastebin.com/FhZN9g9X there [03:27] Why did you add 32 bit? [03:30] ravage: I have amd64, where do you specify that? [03:31] ravage: I copied step 2, but with "jammy" as the distro [03:32] ravage: deb [signed-by=/usr/share/keyrings/deb.torproject.org-keyring.gpg] https://deb.torproject.org/torproject.org jammy main [03:47] ravage: I specified amd64 and fixed a bracket issue, but there seems to be a different problem now https://pastebin.com/kcEzQaM9 [03:48] with ufw, why would i be seeing this in my ufw.log [UFW BLOCK] IN=eno1 OUT= MAC=d4:be:d9:af:6f:96:18:03:73:f4:a6:5e:08:00 SRC=67.23.70.x DST=67.23.70.y LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=443 DPT=49662 WINDOW=0 RES=0x00 RST URGP=0 [03:48] if i am allowing 443 in on from everywhere? [03:48] im seeing this from a bunch of differnt hosts coming in on 443, but the DPT are different [03:49] some of them are from my own servers, some are remote servers [03:51] because your rules are wrong? [03:52] well id like to understand why https requests would be SPT=443 but DPT=49662? [03:52] 443 ALLOW Anywhere [03:52] 443/tcp ALLOW Anywhere [03:52] ufw status shows this [03:52] they woudnl't be [03:53] what are they then? [03:54] how should i know [03:55] because you said they wouldnt be. [03:57] oh i guess the source does show up as 443, even though thats a lie [03:57] so t ahts going to be a response from an https connection [03:57] your settings in ufw are probably for incoming 443 [03:58] ufw allow 80 [03:58] ufw allow 443 [03:58] my ufw script contains the following [03:59] i am accepting traffic on 443 fine, im just wondering what these blocks are coming from in the logs. i want to make sure im not blocking something i shouldnt be [03:59] i also have: ufw default allow outgoing [04:00] that is a response from a 443 server [04:02] so this is my server reaching out to a 443 server and it sending the responses back on these random ports? [04:03] curl https://whatever [04:03] its the response back [04:06] is it something i should be worried about? im not seeing this on other servers that have UFW turned on [04:08] whats strange is its happening at almost the exact same seconds of every minute [04:09] you shodun't be blocking random https responses [04:09] how would i allow them if i dont know what port they are going to be coming in on...every one of them is showing a different DPT value [04:11] sounds like your ufw is horrifically misconfigured [04:11] thats how scokets work... its aliways going to be differnet [04:16] is there a way to see what the request was that got blocked? the ufw.log doesnt really help in that regard [04:18] its processing tens of thousands of requests per minute. but only about 6-8 BLOCK's in the log per minute [04:18] probably not since the handshake is probalby getting blocked [04:18] maybe you could try wireshark/tcpdump [04:20] https://pastebin.com/axYQE1Qw [04:20] this is an example of the blocks im seeing, about 6 per minute [04:21] it would be nice to know what all those blocks are attempting to do, but also know the reasons for the handful of failures coming from my own servers....its a little strange that thousands of requests are going through fine but a couple per minute get blocked [04:22] they are blocking tcp conections [04:22] thats what they're doing, not attempting [04:23] its because your rules are screwed up === rvalue- is now known as rvalue [05:29] hello === bpauquette is now known as grumpycat === rvalue- is now known as rvalue === guiverc2 is now known as guiverc === rvalue- is now known as rvalue === guiverc2 is now known as guiverc [07:57] so, what's the final advice on this for us peasants with Xubuntu 24.04? https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/2064846 [07:57] -ubottu:#ubuntu- Launchpad bug 2064846 in xfce4-panel (Ubuntu) "xfce4-panel 4.18.4 in noble broken with glibc 2.80" [Medium, Confirmed] [08:00] disable the crash reporter from notifying you about it [08:01] its harmless === rvalue- is now known as rvalue [08:01] and fixed in newer versions [08:03] enigma9o7: 1. how do I re-enable it back? 2. this will disable it the crash reporter only for THIS type of "crash"? 3. how can crash reported tell? what's the associated program for it? whoopsie? [08:08] just for thatapp, yeah. think it offers than when it pops up. [08:55] enigma9o7: yeah but what's what holds the paths to the configuration files of this behavior? === rvalue- is now known as rvalue [09:16] seeing the related files are in /var/crash and that the group owning those is whoopsie [09:17] I guess whoopsie is the way to investigate [09:17] I'm reading about apport too, so I'll have this in mind as well [09:27] I think it must be this: /etc/apport/report-ignore/README.denylist [10:13] $ ls -l /var/crash [10:13] total 4542 [10:13] -rw-r----- 1 topsyturny whoopsie 2193635 Jan 1 22:24 _usr_bin_xfce4-panel.1000.crash [10:13] -rw-r----- 1 topsyturny whoopsie 2654008 Jan 5 09:27 _usr_lib_x86_64-linux-gnu_xfce4_panel_wrapper-2.0.1000.crash === rvalue- is now known as rvalue === rvalue- is now known as rvalue === rvalue- is now known as rvalue [11:48] hi i am having trouble with my can ubuntu can someone help? [11:49] taz: hi. you'll need to provide details. [11:50] ok i want to install mixxx or ubuntu studio on my laptop but it does not work neither with the app on ubuntu softwate store nor by entering the codex in the terminal [11:52] what did you type into the terminal, what was the result? [11:52] use a pastebin to share multiple lines [11:57] mark@mark-Latitude-E7270:~$ sudo apt-get install ubuntustudio-desktop [11:57] Lecture des listes de paquets... Fait [11:57] Construction de l'arbre des dépendances... Fait [11:57] Lecture des informations d'état... Fait [11:57] Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires : [11:57]   dctrl-tools dmeventd dmraid dpkg-repack gir1.2-nma-1.0 gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 kpartx kpartx-boot libaio1 [11:58] use https://bpa.st [11:59] Err :71 http://fr.archive.ubuntu.com/ubuntu lunar/universe amd64 libkf5kdcraw5 amd64 22.12.3-0ubuntu1 [11:59]   404  Not Found [IP : 51.158.154.169 80] [11:59] Err :72 http://fr.archive.ubuntu.com/ubuntu lunar/universe amd64 libkcolorpicker0 amd64 0.2.0-1 [11:59]   404  Not Found [IP : 51.158.154.169 80] [11:59] Ign :73 http://fr.archive.ubuntu.com/ubuntu lunar/universe amd64 libkimageannotator-common all 0.6.0-1 [11:59] Err :74 http://fr.archive.ubuntu.com/ubuntu lunar/universe amd64 libkimageannotator0 amd64 0.6.0-1 [12:00] taz: please stop pasting into the channel. last warning. === Geronimo3 is now known as Geronimo [12:02] E: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/pool/universe/g/gnustep-base/gnustep-base-runtime_1.28.1%2breally1.28.0-5build1_amd64.deb  404  Not Found [IP : 51.158.154.169 80] [12:02] E: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/pool/universe/g/grub2-themes-ubuntustudio/grub2-themes-ubuntustudio_1.0_all.deb  404  Not Found [IP : 51.158.154.169 80] [12:02] E: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/libqapt3_3.0.5-2_amd64.deb  404  Not Found [IP : 51.158.154.169 80] [12:02] E: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/libqapt3-runtime_3.0.5-2_amd64.deb  404  Not Found [IP : 51.158.154.169 80] [12:02] E: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/gstreamer-qapt_3.0.5-2_amd64.deb  404  Not Found [IP : 51.158.154.169 80] === rvalue- is now known as rvalue [12:49] Hi all [13:05] I need help on Ubuntu-Unity-24.04.1: On logout or user switch, the graphical session hang until `systemd` hard kills `gnome-session-binary` after a timeout of about 1m30s . === thibf7 is now known as thibf === pick is now known as pickanick === root is now known as Guest3800 === Guest3800 is now known as root === root is now known as Dutch === Dutch is now known as Guest380 [15:09] helloooo [15:10] i haven't logged in in a while === root is now known as Guest3092 [15:12] hi elias2 [15:19] hi [15:21] I'm trying to compile the roccat tools to setup my RGB keyboard: https://sourceforge.net/projects/roccat/ which needs https://sourceforge.net/projects/libgaminggear/ . I'm stuck at make: [15:22] /usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory [15:26] maybe you need harfbuzz , this post gave me a clue https://github.com/Ettercap/ettercap/issues/1062#issuecomment-664825994 [15:26] -ubottu:#ubuntu- Issue 1062 in Ettercap/ettercap "fatal error: hb.h: No such file or directory 28 | #include " [Closed] [15:27] !find harfbuzz [15:27] Found: gir1.2-harfbuzz-0.0, libharfbuzz-cairo0, libharfbuzz-dev, libharfbuzz-doc, libharfbuzz-gobject0, libharfbuzz-icu0, libharfbuzz-subset0, libharfbuzz0b, libghc-gi-harfbuzz-dev, libghc-gi-harfbuzz-doc and 5 others [15:27] it isn't really that hard [15:27] libharfbuzz-dev probably? [15:27] if it says you need something then get it [15:27] super simple [15:28] yes, bu finding the righ -dev package might be not that simple [15:28] nope it is simple to me [15:28] elias2: harfbuzz is installed so spare me your selfrighteousness [15:29] nothing important at all i was just talking [15:29] bye [15:29] find says sits at /usr/include/harfbuzz/hb.h [15:29] roccat kone pro mouse? [15:29] oh sorry, keyboard [15:29] oerheks: Vulcan II keyboard [15:30] now "Turtle Beach", roccat's successor, but same hardware [15:32] you might have to tell the compiler where to find those [15:32] those headers [15:33] most likely it was only tested on one distro and has some things hardcoded or so [15:34] or maybe it has documentation on how to configure it for your distro in the documentation [15:34] FIXED with workaround at https://sourceforge.net/p/roccat/discussion/989581/thread/3064ff0312/ [15:34] seems you are right JanC [15:34] !cookie | JanC [15:34] JanC: Wow! You're such a great helper, you deserve a cookie! [15:36] that's why various tools like autotools exist [15:36] or other build configuration tools [15:37] basically, some tool that you run once before running make (or whatever build tool is used) to configure locations & options [15:38] cmake should be able to do that too AFAIK, maybe they have a bug in how they use it? [15:40] I need help on Ubuntu-Unity-24.04.1: On logout or user switch, the graphical session hang until `systemd` hard kills `gnome-session-binary` after a timeout of about 1m30s . [15:40] oh, it seems like the bug is an assumption that if pango headers are included, harfbuzz headers are auto-included too, which is not (no longer) true [15:45] gjaekel: does that (have to) kill other things too? (i.e. that gnome-session-binary was waiting for) [15:46] you might want to check the logs for stuff like that [15:47] JanC: I don't know how to determine that. I'm not used to handle with systemd; may you tell me? [15:48] there is a graphical log viewer for Gnome, or otherwise you can use journalctl to see the logs [15:49] JanC: But what to look for. I see in the logs that one of the two instances of `gnome-session-binary' is killed by systemd. [15:51] This one seems to get no request to terminate. If I send a SIGTERM to it, the things happens as expected, i.e. the greeter appears in a quick time. [15:51] nothing else in the log around the time you log out? [15:53] Nothing remakable IMHO. [15:56] I have no knowledge on systemd. There seems to be two services in `/lib/systemd/user` that start the `gnome-session` binary [16:00] JanC: I added `--debug` to the both invocations, now. Will do a desktop logout cycle again. [16:00] the problem seems to be in gnome-session or something else that prevents gnome-session from shutting down properly, not in systemd [16:03] JanC: Of course. [16:04] JanC: May you get a look on logs? It will take some minutes to prepare this. [16:04] I can have a look, but no guarantees I can help :) [16:05] if you post them somewhere others can look too [16:09] Is there some commandline pastebin available in Ubuntu? [16:10] there is pastebinit [16:12] hi [16:22] JanC: pastebin.com/spgkR6CZ [16:23] The default `dpaste.com` don't work for me. [16:25] JanC: You'll find a `SIGKILL`on l.1821 [16:30] I don't think it's any of the files I mentioned earlier [16:31] so, does anyone know, if you set the "crash" notifications for a "specific program"... HOW do you unset it? [16:31] maybe it's a setting to be found with dconf-editor? [16:35] set the "crash" notifications for a "specific program"??? there is only a blacklist in /etc/apport/blacklist.d/ [16:37] what is your goal exactly? [16:43] JanC: A hint might be `2025-01-05T17:01:06.249793+01:00 lenovy gnome-session-binary[4766]: DEBUG(+): State of graphical-session-pre.target unit is 'active', waiting for it to go inactive` [16:51] gjaekel: yeah, but I can't find why either, so maybe file a bug... [16:53] A bug no one discovered before? Nobody logs out or switches users? [16:55] To trace it down, this is done after a dedicate, fresh, vanilla install. [16:55] I don't think a lot of people use Unity these days [16:56] graphical-session-pre.target Description=Session services which should run early before the graphical session is brought up [16:57] and many people shut down rather than log out; not sure if that makes a difference [16:58] JanC: Yes! I might be the only one that try this. [16:58] I'm sure not the only one, but maybe there are also some other conditions involved [16:59] condittions like certain hardware, or networking type, or ... [16:59] and most people don't file bugs [17:00] The only one who's using more than one session. Our familiy is using it on our "info terminal". It's "always on" and suspended to S3 during the night. [17:01] you said it's a new install? [17:01] "fresh & vanilla" [17:01] JanC: No reason IMHO that this is related to hardware, networking or something like that. [17:03] JanC: Yes, because this happens after upgrading from my installations in use. On different hardware, btw. [17:04] And because I can't find any reason and want to exclude quicks from upgrading or all I had changed over the years, I did a test installation. [17:05] i see gnome session in that pastebin, do you have 2 desktops? [17:05] oerheks: Don't understand, please repeat. [17:07] i am not sure unity is build on gnome-session .. [17:08] how did you install unity? [17:09] oerheks: Ah. To my understanding Unity uses mostly Gnome in the background. // I used the official ubuntu-unit-24.04.1 ISO. [17:10] .. ubuntu-unity. Unity become a supported flavour, again. [17:14] What does the content of `graphical-session-pre.target` mean? As said, I have no knowledge on systemd. To my eyes, there's nothing "active" inside it. [17:15] How to get this "inactive" as a hack? [17:16] .. e.g. by a command while the timeout is going on. [17:17] that unit is just session stuff that has to be started before Xorg is started, I suppose [17:18] JanC: But there's no `Exec` inside. [17:18] anoyone knows if ubuntu is working on a Samsung Galaxy Book 2 Pro? All i found was old posts of it, discussing serveral problems. [17:18] there might be dependencies with Exec lines [17:27] JanC, that software even comes with a ubuntu deps installer, but seems to be an issue with the hb package itself. I tried openrgb now, that doesn't see the device at all.... [17:28] oh, sudo openrgb sees the device :) [17:30] older versions of pango always included harfbuzz too, newer versions don't, and the roccat software hasn't been updated for that, it seems [17:30] the roccat software's build script needs to be updated [17:31] from what I can tell :) === anotheryou_ is now known as anotheryou === expl0reU is now known as XploreU [18:05] Hello, I've finally fixed my problem of sound, by using these commands (without understanding it) : [18:05] oerheks [18:06] I've installed alsa-tools. [18:06] And I play a video, and I ran sudo /usr/bin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 0x04 [18:07] and sudo /usr/bin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIRECTION 0x04 [18:08] I think I have to do this each time I restart my computer, but for now it is okay for me. [18:08] oh, sudo openrgb sees the device :) [18:09] By the way thanks for the help, and I hope you are enjoying to know a "solution". [18:09] deadrom I can't install openrgb with apt-get. [18:15] JanC: Thank you so far. I have to leave now to prepare dinner. === Geronimo5 is now known as Geronimo [19:18] how to get creative webcam working [19:19] lsusb says: Bus 004 Device 008: ID 041e:4041 Creative Technology, Ltd Webcam Live! Motion [19:26] what does dmesg say when you plug it in [19:30] some forums point to guvcview for that old webcam, it never got a proper driver === ubuntu_4321 is now known as ubuntu4321 [19:54] hi there [19:55] Hi guys [19:59] Hello [19:59] hello [20:00] u have any good chat channels [20:00] no, this is ubuntu support [20:00] !alis [20:00] Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http» [20:01] !alis [20:01] Hey guys. I'm trying to understand why OBS on Linux behaves poorly compared to OBS on Windows. When I capture a game running on my 6950XT, and the game runs my GPU to max, Windows OBS is able to capture and encode it to 1080p60 with typical Twitch H264 settings at 4500Kbps bitrate. On Linux, OBS struggles to do this. It appears that on Windows, OBS is able to use some kind of dedicated encoder [20:01] hardware, whereas on Linux, when the 3D render hardware is maxed out, the encoder loses time on the GPU. Is anyone aware of steps I can take to debug this? I'm using stock OBS from Ubuntu apt repos and the stock AMD drivers that came on install. [20:05] one cannot compare the same game on linux/windows with obs studio running.. [20:05] My two hypotheses are: (1) there's poor optimization and attention given to the interaction between the Linux AMD drivers and the software making GPU calls, so they're using the right hardware but in an unoptimal way (could be an issue with VAAPI, could be how the desktop transfers pixel data to/from the GPU? No idea) or (2) the default AMD/OBS/VAAPI setup simply isn't using the same hardware to do [20:05] encoding, due to the generic Linux APIs not matching with Windows APIs and not getting the same vendor support. [20:05] set rendering a bit less? [20:06] rbox: i got it working with vlc [20:06] but it dont use all of its features [20:07] and dont work with discord [20:07] oerheks: on the contrary, I think it's completely valid to compare the same game + same OBS + different OS, and ask questions as to how to get them to compare favorably :) [20:08] I have a question [20:08] javaJake, what game exactly? a native linux game? [20:08] Why is IRC stuff full of tech people? [20:08] if it is a windows blob, comparison is useless [20:08] Like, all these programmers? And not just, normal convo lol [20:09] Guest44, #libera is a FOSS network [20:09] oerheks: no, this is Final Fantasy 14 running under Proton. Can you explain why the comparison is useless? [20:09] Im new to all of this lol [20:09] rbox: it has feature of auto moving [20:09] Sorry, whats a FOSS network <3 [20:09] I just wanted a pleasant chat lol but i cant find anywhere i can chat normally lol [20:09] Everywhere is full of tech people lol [20:09] javaJake, "Proton is a compatibility layer built into Steam, it translates Windows APIs into a Linux readable format. " [20:10] Guest44: go to #ubuntu-offtopic [20:10] so not a native linux game. [20:10] (Im rubbish with tech) [20:10] Guest44: #ubuntu-offtopic is a better place to start as this channel is for support for Ubuntu. [20:11] oerheks: that doesn't answer my question. I am asking why OBS encoding is worse and looking for ways to diagnose it. [20:11] Tysm for the channel [20:12] because proton? [20:12] be happy with the result you get.. [20:13] "if it is a windows blob, comparison is useless" i stick with this answer [20:15] oerheks: I accept that Proton games will behave differently, but at the end of the day they are making the same CPU and GPU calls as anything else. I would love to understand why OBS encoding would be affected by a Proton game running. === Guest44 is now known as Pixie === Pixie is now known as Pixie123 === diceLibrarian2 is now known as liceDibrarian [21:34] 2:33 PM I would like to route any incoming traffic addressed to 192.168.0.44 port 80 (on the host machine) to 192.168.0.55 port 80 which is a different machine. Is this possible and how? [21:36] DNAT === driib3188 is now known as driib318 [22:01] jpmh_, look at this as an example.. https://github.com/syphyr/dnscrypt_proxy_prebuilt/blob/master/dnscrypt-iptables [22:01] syphyr: ty - heading there now === diceLibrarian2 is now known as liceDibrarian [23:30] all the best friends i am going out of town for 2 weeks [23:30] i shall return later, wont be online but wishing yall the best :) [23:31] cheers. :D :D :D === Psil00 is now known as Psil0 === Psil0 is now known as Guest7283