Re: Upgrading and Disk Space.

2006-05-20 Thread James Long
> Date: Sat, 20 May 2006 08:34:18 -0400
> From: "Grant Peel" <[EMAIL PROTECTED]>
> Subject: Upgrading and Disk Space.
> To: 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
>   reply-type=original
> 
> Hi all,
> 
> I am about to upgrade a 6.0 machine to 6.1R.
> 
> I am running a little tight on space on the3 /usr part. I was wondering what 
> can be safely removed from /usr befor starting the upgrade.
> 
> The idea is to try NOT to fill up the filesystem and crap out duing the 
> upgrade.
> 
> Any feedback will be appreciated.
> 
> -Grant

You don't say specifically, but I presume you're planning a source 
upgrade (make buildworld, et al).

You have oodles of space on /var, I'd suggest trying:

cd /usr
mv src /var && ln -s /var/src src
mv obj /var && ln -s /var/obj obj

That should give you plenty of room to cvsup and compile the upgrade.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Building Firefox problem, cairo related (Dis-regard previous post)

2006-05-20 Thread Enigma
I am having problems building firefox from ports.
I have been following this guide: 
http://www.engr.colostate.edu/~reinholz/freebsd/freebsd.html#apps
to the letter and started to build firefox,
I was in the fluxbox gui at the time and building via
xterm. At which time I clicked on the xterm bar
at the bottom and it closed xterm. I'm guessing it
continued to build because I could see it in the 'ps'
command. When id suspected it had stopped I
tried the "firefox &" command in xterm and it said;

[1] 52812
firefox: command not found

So I then continued to try and re-build it, then
popped up plenty of file checks and then
Building for cairo-1.0.4_1
followed by a bunch of file names and then error code 1
in the folder of the port. I looked on the net and others
have had problems building cairo while trying to
build firefox but i cant figure it out alone, being new
to nix. As the guide states i havent touched a whole
lot that would conttibute to this, basically just an install,
a build and install of xorg and editing a few lines of various
config files to allow for different things.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Building Firefox problem, cairo related

2006-05-20 Thread Enigma
I am having problems building firefox from ports.
I have been following this guide: 
http://www.engr.colostate.edu/~reinholz/freebsd/freebsd.html#apps
to the letter and started to build firefox,
I was in the fluxbox gui at the time and building via
xterm. At which time I clicked on the xterm bar
at the bottom and it closed xterm. I'm guessing it
continued to build because I could see it in the 'ps'
command. When id suspected it had stopped I
tried the "firefox &" command in xterm and it said
[1] 52812
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: building a cluster

2006-05-20 Thread W. D.
At 00:49 5/21/2006, Carlos Silva wrote:
>Hi,
>
>I want to build a cluster with 2-3 nodes to convert my video files to 
>DVD pretty faster (it takes an ETA of 12 hours right now), but I'm not 
>familiarized with this systems, so if anyone can give me a little help 
>on creating this cluster it's very appreciated!
>I have two questions too:
>- Is there possible to execute a program manufactured to a single pc and 
>this use all the processors?
>- How hard can be this configuration of the cluster and monitoring systems?


Here is some cluster/distributed computing info about FreeBSD:
http://daleco.biz/cluster.txt
http://dcwww.camp.dtu.dk/cluster-howto.html
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
http://freebsd.isc.org/ports/parallel.html
http://www.Google.com/search?q=Computing+Clusters+Leo+Laporte+Roman+Loyola
http://www.Google.com/search?q=Computing+Clusters+site%3Ag4tv.com



Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names -> http://domains.us-webmasters.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


building a cluster

2006-05-20 Thread Carlos Silva

Hi,

I want to build a cluster with 2-3 nodes to convert my video files to 
DVD pretty faster (it takes an ETA of 12 hours right now), but I'm not 
familiarized with this systems, so if anyone can give me a little help 
on creating this cluster it's very appreciated!

I have two questions too:
- Is there possible to execute a program manufactured to a single pc and 
this use all the processors?

- How hard can be this configuration of the cluster and monitoring systems?

Best Regards,

Carlos Silva, CSilva
Web: http://www.csilva.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting host name during install?

2006-05-20 Thread SM X

Why are you using port 3000? Are you sure that there is a process
running on your machine that is listening on that port?
In other words, when you mentioned "http://192.168.0.103:3000";, was
that something that was (and hopefully still is) working on your
machine or you just used that URL to let us know what you are
attempting to do?
smx

On 5/20/06, Peter Michaux <[EMAIL PROTECTED]> wrote:

Hi,

Thanks for the info. I reversed what I had done and then used
sysinstall. Going through sysinstall let me enter
"beastie.gv.shawcable.net" as my host name. However when I try the
following two url's i get and unknown host.

http://beastie:3000/
http://beastie.gv.shawcable.net:3000/

Any other ideas?

Thanks,
Peter


