Re: fast CGI
On Thu, Jan 20, 2005 at 03:45:23AM -0800, Jim Pazarena wrote: > I have a .fcgi perl routine which has at the top of it: > > I tried compiling the perl port using -DWITH_FCGI > ... that was a stab in the dark Maybe the ports will help you: cd /usr/ports make search key="fcgi" or go to http://www.freebsd.org/ports/ and search for 'fcgi'.. HTH -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: pdflib for php
On Thu, Jan 20, 2005 at 12:11:04PM +0200, Cristi Tauber wrote: > ===> pdflib-6.0.1 is forbidden: > http://vuxml.freebsd.org/fc7e6a42-6012-11d9-a9e7-0001020eed82.html. > > Forbidden ? Why ? anyone ... Yes this one: just follow the link. (pretty obvious ;)) If you insist in installing the port, 'un' break it manually. HTH -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Security for webserver behind router?
On Thu, Jan 20, 2005 at 12:27:01AM -0800, Ted Mittelstaedt wrote: > > Just how much secure do you want to be? You can run apache > > chrooted in its directory. That basically means, that if > > apache is installed at /var/www/ , you can set it so that it > > isn't aware of anything that's not under /var/www/ > > > > So, even if a security hole is found on apache, and someone does > > manage to break in, they won't be able to do much to the system, > > nor gain information about it, but will only be able to deal > > with /var/www/* ... > > Not true. Naturally this is more of an academic discussion since > the vast majority of cracks are perpetuated against Windows. > > If they get access to the CGI directory they can launch attacks > against the loopback address 127.0.0.1 and thus have access to > all services on the server, including the ones that are behind > the firewall. They can also attack other hosts on the same subnet > and compromise those then head back to the apache box. Have you actually done such a thing with obsd? Please let me know how you did it, and let it not include a httpd -u flag on the apache, nor things like chmod -R 777 / ;) > They can fill the disk up and if /var/tmp is on there then > things might stop working. Of course /var/tmp is not in /var/www... > And of course, if the server isn't configured all that well they > might find a script that some cronjob is executing, that is > located down in the chrooted directory and install their stuff > there. Ok, so you put scripts under /var/www/ for use with cronjob.. is this stupid or what? > > If security is all that matters, you might want to have a look > > at OpenBSD's approach, which runs a modified apache version, > > chrooted by default. > > OpenBSD's approach to security is designed to allow Theo de Raadt > to run around and lecture everyone else about how crappy their > security is. Out of the box an OpenBSD server is pretty useless. > Secure but useless. To get it to do anything you have to start > turning on things, (like the webserver, etc.) and it's those > things that get broken into. You obviously never used it. But the point is not to talk about obsd on a fbsd list, is it? The guy needs suggestions, and i gave him the best i could think of. See the strength points of each os, don't just act childish defending your fave. We would have the same discussion a year ago if i had suggested to guy asking for firewalls to use pf. Of course, now pf is in freebsd so you would accept it as good. > It's like when Microsoft ran around claiming that Windows NT 3.51 > was "C4" security compliant (Air Force manual 33-270) everyone > was really impressed but what Microsoft didn't tell you is that > NT only met C4 security when it didn't have a network adapter > installed!!! Yes you are right. It's like that. You are funny. > > P.S. Running apache chrooted is a great idea, and that's how my > > httpd is running, but it can be a PITA if you try to > > install it without understainding how it works. > > I'm sure you feel more secure running it like that, if it makes > you happy, go for it. Me, I'm not going to be shutting down > my DMZ any time soon. Sure, if it makes you happy don't use it. Who cares. P.S. No point of this being in the list, so if you want a reply on this thread mail me personally. -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mouse in X w/ 5.3
On Thu, Jan 20, 2005 at 07:15:27AM +, [EMAIL PROTECTED] wrote: > On Thursday 20 January 2005 06:58, [EMAIL PROTECTED] wrote: > > Anyway, to buisness. It seems that I'm using an invalid mouse driver or > > something with X, because when I move the mouse it keeps jumping to the > > left side of the screen. Very annoying. Maybe tweaking the configuration of mouse in X would solve the problem. Does this problem appear if no X is running as well? > > While I'm at it... would there be a package management tool similar to > > ipkg/rpmi/apt-get/yum or whatever? I assume so.. but what is it called? is there? Ha! take a look at ports: /ust/ports/ if you installed them.. www.freebsd.org/ports/ You can use either ports (source-code based, you compile them locally) or packages (binary based, faster bethod but not that much configurable) If you have experience with Gentoo, ports is what they copied when they implemented emerge. HTH -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Security for webserver behind router?
On Thu, Jan 20, 2005 at 04:23:07AM +0100, Anthony Atkielski wrote: > Jay O'Brien writes: > > JOB> Thanks, but what I want to know is what risk I have with port 80, > JOB> and only port 80 open. > > The risk depends on Apache, since that's the daemon answering the phone > when someone calls in on port 80. > > Just make sure you're using the latest version of Apache (1.3.33, if you > want the 1.x version, or 2.0.52, if you want the 2.x version). Some > earlier versions are vulnerable. As long as Apache is secure, port 80 > can be open. Just how much secure do you want to be? You can run apache chrooted in its directory. That basically means, that if apache is installed at /var/www/ , you can set it so that it isn't aware of anything that's not under /var/www/ So, even if a security hole is found on apache, and someone does manage to break in, they won't be able to do much to the system, nor gain information about it, but will only be able to deal with /var/www/* ... If security is all that matters, you might want to have a look at OpenBSD's approach, which runs a modified apache version, chrooted by default. P.S. Running apache chrooted is a great idea, and that's how my httpd is running, but it can be a PITA if you try to install it without understainding how it works. good luck -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: X: wrong resolution
On Wed, Jan 19, 2005 at 12:11:12PM +0300, [EMAIL PROTECTED] wrote: > Hi everyone, > I have a box with FreeBSD 4.7-RELEASE. > > I'm configuring the X Server and I have some > problems with the resolution. > > When X starts I get the wrong resolution. I run > xvidtune in the console and then I press "Next" in > the window that opens, till I get the right > resolution (1024x768). So, everything looks alright > for a while. The problem is that when I restart the > X server the screen is set back to the wrong > resolution. > > what do i do? Have you set the appropriate options in the XF86Config file? man XF86Config -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: tcsh, colorful prompt
On Fri, Jan 07, 2005 at 04:06:59AM +0100, Mario Hoerich wrote: > # Thanos Tsouanas: > > I dont really care for the color of the prompt, but I would like > > to see what i type (input) with a specific color. > [...] > > In short, i would like the color to end upon \n... > > I think you can do this with > > alias postcmd 'echo "[0m"' > > For the character, press ctrl-v and then esc > (which inserts a ^[-character as literal). thanks! tput sgr0 also does the trick :) -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
tcsh, colorful prompt
Hello.. I have set up a colorful prompt for tcsh. It ends in default color so that whatever I type after it has default color. I dont really care for the color of the prompt, but I would like to see what i type (input) with a specific color. If I end the prompt with an open (say) green color, then my command is typed indeed in green but if the output has no color it's all in green (output of ps for example) In short, i would like the color to end upon \n... Any ideas of how to accomplish such a thing?? -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: traffic counting
On Tue, Jan 04, 2005 at 03:43:55PM +0500, Alexandr Lookoshkoff wrote: > ipfw count ... > Counters zeroed every reboot (so - everyday) > How to collect and store these counters? And how to list a summary > trafic (by days if possible)? I'd use pf with logging, then write a small awk/sed script to get my results.. HTH -- Thanos Tsouanas <[EMAIL PROTECTED]> .: Sians http://thanos.sians.org/ .: http://www.sians.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
/dist and /modules.old
Hello everyone.. Anyone knows why those two dirs ( /dist and /modules.old ) exist? Is it safe enuff to rm 'em both? Thank ya... __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: xterm + colors just wont splice...
--- Miguel Mendez <[EMAIL PROTECTED]> wrote: > On Wed, 26 Feb 2003 02:32:33 -0800 (PST) > Thanos Tsouanas <[EMAIL PROTECTED]> wrote: > > Howdy. > > > when i run 'xterm' i still get the same problem... > > btw, i dont have an xterm-color binary or sth like that... > > Okay, so what happens if you do something like: xterm -bg black -fg > white -tn xterm-color and then try ls -G, still no colours? > Superthanks! it works fine.. I also saw on the man xterm that theres something i can add to my (non-existent) ~/.Xdefaults file.. I added it though by default xterm runs colorless... Any ways i can 'embed' the -tn xterm-color into xterm (w/o an alias i mean) or change something that wud mean all similar applications to run in color-mode? Thanks again!!! __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: scroll mouse
Hello everyone.. I am having a similar problem which wont fix with those :( Im using 4.7-stable and a logitech usb mouse with wheel... from the XF86Config file... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection from the rc.conf file... moused_enable="NO" moused_type="NO" from ps aux | grep mouse root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid I see in /dev that sysmouse is different from ums0... what changes shud i do? why is moused started? Thank you! __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
xterm + colors just wont splice...
Hello everyone! Ive never managed to see colored output on an Xterm on FreeBSD.. i mean, the -bg, -fg switches work fine... but i cant see the colors of vim, nor when i ls -G etc etc. Any ideas? Thanks! __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: ld problems with Xft library
--- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > On Sun, 2003-02-23 at 19:41, Thanos Tsouanas wrote: > > --- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > > > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > > > --- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > > > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > > > Hello everyone! > > > > > > > > > > > > I have the current Xft port installed and when i pkg_deleted (-f) > > > > > > xscreensaver and > > > gkrellm2 so > > > > > as > > > > > > to reinstall the new versions from the port, i got an error while make, > > > > > > complaining > about > > > > > > /usr/libexec/ld not being able to find -lXft2 > > > > > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the same > > > > > > problem. > > > > > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > > > > > Any ideas? > > > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the > > > > > > 'current' version. > > > > > > > > > > You missed my HEADS UP. In order to properly recover after the recent > > > > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > > > > > exceptionally long time, but things like this are rare, and it's really > > > > > the only way to get back on track and stay there. > > > > > > > > > > Joe > > > > > > > > > > > > > Thanks!! > > > > I'm dloading the portupgrade port right now, i've never used it.. > > > > Shud i use it whenever im upgrading a port, or is the pkg_delete / make > > > > reinstall > > > > solution better? > > > > > > You should get into a habit of using portupgrade. It does more or less > > > does the make/pkg_delete/make reinstall thing, but it also saves old > > > libraries so you can binaries gradually, as well as verify dependency > > > order and consistency. It's also very flexible and configurable. > > > > I'm done with the portupgrade -rf Xft and.. same error msg about -lXft2 > > > > Any other ideas? > > Did you do a make clean before resuming the build? :( I had pkg_deleted the Xft, make deinstall it and make clean and whatever similar action i cud think of... __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: ld problems with Xft library
--- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > On Sun, 2003-02-23 at 11:16, Thanos Tsouanas wrote: > > --- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > > > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > > > Hello everyone! > > > > > > > > I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver > > > > and > gkrellm2 so > > > as > > > > to reinstall the new versions from the port, i got an error while make, > > > > complaining about > > > > /usr/libexec/ld not being able to find -lXft2 > > > > > > > > I tried deinstalling and reinstalling Xft2 but i still have the same problem. > > > > > > > > Now i cannot install anything that uses Xft :( > > > > > > > > Any ideas? > > > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' > > > > version. > > > > > > You missed my HEADS UP. In order to properly recover after the recent > > > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > > > exceptionally long time, but things like this are rare, and it's really > > > the only way to get back on track and stay there. > > > > > > Joe > > > > > > > Thanks!! > > I'm dloading the portupgrade port right now, i've never used it.. > > Shud i use it whenever im upgrading a port, or is the pkg_delete / make reinstall > > solution better? > > You should get into a habit of using portupgrade. It does more or less > does the make/pkg_delete/make reinstall thing, but it also saves old > libraries so you can binaries gradually, as well as verify dependency > order and consistency. It's also very flexible and configurable. I'm done with the portupgrade -rf Xft and.. same error msg about -lXft2 Any other ideas? __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: ld problems with Xft library
--- Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > On Sun, 2003-02-23 at 07:04, Thanos Tsouanas wrote: > > Hello everyone! > > > > I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and > > gkrellm2 so > as > > to reinstall the new versions from the port, i got an error while make, > > complaining about > > /usr/libexec/ld not being able to find -lXft2 > > > > I tried deinstalling and reinstalling Xft2 but i still have the same problem. > > > > Now i cannot install anything that uses Xft :( > > > > Any ideas? > > I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' > > version. > > You missed my HEADS UP. In order to properly recover after the recent > Xft upgrade, you need to do a portupgrade -rf Xft. Yes, this takes an > exceptionally long time, but things like this are rare, and it's really > the only way to get back on track and stay there. > > Joe > Thanks!! I'm dloading the portupgrade port right now, i've never used it.. Shud i use it whenever im upgrading a port, or is the pkg_delete / make reinstall solution better? Yours. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
ld problems with Xft library
Hello everyone! I have the current Xft port installed and when i pkg_deleted (-f) xscreensaver and gkrellm2 so as to reinstall the new versions from the port, i got an error while make, complaining about /usr/libexec/ld not being able to find -lXft2 I tried deinstalling and reinstalling Xft2 but i still have the same problem. Now i cannot install anything that uses Xft :( Any ideas? I'm running freebsd4.7 , with the ports tree being cvsup'ed to the 'current' version. Thanks in advance. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: Mozilla taking awfully long time to work
--- Peter Wu <[EMAIL PROTECTED]> wrote: > Thanos Tsouanas <[EMAIL PROTECTED]> writes: > > > Hello everybody... Ive got these 2 problems with mozilla > > (either 1.0.2 or 1.2.x and if i'm not mistaken older versions as well) > > > > Problem 1: > > Well, i use another pc to connect to the net, using dhclient. > > If i'm connecte and i run mozilla, it starts fine... > > Then i get disconnected, i quit mozilla, and if i'm to run it again i have to wait > > 3 to 4 > minutes > > for it to run. I see my cpu-meter flashing for just a sec and then it starts using > > cpu again > after > > 3 to 4 mins, which is when it finally starts the application.. > > > > Problem 2: > > I am connected on he internet just fine, (downloading ports, etc etc.) but when i > > try to make > an > > http connection with mozilla, it hangs on the "Resolving host..." msg... > > Then, after 3-4 minutes again it decides to proceed on the "Connecting.." and > > "Sending > request.." > > msgs... > > > > > > Any ideas?? > > It should be the DNS problem. Check /etc/hosts. > /etc/hosts contains only these lines: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain And it has been this way since i can remember... (the mozilla prob is kinda new, though) Thanks anyway! __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Mozilla taking awfully long time to work
Hello everybody... Ive got these 2 problems with mozilla (either 1.0.2 or 1.2.x and if i'm not mistaken older versions as well) Problem 1: Well, i use another pc to connect to the net, using dhclient. If i'm connecte and i run mozilla, it starts fine... Then i get disconnected, i quit mozilla, and if i'm to run it again i have to wait 3 to 4 minutes for it to run. I see my cpu-meter flashing for just a sec and then it starts using cpu again after 3 to 4 mins, which is when it finally starts the application.. Problem 2: I am connected on he internet just fine, (downloading ports, etc etc.) but when i try to make an http connection with mozilla, it hangs on the "Resolving host..." msg... Then, after 3-4 minutes again it decides to proceed on the "Connecting.." and "Sending request.." msgs... Any ideas?? __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
hard disk problem.
h'llo all I've got 2 disks on my primary controller, an 80GB (master) and an 60GB (slave)... (both these selected from CS - cable select) i've installed linux on the first partition of the master while the slave had already some ms-windows things installed. when trying to install freebsd 4.6 OR 4.6.2 from the cd (the same one i have used and worked fine on a 6GB harddisk) i get the following: ad0: 78167MB [158816/16/63] at ata0-master BIOSDMA ad1: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. and thats it. it freezes there. anything i cud do? thanks in advance, thanos __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: X problems, please advise helpless newbie
> > wud it be better to comment out all the ttyv8 lines and start XFree86 as a normal >user, and > then > > start windowmaker? > > > > i really cant make xdm to work... > > any suggestions? > > > > There's a thorough HowTo on setting up a display manager (e.g. xdm, kdm, > ...) here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html > > I can't think of any reason why it won't work if you follow the > instructions. Note that X *must* load properly for xdm to work properly. > If you need to test and setup X first, use an xinitrc file, e.g.: > > $ echo "exec wmaker" > /home/user/.xinitrc > > and then try 'startx'. The Handbook page above should get you going with > xdm. > i have followed the instructions on the HB and they didnt work, thats why i came up with the insecure method... startx gives similar errors to the ones mentioned in the original msg. any ideas why? __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: X problems, please advise helpless newbie
wud it be better to comment out all the ttyv8 lines and start XFree86 as a normal user, and then start windowmaker? i really cant make xdm to work... any suggestions? __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: X problems, please advise helpless newbie
wud it be better to comment out all the ttyv8 lines and start XFree86 as a normal user, and then start windowmaker? i really cant make xdm to work... any suggestions? __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Re: X problems, please advise helpless newbie
had similar problems... if you dont mind starting your wmanager manually, without using xdm or similar programs, try adding sth like this to your /etc/ttys files... comment out the line that starts xdm -nodaemon and add a similar one to start the XFree86 sth like ttyv8 "/usr/X11R6/bin/XFree86" xterm on secure this shud result in X starting every time you start your system with the X-mouse screen and the pixel-chessboard background. make a small script to start your wmanager in your home dir #!/bin/sh /usr/X11R6/bin/wmaker -display :0 (thats for me, i use windowmaker, add there what you wud normally add to .xinitrc or .xsession) chmod +x filename_to_start_window_manager shud work... __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message