666threesixes666
-
Posts
132 -
Joined
-
Last visited
-
Days Won
16
Content Type
Profiles
Forums
Blogs
Posts posted by 666threesixes666
-
-
firefox requires mesa 10 webkit-gtk requires mesa 9.1.6.... id remove firefox & put google-chrome on the system.... that totally doesn't address the issue.....
the issue is mesa 10.3.5 is B(locking) your emerge... which is pulled in by eselect opengl 1.3.1 id try re-syncing & re merging
-
this sounds more reasonable to me... i doubt your gateways ip is 254 i bet 254 is probably what your computers static address is supposed to be.....
default via 192.168.1.1 dev eth0 127.0.0.0/8 dev lo scope host 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.254
-
ifconfig is horrible, looking at the iproute2 package info today i decided im going to throw net-tools out, it looks insecure and junky... centos7 isn't shipping with net-tools, its iproute2 only. i know nmtui so i think i can get around deleting net-tools fine to start inspecting where the os freaks out from removing it... find scripts calling those old tools to get em updated.
/etc/init.d/hostname needs
hostname "$hostname"
changed to:
echo "$hostname" > /proc/sys/kernel/hostname
-
what does ip route say?
this is a working example of a wifi connection produced by networkmanager
mkultra@spaceball-1 / $ ip route default via 192.168.1.1 dev wlan0 proto static metric 1024 127.0.0.0/8 dev lo scope host 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.88 mkultra@spaceball-1 / $ route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.1.1 0.0.0.0 UG 1024 0 0 wlan0 loopback 0.0.0.0 255.0.0.0 U 0 0 0 lo 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
-
sorry i wasn't feeling good last night shiggitay.... yeah your fstab is messed up. swap can be a file or a partition. your configs set for partition mode so it would need another partition or set to file mode.... arch has good documentation on setting up a swap file if you're pinned into moving that way rather than re-partitioning.
https://bpaste.net/show/6879b47aeb6e
i use a swap file on my root partition located @ /swap
-
looking up how much adsense pays... one site reports 48 bucks for every 1000 visits... this thread alone has 4k visits....
"No click on them is necessary for you to earn something from AdSense."
i honestly don't mind a few ads to have drobbins work on funtoo full time. ill even disable adblocking on funtoo. i love funtoo! =D -
i like linus's seed better than any kernel seeds supplies.... i think we should really invite pappy over to work the wiki as he will since his paypal donate links are still on things.
-
-
i did some virtual machine drag racing a while back. uhhh id guess... with sufficient ram 2 minutes or less to fully functioning with firefox running. probably 45 seconds if minimally loaded... it really depends on how much software and boot services you're running.
systemd is quicker than windows xp, but its painful to use and has alot of attack surface, and not all services function correctly with it.
-
git is distributed out of the box. it only fetches updates... there should be a way to fetch git, then serve git. i don't know git well enough to do that.
we need an article for this... to git sync on a master tree box, then git share on a master sync box, then set everyone's configs behind the mirror to sync against the mirror instead of github.
-
yeah you've got bigger problems than just github sync...
cat /etc/resolv.conf
ping 127.0.0.1
ifconfig
ping 192.168.0.1
(or what ever your router ip is)
probably want to throw in a
dmesg
-
-
-
i just rss subscribed the bug tracker... i hate mailing lists
-
-
cd /usr/src/linux(-versionnumber (optional))
"make clean && make distclean && make mrproper" < sanatize
"cp /boot/config-(versionnumber) .config" < copy old configs if any
"make menuconfig" < adjust configurations or just exit to accept defaults if anythings changed
"make && make modules_install && make install" <--- didja do dis?
-
-
i bet pulse audio and pulse's mixer would clear this up.....
-
gnomes a POS under gentoo with systemd. that's not a bug, its a feature. ive hated 3x series of gnome, the de should of been renamed and gnome2 migrated to new supporters instead of the mate forking mess. 3.14s classic mode runs good.
-
hard to say.... im nudging drobbins about it.... i just posted woocommerce as a recommended plugin for wordpress on the wordpress page which turns wordpress into a web store.
-
do 1 thing at a time. yeah webkit-gtk makes me want to punch babies.... takes my quad core an hour to compile....
the emerge networkmanager didnt work?
-
you need to emerge -1 networkmanager nm-applet
much past that i suggest you give gnome 3.14 a whirl, its classic modes very gnome 2y.
personally i abandoned ship to xfce4 which has been a strong running light weight desktop for me for YEARS... i was running xfce before i figured out gnome2 was a viable solution.
gnome 2 / mate / gnome 3 / cinnamon use pulse audio... i run pulse audio on my xfce4 setup.
-
gentoo is that way also... /boot contains grub and kernels, if you dork it up your system wont boot...
-
god i hate that shit... nobody likes a pompous know it all douche that doesn't know it all.

net-tools is garbage
in General Discussion
Posted
idk i dont like the idea of naming hosts except to identify the node on the lan.... that's it.... naming it with fqdn's with out multiple fqdn's is madness to me... the box could have hundreds or thousands of domain names tied to it.