| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> well i haven't played with fedora in years... <0> there are other files in /var/log/ as well..... the messages file is not mandatory..... <1> awol, thats a good idea, where can i get more info on setting groups premissions? <2> where can I check to see why nothing is writing to /var/log/messages <0> blueneon: the sys admin's guide...... or any good tutorial..... man group as well.... <1> kk <1> ty <0> omnix: there's probably loads of other entries in other files..... check syslog.conf perhaps <2> awol, what am i to look for in syslog.conf <2> *.info;mail.none;authpriv.none;cron.none /var/log/messages <0> omnix: since you dont know the question.... nor understand the answer..... i doubt looking will help you at all <2> actually i was wrong. this is RHEL4 <3> to enable ipv6 on CentOS, i need to recompile my kernel? <1> awol, i added the user to the adm,sys,bin and daemon groups and still if i try a service httpd restart as that user i get (13)Permission denied: make_sock: could not bind to address [::]:443 <1> :/
<0> blueneon: apachae is a process that starts as root user then creates child processes as apache user (or http) <0> blueneon: understand the processes and how they work <1> :/ <1> ya but that means i need to grant root group to that user no? <1> and i dont want that :( <1> or i'd just add them to wheel, and let them su <0> blueneon: wtf you actually trying to do? <0> blueneon: instead of messing about with things ya dont understand <1> i want a user on that box to be able to restart httpd, tomcat, and sendmail <4> o_0 <0> and ya dont wanna give them root? <1> exactly <0> blueneon: either sudoers or setuid might help ya.... dunno.... the question is too fuzzy without details or complete explanation.... <0> ya could write a wrapper command or something..... <5> i have a usb mouse, what protocol should i tell x to use? <1> basically apache and tomcat die from time to time, more so tomcat, due to java's incapacity to deal with memory issues correctly, in the event that tomcat does die, i need to allow a certain user (a friend who has access to the box remotely) to be able to restart tomcat (thus flushing the mem etc and starting the processes again), though I do not wish to grant this user access to root <1> does that explain it less fuzzy? :P <5> any ideas? <0> blueneon: use cron instead..... more reliable than friends.... <5> i have a usb mouse, what protocol should i tell x to use? <0> Kouery: i never had a usb mouse.... <0> Kouery: plug it in and do X -configure then read the file it creates <0> as root of course... <5> ok <5> let me try <1> awol, i cant just restart tomcat at intervals, restarting tomcat (when there is nothing wrong with it) kills all java apps that may be running at the time, causing data loss etc <1> awol, i only need it restarted when tomcat is "frozen" at it were <5> awol: i'm actually helping a friend out, we've got the mouse working great in the console but when he goes into x it doesn't work at all <0> blueneon: so cron a wrapper script to test if it's running.... if not restart... if it is do nothing... duh.... <1> tomcat is always running <1> it does kill the service <1> the service itself just becomes useless <0> Kouery: X -configure autodetects hardware and will add an entry for it.... most likely "auto" <1> no way to test that other than check the java apps via a browser <1> ^ s/does/doesnt <1> ie. when its screwed tomcat doesnt die, so there is no way of the system to know if it should in fact restart the service <5> awol: I heard abot a gpm issue <5> s/abot/about <0> gpm -t help list all available mouse types.... <0> blueneon: uhuh..... then creating a wrapper setuid script perhaps..... <0> blueneon: there's always a way... <0> blueneon: perhaps a better answer is to find out why tomcat fails to spawn the java stuff... <1> its because of a problem in java, well not really a problem, basically in jsp if a user creates a HUGE object like a m***ive recordset etc, and then keeps creating these without distroying them when done, this all builds up in the heap, eventually the os (linux) kills the process for using too much memory, this then confuses the crap out of java, and vwola tomcat becomes useless altho it is still running as normal <1> so the only way around it, is to restart tomcat (forcing all objects to be cleared etc) and java goes back to work along with tomcat and everyone is smiling <1> so ye, i think i'll end up coding a wrapper in c or something <1> something the user can execute that will automcatically restart all the needed services *shrug* <1> hmm, so how would i do this, code a binary that restarts services, and then chown user_allowed_to_execute:root binaryname ? <1> or does it go deeper than that? <5> Which filesystem is better in terms of speed? ext2, ext3 or ufs? <6> depends on what you're doing <7> whats the difference between static and dynamic compiling <7> ? <8> okay, so I'm trying to get my wireless card running, and i have the xp driver loaded with ndiswrapper, iwconfig shows the card working on eth1 and not wlan0 is that normal? <9> bom dia <5> what's the difference between rpm and non rpm package? <10> a package <5> ? <5> i'm trying to download a program...and there are rpm and non rpm's...what should i choose?
<11> rpm=RedHatPackageManager <11> What distribution do you run <5> PHLAK <5> do you think the Red Hat version will work on it? <11> no its not an RMP linux version <11> err distribution <5> you never heard of it? <11> PHLAK Project Put on HOLD Indefinitely... <11> its not a really great distribution <11> If you want that go get iwhax <5> (/lib/tls/libc.so.6: version `GLIBC_2.3.4' not found) i got this error after i ran the program <5> i have that lib <11> GLIBC_2.3.4 is that what you have installed? <12> My "load average" in top is 16.37 16.78 13.17 <12> But my CPU % is averaging 50% util... <11> well sounds like your system is quite busy <11> top -i -d2 look there <11> ps auxf <11> thats another good place to look <13> who wants some rogue wave? <13> http://www.apcsolutions.us/rogue.wave.bird.on.a.wire.mp3 <13> yeah <13> so good <14> Anyone here use torrentflux? <15> i have a 30gb hard drive.. using about 2gb of space... I want to copy everything to a 20gb hardrive and be able to put that in another machine and boot from it.. how can I do that? using dd it runs out of space.. i don't have any more hard drives bigger than the 30gb one. <13> Robspiere, check out GHL, "ghost for linux" <13> you can probably make an image of that drive/partition, then migrate it over <16> wtf <16> this is really starting to piss me off <16> bind repeatedly caches the WRONG record <17> hi all <16> SERVFAIL.... nie <16> ce <1> i've setup tomcat on my server and all is fine, except that it only runs one thread on startup, i've checked the docs and cant seem to find where to set it so that it spawns multiple threads on startup, anyone got any ideas? <18> whats lisa program for on FC 4 ? <18> i found it on startup <19> hey <19> how do i use tar to extract ust one dir out of a tarball <19> i know how to exclude, but not the above. <12> I just tried going from apache 1.3 to 2.0 and it suddenly just made things 8 times slower. I can't understand it <16> ****it, just wrote a script thatll barf out an email to me when it ****s up again <20> xtor: heh <20> 2.0 in a nutshell? <16> xtor: apache is slow <20> Idle`: What do you use? <21> *yawn* <16> Tiger1: apache <16> sadly... <16> and lighttpd on my other server <16> I blame graz <16> gotta take a second stab at glibc today <21> this is better than watching animal pr0n <16> liar <16> I cant now. I'm at work :D <22> pfft <16> I wonder if I'm gonna need to rebuild everything from binutils... <22> At Digium, animal pr0n is practically part of the job description <21> probably <21> if you rebuilt glibc and gcc <21> actually you'll have to rebuild THE WHOLE DISTRO <16> graz: hm... <16> graz: thats not a problem <16> I just gotta figure out HOW... :( <22> emerge system <21> are you using the slackbuild scripts at all? <22> emerge --oneshot system <22> :D <16> emerge giant-stabbing-device-to-destroy-all-gentoo-ricers <16> emerge rm-rf/\* <22> USE="pointy" emerge giant-stabbing-device-to-destroy-all-gentoo-ricers
Return to
#linuxhelp or Go to some related
logs:
#computers oxycin gopp austria
#nhl #ubuntu #beginner #computers rascal999 #politics #beginner
|
|