Re: Emacs splash screen went to textmode only

2010-07-20 Thread Ashish SHUKLA
Markus Hoenicka writes: > Ashish SHUKLA writes: >> Can you upload the screenshot of what you're getting ? >> > Hi, > I've uploaded a screenshot right here: > http://www.abload.de/img/emacs-splashaws1.png > The image shows four incarnations of Emacs. These are, clockwise > starting from upper l

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Thomas Mueller
I had this problem trying to install FreeBSD on my old computer: Cx486DX2 CPU at 66 MHz; 20 MB RAM; 1.2 GB IDE hard drive; 2x Texel, now Plextor, CD-ROM on Trantor T130B SCSI (NCR5380 chip; no support in FreeBSD >= 3.0); Iomega Zip 250 on same SCSI card. That was in the days of FreeBSD 4.x. No

Re: sockets stuck in use

2010-07-20 Thread Jim
On Mon, Jul 19, 2010 at 11:04 PM, Adam Vande More wrote: > On Mon, Jul 19, 2010 at 3:12 AM, Jim wrote: >> >> I was working on an application I've been developing, and I closed the >> last instance a bit over 12 hours ago, but some of the sockets are >> still stuck in use: >> [s...@elrond ~/dev/pi

Dtrace ustack status

2010-07-20 Thread krad
Hi, Does anyone know what the status of dtrace being able to trace userland processes is? I see there are few patches out there but am unsure of the reliability etc. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

custom log in website folder

2010-07-20 Thread Zbigniew Szalbot
Dear all, All my website logs are in /var/log but one user would like to have access to a custom log specific to his site. Sites are in /usr/local/v/ How can I make /var/log/custom.log available to him in /usr/local/v/site/logs/? Does it need a symlink? But will he be able to read the log if it

HP proliant ML 150 G6 Server

2010-07-20 Thread Alex de Kruijff
Hi, I'm in looking for FreeBSD server for my employer. The server will be our main server. At the moment we are looking at 'HP proliant ML 150 G6 server' and are keen on hearing about users experience. Any advice or personal experience on this matter would be most welcomed. http://h10010.www

Re: custom log in website folder

2010-07-20 Thread Daniel Bye
On Tue, Jul 20, 2010 at 01:18:50PM +0200, Zbigniew Szalbot wrote: > Dear all, > > All my website logs are in /var/log but one user would like to have > access to a custom log specific to his site. Sites are in > /usr/local/v/ > > How can I make /var/log/custom.log available to him in > /usr/loca

Re: Dtrace ustack status

2010-07-20 Thread Bruce Cran
On Tue, 20 Jul 2010 12:03:09 +0100 krad wrote: > Does anyone know what the status of dtrace being able to trace > userland processes is? I see there are few patches out there but am > unsure of the reliability etc. http://freebsdfoundation.blogspot.com/2010/06/dtrace-userland-project.html -- B

Re: nautilus crashing on "right click > properties"

2010-07-20 Thread Boris Samorodov
Joe Marcus Clarke writes: > On 7/19/10 9:49 AM, Jerry wrote: >> FreeBSD 8.1-PRERELEASE / amd64 >> Platform Version 4.4.5 (KDE 4.4.5) >> >> I installed nautilus via the /usr/ports/sysutils/eiciel port. I can >> start nautilus successfully, however, whenever I right click on a file >> or directory

Help with setting up a mail server

2010-07-20 Thread Aryeh M. Friedman
I am a consultant and was retained by my client to setup qmail or exim on a VPS running 8.0-STABLE (i386). After setting up the DNS (A record and MX record) we have been unable to send or receive mail. The client has/had a working script for installing qmail on 7.1-STABLE but it seems to not work

Re: Help with setting up a mail server

2010-07-20 Thread Jerry
On Tue, 20 Jul 2010 09:26:44 -0400 Aryeh M. Friedman articulated: > I am a consultant and was retained by my client to setup qmail or exim > on a VPS running 8.0-STABLE (i386). After setting up the DNS (A record > and MX record) we have been unable to send or receive mail. The client > has/had a

