
666threesixes666
Members-
Content Count
132 -
Joined
-
Last visited
-
Days Won
16
666threesixes666 last won the day on July 3 2015
666threesixes666 had the most liked content!
About 666threesixes666
-
Rank
Advanced Member
Personal
-
Interests
https://www.youtube.com/watch?v=e-IWRmpefzE
Recent Profile Visitors
1,810 profile views
-
666threesixes666 reacted to an answer to a question: LXC init.d script
-
i also love funtoo... everything is very well thought out.
-
666threesixes666 reacted to a post in a topic: happy new year funtoo
-
666threesixes666 reacted to a post in a topic: happy new year funtoo
-
666threesixes666 reacted to a blog entry: My day Job
-
666threesixes666 reacted to a post in a topic: How we're keeping our users at the center of the Funtoo Universe
-
666threesixes666 reacted to a post in a topic: How we're keeping our users at the center of the Funtoo Universe
-
666threesixes666 reacted to a post in a topic: How we're keeping our users at the center of the Funtoo Universe
-
sorry ive been gone so long. my dad had medical problems, so i was gone for that... sister flew in from maui, so more away time. ill be back shortly. -tripsix
-
Keychain: why ssh, scp and others keep asking for the passphrase?
666threesixes666 replied to NikosAlexandris's question in Desktop Help
do you use gdm, kdm, lightdm, slim, or xdm?? when i have slim or lightdm load my session up .bash_profile is never sourced.... try putting those entries at the bottom of .bashrc if you're running those. -
a good ole startx will unlock the gnome keyring. not so much with lightdm or slim. the pam module for gnome keyring is installed but its never called from the pam configs for lightdm or slim. it seems like this is a shortcoming from pam not recognizing that the DM is pretty much a login. where do i start? i guess i don't? its working now? or not... maybe this is a google chrome specific issue. chrome repeatedly is asking for keyring passwords.
-
this tv setup is screwy. somethings not happening correctly. dmesg chunk [233070.695477] [drm:drm_edid_block_valid [drm]] *ERROR* EDID checksum is invalid, remainder is 131 [233070.695483] Raw EDID: [233070.695487] 00 ff ff ff ff ff ff 00 05 b2 04 10 01 01 01 01 [233070.695490] 09 1f ff ff ff ff ff ff ff ff ff ff ff ff ff ff [233070.695493] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [233070.695495] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [233070.695497] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [233070.695499] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f
-
Mobile Detection on Tengine / Nginx
666threesixes666 commented on uudruid74's blog entry in Not So Stupid Admin Tricks
m. subdomain is an outdated technique to deal with mobile websites. use bootstrap unsemantic foundation or another mobile css framework. -
General ('newbie') Install Question: Drivers
666threesixes666 replied to milktoast's question in Installation Help
my custom kernels are about 1/5th the size of debian, but they also miss little details like console speaker modules. ill look over the kernel docs, and roll a vanilla kernel tonight. you need your file system, sata controller compiled in to boot with out initrd images. ok 1st the kernel is the drivers. its basically all the drivers a system could want, and some programs like iptables (firewalling) drbd (raid 0 over lan) etc.... when you update the kernel it generates a new bzImage file with the kernel version, if its the same version it will append .old to the kernel. the syst -
i think you generate entropy on the host then import it to the vm. other tips ive seen are to generate the crypto data then import the data to the vm/server in the wild. i've tinkered with fortuna and csprng https://code.google.com/p/csrng/ i haven't posted this info to the wiki because im not done and haven't tested it under useful conditions. which vm software are you using?
-
666threesixes666 reacted to a blog entry: Adding SSL to Tengine / Nginx
-
SSL enabled on bugs.funtoo.org
666threesixes666 replied to drobbins's topic in Funtoo Infrastructure
bottom left, expand the wiki.... http://www.funtoo.org/Welcome your login info is the same as forums and bugs thanks for updating the documentation, i dont have a machine in the wild to test stuff of this sort against and i wrote a bunch of the web stuff. -
Sandro reacted to a post in a topic: What Badly Pimped-out Vehicle is the Best Visual Metaphor for Systemd?
-
Deklan? reacted to a post in a topic: What Badly Pimped-out Vehicle is the Best Visual Metaphor for Systemd?
-
666threesixes666 reacted to an answer to a question: wierdness installing funtoo. (lxqt)
-
yeah, i dont think you'll see any support on the bug tracker though... we don't have a huge dev team to address issues of these sorts. i started contributing systemd documentation before ANYONE was aware of it. i started the whole 2 year long thread on the subject of boot speed. people of linbit got me started on systemd, and broke at least 3 of my systems in the process. i just recently learned how to start deving from local overlay documentation in the funtoo dev guide. i think the major point is that as default were sticking to our openrc guns which are very straight forward bash scri
-
yeah, its not the ebuild passenger.... its a use flag that pulls in tengine specific passenger. "Your compiler failed with the exit status 4. This probably means that it ran out of memory." i was having problems with this message until i updated world..... so add that line to make.conf if you haven't already, update world, then try emerge -av tengine again =)