*** guzzano has joined #crux | 00:17 | |
*** guzzano_ has joined #crux | 00:56 | |
*** guzzano has quit IRC | 00:56 | |
*** cdoc has quit IRC | 01:54 | |
*** tilman has quit IRC | 02:04 | |
*** dkoby has joined #crux | 02:04 | |
*** tilman has joined #crux | 02:05 | |
*** mavrick61 has quit IRC | 02:33 | |
*** mavrick61 has joined #crux | 02:34 | |
*** v33 has joined #crux | 02:36 | |
v33 | any way around my schools annoying security not allowing me to update my ports? | 02:37 |
---|---|---|
BurnZeZ | Hijack sysadmin or ssh tunnel | 02:37 |
v33 | how would one do it through an ssh tunnel? | 02:40 |
v33 | would i have to ssh into another comp then update from there> | 02:51 |
prologic | What's blocked for started? | 02:51 |
v33 | im not quite sure. its left to the default, but, all it says is its been rejected | 02:53 |
v33 | when i try to update ports that is | 02:53 |
v33 | i think its port 2222 | 02:57 |
prologic | what does curl -v -o - <some_url> do? | 02:57 |
prologic | oh you can't ssh into your box? | 02:57 |
v33 | oh no, i never setup ssh on my box :( | 02:57 |
v33 | regret it now. haha | 02:58 |
prologic | I'm confused | 02:58 |
prologic | I have no idea what is blocked by what you're describinig | 02:58 |
v33 | i have ssh installed if thats what you were asking | 02:58 |
prologic | or where you're coming from and going to | 02:58 |
prologic | :) | 02:58 |
v33 | the actual application, but, im using the school wifi now,a nd it wont let me update the ports | 02:59 |
v33 | im pretty sure the port its trying to connect to to update the rsync file, is 2222. i dont have ssh setup on my other computer at home to use that to run ports -u | 02:59 |
v33 | sorry, im not being very clear lol | 02:59 |
prologic | no no you're not at all | 03:01 |
prologic | :) | 03:01 |
v33 | not sure if sarcasm or sympathy haha | 03:01 |
prologic | probably both :) | 03:02 |
prologic | anyway there are many ways to get around a restricted network | 03:02 |
prologic | ip over dns | 03:02 |
prologic | ssh tunneling | 03:02 |
prologic | ssh tunneling through web proxies over port 443 using CONNECT semantics with listening remote sshd listening on port 443 | 03:03 |
prologic | alternative web proxies (many available on the web) | 03:03 |
prologic | Or | 03:03 |
prologic | get yourself a 3G USB Dongle! | 03:03 |
v33 | ill just wait till i get home lmao | 03:06 |
v33 | a splash of sarcasm is always nice though :P | 03:06 |
prologic | all my suggestions are serious ones btw :) | 03:07 |
prologic | I've personally done them all | 03:07 |
prologic | ip over dns is slow though | 03:07 |
v33 | i think id be better off setting up a machine at home i could ssh into | 03:09 |
v33 | might get me an rpi to do so | 03:09 |
*** guzzano has joined #crux | 03:18 | |
*** guzzano_ has quit IRC | 03:21 | |
*** v33 has quit IRC | 03:27 | |
*** Kaishi has joined #crux | 04:04 | |
*** Kaishi has quit IRC | 04:09 | |
*** Kaishi has joined #crux | 04:10 | |
*** `c0x has quit IRC | 04:48 | |
*** c0x has joined #crux | 04:48 | |
diverse | Romster: ffmpeg needs to be updated to 1.2 | 04:52 |
nogagplz | what stuff will that break | 04:53 |
diverse | nogagplz: I don't know if there is API changes, but Romster could upgrade to the latest 1.1 branch instead, 1.1.4 | 04:55 |
diverse | is that why you asked? | 04:56 |
prologic | diverse: you could test it yourself? | 04:57 |
prologic | see if it breaks anything that depends on ffmpeg? | 04:57 |
diverse | I would need to log out of here and test it in my crux-testing hdd | 04:59 |
prologic | so do it? :) | 05:00 |
diverse | What would be a good example to test it with? | 05:01 |
prologic | anything that depends on it? | 05:01 |
prologic | pet-get depends ffmpeg | 05:01 |
prologic | ? | 05:01 |
diverse | alright, so after updating the pkgfile, do a "prt-get update ffmpeg" then "prt-get update -fr $(prt-get depends ffmpeg)"? | 05:03 |
diverse | s/depends/quickdeps/ | 05:04 |
diverse | prologic: ping | 05:04 |
diverse | prologic: how do you recommend I go with this? | 05:08 |
diverse | nogagplz: does your deadbeef port use ffmpeg? | 05:24 |
prologic | yeah something like this | 05:26 |
prologic | and see if anything breaks | 05:26 |
*** guzzano has quit IRC | 05:29 | |
nogagplz | deadbeef will survive just fine without ffmpeg | 05:30 |
diverse | Alright | 05:30 |
diverse | If worst comes to worst, Romster can upgrade to 1.1.4 | 05:31 |
*** bedis has quit IRC | 05:45 | |
*** bedis has joined #crux | 05:46 | |
timcowchip | ffmpeg doesn't "need" to be updated since it will break everything that depends on it | 06:08 |
timcowchip | prt-get lock ffmpeg | 06:09 |
niklaswe | good morning | 06:10 |
timcowchip | good morning niklaswe | 06:11 |
niklaswe | how are you timcowchip ? | 06:12 |
timcowchip | I'm good, and you? | 06:13 |
timcowchip | I just patched a port to work with the current version of ffmpeg | 06:14 |
timcowchip | have a good day. I'll be putting my kid to bed soon. | 06:17 |
niklaswe | aha I see :) | 06:19 |
*** diverse has joined #crux | 06:19 | |
timcowchip | you're in Norway, right? | 06:21 |
diverse | prologic: I got ffmpeg 1.2 to build. That command doesn't find anything that depends on ffmpeg, just what ffmpeg depends. Actually what port does depend on ffmpeg anyway? | 06:21 |
timcowchip | prt-get dependent --all ffmpeg | 06:22 |
diverse | timcowchip: you did your homework, I am impressed. | 06:23 |
diverse | Alright, I will try vlc | 06:24 |
niklaswe | timcowchip: was that question to me if I living in Norway? | 06:24 |
timcowchip | yes isn't that where .se is? | 06:25 |
niklaswe | timcowchip: nope I living in sweden :) and we have .se | 06:26 |
niklaswe | norway has .no | 06:26 |
timcowchip | oh | 06:26 |
timcowchip | and Sweden is .nu | 06:26 |
niklaswe | nope sweden has .se :) | 06:26 |
timcowchip | .se is Denmark? | 06:26 |
niklaswe | .dk are denmark | 06:27 |
timcowchip | does Sweden use .se and .nu? | 06:27 |
timcowchip | wait I'm wrong about .nu | 06:28 |
diverse | http://en.wikipedia.org/wiki/.nu | 06:29 |
timcowchip | http://en.wikipedia.org/wiki/.nu | 06:29 |
timcowchip | I guess we both found the same wikipedia page | 06:30 |
diverse | http://en.wikipedia.org/wiki/Niue | 06:30 |
timcowchip | I assumed .nu was Sweden because crux.nu | 06:31 |
timcowchip | that's like assuming .com is USA | 06:31 |
diverse | timcowchip: http://www.omnisterra.com/botany/cp/html/country.htm | 06:32 |
timcowchip | I have a .us email address | 06:33 |
diverse | ".com UNITED STATES (generally)" | 06:33 |
diverse | ".net UNITED STATES (generally)" | 06:34 |
timcowchip | .org | 06:34 |
diverse | same for .org | 06:34 |
timcowchip | .gov | 06:34 |
timcowchip | why update ffmpeg? | 06:34 |
diverse | I should ask you, "why not?" | 06:35 |
timcowchip | because it breaks 2 of my ports | 06:36 |
diverse | 1.2 does? | 06:36 |
timcowchip | I haven't tried it yet, but I had to patch one of them to work with 1.1 | 06:36 |
diverse | well I am testing vlc for 1.2 | 06:37 |
timcowchip | does vlc work with 1.2? | 06:39 |
diverse | I am going to find that out right now! I'm compiling. | 06:39 |
timcowchip | ok | 06:39 |
diverse | http://www.quackit.com/domain-names/country_domain_extensions.cfm | 06:41 |
timcowchip | Romster made a port for ffmpeg-compat that uses 0.10.6 | 06:42 |
timcowchip | I suppose I could upgrade ffmpeg-compat to 0.11 and use it to build against if 1.2 breaks it | 06:46 |
diverse | Alright, I got vlc to build with ffmpeg 1.2, it appears to run | 06:51 |
timcowchip | cool | 06:51 |
timcowchip | you probably don't have backlite or handbrake | 06:51 |
timcowchip | handbrake needs to be built with automake-1.11.6 or automake-1.13.2 whens its released | 06:53 |
diverse | Alright I got xine-lib to build with ffmpeg 1.2 | 06:55 |
diverse | prologic: I don't see anything wrong with ffmpeg 1.2, both vlc and xine-lib build fine with ffmpeg 1.2 | 06:56 |
*** cdoc has joined #crux | 06:57 | |
timcowchip | mythtv depends on ffmpeg | 07:10 |
frinnst | timcowchip: "nu" translates as "now" in swedish | 07:11 |
frinnst | and also for a long time ".se" was only avaiable to businesses while .nu was available to register for everyone | 07:11 |
frinnst | so it became quite popular | 07:11 |
timcowchip | ok | 07:12 |
timcowchip | crux.now | 07:12 |
frinnst | oh, the wikipage explained it :) | 07:13 |
*** diverse has quit IRC | 07:20 | |
Romster | 1.1.4 should be higher tan 1.1 | 07:51 |
Romster | than | 07:52 |
Romster | oh right diverse is being irish | 07:53 |
Romster | diverse> nogagplz: I don't know if there is API changes, but Romster could upgrade to the latest 1.1 branch instead, 1.1.4 | 07:54 |
Romster | bbl more fixing stuff | 07:54 |
*** diverse has joined #crux | 08:11 | |
timcowchip | could somewbody please downgrade lua? | 08:14 |
timcowchip | from 5.2 to 5.1 | 08:15 |
diverse | what stopping you from doing it yourself? | 08:15 |
timcowchip | nothing | 08:16 |
timcowchip | why don't you do it? | 08:17 |
diverse | Sigh, just edit the pkgfile and rebuild it yourself! Besides I am not the maintainer, don't ask me! | 08:18 |
timcowchip | do you maintain anything? | 08:19 |
frinnst | whats wrong with lua? | 08:23 |
diverse | frinnst: its likely some package of his is not building/working correctly with the newest version of lua. | 08:24 |
frinnst | yes i figured that, but what exactly? | 08:26 |
timcowchip | I found a 5.1 version http://www.landofbile.com/crux_ports/#lua lua but it won't build | 08:27 |
timcowchip | 5.2 doesn't seem to work with conky | 08:28 |
frinnst | build or runtime error? | 08:28 |
timcowchip | for the 5.1 version? | 08:28 |
frinnst | no, the current in opt/contrib/whatever | 08:28 |
frinnst | i dunno | 08:28 |
timcowchip | runtime | 08:29 |
frinnst | can you paste the error? | 08:29 |
timcowchip | it'll take a while, but yes | 08:29 |
frinnst | just "downgrading" the port for everyone might cause other issues for others | 08:30 |
frinnst | http://crux.nu/gitweb/?p=ports/opt.git;a=commit;h=68256bfe8ab4302eb4df3a40aa555bf901039dd7 | 08:32 |
diverse | which is why I suggest he edit the pkgfile anhd downgrade it himself | 08:32 |
timcowchip | thanks frinnst, I'll try that one | 08:34 |
timcowchip | http://pastebin.com/Px48r1SS | 08:38 |
frinnst | is that really lua version related? | 08:39 |
timcowchip | yes | 08:40 |
frinnst | https://bbs.archlinux.org/viewtopic.php?id=92305 | 08:40 |
timcowchip | its the same with slackware | 08:40 |
timcowchip | works fine with 5.1 | 08:40 |
timcowchip | I'll try the link you gave me | 08:41 |
frinnst | looks more like conky needs fixing | 08:43 |
niklaswe | Will try E17 after I saw timcowchip screenshot, It looks nice. | 08:43 |
*** acrux has joined #crux | 09:00 | |
*** deus_ex has joined #crux | 09:01 | |
timcowchip | http://www.salixos.org/forum/viewtopic.php?t=4039&f=14 | 09:08 |
*** timcowchip has quit IRC | 09:10 | |
linXea | niklaswe, o/ | 09:23 |
*** acrux has quit IRC | 09:26 | |
*** acrux has joined #crux | 09:51 | |
*** deus_ex has quit IRC | 10:15 | |
*** bedis has quit IRC | 10:39 | |
niklaswe | linXea: :) | 10:40 |
*** bedis has joined #crux | 10:40 | |
*** cdoc has quit IRC | 11:28 | |
*** profil has quit IRC | 11:44 | |
niklaswe | I really hate centos right now.. | 12:02 |
teK_ | why is that? | 12:03 |
niklaswe | because we I have sync to the latest centos-repo but our machine doesnt find any new package.. | 12:04 |
niklaswe | I have run yum clean all and alos try yum clean metadata | 12:04 |
niklaswe | but it doesnt find the new mod_sec version.. | 12:04 |
teK_ | ugh | 12:06 |
teK_ | file a bug | 12:06 |
teK_ | meanwhile download && install the rpm by hand | 12:06 |
niklaswe | yeah I will do that... | 12:21 |
cruxbot | [contrib.git/3.0]: mercurial: 2.5.4 -> 2.6 | 13:01 |
*** deus_ex has joined #crux | 13:06 | |
*** deus_ex has quit IRC | 13:06 | |
teK_ | frinnst: | 13:10 |
teK_ | VVVV | 13:10 |
cruxbot | [contrib.git/3.0]: spice-gtk: 0.18 -> 0.19 | 13:10 |
*** lowe has joined #crux | 13:34 | |
Romster | i just got home and it's just past midnight | 14:15 |
Romster | ffmpeg this lua that... file a bug report if it's an official port citing references bug traces. | 14:16 |
*** Kaishi has quit IRC | 14:18 | |
*** joacim- has joined #crux | 14:49 | |
*** Guest82903 has joined #crux | 15:17 | |
*** bedis has quit IRC | 15:39 | |
Romster | hrmm it appears lua51 is not compatible with lua52, always something. | 15:56 |
horrorStruck | not working tomorrow Romster ? | 15:59 |
Romster | yes i'm working later today | 15:59 |
Romster | just hitting 2am i should get to bed shortly | 15:59 |
horrorStruck | ah i thought we had 4 hours diff, only 3 now | 16:00 |
Romster | yeah no dst now | 16:00 |
horrorStruck | we dont have that here | 16:01 |
Romster | it's a pain readjusting. | 16:01 |
horrorStruck | depends which way | 16:01 |
horrorStruck | when you gain 1 hour it's fine :P | 16:02 |
Romster | it's when you lose it, yeah and have to wind all the clocks forwared to get it back an hour. | 16:03 |
Romster | as not all clocks have a back button | 16:03 |
Romster | not gonna do a half arsed job of ports right now. and i'm busy this weekend and got monday and tueday nights taken up. it'll probably be either sunday evening or wednesday when i get too lua. | 16:09 |
*** dkoby has quit IRC | 16:14 | |
cruxbot | [compat-32.git/3.0]: zlib-32: 1.2.7 -> 1.2.8 | 16:23 |
cruxbot | [compat-32.git/3.0]: mesa3d-32: 9.1.1 -> 9.1.2 | 16:23 |
Romster | zzz later | 16:31 |
Amnesia | w00t | 16:41 |
Amnesia | there's some nasty kernel bug in 3.9.0 | 16:41 |
teK_ | link? | 16:44 |
Amnesia | teK_: it just happened:) | 16:48 |
Amnesia | got a kernelpanic | 16:49 |
Amnesia | it was ext4 related | 16:50 |
Amnesia | something with its journal | 16:50 |
teK_ | oh ok | 16:53 |
*** JanC_test has quit IRC | 17:17 | |
*** JanC_test has joined #crux | 17:29 | |
*** timcowchip has joined #crux | 18:20 | |
timcowchip | to correct what I said about lua-5.1 before | 18:20 |
timcowchip | http://www.landofbile.com/crux_ports/#lua lua builds and installs | 18:21 |
timcowchip | but building conky with --enable-lua I get http://pastebin.com/hzSFJpDg | 18:22 |
timcowchip | conky with --enable-lua finds lua-5.2 just fine | 18:23 |
timcowchip | I never should have said "would somebody please downgrade lua, " | 18:30 |
timcowchip | lua-5.2 works as a dependency for edje | 18:32 |
timcowchip | it also worked as a dependency for awesome window manager | 18:34 |
joacim | think you can install both 5.2 and 5.1 at the same time | 18:39 |
joacim | should be an example of it in arch's aur | 18:40 |
niklaswe | I really hate to buy shoes.. | 18:41 |
timcowchip | thanks joacim | 18:42 |
*** timcowchip has quit IRC | 18:48 | |
*** timcowchip has joined #crux | 18:52 | |
*** timcowchip has quit IRC | 19:15 | |
*** lasso has joined #crux | 19:20 | |
*** timcowchip has joined #crux | 19:32 | |
*** lasso has quit IRC | 20:27 | |
timcowchip | I used to be a "has-been", now I'm a "am-is" -Mickey Dolenz Jr. | 21:02 |
*** timcowchip has quit IRC | 21:03 | |
*** Kaishi has joined #crux | 21:05 | |
*** timcowchip has joined #crux | 21:44 | |
timcowchip | is there a user named "retard" in this IRC? | 21:47 |
timcowchip | retard: do you have Down Syndrome? | 21:49 |
timcowchip | on behalf of my daughter, who has Down Syndrome, I find the use of "retard" to be offensive, and not at all funny | 21:51 |
*** Kaishi has quit IRC | 22:23 | |
timcowchip | just did prt-get update -fr backlite after pkgmk -u ffmpeg-1.2 and everything still works | 22:25 |
timcowchip | rebuilding handrake with automake-1.11.6-1 | 22:52 |
diverse | I successfully build vlc and xine-lib with ffmpeg 1.2, I don't see why not? | 22:57 |
timcowchip | diverse: do something for me, change the version in the lua pkgfile from 5.2.2 to 5.1.4 then rebuild it | 23:30 |
timcowchip | let me know how it works for you | 23:31 |
timcowchip | handbrake also works with ffmpeg-1.2 | 23:55 |
*** timcowchip has quit IRC | 23:55 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!