Re: Help with setting up a mail server

2010-07-20 Thread Aryeh M. Friedman
On Tue, 20 Jul 2010 09:33:28 -0400 Jerry wrote: > On Tue, 20 Jul 2010 09:26:44 -0400 > Aryeh M. Friedman articulated: > > > I am a consultant and was retained by my client to setup qmail or > > exim on a VPS running 8.0-STABLE (i386). After setting up the DNS > > (A record and MX record) we hav

Re: custom log in website folder

2010-07-20 Thread Ryan Coleman
Assuming you're running apache make the virtualhost directive for the domain look something like this: ServerName domain.com ServerAlias www.domain.com DocumentRoot/usr/local/v/site/logs/domain.com/htdocs/ CustomLog /usr/local/v/site/logs/domain

Re: Help with setting up a mail server

2010-07-20 Thread Jerry
On Tue, 20 Jul 2010 09:46:09 -0400 Aryeh M. Friedman articulated: > On Tue, 20 Jul 2010 09:33:28 -0400 > Jerry wrote: > > > On Tue, 20 Jul 2010 09:26:44 -0400 > > Aryeh M. Friedman articulated: > > > > > I am a consultant and was retained by my client to setup qmail or > > > exim on a VPS ru

Re: Help with setting up a mail server

2010-07-20 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aryeh M. Friedman wrote: > I am a consultant and was retained by my client to setup qmail or exim > on a VPS running 8.0-STABLE (i386). After setting up the DNS (A record > and MX record) we have been unable to send or receive mail. The client > has/ha

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Rich
Ok I booted on the 8.0 live CD and pressed Alt-F2 when it gets hung. In verbose mode it says this: DEBUG: ioctl(3, TIOCCONC, NULL) = 0 (success) DEBUG: MADT: Found CPUAPIC ID 1 enabled DEBUG: MADT: Found CPUAPIC ID 2 enabled DEBUG: MADT: Found CPUAPIC ID 3 enabled DEBUG: MADT: Found CPUAPIC ID 4

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Rich
Disks are not bad. Works with other OSes. Problem is with FreeBSD. I've tried versions 4.6, 7.2, 8.0 and 9.0. Only FreeBSD 4.6 boots without hanging. I've not tried 5 or 6 but I guess I could if it would help to narrow down what the changes were in those versions. Something obviously changed al

Re: Dtrace ustack status

2010-07-20 Thread krad
On 20 July 2010 13:02, Bruce Cran wrote: > On Tue, 20 Jul 2010 12:03:09 +0100 > krad wrote: > > > Does anyone know what the status of dtrace being able to trace > > userland processes is? I see there are few patches out there but am > > unsure of the reliability etc. > > http://freebsdfoundation

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
On Mon, Jul 19, 2010 at 12:38 PM, Erik Norgaard wrote: > On 19/07/10 16.46, alexus wrote: > > Use tcpdump, you should see if your rdr/map rules work as expected. > Also, > pfctl -ss and similar. i don't know how to use tcpdump, can you provide exact syntax so i can r

Re: Help with setting up a mail server

2010-07-20 Thread Erik Norgaard
On 20/07/10 15.26, Aryeh M. Friedman wrote: I am a consultant and was retained by my client to setup qmail or exim on a VPS running 8.0-STABLE (i386). After setting up the DNS (A record and MX record) we have been unable to send or receive mail. The client has/had a working script for installing

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Aiza
alexus wrote: On Mon, Jul 19, 2010 at 12:38 PM, Erik Norgaard wrote: On 19/07/10 16.46, alexus wrote: Use tcpdump, you should see if your rdr/map rules work as expected. Also, pfctl -ss and similar. i don't know how to use tcpdump, can you provide exact syntax so i can run it? The man-page i

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
>  su-3.2# grep ^firewall /etc/rc.conf >  firewall_enable="YES" >  firewall_type="open" > >  su-3.2# grep ^ip /etc/rc.conf >  ipfilter_enable="YES" >  ipmon_enable="YES" >  ipnat_enable="YES" >  ipnat_flags="-d" > > This is not good. > You are running 2 different firewalls at the same time. > comme