On 5/20/06, SM X <[EMAIL PROTECTED]> wrote:
> For changing hostname (and/or IP), I found that the best way is to use
> sysinstall and change it from there (Configure --> Networking -->
> Interfaces --> "your NIC"), since that one will change not only
> rc.conf file, but also the hosts file (so that your browser can
> actually resolve name beastie in the http request), and potentially
> resolv.conf (where your name server entries (not in your case, since
> you are on DHCP, therefore you get the DNS server entries
> automatically) are stored.
>
> Obviously, the remedy in your case is to manually edit the hosts file
> and assign the appropriate values there.
>
> Or you can always just use http://localhost:3000 and that should work.
> Hope this helps,
> smx
>
> P.S. I would not consider myself an expert, so , if I made any
> mistakes above, hopefully others will alert us all about those. What I
> can tell you is that I did try the procedure above several times and
> it was working for me.
>
> On 5/20/06, Peter Michaux <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > During install, I don't quite understand the "host" parameter that I
> > supplied for my networking configuration.
> >
> > I used DHPC and most of the parameters were filled in for me
> >
> > Host:
> > Domain: gv.shawcable.net
> > IPv4 Gateway: 192.168.0.1
> > Name server: 192.168.0.1
> > IPv4 Address: 192.168.0.103
> > Netmask: 255.255.255.0
> > Extra options to ifconfig (usually empty):
> >
> > When I pressed tab in the Host box it automatically filled in with
> > ".gv.shawcable.net" which make sense since I have a cable modem from
> > Shaw in Greater Victoria. But it seems like something should have gone
> > before the first dot. Is there an opportunity here to give my computer
> > a cool name like "beastie" so I can type things like
> > "http://beastie:3000"; instead of "http://192.168.0.103:3000"; ? Or is
> > this host name supposed to be some server at my ISP?
> >
> > I changed the hostname using the following steps but I don't know what
> > I really gained.
> >
> > 1. vi /etc/rc.conf
> > 2. change
> >  hostname=".gv.shawcable.net"
> >to
> >  hostname="beastie"
> > 3. restart computer so change becomes reality.
> > 4. now the command prompt says [EMAIL PROTECTED]
> >
> > When I tried "http://beastie:3000"; I ended up at the Beastie Boys
> > website. Not the worst suprise but not what I was hoping for.
> >
> > Thanks,
> > Peter
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> >
>


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting host name during install?

2006-05-20 Thread Peter Michaux

Hi,

Thanks for the info. I reversed what I had done and then used
sysinstall. Going through sysinstall let me enter
"beastie.gv.shawcable.net" as my host name. However when I try the
following two url's i get and unknown host.

http://beastie:3000/
http://beastie.gv.shawcable.net:3000/

Any other ideas?

Thanks,
Peter


On 5/20/06, SM X <[EMAIL PROTECTED]> wrote:

For changing hostname (and/or IP), I found that the best way is to use
sysinstall and change it from there (Configure --> Networking -->
Interfaces --> "your NIC"), since that one will change not only
rc.conf file, but also the hosts file (so that your browser can
actually resolve name beastie in the http request), and potentially
resolv.conf (where your name server entries (not in your case, since
you are on DHCP, therefore you get the DNS server entries
automatically) are stored.

Obviously, the remedy in your case is to manually edit the hosts file
and assign the appropriate values there.

Or you can always just use http://localhost:3000 and that should work.
Hope this helps,
smx

P.S. I would not consider myself an expert, so , if I made any
mistakes above, hopefully others will alert us all about those. What I
can tell you is that I did try the procedure above several times and
it was working for me.

On 5/20/06, Peter Michaux <[EMAIL PROTECTED]> wrote:
> Hi,
>
> During install, I don't quite understand the "host" parameter that I
> supplied for my networking configuration.
>
> I used DHPC and most of the parameters were filled in for me
>
> Host:
> Domain: gv.shawcable.net
> IPv4 Gateway: 192.168.0.1
> Name server: 192.168.0.1
> IPv4 Address: 192.168.0.103
> Netmask: 255.255.255.0
> Extra options to ifconfig (usually empty):
>
> When I pressed tab in the Host box it automatically filled in with
> ".gv.shawcable.net" which make sense since I have a cable modem from
> Shaw in Greater Victoria. But it seems like something should have gone
> before the first dot. Is there an opportunity here to give my computer
> a cool name like "beastie" so I can type things like
> "http://beastie:3000"; instead of "http://192.168.0.103:3000"; ? Or is
> this host name supposed to be some server at my ISP?
>
> I changed the hostname using the following steps but I don't know what
> I really gained.
>
> 1. vi /etc/rc.conf
> 2. change
>  hostname=".gv.shawcable.net"
>to
>  hostname="beastie"
> 3. restart computer so change becomes reality.
> 4. now the command prompt says [EMAIL PROTECTED]
>
> When I tried "http://beastie:3000"; I ended up at the Beastie Boys
> website. Not the worst suprise but not what I was hoping for.
>
> Thanks,
> Peter
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting host name during install?

2006-05-20 Thread SM X

For changing hostname (and/or IP), I found that the best way is to use
sysinstall and change it from there (Configure --> Networking -->
Interfaces --> "your NIC"), since that one will change not only
rc.conf file, but also the hosts file (so that your browser can
actually resolve name beastie in the http request), and potentially
resolv.conf (where your name server entries (not in your case, since
you are on DHCP, therefore you get the DNS server entries
automatically) are stored.

Obviously, the remedy in your case is to manually edit the hosts file
and assign the appropriate values there.

Or you can always just use http://localhost:3000 and that should work.
Hope this helps,
smx

P.S. I would not consider myself an expert, so , if I made any
mistakes above, hopefully others will alert us all about those. What I
can tell you is that I did try the procedure above several times and
it was working for me.

On 5/20/06, Peter Michaux <[EMAIL PROTECTED]> wrote:

Hi,

During install, I don't quite understand the "host" parameter that I
supplied for my networking configuration.

I used DHPC and most of the parameters were filled in for me

Host:
Domain: gv.shawcable.net
IPv4 Gateway: 192.168.0.1
Name server: 192.168.0.1
IPv4 Address: 192.168.0.103
Netmask: 255.255.255.0
Extra options to ifconfig (usually empty):

When I pressed tab in the Host box it automatically filled in with
".gv.shawcable.net" which make sense since I have a cable modem from
Shaw in Greater Victoria. But it seems like something should have gone
before the first dot. Is there an opportunity here to give my computer
a cool name like "beastie" so I can type things like
"http://beastie:3000"; instead of "http://192.168.0.103:3000"; ? Or is
this host name supposed to be some server at my ISP?

I changed the hostname using the following steps but I don't know what
I really gained.

1. vi /etc/rc.conf
2. change
 hostname=".gv.shawcable.net"
   to
 hostname="beastie"
3. restart computer so change becomes reality.
4. now the command prompt says [EMAIL PROTECTED]

When I tried "http://beastie:3000"; I ended up at the Beastie Boys
website. Not the worst suprise but not what I was hoping for.

Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


setting host name during install?

2006-05-20 Thread Peter Michaux

Hi,

During install, I don't quite understand the "host" parameter that I
supplied for my networking configuration.

I used DHPC and most of the parameters were filled in for me

Host:
Domain: gv.shawcable.net
IPv4 Gateway: 192.168.0.1
Name server: 192.168.0.1
IPv4 Address: 192.168.0.103
Netmask: 255.255.255.0
Extra options to ifconfig (usually empty):

When I pressed tab in the Host box it automatically filled in with
".gv.shawcable.net" which make sense since I have a cable modem from
Shaw in Greater Victoria. But it seems like something should have gone
before the first dot. Is there an opportunity here to give my computer
a cool name like "beastie" so I can type things like
"http://beastie:3000"; instead of "http://192.168.0.103:3000"; ? Or is
this host name supposed to be some server at my ISP?

I changed the hostname using the following steps but I don't know what
I really gained.

1. vi /etc/rc.conf
2. change
hostname=".gv.shawcable.net"
  to
hostname="beastie"
3. restart computer so change becomes reality.
4. now the command prompt says [EMAIL PROTECTED]

When I tried "http://beastie:3000"; I ended up at the Beastie Boys
website. Not the worst suprise but not what I was hoping for.

Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cleaning off unix/linux????

2006-05-20 Thread John Nielsen

Quoting Gary Kline <[EMAIL PROTECTED]>:


Gang,

A 40G drive that I thought was bad (when trying to install W2K
on the drive) may be entirely good.  I am trying to avoid having
to buy a DOS/Win platform.  I've had both W2K and FBSD or Ubuntu
on this one machine.  For various reasons I need one DOS machine.
(Already have 7 or 8 *Nix servers.)   The Windows 2000
"Professional" CD find some other non-Windows partition and
press "D" and "L" as I will, the installation CD keeps
complaining.  Eventually I have to hit F3 to quit.  So, nutshell,
is there any way I can completely remove any trace of *Nix?
-I remember having a DOS floppy and typing an undocumented
MBR \ command that wiped the drive clean of this boot record,
but this was [mumble] years ago.


Boot to a recent FreeBSD Install CD (with the Rescue tools on disk 1) 
or a not-so-recent FreeBSD Rescue CD, and go to rescue mode.


After verifying the device name of the drive you're trying to "clean" 
(using dmesg and/or fdisk), do this (I'm assuming a single drive, ad0):


dd if=/dev/zero of=/dev/ad0 bs=32k count=1

That will overwrite the first 32k of the drive with zeroes.  That 
should wipe out the MBR and the partition table.  Since you want the 
drive to be "clean" anyway, it doesn't hurt to make the bs or count 
values higher.  To zero out the entire drive, you could do this:


dd if=/dev/zero of=/dev/ad0 bs=1m

(With no "count" option it will write to the end of the device.)

Doing any of this on a drive with data you care about is of course 
contraindicated.


JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: a

2006-05-20 Thread Daniel A.

On 5/20/06, Hunter Fuller <[EMAIL PROTECTED]> wrote:


On  15 May 2006, at 11:24 AM, Gerard Seibert wrote:

> sai shu wrote:
>
>> a
>
> b
c
>
> --
> Gerard Seibert
> [EMAIL PROTECTED]
>
>
>  "Kinky is using a feather. Perverted is using the whole chicken."
>
>   Anonymous
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



I'd have to say "z" and stop the chain before it rolls out of hand.
--
Sincerely,
Daniel A. A.
dienub.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kmail on FreeBSD 6.1

2006-05-20 Thread Gerard Seibert
Beech Rintoul wrote:

> On Saturday 20 May 2006 16:29, none none wrote:
> > Hi,
> > i run the command portupgrade -fr libgpg-error but the
> > problem still there. I keep getting the same message
> > on the terminal each time i type "kmail":
> > /libexec/ld-elf.so.1: Shared object
> > "libgpg-error.so.1" not found, required by "kmail"
> >
> > Is there something else i could do?
> > thanks
> > andreas
> >
> > --- Benjamin Lutz <[EMAIL PROTECTED]> wrote:
> > > Hello Andreas,
> > >
> > > On Saturday 20 May 2006 18:46, none none wrote:
> > > > hi
> > > > i am new in FreeBSD and i have encounterted a
> > >
> > > problem
> > >
> > > > with kmail. I had set it up and it was working
> > >
> > > fine
> > >
> > > > until i tried to "portupgrade -a". Some pkgs
> > >
> > > failed
> > >
> > > > during portupgrade and since then i am unable to
> > >
> > > run
> > >
> > > > kmail. the message i receive when i type kmail on
> > >
> > > the
> > >
> > > > xterminal is:
> > > >
> > > > /libexec/ld-elf.so.1: Shared object
> > > > "libgpg-error.so.1" not found, required by "kmail"
> > >
> > > run
> > >
> > > portupgrade -fr libgpg-error
> > >
> > > That will recompile anything that depends on
> > > libgpg-error (and libgpg-error as
> > > well). It'll take a while. Things should work again
> > > afterwards.
> > >
> > > Cheers
> > > Benjamin
> 
> Try upgrading kdepim, portupgrade -fr kdepim
> 
> Beech 
> 
Probably overkill, but you could install portmanager from the ports
system if you do not already have it installed. The run:

portmanager x11/kde3 -l -f

to add/update/repair a single port with logging and forcing all of it's
dependencies to be rebuilt. A log file will be created in /var/run named
portmanager.log that you can inspect after the program finishes. I would
highly recommend that you update yours ports prior to running this
program.

HTH


-- 
Gerard Seibert
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kmail on FreeBSD 6.1

2006-05-20 Thread Beech Rintoul
On Saturday 20 May 2006 16:29, none none wrote:
> Hi,
> i run the command portupgrade -fr libgpg-error but the
> problem still there. I keep getting the same message
> on the terminal each time i type "kmail":
> /libexec/ld-elf.so.1: Shared object
> "libgpg-error.so.1" not found, required by "kmail"
>
> Is there something else i could do?
> thanks
> andreas
>
> --- Benjamin Lutz <[EMAIL PROTECTED]> wrote:
> > Hello Andreas,
> >
> > On Saturday 20 May 2006 18:46, none none wrote:
> > > hi
> > > i am new in FreeBSD and i have encounterted a
> >
> > problem
> >
> > > with kmail. I had set it up and it was working
> >
> > fine
> >
> > > until i tried to "portupgrade -a". Some pkgs
> >
> > failed
> >
> > > during portupgrade and since then i am unable to
> >
> > run
> >
> > > kmail. the message i receive when i type kmail on
> >
> > the
> >
> > > xterminal is:
> > >
> > > /libexec/ld-elf.so.1: Shared object
> > > "libgpg-error.so.1" not found, required by "kmail"
> >
> > run
> >
> > portupgrade -fr libgpg-error
> >
> > That will recompile anything that depends on
> > libgpg-error (and libgpg-error as
> > well). It'll take a while. Things should work again
> > afterwards.
> >
> > Cheers
> > Benjamin

Try upgrading kdepim, portupgrade -fr kdepim

Beech 

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgptV6bxOGcl0.pgp
Description: PGP signature


Re: a

2006-05-20 Thread Hunter Fuller


On  15 May 2006, at 11:24 AM, Gerard Seibert wrote:


sai shu wrote:


a


b

c


--  
Gerard Seibert

[EMAIL PROTECTED]


 "Kinky is using a feather. Perverted is using the whole chicken."

  Anonymous
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kmail on FreeBSD 6.1

2006-05-20 Thread none none
 Note: forwarded message attached. 

Send instant messages to your online friends http://uk.messenger.yahoo.com --- Begin Message ---
Hi,
i run the command portupgrade -fr libgpg-error but the
problem still there. I keep getting the same message
on the terminal each time i type "kmail":
/libexec/ld-elf.so.1: Shared object
"libgpg-error.so.1" not found, required by "kmail"

Is there something else i could do?
thanks
andreas


--- Benjamin Lutz <[EMAIL PROTECTED]> wrote: 
> Hello Andreas,
> 
> On Saturday 20 May 2006 18:46, none none wrote:
> > hi
> > i am new in FreeBSD and i have encounterted a
> problem
> > with kmail. I had set it up and it was working
> fine
> > until i tried to "portupgrade -a". Some pkgs
> failed
> > during portupgrade and since then i am unable to
> run
> > kmail. the message i receive when i type kmail on
> the
> > xterminal is:
> >
> > /libexec/ld-elf.so.1: Shared object
> > "libgpg-error.so.1" not found, required by "kmail"
> 
> run
> 
> portupgrade -fr libgpg-error
> 
> That will recompile anything that depends on
> libgpg-error (and libgpg-error as 
> well). It'll take a while. Things should work again
> afterwards.
> 
> Cheers
> Benjamin
>  

Send instant messages to your online friends http://uk.messenger.yahoo.com 
--- End Message ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Profile Libraries

2006-05-20 Thread Chuck Swiger

Gerard Seibert wrote:

This is probably a dumb question, but what are 'profile libraries'?
There is the option to use either -NO_PROFILE while building a port, or
putting it in the make.conf file as NO_PROFILE= true, so I assume it
does something. If these libraries are not required, why are they built
by default anyway?


See "man gprof" for details.  Basicly, the libraries contain code which 
is instrumented so that you can figure out things like where the program 
is spending CPU time and what the call graph looks like.  These are used 
by developers for performance tuning only, and are not needed for 
production systems which are not running test/debug code...


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cleaning off unix/linux????

2006-05-20 Thread Rowdy

Gary Kline wrote:

Gang,

A 40G drive that I thought was bad (when trying to install W2K
on the drive) may be entirely good.  I am trying to avoid having
to buy a DOS/Win platform.  I've had both W2K and FBSD or Ubuntu
on this one machine.  For various reasons I need one DOS machine.
	(Already have 7 or 8 *Nix servers.)   The Windows 2000 
	"Professional" CD find some other non-Windows partition and 
	press "D" and "L" as I will, the installation CD keeps

complaining.  Eventually I have to hit F3 to quit.  So, nutshell,
is there any way I can completely remove any trace of *Nix?
-I remember having a DOS floppy and typing an undocumented
MBR \ command that wiped the drive clean of this boot record,
but this was [mumble] years ago.

thanks for any tips, y'all,

gary




fdisk /mbr

Rowdy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cleaning off unix/linux????

2006-05-20 Thread Charles Howse


On May 20, 2006, at 6:46 PM, Gary Kline wrote:


Gang,

A 40G drive that I thought was bad (when trying to install W2K
on the drive) may be entirely good.  I am trying to avoid having
to buy a DOS/Win platform.  I've had both W2K and FBSD or Ubuntu
on this one machine.  For various reasons I need one DOS machine.
(Already have 7 or 8 *Nix servers.)   The Windows 2000
"Professional" CD find some other non-Windows partition and
press "D" and "L" as I will, the installation CD keeps
complaining.  Eventually I have to hit F3 to quit.  So, nutshell,
is there any way I can completely remove any trace of *Nix?
-I remember having a DOS floppy and typing an undocumented
MBR \ command that wiped the drive clean of this boot record,
but this was [mumble] years ago.

thanks for any tips, y'all,

gary


Looking for delpart.exe?  I've used it, it'll do the trick.
http://www.russelltexas.com/delpart.htm

--
Thanks,
Charles
http://bubbabbq.homeunix.net


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cleaning off unix/linux????

2006-05-20 Thread Gerard Seibert
Gary Kline wrote:

>   Gang,
> 
>   A 40G drive that I thought was bad (when trying to install W2K
>   on the drive) may be entirely good.  I am trying to avoid having
>   to buy a DOS/Win platform.  I've had both W2K and FBSD or Ubuntu
>   on this one machine.  For various reasons I need one DOS machine.
>   (Already have 7 or 8 *Nix servers.)   The Windows 2000 
>   "Professional" CD find some other non-Windows partition and 
>   press "D" and "L" as I will, the installation CD keeps
>   complaining.  Eventually I have to hit F3 to quit.  So, nutshell,
>   is there any way I can completely remove any trace of *Nix?
>   -I remember having a DOS floppy and typing an undocumented
>   MBR \ command that wiped the drive clean of this boot record,
>   but this was [mumble] years ago.
> 
>   thanks for any tips, y'all,
> 
>   gary

Personally, I keep a copy of FreeDOS  available
for just such an occasion. I am sure there are easier ways though.

-- 
Gerard Seibert
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cleaning off unix/linux????

2006-05-20 Thread Gary Kline
Gang,

A 40G drive that I thought was bad (when trying to install W2K
on the drive) may be entirely good.  I am trying to avoid having
to buy a DOS/Win platform.  I've had both W2K and FBSD or Ubuntu
on this one machine.  For various reasons I need one DOS machine.
(Already have 7 or 8 *Nix servers.)   The Windows 2000 
"Professional" CD find some other non-Windows partition and 
press "D" and "L" as I will, the installation CD keeps
complaining.  Eventually I have to hit F3 to quit.  So, nutshell,
is there any way I can completely remove any trace of *Nix?
-I remember having a DOS floppy and typing an undocumented
MBR \ command that wiped the drive clean of this boot record,
but this was [mumble] years ago.

thanks for any tips, y'all,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Maple 8 on FreeBSD with Diablo

2006-05-20 Thread Henry Lenzi

Hi --

Maple keeps getting me trouble...
Has anyone installed Maple 8 with the new diablo? What the handbook
says does not apply to Maple 8...There is no FLEXim script for
Linux/Unix.

NetBSD people claim to have it rolling under binary emulation, but
their page lacks details too.

Can anyone help?

Henry

PS: Why does Maplesoft hate us?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nsswitch.conf with ldap

2006-05-20 Thread Z.C.B.
On Mon, 8 May 2006 21:16:20 -0500
Dan Nelson <[EMAIL PROTECTED]> wrote:

> In the last episode (May 08), Atom Powers said:
> > On 5/8/06, Z.C.B. <[EMAIL PROTECTED]> wrote:
> > >> I don't know if it will help your problem, I'm struggling
> > >> through my own pam/nss/ldap issues, but it is a part of the
> > >> picture.
> > >
> > >I am curious. Do you run into problems with SSH and xterm, but
> > >everything else works? That is what I am currently hitting.
> > >
> > >initgroups(kitsune,1001): Invalid argument
> 
> man initgroups:
> 
> ERRORS
> The initgroups() function may fail and set errno for any of
> the errors specified for the library function setgroups(2).
> 
> man setgroups:
> 
> [EINVAL] The number specified in the ngroups argument is larger
>  than the NGROUPS limit.
> 
> Either get out of some groups, or raise NGROUPS (this may affect NFS
> though).

Yeah. I am going to have to raise it. In what way would it affect
NFS?

It says it is read only. Where would I change this at?

Thanks for the info on this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: webalizer

2006-05-20 Thread Eric

Imran Imtiaz wrote:

I am using webalizer to generate graphs from my apache logs but its does not 
show that from which country how many users have visited my site. Is there an 
switch to make that work?

regards,
Imran

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  

did you do a

make WITH_GEOIP=yes install

when installing?

thats the option to show countries in the logs

Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: webalizer

2006-05-20 Thread Mathias Menzel-Nielsen

Imran Imtiaz wrote:

I am using webalizer to generate graphs from my apache logs but its does not 
show that from which country how many users have visited my site. Is there an 
switch to make that work?

regards,
Imran
  

Hi

you can enable the switch:

CountryGraphyes

and

TopCountries


in your webalizer.conf


you can also  patch webalizer to use the GeoIP library to get  exact 
country reports

by origin of ip-block

see http://sysd.org/proj/log.php#glzr

regards

   Matze
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd log watching utility

2006-05-20 Thread Eric

Imran Imtiaz wrote:

Is there any utility in freebsd that watches the logs and email me the report?

regards,
Imran
  
watches them do what? Theres lots of log utils. what are you trying to 
accomplish?


Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Managing a [local] package repository....

2006-05-20 Thread Eric Schuele

Beech Rintoul wrote:

On Saturday 20 May 2006 12:56, Eric Schuele wrote:

Hello,

I'm wondering how others manage a local store of packages... or even if
anyone does this sort of thing.  Let me explain...

Some short time back I decided to start stockpiling packages of all the
ports I have installed on my machine.  I was/am doing this because I
intend on doing a fresh install to 6.1-RELEASE when I have the time.
But, although I do prefer to compile the ports (as opposed to
downloading the packages) I do not wish to recompile them all *again*,
because it is a significant amount of time.  I intend to just transfer
them to the new installation.  So I wrote a small script (appended
below, comments welcome) to create packages of everything on my system.
  I did that one time, and have since done "make install package clean"
to install new packages, and done "portupgrade -aprR" to upgrade those
presently installed.

While this does seem to work well for me, it has left one problem I did
not foresee.  As ports get upgraded, their new package is built and
placed in my package dir, but the *old* port's package is not removed.
So I now have quite a few packages in my package directory that are not
the most recent, and hence are just taking up space.

Example (/usr/ports/packages/All):

ImageMagick-6.2.5.5_4.tbz
ORBit-0.5.17_3.tbz
ORBit2-2.14.0.tbz <---
ORBit2-2.14.0_1.tbz   <---
OpenSP-1.5_7.tbz
aspell-0.60.4_3.tbz
at-spi-1.7.7.tbz<---
at-spi-1.7.7_1.tbz  <---
aterm-1.0.0_1.tbz
atk-1.11.4.tbz  <---
atk-1.11.4_1.tbz<---
autoconf-2.13.000227_5.tbz
autoconf-2.59_2.tbz
automake-1.4.6_2.tbz
automake-1.9.6.tbz
avahi-0.6.10.tbz  <---
avahi-0.6.10_1.tbz<---
avahi-0.6.10_3.tbz<---
avahi-0.6.9_5.tbz <---
-

So my question is:
Is there a way to automatically remove the old packages as existing
packages get upgraded?  Or is there some more appropriate means for
generating packages (and keeping them up to date) that I could transfer
to a fresh install (or even another machine for that matter)?

My mk_pkgs.sh.  Comments are appreciated.
=
#!/bin/sh

# This will create a binary package for all ports installed on a machine.
# It will place the packages in /usr/ports/packages/All

db_pkg_dir=/var/db/pkg

pkg_dir=/usr/ports/packages/All
mkdir -p $pkg_dir

cd $db_pkg_dir
for dname in *
   do

 if [ "$dname" != "pkgdb.db" ]
 then

   pkg_create -v -b $dname $pkg_dir/$dname.tbz

 fi

   done
===


Thanks for your help.


Look at man portsclean.

Beech



Yes... that's doing the trick.  I've used it for cleaning out 
unreferenced distfiles did not know it cleaned up packages as well. 
 Thanks.


--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


webalizer

2006-05-20 Thread Imran Imtiaz
I am using webalizer to generate graphs from my apache logs but its does not 
show that from which country how many users have visited my site. Is there an 
switch to make that work?

regards,
Imran

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


freebsd log watching utility

2006-05-20 Thread Imran Imtiaz
Is there any utility in freebsd that watches the logs and email me the report?

regards,
Imran

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Managing a [local] package repository....

2006-05-20 Thread Beech Rintoul
On Saturday 20 May 2006 12:56, Eric Schuele wrote:
> Hello,
>
> I'm wondering how others manage a local store of packages... or even if
> anyone does this sort of thing.  Let me explain...
>
> Some short time back I decided to start stockpiling packages of all the
> ports I have installed on my machine.  I was/am doing this because I
> intend on doing a fresh install to 6.1-RELEASE when I have the time.
> But, although I do prefer to compile the ports (as opposed to
> downloading the packages) I do not wish to recompile them all *again*,
> because it is a significant amount of time.  I intend to just transfer
> them to the new installation.  So I wrote a small script (appended
> below, comments welcome) to create packages of everything on my system.
>   I did that one time, and have since done "make install package clean"
> to install new packages, and done "portupgrade -aprR" to upgrade those
> presently installed.
>
> While this does seem to work well for me, it has left one problem I did
> not foresee.  As ports get upgraded, their new package is built and
> placed in my package dir, but the *old* port's package is not removed.
> So I now have quite a few packages in my package directory that are not
> the most recent, and hence are just taking up space.
>
> Example (/usr/ports/packages/All):
> 
> ImageMagick-6.2.5.5_4.tbz
> ORBit-0.5.17_3.tbz
> ORBit2-2.14.0.tbz <---
> ORBit2-2.14.0_1.tbz   <---
> OpenSP-1.5_7.tbz
> aspell-0.60.4_3.tbz
> at-spi-1.7.7.tbz<---
> at-spi-1.7.7_1.tbz  <---
> aterm-1.0.0_1.tbz
> atk-1.11.4.tbz  <---
> atk-1.11.4_1.tbz<---
> autoconf-2.13.000227_5.tbz
> autoconf-2.59_2.tbz
> automake-1.4.6_2.tbz
> automake-1.9.6.tbz
> avahi-0.6.10.tbz  <---
> avahi-0.6.10_1.tbz<---
> avahi-0.6.10_3.tbz<---
> avahi-0.6.9_5.tbz <---
> -
>
> So my question is:
> Is there a way to automatically remove the old packages as existing
> packages get upgraded?  Or is there some more appropriate means for
> generating packages (and keeping them up to date) that I could transfer
> to a fresh install (or even another machine for that matter)?
>
> My mk_pkgs.sh.  Comments are appreciated.
> =
> #!/bin/sh
>
> # This will create a binary package for all ports installed on a machine.
> # It will place the packages in /usr/ports/packages/All
>
> db_pkg_dir=/var/db/pkg
>
> pkg_dir=/usr/ports/packages/All
> mkdir -p $pkg_dir
>
> cd $db_pkg_dir
> for dname in *
>do
>
>  if [ "$dname" != "pkgdb.db" ]
>  then
>
>pkg_create -v -b $dname $pkg_dir/$dname.tbz
>
>  fi
>
>done
> ===
>
>
> Thanks for your help.

Look at man portsclean.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpclwK4xHJJj.pgp
Description: PGP signature


Managing a [local] package repository....

2006-05-20 Thread Eric Schuele

Hello,

I'm wondering how others manage a local store of packages... or even if 
anyone does this sort of thing.  Let me explain...


Some short time back I decided to start stockpiling packages of all the 
ports I have installed on my machine.  I was/am doing this because I 
intend on doing a fresh install to 6.1-RELEASE when I have the time. 
But, although I do prefer to compile the ports (as opposed to 
downloading the packages) I do not wish to recompile them all *again*, 
because it is a significant amount of time.  I intend to just transfer 
them to the new installation.  So I wrote a small script (appended 
below, comments welcome) to create packages of everything on my system. 
 I did that one time, and have since done "make install package clean" 
to install new packages, and done "portupgrade -aprR" to upgrade those 
presently installed.


While this does seem to work well for me, it has left one problem I did 
not foresee.  As ports get upgraded, their new package is built and 
placed in my package dir, but the *old* port's package is not removed. 
So I now have quite a few packages in my package directory that are not 
the most recent, and hence are just taking up space.


Example (/usr/ports/packages/All):

ImageMagick-6.2.5.5_4.tbz
ORBit-0.5.17_3.tbz
ORBit2-2.14.0.tbz <---
ORBit2-2.14.0_1.tbz   <---
OpenSP-1.5_7.tbz
aspell-0.60.4_3.tbz
at-spi-1.7.7.tbz<---
at-spi-1.7.7_1.tbz  <---
aterm-1.0.0_1.tbz
atk-1.11.4.tbz  <---
atk-1.11.4_1.tbz<---
autoconf-2.13.000227_5.tbz
autoconf-2.59_2.tbz
automake-1.4.6_2.tbz
automake-1.9.6.tbz
avahi-0.6.10.tbz  <---
avahi-0.6.10_1.tbz<---
avahi-0.6.10_3.tbz<---
avahi-0.6.9_5.tbz <---
-

So my question is:
Is there a way to automatically remove the old packages as existing 
packages get upgraded?  Or is there some more appropriate means for 
generating packages (and keeping them up to date) that I could transfer 
to a fresh install (or even another machine for that matter)?


My mk_pkgs.sh.  Comments are appreciated.
=
#!/bin/sh

# This will create a binary package for all ports installed on a machine.
# It will place the packages in /usr/ports/packages/All

db_pkg_dir=/var/db/pkg

pkg_dir=/usr/ports/packages/All
mkdir -p $pkg_dir

cd $db_pkg_dir
for dname in *
  do

if [ "$dname" != "pkgdb.db" ]
then

  pkg_create -v -b $dname $pkg_dir/$dname.tbz

fi

  done
===


Thanks for your help.

--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: after upgrade from 6.0 to 6.1

2006-05-20 Thread Zimmerman, Eric
>Your procedure is almost identical to mine but I usually reboot after 
>installing
>the new kernel, test it and then drop into single user mode to do the rest.
>The only exception is your step #7, I don't do it and wondering why you
>have it in there. Maybe I've been doing it wrong all along
>
>-Yuri

 
i think thats out of the handbook if i recall.  here is the reference:
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
 
under section 21.4.5
 
no issues so far. its just another way to get into single user mode after a 
reboot.
 
i do the kernel stuff in multiuser mode, all the other compiling in multiuser 
mode, and then drop to single user mode to installworld.
 
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Profile Libraries

2006-05-20 Thread Gerard Seibert
This is probably a dumb question, but what are 'profile libraries'?
There is the option to use either -NO_PROFILE while building a port, or
putting it in the make.conf file as NO_PROFILE= true, so I assume it
does something. If these libraries are not required, why are they built
by default anyway?

Ciao

-- 
Gerard Seibert
[EMAIL PROTECTED]


Those who believe in psychokinesis raise my hand.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: controlling ports: connection refused

2006-05-20 Thread Chris Howells
On Saturday 20 May 2006 19:34, Peter Michaux wrote:
> $ telnet 192.168.0.103 3690
> Trying 192.168.0.103...
> telnet: connect to address 192.168.0.103: Connection refused
> telnet: Unable to connect to remote host

Check that svn is listening on the IP 192.168.0.103 and not just localhost 
(127.0.0.1).

-- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://www.chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org


pgpuN12jO5Hzy.pgp
Description: PGP signature


Re: controlling ports: connection refused

2006-05-20 Thread Bill Moran
"Peter Michaux" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm having fun getting things working with FreeBSD. Hopefully I won't
> have too many questions for you guys but another speedbump. This looks
> like a SVN question but I think it is really a FreeBSD question.
> 
> I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another.
> They are both connected to my router. If I start a webserver (Webrick
> for a Rails web applications) on the FreeBSD machine, then I can view
> the website
> on my Mac by navigating to "http://192.168.0.103:3000/";. So I know the
> two machines can talk to each other.
> 
> On the FreeBSD machine I created an svn repository, did an initial "svn
> import" and can checkout the repostitory two ways. This is all on the
> FreeBSD machine.
> 
> # cd /home/peter/
> # svn checkout file:///home/peter/projectA
> Checked out revision 1
> 
> # cd /home/peter/
> # svnserve -d -r /home/peter/proj
> # svn checkout svn://localhost/projectB
> checkout out revision 1
> 
> So I know svn is working.
> 
> Now I would like to do a checkout on the Mac
> 
> $ svn checkout svn://192.168.0.103/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused
> $ svn checkout svn://192.168.0.103:3690/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused
> 
> Any ideas what I should do?

You should probably start the Subversion server on the FreeBSD machine.
What does sockstat -4 tell you?  I'm guessing you never started the
subversion server.

-- 
Bill Moran

ZOE: Preacher, don't the Bible have some pretty specific things to say about
 killing?
BOOK: Quite specific. It is, however, somewhat fuzzier on the subject of
 kneecaps.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


controlling ports: connection refused

2006-05-20 Thread Peter Michaux

Hi,

I'm having fun getting things working with FreeBSD. Hopefully I won't
have too many questions for you guys but another speedbump. This looks
like a SVN question but I think it is really a FreeBSD question.

I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another.
They are both connected to my router. If I start a webserver (Webrick
for a Rails web applications) on the FreeBSD machine, then I can view
the website
on my Mac by navigating to "http://192.168.0.103:3000/";. So I know the
two machines can talk to each other.

On the FreeBSD machine I created an svn repository, did an initial "svn
import" and can checkout the repostitory two ways. This is all on the
FreeBSD machine.

# cd /home/peter/
# svn checkout file:///home/peter/projectA
Checked out revision 1

# cd /home/peter/
# svnserve -d -r /home/peter/proj
# svn checkout svn://localhost/projectB
checkout out revision 1

So I know svn is working.

Now I would like to do a checkout on the Mac

$ svn checkout svn://192.168.0.103/projectB
subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
svn: Can't connect to host '192.168.0.103': Connection refused
$ svn checkout svn://192.168.0.103:3690/projectB
subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
svn: Can't connect to host '192.168.0.103': Connection refused

Any ideas what I should do?

On my mac I tried

$ telnet 192.168.0.103 3000
Trying 192.168.0.103...
Connected to 192.168.0.103.

but when I try port 3690 (the default port for svn)

$ telnet 192.168.0.103 3690
Trying 192.168.0.103...
telnet: connect to address 192.168.0.103: Connection refused
telnet: Unable to connect to remote host


Thanks,
Peter
Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing MySQL with FreeBSD pkg_add

2006-05-20 Thread Kevin Kinsey

Peter Michaux wrote:


# mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'tmp/mysql.sock' (2)

What to do?



The server isn't running.  Start it, and this message
will go away.

If the port/package is correctly installed, then

$ /usr/local/etc/rc.d/mysql-server.sh start

as root should do the trick.

To have mysql-server start automagically, add:

mysql_enable="YES"

to the file /etc/rc.conf

BTW, shouldn't there be a space between the "-u"
and the "root" ?  Probably just a c-n-p error.

KDK

--
We are all in the gutter, but some of us are looking at the stars.
-- Oscar Wilde

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading and Disk Space.

2006-05-20 Thread Grant Peel
I have a /usr/src/sys/compile dirs that has 400 meg in it. ( a kernel config 
dir) can I delete it?


-Grant

- Original Message - 
From: "Laurence Sanford" <[EMAIL PROTECTED]>

To: "Grant Peel" <[EMAIL PROTECTED]>
Cc: 
Sent: Saturday, May 20, 2006 9:58 AM
Subject: Re: Upgrading and Disk Space.



Grant Peel wrote:


The idea is to try NOT to fill up the filesystem and crap out duing the 
upgrade.



664M./src
303M./ports


Remove those two if you're doing an upgrade using the discs. If you're 
building the upgrade from source, you obviously can't do that. If adding a 
drive is an option, then it becomes easy - put /usr/ports /usr/src and 
/usr/obj on the new drive and be done with it.


If it helps any, here's some output from a 6.1RC:

[EMAIL PROTECTED](/usr)# du -h -d1
2.0K./.snap
13G./ports
418M./src
24M./bin
14M./include
49M./lib
92K./libdata
15M./libexec
2.8G./local
13M./sbin
172M./share
180K./games
885M./X11R6
154M./compat
743M./obj
14G./home
31M./sup
2.3M./lost+found
32G.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound died after an upgrade

2006-05-20 Thread David LeCount
--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> I'd guess there's more than one thing going on, so
> try to
> eliminate some variables.  In particular, use a
> command-line
> utility to generate audio.  Also, watch for log
> messages,
> and for changes in the output of /dev/sndstat.

I should have thought to check the logs before
posting here. There are error messages in the messages
file. This one is just after I reloaded the module.

May 16 17:58:35 bahamut kernel: pcm0: ac97 link rate
calibration timed out after 1341388 us

And this one is at a seemingly random time.

May 18 19:26:56 bahamut
kernel:pcm0:virtual:0:dsp0.2:play interrupt timeout,
channel dead

There aren't any errors that show up every time I
attempt to play a song, but I'm sure the above two
are related. I have tried using mplayer, which is
command-line based. Currently, /dev/sndstat shows my
soundcard and nothing unusual, even though nothing
will play.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sshd delay

2006-05-20 Thread Andrew
Hello,

This is perhaps a long shot, but anyway... 

I assume the reason you tried turning off DNS look-ups is that remote
host cannot resolve the local hostname, or it can, but takes a
relatively long time to do so. You might check and see if syslog has DNS
look-ups enabled. It's been a while, but I think we had a similar
problem and don't ask me why, but turning off DNS look-ups for syslog
solved the problem. I can't believe that sshd would block waiting for
syslog, but I suppose it could be true...

-Andrew


On Sat, 2006-05-20 at 17:26 +0400, Andrew Pantyukhin wrote:
> I have a problem. When I run sshd -ddd I get this:
> (I get the same delay without -ddd, of course)
> 
> <...>
> debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
> debug3: mm_request_receive_expect entering: type 26
> debug3: mm_request_receive entering
> ===> <60-90 seconds of delay>
> debug3: mm_request_send entering: type 26
> <...>
> 
> I started getting the delay a few days ago, on a number of
> hosts running 6.0-RELEASE/i386. I tried setting UseDNS
> off - to no effect. The sshd process is in state sbwait during
> the delay. Any ideas?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting up NIS questions?

2006-05-20 Thread Steve Kargl
On Sat, May 20, 2006 at 12:33:21PM -0400, Chuck Swiger wrote:
> Steve Kargl wrote:
> >I can't even get NIS set up with ypinit.  It unconditionally
> >uses /bin/hostname, which will grab the FQDN of the system.
> >You have given me an idea.  I can change rc.conf to set hostname
> >to the name I've given 192.168.0.10, put that on bge0, put 
> >the IP address associated with the FQDN on bge1, and reboot.
> >This might permit NIS to come up.  Though this seems like a hack,
> >because when someone connects to the seem via the FQDN, 
> >/bin/hostname will give the wrong answer.
> 
> Associating the ypdomain with the FQDN from the DNS is convenient, and a 
> convention that many follow, but it is not required, by any means.  The 
> O'Reilly "Managing NIS and NFS" book is a fine reference on this sort of 
> thing, BTW, and is probably available online in PDF form if you look.

Thanks for the pointer.  I'll go looking for this book.

> Nevertheless, YP/NIS predates many of the more convoluted network 
> designs that people set up nowadays, and was intended for machines which 
> have a single identity even if they have multiple NICs-- Sun used to 
> assign the same MAC address to all NICs on one machine, to ensure that 
> people respected collision domains.

I don't see how this is convoluted.  In fact, I would be inclined
to claim that it is the defacto method for setting up an internal
computational cluster

 s  <---> node1
internet <-F-> FQDN|master <---> w  <---> node2
 t  <---> node3

where swt = switch.

> It is not normally desirable to set up a YP/NIS master server on
> a machine which is multihomed in the sense of doing NAT or needing
> a firewall to separate internal from external, and obvious a
> firewall machine running zero or the minimal necessary services is
> a lot more secure

Note that <-F-> actually has at least one firewall.  Only people in
the apl.washington.edu domain can get to FQDN.  I was hoping to 
use NIS to simplify the propagation of info (eg., passwd, hosts,
etc.) from master to the nodes.  Propagating the info by hand
isn't too bad because I only have five nodes represently.  However,
I hope to grow an additional 11 nodes.

-- 
Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: installing MySQL with FreeBSD pkg_add

2006-05-20 Thread fbsd
The pkg_add -r msql41-server auto installs mysql41-client
as a dependaent so when you ran pkg_add -r mysql41-client
it found it was all ready there just like it should.
This is not an error.

Next you have to do rehash command or reboot box so system
can find those new modules.

Then run
mysql_install_db --user=mysql
from the command line to tell mysql to create its internel control
db.

Then mysql -u root   should work.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Michaux
Sent: Saturday, May 20, 2006 11:58 AM
To: freebsd-questions@freebsd.org
Subject: installing MySQL with FreeBSD pkg_add


Hi,

I am happy to have FreeBSD 6.1-RELEASE and KDE running on my intel
box. I am now trying to install MySQL. I logged in as root and ran
the
following commands

# pkg_add -r msql41-server
 Added group "mysql"
 Added user "mysql"
# pkg_add -r mysql41-client
"mysql-client-4.1.18_1" or its older version already installed
# mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket
'tmp/mysql.sock' (2)


What to do?

Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kmail on FreeBSD 6.1

2006-05-20 Thread Benjamin Lutz
Hello Andreas,

On Saturday 20 May 2006 18:46, none none wrote:
> hi
> i am new in FreeBSD and i have encounterted a problem
> with kmail. I had set it up and it was working fine
> until i tried to "portupgrade -a". Some pkgs failed
> during portupgrade and since then i am unable to run
> kmail. the message i receive when i type kmail on the
> xterminal is:
>
> /libexec/ld-elf.so.1: Shared object
> "libgpg-error.so.1" not found, required by "kmail"

run

portupgrade -fr libgpg-error

That will recompile anything that depends on libgpg-error (and libgpg-error as 
well). It'll take a while. Things should work again afterwards.

Cheers
Benjamin


pgpMrODLI3Hk9.pgp
Description: PGP signature


kmail on FreeBSD 6.1

2006-05-20 Thread none none
hi
i am new in FreeBSD and i have encounterted a problem
with kmail. I had set it up and it was working fine
until i tried to "portupgrade -a". Some pkgs failed
during portupgrade and since then i am unable to run
kmail. the message i receive when i type kmail on the
xterminal is:

/libexec/ld-elf.so.1: Shared object
"libgpg-error.so.1" not found, required by "kmail"

I shearced for libgpg-error.so.1 and found it in
several directories like /root/.kde/share/apps/kmail
and  /root/libgpg-error/lib.
I copied it in /libexec just in case but ofcourse
nothing changed. Everything else seems all right for
now just kmail refuses to initiate. Is anything that i
can do?
thanks in advance
andreas Sotirakopoulos
 

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting up NIS questions?

2006-05-20 Thread Chuck Swiger

Steve Kargl wrote:

I can't even get NIS set up with ypinit.  It unconditionally
uses /bin/hostname, which will grab the FQDN of the system.
You have given me an idea.  I can change rc.conf to set hostname
to the name I've given 192.168.0.10, put that on bge0, put 
the IP address associated with the FQDN on bge1, and reboot.

This might permit NIS to come up.  Though this seems like a hack,
because when someone connects to the seem via the FQDN, 
/bin/hostname will give the wrong answer.


Associating the ypdomain with the FQDN from the DNS is convenient, and a 
convention that many follow, but it is not required, by any means.  The 
O'Reilly "Managing NIS and NFS" book is a fine reference on this sort of 
thing, BTW, and is probably available online in PDF form if you look.


Nevertheless, YP/NIS predates many of the more convoluted network 
designs that people set up nowadays, and was intended for machines which 
have a single identity even if they have multiple NICs-- Sun used to 
assign the same MAC address to all NICs on one machine, to ensure that 
people respected collision domains.  It is not normally desirable to set 
up a YP/NIS master server on a machine which is multihomed in the sense 
of doing NAT or needing a firewall to separate internal from external, 
and obvious a firewall machine running zero or the minimal necessary 
services is a lot more secure


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing MySQL with FreeBSD pkg_add

2006-05-20 Thread John Cruz

Peter,

cp /usr/local/share/my-small.cnf /var/db/mysql/my.cnf. Have a look at 
your new config in /var/db/mysql and make any necessary adjustments. 
There's some other configs in /usr/local/share so if you need something 
other than the small configuration file copy that one over. All depends 
on what you're doing with it.


-John

Peter Michaux wrote:

Hi,

I am happy to have FreeBSD 6.1-RELEASE and KDE running on my intel
box. I am now trying to install MySQL. I logged in as root and ran the
following commands

# pkg_add -r msql41-server
Added group "mysql"
Added user "mysql"
# pkg_add -r mysql41-client
"mysql-client-4.1.18_1" or its older version already installed
# mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'tmp/mysql.sock' (2)


What to do?

Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Software taking a long time to load on FreeBSD6

2006-05-20 Thread Bill Moran
On Fri, 19 May 2006 21:21:19 -0600
"Levi Campbell" <[EMAIL PROTECTED]> wrote:

> Why is it that some applications like x11, ratpoison, and firefox come up
> instantly while applications like xmms, emacs and thunderbird take about
> five minutes to load? I've tried several things to try and fix this.
> 
> 
>- I've deinstalled packages to see if ports was any better and vice
>versa.
>- I've cleaned out /tmp, /var/tmp, and /var/lock and checked free
>space.
>- getting the vanilla sources from the origional FTP site and
>compiling them
> 
> I've tried everything I can think of and I'm wondering, why is this
> happening and what can I do to fix it? Thanks for your time and
> consideration.

Have you tried manually starting the slow processes under ktrace and
having a look to see what's taking so long?

ktrace output can be a little cryptic, but you don't have to understand
all of it, and you can always post the relevent parts to the list and
ask for help.  Start the process with ktrace enabled, if it seems to
"hang" for a while, stop the ktrace and the end part should give some
indication of what the holdup is.  If the process just takes a long time,
it'll require some more work to diagnose what's takin so long.

HTH

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting up NIS questions?

2006-05-20 Thread Steve Kargl
On Fri, May 19, 2006 at 05:55:22PM -0500, Derek Ragona wrote:
> At 05:48 PM 5/19/2006, Steve Kargl wrote:
>>I have 2 NICS in the master node of a small cluster.
>>bge0 is connected to the outside world with a FQDN
>>and registered DNS IP address.  bge1 is connected to
>>a 192.168.0.x internal network.  I'm trying to configure
>>NIS for the internal network, but ypinit is grabbing the
>>FQDN.  I've read the Handbook and ypinit manual page
>>without too much enlightment. :(
>>
>>What I'm after is
>>
>>192.168.0.10  NIS master server
>>192.168.0.11  NIS slave server
>>192.168.0.[12-15] NIS clients
>>
>>Anyone have a pointer to a method to achieve my goals.
>>
>>
> If memory serves YP will grab the first interface.  If you switch the 
> stacks/IPs on the interfaces I think you will get what you want.
> 

I can't even get NIS set up with ypinit.  It unconditionally
uses /bin/hostname, which will grab the FQDN of the system.
You have given me an idea.  I can change rc.conf to set hostname
to the name I've given 192.168.0.10, put that on bge0, put 
the IP address associated with the FQDN on bge1, and reboot.
This might permit NIS to come up.  Though this seems like a hack,
because when someone connects to the seem via the FQDN, 
/bin/hostname will give the wrong answer.

-- 
Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


installing MySQL with FreeBSD pkg_add

2006-05-20 Thread Peter Michaux

Hi,

I am happy to have FreeBSD 6.1-RELEASE and KDE running on my intel
box. I am now trying to install MySQL. I logged in as root and ran the
following commands

# pkg_add -r msql41-server
Added group "mysql"
Added user "mysql"
# pkg_add -r mysql41-client
"mysql-client-4.1.18_1" or its older version already installed
# mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'tmp/mysql.sock' (2)


What to do?

Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-20 Thread dawnshade
On Saturday 20 May 2006 01:26, Jeff Cross wrote:
> Michael Nottebrock wrote:
> > Jeff Cross schrieb:
> >> I ran the "make" commands you specified but still do not have a i915.o
> >> file on my system.  Here is what I have related to i915:
> >
> > Oops. Turns out the complete i915 module was only added *after* FreeBSD
> > 6.0 release. You'll have to upgrade to 6-STABLE/6.1-RELEASE (to be
> > released very soon now) to get it.
> >
> >> By the way, glxinfo | grep rendering returns no.  
> >
> > Yes, direct rendering won't work without the drm kernel module.
> >
> >
> > Cheers,
>
> I have recently upgraded to RELENG_6_1 and am still not able to play
> RTCW on my laptop. I do have the i915 module loaded now as well as drm.
>  Below is the output from kldstat:
> $ kldstat
> Id Refs Address    Size     Name
>  1   36 0xc040 691928   kernel
>  2    1 0xc0a92000 5f60     snd_ich.ko
>  3    2 0xc0a98000 22b88    sound.ko
>  4    1 0xc0abb000 2d48     wlan_wep.ko
>  5    1 0xc0abe000 4040     wlan_tkip.ko
>  6    1 0xc0ac3000 6da4     wlan_ccmp.ko
>  7    1 0xc0aca000 1b88     wlan_xauth.ko
>  8    1 0xc0acc000 2cf4     wlan_acl.ko
>  9    1 0xc0acf000 fa20     if_ath.ko
> 10    3 0xc0adf000 3015c    ath_hal.ko
> 11    2 0xc0b1 3fbc     ath_rate.ko
> 12    1 0xc0b14000 4ae8     atapicam.ko
> 13    2 0xc0b19000 c7fc     netgraph.ko
> 14    1 0xc0b26000 77e4     ng_ubt.ko
> 15    1 0xc0b2e000 5858     vkbd.ko
> 16    1 0xc0b34000 58554    acpi.ko
> 17    1 0xc47ee000 16000    linux.ko
> 18    1 0xc4f3f000 5000     i915.ko
> 19    1 0xc4f44000 e000     drm.ko
>
> glxinfo still shows no direct rendering:
>
> $ glxinfo | grep rendering
> direct rendering: No
>
>
> glxgears still runs at around 300fps average...  It still craps on
> itself when trying to launch the window.  X goes crazy for a second and
> then I am returned back to this:
>
> ]$ wolfsp
> Wolf 1.41 linux-i386 Dec  4 2002
> - FS_Startup -
> Current search path:
> /home/cross/.wolf/main
> /usr/local/share/rtcw/main/sp_pak3.pk3 (14 files)
> /usr/local/share/rtcw/main/sp_pak2.pk3 (232 files)
> /usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files)
> /usr/local/share/rtcw/main/pak0.pk3 (4775 files)
> /usr/local/share/rtcw/main
>
> --
> 6363 files in pk3 files
> execing default.cfg
> couldn't exec language.cfg
> couldn't exec wolfconfig.cfg
> couldn't exec autoexec.cfg
> Hunk_Clear: reset the hunk ok
> Bypassing CD checks
> - Client Initialization -
> Cmd_AddCommand: map_restart already defined
> - Initializing Renderer 
> ---
> - Client Initialization Complete -
> - R_Init -
> loading libGL.so.1: Initializing OpenGL display
> setting mode 3: 640 480
> Using XFree86-VidModeExtension Version 2.2
> XF86DGA Mouse (Version 2.0) initialized
> XFree86-VidModeExtension Activated at 1024x768
> Using 4/4/4 Color bits, 16 depth, 0 stencil display.
> GL_RENDERER: Mesa GLX Indirect
>
>
> ***
>  You are using software Mesa (no hardware acceleration)!
>  Driver DLL used: libGL.so.1
>  If this is intentional, add
>        "+set r_allowSoftwareGL 1"
>  to the command line when starting the game.
> ***
> WARNING: could not set the given mode (3)
> - CL_Shutdown -
> RE_Shutdown( 1 )
> ---
> - CL_Shutdown -
> ---
> Sys_Error: GLimp_Init() - could not load OpenGL subsystem
>
> Is there anything else I can try or should I get over running games on
> my laptop with a makeshift video card?
>
> agp0:  port 0xeff0-0xeff7 mem
> 0xd800-0xdfff,0xe038-0xe03f irq 16 at device 2.0 on pci0

did you installed graphics/dri?
I am running 6.1-STABLE at i915 chipset, for me all worked fine:

[EMAIL PROTECTED] [ttyp1] ~ glxinfo | grep rendering
direct rendering: Yes
[EMAIL PROTECTED] [ttyp1] ~ pkg_info |grep dri
dri-6.4.1,2 OpenGL hardware acceleration drivers for the DRI


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.1 CD is Hanging on Install

2006-05-20 Thread Mark Tinguely

Justin wrote:



If the other fine suggestions given by the others on this list do
not solve the problem, a couple other suggestions come to mind.

Redownloading and reburning the CD would be the first suggestion.
If the CD does not boot correctly, does diskettes (if you computer
still as one of course)?

The next suggestion is to get a list of components from the install
of the other OSes that work. That list and the verbose boot may point
out a device that the OS is having giving you difficulty.

--Mark Tinguely
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound died after an upgrade

2006-05-20 Thread Lowell Gilbert
David LeCount <[EMAIL PROTECTED]> writes:

> I was upgrading something in my ports tree (I can't
> remember what now) when this problem arised. Any time
> I try to play anything with audio, the player will
> just freeze. It's not locked up, because I can stop
> it. In XMMS for instance, I just hit the stop button.
> But while it's playing, the time doesn't change, the
> spectrum analyzer doesn't dance, there's no sound from
> the speakers, etc. I unloaded and reloaded the kernel
> module, but no luck. I have updated my ports tree and
> recompiled everything except for a few programs that
> have nothing to do with sound. I've also done the same
> with my kernel and world. I can't pinpoint the problem
> at all. I'm tired of using my laptop for sound, so if
> anyone has any suggestions, I'd greatly appreciate it. 

I'd guess there's more than one thing going on, so try to
eliminate some variables.  In particular, use a command-line
utility to generate audio.  Also, watch for log messages,
and for changes in the output of /dev/sndstat.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: encrypting files with a phrase

2006-05-20 Thread Chuck Swiger

Imran Imtiaz wrote:

how can i encrypt files on freebsd by using a password phrase so the if some 
one needs to decrypt the file he can decrypt with the phrase given.
  
There is a program called crypt which comes with FreeBSD which provides 
basic single-rotor encryption, which is fine for casual use but can be 
decrypted via bigram/trigram analysis easily by someone who knows what 
they are doing.  If you want strong encryption, look towards GnuPG from 
security/gnupg, or possibly towards OpenPGP or even the commercial variant.


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pf: changing tables with rules

2006-05-20 Thread [EMAIL PROTECTED]@mgedv.net

is it possible to write pf.conf rules, that will add matching
packets to tables? if yes, can someone post an example for me?

thx in advance ;-)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: encrypting files with a phrase

2006-05-20 Thread Lowell Gilbert
Imran Imtiaz <[EMAIL PROTECTED]> writes:

> how can i encrypt files on freebsd by using a password phrase so the if some 
> one needs to decrypt the file he can decrypt with the phrase given.

openssl(1) is a nice choice, in the base system.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: 6.1 CD is Hanging on Install

2006-05-20 Thread fbsd
Trouble shooting 101.

1. If you burned the install cd from the iso file, did you 
first check that what you downloaded is correct by running 
md5 and comparing the hash number against the checksum value?

2. Check the motherboard bio settings. 
Turn off all power management options.
If there is an option to select the operation system, 
select anything other than windows. 
Check that irq number assignments are set to auto.
Check that hard drive master/slave is set to auto.

3. If nothing works to fix problem them post your question to 
the FreeBSD mobile list. The mobile list is just for laptop 
questions so you should get better help there. 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Justin
Sent: Friday, May 19, 2006 1:31 PM
To: freebsd-questions@freebsd.org
Subject: 6.1 CD is Hanging on Install


Hello,

I'm trying to venture into the world of BSD.  Thus, I have just
recently joined the mailing list and this is my first message.  I have
tried to research my question and found a similar problem, but I was
unable to find any type of solution.

Here's What's Happening:

After I boot my laptop to the installer CD and select what I'd like to
boot (I've tried the default, no acpi, and safe mode with the same
results), the installer seems to lock up the computer after the
following two lines:

  Timecounter "TSC" frequency 1600070929 Hz quality 800
  Timecounters tick every 1.000 msec

 At this point the computer responds to nothing but holding down the
power button, which obviously kills the power.  Just in case it was
trying to work something out (after all, the "thinking" light was on),
I let my laptop sit for almost four hours with still no change.

I have used Debian and Fedora on this computer previously with no
problems (and obviously Windows works also).

Since there are really no other options as far as booting goes, I
really don't know what I've done wrong or what I can do.

Just is case it helps, here is some information about my system:
Compaq Presario M2105US
  AMD Mobile Sempron processor
  1GB RAM
  ATI Express 200M graphics card w/ shared memory

Also, I've tried to use the 2CD set and Boot Only CD for the i386.

Thanks in advance for your help.

~Justin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


encrypting files with a phrase

2006-05-20 Thread Imran Imtiaz
how can i encrypt files on freebsd by using a password phrase so the if some 
one needs to decrypt the file he can decrypt with the phrase given.

regards,
Imran 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading and Disk Space.

2006-05-20 Thread Laurence Sanford

Grant Peel wrote:


The idea is to try NOT to fill up the filesystem and crap out duing 
the upgrade.



664M./src
303M./ports


Remove those two if you're doing an upgrade using the discs. If you're 
building the upgrade from source, you obviously can't do that. If adding 
a drive is an option, then it becomes easy - put /usr/ports /usr/src and 
/usr/obj on the new drive and be done with it.


If it helps any, here's some output from a 6.1RC:

[EMAIL PROTECTED](/usr)# du -h -d1
2.0K./.snap
13G./ports
418M./src
24M./bin
14M./include
49M./lib
92K./libdata
15M./libexec
2.8G./local
13M./sbin
172M./share
180K./games
885M./X11R6
154M./compat
743M./obj
14G./home
31M./sup
2.3M./lost+found
32G.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: email with a database

2006-05-20 Thread Lowell Gilbert
Chuck Swiger <[EMAIL PROTECTED]> writes:

> Jonathan Horne wrote:
>> is there an email solution that employs some kind of database that stores
>> mail for long term?  id rather not turn on "leave a copy on the server" as
>> this has shown to give poorer and poorer performance over time for me.
>>   
>
> People normally take backups of their machines in order to protect 
> against losing files, including your email.  You should be using IMAP 
> instead of POP3 if you want your email to reside on the server efficiently.

That would be my first reaction, too.  But I suspect there are a lot
of different possible requirements for this kind of storage, and if
you really want to archive everything, keeping it out of your normal
mailboxes would be more efficient and less prone to losing archives
you wanted to keep.  

Most MTAs can be configured to save all mail on the way through, and
I've known people to use procmail to do similar things.  Depends on
why you want the archive.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: lines on my screen with xorg

2006-05-20 Thread Derek Ragona

Sounds like you have the refresh rate set wrong for your monitor.

-Derek

At 08:35 AM 5/20/2006, Justins Schlingmann wrote:

Hello,

I`m configuring xorg server with windowmaker and xdm.
When  I start the server I get a screen full of lines.
Everything works normal except for these lines.

Maybe someone can give me a tip.

Thanks,
Justin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: About FreeBSD on Celeron D

2006-05-20 Thread Derek Ragona

The regular i386 branch runs on the celeron chips.

-Derek


At 10:38 PM 5/19/2006, Robe wrote:

Hi,

Does any body know if the distribution of FreeBSD for IA-64 run in a
"Celeron D" microprocessor?

--
Robe.

You must be the change you want to see in the world.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.




--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading from 6.0release to 6.1release

2006-05-20 Thread Lowell Gilbert
Jonathan Graham <[EMAIL PROTECTED]> writes:

> quick question, is the appropriate method of upgrading as follows:
>
> - make 3 floppies (boot, kern1, kern2) from the "new" version's tree
> - reboot from the floppies
> - follow the sysinstall's upgrade path?

I usually do source upgrades, but that seems right to me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sshd delay

2006-05-20 Thread Andrew Pantyukhin

I have a problem. When I run sshd -ddd I get this:
(I get the same delay without -ddd, of course)

<...>
debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
debug3: mm_request_receive_expect entering: type 26
debug3: mm_request_receive entering
===> <60-90 seconds of delay>
debug3: mm_request_send entering: type 26
<...>

I started getting the delay a few days ago, on a number of
hosts running 6.0-RELEASE/i386. I tried setting UseDNS
off - to no effect. The sshd process is in state sbwait during
the delay. Any ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


lines on my screen with xorg

2006-05-20 Thread Justins Schlingmann
Hello,
 
I`m configuring xorg server with windowmaker and xdm.
When  I start the server I get a screen full of lines.
Everything works normal except for these lines.
 
Maybe someone can give me a tip.
 
Thanks,
Justin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache not working

2006-05-20 Thread Derek Ragona
You must have upgraded and didn't build the compatibility libs or deleted 
them as part of the upgrade.  Add the compatibility statements to 
/etc/make.conf and rebuild and reinstall the world.


-Derek


At 08:14 AM 5/20/2006, Imran Imtiaz wrote:
My apache server is giving me the following error today when i tried to 
start it as it will working fine a few days ago but after my system had an 
improper shutdown then apache start giving me the following error kindly 
help in this matter.


[EMAIL PROTECTED] squid]# apachectl start
/libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by 
"httpd"

