*** Workster has quit IRC | 00:12 | |
*** Workster has joined #crux | 00:25 | |
*** Workster has quit IRC | 00:25 | |
*** Workster has joined #crux | 00:25 | |
*** Digit has quit IRC | 00:30 | |
*** Digit has joined #crux | 00:31 | |
*** lennart has joined #crux | 00:31 | |
*** orbea has quit IRC | 01:01 | |
*** orbea has joined #crux | 01:13 | |
*** diverse has joined #crux | 01:53 | |
*** tilman has quit IRC | 02:03 | |
*** tilman has joined #crux | 02:05 | |
*** mavric514 has quit IRC | 02:41 | |
*** mavrick61 has joined #crux | 02:43 | |
*** sepen has quit IRC | 02:44 | |
Romster | diverse, done | 02:55 |
---|---|---|
diverse | Romster: thank you | 03:28 |
diverse | Romster: anything new recently? | 03:56 |
*** sh4rm4 has quit IRC | 07:38 | |
*** Sleepy_Coder has quit IRC | 07:39 | |
*** sh4rm4 has joined #crux | 07:44 | |
*** Sleepy_Coder has joined #crux | 07:47 | |
*** ody has joined #crux | 09:21 | |
Romster | me getting some car stuff fixed. | 09:29 |
Romster | otherwise same stuff every week. | 09:29 |
Romster | liking my new HID lighitng in the car i retrofitted myself. | 09:29 |
Romster | lighting* | 09:29 |
Romster | big improvment going from 100 watt hallogens to 55 watt 4300k hid. | 09:30 |
Romster | changed my DFI and coil pack to a series 2, which wasn't on that engine originally too. | 09:35 |
*** Digit has quit IRC | 09:55 | |
*** Digit has joined #crux | 10:10 | |
*** ody has quit IRC | 10:18 | |
*** sh4rm4 has quit IRC | 11:51 | |
*** sh4rm4 has joined #crux | 11:52 | |
*** doomicide has joined #crux | 12:33 | |
cruxbot | [opt.git/3.0]: [notify] apache: update to 2.2.25 | 12:55 |
cruxbot | [opt.git/3.0]: mc: update to 4.8.9 | 12:55 |
cruxbot | [opt.git/3.0]: squid: update to 3.3.7 | 12:55 |
cruxbot | [core.git/3.0]: libusb: update to 1.0.16 | 13:00 |
cruxbot | [opt.git/3.0]: cups: update to 1.6.3 | 13:18 |
cruxbot | [core.git/3.0]: libusb: depends on udev | 13:28 |
*** dkoby has joined #crux | 13:39 | |
rmull | Does anyone know if we'll ever be able to run revdep and not get false positives? On my system, the ports that always show up during revdep are contrib/fmod, opt/jre, contrib/libreoffice, and opt/texlive | 14:51 |
tilman | rmull: opt/jre doesn't even have any dependencies listed o_O | 15:36 |
rmull | You can't explain that | 15:37 |
rmull | :P | 15:37 |
tilman | rmull: how do you call revdep? | 15:37 |
tilman | in order to get opt/jre as output? | 15:37 |
rmull | I just run "revdep" as root | 15:37 |
rmull | I don't wrap it in anything | 15:38 |
tilman | i thought revdep was called with an argument | 15:38 |
tilman | .__o | 15:38 |
tilman | # With an optional argument, only that port is checked | 15:38 |
tilman | aha, it's optional | 15:38 |
rmull | I opted out | 15:38 |
rmull | exit | 15:38 |
rmull | oops. | 15:38 |
tilman | wtf does revdep without an arg even mean? | 15:38 |
rmull | I thought it checks all the ports currently installed, no? | 15:39 |
tilman | i thought revdep lists all the ports that are dependent on $arg | 15:39 |
tilman | ie everything you might want to reinstall if $arg is updated | 15:39 |
rmull | I'd have to check, but I know to ensure system consistency, running it without args is correct | 15:40 |
rmull | I think it recurses | 15:40 |
tilman | rmull: i'd have to debug revdep. i dont really feel like doing that ;) | 15:43 |
frinnst | just running "revdep" checks all installed ports for broken links | 15:48 |
tilman | jaeger: i'm currently patching opt/libxml2-python to make it build with my *.la-less system :D | 16:04 |
tilman | jaeger: only a couple of days after claiming how painless the la-lessness is! :D | 16:04 |
jaeger | oops | 16:08 |
*** dkoby has quit IRC | 16:09 | |
jaeger | I usually run it like so: RD_VERBOSE=2 revdep 2>&1 | tee revdeplist.txt | 16:16 |
pitillo | adding "strange" library paths to LD_LIBRARY_PATH should avoid those false positives (I think this tip came from Romster_ from long time ago) | 16:21 |
*** nullmark has quit IRC | 16:25 | |
*** nullmark has joined #crux | 16:30 | |
jaeger | actually I wrote a patch to revdep to do that like 3 years ago but it has disappeared | 16:35 |
frinnst | syslinux is a new port that causes faulse positives with revdep | 16:41 |
frinnst | false | 16:41 |
*** jdolan_ has joined #crux | 16:42 | |
*** jdolan has quit IRC | 16:51 | |
*** sh4rm4 has quit IRC | 16:53 | |
jaeger | yeah, and samba since 4 | 17:00 |
*** sh4rm4 has joined #crux | 17:01 | |
*** sepen has joined #crux | 17:02 | |
sepen | hi | 17:02 |
*** tilman has quit IRC | 17:04 | |
*** Amnesia has joined #crux | 17:08 | |
*** tilman has joined #crux | 17:09 | |
*** iidjt has quit IRC | 17:20 | |
*** joacim has quit IRC | 18:01 | |
*** joacim has joined #crux | 18:02 | |
*** lasso has joined #crux | 18:33 | |
doomicide | speaking of prtutils, here's a little tool I wrote http://github.com/Doomicide/prttidy | 18:45 |
doomicide | it removes out-of-date or simply uninstalled packages from the port-tree | 18:46 |
*** Rotwang1 has joined #crux | 19:06 | |
frinnst | nice | 19:36 |
frinnst | maybe try to get it included into prt-utils? | 19:38 |
*** Workster has quit IRC | 19:40 | |
*** Workster has joined #crux | 19:41 | |
*** lasso has quit IRC | 20:02 | |
rmull | I would like some way of learning whether I'm about to sysup a port that has recently introduced dependencies. Is there a way to know about these and either make sure they're pulled in or re-evaluate whether or not I want the port? | 20:05 |
sepen | rmull: http://crux.nu/bugs/index.php?do=details&task_id=849&project=0 | 20:07 |
doomicide | frinnst, I'll try | 20:08 |
*** sh4rm4 has quit IRC | 20:11 | |
rmull | sepen: I think I like the concept of depupdate | 20:11 |
sepen | feel free to use my patch at your own risk ;D | 20:12 |
rmull | I don't think IRC or mailing list participation should be required to use ports | 20:12 |
sepen | well, you shouldn't use sysup without reading ML announces | 20:12 |
rmull | I suppose so | 20:13 |
*** sh4rm4 has joined #crux | 20:13 | |
*** drayevarg has joined #crux | 20:13 | |
rmull | I wish it wasn't so out-of-band though | 20:13 |
sepen | yeah, me too, I'm not 100% agree with that | 20:13 |
rmull | Gentoo used to push news updates to users upon syncing | 20:13 |
rmull | It was useful wher there were big announcements regarding potential braekage and stuff | 20:13 |
sepen | CRUX is the DIYest one ;D | 20:13 |
rmull | Yes indeed | 20:13 |
rmull | Anyway, I guess it's not a big deal, since I'm on IRC and the ML so I see the announces | 20:14 |
drayevarg | teK__, what oses do you run with qemu? i got -vga vmware to achieve good results in a really roundabout way on windows xp | 20:15 |
jaeger | maybe crux needs a file in ports like the UPDATING file from freebsd :P | 20:25 |
frinnst | this is how i launch win7 under kvm: http://cc8db02ba172672a.paste.se/ | 20:28 |
frinnst | requires spice-gtk (and its deps) and guestdrivers for windows | 20:28 |
drayevarg | vnc, spice, qxl, all of that stuff is unfortunately way over my head :( | 20:29 |
diverse | jaeger: what does the UPDATING file do in freebsd? | 20:29 |
drayevarg | frinnst: this is all i do, http://paste.lisp.org/display/138028 but i got vmware svga driver for windows xp guest from http://packages.vmware.com/tools/esx/latest/windows/index.html if you run the exe with /a at command prompt it allows you to install into qemu and you can find the .inf files | 20:37 |
drayevarg | but you have to disable cursor acceleration | 20:37 |
drayevarg | took me really forever to find that link | 20:37 |
teK__ | drayevarg: I controle my instances with spice these days | 20:37 |
teK__ | never payed attention to the vga switch | 20:38 |
drayevarg | you guys must actually be doing something useful :) i play games that don't require 3d acceleration mainly | 20:38 |
frinnst | the qxl driver allows you to resize the window and dynamically change the guest resolution | 20:39 |
teK__ | wanted to recommend qxl, too | 20:39 |
teK__ | frinnst: you better now? | 20:39 |
frinnst | no, i think im dying :) | 20:39 |
joacim | i could never get into dwarf fortress. always wanted to tho | 20:39 |
frinnst | im soo out of shape | 20:39 |
frinnst | thus no immune system | 20:39 |
drayevarg | i tried dwarf fortress a bit, my favorite roguelike is ADOM | 20:40 |
jaeger | diverse: provides the user with notes about updates | 20:40 |
teK__ | frinnst: then get off the computer :o | 20:40 |
frinnst | teK__: how does one do that? | 20:41 |
frinnst | you mean, use the playstation instead | 20:41 |
teK__ | sudo shutdown -h now | 20:41 |
frinnst | or maybe watch tv? | 20:41 |
drayevarg | i'm not high enough level to go outside | 20:41 |
teK__ | go to bed and get some good old fashinoed sleep | 20:41 |
frinnst | bah | 20:41 |
teK__ | :O) | 20:42 |
frinnst | moar coffee! | 20:42 |
orbea | maybe someone can help me understand how i'm supposed to edit /etc/hosts and /etc/resolv.conf so i can have wireless connection working on my crux? I edited /etc/rc.d/net for dhcp with the help of section 6.1.5 from the handbook. | 20:42 |
drayevarg | dhcpcd will take care of resolv.conf and /etc/hosts you probably don't need to touch at all.. i use wpa_supplicant then dhcpcd | 20:43 |
diverse | so frinnst, is coffee worth dying for? :) | 20:45 |
frinnst | absolutely | 20:45 |
orbea | drayevarg, i guess i should read the wpa_supplicant manpage :) | 20:45 |
drayevarg | all you really need in /etc/wpa.conf is network={ssid="" psk="" } with your appropriate fields | 20:45 |
drayevarg | can run it with wpa_supplicant -c /etc/wpa.conf -i wlan0 for example | 20:46 |
drayevarg | once it works add -B to background it | 20:46 |
rmull | drayevarg: Heads up, the location you want to use for your config is at /etc/wpa_supplicant.conf | 20:57 |
drayevarg | did that change in crux? | 20:57 |
rmull | I think so, because the new dhcpcd can hook up to it automatically | 20:57 |
rmull | Where did you see docs for /etc/wpa.conf? | 20:58 |
drayevarg | ah yeah it's a symlink now | 20:58 |
drayevarg | check the current .footprint | 20:58 |
tilman | i tried civilization, my favourite fps is quake | 20:58 |
tilman | drayevarg: df isn't a roguelike ;) | 20:59 |
drayevarg | i think the adventure mode is pretty roguelike-ish | 20:59 |
tilman | meh, fortress mode is the thing! | 20:59 |
drayevarg | that mode confused me.. but i like how you can grab people's tongues and stab them at the same time in that game | 21:00 |
drayevarg | i should probably run rejmerge once in a blue moon | 21:00 |
tilman | "urist mcurist needs alcohol to get through the working day" | 21:01 |
tilman | :D | 21:01 |
drayevarg | orbea: does ip link set wlan0 up error at all? hopefully you don't need firmware | 21:03 |
orbea | drayevarg, im still trying to grok " all you really need in /etc/wpa.conf is network={ssid="" psk="" } with your appropriate fields" | 21:03 |
orbea | net config is a bit over my head :) | 21:04 |
orbea | i think i understand the rest though | 21:04 |
frinnst | wtf, why is beyonces face on every pepsi can? | 21:05 |
frinnst | too bad they didnt use this image: http://shot97.com/wp-content/uploads/2013/02/Beyonce-looking-unflattering.jpg | 21:06 |
tilman | she mad? | 21:06 |
teK__ | :P | 21:06 |
teK__ | she made bad poo poo? | 21:06 |
frinnst | http://www.2h2m.ch/wp-content/uploads/2012/12/1.-Image-Beyonce-Pepsi-Can.jpg | 21:07 |
teK__ | photoshop, anyone | 21:07 |
frinnst | but my brain automagically translates that image to the above | 21:07 |
drayevarg | orbea: yeah, sorry. my run-on sentences suck. check the wpa_supplicant.conf man, psk is your password, ssid is the name your router is broadcasting as, my neighbor's ssid is streetrat ;) | 21:07 |
tilman | nice brain you have there | 21:07 |
diverse | frinnst: you mad, bro? | 21:07 |
frinnst | about what? | 21:08 |
orbea | oh | 21:08 |
orbea | now I get it ^_^ | 21:08 |
orbea | i think at least... | 21:08 |
teK__ | btw frinnst what did you do to get host-side qxl support? | 21:10 |
drayevarg | it's just that wpa_supplicant has a ton of things you can enter that for the average home user can get autodetected | 21:10 |
drayevarg | orbea: http://linux.die.net/man/5/wpa_supplicant.conf | 21:11 |
frinnst | teK__: nothing on the host, or what do you mean? | 21:11 |
orbea | drayevarg, im alrady there, slowly making sense of it :) | 21:11 |
drayevarg | orbea: in that first example scan_ssid=1 and key_mgmt are on by default or auto-detected | 21:12 |
diverse | frinnst: about me stealing your coffee, thats why! | 21:12 |
teK__ | % qemu-system-x86_64 -vga qxl | 21:12 |
teK__ | Error: QXL VGA not available | 21:12 |
teK__ | frinnst | 21:12 |
frinnst | hm | 21:12 |
frinnst | works for me, dunno | 21:13 |
teK__ | stupid internet | 21:13 |
frinnst | does qxl appear with qemu-system-x86_64 --help|grep vga ? | 21:15 |
teK__ | yes | 21:15 |
diverse | frinnst: I was expecting you to do this: http://img.myconfinedspace.com/wp-content/uploads/2007/04/nooooo.jpg | 21:16 |
drayevarg | it works with this pkgfile i stole from you as i just tested .. i have some mysterious console show up that looks like gdb https://github.com/tjackson/crux-ports/blob/master/qemu-kvm/Pkgfile | 21:16 |
drayevarg | ^ teK__ | 21:16 |
drayevarg | but i just did qemu-system-x86_64 -vga qxl with no other arguments | 21:17 |
frinnst | i use the opt/qemu port | 21:18 |
drayevarg | sound crashes my vm on multiple distros with the latest qemu for some reason | 21:18 |
drayevarg | regardless of -soundhw option or QEMU_AUDIO_DRV env variable | 21:19 |
frinnst | never tried using sound with qemu | 21:25 |
drayevarg | it's pretty bad | 21:25 |
drayevarg | but i don't like the bloated virtualbox for some reason | 21:26 |
drayevarg | plus -usbdevice tablet is awesome | 21:27 |
teK__ | installing spice libs .... | 21:27 |
drayevarg | do either of you guys have this in your dmesg by chance? [ 9.712819] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround | 21:36 |
orbea | drayevarg, so my ssid would be like 2wire###? if yes, then im not sure why its not parsing it? | 21:36 |
drayevarg | orbea: yes, ssid="2WIRE###" <hit enter to make it look better> psk="yourwifipassword" <hit enter> } < -- don't forget to close the network={} block | 21:37 |
orbea | oh crap, i think im missing the "" lol | 21:38 |
drayevarg | yeah they're mandatory | 21:38 |
teK__ | frinnst: spice has to be installed :-) | 21:43 |
*** diverse has quit IRC | 21:43 | |
frinnst | ah | 21:48 |
teK__ | do'h.. | 21:50 |
drayevarg | i wonder why it works for me, locate -i spice shoulds only /usr/ports stuff | 21:50 |
drayevarg | shoulds=shows | 21:51 |
teK__ | % qemu-system-x86_64 -vga qxl -drive file=ubuntu.vdi,if=virtio | 21:51 |
teK__ | zsh: segmentation fault qemu-system-x86_64 -vga qxl -drive file=ubuntu.vdi,if=virtio | 21:51 |
teK__ | haha | 21:51 |
teK__ | retry: works | 21:51 |
teK__ | ??? | 21:51 |
drayevarg | maybe you have to specify the -sdl switch | 21:52 |
*** sh4rm4 has quit IRC | 22:39 | |
orbea | drayevarg, maybe if you're still around you understand what im missing still? the wpa_supplicant command is giving this error now, "wlan0 failed to initialize driver interface" | 22:44 |
*** Rotwang1 has quit IRC | 22:44 | |
drayevarg | orbea: try wpa_supplicant with adding -D nl80211,wext | 22:48 |
drayevarg | although sometimes it will still connect with that error, you are looking for it to say something like completed [auth] | 22:49 |
drayevarg | orbea: what card is it anyway? | 22:49 |
orbea | drayevarg, not that savvy with hardware, i just got a lenovo t420, its all new to me | 22:52 |
orbea | and I just found that solution on my own and tried it as you suggested it, says the same thing | 22:52 |
drayevarg | orbea do lspci | grep Net | 22:53 |
drayevarg | you might need to go into your kernel and enable cfg80211 wireless extensions capability .. in menuconfig it's under Networking Support > Wireless > cfg80211 wireless extensions capability | 22:54 |
orbea | yea i could of missed something like that | 22:55 |
drayevarg | it's not on by default, it's old now | 22:55 |
orbea | the grep gave me a ethernet and network controller info | 22:55 |
drayevarg | it's not broadcom is it? | 22:56 |
orbea | i dont see that | 22:57 |
drayevarg | highlight the line from lspci | grep Net and shift + insert it into here please | 22:57 |
drayevarg | or copy paste, dunno what terminal you have | 22:58 |
orbea | im using a desktop to irc, the laptop is not connected, i can type it out, hold on | 22:58 |
drayevarg | oh ok | 22:59 |
drayevarg | i'll look it up | 22:59 |
drayevarg | does it say ericsson, or sierra, or huawei? or wimax? | 23:00 |
orbea | 00:19.0 Ethernet Controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04) 03:00.0 Network Controller Intel Corporation Centrino Advanced-N 6205 (rev 34) | 23:01 |
drayevarg | hmm that's not a wireless card i don't think | 23:01 |
orbea | it was working with crunchbang live :/ | 23:02 |
drayevarg | lspci | grep Ether anything different? | 23:02 |
orbea | no | 23:03 |
drayevarg | ah ok | 23:03 |
drayevarg | Advanced-N 6205 | 23:03 |
orbea | just listed the first one | 23:03 |
drayevarg | that's that wifi card | 23:03 |
drayevarg | you need the iwlwifi firmware | 23:04 |
orbea | this is in the kernal right? | 23:06 |
drayevarg | no | 23:06 |
drayevarg | but there is a port for it, iwlwifi-3945-ucode | 23:06 |
drayevarg | if you can get wired access on that machine | 23:06 |
drayevarg | alternatively you can cd /lib/firmware ; git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git after installing git | 23:07 |
drayevarg | in case the former option doesn't work | 23:07 |
drayevarg | my wifi card requires firmware as well which is not included on crux iso | 23:07 |
orbea | i'll have to look for a wire for wired, but I think i can do it | 23:07 |
drayevarg | or copy it from another cd or usb whatever ;) | 23:08 |
drayevarg | if you have that archbang disc | 23:08 |
drayevarg | you just need the stuff that's in /lib/firmware/iwlwifi* all those .ucode files | 23:09 |
drayevarg | i recommend the git option in case you have other proprietary stuff | 23:10 |
orbea | heh, i'll just make an archbang disc, my wire is really short lol | 23:10 |
drayevarg | dmesg | grep -i firmware should mention something about it | 23:10 |
*** sh4rm4 has joined #crux | 23:12 | |
orbea | drayevarg, it gives me this: [Firmware Bug]: AcpI:Bios _OSI (Linux) query ignored and pci_root PMP0A00:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge | 23:16 |
orbea | and then some trackpoint firmware | 23:16 |
drayevarg | orbea: do you have anything in /lib/firmware ? | 23:17 |
drayevarg | and does lsmod show anything with iw in it? | 23:17 |
drayevarg | or ipw | 23:17 |
orbea | lsmod shows nothing :| | 23:18 |
drayevarg | i think you forgot to do make modules_install in your kernel build | 23:18 |
drayevarg | cd /usr/src/whateveryourkernel ; make modules_install | 23:19 |
orbea | i remember doing that, but maybe i didn't :/ | 23:19 |
drayevarg | that's weird ;) you should have at least some module | 23:19 |
drayevarg | ip link set wlan0 up works for you or? | 23:20 |
orbea | cannot find device | 23:20 |
drayevarg | what about iwconfig? | 23:20 |
drayevarg | does it show anything besides lo? | 23:20 |
orbea | sit0 and no wireless connections | 23:21 |
drayevarg | you checked off all the intel options in device drivers > network device support > wireless lan ? | 23:23 |
drayevarg | or asterisked them i should say | 23:23 |
orbea | i probably missed that, was my first time configuring or compiling a kernal | 23:23 |
orbea | i should probably do that step over | 23:23 |
drayevarg | the default kernel config doesn't check any wifi cards for you, while ou're at it do the wireless extensions capability thing mentioned earlier, but you'll still need that firmware | 23:24 |
drayevarg | it should get easier after that ;) | 23:24 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!