Re: startkde: Could not start kdeinit4. Check your installation.

2010-07-20 Thread claudiu vasadi
hello fellas, can no one give me any ideas ? I reinstalled libthr.so.3 in the meantime but with no effect. > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "f

Recommend ezjail.conf settings?

2010-07-20 Thread Ed Flecko
Hi folks, I'm looking at the ezjail.conf file, and it seems like SOME of the settings might be mandatory, but they're all commented out. For example, the: # ezjail_mount_enable="YES" # ezjail_devfs_enable="YES" # ezjail_devfs_ruleset="devfsrules_jail" # ezjail_procfs_enable="YES" # ezjail_fdescfs

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Erik Norgaard
On 20/07/10 18.02, alexus wrote: On Mon, Jul 19, 2010 at 12:38 PM, Erik Norgaard wrote: On 19/07/10 16.46, alexus wrote: Can't help you more, really, you need to investigate where packets are dropped, tcpdump is a great tool and the man-page is excelent, can't explain it better, if you don't li

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Erik Norgaard
On 20/07/10 18.37, alexus wrote: You are running 2 different firewalls at the same time. comment out firewall_enable="YES" firewall_type="open" and reboot your system. do you know that for a fact or you just guessing?? because first of all it worked before just fine with 2 firewalls second i

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread CyberLeo Kitsana
On 07/20/2010 02:42 AM, Thomas Mueller wrote: > I've wondered why FreeBSD installation sets (base, etc, games, comp, man and > others) are broken into pieces of 1392 KB each as opposed to each > installation set in a single .tgz or .tbz (base.tgz, etc.tgz, comp.tgz, and > others: that's how NetB

Re: new jail utility is available. announcement.

2010-07-20 Thread Jerry
On Tue, 20 Jul 2010 12:29:56 +0800 Aiza articulated: > This is a news announcement to inform people who have interest in jails, > that a new jail utility is available. > > http://sourceforge.net/projects/qjail/ > > Has a file suitable for the pkg_add command or the port make files can > be do

Re: [kde-freebsd] startkde: Could not start kdeinit4. Check your installation.

2010-07-20 Thread Rusty Nejdl
On Tue, 20 Jul 2010 18:51:50 +0200, claudiu vasadi wrote: hello fellas, can no one give me any ideas ? I reinstalled libthr.so.3 in the meantime but with no effect. I got it last night and simply recompiling kdelibs was sufficient: sudo portupgrade -f kdelibs Rusty Nejdl http://netw

Re: Help with setting up a mail server

2010-07-20 Thread Odhiambo Washington
On Tue, Jul 20, 2010 at 4:46 PM, Aryeh M. Friedman wrote: > On Tue, 20 Jul 2010 09:33:28 -0400 > Jerry wrote: > >> On Tue, 20 Jul 2010 09:26:44 -0400 >> Aryeh M. Friedman articulated: >> >> > I am a consultant and was retained by my client to setup qmail or >> > exim on a VPS running 8.0-STABLE

Re: Help with setting up a mail server