/usr/local/sbin/apachectl start: httpd could not be started


regards,
Imran

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: email with a database

2006-05-20 Thread Chuck Swiger

Jonathan Horne wrote:

is there an email solution that employs some kind of database that stores
mail for long term?  id rather not turn on "leave a copy on the server" as
this has shown to give poorer and poorer performance over time for me.
  


People normally take backups of their machines in order to protect 
against losing files, including your email.  You should be using IMAP 
instead of POP3 if you want your email to reside on the server efficiently.


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


apache not working

2006-05-20 Thread Imran Imtiaz
My apache server is giving me the following error today when i tried to start 
it as it will working fine a few days ago but after my system had an improper 
shutdown then apache start giving me the following error kindly help in this 
matter.

[EMAIL PROTECTED] squid]# apachectl start
/libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by 
"httpd"
/usr/local/sbin/apachectl start: httpd could not be started


regards,
Imran 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading and Disk Space.

2006-05-20 Thread Derek Ragona
The most obvious thing is to remove the ports, then add them later after 
the upgrade.


-Derek


At 07:34 AM 5/20/2006, Grant Peel wrote:

Hi all,

I am about to upgrade a 6.0 machine to 6.1R.

I am running a little tight on space on the3 /usr part. I was wondering 
what can be safely removed from /usr befor starting the upgrade.


The idea is to try NOT to fill up the filesystem and crap out duing the 
upgrade.


Any feedback will be appreciated.

-Grant

Here is what the disk looks like right now:

/usr/src
drwxr-xr-x   21 root  wheel512 Nov 18  2005 .
drwxr-xr-x   17 root  wheel512 Nov 25 22:37 ..
-rw-r--r--1 root  wheel   6188 Jan  1  2005 COPYRIGHT
-rw-r--r--1 root  wheel349 Jun  2  2005 LOCKS
-rw-r--r--1 root  wheel   7289 Jun  4  2005 MAINTAINERS
-rw-r--r--1 root  wheel  10835 Jun 16  2005 Makefile
-rw-r--r--1 root  wheel  32475 Oct 16  2005 Makefile.inc1
-rw-r--r--1 root  wheel   2749 Mar  8  2003 README
-rw-r--r--1 root  wheel  15749 Nov  1  2005 UPDATING
drwxr-xr-x   37 root  wheel   1024 Nov 18  2005 bin
drwxr-xr-x   53 root  wheel   1024 Nov 18  2005 contrib
drwxr-xr-x5 root  wheel512 Nov 18  2005 crypto
drwxr-xr-x   21 root  wheel   2048 Nov 18  2005 etc
drwxr-xr-x   13 root  wheel512 Nov 18  2005 games
drwxr-xr-x4 root  wheel512 Nov 18  2005 gnu
drwxr-xr-x6 root  wheel   2048 Nov 18  2005 include
drwxr-xr-x9 root  wheel512 Nov 18  2005 kerberos5
drwxr-xr-x   73 root  wheel   1536 Nov 18  2005 lib
drwxr-xr-x   33 root  wheel   1024 Nov 18  2005 libexec
drwxr-xr-x   13 root  wheel512 Nov 18  2005 release
drwxr-xr-x4 root  wheel512 Nov 18  2005 rescue
drwxr-xr-x   93 root  wheel   2048 Nov 18  2005 sbin
drwxr-xr-x6 root  wheel512 Nov 18  2005 secure
drwxr-xr-x   25 root  wheel512 Nov 18  2005 share
drwxr-xr-x   58 root  wheel   1024 Nov 18  2005 sys
drwxr-xr-x   12 root  wheel512 Nov 18  2005 tools
drwxr-xr-x  221 root  wheel   3584 Nov 18  2005 usr.bin
drwxr-xr-x  186 root  wheel   3584 Nov 18  2005 usr.sbin
root on s1# pwd
/usr/src

