@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45



Comments:

<0> no, I talked to the developer of this package (emms to be specific), he thought it was pretty stupid not to include readme in portage package so he was going to email the maintainer of the portage emms ebuild
<1> can someone do a " ssh -p 443 24.150.203.93 " and let me know if they can a login prompt ? try again :)
<2> DivineEntity: yes.. what's the p***word? :P
<1> ok that was the problem
<3> is there a way to tell emerge to use a different make.conf?
<1> access-group outside-inbound in interface outside
<1> .. remember kids always remeber to apply your rules to an interface
<4> hollowsoul: when i cp -rv * to /mnt/gentoo/dev/ it asks me to confirm overwrite on all files...one at a time. any way with the cp command to auto overwrite>
<5> ej_13, cp-rvf
<5> ej_13, cp -rvf
<2> John_K_: yea read man emerge for info
<6> Twey_, I got it working, it wasn't what you said at all
<7> HI
<8> this is probably a stupid question, but is there a way to recursively set permissions on only files, in a certain directory?
<6> but thanks anyways ^_^
<2> John_K_: you wanna look at "PORTAGE_CONFIGROOT" variable



<9> AterPhasma: I think you can use find for that, but I'm not positive
<10> find
<7> I have pam login blocking shadow how to correct this please ?
<2> IcEonFirE: /topic
<7> Sorry I don't understand
<11> omgwtfidiedlol: What was it?
<10> find <dir> -type f -name <regex> -exec chmod 644 {} \;
<8> ugh... find...
<4> hollowsoul: still asks to overwrite
<3> thanks likewhoa
<11> IcEonFirE: Read the topic.
<6> using setxkbmap -model pc105 -layout us worked
<6> but I don't know how to make it saved that way
<7> Ah ok
<7> I am sorry
<8> IcEonFirE: specifically this http://xrl.us/khvh
<5> ej_13, nuke it rm -rv /mnt/gentoo/dev && then cp -rv /mnt/gentoo/omg/dev/ /mnt/gentoo/dev/
<8> drphibes: ahh... thank you... (I still hate find :D)
<7> Thanks a lot AterPhasma
<4> hollowsoul: good plan :)
<10> everyone hates find
<8> yeah well you're just weird aren't you?
<12> mrclark: its the same to put it also in .bashrc?
<13> Anyone have any idea why "eselect set opengl <any module set>" would hang indefinitely?
<12> mrclark: it works on .bash_profile but only if i run it from shell. Not from gnome menu:(
<14> im trying to manually install ipw2200 drivers, can some1 help
<12> klingon: why don't select it in kernel?
<8> drphibes: are you sure that command is formatted right?
<2> anyone on ~arch need to have someone reproduce a bug
<14> iwkse: because the kernel sources are outdated
<10> AterPhasma: what exactly do u need to do
<12> klingon: what about download a upgraded kernel sources?
<15> any of you know about squirrelmail ?
<15> lol
<7> Does anybody use powertweak ?
<4> hollowsoul: ok done. still cannot init: /sbin/agetty.....
<8> drphibes: i need to remove the execute bit from all the files in a certain directory...
<14> iwkse: why do you advise building from kernel source rather than from the official source off the drivers homepage
<16> has anyone here managed to get iscsi working under gentoo?
<17> iwkse, you will probably have to logout/login again . or source .bash_profile in a way that lets gnome know abou t it.
<8> drphibes: BUT... it's a music directory, and has folders for artist and under that, album, and then the songs under that
<10> use can use maxdepth
<10> to limit how deep it goes
<12> klingon: cause you can build it as module or internal to kernel. If you use them externally maybe you need something like ndsiwrapper that isn't such fun
<8> drphibes: i dont care how deep it goes, but it didn't remove any permissions
<12> klingon: btw, what release of kernel do you use?
<10> find <dir> -exec chown <mask> \;
<4> hollowsoul: think i should edit /etc/inittab and comment out the serial agetty lines?
<10> er
<10> chm,od i mean
<14> iwkse: 2.6.16-gentoo-r7
<8> drphibes: all right
<15> what
<14> iwkse: Do you know where gentoos hotplug firmware directory is?
<12> klingon: and you don't find driver for intel pro 2200??
<10> as in find <dir> -exec chmod 644 {} \;
<5> ej_13, u need them to login (atleast from console)
<12> klingon: looks better...
<14> iwkse: I want to try the official driver source, portage contains a sep ver and it doesnt work well with kismet
<8> drphibes: yeah... i got it working, and i have no clue how... o.o



<8> drphibes: oh well, thank you
<10> np
<12> what problems do you have with kismet?
<10> -type f keeps it on regular files only
<8> drphibes: i got that part...
<18> find /dir -print0 | xargs -0 chmod 644 , will be faster.
<10> that too
<8> drphibes: i think my problem was that i didn't format my regex properly... those are annoying
<19> can anone suggest a good forums package to use that I can use for hosting a forum on my server? (like phpBB) phpBB isn't enough, so is there something better that is easy to configure and setup?
<14> iwkse: I get malformed packets when capturing, and i know its got to be the drivers, kismet is configured properly.
<5> ej_13, reboot into livecd and type mknod /mnt/gentoo/dev/initctl p
<8> Kikinator: if phpbb isn't enough, then vbb or ipb
<19> AterPhasma, okay, are they pretty much the same in terms of installation?
<5> ej_13, might need to run command in chroot but i doubt it
<20> is there an in-depth walkthrough to setting up a secure server? it does not have to be gentoo specific, i just want to make sure i am starting from a good base, not just "emerge -va apach2 samba mysql" and using close-to-defaults, i want an introduction to ACLs, setting up iptables etc... I don't mind taking a while to get this server running, I just want to learn the most I can about setting this up
<12> klingon: you should build in ipw2200 in kernel
<6> my sound doesn't work and dmesg gives me this when i try to modprobe snd_emu10k1: disagrees about version of ...; unknown symbol ...
<6> what do i do?
<8> Kikinator: i'm not sure, i've never used them
<19> AterPhasma, better question yet: are they opensource and in portage?
<5> omgwtfidiedlol, care to copy/paste error to pastebin.com & give us a link to it :P
<4> hollowsoul: ok did mknod. it did not spit anything back though. should i be chrooted then?
<6> hollowsoul: it's pretty much exactly as i explained, but sure
<8> Kikinator: no, they're not
<19> ouch
<8> Kikinator: you have to pay for ipb and vbb
<19> that ****s..
<5> ej_13, nah it should be ok. type /mnt/gentoo/dev/initctl & check its there to be on safe side
<8> Kikinator: you're pretty much stuck with phpbb if you want free + opensource
<5> *ls :P
<19> AterPhasma, okay, is there anything actually IN portage that I can use other than phpBB?
<21> xorg7.1, radeon 9200, radeon driver. emerged drm-20050502 but when starting xorg with glx support, black screen and system hang. solutions found on forums doesnt give me clue.. any ideas?
<4> hollowsoul: permission denied
<8> Kikinator: i dunno
<19> ok
<5> ej_13, srry meant to type ls /mnt/gentoo/dev/initctl if its there umount & reboot & cross fingers
<22> anybody know if there is some .pcf font wich supports ansi codes *and* international charsets, like deadkeys, accents, etc?
<23> Kikinator: there is joomla, and drupal which bot offer several forum components that might be usefull
<23> www.joomla.org
<23> thats *definetly* floss
<5> dngr, u need to downgrade to xorg 7.0 if u using ati drivers till they update for xorg 7.1 (its same with nvidia atm)
<23> dunno if its in portage tho
<19> _SKiTZ0, are they actually their own seperate forum programs?
<21> hollowsoul, no i'm using the radeon from the drm package
<21> it's supposed to support glx
<23> Kikinator: they are "portals" or "content management systems"
<4> hollowsoul: no dice. same init: cannot execute "/sbin/agetty"
<23> that means that you get a webpage that has plugins for looks, forums, chats, news stuf calendars +++++
<19> _SKiTZ0, so they're not forums then? Then is there an actual forums package that will do it other than phpBB?
<23> joomla is easy to set up and configure, and has a lot of progress. it is also very stable
<23> Kikinator: you can install joomla with just a forum plugn.. then it will be a forum :P
<23> but it not a dedicated forum, no
<19> okay
<19> is there documentation for it?
<5> ej_13, not sure whats up :( but if u do try reinstall with latest stage tarball. keep your /mnt/gentoo/usr/portage/distfiles (move it somewhere & move back after u uncompress tarball) distfiles = files download during emerge
<23> Kikinator: try the project webpage http://www.joomla.org .. it points you to docs +++
<19> okay
<19> thanks a lot
<4> hollowsoul: if i do that, how much of the install will i have to do over?
<23> np
<6> hollowsoul, http://pastebin.com/764053 there you go
<6> It's pretty repetitive
<5> ej_13, i was sayin if u went & tried reinstallin... its basicly starting from scratch except u already got partations done = alot :/ i got no other ideas
<6> I'm guessing I just need to remerge something
<5> *basicly alot to do
<24> Can anyone here help me with a grep regexp issue? I am trying to search for GLOBALS['blah and it when I try GLOBALS\[\'blah it just gives me the > for the Standard Input.
<23> it just occured to me that a use flag can pull in a package as adependancy... for example doing php with the mysql flag sort of brings mysql along :P
<24> Can I escape the ' with the \?
<5> omgwtfidiedlol, updated kernel recently ? and u using alsa-drivers or alsa in kernel ?
<6> I had been using alsa in kernel
<25> likewhoa, hollowsoul: if one or both of you has that >=dev-lang/python- problem then sync in about an hour, it's fixed in cvs
<6> but I emerged alsa drivers
<6> is that a BADIDEA?
<6> btw: this is a fresh install so alsa has never been working on this install


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #gentoo
or
Go to some related logs:

mount error 111 = Connection refused + cifs
#gaim
disable or modularize DRM in the kernel config
#math
u2nmy50u1
times new roman openoffice yum install
-j nfqueue queue-num
#linux
eps2pdf cpan
#perl



Home  |  disclaimer  |  contact  |  submit quotes