2010-07-20 Thread Jerry McAllister
On Tue, Jul 20, 2010 at 09:03:55PM +0300, Odhiambo Washington wrote: > On Tue, Jul 20, 2010 at 4:46 PM, Aryeh M. Friedman > wrote: > > On Tue, 20 Jul 2010 09:33:28 -0400 > > Jerry wrote: > > > >> On Tue, 20 Jul 2010 09:26:44 -0400 > >> Aryeh M. Friedman articulated: > >> > >> > I am a consultan

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
On Tue, Jul 20, 2010 at 12:57 PM, Erik Norgaard wrote: > On 20/07/10 18.02, alexus wrote: >> >> On Mon, Jul 19, 2010 at 12:38 PM, Erik Norgaard >>  wrote: >>> >>> On 19/07/10 16.46, alexus wrote: >>> Can't help you more, really, you need to investigate where packets are >>> dropped, tcpdump is a g

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
On Tue, Jul 20, 2010 at 1:03 PM, Erik Norgaard wrote: > On 20/07/10 18.37, alexus wrote: > >>> You are running 2 different firewalls at the same time. >>> comment out >>> firewall_enable="YES" >>> firewall_type="open" >>> >>> and reboot your system. >> >> do you know that for a fact or you just gu

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Aiza
alexus wrote: su-3.2# grep ^firewall /etc/rc.conf firewall_enable="YES" firewall_type="open" su-3.2# grep ^ip /etc/rc.conf ipfilter_enable="YES" ipmon_enable="YES" ipnat_enable="YES" ipnat_flags="-d" This is not good. You are running 2 different firewalls at the same time. comment out f

Re: new jail utility is available. announcement.

2010-07-20 Thread Aiza
Jerry wrote: On Tue, 20 Jul 2010 12:29:56 +0800 Aiza articulated: This is a news announcement to inform people who have interest in jails, that a new jail utility is available. http://sourceforge.net/projects/qjail/ Has a file suitable for the pkg_add command or the port make files can be

Re: Help with setting up a mail server

2010-07-20 Thread Bill Tillman
Message: 24 Date: Tue, 20 Jul 2010 14:05:13 -0400 From: Jerry McAllister Subject: Re: Help with setting up a mail server To: Odhiambo Washington Cc: "Aryeh M. Friedman" ,     freebsd-questions@freebsd.org Message-ID: <20100720180513.gb46...@gizmo.acns.msu.edu> Content-Type: text/plain; charset=is

Re: Recommend ezjail.conf settings?

2010-07-20 Thread Aiza
Ed Flecko wrote: Hi folks, I'm looking at the ezjail.conf file, and it seems like SOME of the settings might be mandatory, but they're all commented out. For example, the: # ezjail_mount_enable="YES" # ezjail_devfs_enable="YES" # ezjail_devfs_ruleset="devfsrules_jail" # ezjail_procfs_enable="YE

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
On Tue, Jul 20, 2010 at 2:16 PM, Aiza wrote: > alexus wrote: >>> >>>  su-3.2# grep ^firewall /etc/rc.conf >>>  firewall_enable="YES" >>>  firewall_type="open" >>> >>>  su-3.2# grep ^ip /etc/rc.conf >>>  ipfilter_enable="YES" >>>  ipmon_enable="YES" >>>  ipnat_enable="YES" >>>  ipnat_flags="-d" >>>

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Erik Norgaard
On 20/07/10 20.07, alexus wrote: On Tue, Jul 20, 2010 at 12:57 PM, Erik Norgaard wrote: plan b is to run natd, but i'd rather run ipnat especially that ipnat used to work before no problem! Maybe move away from what used to work and towards what is working :) Whichever you prefer, just stick

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Erik Norgaard
On 20/07/10 20.43, alexus wrote: On Tue, Jul 20, 2010 at 2:16 PM, Aiza wrote: Just because 2 firewalls at same time didn't blow up in your face before, sure don't mean they are working correctly. Thats one bad assumption to base debugging on. i never had any problem doing so, not that i'm s

Re: new jail utility is available. announcement.