root on s1# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a989M 60M850M 7%/
devfs  1.0K1.0K  0B   100%/dev
/dev/da0s1f 57G1.9G 50G 4%/home
/dev/da0s1d1.9G1.6G173M90%/usr
/dev/da0s1e5.8G 64M5.3G 1%/var
enterprise:/mnt132G 39G 82G32%/mnt


/usr
root on s1# du -h -d1
2.0K./.snap
24M./bin
13M./include
31M./lib
92K./libdata
15M./libexec
253M./local
13M./sbin
183M./share
664M./src
303M./ports
126M./compat
2.0K./games
2.0K./obj
23M./X11R6
1.6G.
root on s1#

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sendmail problem

2006-05-20 Thread Derek Ragona
You can look in /var/log/maillog after you try to send one and post the 
errors from that log.


-Derek

At 02:59 AM 5/20/2006, josemel esleta wrote:

I'm very new at using sendmail. i can send email to my
own domain, but when i send to others domain emails
cannot be receive.  Can anyon advice on what to change
in my configurations. I'm using freebsd 6.0 and
sendmail 8.13.4.

Any reply is appreciated.

Thanks...

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Upgrading and Disk Space.

2006-05-20 Thread Grant Peel

Hi all,

I am about to upgrade a 6.0 machine to 6.1R.

