Re: 4.7-STABLE kernel build

2003-01-10 Thread Noah Garrett Wallach
On Fri, 10 Jan 2003, Noah Garrett Wallach wrote:

>
>
> Hi,
>
>
> okay I just built a 4.7-STABLE kernel.  but I am not able to boot when
> using the GENERIC config file.  I am kinda new at troubleshooting this
> type of stuff so a clue is welcome.
>
> after installation and reboot
>
> I only get so far - to the following line:
>
> amr0:  mem 0xf000-0xf7ff irq 3 at device 0.0 on pci4


okay I removed the MegaRAID support from the kernel configuration file and
rebuilt the kernel.  things work fine now.  but I am wondering why there
is still a hang on kernel boot for when the RAID card is defined.

commented:

# RAID controllers interfaced to the SCSI subsystem
#device asr # DPT SmartRAID V, VI and Adaptec SCSI
RAID
#device dpt # DPT Smartcache - See LINT for options!
#device  iir # Intel Integrated RAID
#device mly # Mylex AcceleRAID/eXtremeRAID
#device ciss# Compaq SmartRAID 5* series

# RAID controllers
#device aac # Adaptec FSA RAID, Dell PERC2/PERC3
#device aacp# SCSI passthrough for aac (requires CAM)
#device ida # Compaq Smart RAID
#device amr # AMI MegaRAID
#device mlx # Mylex DAC960 family
#device twe # 3ware Escalade




>
> the next line should be (from the 4.6-STABLE old kernel)
>
> amr0:  Firmware 1.72, BIOS 3.27, 128MB RAM
>
>
> what is creating this issue?  I think this MegaRAID card is supported - so
> I am not sure why loading stalls here.
>
> - noah
>
>
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Rebuild database - login.conf

2003-01-10 Thread Nathan Kinkade
On Fri, Jan 10, 2003 at 11:29:19PM -0600, Jack L. Stone wrote:
> It's very late after a upgrade from FBSD-4.5 to 4.7 on a server and during
> mergermaster, I didn't merge the new login.conf. Now, I would like to use
> the new file, but I believe I need to rebuild a database. I cannot remember
> the command syntax using "cap_mkdb" (I think) and can't find it -- and I'm
> really tired and don't want to mess it up at this stage.
> 
> Need some memory refresh please on this. thanks!
> 
> Best regards,
> Jack L. Stone,
> Administrator

I believe you need only install the new login.conf to /etc then run:

# cap_mkdb /etc/login.conf

You had it right.

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg15095/pgp0.pgp
Description: PGP signature


Re: adding some new IPs from a different subnet

2003-01-10 Thread Kevin Stevens

On Friday, Jan 10, 2003, at 22:13 US/Pacific, Kevin Stevens wrote:

What is the best way to make these log errors stop occurring ?  I 
hate to
be a pain, but not only do I need to know what to put in rc.conf, but 
I
cannot reboot the system so I need to know what commands will 
implement it
on the fly as well.

There's a sysctl setting called "inet.quit.your.bitching"*.  You'd 
issue this at the command line to take effect immediately, and put it 
in your /etc/sysctl.conf file for future reboots.

KeS

* I may have the name a bit wrong.  ;)  I'll post the exact one if I 
find it.

I think this is it:

net.link.ether.inet.log_arp_wrong_iface

Check whether yours is off or on and change it the other way.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: adding some new IPs from a different subnet

2003-01-10 Thread Kevin Stevens

On Friday, Jan 10, 2003, at 21:43 US/Pacific, Josh Brooks wrote:


And this works great - it works because 10.10.10.1 is also the default
router for 192.168.0.0/24.  BUT, even though the network works great 
and
that IP and everything else is fine, I am getting my log files full of:

/kernel: arplookup 192.168.0.1 failed: host is not on local network

Note that the error is about the gateway - 192.168.0.1 is the IP on the
gateway that this system uses.  So, at the end of the day, everything
works great, but the system doesn't like the config and is complaining 
in
the logs.

-

What is the best way to make these log errors stop occurring ?  I hate 
to
be a pain, but not only do I need to know what to put in rc.conf, but I
cannot reboot the system so I need to know what commands will 
implement it
on the fly as well.

There's a sysctl setting called "inet.quit.your.bitching"*.  You'd 
issue this at the command line to take effect immediately, and put it 
in your /etc/sysctl.conf file for future reboots.

KeS

* I may have the name a bit wrong.  ;)  I'll post the exact one if I 
find it.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


(Solved) Recovering data from a faulty drive

2003-01-10 Thread Hari Bhaskaran