2010-07-20 Thread Jerry
On Wed, 21 Jul 2010 02:25:32 +0800 Aiza articulated: > Like the announcement said the port is available at > http://sourceforge.net/projects/qjail/ > > And if you have ever submitted a new port for inclusion into the freebsd > ports system you would know that it takes months for it to show up

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread Fbsd8
alexus wrote: On Tue, Jul 20, 2010 at 2:16 PM, Aiza wrote: alexus wrote: su-3.2# grep ^firewall /etc/rc.conf firewall_enable="YES" firewall_type="open" su-3.2# grep ^ip /etc/rc.conf ipfilter_enable="YES" ipmon_enable="YES" ipnat_enable="YES" ipnat_flags="-d" This is not good. You are

Wifi AP behind FreeBSD

2010-07-20 Thread DadAN
Hello, I am planning to change my network a little, I need to put WiFi AP (Dlink Di-524) behind FreeBSD box, there are 2 nic in this box - one should be for internet (xl0) and another should use xl1 nic for WiFi AP. I need to know how to setup routing in FreeBSD box, could someone help? And also w

Re: Wifi AP behind FreeBSD

2010-07-20 Thread Chuck Swiger
Hi-- On Jul 20, 2010, at 12:09 PM, DadAN wrote: > I need to know how to setup routing in FreeBSD box, could someone help? > And also when someone connect via WiFi, I want to get connected to internet. > Now I use 192.168.0.0/24 adresses from WiFi AP dhcp. There's fine documentation available at:

Re: new jail utility is available. announcement.

2010-07-20 Thread Aiza
Jerry wrote: On Wed, 21 Jul 2010 02:25:32 +0800 Aiza articulated: Like the announcement said the port is available at http://sourceforge.net/projects/qjail/ And if you have ever submitted a new port for inclusion into the freebsd ports system you would know that it takes months for it to s

Re: Wifi AP behind FreeBSD

2010-07-20 Thread Erik Nørgaard
On 20/07/2010, at 21.09, DadAN wrote: > Hello, > I am planning to change my network a little, > I need to put WiFi AP (Dlink Di-524) behind FreeBSD box, > there are 2 nic in this box - one should be for internet (xl0) > and another should use xl1 nic for WiFi AP. > > I need to know how to setup

Re: ipnat.conf - map and rdr won't work!

2010-07-20 Thread alexus
On Tue, Jul 20, 2010 at 2:54 PM, Erik Norgaard wrote: > On 20/07/10 20.07, alexus wrote: >> >> On Tue, Jul 20, 2010 at 12:57 PM, Erik Norgaard >>  wrote: >> plan b is to run natd, but i'd rather run ipnat especially that ipnat >> used to work before no problem! > > Maybe move away from what used t

Re: new jail utility is available. announcement.

2010-07-20 Thread Jerry
On Wed, 21 Jul 2010 03:45:37 +0800 Aiza articulated: > There has been the normal pre RELEASE freeze on since xmas, that is why > no port activity is occurring right now. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148777 Date: Tue, 20 Jul 2010 02:47:18 GMT It was only just submitted.

Re: Help with setting up a mail server

2010-07-20 Thread Jerry
On Tue, 20 Jul 2010 21:03:55 +0300 Odhiambo Washington articulated: > On Tue, Jul 20, 2010 at 4:46 PM, Aryeh M. Friedman > wrote: > > On Tue, 20 Jul 2010 09:33:28 -0400 > > Jerry wrote: > > > >> On Tue, 20 Jul 2010 09:26:44 -0400 > >> Aryeh M. Friedman articulated: > >> > >> > I am a consulta

Re: Emacs splash screen went to textmode only

2010-07-20 Thread Markus Hoenicka
Quoting Olivier Nicole : Hi, 4) Another instance of Emacs on my desktop, this time running in a terminal. The startup screen is yet another one. In this one, I clearly recognize emacs being run inside an ascii terminal. Ascii terminal do not have graphic possibility (nor mousse) so it is on

Re: new jail utility is available. announcement.

2010-07-20 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aiza wrote: > Jerry wrote: >> On Wed, 21 Jul 2010 02:25:32 +0800 >> Aiza articulated: >> >> >>> Like the announcement said the port is available at >>> http://sourceforge.net/projects/qjail/ >>> >>> And if you have ever submitted a new port for inclus