I am running a little tight on space on the3 /usr part. I was wondering what 
can be safely removed from /usr befor starting the upgrade.


The idea is to try NOT to fill up the filesystem and crap out duing the 
upgrade.


Any feedback will be appreciated.

-Grant

Here is what the disk looks like right now:

/usr/src
drwxr-xr-x   21 root  wheel512 Nov 18  2005 .
drwxr-xr-x   17 root  wheel512 Nov 25 22:37 ..
-rw-r--r--1 root  wheel   6188 Jan  1  2005 COPYRIGHT
-rw-r--r--1 root  wheel349 Jun  2  2005 LOCKS
-rw-r--r--1 root  wheel   7289 Jun  4  2005 MAINTAINERS
-rw-r--r--1 root  wheel  10835 Jun 16  2005 Makefile
-rw-r--r--1 root  wheel  32475 Oct 16  2005 Makefile.inc1
-rw-r--r--1 root  wheel   2749 Mar  8  2003 README
-rw-r--r--1 root  wheel  15749 Nov  1  2005 UPDATING
drwxr-xr-x   37 root  wheel   1024 Nov 18  2005 bin
drwxr-xr-x   53 root  wheel   1024 Nov 18  2005 contrib
drwxr-xr-x5 root  wheel512 Nov 18  2005 crypto
drwxr-xr-x   21 root  wheel   2048 Nov 18  2005 etc
drwxr-xr-x   13 root  wheel512 Nov 18  2005 games
drwxr-xr-x4 root  wheel512 Nov 18  2005 gnu
drwxr-xr-x6 root  wheel   2048 Nov 18  2005 include
drwxr-xr-x9 root  wheel512 Nov 18  2005 kerberos5
drwxr-xr-x   73 root  wheel   1536 Nov 18  2005 lib
drwxr-xr-x   33 root  wheel   1024 Nov 18  2005 libexec
drwxr-xr-x   13 root  wheel512 Nov 18  2005 release
drwxr-xr-x4 root  wheel512 Nov 18  2005 rescue
drwxr-xr-x   93 root  wheel   2048 Nov 18  2005 sbin
drwxr-xr-x6 root  wheel512 Nov 18  2005 secure
drwxr-xr-x   25 root  wheel512 Nov 18  2005 share
drwxr-xr-x   58 root  wheel   1024 Nov 18  2005 sys
drwxr-xr-x   12 root  wheel512 Nov 18  2005 tools
drwxr-xr-x  221 root  wheel   3584 Nov 18  2005 usr.bin
drwxr-xr-x  186 root  wheel   3584 Nov 18  2005 usr.sbin
root on s1# pwd
/usr/src

root on s1# df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/da0s1a989M 60M850M 7%/
devfs  1.0K1.0K  0B   100%/dev
/dev/da0s1f 57G1.9G 50G 4%/home
/dev/da0s1d1.9G1.6G173M90%/usr
/dev/da0s1e5.8G 64M5.3G 1%/var
enterprise:/mnt132G 39G 82G32%/mnt


/usr
root on s1# du -h -d1
2.0K./.snap
24M./bin
13M./include
31M./lib
92K./libdata
15M./libexec
253M./local
13M./sbin
183M./share
664M./src
303M./ports
126M./compat
2.0K./games
2.0K./obj
23M./X11R6
1.6G.
root on s1# 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.1 CD is Hanging on Install

2006-05-20 Thread Kevin Kinsey

Justin wrote:


I'm trying to venture into the world of BSD.  Thus, I have just
recently joined the mailing list and this is my first message.  I have
tried to research my question and found a similar problem, but I was
unable to find any type of solution.

Here's What's Happening:

After I boot my laptop to the installer CD and select what I'd like to
boot (I've tried the default, no acpi, and safe mode with the same
results), the installer seems to lock up the computer after the
following two lines:

 Timecounter "TSC" frequency 1600070929 Hz quality 800
 Timecounters tick every 1.000 msec

At this point the computer responds to nothing but holding down the
power button, which obviously kills the power.  Just in case it was
trying to work something out (after all, the "thinking" light was on),
I let my laptop sit for almost four hours with still no change.


Offhand, I'd still suspect ACPI/APM.  The next step after "Timecounter"
is usually the "ACPI Timecounter" and then "ACPI CPU0".

Other than trying:  a] another CD of 6.1 (maybe bad burn?) or
b] another version of FreeBSD, I wouldn't know what to suggest.


I have used Debian and Fedora on this computer previously with no
problems (and obviously Windows works also).

Since there are really no other options as far as booting goes, I
really don't know what I've done wrong or what I can do.



Well, there might be a few remaining things to try.  See

 http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/article.html
 http://www.freebsddiary.org/freebsd-6.0-rc1.php

  (and Google, where I found those), for more information about
APM/ACPI problems.

Dan (Freebsddiary) shows himself hitting "any other key for command
prompt" during stage 2 boot, then issuing:

   unset acpi_load
   boot -v

Seems like the "verbose" boot might be worth looking at; perhaps
you could get a better idea just exactly what is up with the boot
process.


Just is case it helps, here is some information about my system:
Compaq Presario M2105US
 AMD Mobile Sempron processor
 1GB RAM4
 ATI Express 200M graphics card w/ shared memory

Also, I've tried to use the 2CD set and Boot Only CD for the i386.



Hmm, then maybe the "try a different CD" won't work.  Sorry
I've got no more thoughts ATM.  Good luck!

Kevin Kinsey

--
Calvin Coolidge looks as if he had been weaned on a pickle.
-- Alice Roosevelt Longworth

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cant run x-windows on fresh 6.1 install

2006-05-20 Thread Kevin Kinsey

Peter Michaux wrote:

Ok, it is time for me to sound really stupid.



Not stupid, just, um, new?  Everyone was Once
Upon A Time ...


Actually, it seems logical there *should* be one.
What does dmesg(8) say in regard to this?  Can
you run moused(8)?  What hardware is this, anyway?


$ moused(8)
Badly placed ()'s


Yup.  The (8) refers to the manual section,
see the manpage for man(1) for that.  (Oh,
and you'd do it like this:

$ man man


$ moused
moused: no port name specified


Yeah.  Running moused needs to have
some arguments.  What's the output
of ls /dev/sysmouse ?


$ dmesg(8)
Badly placed ()'s


ditto above.


$ dmseg
dmseg: Command not found.


Look carefully.  That's dmesg, not
dmseg ...

dmesg should give you a boot message, which
should show us something about your mouse.

KDK
--
I have discovered that all human evil comes from this, man's being 
unable to sit still in a room.

-- Blaise Pascal

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Portmanager: Error Message Upon Startup

2006-05-20 Thread Gerard E. Seibert

Running FreeBSD 6.1

Upon starting portmanager, I receive the following error message.

~ # portmanager x11/kde3 -l

portmanager 0.4.1_5: Collecting installed port data

MGdbAdd error: attempt to place null data into record halted
Assertion failed: (0), function MGdbAdd, file MGdbAdd.c, line 78.
Abort trap: 6 (core dumped)

I have no idea what the message means or how to fix it. Previously, 
portmanager had worked flawlessly.


--
Gerard E. Seibert
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Microsoft USB wireless mouse can not work

2006-05-20 Thread panxj
Hi, all
I have a   Microsoft USB wireless mouse, but it cannot work in FreeBSD, 
neither in console nor in KDE. It goes well in Linux and Windows. However, 
after I plug the receiver into the USB interface, the kernel recongizes the 
hardware, and I get this in /var/log/message

May 20 18:19:15 Earth kernel: uhid0: Microsoft Microsoft USB Wireless Mouse, 
rev 2.00/0.17, addr 2, iclass 3/1

I tried sysinstall->configure->Mouse, chose auto for the type and 
enabled the moused, but nothing happens.
What should I do now? Thank you very much!___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

upgrading to apache 2.2

2006-05-20 Thread dick hoogendijk
I have a working configuration with apache-1.3.x, php4, mySQL
As I understand apache-1.3.x is a bit old, so I want to change this
config to a working apache-2.2.x + mySQL + php4

Can anybody give me some advice in how to do his? Do I remove all
packages first and do a reinstall afterwards? If yes, what will be the
right sequence?

Or is there another (better) way?
Reading points are welcome too ;-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shell script cannot run on FAT32 partition

2006-05-20 Thread Kyrre Nygard

At 21:11 18.05.2006, Lorin Lund wrote:

Kyrre Nygard wrote:



Hello!

I have this nice renaming script here.
It sanitizes badly named parts of files and folders.

But when I run it on my FAT32, dual boot transition partition 
(hehe), it causes

my computer (Pentium 4, 3,2 GHz) to freeze. I vaguely remember seeing some
message before it freezes saying "Locking from myself" or something 
like that,

this is not recorded into /var/log/messages.

It is very annoying actually because to rename a bunch of files I 
first have to
copy them to my UFS2 partition, run the script, and then copy them 
back to the

FAT32 partition.

Does this problem sound familiar to anyone?

Thanks!

Anyway here is the script.


FAT32 seems to have some limitations on moving and renaming files.

Several years ago I had wrote a program (which ran under Win98) which received
files by UDP in pieces.  Once fully assembled it would "MOVE"  the 
files to another director.


That process would bog down.  When I tried the same application 
under WinNT on an NTFS
drive it worked OK.  I don't know if the problem was in Win 98 or if 
it is a weakness of the FAT32
design.  If the problem is in the FAT32 design there could be 
problems that even show up under

FreeBSD.

That's my $0.02


To a man of my poverty, $0.02 is a lot more than what it seems :)

I guess there' s no way around it.

I notice when I copy files, manually one by one, to or from FAT32,
the files end up in uppercase. This is also very annoying,
but something I guess I have to live with.

Take care,
Kyrre

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shell script cannot run on FAT32 partition

2006-05-20 Thread Kyrre Nygard

At 19:47 18.05.2006, Simon Olofsson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

FAT32 can't distinguish between upper and lowercase. You need to use an
intermediate filename to do so.
Take a look at lcra:
http://membled.com/work/apps/lcra/lcra-1.0.1/lcra
HTH


Thanks man! I appreciate it!

-- Kyrre 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: About FreeBSD on Celeron D

2006-05-20 Thread Benjamin Lutz
On Saturday 20 May 2006 05:38, Robe wrote:
> Does any body know if the distribution of FreeBSD for IA-64 run in a
> "Celeron D" microprocessor?

It will not. FreeBSD/ia64 is for Itanium and Itanium 2 systems only. However, 
FreeBSD/i386 will run on your Celeron D just fine.

Cheers
Benjamin


pgpr0cblT41lp.pgp
Description: PGP signature


Re: sendmail problem

2006-05-20 Thread B H

josemel esleta:

I'm very new at using sendmail. i can send email to my
own domain, but when i send to others domain emails
cannot be receive.  Can anyon advice on what to change
in my configurations. I'm using freebsd 6.0 and
sendmail 8.13.4.

Any reply is appreciated.

Thanks... 


What is the error message or bounce message?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sendmail problem

2006-05-20 Thread josemel esleta
I'm very new at using sendmail. i can send email to my
own domain, but when i send to others domain emails
cannot be receive.  Can anyon advice on what to change
in my configurations. I'm using freebsd 6.0 and
sendmail 8.13.4.

Any reply is appreciated.

Thanks... 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Book for New Users Available in PDF Format

2006-05-20 Thread Annelise Anderson


The book I wrote for users new to FreeBSD and Unix--
FreeBSD: An Open Source Operating System for Your Personal Computer--
is out of print now (although DeamonNews may have a few copies) and
no longer available on Amazon, although they may still be listing
the first edition.

Many people have written to thank me for providing an
introductory book for new users.  This book is based on versions
4.1-4.11 of FreeBSD and doesn't cover 5.x or 6.x at all.  But
I continue to get requests for it.  So it's available in pdf
format on http://andrsn.stanford.edu/FreeBSD/introbook/

It's still copyrighted (I own the copyright) and so is
available for personal use, not reprint.  But feel free to download
and print.  Let me know if it doesn't work.

Annelise




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Webmin fails after last portupgrade

2006-05-20 Thread Pelle Andersson
-Original Message-
From: Kevin Kinsey [mailto:[EMAIL PROTECTED]
Sent: den 20 maj 2006 01:42
To: Pelle Andersson
Cc: freebsd-questions@freebsd.org
Subject: Re: Webmin fails after last portupgrade


Pelle Andersson wrote:
> Hello List!
> After the last portupgrade, Webmin is failing:
> 
> freebsd410# /usr/local/etc/rc.d/./webmin.sh start
> Starting webmin.
> /usr/libexec/ld-elf.so.1:
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Authen/PAM/PAM.so:
> Undefined symbol "SvPV_nolen"
> 
> 
> ld-elf.so.1 exists:
> freebsd410# find /* -name ld-elf.so.1
> /usr/libexec/ld-elf.so.1
> 
> 
> cd /usr/ports/sysutils/webmin && make deinstall && make reinstall clean
> (did not do the trick)
> 
> 
> uname -a:
> freebsd410# uname -a
> FreeBSD frodo.filmbetyg.nu 4.10-RELEASE-p23 FreeBSD 4.10-RELEASE-p23 #10:
> Thu May 18 13:11:54 CEST 2006
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FBOPTI i386
> 
> 
> Im not sure if this is a specific FreeBSD error, or a problem with Perl
(or
> other).
> Doesn't not know what "SvPV_nolen" is either. Googling does not make me
any
> smarter :-/
>
>Was this a complete portupgrade?  That perl looks quite old.
>
>Did you catch this in ports/UPDATING?
>
>  20050624:
>   AFFECTS: users of lang/perl5.8
>   AUTHOR: [EMAIL PROTECTED]
>
>   lang/perl5.8 has been updated to 5.8.7.  You should update everything
>   depending on perl.  The easiest way to do that is to use
>   perl-after-upgrade script supplied with lang/perl5.8.  Please see
>   its manual page for details.
>
>
>HTH,
>
>Kevin Kinsey
>-- 
>Q: How many marketing people does it take to change a lightbulb?
>A: I'll have to get back to you on that.


Hi and thanks Kevin!

Im using Perl 5.005_03 (perl -v) on FBSD4.10.
I thought that Perl was part of the base system.
Is it possible to upgrade my installation, to
Perl 5.8.x, via ports?

Yes it was a full portupgrade. Did not saw the UPDATING
notes on Perl. Had some problem with PHP5 and must have
overlooked everything else.

TIA & BR > Pelle



-- 

I am using the free version of SPAMfighter for private users.
It has removed 2103 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"