Fortunately, the FreeBSD installer's disklabel program (the graphical
interactive one) was able to find the original partition information!
I assigned the mount points (I don't think that was necessary), 
wrote ('W' from the screen) the label to disk again, it went thru
a series of fscks and all my partitions are back again. I didn't
try to install (restore) bootmanager, I merely mounted those
partitions and took the data out on to another disk.


I always thought the installer's disklabel program was same 
as disklabel(8).

Thanks again to all those who replied (Gary, Mike Meyer)

(And thanks to maxtor 
Made the first support call at 8AM, got a replacement
delivered at 2PM the next day!)

--
Hari Bhaskaran

On Fri, Jan 10, 2003 at 02:41:06PM -0800, Gary W. Swearingen wrote:
> Hari Bhaskaran <[EMAIL PROTECTED]> writes:
> 
> > Is there way to backup the partition info somewhere? (may be a floppy?)
> 
> AFAIK, the partition info is entirely within the first sector of the
> slice.  The slice info is entirely within the first sector of the disk.
> (There's other info in them too, so restoring a sector might change
> more than partition info.)  Having already given an example of "dd",
> I'll leave the way to back them up as an exercise for the reader.
> 
> I thought I mentioned this, but the "disklabel" program can output
> partition info in ASCII format which you can backup and restore
> from too.  A better method than "dd", for general purposes.  And
> fdisk can give you slice info in ASCII for backup (but you'd have
> to restore by hand).
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



adding some new IPs from a different subnet

2003-01-10 Thread Josh Brooks

Hi,

I have a rc.conf that looks like:

defaultrouter="10.10.10.1"
ifconfig_fxp0="inet 10.10.10.2 netmask 255.255.255.0"
ifconfig_fxp0_alias0="inet 10.10.10.3 netmask 255.255.255.0"

Ok, easy enough - one interface, one default router, and two IPs on that
subnet.

BUT - as it happens, 10.10.10.1 is _also_ the default router for
192.168.0.0/24 ... it has the IP 192.168.0.1, but it also has the IP of
10.10.10.1 - it is the same default router, but with a few different
subnets on it.

So, I went and added one of the 192 addresses to my system:

defaultrouter="10.10.10.1"
ifconfig_fxp0="inet 10.10.10.2 netmask 255.255.255.0"
ifconfig_fxp0_alias0="inet 10.10.10.3 netmask 255.255.255.0"
ifconfig_fxp0_alias1="inet 192.168.0.2 netmask 255.255.255.0"

And this works great - it works because 10.10.10.1 is also the default
router for 192.168.0.0/24.  BUT, even though the network works great and
that IP and everything else is fine, I am getting my log files full of:

/kernel: arplookup 192.168.0.1 failed: host is not on local network

Note that the error is about the gateway - 192.168.0.1 is the IP on the
gateway that this system uses.  So, at the end of the day, everything
works great, but the system doesn't like the config and is complaining in
the logs.

-

What is the best way to make these log errors stop occurring ?  I hate to
be a pain, but not only do I need to know what to put in rc.conf, but I
cannot reboot the system so I need to know what commands will implement it
on the fly as well.

many thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Drgenius with gnome2

2003-01-10 Thread P. U. Kruppa
On Fri, 10 Jan 2003, paul beard wrote:

> P. U. Kruppa wrote:
> > Hi again!
> >
> > In the meantime I played around a little bit with DrGenius.
> >
> > (As I teach maths and physics - ) I think it is quite a valuable
> > tool for visualization and exploration of geometry and and vector
> > geometry. It seems to be competitive to commercial systems like
> > dynageo's Euklid and it is part of the gnome project.
> >
> > Thus it would be a good idea if someone - who knows about these
> > things - could write a port for it, to make it easily accessible for
> > students and teachers.
>
> well, I got it built and played with it, but it crashed on me.
> Found a few other things that didn't work as well.
>
> I can drop a bug report to the developer(s) at their site.
What did you do to crash it?
I didn't have any difficulties yet. I am running 4.7 -STABLE with
gnome2.

Uli.

> --
> Paul Beard
> 
> 8040 27th Ave NE Seattle WA 98115 / 206 529 8400
>
> The meek shall inherit the earth -- they are too weak to refuse.
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mounting a dos file system

2003-01-10 Thread P. U. Kruppa
On Fri, 10 Jan 2003, chip wiegand wrote:

> On Fri, 10 Jan 2003 19:13:49 -0500
> Adam Stroud <[EMAIL PROTECTED]> wrote:
>
> > Instal Samba.  I have a silimar situation, and Samba works great foe
> > me.
>
> Samba is for sharing FBSD shares on the windows network. There is a port
> for Sharity-Light which makes it real easy to mount your windoze shares.
>
> shlight //computer_name/share_point /mount_dir
Would this work with Win2000 Professional? - Can Sharity-Light
read and write NTFS, don't you need a server edition?

Uli.

>
> --
> Chip
>
> >
> > > I have small network at home, my system running freebsd and two
> > > other systems running windoze. I would like to be able to mount one
> > > of the logical dos drives on one of the windoze systems so I can
> > > transfer files to it. Is it possible and how do I go about doing it?
> > >
> > > Any help is greatly appreciated.
> > >
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Rebuild database - login.conf

2003-01-10 Thread Jack L. Stone
It's very late after a upgrade from FBSD-4.5 to 4.7 on a server and during
mergermaster, I didn't merge the new login.conf. Now, I would like to use
the new file, but I believe I need to rebuild a database. I cannot remember
the command syntax using "cap_mkdb" (I think) and can't find it -- and I'm
really tired and don't want to mess it up at this stage.

Need some memory refresh please on this. thanks!

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



4.7-STABLE kernel build

2003-01-10 Thread Noah Garrett Wallach


Hi,


okay I just built a 4.7-STABLE kernel.  but I am not able to boot when
using the GENERIC config file.  I am kinda new at troubleshooting this
type of stuff so a clue is welcome.

after installation and reboot

I only get so far - to the following line:

amr0:  mem 0xf000-0xf7ff irq 3 at device 0.0 on pci4

the next line should be (from the 4.6-STABLE old kernel)

amr0:  Firmware 1.72, BIOS 3.27, 128MB RAM


what is creating this issue?  I think this MegaRAID card is supported - so
I am not sure why loading stalls here.

- noah




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Problems building cyrus-sasl2 on FREEBSD-4.7-RELEASE

2003-01-10 Thread Jim Trigg
(Note: the first two tries at sending this apparently got eaten by the ether... in 
case they show up, please know that I am now subscribed to the list.)

I am having problems building the cyrus-sasl2 port on 4.7-RELEASE; no matter how I 
attempt to override it, it keeps deciding that the gssapi-dir should be /usr/local 
instead of /usr.  (When I built world for 4.7, it placed the Heimdal-style gssapi 
libraries in /usr/lib, but the cyrus-sasl2 port keeps trying to link with nonexistent 
MIT-style gssapi libraries in /usr/local/lib.)

How can I convince cyrus-sasl2 that I really do have Heimdal-style libraries in 
/usr/lib?

Thanks,
Jim Trigg
--
Jim Trigg, Lord High Everything Else  O-  /"\
  \ / ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin Family websiteX   HELP CURE HTML MAIL
Verger, All Saints - Sharon Chapel/ \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Setting Permissions For /etc and /etc/mail

2003-01-10 Thread Doug Reynolds
On Fri, 10 Jan 2003 11:34:08 -0800 (PST), Yeah! wrote:

>
>Can someone tell me the chmod commands I need to type
>to get the permissions to match those below:
>
>drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
>drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47
>/etc/mail/

man chmod


---
doug reynolds | the maverick | [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Help! my wm just went awol from X!

2003-01-10 Thread Louis LeBlanc
On 01/11/03 12:06 PM, Greg 'groggy' Lehey sat at the `puter and typed:
> > 
> 
> This is the first time I've ever heard of a file called .Xclients.  I
> thought there must have been a gap in my education and went to RTFM.
> No mention of .Xclients.  I grepped the entire X11R6 source trees.  No
> mention of .Xclients.  I googled and got only 5,780 hits, most in
> Spanish or Dutch.  From what I can tell, .Xclients is a Red Hat-ism
> that is used by some other script, possibly .xinitrc.

  Yes, one of those things I carried over when I upgraded to FreeBSD.
Sorry, I should have mentioned that.

> > I can't find any docs on it.  Manpages aren't much help either.
> 
> Read startx(1) and xinit(1) if you're starting X from a shell, and
> xdm(1) if you're using xdm.  The startup files are .xinitrc and
> .xsession respectively, and have been for at least ten years.

I read those, and they did help some.  I managed to parse out those
things I really wanted from my .Xclients and put them into the
.xinitrc.  That got me as far as the window manager starting up.

> > And since I can't get anythign running in X, I can't get a browser
> > up to go to xfree86.org and see.  Hell, I like the TTY terminals for
> > some things, but even Mutt is kindof a pain there.
> 
> You can always start things manually from a vty:
> 
>   xterm &
> 
> That should at least get you started.

Yup.  I finally figured that one out .

> It would be interesting to know:

Sorry, more stuff I should have included . . .

> 1.  What window manager are you using?
fvwm2 - just upgraded it to fvwm2.4.14
> 2.  How are you starting X?
xdm thru /etc/ttys
> 3.  What's in your .xinitrc/.xsession?

.xsession
-
#!/usr/local/bin/bash
# preferred desktop

DISPLAY=:0.0
export DISPLAY
xset b 0 0 0
xset s noblank
xset m 5 4
xset r rate 300 30

xmodmap -e "clear Mod5"
/usr/X11R6/bin/xscreensaver-command -exit
/usr/X11R6/bin/xscreensaver &

xhost localhost

echo "  \
\
\
 " >> .FVWM-errors
exec /usr/X11R6/bin/fvwm2 2>> .FVWM-errors
-

This has always worked.  Now it won't.  All I get in ~/.FVWM-errors is
Abort trap
for everytime I try to exec a command.

I've also been on the fvwm users mailing list about this, but no one
seems to have the answer yet.

Thanks for your time

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Base 8 is just like base 10, if you are missing two fingers.
-- Tom Lehrer

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mounting a dos file system

2003-01-10 Thread Adam Stroud
I thought that he was talking about mounting drives from distant machines


> Adam Stroud wrote:
> >Instal Samba.  I have a silimar situation, and Samba works great foe me.
> >
> >>I have small network at home, my system running freebsd and two other
> >>systems running windoze. I would like to be able to mount one of the
> >>logical dos drives on one of the windoze systems so I can transfer files
> >>to it. Is it possible and how do I go about doing it?
> >>
> >>Any help is greatly appreciated.
> >>
> >>
> >>To Unsubscribe: send mail to [EMAIL PROTECTED]
> >>with "unsubscribe freebsd-questions" in the body of the message
> >
> >To Unsubscribe: send mail to [EMAIL PROTECTED]
> >with "unsubscribe freebsd-questions" in the body of the message
>
> You don't need Samba to mount a DOS partition on your FreeBSD
> machine.  All it needs is a command such as
> "mount -t msdos /dev/ad1s1 /mnt"
> where ad1s1 is the name of the partition holding the DOS file
> system, and /mnt is a valid, empty directory.
>
> You need Samba if you want to work the other way around; ie
> to read and write a FreeBSD filesystem from a Windows machine.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: natd ip redirect confuses Java server behind the firewall.

2003-01-10 Thread jdroflet
On Fri, 10 Jan 2003 19:41:06 -0800 (PST), Ben Williams wrote:
> 
> I'm just guessing here, but maybe add an entry for the public name in
> /etc/hosts:
> 127.0.0.1   localhost.localdomain localhost my-www.server.name
It's not set up on DNS yet since we were just testing.
> 
> or 'split-brain' DNS if you have that level of control?
I'd have to check into how to do that, I currently only have half a brain 
> 
> -- 
> Benmailto:[EMAIL PROTECTED]
> 
> Thursday, January 9, 2003, 11:50:52 PM, you wrote:
> //snippage//
> jcc> Keep in mind I'm sniffing the inside card of the firewall so 'in what little is
> jcc> left of my mind' everything is translated already. 
> jcc> Client initiates: 
> jcc> TO: 10.150.0.24 
> jcc> from: w.x.y.z 
> jcc> Client gets onto the web pages fine then attempts to run one of the java
> jcc> reports. 
> jcc> TO: 10.150.0.24 
> jcc> from: w.x.y.z 
> 
> jcc> The server was then doing it's reflux thing which tried to get further 
> jcc> java/url stuff from whatever server the client initiated 
> jcc> To: a.b.c.d 
> jcc> from: 10.150.0.24 <= Java box attempts to 'reach' it's public IP. 
> 
> jcc> At this point the client gets an error 'Form not found' 
> 
> jcc> So, is this really a NATD problem or could it actually be a problem in one of
> jcc> the Java server configs ? And if so where do I look, I'm neither an Apache
> jcc> tomcat or java expert.
> 
> jcc> I tried aliasing the public IP on the Java box but that didn't help. 
> 
> jcc> Thanks in advance, J
> 

__
Get your FREE personalized e-mail at http://www.canada.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: natd ip redirect confuses Java server behind the firewall.

2003-01-10 Thread jdroflet
snip
>> loads the web pages fine then attempts to run one of the java
> > reports. 
> > TO: 10.150.0.24 
> > from: w.x.y.z 
> > 
> > The server was then doing it's reflux thing which tried to get further 
> > java/url stuff from whatever server the client initiated 
> > To: a.b.c.d 
> > from: 10.150.0.24 <= Java box attempts to 'reach' it's public IP. 
> 
> "reach its public ip"? 10.150.0.24 is the *private* ip, isn't it?
Yes, the 10. private address of the java box sends packets to the address is his
alias on public side. The java box should never try to do this, in my mind (very
little of it left now:) java should not even know what it's public address is
unless Natd is not working properly and if that were the case I'd think to have
found something about such a problem during my day of searching the net. The
statement about the 'reflux' above was made by the java support person, and I
think he's saying that it is the client providing the IP address to the java box
in it's call for the report, and java box is too dumb (read config file problem
?) to know it should be asking itself.
>  
> > At this point the client gets an error 'Form not found' 
> 
> what packets does the *client* see? IOW, what goes *out* from the
> outside interface? the packet headers are obviously translated fine,
> but maybe the server sends it its IP in the data?
The firewall won't send those packets on because its set to stop spoofing on the
inside interface. "add deny all from ${onet}:${omask} to any in via ${iif}"

>  
> > So, is this really a NATD problem or could it actually be a problem in one of
> > the Java server configs ?
> 
> i would think so.
> 
> > And if so where do I look, I'm neither an Apache tomcat or java
> > expert.
> 
> doesn't look like an apache problem. either tomcat or the java app.
I don't know much about either and Mr. Java support guy says it's my NAT on the
firewall. If anyone knows which file I should look in first I'd really
appreciate it.
>  
> -- 
> If you cc me or remove the list(s) completely I'll most likely ignore
> your message.see 
http://mail.canada.com/jump/http://www.eyrie.org./~eagle/faqs/questions.html";>http://www.eyrie.org./~eagle/faqs/questions.html

__
Get your FREE personalized e-mail at http://www.canada.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: port of noflushd

2003-01-10 Thread Dan Nelson
In the last episode (Jan 10), aSe said:
> I'm building up a box outta spare parts i had laying around. I'm
> really looking for a FreeBSD port of noflushd (
> http://noflushd.sourceforge.net/ ) or something that'll do the same.

Why would anyone _not_ want disk writes to be written to disk?  Use a
ramdisk if you don't want to touch the drive.  I'm trying to think of a
use for this program.

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mounting a dos file system

2003-01-10 Thread chip wiegand
On Fri, 10 Jan 2003 19:13:49 -0500
Adam Stroud <[EMAIL PROTECTED]> wrote:

> Instal Samba.  I have a silimar situation, and Samba works great foe
> me.

Samba is for sharing FBSD shares on the windows network. There is a port
for Sharity-Light which makes it real easy to mount your windoze shares.

shlight //computer_name/share_point /mount_dir

--
Chip

> 
> > I have small network at home, my system running freebsd and two
> > other systems running windoze. I would like to be able to mount one
> > of the logical dos drives on one of the windoze systems so I can
> > transfer files to it. Is it possible and how do I go about doing it?
> >
> > Any help is greatly appreciated.
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Bios not recognizing correct HD size

2003-01-10 Thread Jud
On Fri, 10 Jan 2003 15:50:45 -0600
"Mike Loiterman" <[EMAIL PROTECTED]> wrote:

[snip]
> > Also make sure the jumpers are correctly set on the drive. Sometimes
> > the jumpers can be set to fake the disk size reported to the BIOS.
[snip]

Perhaps you've answered this and I didn't catch it: How are your jumpers set?

Jud

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Restoring /usr from a remote tape

2003-01-10 Thread Michael C. Cambria
Konrad Heuer wrote:
> 
> On Wed, 8 Jan 2003, Michael C. Cambria wrote:
> 
> > Is it possible to restore a local filesystem such as / or /usr
> > from a remote tape?
> >
> > I'm assuming that one would need to be in single user mode or
> > boot from fixit floppy/CD.  So I'm trying to test accessing
> > the remote tape from both single user mode or fixit with no
> > luck.  I can get the LAN up, and the two machines can ping
> > each other.
> >
> > Things look like they fail when restore trys to run rsh.
> >
> > Before I guess at modifying the fixit floppy or the script in
> > the handbook to try to allow for a remote tape restore, I'd
> > like to know what others have done.
> 
> It is possible by using a fixit CD which is the second one of the four
> FreeBSD CDs because all necessary binaries and libraries are available
> there. I've done it some time ago; maybe you need to create links from
> /usr/bin to /mnt2/usr/bin and /usr/lib to /mnt2/usr/lib to get things
> working.

I needed to link /mnt2/usr/bin to /usr/bin and everything worked fine.

Specifically:

cd /usr
mkdir bin
ln -s /mnt2/usr/bin /usr/bin

I can now dump and restore in single user mode just fine from the FixIt
CD.

Thanks,
MikeC

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mounting a dos file system

2003-01-10 Thread Mike Jeays
Adam Stroud wrote:


Instal Samba.  I have a silimar situation, and Samba works great foe me.


 

I have small network at home, my system running freebsd and two other
systems running windoze. I would like to be able to mount one of the
logical dos drives on one of the windoze systems so I can transfer files
to it. Is it possible and how do I go about doing it?

Any help is greatly appreciated.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
   



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

 

You don't need Samba to mount a DOS partition on your FreeBSD
machine.  All it needs is a command such as
"mount -t msdos /dev/ad1s1 /mnt"
where ad1s1 is the name of the partition holding the DOS file
system, and /mnt is a valid, empty directory.

You need Samba if you want to work the other way around; ie
to read and write a FreeBSD filesystem from a Windows machine.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Help! my wm just went awol from X!

2003-01-10 Thread Greg 'groggy' Lehey
On Friday, 10 January 2003 at  1:17:36 -0500, Louis LeBlanc wrote:
> Ok, this one is pretty frustrating.  We had a power cut tonight, and
> my machine rebooted.  It came up quite nicely, better than I expected,
> considering I had recently updated some of the startup packages, and
> hadn't yet had a chance to power cycle it myslef.
>
> One problem.  Now, when I log into X, my window manager won't come up.
> I get the dull grey grid with an 'X' mouse pointer, and the console,
> but no menu, terminal, nothing.  My ~/.Xclients hasn't changed, and
> that's where I've always started fvwm2 from  I even had it redirect
> error output to a file so I could see what was the problem when
> something didn't work.  Now, I see nothing.  The ~/.FVWM-errors file
> never gets created, so it looks like .Xclients never gets executed.

This is the first time I've ever heard of a file called .Xclients.  I
thought there must have been a gap in my education and went to RTFM.
No mention of .Xclients.  I grepped the entire X11R6 source trees.  No
mention of .Xclients.  I googled and got only 5,780 hits, most in
Spanish or Dutch.  From what I can tell, .Xclients is a Red Hat-ism
that is used by some other script, possibly .xinitrc.

> Did the XFree86 desktop init file change?  

No.

> I can't find any docs on it.  Manpages aren't much help either.

Read startx(1) and xinit(1) if you're starting X from a shell, and
xdm(1) if you're using xdm.  The startup files are .xinitrc and
.xsession respectively, and have been for at least ten years.


> And since I can't get anythign running in X, I can't get a browser
> up to go to xfree86.org and see.  Hell, I like the TTY terminals for
> some things, but even Mutt is kindof a pain there.

You can always start things manually from a vty:

  xterm &

That should at least get you started.

It would be interesting to know:

1.  What window manager are you using?
2.  How are you starting X?
3.  What's in your .xinitrc/.xsession?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: solaris firewall?

2003-01-10 Thread Shawn Henderson
I am sorry I offended people but I was sending this as a fellow freebsd user
to my peers in order to gain opinion on it. I am offended people react in
such a way as to bite someones head off for asking a question of this nature
no matter if its a freebsd list m$ list or linux...who cares. Thanks to
those of you who gave me some answers with out all the crap.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Shawn Henderson" <[EMAIL PROTECTED]>; "oclug"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Chris
Gunderson" <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 6:44 AM
Subject: Re: solaris firewall?


> Use ipf on solaris; it's what I do at work at least.
>
> But yeah, this is a FreeBSD list; it offended me that you posted here for
that
> type of info.
>
> Another good place to try is irc.freenode.net (I think that's right), in
> #solaris.  Don't try #solaris on efnet unless you're a Sun god, because
they'll
> smack you worse than we will.
>
>
> Quoting Ian Watkinson <[EMAIL PROTECTED]>:
>
> > On Fri, 2003-01-10 at 07:41, Shawn Henderson wrote:
> > > how well of a firwall can be created with Solaris 8
> > > I am playing with a couple different *nix flavors and wanted to test
out
> > > setting up a Solaris firewall
> > > is it possible and how would I do it..any Ideas.
> > >
> >
> > 1/ This is nothing to do with FreeBSD, so why are you posting to so many
> > FreeBSD lists? Unix != FreeBSD != Solaris.
> >
> > 2/ There are two forms of Sun Firewall, from Sun. Sunscreen and Suncreen
> > lite. Neither are great unless you have access to Sun's course notes for
> > the software.
> >
> > 3/ If you want to compare Unix Firewalls, then try something like Ipcop
> > as a starter, then replicate what it does, with freensd, then see how
> > many of those packages then will work on solaris.
> >
> >
> > --
> >
> > Ian Watkinson
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-hackers" in the body of the message
> >
>
>
>
>
> -
> SIUE Web Mail
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Recovering data from a faulty drive

2003-01-10 Thread Gary W. Swearingen
Hari Bhaskaran <[EMAIL PROTECTED]> writes:

> Is there way to backup the partition info somewhere? (may be a floppy?)

AFAIK, the partition info is entirely within the first sector of the
slice.  The slice info is entirely within the first sector of the disk.
(There's other info in them too, so restoring a sector might change
more than partition info.)  Having already given an example of "dd",
I'll leave the way to back them up as an exercise for the reader.

I thought I mentioned this, but the "disklabel" program can output
partition info in ASCII format which you can backup and restore
from too.  A better method than "dd", for general purposes.  And
fdisk can give you slice info in ASCII for backup (but you'd have
to restore by hand).

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



"The Complete FreeBSD", third edition: errata and addenda

2003-01-10 Thread Greg Lehey








  Errata and addenda for the Complete FreeBSD, third edition




 Last revision: 2 August 1999

The trouble with books is that you can't update them the way you can a web page
or any other online documentation.   The  result  is  that  most  leading  edge
computer  books are out of date almost before they are printed.  Unfortunately,
``The Complete FreeBSD'', published by Walnut  Creek,  is  no  exception.   In-
evitably, a number of bugs and changes have surfaced.

The  following  is  a list of modifications which go beyond simple typos.  They
relate to the third edition, formatted  on  17  May  1999.   You'll  find  this
information  on  page  iv  (the  page  before  the  beginning  of  the Table of
Contents).  See the end of this document for instructions on how  to  find  the
errata for an older version.

You can get the current document in four forms:

o A PostScript version, suitable for printingout,at
  ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third  edition
  to  find  out  how  to print out PostScript.  If at all possible, please take
  this document: it's closest to the original text.

  Be careful selecting this file with a web browser: it is often impossible  to
  reload the document, and you may see a previously cached version.

o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When
  viewed with more or less,  this  version  will  show  some  highlighting  and
  underlining.  It's not suitable for direct viewing.

o An  ASCII-only  version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This
  version is posted every week to the  FreeBSD-questions  mailing  list.   Only
  take  this version if you have real problems with PostScript: I can't be sure
  that the lack of different fonts won't confuse the meaning.

o A web version at http://www.lemis.com/errata-3.html.

All these modifications have been applied to the ongoing  source  text  of  the
book, so if you buy a later edition, they will be in it as well.  If you find a

 Page 1






The Complete FreeBSD


bug or a suspected bug in the book, please contact me at <[EMAIL PROTECTED]>

Page ii
___

The instructions on page ii (opposite the title  page)  tell  you  to  look  at
ftp://ftp.lemis.com/pub/cfbsd/errata-2  for  the  errata  list.   That's wrong.
Look at this list.

Pages 190 and 191
_

The description is not very clear about which text appears  when  booting  from
floppy  for  initial  install,  and  which  appears when booting normally.  The
procedure is very similar, but there are some differences.  Add  the  following
text after the heading Boot messages:

You'll  boot  your system in at least two different ways: initially you'll boot
from floppy or CD-ROM in order to install the system.  Later, after the  system
is  installed,  you'll boot from hard disk.  The procedure is almost identical,
so we'll look at both versions in the following examples.

Replace the text from the middle of page 191 with:

If you're booting from 1.44 MB floppies, you will then see:

Please insert MFS root floppy and press enter:

When you insert the MFS root floppy and press  Enter,  you  see  more  twirling
batons, then the UserConfig screen appears.

UserConfig: Modifying the boot configuration


After  the  kernel has been loaded, the following screen will appear if you are
installing the system, or if you have requested it with the -c  option  to  the
boot loader:

Page 206


The  bottom  two lines on this page should be in bold constant font, indicating
that this is input for your /etc/rc.config file


Page 2






 Errata and addenda for the Complete FreeBSD, third edition


nfs_client_enable="YES"   # This host is an NFS client (or NO).
nfs_server_enable="YES"   # This host is an NFS server (or NO).


Page 265


The example on the second half of the page refers to the old SCSI driver.   The
scsi  program  is  no  longer  available  in  FreeBSD  3.x.   Instead,  use the
camcontrol program.  Replace the text with:.

Modern disks make provisions for recovering from such errors by  allocating  an
alternate sector for the data.  IDE drives do this automatically, but with SCSI
drives you have the option of enabling or disabling reallocation.   Usually  it
is  turned on when you buy them, but occasionally it is not.  When installing a
new disk, you should check that the parameters  ARRE  (Auto  Read  Reallocation
Enable)  and AWRE (Auto Write Reallocation Enable) are turned on.  For example,
to check and set the values for disk da1, you would enter:

# camcontrol modepage da1 -m 1 -e -P 3
# scsi -f /dev/rda1c -m 1 -e -P 3

This command will start up your favourite editor (either the one  specified  in
the EDITOR environment variable, or vi by default) with the f

"The Complete FreeBSD", second edition: errata and addenda

2003-01-10 Thread Greg Lehey








  Errata and addenda for the Complete FreeBSD, second edition




  Last revision: 21 June 1999

The trouble with books is that you can't update them the way you can a web page
or any other online documentation.   The  result  is  that  most  leading  edge
computer  books are out of date almost before they are printed.  Unfortunately,
``The Complete FreeBSD'', published by Walnut  Creek,  is  no  exception.   In-
evitably, a number of bugs and changes have surfaced.

The  following  is  a list of modifications which go beyond simple typos.  They
relate to the second edition, formatted on 16 December 1997.  If you have  this
book,  please  check this list.  If you have the first edition of 19 July 1996,
please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This  same  file  is  also
available via the web link http://www.lemis.com/.

This list is available in four forms:

o A PostScript version, suitable for printingout,at
  ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book  to  find
  out  how  to  print  out  PostScript.   If  at all possible, please take this
  document: it's closest to the original text.

  Be careful selecting this file with a web browser: it is often impossible  to
  reload the document, and you may see a previously cached version.

o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When
  viewed with more or less,  this  version  will  show  some  highlighting  and
  underlining.  It's not suitable for direct viewing.

o An  ASCII-only  version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This
  version is posted every week to the  FreeBSD-questions  mailing  list.   Only
  take  this version if you have real problems with PostScript: I can't be sure
  that the lack of different fonts won't confuse the meaning.

o A web version at http://www.lemis.com/errata-2.html.

All these modifications have been applied to the ongoing  source  text  of  the
book, so if you buy a later edition, they will be in it as well.  If you find a

 Page 1






The Complete FreeBSD


bug or a suspected bug in the book, please contact me at <[EMAIL PROTECTED]>

General changes
___


o In a number of places, I suggest the use of the  following  command  to  find
  process information:

  $ ps aux | grep foo

  Unfortunately,  ps  is sensitive to the column width of the terminal emulator
  upon which it is working.  This command usually works fine  on  a  relatively
  wide  xterm,  but if you're running on an 80-column terminal, it may truncate
  exactly the information you're looking for, so you end  up  with  no  output.
  You can fix that with the w option:

  $ ps waux | grep foo

  Thanks to Sue Blake <[EMAIL PROTECTED]> for this information


Location of the sample files


On  the  2.2.5 CD-ROM only, the location of the sample files does not match the
specifications in the book (/book on the first CD-ROM).  The 2.2.5 CD-ROM  came
out before the book, and it contains the files on the third (repository) CD-ROM
as a single gzipped tar file  /xperimnt/cfbsd/cfbsd.tar.gz.   It  contains  the
following files:

drwxr-xr-x jkh/jkh   0 Oct 17 13:01 1997 cfbsd/
drwxr-xr-x jkh/jkh   0 Oct 17 13:01 1997 cfbsd/mutt/
-rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases
-rw-r--r-- jkh/jkh9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc
drwxr-xr-x jkh/jkh   0 Oct 17 14:02 1997 cfbsd/scripts/
-rw-r--r-- jkh/jkh   18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc
-rwxr-xr-x jkh/jkh1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop
-rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc
-rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles
-rw-r--r-- jkh/jkh1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry
-rw-r--r-- jkh/jkh1028 Oct 17 14:02 1997 cfbsd/scripts/README
drwxr-xr-x jkh/jkh   0 Oct 18 19:32 1997 cfbsd/docs/
-rw-r--r-- jkh/jkh  199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt

Page 2






Errata and addenda for the Complete FreeBSD, second edition


-rw-r--r-- jkh/jkh  189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt
-rw-r--r-- jkh/jkh  188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps
-rw-r--r-- jkh/jkh  226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps
-rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README
-rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata

To  extract  one  of these files, say cfbsd/docs/packages.txt, and assuming you
have the CD-ROM mounted as /cdrom, enter:

# cd /usr/share/doc
# tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt

See page 209 for more information on using tar.

These files are an early version of what is described in the book.  I'll put up
some upda

How to get best results from FreeBSD-questions

2003-01-10 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update 3 September 1999

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the "newcomers"), and also those who answer the
questions (the "hackers").

   Note that the term "hacker" has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is "cracker", but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to "[EMAIL PROTECTED]" with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey <[EMAIL PROTECTED]>

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send "how to" questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters specificall

What's wrong (-Wconversion)?

2003-01-10 Thread Mikhail Teterin
The following little file

#include 

uint16_t f(uint16_t in) {
return htons(in);
}

, when compiled with -Wconversion:

cc -Wconversion -c t.c

, gives the following mistery warning:

t.c: In function `f':
t.c:4: warning: passing arg 1 of `__bswap16' with different width due to 
prototype

The compiler is:
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20021119 (release)

Any clues? Thanks!

-mi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Running portupgrade in the background?

2003-01-10 Thread Chris Doherty
On Fri, Jan 10, 2003 at 05:54:17PM -0500, Martin Gignac said: 
> Hi,
> 
> I'm often use portupgrade in combination with sudo from an SSH session and
> up till now I've never been able to put the portupgrade process in the
> background so that it can finish its job and I can safely exit the SSH
> session.

when a process dies, in general all of its child processes die with it. in
this case the portupgrade process is a child of the ssh session and dies
when you log out.

the solution is nohup(1):

% nohup portupgrade $options &

which should leave the process running after you log out, and will dump
the output to the file nohup.out unless you redirect it elsewhere.

HTH,
chris


---
Chris Doherty
chris [at] randomcamel.net

"I think," said Christopher Robin, "that we ought to eat
all our provisions now, so we won't have so much to carry."
   -- A. A. Milne
---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



What's wrong -- -Wconversion?

2003-01-10 Thread Mikhail Teterin
The following little file

#include 

uint16_t f(uint16_t in) {
return htons(in);
}

, when compiled with -Wconversion:

cc -Wconversion -c t.c

, gives the following mistery warning:

t.c: In function `f':
t.c:4: warning: passing arg 1 of `__bswap16' with different width due to 
prototype

The compiler is:
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20021119 (release)

Any clues? Thanks!

-mi



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Drgenius with gnome2

2003-01-10 Thread paul beard
P. U. Kruppa wrote:

Hi again!

In the meantime I played around a little bit with DrGenius.

(As I teach maths and physics - ) I think it is quite a valuable
tool for visualization and exploration of geometry and and vector
geometry. It seems to be competitive to commercial systems like
dynageo's Euklid and it is part of the gnome project.

Thus it would be a good idea if someone - who knows about these
things - could write a port for it, to make it easily accessible for
students and teachers.


well, I got it built and played with it, but it crashed on me. 
Found a few other things that didn't work as well.

I can drop a bug report to the developer(s) at their site.

--
Paul Beard

8040 27th Ave NE Seattle WA 98115 / 206 529 8400

The meek shall inherit the earth -- they are too weak to refuse.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: mounting a dos file system

2003-01-10 Thread Adam Stroud
Instal Samba.  I have a silimar situation, and Samba works great foe me.


> I have small network at home, my system running freebsd and two other
> systems running windoze. I would like to be able to mount one of the
> logical dos drives on one of the windoze systems so I can transfer files
> to it. Is it possible and how do I go about doing it?
>
> Any help is greatly appreciated.
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Bazillion kernel messages?

2003-01-10 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

On Friday, 10 January 2003 at  9:37:02 -0500, Bill Moran wrote:
> [EMAIL PROTECTED] wrote:
>> From: Steve Warwick <[EMAIL PROTECTED]>
>>
>>> I have a bazillion of these kernel messages showing up in my logs...
>>>
>>> Jan  9 13:53:30 la last message repeated 7 times
>>> Jan  9 13:59:21 la /kernel: arp: 00:05:32:0e:64:12 attempts to modify
>>> permanententry for 12.158.234.65 on rl0
>>>
>>> I know rl0 is my ethernet but I don't host the .65 address. I have
>>> not seen these before - does anyone know what these messages mean?
>>
>> No help here, but I get this (alot) and I've seen it discussed, but no
>> resolution (if one is needed):
>> ./kernel: arp: [address] has moved to [different] address on [cable
>> modem mac address]
>>
>> I'd be interested in any suggestions, as well.
>
> These are two different issues.  The "[address] has moved to
> [different] ..." message is simply caused by DHCP giving different
> addys to different computer as they turn on and off on the cable
> network.  It's not really anything to be concerned with.

That's not the only possibility.  It could be two machines both
insisting that the address is theirs.  That *is* an issue to be
concerned with.

> I'm not sure what Steve's problem is, but it sounds like a
> something's wrong.  If I were you, I'd do a little research to find
> out what computer has 00:05:32:0e:64:12 and see what software is
> running on it.  That may get you pointed toward the cause/solution
> of the problem.

You could also try connecting to it with ssh or rlogin or some such.
That should help you identify which machine it is more easily.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kppp

2003-01-10 Thread Brian Astill
[EMAIL PROTECTED] wrote:


I determine that the modem is on /dev/cuaa4 by trying all ports up to 
that one. I did this:
ppp ON localhost> set device /dev/cuaa0
ppp ON localhost> set speed 115200
ppp ON localhost> term

ppp ON localhsot> set device /dev/cuaa1
ppp ON locahlost> set speed 115200
ppp ON localhost> term

ppp ON localhost> set device /dev/cuaa2
ppp ON localhost> set speed 115200
ppp ON localhost> term

ppp ON localhsot> set device /dev/cuaa3
ppp ON locahlost> set speed 115200
ppp ON localhost> term

ppp ON localhsot> set device /dev/cuaa4
ppp ON locahlost> set speed 115200
ppp ON localhost> term
at
OK
atdt1234567
CONNECT
ISP login:asdfadfadf 

Your question was about kppp not allowing you to use cuaa4, which it 
doesn't and shoudn't as there are normally no more than 4 serial ports 
available, numbered cuaa0, 1, 2 and 3.  There is no /dev/cuaa4 on my 
system - did you create one on yours?
Your ppp data hasn't been cut&pasted from your ppp output - be nice if 
it had been as there might be something "insignificant" there which 
would help resolve the issue.
As it stands ppp would seem to be lying to you, or you have a weird mobo 
problem or you have sonfused ppp by mistyping the "set device" line in 
ppp.conf, or ...
cuaa4 is definitely wrong on "normal" i386 systems.

---
Brian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Scanner for FreeBSD

2003-01-10 Thread Warren Block
On Fri, 10 Jan 2003, BSD baby wrote:

> Is there any tutorial out there for how to do a USB scan -
> how to scan a page on a USB scanner into Gimp or something?
>
> I've got one here I want to try, but don't know how to start.

Search the list archives for "Setting Up A USB Scanner"; I wrote that a
while back about my Epson 1640.

-Warren Block * Rapid City, South Dakota USA

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Running portupgrade in the background?

2003-01-10 Thread Martin Gignac
Hi,

I'm often use portupgrade in combination with sudo from an SSH session and
up till now I've never been able to put the portupgrade process in the
background so that it can finish its job and I can safely exit the SSH
session.

Whenever I've done this the portupgrade process seems to die and I never
successfully create the desired port(s). I find that I always have to be
on a "live" session during the entire portupgrade build process for it to
finish successfully.

Is this the normal behavior? Is it really impossible to properly put the
protupgrade process in the background? Or am I just doing it all wrong?

I've tried different combinations of:

sudo portupgrade  &
sudo -b portupgrade 
sudo -b sh -c "portupgrade  > /home//build.out 2>&1"

all to no avail...

-Martin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mounting a dos file system

2003-01-10 Thread Quincy
Hello,

I believe you can do this by installing SMB support. By doing that, you can use
smbutil and mount_smbfs to connect to and mount window shares. All you would
have to do is share each drive you want on the windows machines. Check out
http://www.onlamp.com/lpt/a/1357 for more information.

Hope I've helped.
James

--- Dave McCoy <[EMAIL PROTECTED]> wrote:
> I have small network at home, my system running freebsd and two other 
> systems running windoze. I would like to be able to mount one of the 
> logical dos drives on one of the windoze systems so I can transfer files 
> to it. Is it possible and how do I go about doing it?
> 
> Any help is greatly appreciated.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Gary W. Swearingen
Roman Neuhauser <[EMAIL PROTECTED]> writes:

> to expand on this: hard disk vendors lie to the customers. when you
> buy an "80 GB" disk you actually buy 80 * 1000 ^ 3 (Lowell, I don't think 
> drive got *that* big yet :), not 80 * 1024 ^ 3.
> 
> American hd buyers might try a class action lawsuit. :)

No doubt the lawyers would bring in Expert Witnesses saying that
a GB is 10^9 bytes.  And they'd be right.  And wrong.

I noticed Linux boot msgs giving sizes in "MiB", etc.  Maybe a good
idea, but it's ugly and I'd prefer an official FreeBSD dictionary for
such things wherein GB = 2^30 in all docs, msgs, and source.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mounting a dos file system

2003-01-10 Thread Dave McCoy
I have small network at home, my system running freebsd and two other 
systems running windoze. I would like to be able to mount one of the 
logical dos drives on one of the windoze systems so I can transfer files 
to it. Is it possible and how do I go about doing it?

Any help is greatly appreciated.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: freebsd curiosity

2003-01-10 Thread paul beard
I kicked this thread across to advocacy when it started, so it may 
be worth following it up over there.



--
Paul Beard

8040 27th Ave NE Seattle WA 98115 / 206 529 8400

Genetics explains why you look like your father, and if you don't, why
you should.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: kernel messsage

2003-01-10 Thread Gary W. Swearingen
> > On Fri, 10 Jan 2003 13:12:45 -0600 "Kenzo" <[EMAIL PROTECTED]> wrote:
> >
> >> This is popping up and I don't know what it is.
> >>
> >> hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to
> >> 00:c0:4f:e0 on xl0
> >> 10.25.192.11 is a workstation on my network, but why am I getting this
> >> message on my server?

That thing's been bugging me too (but not enough to think about it) and
I'm glad to have seen it explained.  Looking closer, in my DHCP case,
the IP# is labeled "New Routers" by dhclient; aparently my ISP's routers
time-sharing the IP#.  It would make more sense for it to be my cable
modem, but I don't know why/how it would be changing MACs.  "arp -a"
DOES show the IP# as in the client.attbi.com domain which sounds like
it might be unique to a customer/client at any one time.  Anyone know?

(I which I knew how to shut the cable up.  I ran the cable halfway
'round the room so I could what the xfr light flash, but it's not useful
as there's continual traffic (1-3 Hz) to my NIC (but no further, AFAIK;
ipfw doesn't see anything more than I expect).)


Would the message be any clearer (ie, easier to figure out) ending "on
xl0's data link"?  (An OSI level 2 term, probably.)  No MACs moved on
xl0, of course.  I guess the MACs moved on "xl0", but it doesn't even
know about any IP addresses other than it's own, AFAIK, so the IP can't
move "on xl0", strictly speaking.  I might write a little patch for it.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Bios not recognizing correct HD size

2003-01-10 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday, January 09, 2003 4:16 AM Paul Everlund  wrote:

> On Wed, 8 Jan 2003, Mike Loiterman wrote:
> 
>> On Wednesday, January 08, 2003 5:54 PM Stephen Hovey
>>  wrote: 
>> 
 I think you're right.  So should I just define the drive correctlt
 in fdisk?  If so, what would be the proper settings.
>>> 
>>> usually a drive has em on the drive on something - a sticker/label
>>> sorta thing with head, cyl, sect, etc
>> 
>> Ok I found out the proper numbers:
>> 39704  cyls, 16 heads, 63 sectors.
>> 
>> I defined it that way in the BIOS.
>> 
>> When I get to the fdisk part of the install I did 'G'.  I then set
>> the geometry according to those numbers and told it to use the
>> entire drive.  When I go to define the slices, though, it still
>> thinks the drive is only 2 gigs.  What am I doing wrong?
>> 
>> Mike Loiterman
>> PGP Key 0xD1B9D18E
>> http://www.ascendency.net
> 
> Maybe this will work? Set it up in BIOS to be a 2 GB disk. Boot from
> the floppy/CD, and in fdisk you should give the proper numbers. Create
> two partitions. The first one to boot from, that should be less than 2
> GB, and the second should be the rest of the disk. Now create your
> slices in the two partitions, and of course / should be on the first
> one. Maybe this layout could be sufficient for you?
> Partition 1  (2 GB): /  256 MB
>  (swap) 2*RAM
>  /var   The rest of the available space...
> Partition 2 (18 GB): /usr  18 GB
> 
> Also make sure the jumpers are correctly set on the drive. Sometimes
> the jumpers can be set to fake the disk size reported to the BIOS.
> 
> Hope above information will make it work!
> 
> Best regards,
> Paul

I think trying to fool the BIOS into recognizing it is an exercise in futility.  I 
think my best bet would be to buy and ATA Card with on board BIOS  Would that work 
with BSD?

- ---
Randomly Generated Quote:
'Time is an illusion. Lunchtime doubly
so.' -- Douglas Adams

Mike Loiterman
PGP Key 0xD1B9D18E
http://www.ascendency.net



-BEGIN PGP SIGNATURE-
Version: PGP 8.0
Comment: This message has been digitally signed by Mike Loiterman

iQA/AwUBPh9ANWjZbUnRudGOEQIF0gCfSN+pLIizx+smR6Gl74imgYC0pjgAoMZC
aP0XOcahfNJ3n6F5OJvsnA3X
=Nmy7
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



port of noflushd

2003-01-10 Thread aSe
I'm building up a box outta spare parts i had laying around. I'm really looking for a 
FreeBSD port of noflushd ( http://noflushd.sourceforge.net/ ) or something that'll do 
the same. 

If I can't find something like it, I'll be forced to install linux over bsd and nobody 
wants that! right? :)

Thanks,
Gordon Keesler [[EMAIL PROTECTED]]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: newbie cluele re routing issue

2003-01-10 Thread Stephen D. Kingrea
yes, it is cable/dsl. that would explain the lack of connectivity under
the linksys scenario.

i will try this again and report back. thank you for the clue

stephen d. kingrea

On 10 Jan 2003, Matt Smith wrote:

>Regarding your ISP -- is this a DSL connection?  If so, your DMZ server
>(connected to the Hub) probably needs to run PPPoE.  Is it?  Anything
>behind the linksys device does not, because the linksys device takes
>care of PPPoE for everything behind it.
>-Matt
>
>On Fri, 2003-01-10 at 14:20, Stephen D. Kingrea wrote:
>> ok, i know that i am a newbie, but perhaps what i am trying to do is
>> impossible.
>> 
>> goal: host 2 domains locally
>> equipment: linksys wireless router (4 ethernet connections--wireless not
>> running yet), freebsd 4.7 on dedicated p166, and several boxes/os's
>> connected dhcp.
>> 
>> i assigned router 1 static address (68.114.63.14), server lan address
>> (192.168.1.110). domain1.com is working.
>> 
>> i wish to alias second static address (68.114.63.34) on server for
>> domain2.com. 
>> 
>> try as i might, i cannot make this work. is it even possible?
>> 
>> linksys says: place hub between modem and router, connect server to hub
>> (placing server outside lan). that scenario renders server incapable of
>> communicating with isp's router (68.114.63.1).
>> 
>> i am beginning to wonder whether i can even accomplish this. it seems
>> simple enough, however; i just can't make it work
>> 
>> any suggestions?
>> 
>> tia
>> 
>> stephen d. kingrea
>> 
>> 
>> To Unsubscribe: send mail to [EMAIL PROTECTED]
>> with "unsubscribe freebsd-questions" in the body of the message
>-- 
>Matt Smith <[EMAIL PROTECTED]>
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



divxPlayer error message

2003-01-10 Thread Quincy
Hello,

I recently installed FreeBSD 4.4 from a CD, and used CVSup to upgrade to 4.7
Release (I must admit I'm quite impressed). Anyways, I read an article by Dru
Lavigne about playing video files on FreeBSD, and installed the divxPlayer
port. However, any time I run it, I get this error message:

/usr/X11R6/bin/divxPlayer.bin: error while loading shared libraries:
libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or
directory

I found a port in the contrib directory called "libstdc++" and installed it to
no avail. Does anyone have any ideas? I appreciate any help :-)

Thanks!
James

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: newbie cluele re routing issue

2003-01-10 Thread Matt Smith
Regarding your ISP -- is this a DSL connection?  If so, your DMZ server
(connected to the Hub) probably needs to run PPPoE.  Is it?  Anything
behind the linksys device does not, because the linksys device takes
care of PPPoE for everything behind it.
-Matt

On Fri, 2003-01-10 at 14:20, Stephen D. Kingrea wrote:
> ok, i know that i am a newbie, but perhaps what i am trying to do is
> impossible.
> 
> goal: host 2 domains locally
> equipment: linksys wireless router (4 ethernet connections--wireless not
> running yet), freebsd 4.7 on dedicated p166, and several boxes/os's
> connected dhcp.
> 
> i assigned router 1 static address (68.114.63.14), server lan address
> (192.168.1.110). domain1.com is working.
> 
> i wish to alias second static address (68.114.63.34) on server for
> domain2.com. 
> 
> try as i might, i cannot make this work. is it even possible?
> 
> linksys says: place hub between modem and router, connect server to hub
> (placing server outside lan). that scenario renders server incapable of
> communicating with isp's router (68.114.63.1).
> 
> i am beginning to wonder whether i can even accomplish this. it seems
> simple enough, however; i just can't make it work
> 
> any suggestions?
> 
> tia
> 
> stephen d. kingrea
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
Matt Smith <[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Recovering data from a faulty drive

2003-01-10 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Hari Bhaskaran 
<[EMAIL PROTECTED]> typed:
> Is there way to backup the partition info somewhere? (may be a floppy?)
> (At least for future installations?) I run vinum (mirrored across
> two disks) on other machines (which I installed recently), but this
> machine was installed way before I figured out vinum.

# fdisk /dev/ad0 > partition
# disklabel -r /dev/ad0s1 >> partition

Then "lpr partition" and store a copy with the offsite backups.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: freebsd curiosity

2003-01-10 Thread Mike Hogsett

> I'm always AMAZED at how well FreeBSD (and OpenBSD) just recognize
> things immediately: no special drivers-CD-or-floppy needed.

The flip-side of this is that it is often very simple to lift a harddrive
with freebsd installed from one machine and place it in another and not
have the device driver nightmare that one has with Windows.

 - Mike

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Scanner for FreeBSD

2003-01-10 Thread BSD baby
> what do I have to consider when buying a flat bed scanner for a
> FreeBSD-CURRENT box?

I have to piggyback on his question:

Is there any tutorial out there for how to do a USB scan - 
how to scan a page on a USB scanner into Gimp or something?

I've got one here I want to try, but don't know how to start.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: freebsd curiosity

2003-01-10 Thread BSD baby
> > I was told by my UNIX instructor that freebsd had hardware recognition
> > trouble.  Is this true and if so has it been fixed?

I find the OPPOSITE to be true!

Hell if Windows isn't recognizing some ethernet card, video card, sound card,
I stick it in my FreeBSD machine where it's instantly recognized, and tells 
me what it is, so I can go back to the Windows machine and try to make it
reognize it.

I'm always AMAZED at how well FreeBSD (and OpenBSD) just recognize things
immediately: no special drivers-CD-or-floppy needed.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Erik Trulsson
On Fri, Jan 10, 2003 at 09:07:21PM +0100, Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2003-01-10 14:49:01 -0500:
> > "Roman V. Mashak" <[EMAIL PROTECTED]> writes:
> > 
> > > Hello.
> > >   I've got the following problem. Is it normal, that FreeBSD (latest
> > > 4.7stable) is detecting my harddrive (see subj.) like this:
> > > 
> > > ad1: 76319MB [155061/16/63] UDMA100
> > > 
> > > Although my BIOS detect hard-drive as 80GB capacity.
> > > I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04
> > 
> > 76319MB is almost exactly 80x10^9 bytes, so that sounds fine.
> 
> to expand on this: hard disk vendors lie to the customers. when you
> buy an "80 GB" disk you actually buy 80 * 1000 ^ 3 (Lowell, I don't think 
> drive got *that* big yet :), not 80 * 1024 ^ 3.
> 
> American hd buyers might try a class action lawsuit. :)

They don't lie.  They use the correct definition of mega and giga.
It is just that most other things in computers use the wrong, but for
computers more convenient, definition of M = 2^20 and G = 2^30 instead
of the correct M = 10^6 and G = 10^9.
Since most things in computers, and memory chips in particular, are
sized in powers of 2 the 2-based variants are much more convenient
for computers, but technically wrong.

-- 

Erik Trulsson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



audio ripping software

2003-01-10 Thread Brian Henning
I would like to rip audio from an avi, is there software that runs on bsd
that can do that?
thanks,
brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Erik Trulsson
On Fri, Jan 10, 2003 at 01:18:03PM +0700, Roman V. Mashak wrote:
> Hello.
>   I've got the following problem. Is it normal, that FreeBSD (latest
> 4.7stable) is detecting my harddrive (see subj.) like this:
> 
> ad1: 76319MB [155061/16/63] UDMA100
> 
> Although my BIOS detect hard-drive as 80GB capacity.
> I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04

Yes.  The OS (and most other things in computers) define MB as
1024*1024 bytes (and GB as 1024 MB), while harddisk manufacturers use
MB= 1000*1000 bytes (and GB as 10^9 bytes) (which is actually the
technically correct definition). 

If you calculate 76319*1024*1024 you will find that it is almost
exactly 80 * 10^9, so everything is correct. 


-- 

Erik Trulsson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Jonathan Chen
On Fri, Jan 10, 2003 at 01:12:45PM -0600, Kenzo wrote:
> This is popping up and I don't know what it is.
> 
> hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to 00:c0:4f:e0 on
> xl0
> 10.25.192.11 is a workstation on my network, but why am I getting this
> message on my server?
> 

There are two ethernet cards vying for the use of 10.25.192.11. One
card has the mac-addr 00:08:74:el and the other card has 00:c0:4f:e0.
Usually means that someone's messed up the local network ip usage.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
   Do not take life too seriously.
   You will never get out of it alive.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:44, Joe Marcus Clarke spoke:

> On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
> > Maybe there's a problem with concerning libintl.so.2?
> 
> Yep.  You need to first remove all versions of gettext on your machine,
> then install the latest version of devel/gettext.  After that, rebuild
> and reinstall x11-toolkits/gtk12, and you should be set.

Yes, this has worked! Thanks!

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: rcp documentation

2003-01-10 Thread Dru


On Fri, 10 Jan 2003, mike svejk wrote:

> Hi,
>
> I like to know where I can find the rcp protocol documented. I'm implmenting
> a scp server and believe that rcp is used has the protocol after ssh has set
> up the secure channel.


Have your tried:

zmore /usr/share/doc/psd/23.rpc/paper.ascii.gz

There's a couple of more rpc related stuff in the psd directory as
well. You might need to cvsup to the latest docs.

Dru



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Recovering data from a faulty drive

2003-01-10 Thread Hari Bhaskaran
On Thu, Jan 09, 2003 at 06:41:48PM -0800, Gary W. Swearingen wrote:
> located. (Eg, "dd if=/dev/hd0 of=/somedir/bigfile skip=_somenum_ \
> count=_someothernum_")  Again, it's not much good for anything but
> copying back and trying again, but you might be able to find some
> ASCII text of importance, if you're really desparate.

Is there way to backup the partition info somewhere? (may be a floppy?)
(At least for future installations?) I run vinum (mirrored across
two disks) on other machines (which I installed recently), but this
machine was installed way before I figured out vinum.

> 
> Started your tape drive (and tapes) fund yet?

:)

--
Hari Bhaskaran

> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



rcp documentation

2003-01-10 Thread mike svejk
Hi,

I like to know where I can find the rcp protocol documented. I'm implmenting 
a scp server and believe that rcp is used has the protocol after ssh has set 
up the secure channel.

Regards,
Mike





_
Help STOP SPAM: Try the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-10 14:49:01 -0500:
> "Roman V. Mashak" <[EMAIL PROTECTED]> writes:
> 
> > Hello.
> > I've got the following problem. Is it normal, that FreeBSD (latest
> > 4.7stable) is detecting my harddrive (see subj.) like this:
> > 
> > ad1: 76319MB [155061/16/63] UDMA100
> > 
> > Although my BIOS detect hard-drive as 80GB capacity.
> > I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04
> 
> 76319MB is almost exactly 80x10^9 bytes, so that sounds fine.

to expand on this: hard disk vendors lie to the customers. when you
buy an "80 GB" disk you actually buy 80 * 1000 ^ 3 (Lowell, I don't think 
drive got *that* big yet :), not 80 * 1024 ^ 3.

American hd buyers might try a class action lawsuit. :)

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Toomas Aas
> On my 4.7 system they are owned by root:wheel, chown 755.

I meant, of course, chmod 755. Doh!
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* When I read about the evils of drinking, I gave up reading.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ACPI Errors -- Current -- Help?

2003-01-10 Thread Nick H. -- Technical Support Engineer
Hello,

I've got a rather new error message today and I'm in need of some help
trouble shooting it...

here goes:

ACPI-0438: *** Error: Looking up [FAN_] in namespace, AE_NOT_FOUND
ACPI-1287: *** Error: Method execution failed, AE_NOT_FOUND
ACPI-0438: *** Error: Looking up [FAN_] in namespace, AE_NOT_FOUND
ACPI-1287: *** Error: Method execution failed, AE_NOT_FOUND


What exactly is happening and how do I disable it?  It's not something Im
familiar with, yet am wanting to learn why/what it means.

Oh, Im gonna need to be cc'd on this message, as Im not on this list.
Thanks!



Regards,
Nick H.
Technical Support Engineer
[EMAIL PROTECTED]

Please rate my performance! http://www.supportteam.net/rate.php3
Please submit all new support requests to
http://ticketmonster.hostingsupport.com/

---
Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.  In such case, you should destroy this message and kindly
notify the sender by reply email.  Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Toomas Aas
> Can someone tell me what the default permissions were
> for the /etc and /etc mail folders (what chmod ### I
> need to 
> use).

On my 4.7 system they are owned by root:wheel, chown 755.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* I'll eat anything as long as it's pizza.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kppp

2003-01-10 Thread lattera
I determine that the modem is on /dev/cuaa4 by trying all ports up to that 
one. I did this: 

ppp ON localhost> set device /dev/cuaa0
ppp ON localhost> set speed 115200
ppp ON localhost> term
 

ppp ON localhsot> set device /dev/cuaa1
ppp ON locahlost> set speed 115200
ppp ON localhost> term
 

ppp ON localhost> set device /dev/cuaa2
ppp ON localhost> set speed 115200
ppp ON localhost> term
 

ppp ON localhsot> set device /dev/cuaa3
ppp ON locahlost> set speed 115200
ppp ON localhost> term
 

ppp ON localhsot> set device /dev/cuaa4
ppp ON locahlost> set speed 115200
ppp ON localhost> term
at
OK
atdt1234567
CONNECT
ISP login:asdfadfadf
--- 

That's how I got it 

lattera 

Nathan Kinkade writes: 

On Fri, Jan 10, 2003 at 08:25:53AM -0700, [EMAIL PROTECTED] wrote:

I run kppp for dialup. My modem is on port /dev/cuaa4. kppp doesn't allow 
me to use /dev/cuaa4, only up to /dev/cuaa3. Is there a way to force kppp 
to see /dev/cuaa4?  

I've currently removed /dev/cuaa3, and instead made /dev/cuaa3 a symlink to 
/dev/cuaa4.  

Thanks,  

lattera 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

How many serial devices do you actually have on that machine?  Just to
be sure, are aware that the device numbering begings at 0?so serial
port 4 (COM4) is actually represented by cuaa3.  How are you determining
that the modem is on serial port cuaa4? 

Nathan 

--
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Lowell Gilbert
Anti <[EMAIL PROTECTED]> writes:

> On Fri, 10 Jan 2003 13:12:45 -0600
> "Kenzo" <[EMAIL PROTECTED]> wrote:
> 
> > This is popping up and I don't know what it is.
> > 
> > hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to 00:c0:4f:e0 on
> > xl0
> > 10.25.192.11 is a workstation on my network, but why am I getting this
> > message on my server?
> 
> 
> 
> sysctl net.link.ether.inet.log_arp_movements=0

No, that's just hiding the message.
Better to figure out why the MAC is changing, and fix the problem.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Lowell Gilbert
"Roman V. Mashak" <[EMAIL PROTECTED]> writes:

> Hello.
>   I've got the following problem. Is it normal, that FreeBSD (latest
> 4.7stable) is detecting my harddrive (see subj.) like this:
> 
> ad1: 76319MB [155061/16/63] UDMA100
> 
> Although my BIOS detect hard-drive as 80GB capacity.
> I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04

76319MB is almost exactly 80x10^9 bytes, so that sounds fine.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Adam Maas
HDD Manufacturers use a 100 Byte Megabyte, BSD uses the proper 1048576
Byte Megabyte. the Difference adds up.

--Adam

- Original Message -
From: "Roman V. Mashak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 1:18 AM
Subject: Seagate Barracuda ATA IV ST380021A


> Hello.
> I've got the following problem. Is it normal, that FreeBSD (latest
> 4.7stable) is detecting my harddrive (see subj.) like this:
>
> ad1: 76319MB [155061/16/63] UDMA100
>
> Although my BIOS detect hard-drive as 80GB capacity.
> I have Intel-d845ebg2 motherboard and BIOS version is
PT84520A.86A.0009.P04
>
> --
> Best regards, Roman
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Kenzo

Found it.
Some dumb ass thought that he was going to be slick and unplug his computer
then plugin his laptop with all the same configs.
We have retrictions on comps and we track all installed softwares on comps.
Looks like he was only downloading windows updates for it, but it's still
not proper to do such things without letting anyone know.
This is mail server, I knew that it logged IP addresses but I didn't know
that it would give me this kind of messages.  cool.



- Original Message -
From: "Anti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 1:17 PM
Subject: Re: kernel messsage


> On Fri, 10 Jan 2003 13:12:45 -0600
> "Kenzo" <[EMAIL PROTECTED]> wrote:
>
> > This is popping up and I don't know what it is.
> >
> > hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to
00:c0:4f:e0 on
> > xl0
> > 10.25.192.11 is a workstation on my network, but why am I getting this
> > message on my server?
>
>
>
> sysctl net.link.ether.inet.log_arp_movements=0
>
> `Anti`
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Roman V. Mashak
Hello.
I've got the following problem. Is it normal, that FreeBSD (latest
4.7stable) is detecting my harddrive (see subj.) like this:

ad1: 76319MB [155061/16/63] UDMA100

Although my BIOS detect hard-drive as 80GB capacity.
I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04

-- 
Best regards, Roman

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
>   On Jan 10 at 14:29, Joe Marcus Clarke spoke:
> 
> > Looks like it might be a problem with your GTK install.  Either that or
> > a hidden problem.  Can you send the config.log from xmms?
> 
> Maybe there's a problem with concerning libintl.so.2?

Yep.  You need to first remove all versions of gettext on your machine,
then install the latest version of devel/gettext.  After that, rebuild
and reinstall x11-toolkits/gtk12, and you should be set.

Joe

> 
> -Hanspeter
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:29, Joe Marcus Clarke spoke:

> Looks like it might be a problem with your GTK install.  Either that or
> a hidden problem.  Can you send the config.log from xmms?

Maybe there's a problem with concerning libintl.so.2?

-Hanspeter

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:796: checking host system type
configure:834: checking for a BSD compatible install
configure:887: checking whether build environment is sane
configure:944: checking whether gmake sets ${MAKE}
configure:990: checking for working aclocal
configure:1003: checking for working autoconf
configure:1016: checking for working automake
configure:1029: checking for working autoheader
configure:1042: checking for working makeinfo
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (cc -O -pipe -march=pentium ) works
configure:1295: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 1>&5
configure:1321: checking whether the C compiler (cc -O -pipe -march=pentium ) is a 
cross-compiler
configure:1326: checking whether we are using GNU C
configure:1335: cc -E conftest.c
configure:1354: checking whether cc accepts -g
configure:1386: checking for POSIXized ISC
configure:1407: checking whether byte ordering is bigendian
configure:1425: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure:1440: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1435: syntax error before `big'
configure: failed program was:
#line 1429 "configure"
#include "confdefs.h"
#include 
#include 
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:1497: checking for inline
configure:1511: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure:1537: checking for working const
configure:1591: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure:1624: checking for a BSD compatible install
configure:1677: checking whether ln -s works
configure:1698: checking whether gmake sets ${MAKE}
configure:1760: checking for Cygwin environment
configure:1776: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1772: `__CYGWIN32__' undeclared (first use in this function)
configure:1772: (Each undeclared identifier is reported only once
configure:1772: for each function it appears in.)
configure: failed program was:
#line 1765 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1793: checking for mingw32 environment
configure:1805: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1801: `__MINGW32__' undeclared (first use in this function)
configure:1801: (Each undeclared identifier is reported only once
configure:1801: for each function it appears in.)
configure: failed program was:
#line 1798 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1822: checking how to run the C preprocessor
configure:1843: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1948: checking build system type
configure:1977: checking for ld used by GCC
configure:2045: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:2062: checking for /usr/libexec/elf/ld option to reload object files
configure:2074: checking for BSD-compatible nm
configure:2112: checking how to recognise dependant libraries
configure:2295: checking for object suffix
configure:2301: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure:2321: checking for executable suffix
configure:2331: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 1>&5
configure:2362: checking command to parse /usr/bin/nm -B output
configure:2442: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 1>&5
configure:2445: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
configure:2496: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c conftstm.o 1>&5
configure:2545: checking for dlfcn.h
configure:2555: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:2723: checking for ranlib
configure:2790: checking for strip
configure:3033: checking for objdir
configure:3060: checking for cc option to produce PIC
configure:3212: checking if cc PIC flag -fPIC works
configure:3226: cc -c -O -pipe -march=pentium -fPIC -DPIC -I/usr/local/include 
conftest.c 1>&5
configure:3278: checking if cc static flag -static works
configure:3293: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  -static 
conftest.c -L/usr/local/

Re: Setting Permissions For /etc and /etc/mail

2003-01-10 Thread Larry Rosenman


--On Friday, January 10, 2003 11:34:08 -0800 Yeah! <[EMAIL PROTECTED]> 
wrote:


Can someone tell me the chmod commands I need to type
to get the permissions to match those below:

drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47
/etc/mail/


chmod 755 /etc /etc/mail

also, look at /etc/mtree/bsd.root.dist, as it has all the root filesystem
directory perms.

LER



Thanks,
JP

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message





--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Split DNS, LAN, DMZ

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 11:18, [EMAIL PROTECTED] spoke:

> Hello all
> 
> I am setting up a network at home, and I'd like the following configuration:
> 
> outside--DHCP-->firewall (trihomed)--(10 net)-->LAN
>|___>DMZ (private IP?)
> 
> Is this feasible?  I saw some references that said the DMZ has to be a public IP, 
>and others that [I think] said it was possible to use a private IP for  the DMZ.  
>Could someone clear this up for me?

The DMZ may be in a private address space.
But if clients from outside should be able to connect to some hosts
in the DMZ they must be made available by a public address of yours
on the outside interface of the firewall. You can accomplish this by
NAT.

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Setting Permissions For /etc and /etc/mail

2003-01-10 Thread Yeah!

Can someone tell me the chmod commands I need to type
to get the permissions to match those below:

drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47
/etc/mail/


Thanks,
JP

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 13:25, Kenzo spoke:

> could this happen say, if someone adds a computer on the network with an IP
> address that already exist.

Yes.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:17, Hanspeter Roth wrote:
> Hello,
> 
> I'm trying to install the xmms port. I get:
> 
> checking for GTK - version >= 1.2.2... no
> *** Could not run GTK test program, checking why...
> [...]
> ***rpm --erase --nodeps gtk gtk-devel
> configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
> ===>  Script "configure" failed unexpectedly.
> 
> My gtk port is Version 1.2.10_7.
> So is 10 < 2?
> Are GTK+ and the gtk port something different?

Looks like it might be a problem with your GTK install.  Either that or
a hidden problem.  Can you send the config.log from xmms?

Joe

> 
> -Hanspeter
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Larry Rosenman


--On Friday, January 10, 2003 13:25:22 -0600 Kenzo <[EMAIL PROTECTED]> 
wrote:

No all addresses are static.
could this happen say, if someone adds a computer on the network with an
IP address that already exist.
Of course both computers will get a message about the IP conflict, but
could this be the case?

Possibly.

LER




- Original Message -
From: "Larry Rosenman" <[EMAIL PROTECTED]>
To: "Anti" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 1:18 PM
Subject: Re: kernel messsage





--On Friday, January 10, 2003 13:17:21 -0600 Anti <[EMAIL PROTECTED]>

wrote:


> On Fri, 10 Jan 2003 13:12:45 -0600
> "Kenzo" <[EMAIL PROTECTED]> wrote:
>
>> This is popping up and I don't know what it is.
>>
>> hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to
>> 00:c0:4f:e0 on xl0
>> 10.25.192.11 is a workstation on my network, but why am I getting this
>> message on my server?
>
>
>
> sysctl net.link.ether.inet.log_arp_movements=0
the reason is that the IP address changed what Ethernet card it was on.

Is

it a DHCP-Served
address?

Otherwise someone might be stealing IP's.

LER

>
> `Anti`
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message





--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Kenzo
No all addresses are static.
could this happen say, if someone adds a computer on the network with an IP
address that already exist.
Of course both computers will get a message about the IP conflict, but could
this be the case?


- Original Message -
From: "Larry Rosenman" <[EMAIL PROTECTED]>
To: "Anti" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 1:18 PM
Subject: Re: kernel messsage


>
>
> --On Friday, January 10, 2003 13:17:21 -0600 Anti <[EMAIL PROTECTED]>
wrote:
>
> > On Fri, 10 Jan 2003 13:12:45 -0600
> > "Kenzo" <[EMAIL PROTECTED]> wrote:
> >
> >> This is popping up and I don't know what it is.
> >>
> >> hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to
> >> 00:c0:4f:e0 on xl0
> >> 10.25.192.11 is a workstation on my network, but why am I getting this
> >> message on my server?
> >
> >
> >
> > sysctl net.link.ether.inet.log_arp_movements=0
> the reason is that the IP address changed what Ethernet card it was on.
Is
> it a DHCP-Served
> address?
>
> Otherwise someone might be stealing IP's.
>
> LER
>
> >
> > `Anti`
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
>
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



newbie cluele re routing issue

2003-01-10 Thread Stephen D. Kingrea
ok, i know that i am a newbie, but perhaps what i am trying to do is
impossible.

goal: host 2 domains locally
equipment: linksys wireless router (4 ethernet connections--wireless not
running yet), freebsd 4.7 on dedicated p166, and several boxes/os's
connected dhcp.

i assigned router 1 static address (68.114.63.14), server lan address
(192.168.1.110). domain1.com is working.

i wish to alias second static address (68.114.63.34) on server for
domain2.com. 

try as i might, i cannot make this work. is it even possible?

linksys says: place hub between modem and router, connect server to hub
(placing server outside lan). that scenario renders server incapable of
communicating with isp's router (68.114.63.1).

i am beginning to wonder whether i can even accomplish this. it seems
simple enough, however; i just can't make it work

any suggestions?

tia

stephen d. kingrea


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Larry Rosenman


--On Friday, January 10, 2003 13:17:21 -0600 Anti <[EMAIL PROTECTED]> wrote:


On Fri, 10 Jan 2003 13:12:45 -0600
"Kenzo" <[EMAIL PROTECTED]> wrote:


This is popping up and I don't know what it is.

hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to
00:c0:4f:e0 on xl0
10.25.192.11 is a workstation on my network, but why am I getting this
message on my server?




sysctl net.link.ether.inet.log_arp_movements=0

the reason is that the IP address changed what Ethernet card it was on.  Is 
it a DHCP-Served
address?

Otherwise someone might be stealing IP's.

LER


`Anti`

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message





--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Split DNS, LAN, DMZ

2003-01-10 Thread bsdaemon
Hello all

I am setting up a network at home, and I'd like the following configuration:

outside--DHCP-->firewall (trihomed)--(10 net)-->LAN
   |___>DMZ (private IP?)

Is this feasible?  I saw some references that said the DMZ has to be a public IP, and 
others that [I think] said it was possible to use a private IP for  the DMZ.  Could 
someone clear this up for me?

Thanks, I'm a little confused!

--
bsdaemon
freebsd: the power to serve >>
http://www.freebsd.org
[EMAIL PROTECTED]

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Meet Singles
http://corp.mail.com/lavalife


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kernel messsage

2003-01-10 Thread Anti
On Fri, 10 Jan 2003 13:12:45 -0600
"Kenzo" <[EMAIL PROTECTED]> wrote:

> This is popping up and I don't know what it is.
> 
> hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to 00:c0:4f:e0 on
> xl0
> 10.25.192.11 is a workstation on my network, but why am I getting this
> message on my server?



sysctl net.link.ether.inet.log_arp_movements=0

`Anti`

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
Hello,

I'm trying to install the xmms port. I get:

checking for GTK - version >= 1.2.2... no
*** Could not run GTK test program, checking why...
[...]
***rpm --erase --nodeps gtk gtk-devel
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***
===>  Script "configure" failed unexpectedly.

My gtk port is Version 1.2.10_7.
So is 10 < 2?
Are GTK+ and the gtk port something different?

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



kernel messsage

2003-01-10 Thread Kenzo
This is popping up and I don't know what it is.

hostname /kernel: arp: 10.25.192.11 moved from 00:08:74:e1 to 00:c0:4f:e0 on
xl0
10.25.192.11 is a workstation on my network, but why am I getting this
message on my server?

Thanks


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mount root fails after clean install of FreeBSD 4.7

2003-01-10 Thread Lowell Gilbert
Oscar Ricardo Silva <[EMAIL PROTECTED]> writes:

> Any information would be appreciated.

Configure the load disk in loader.conf(5).

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: sendmail gurus - how do I stop "4.1.8 Sender domain must resolve" errors

2003-01-10 Thread Lowell Gilbert
Gary Stanny <[EMAIL PROTECTED]> writes:

> Hi - I'm running 4.5 and Sendmail 8.11.6/8.9.3. When I upgraded to
> 4.5 I couldn't get the new Version 9 config file running so I continued
> to run my old sendmail.cf file.

You need an appropriate config file for whatever version of sendmail
you're running.  Version 9 didn't come with FreeBSD, so there's no
reason to be using such a config file.

In this case, you probably want to tell fetchmail to go along with
certain errors.  I handle this with the line "antispam 451" in my
fetchmail configuration.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



"dhclient: no memory for option buffer" ?

2003-01-10 Thread questions
I'm getting this weird message reported by syslogd:

dhclient: no memory for option buffer.

Obviously this means that dhclient is reporting some sort of memory error,
but what exactly? It just started reporting this error reecntly after I
had a power outage, but everything else seems OK.

I did some searching in the archives but couldn't find anything on this.
Can anyone enlighten me?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: anyone tried KDE 3.1?

2003-01-10 Thread Andrew Y Ng
On  0, Lauri Watts <[EMAIL PROTECTED]> wrote:
> It's ready to go when 3.1 is released.  The changelog is already on the KDE 
> website, so there's little point repeating it here :)

nice! i'm pretty excited for 3.1, prolly more so than fbsd 5.0... ;)

> The Kolab server (Exchange Server replacement) is a standalone, not part of 
> KDE proper, and is definitely high on the list for getting into ports, it is 
> however, still a work in progress, and I personally would prefer to wait 
> until it's not quite such a moving target.  It's going to take quite some 
> environment to test it, it's pretty hard to know if a groupware server is 
> working right without setting up a workgroup and using it, so that takes 
> time.  The client side groupware stuff is nearly there, sharing calendars is 
> perfect, and I can tell you that the the development versions for 3.2 are 
> supporting imap, and disconnected imap, sieve, ldap, and much more.  You can 
> read about all that stuff on KDE's own sites but it's really coming along 
> amazingly nicely if you're in need of groupware stuff.  

can i use the Exchange plugin without the Kolab server? my company uses MS
Exchange, as do most companies out there, sadly. I just need be able to get
the addressbook and calendar and request/accept meetings, etc... like what
Ximian Connector can do.

right now I got RH8 on my work machine, but Connector doesnt even work on
RH8, so I have to run Evo off another coworker's box to use it, and I still
havent been able to sync my palm coz it's a PITA to sync over ppp to a remote
machine running linux/evolution/pilot-link/gnome-pilot... (not even sure if
that's possible actually). anyway, i highly prefer being able to just run
fbsd here, for some reason rh8 is slow as hell and i have to reboot at least
once a week. could be XFree86 with xinerama though, but rh8 is bloated
anyhow.

> Once KDE 3.1 is out the door, we'll turn the package building cluster back to 
> doing CVS builds, and you're welcome to help test them, drop by the IRC 
> channel or on the mailing list, or keep an eye on our website (in my sig.)

sounds good, I'll check those out this weekend! Thanks so much for your
reply!

-- 
andrew y ng  <[EMAIL PROTECTED]>  http://andrewng.com
independent computer consultants http://aynassociates.com




msg14999/pgp0.pgp
Description: PGP signature


RE: Redirecting root's email

2003-01-10 Thread Stacy Olivas
>
> >
> > In the /etc/aliases file look for the following lines:
> >
> > # Pretty much everything else in this file points to "root",
> > so # you would do well in either reading root's mailbox or
> > forwarding # root's email from here.
> >
> > # root: [EMAIL PROTECTED]
> > (should be at the top of the file.
> >
> > make sure that you have a line in it like this (either
> > uncomment the line by remving the # or add a new line like:
> >
> > root: [EMAIL PROTECTED]
> >
> > save it and then run the "newaliases" command.. it will
> > rebuild the aliases database.
> >
> > For more info, do a "man newaliases".
> >
> > Of course, this only works *if* you have the sendmail daemon
> > running. 
> >
> > Enjoy!
> >
> > -Stacy
>
> You must have missed the begning of this thread (before it got snipped
> anyway).  I did that.  Exactly as you suggested.  This was of
> course the
> first thing I did.  I also read man newaliases, and every
> other relevant
> man page I could find.  I also tried putting a .forward file in root's
> home directory with my external email address in it.

Hmm.. Sorry, my bad. :)

Strange that it didn't want to work for you..   what does the
/var/log/maillog show?

>
> >
> > Hi!
> >
> > > I am having trouble redirecting root's email to an external email
> > > account.  This is a 4.7-Release box with not very
> > modifications done
> > > to the standard installation.
> >
> > > When I look at /var/spool/clientmqueue, it is full of
> > messages.  Here
> > > is a snippet of one:
> >
> > > MDeferred: Operation timed out with localhost.visimation.com.
> >
> > I'm not a big Sendmail expert or anything, but do you even
> > have the MTA process running? Can you successfully telnet
> > localhost.visimation.com port 25? What sendmail related lines
> > do you have in /etc/rc.conf?
> > --
> > Toomas Aas | [EMAIL PROTECTED] |
> > http://www.raad.tartu.ee/~toomas/
> > * All wiyht.  Rho sritched
> > mg kegboawd awound?
>
> Telnet to port 25 of localhost.visimation.com works.  In my
> /etc/rc.conf
> the only entry I have for sendmail is:
> sendmail_enable="YES"
>
> Thanks for the help.  This is really frusrating me. :(
>
> Adam
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: anyone tried KDE 3.1?

2003-01-10 Thread Andrew Y Ng
nice! I might give it a try this weekend!
thanks!

/ayn

On  0, Mark Rowlands <[EMAIL PROTECTED]> wrote:
> On Wednesday 08 January 2003 10:03 pm, Andrew Y Ng wrote:
> > I'm highly interested in a few new features in KDE 3.1, like
> > tabbed-browsing support in Konqueror, and the new MS Exchange 2000 plugin
> > for the konganizer. if that stuff works well I don't need Linux at work
> > (now I need it for Ximian Connector).
> >
> > I'm wondering if anyone here tried to compile KDE 3.1, maybe somebody from
> > the freebsd KDE team can give us some headsup for their progress?
> >
> > thanks!
> 
> dont know about the ms exchange plugin  but  packages of  kde3.1 rc3 are 
> available from fruitsalad.org
> 

-- 
andrew y ng  <[EMAIL PROTECTED]>  http://andrewng.com
independent computer consultants http://aynassociates.com




msg14997/pgp0.pgp
Description: PGP signature


Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-10 10:18:42 -0800:
> Can someone tell me what the default permissions were for the /etc and
> /etc mail folders (what chmod ### I need to use).  I ran a script that
> hosed these directories up and sendmail isn't very happy about it.

roman@freepuppy ~ 1003:0 > ls -ld /etc/{,mail/}
drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47 /etc/mail/
roman@freepuppy ~ 1004:0 > 

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mozilla hangs X ?

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 13:18, Nick Jennings wrote:
> On Fri, Jan 10, 2003 at 01:02:48PM -0500, Joe Marcus Clarke wrote:
> > > On Fri, Jan 10, 2003 at 12:48:28PM -0500, Joe Marcus Clarke wrote:
> > > > On Fri, 2003-01-10 at 12:44, Nick Jennings wrote:
> > > > > Hi,
> > > > > 
> > > > >  I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
> > > > >  able to reproduce. When I am using Mozilla, in X (doesn't matter what
> > > > >  window manager I am using) and I have *allot* of tabs open, probably
> > > > >  allot of the sites have javascripts etc. Sometimes, and I haven't noticed
> > > > >  any pattern in what I am doing other than having allot of tabs open 
> > > > >  (probably 20+), X completely hangs.
> > > >
> > > > Do you have any strange fonts loaded?  There have been reports of X
> > > > crashes when Mozilla is used with non-standard X fonts.
> >
> > Well, fonts generally reside in /usr/X11R6/lib/X11/fonts.  You can see
> > what your font path is by doing xset q.  If you have any non-standard
> > font directories configured, remove them, and see if the problem goes
> > away.  If you've added non-standard fonts to any of the standard
> > directories, you'll probably have to remove all font dirs, and reinstall
> > all the XFree86 font ports/packages.
> 
> Not sure what "non standard" is exactly (fonts have never been an area
> that I've paid much attention to before). Here is the font section from
> 'xset q'. Also, below that is the output of all installed packages which 
> mention 'font'.

This looks fine.  You could always try removing all XFree86-font*
packages, deleting /usr/X11R6/lib/X11/fonts, then reinstall the
ports/packages.  

Also, do you get any error messages in the X log about what could be
happening when the lock up occurs?

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Default Permissions for /etc and /etc/mail

2003-01-10 Thread Yeah!
Can someone tell me what the default permissions were
for the /etc and /etc mail folders (what chmod ### I
need to 
use).  I ran a script that hosed these directories up
and sendmail isn't very happy about it.

Thanks,
JP

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mozilla hangs X ?

2003-01-10 Thread Nick Jennings
On Fri, Jan 10, 2003 at 01:02:48PM -0500, Joe Marcus Clarke wrote:
> > On Fri, Jan 10, 2003 at 12:48:28PM -0500, Joe Marcus Clarke wrote:
> > > On Fri, 2003-01-10 at 12:44, Nick Jennings wrote:
> > > > Hi,
> > > > 
> > > >  I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
> > > >  able to reproduce. When I am using Mozilla, in X (doesn't matter what
> > > >  window manager I am using) and I have *allot* of tabs open, probably
> > > >  allot of the sites have javascripts etc. Sometimes, and I haven't noticed
> > > >  any pattern in what I am doing other than having allot of tabs open 
> > > >  (probably 20+), X completely hangs.
> > >
> > > Do you have any strange fonts loaded?  There have been reports of X
> > > crashes when Mozilla is used with non-standard X fonts.
>
> Well, fonts generally reside in /usr/X11R6/lib/X11/fonts.  You can see
> what your font path is by doing xset q.  If you have any non-standard
> font directories configured, remove them, and see if the problem goes
> away.  If you've added non-standard fonts to any of the standard
> directories, you'll probably have to remove all font dirs, and reinstall
> all the XFree86 font ports/packages.

Not sure what "non standard" is exactly (fonts have never been an area
that I've paid much attention to before). Here is the font section from
'xset q'. Also, below that is the output of all installed packages which 
mention 'font'.

Font Path:
  /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,
  /usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,
  /usr/X11R6/lib/X11/fonts/100dpi/


su-2.05b# pkg_info | grep "font"
XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts
XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts
XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts
XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts
XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files
XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files
Xft-2.0_1   A client-sided font API for X applications
fontconfig-2.0_2An XML-based font configuration API for X Windows
freetype2-2.1.2_1   A free and portable TrueType font rendering engine



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: kppp

2003-01-10 Thread Nathan Kinkade
On Fri, Jan 10, 2003 at 08:25:53AM -0700, [EMAIL PROTECTED] wrote:
> I run kppp for dialup. My modem is on port /dev/cuaa4. kppp doesn't allow 
> me to use /dev/cuaa4, only up to /dev/cuaa3. Is there a way to force kppp 
> to see /dev/cuaa4? 
> 
> I've currently removed /dev/cuaa3, and instead made /dev/cuaa3 a symlink to 
> /dev/cuaa4. 
> 
> Thanks, 
> 
> lattera
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

How many serial devices do you actually have on that machine?  Just to
be sure, are aware that the device numbering begings at 0?so serial
port 4 (COM4) is actually represented by cuaa3.  How are you determining
that the modem is on serial port cuaa4?

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mozilla hangs X ?

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 12:54, Nick Jennings wrote:
> On Fri, Jan 10, 2003 at 12:48:28PM -0500, Joe Marcus Clarke wrote:
> > On Fri, 2003-01-10 at 12:44, Nick Jennings wrote:
> > > Hi,
> > > 
> > >  I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
> > >  able to reproduce. When I am using Mozilla, in X (doesn't matter what
> > >  window manager I am using) and I have *allot* of tabs open, probably
> > >  allot of the sites have javascripts etc. Sometimes, and I haven't noticed
> > >  any pattern in what I am doing other than having allot of tabs open 
> > >  (probably 20+), X completely hangs.
> >
> > Do you have any strange fonts loaded?  There have been reports of X
> > crashes when Mozilla is used with non-standard X fonts.
> 
>  I'm not too sure, I know I do try to get as many fonts as possible, but
>  I don't know which mozilla is using. How can I find this information
>  out to post to this thread?

Well, fonts generally reside in /usr/X11R6/lib/X11/fonts.  You can see
what your font path is by doing xset q.  If you have any non-standard
font directories configured, remove them, and see if the problem goes
away.  If you've added non-standard fonts to any of the standard
directories, you'll probably have to remove all font dirs, and reinstall
all the XFree86 font ports/packages.

Joe

> 
> - Nick
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mozilla hangs X ?

2003-01-10 Thread Nick Jennings
On Fri, Jan 10, 2003 at 12:48:28PM -0500, Joe Marcus Clarke wrote:
> On Fri, 2003-01-10 at 12:44, Nick Jennings wrote:
> > Hi,
> > 
> >  I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
> >  able to reproduce. When I am using Mozilla, in X (doesn't matter what
> >  window manager I am using) and I have *allot* of tabs open, probably
> >  allot of the sites have javascripts etc. Sometimes, and I haven't noticed
> >  any pattern in what I am doing other than having allot of tabs open 
> >  (probably 20+), X completely hangs.
>
> Do you have any strange fonts loaded?  There have been reports of X
> crashes when Mozilla is used with non-standard X fonts.

 I'm not too sure, I know I do try to get as many fonts as possible, but
 I don't know which mozilla is using. How can I find this information
 out to post to this thread?

- Nick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ipfilter/ipmon log msgs

2003-01-10 Thread JoeB
I am using ipfilter for my firewall and ipmon to capture firewall
error msgs.
Where can I find description of the format of the ipmon  msg text so
I can decipher what the msgs are saying?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: /dev/apm: device not configured

2003-01-10 Thread John Bleichert
On Fri, 10 Jan 2003, Matthew Seaman wrote:
> Subject: Re: /dev/apm: device not configured
> 
> On Fri, Jan 10, 2003 at 10:35:40AM -0500, John Bleichert wrote:
> 
> > I'm trying to use apmd on my Thinkpad but I can't seem to figure it out. I 
> > have the support in my kernel:
> > 
> > root:/home/johnnyb > dmesg | grep pm
> > intpm0:  port 0xefa0-0xefaf irq 
> > 9 at device 7.3 on pci0
> > intpm0: I/O mapped efa0
> > intpm0: intr IRQ 9 enabled revision 0
> > intpm0: PM I/O mapped ef00 
> > 
> > but as you can see, no /dev/apm0 (which I'm expecting to be in dmesg). If 
> > I try to use it, it fails:
> > 
> > johnnyb:~ > apm -l
> > apm: can't open /dev/apm: Device not configured
> > 

> 
> You need the apm0 device in your kernel, as well as the specific
> device for the particular Power management bus chipset you have:
> 
> % grep pm /var/run/dmesg.boot
> apm0:  on motherboard
> apm0: found APM BIOS v1.2, connected at v1.2
> viapropm0: SMBus I/O base at 0xe800
> viapropm0:  port 0xe800-0xe80f at device 17.0 
>on pci0
> viapropm0: SMBus revision code 0x0
> 
> ie. edit the Kernel config to add a 'device apm0' line as follows:
> 
> device  apm0at nexus? flags 0x20 # Advanced Power Management
> 


Whoops! I had forgotten to remove 'disable' from that line. Works like a 
charm now (although my battery is shot ...).

Thanks for the pointer - JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Mozilla hangs X ?

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 12:44, Nick Jennings wrote:
> Hi,
> 
>  I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
>  able to reproduce. When I am using Mozilla, in X (doesn't matter what
>  window manager I am using) and I have *allot* of tabs open, probably
>  allot of the sites have javascripts etc. Sometimes, and I haven't noticed
>  any pattern in what I am doing other than having allot of tabs open 
>  (probably 20+), X completely hangs.
> 
>  The mouse locks up, I can't move it, nothing responds. If I try to
>  switch to another console I get a no signal error (on my LCD monitor)
>  so it just doesn't get any signal from the video card apparently.
> 
>  I can ssh into the box from another machine and about all I can do is
>  restart the system. Once the machine restarts, the video is back online.
> 
>  Anyone else experience this problem? It has been going on ever since I
>  installed 4.7 and since then I have updated to STABLE branch a few times,
>  and updated to devel mozilla. No change.

Do you have any strange fonts loaded?  There have been reports of X
crashes when Mozilla is used with non-standard X fonts.

Joe

> 

-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Mozilla hangs X ?

2003-01-10 Thread Nick Jennings
Hi,

 I am using FreeBSD 4.7 and am experiencing a strange X lockup that I am
 able to reproduce. When I am using Mozilla, in X (doesn't matter what
 window manager I am using) and I have *allot* of tabs open, probably
 allot of the sites have javascripts etc. Sometimes, and I haven't noticed
 any pattern in what I am doing other than having allot of tabs open 
 (probably 20+), X completely hangs.

 The mouse locks up, I can't move it, nothing responds. If I try to
 switch to another console I get a no signal error (on my LCD monitor)
 so it just doesn't get any signal from the video card apparently.

 I can ssh into the box from another machine and about all I can do is
 restart the system. Once the machine restarts, the video is back online.

 Anyone else experience this problem? It has been going on ever since I
 installed 4.7 and since then I have updated to STABLE branch a few times,
 and updated to devel mozilla. No change.

 All help appreciated, please keep me CC'd as I am not subscribed to
 freebsd-questions. Thanks.

- Nick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



  1   2   >