Re: Emacs splash screen went to textmode only

2010-07-20 Thread Markus Hoenicka
Quoting Ashish SHUKLA : Can you please provide output of following: 1. "xrdb -q|grep '^Emacs'" from an terminal running in X11. [mar...@wutz /usr/home/markus]$ xrdb -q|grep '^Emacs' Emacs*font: Bitstream Vera Sans Mono-8 2. "(display-grayscale-p)" in *scratch* buffer in GNU Emacs runni

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Rich
Any ideas anyone ? I'm stuck. Cannot install FreeBSD on my computer. Every other OS besides FreeBSD boots up and installs. What else can I check? From: Thomas Mueller To: freebsd-questions@freebsd.org Sent: Tue, July 20, 2010 12:42:09 AM Subject: Re: system

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Bruce Cran
On Tue, 20 Jul 2010 14:59:04 -0700 (PDT) Rich wrote: > Any ideas anyone ? I'm stuck. Cannot install FreeBSD on my computer. > Every other OS besides FreeBSD boots up and installs. What else can I > check? It looks like it's stopping/spinning at the section where it parses the slices/partitions.

Re: Recommend ezjail.conf settings?

2010-07-20 Thread Glen Barber
Hi Ed, On 7/20/10 12:54 PM, Ed Flecko wrote: Hi folks, I'm looking at the ezjail.conf file, and it seems like SOME of the settings might be mandatory, but they're all commented out. For example, the: # ezjail_mount_enable="YES" Uncommenting and setting to NO would disable mounting the /basej

Re: system hangs on; "Probing devices, please wait (this can take a while)... "

2010-07-20 Thread Rich
Yes I have, that's not it. It's very frustrating because every CD I can find boots up except the FreeBSD CD. If it's not a bad drive nobody seems to know what else it could be. It's deeper than that. Something in the FreeBSD code. Isn't there a developer somewhere that can tell me what his code

Re: Emacs splash screen went to textmode only

2010-07-20 Thread Ashish SHUKLA
Markus Hoenicka writes: > Quoting Ashish SHUKLA : >> Can you please provide output of following: >> >> 1. "xrdb -q|grep '^Emacs'" from an terminal running in X11. >> > [mar...@wutz /usr/home/markus]$ xrdb -q|grep '^Emacs' > Emacs*font: Bitstream Vera Sans Mono-8 >> 2. "(display-grayscale-p

Subscription to discussion cvs

2010-07-20 Thread Discussion Administrator
We have received a request to subscribe you to the discussion c...@phing.tigris.org. If you wish to receive email notifications from this discussion, please reply to this message. If not, ignore this email. ___ freebsd-questions@freebsd.org mailing lis

Re: Help with setting up a mail server

2010-07-20 Thread Odhiambo Washington
On Tue, Jul 20, 2010 at 11:50 PM, Jerry wrote: > On Tue, 20 Jul 2010 21:03:55 +0300 > Odhiambo Washington articulated: > > >> On Tue, Jul 20, 2010 at 4:46 PM, Aryeh M. Friedman >> wrote: >> > On Tue, 20 Jul 2010 09:33:28 -0400 >> > Jerry wrote: >> > >> >> On Tue, 20 Jul 2010 09:26:44 -0400 >> >

Re: Help with setting up a mail server

2010-07-20 Thread Tim Judd
On 7/20/10, Odhiambo Washington wrote: > On Tue, Jul 20, 2010 at 11:50 PM, Jerry wrote: >> On Tue, 20 Jul 2010 21:03:55 +0300 >> Odhiambo Washington articulated: >> >> >>> On Tue, Jul 20, 2010 at 4:46 PM, Aryeh M. Friedman >>> wrote: >>> > On Tue, 20 Jul 2010 09:33:28 -0400 >>> > Jerry wrote: