*** heroux has quit IRC | 00:27 | |
*** dougl has quit IRC | 00:37 | |
*** heroux has joined #crux | 00:43 | |
*** heroux has quit IRC | 01:18 | |
*** heroux has joined #crux | 01:18 | |
*** blueness has quit IRC | 01:36 | |
*** Necrosporus has joined #crux | 02:17 | |
*** blueness has joined #crux | 02:36 | |
*** blueness has quit IRC | 02:37 | |
*** jue has quit IRC | 02:55 | |
*** jue has joined #crux | 02:55 | |
*** heroux has quit IRC | 03:06 | |
*** heroux has joined #crux | 03:24 | |
*** mechaniputer has quit IRC | 03:25 | |
*** _________mavric6 has joined #crux | 03:32 | |
*** neeasade has quit IRC | 03:36 | |
*** xeirrr has joined #crux | 03:37 | |
*** xeirrr has quit IRC | 03:58 | |
*** heroux has quit IRC | 04:59 | |
*** heroux has joined #crux | 05:01 | |
*** tired890 has joined #crux | 05:13 | |
tired890 | gents | 05:14 |
---|---|---|
tired890 | root ... Feb15 0:00 /sbin/dhcpcd -t 10 -4 -h wlp10s0 | 05:14 |
tired890 | dhcpd is running on wireless interface only | 05:15 |
tired890 | when I plug a router to the wired interface it gets a lease and I go offline (coz only wifi is online) | 05:15 |
tired890 | how can I prevent this? | 05:15 |
tired890 | /etc/rc.d/net is stopped | 05:15 |
*** xeirrr has joined #crux | 05:17 | |
*** ivs has joined #crux | 05:27 | |
*** tilman has quit IRC | 05:35 | |
*** tilman has joined #crux | 05:36 | |
*** sudobaal has joined #crux | 06:00 | |
*** tired890 has quit IRC | 06:09 | |
*** tired890 has joined #crux | 06:15 | |
*** nwe has quit IRC | 06:21 | |
*** tired890 has quit IRC | 06:23 | |
*** nwe has joined #crux | 06:23 | |
*** tired890 has joined #crux | 06:25 | |
*** blueness has joined #crux | 06:26 | |
*** heroux has quit IRC | 06:36 | |
*** heroux has joined #crux | 06:45 | |
*** gb00s has joined #crux | 06:50 | |
*** tired890 has quit IRC | 07:10 | |
*** heroux has quit IRC | 07:10 | |
*** tired890 has joined #crux | 07:15 | |
*** heroux has joined #crux | 07:19 | |
*** john_cephalopoda has joined #crux | 07:32 | |
*** bedis has quit IRC | 07:45 | |
*** Wildefyr has quit IRC | 07:45 | |
*** bedis has joined #crux | 07:45 | |
*** pejman has quit IRC | 07:46 | |
*** tired890 has quit IRC | 07:46 | |
*** pejman has joined #crux | 07:46 | |
*** pejman has quit IRC | 07:46 | |
*** pejman has joined #crux | 07:46 | |
*** Wildefyr has joined #crux | 07:47 | |
*** tired890 has joined #crux | 07:51 | |
frinnst | tired890: so what do you run on your wired interface? if dhcpcd only runs on the wireless.. | 08:14 |
*** maldoror has joined #crux | 08:14 | |
frinnst | anyways, dhcpcd -G doesn't set a route | 08:15 |
frinnst | -G, --nogateway | 08:15 |
frinnst | Don't set any default routes. | 08:15 |
john_cephalopoda | My system boots too fast D: | 08:15 |
john_cephalopoda | I have to make an rc script that does sleep(30) or something. | 08:16 |
john_cephalopoda | When I wake up, I want to sit in front of my computer, turn it on and sleep another 30 seconds. In those 10 seconds I simply can't wake up! :D | 08:17 |
*** tired890 has quit IRC | 08:17 | |
*** blueness has quit IRC | 08:21 | |
*** blueness has joined #crux | 08:24 | |
*** tired890 has joined #crux | 08:24 | |
*** heroux has quit IRC | 08:26 | |
*** heroux has joined #crux | 08:27 | |
tired890 | frinnst, I set manually (ie with ifconfig) | 08:37 |
tired890 | I had to delete routes manually coz dhcpd hijacks them.. ie ip route del default via ... | 08:37 |
frinnst | and do you set a default route on that interface? | 08:37 |
frinnst | I dont think i understand what you are trying to do | 08:38 |
frinnst | :) | 08:38 |
tired890 | basically, I'm configuring an offline router with a wired connection. Whenever I plug it in my system goes offline. So I disabled net (have wifi script running, which calls dhcpcd on the wlp interface only).. | 08:39 |
tired890 | next, I set ip statically for wired interface | 08:39 |
tired890 | but whenever I plug it in, I get a dhcp lease (I see it in the router) | 08:39 |
tired890 | so dhcpcd is hijacking the interface even though wifi script only specifies the wireless network (and net is disabled) | 08:40 |
tired890 | hence I'm perplexed | 08:40 |
tired890 | erm.. my system goes offline because I can see the route table the wired connection takes priority :/ | 08:41 |
tired890 | ip route show <---- shows 192.168.1.1 as default gateway, when the wireless gateway is 10.0.0.x is second.. | 08:41 |
tired890 | poof all offline (sure you saw me reconnect many times in past hour) | 08:41 |
*** xeirrr has quit IRC | 08:58 | |
*** maldoror has quit IRC | 09:00 | |
*** maldoror has joined #crux | 09:01 | |
*** maldoror has quit IRC | 09:02 | |
*** maldoror has joined #crux | 09:04 | |
*** heroux has quit IRC | 09:39 | |
*** heroux has joined #crux | 09:39 | |
frinnst | tired890: dont use two default gateways | 09:40 |
frinnst | you should only route the desired networks throught the second route - not 0.0.0.0 | 09:40 |
tired890 | I'm not using two.. thats the problem actually. I only wish to have a single default gateway (via wireless if), problem is dhcpcd gets a lease and assigns a new default gateway | 09:41 |
tired890 | the only running instance of dhcpcd is: | 09:41 |
frinnst | I need more coffee :D | 09:42 |
tired890 | root 323 0.0 0.0 15188 2104 ? Ss Feb15 0:00 /sbin/dhcpcd -t 10 -4 -h wlp10s0 | 09:42 |
tired890 | see it has the wireless if specified | 09:42 |
tired890 | I don't know why it gets a lease on the wired interface as soon as I plug it in | 09:42 |
tired890 | s/if/interface | 09:42 |
*** xeirrr has joined #crux | 09:45 | |
*** heroux has quit IRC | 09:53 | |
*** heroux has joined #crux | 10:01 | |
*** heroux has quit IRC | 10:12 | |
*** jue has quit IRC | 10:17 | |
*** jue has joined #crux | 10:20 | |
cruxbot | [contrib.git/3.2]: x264: 20141022 -> 148.2016013 | 10:22 |
cruxbot | [contrib.git/3.2]: x265: 1.7 -> 1.9 | 10:22 |
*** heroux has joined #crux | 10:24 | |
*** maldoror has quit IRC | 10:36 | |
cruxbot | [contrib.git/3.2]: x264: fix version string | 10:38 |
frinnst | oi, ffmpeg 3.0 | 10:43 |
frinnst | https://github.com/FFmpeg/FFmpeg/blob/master/Changelog | 10:44 |
Romster | yes when i get too it | 10:44 |
frinnst | hehe dont worry, didnt mean it like that | 10:45 |
*** onodera has joined #crux | 10:46 | |
*** xeirrr has quit IRC | 10:46 | |
cruxbot | [contrib.git/3.2]: youtube-dl: 2015.12.05 -> 2016.02.13 | 10:50 |
Romster | does ffmpeg 3 break ABI? | 10:53 |
frinnst | yeah | 10:56 |
Romster | hey frinnst does firefox use ffmpeg now? | 10:56 |
frinnst | and seems alsa-utils tries to use ffmpeg too and fails because some header is no longer installed | 10:56 |
frinnst | Romster: yep! | 10:56 |
Romster | so i really do need to cutthe deps down on it and move it to opt? | 10:56 |
frinnst | doesnt link against it though, so you can install ffmpeg whenever you want | 10:56 |
Romster | ah ok | 10:57 |
Romster | so really doesn't need to be in opt | 10:57 |
frinnst | nope | 10:57 |
frinnst | but Im always in favour of cutting deps to the bare essentials :-) | 10:57 |
frinnst | but thats just me | 10:57 |
Romster | without losing core functionally | 10:57 |
frinnst | xfreerdp, alsa-utils, audacious-plugins broke when I updated to ffmpeg 3.0 btw | 10:58 |
frinnst | on the stuff I have installed on this system | 10:58 |
Romster | that port will need refactoring to narrow some deps down. | 10:59 |
frinnst | https://www.obra.se/crux/ports/ffmpeg/Pkgfile | 11:00 |
frinnst | does what I need. But my needs are not very extensive :) | 11:00 |
Romster | i do make use of transcoding and encoding so i'd have to see if it doesn't affect that use. | 11:02 |
frinnst | notice I dont build any programs with that Pkgfile, so remove that option | 11:03 |
Romster | yeah i see that | 11:03 |
onodera | most of those deps are needed by video players and such though | 11:06 |
onodera | it's it really tedious to figure out what deps are needed and recompile | 11:07 |
frinnst | ffmpeg autodetects lots of stuff iirc | 11:07 |
Romster | yeah this is why gstreamer ffmpeg and friends are so heavy on dependencies | 11:07 |
*** tired890 has quit IRC | 11:08 | |
Romster | i added sound and spelling dictionary support to pidgin but i seem to get some that disagree with the extra deps. | 11:08 |
Romster | can't please everyone | 11:09 |
*** heroux has quit IRC | 11:09 | |
Romster | i did keep some deps off wine though to make that a bit lighter. | 11:09 |
*** heroux has joined #crux | 11:09 | |
Romster | heroux, ##fix_your_connection | 11:10 |
*** maldoror has joined #crux | 11:11 | |
onodera | If I got to choose between the two I think I prefer a more minimal Depends on: line, but with a nice to have: line | 11:15 |
ryu0 | when doesn't ffmpeg break ABI? | 11:15 |
Romster | yeah more like h264 h265 encoder support | 11:15 |
Romster | every other day? | 11:15 |
onodera | I think it currently depends on some blu ray lib, I think thats something that would be better in Nice to have: | 11:16 |
onodera | Romster: can you please compile alsa-plugins with this patch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/0001-Do-not-use-deprecated-FFmpeg-API.patch?h=packages/alsa-plugins | 11:16 |
Romster | really not everyone has a optical drive or bluray? | 11:17 |
Romster | onodera, ah ok i see now. | 11:17 |
*** tired890 has joined #crux | 11:19 | |
tired890 | Romster, pidgin, when you get to it ;) | 11:21 |
*** heroux has quit IRC | 11:23 | |
*** heroux has joined #crux | 11:27 | |
tired890 | revdep reports lots stuff after sysup, must be one of the x264 etc | 11:29 |
Romster | quite possible | 11:29 |
Romster | prt-get update --fr `revdep` | 11:30 |
tired890 | the above will also redo libreoffice, which is a false positive, how do I exclude it ? will --ignore work ? | 11:30 |
Romster | man revdep | 11:30 |
onodera | maybe $(revdep | grep -v libreoffice) | 11:31 |
Romster | revdep -i libreoffice | 11:31 |
Romster | prt-get update --fr `revdep -i libreoffice` | 11:31 |
tired890 | cheers Romster onodera | 11:32 |
john_cephalopoda | OMG! grep -v! I've been looking for that for AGES! | 11:34 |
Romster | man grep | 11:34 |
Romster | like really -_- | 11:34 |
Romster | --invert-match | 11:35 |
Romster | and description | 11:35 |
tired890 | john_cephalopoda, I know that feeling lol | 11:43 |
tired890 | I think I had that experience with less/more when I first discovered it heh | 11:44 |
tired890 | or was it search inside vi ? both I reckon | 11:44 |
ryu0 | appears john_cephalopoda just discovered the wonders of fire. :P | 12:06 |
john_cephalopoda | *computer in flames* NOOOOOOOOOOOOOOOOOOOO! | 12:07 |
ryu0 | Fire sale at john_cephalopoda's place. | 12:08 |
*** maldoror has quit IRC | 12:18 | |
onodera | tac was for me like that | 12:25 |
onodera | + the name is quite funny | 12:25 |
john_cephalopoda | -rw-r--r-- 1 john users 1520680960 Jan 23 05:32 ls | 12:27 |
john_cephalopoda | 1520680960 | 12:27 |
john_cephalopoda | 1.4 GB!!! | 12:27 |
john_cephalopoda | WOW... Just WOW. | 12:27 |
john_cephalopoda | It seems that it was produced by "yes > ls" | 12:28 |
john_cephalopoda | It is literally just a file that says "yes\n" over and over again. | 12:28 |
groovy2shoes | lol | 12:28 |
groovy2shoes | why did you go and do that? | 12:29 |
john_cephalopoda | I don't know. | 12:31 |
john_cephalopoda | Maybe I tried "yes | ls" and failed | 12:31 |
john_cephalopoda | Hmm... | 12:32 |
john_cephalopoda | yes Documents | ls | 12:32 |
john_cephalopoda | Aww, nothing happens. | 12:32 |
*** heroux has quit IRC | 12:43 | |
*** heroux has joined #crux | 12:45 | |
*** john_cephalopoda has quit IRC | 12:48 | |
ryu0 | who needs yes-men when you can just use yes? | 13:25 |
ryu0 | :P | 13:25 |
*** mahmutov has joined #crux | 13:27 | |
mahmutov | http://homepage.boetes.org/software/crux/han/pkgutils/pkgadd | 13:27 |
mahmutov | anybody knows,these codes can use in current crux | 13:28 |
frinnst | wow, flashbacks | 13:30 |
frinnst | probably, yeah | 13:30 |
frinnst | but dont come to uss with it if you run into trouble :) | 13:30 |
frinnst | 2006/11/26 | 13:30 |
frinnst | dont expect it to handle xz-files | 13:30 |
frinnst | you will need to make some modifications: bsd_tar=/usr/libexec/tar <- that wont work | 13:31 |
mahmutov | ok i can make modifications | 13:32 |
mahmutov | developer that do you know | 13:32 |
mahmutov | he is in crux? | 13:32 |
frinnst | 10 years ago, yeah | 13:32 |
frinnst | not anymore | 13:32 |
mahmutov | Jan Rinze. | 13:33 |
mahmutov | 2009 | 13:33 |
Romster | han boates iirc | 13:34 |
Romster | he hangs out in BSD | 13:34 |
cruxbot | [opt.git/3.2]: setuptools: 18.6.1 -> 20.1.1 | 13:36 |
mahmutov | http://homepage.boetes.org/software/ | 13:36 |
mahmutov | has intersting bash codes | 13:37 |
*** dougl has joined #crux | 14:12 | |
*** BitPuffin has joined #crux | 14:28 | |
*** BitPuffin has quit IRC | 14:32 | |
*** itPuffinB has joined #crux | 14:32 | |
nebg | hello everyone... | 14:40 |
nebg | i compiled the kernel, and i included the brcm drivers... | 14:41 |
nebg | if i do ifconfig -a | 14:41 |
nebg | now i can see the interface | 14:41 |
nebg | but when i do wpa_supplicant it tells me it failed to load the firmware... | 14:41 |
nebg | of the brcm card... | 14:41 |
nebg | any idea on how to solve ? | 14:41 |
groovy2shoes | have you installed linux-firmware? | 14:44 |
groovy2shoes | iirc it's in contrib | 14:44 |
nebg | groovy2shoes, i don't know... how can i check ? i installed all the packages on the install iso anyway in the installation phase... | 14:46 |
nebg | so if it was there i have it... | 14:46 |
groovy2shoes | pkginfo -i |grep linux-firmware | 14:47 |
groovy2shoes | I think | 14:47 |
groovy2shoes | it's not on the iso, it's in contrib | 14:48 |
groovy2shoes | would be nice if it were on the iso, though | 14:48 |
nebg | groovy2shoes, ok i don't have it... | 14:52 |
nebg | but i have no connectivity... on that machine... | 14:52 |
nebg | how can i get it ? | 14:52 |
nwe | .. | 14:56 |
*** dougl has quit IRC | 15:07 | |
pitillo | nwe: get sources from another machine and move them to the target | 15:09 |
*** pejman has quit IRC | 15:16 | |
*** john_cephalopoda has joined #crux | 15:20 | |
frinnst | ANNOUNCE: An open-source Vulkan driver for Intel hardware | 15:32 |
frinnst | nice | 15:32 |
*** Necrosporus_ has joined #crux | 15:33 | |
*** Necrosporus has quit IRC | 15:37 | |
*** dougl has joined #crux | 15:49 | |
*** Necrosporus_ has quit IRC | 15:52 | |
nwe | pitillo: ? | 15:54 |
nwe | pitillo: i think you mean nebg :) | 15:54 |
nebg | pitillo, ok i did it nicely := | 16:01 |
nebg | :) | 16:01 |
nebg | i have another problem i have different grub entries... and i want to change the default boot entry... how can i do that ? | 16:03 |
*** maldoror has joined #crux | 16:05 | |
pitillo | nwe: my bad, sorry :) | 16:12 |
john_cephalopoda | Nice | 16:13 |
john_cephalopoda | Hmm, is there any program that would enable me to make phone calls over a mobile modem (LTE/UMTS/GSM)? | 16:18 |
*** mahmutov has left #crux () | 16:21 | |
*** pejman has joined #crux | 16:27 | |
nebg | hello everyone... can somebody tell me how do i change the default grub2 menu entry ? or generally on how to change the boot order ? i am from a cli environment just installed the OS ... | 16:34 |
john_cephalopoda | nebg: Usually there should be some configuration file in /boot | 16:46 |
john_cephalopoda | nebg: This might be helpful: https://wiki.archlinux.org/index.php/Grub#Configuration | 16:47 |
*** ivs has quit IRC | 16:56 | |
nebg | john_cephalopoda, the fact is that i don't have any /etc/default/grub | 16:59 |
nebg | i even donì't have a directory called /etc/default... | 16:59 |
nebg | any idea what could be this due to ? | 16:59 |
*** maldoror has quit IRC | 17:09 | |
*** maldoror has joined #crux | 17:09 | |
*** maldoror has quit IRC | 17:10 | |
john_cephalopoda | nebg: Sorry, I can't help you with that. I'm a syslinux user. | 17:15 |
nebg | syslinux ? | 17:15 |
nebg | ohh okok | 17:16 |
john_cephalopoda | http://www.syslinux.org/wiki/index.php/The_Syslinux_Project | 17:17 |
john_cephalopoda | Doesn't have got non-experimental UEFI/GPT support though. | 17:17 |
frinnst | nebg: /boot/grub/grub.cfg or something like that | 17:27 |
nebg | frinnst, that one shouldn't be touched from what i know... i should use /etc/default/grub by what i know... | 17:30 |
groovy2shoes | nebg, I've never even heard of /etc/default/grub until this very moment... I've always edited /boot/grub/grub.cfg which was common practice when I started with Linux over a decade ago and have never heard anything about that changing | 17:37 |
nebg | groovy2shoes, a decade ago i think there was menu.lst | 17:38 |
nebg | not grub 2 | 17:38 |
groovy2shoes | nebg, the arch wiki seems to recommend that because they have some script or something to generate the grub.cfg from the /etc/default/grub file, I think | 17:38 |
groovy2shoes | ah yes, I forgot about good ol' menu.lst :D | 17:38 |
nebg | groovy2shoes, yes... this is what i understood | 17:38 |
groovy2shoes | nebg, I think you can just reorder the menu entries in grub.cfg ... first one is default | 17:41 |
BitPuffin | time to update glibc and recompile everything that depends on glibc? | 17:55 |
BitPuffin | actually, glibc might be dynamically linked to most things anyway | 17:57 |
BitPuffin | ah glibc ain't updated | 18:01 |
BitPuffin | so uh | 18:02 |
BitPuffin | google announced a CVE and provided a patch instead of working with glibc developers to get the patch into a hotfix official release? | 18:03 |
BitPuffin | or ah | 18:05 |
BitPuffin | glibc just released the patch without making a new version | 18:05 |
groovy2shoes | I think the patch is from a redhat dev | 18:06 |
groovy2shoes | had a glance through it earlier | 18:07 |
groovy2shoes | there's some chatter on the libc-stable mailing list... maybe they're preparing a backport? | 18:10 |
groovy2shoes | ugh the glibc maintainer is nitpicking on the patch | 18:18 |
groovy2shoes | wants the guy who submitted the patch to fix spelling mistakes in comments before merging -_- | 18:18 |
groovy2shoes | has glibc *ever* had a maintainer who wasn't an asshat? | 18:18 |
frinnst | nebg: yes it should - on crux | 18:24 |
frinnst | we dont use lots of magic like other distros do and regenerate grub.cfg when we update kernels with apt-get or whatever :) | 18:25 |
nebg | frinnst, i used grub-mkconfig to generate grub.cfg | 18:28 |
nebg | isn't this already magic ? | 18:28 |
groovy2shoes | that's a grub program, not a crux one | 18:31 |
Wildefyr | nebg, frinnst means that you have to manually rerun grub-mkconfig if you update your kernel | 18:38 |
Wildefyr | there's nothing on crux that will do that for you, unlike other more mainstream distros | 18:39 |
nebg | Wildefyr, i don't have problems running that manually | 18:44 |
*** Tazy has quit IRC | 18:44 | |
*** Tazy has joined #crux | 18:44 | |
frinnst | Wildefyr: no you dont have to do that | 18:46 |
frinnst | unless you change the kernel filename | 18:46 |
frinnst | lots of distros like to rotate various kernels. ubuntu does this - keeps all the old kernels and adds the new one as the preselected default | 18:47 |
frinnst | and that requires a new grub config | 18:47 |
Wildefyr | yes that's what I meant | 18:47 |
frinnst | ah | 18:48 |
nebg | frinnst, so is totally normal to change grub.cfg in crux ? | 18:59 |
nebg | or i am making it the wrong way ? and should rely on grub scripts and other grub programs ? | 19:00 |
frinnst | I am - on my crux systems | 19:00 |
frinnst | I wouldnt touch it on a ubuntu server | 19:00 |
frinnst | i usually run grub-mkconfig or whatever its called and then clean it up | 19:01 |
tired890 | I told yall vulkan will be a big deal | 19:01 |
nebg | frinnst, why not on ubuntu server ? | 19:05 |
frinnst | because ubuntu will use magic to generate a new grub config each time you upgrade your kernel. If you want your changes to remain you'll have to edit /etc/default/grub | 19:06 |
cruxbot | [core.git/3.2]: [notify] glibc: added patches for CVE-2015-7547. | 19:11 |
*** dougl has quit IRC | 19:26 | |
*** ryu0 has quit IRC | 19:44 | |
*** ryu0 has joined #crux | 19:47 | |
*** hhhhhhhh has joined #crux | 20:15 | |
*** groovy2shoes has quit IRC | 20:17 | |
*** frinnst has quit IRC | 20:22 | |
*** frinnst has joined #crux | 20:24 | |
*** frinnst has quit IRC | 20:24 | |
*** frinnst has joined #crux | 20:24 | |
*** BitPuffin has joined #crux | 21:17 | |
*** BitPuffin has quit IRC | 21:19 | |
*** tired890 has quit IRC | 21:32 | |
cruxbot | [xorg.git/3.2]: libdrm: updated to 2.4.67 | 21:52 |
*** sudobaal has quit IRC | 21:54 | |
*** gb00s has quit IRC | 21:56 | |
*** dbrooke has joined #crux | 22:27 | |
*** mahmutov1 has joined #crux | 22:37 | |
*** tired890 has joined #crux | 22:55 | |
*** fengshaun_ has joined #crux | 23:29 | |
*** heroux_ has joined #crux | 23:32 | |
*** bedis_ has joined #crux | 23:32 | |
mahmutov1 | is there any frontend prt-get | 23:36 |
mahmutov1 | like prt-gtk | 23:36 |
mahmutov1 | but i cant find prt-gtk | 23:36 |
*** heroux has quit IRC | 23:37 | |
*** bedis has quit IRC | 23:37 | |
*** papey has quit IRC | 23:37 | |
*** fengshaun has quit IRC | 23:37 | |
*** chris2 has quit IRC | 23:37 | |
*** t0b1nux has quit IRC | 23:37 | |
*** kokakoda1 has quit IRC | 23:37 | |
john_cephalopoda | Woah, splits | 23:37 |
onodera | mahmutov1: crux knowing, probably not | 23:37 |
onodera | I don't really see the advantage of a gtk fronten | 23:37 |
mahmutov1 | onodera | 23:38 |
mahmutov1 | where can i find source of prt-gtk | 23:38 |
kori | oh hi onodera | 23:39 |
kori | didn't see you | 23:39 |
john_cephalopoda | mahmutov1: I think that this doesn't exist. | 23:39 |
kori | I thought you were offline since ur not in the org's channel | 23:39 |
kori | I was gonna ask something | 23:39 |
onodera | mahmutov1: oh there actually is an prt-gtk lol, sorry | 23:41 |
onodera | all links I see on google are death | 23:42 |
onodera | s/th/d/ | 23:42 |
kori | the links are DEATH | 23:42 |
mahmutov1 | yeb dead links | 23:42 |
onodera | kori: am I really not.. | 23:42 |
kori | onodera: you're not! | 23:43 |
mahmutov1 | maybe i think in your local drive exists? | 23:43 |
onodera | oh I mispelled it in my irsi config | 23:43 |
*** onodera has quit IRC | 23:43 | |
*** onodera has joined #crux | 23:43 | |
kori | hahaha | 23:43 |
john_cephalopoda | https://crux.nu/prtsync/prt-gtk/ | 23:44 |
john_cephalopoda | All links are dead. | 23:44 |
*** t0b1nux has joined #crux | 23:44 | |
*** papey has joined #crux | 23:44 | |
mahmutov1 | yeb | 23:44 |
mahmutov1 | do you know han boates | 23:45 |
john_cephalopoda | Never heard that name. What do you need that frontend for, mahmutov1? | 23:46 |
mahmutov1 | for gui | 23:46 |
mahmutov1 | i want to develop it for easily usage | 23:47 |
john_cephalopoda | Hmm, in my opinion, the current system is already quite user-friendly. After all, crux is a distro for advanced users. | 23:47 |
*** kokakoda1 has joined #crux | 23:47 | |
mahmutov1 | actually i want to make a frontend with like ncurces or other console libraries | 23:49 |
mahmutov1 | not more depencies | 23:50 |
onodera | thats sound kinda cool | 23:50 |
onodera | but sorry I can't help you, all the links I see are dead | 23:50 |
mahmutov1 | it shows installed -must update packages | 23:50 |
mahmutov1 | like that | 23:50 |
onodera | maybe some crux old timer still has the source on their disk | 23:50 |
teK_ | mahmutov1: Han has parted ways with CRUX a _long_ time ago | 23:50 |
mahmutov1 | ok i see, anyway i think maybe i can resume this idea from an existing project | 23:51 |
mahmutov1 | for gain time. | 23:51 |
teK_ | maybe youre lucky at www.archive.rg | 23:51 |
teK_ | maybe youre lucky at www.archive.org | 23:51 |
*** Kruppt has joined #crux | 23:52 | |
*** Kruppt has quit IRC | 23:52 | |
john_cephalopoda | mahmutov1: You can update packages with "ports --update" and then just do "prt-get diff" to show packages that are not up to date. | 23:56 |
mahmutov1 | i have already know this | 23:56 |
mahmutov1 | but i want some gui things for more see the big picture :) | 23:57 |
john_cephalopoda | ncurses isn't too difficult :) | 23:57 |
mahmutov1 | maybe termbox,ncurses or others | 23:57 |
mahmutov1 | i should find a library to develop easily.. | 23:58 |
*** chris2 has joined #crux | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!