config and opt_*h files, how it works?

2003-11-08 Thread TSaplin Mikhail
I want add some my own options to kernel.
I've add U04_KOI8R opt_cdunicode.h to sys/conf/options,
and #include opt_cdunicode.h to source files.

But when i do make depend, mkdep cant find opt_cdunicode.h
Whats wrong and how it works?

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


Re: revived ports collection, errors galore

2003-11-08 Thread Kris Kennaway
On Sat, Nov 08, 2003 at 12:36:04AM -0600, F. Even wrote:
 I am running a FreeBSD 4.0 box.

The ports collection does not support 4.0.  See http://www.freebsd.org/ports/

Kris


pgp0.pgp
Description: PGP signature


Re: jdk14 port

2003-11-08 Thread horio shoichi
On 06 Nov 2003 20:17:11 -0500
Frank Laszlo [EMAIL PROTECTED] wrote:
 Ok, I figured out what the problem was.
 It's really quite interesting.
 you see, I was building this via ssh to my server. My server has had
 network issues (due to the connection) all day, and my ssh sessions were
 lagging horribly. it would freeze for a long amount of time. I noticed
 the build always seemed to error at a different point. So I thought to
 myself, maybe the ssh freezing is causing a problem
 so i fired screen and ran:
 cd /usr/ports/java/jdk14  script jdk14-out.log make package
 then i detached from the screen, and ran xtail jdk14-out.log to keep an
 eye on it.
 and sure enough, it built with no problems whatsoever.
 
 I have NEVER seen anything like this, but I guess it makes sense. Oh
 well.. 
 
 
 -Frank Laszlo
 
 
 On Thu, 2003-11-06 at 12:49, Frank Laszlo wrote:
  It seems this port wont build, I do have linux_base installed and the
  linprocfs is mounted. here is my uname and error message.
  
  ([EMAIL PROTECTED] /usr/ports/java/jdk14)% uname -a
  FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16
  14:19:39 EDT 2003
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RITAMARI  i386
  
  
  
  
  Exception in thread main java.lang.IllegalMonitorStateException
  at java.lang.ref.Finalizer.add(Finalizer.java:42)
  at java.lang.ref.Finalizer.init(Finalizer.java:67)
  at java.lang.ref.Finalizer.register(Finalizer.java:72)
  at sun.tools.java.ClassFile.getInputStream(ClassFile.java:60)
  at
  com.sun.tools.javah.oldjavah.JavahEnvironment.getClass(JavahEnvironment.java:171)
  at
  com.sun.tools.javah.oldjavah.JavahEnvironment.getAllFields(JavahEnvironment.java:89)
  at com.sun.tools.javah.oldjavah.JNI.write(JNI.java:38)
  at com.sun.tools.javah.oldjavah.Gen.run(Gen.java:149)
  at com.sun.tools.javah.oldjavah.Main.run(Main.java:174)
  at com.sun.tools.javah.oldjavah.Main.main(Main.java:41)
  at com.sun.tools.javah.Main.main(Main.java:40)
  gmake[4]: ***
  [/usr/home/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/java/obj_g/.class.headers.i586]
   Error 1
  
  
  
  Any help would be greatly sppriciated. Thanks
  
  -Frank Laszlo
  
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

I have seen the same (or similar named) exception on 4.8-STABLE. 
Since it was made on Oct.30, the log file on /var/tmp has been flushed.

Last night, I tried to reproduce the log but (unfortunately) have
succeeded this time. So the sameness or similarity is only in my
vague memory.

The differences in my case are:

o when failed, I was complained there was no linprocfs. I tried to remake
  without flushing $WRKDIR after mounting it,

o last night, there were other heavy metals, such as 'make buildworld'
  and 'make release' so the loads were constantly high. Remake is done on
  a new $WRKDIR, though.


Um, neither seem to have any significance.


horio shoichi

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


DELL Poweredge 400 SC NIC

2003-11-08 Thread Robin Becker
Hi, I apologise if this is the wrong forum. I have to clone an old HP
x386 freeBSD 4.5 system to a new DELL 400SC machine. I am taking the
opportunity to upgrade to 4.9.

In the setup I see no network devices are configured. There are a bunch
that I could select (eg IBM Etherjet, NE100,etc), but I don't have
any good idea what to choose.

I used the DELL cd and bios setup. Depending on which source I have
either a legacy NIC w/pex (bios) or an INTEL PRO 1000 MT Gigabit
Ethernet adapter (Setup CD hardware).

I tried the setup kernel and with lsdev I see something called pex, but
am not sure if that's the NIC.

Is there anyone with some good advice on how to proceed? I can always
add one of the various ethernet cards we have lying about if all else
fails.
-- 
Robin Becker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Network Device(s) within jail?

2003-11-08 Thread chris

4.9-RELEASE

Hello, I now have a server running named, and it's assigned a public IP
address. Within this server is a jail that is running sshd, and the jail
has it's own unique public IP. The ethernet adapter has an alias to
accommodate the jail. (And it also works if I put the alias on the
loopback - not sure if there is any difference.)

If I ssh into the jail and run /stand/sysinstall, then use the menu
selections to try to obtain a port or package via FTP, I get to the part
where I select an FTP site the receive the following error message: no
network devices available and I can't go any farther.

Any suggestions? I did manage to find one previous post somewhere about
this, from over a year and a half ago, and I didn't fully understand what
was being said about low level calls. The reply did tend to indicate you
can't FTP from inside a jail, but I am hoping the technology has changed
and now it's possible well, I can hope, right?

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


Re: fresh install for XFree86-4

2003-11-08 Thread Odhiambo Washington
* Sham Khalil [EMAIL PROTECTED] [20031108 03:38]: wrote:
 
 
 On Fri, 7 Nov 2003, Odhiambo Washington wrote:
 
  * Norhisham Khalil [EMAIL PROTECTED] [20031107 11:30]: wrote:
   Quoting Kris Kennaway [EMAIL PROTECTED]:
  
On Fri, Nov 07, 2003 at 08:23:03AM +0800, Sham Khalil wrote:

 /usr/libexec/elf/ld: bad -rpath option
 *** Error code 1
 Stop in /shared/ports/x11-servers/XFree86-4-Server/work/xc/lib/font.
 *** Error code 1

   
cvsup your ports and try again..that was a transient error that has
since been fixed.
   
The XFree86-4 port installs everything you need to run XFree86 4.x.
   
Kris
   
  
   i've done another cvsup today, the problem still would not go away
 
  Question: How are you installing it?
 
  Are you using something like
 
  portinstall -Rr XFree86
 
 
 thanks
 
 last nite i used this command and it successfully install
 check the man page portinstall = portupgrade -N
 something new i learned yesterday
 
 i also installed xfce4, mozilla-firebird and plugger with the command and
 successful.
 
 i  wanted to install openoffice, but a peek into Makefile, it will need
 mozilla.  i do not need mozilla as i have mozilla-firebird. could i skip
 mozilla to install openoffice?

No idea, but I think you cannot play around with a port's dependacies that
way.



Best regards,
Odhiambo Washington
Wananchi Online Ltd.


--+-
 Odhiambo W. wash(at)wananchi(dot)com   . WANANCHI ONLINE LTD (Nairobi, KE)
 http://www.wananchi.com/email/ . 1ere Etage, Loita Hse, Loita St.,
 Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI
--+-
What the hell, go ahead and put all your eggs in one basket.



A man of many companions may come to ruin,
but there is a friend that sticks closer than a brother.
Proverbs 18:24
 

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


Re: sftp mount?

2003-11-08 Thread Odhiambo Washington
* Lewis Thompson [EMAIL PROTECTED] [20031107 18:01]: wrote:
 On Fri, Nov 07, 2003 at 05:56:43PM +0300, Odhiambo Washington wrote:
  * Lewis Thompson [EMAIL PROTECTED] [20031107 17:28]: wrote:
   At my university everything is firewalled and the only way I can
   transfer files to/from my account is to use sftp -- but that gets quite
   painful after a while.
  
  What do you mean by quite painful? sftp should be very easy to use
 
 Yeah, it is fairly easy to use but it's still annoying to be doing it.
 In reality what I want is to edit the remote files directly.  I don't
 want to be copying back/forth.  It can't really be automated either,
 since I'm not doing the same task over and over.
 
  Basically you have to ask the folks administering your systems if they
  allow NFS and I doubt it already.
 
 No, they don't.  Pretty much the only thing allowed is ssh/sftp.
 
   Or can anybody suggest any other way I might achieve something similar?
   Bear in mind I am actually restricted to sftp/ssh.
  
  Forget your ideas. Tell us what it is that you want to be doing.
 
 I want my remote home directory (available just by ssh) to be
 transparently available from a local directory :P

I don't know how to do that via ssh, but I know how to execute commands
remotely via SSH:


ssh remote_host -t -A /usr/bin/ee /path/to/some/file


 

Best regards,
Odhiambo Washington
Wananchi Online Ltd.

PS::REQUEST

Q: Because it reverses the logical flow of conversation.
A: Why is top posting frowned upon?

http://learn.to/edit_messages
http://www.netmeister.org/news/learn2quote.html

--+-
 Odhiambo W. wash(at)wananchi(dot)com   . WANANCHI ONLINE LTD (Nairobi, KE)
 http://www.wananchi.com/email/ . 1ere Etage, Loita Hse, Loita St.,
 Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI
--+-
What the hell, go ahead and put all your eggs in one basket.



Markets are self-correcting. That's why I trust markets more than
governments. Governments usually aren't self-correcting, until too late.
--Interview with Walter Wriston as reported in Wired 4.10
 



pgp0.pgp
Description: PGP signature


[5.x] building. 4.x binaries ?

2003-11-08 Thread Jacques Beigbeder
Hello,

Since FreeBSD 5.x include 4.x dynamic libraries, is there any way
on a 5.x box to build (with gcc) binaries which will run on a 4.x box?

Thanks in advance,

--
Jacques Beigbeder|  [EMAIL PROTECTED]
Service de Prestations Informatiques | http://www.spi.ens.fr
Ecole normale supérieure |
45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96
F75230 Paris cedex 05|Fax : (+33 1)1 44 32 20 75

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


work-around for 5.2 on SOYO raid.

2003-11-08 Thread A1-Vegas.com \Zeke\
please forward to the appropriate people.

problem: sysinstall in CDimage cannot write to HPT raid

work around:
installation procedure freeBSD 5.2
soyo P4S Dragon ultra.

1. plug one of the hard drives into IDE1
2. install freeBSD onto drive.
3. edit /etc/fstab, change drives to ar0s1a ar0s1b ...etc.
4. power down and re-plug drive into IDE3, plug empty drive into IDE4.
5. set cmos to boot on SCSI
6. run ^H setting tool, create mirror, and duplicate drive 1 to empty drive.
7. freeBSD will now boot from the array.

these steps should not be necessary, but the installer was unable to
write to the hpt raid, even thopugh it was successfully probed.

after moving the hard drive to the raid array the boot loader would run
from the hard drive, and the raid was successfully probed, but the boot
loader was not able to translate the fstab entries to the new environment.

may i humbly suggest adding this capability, possibly with an operator
confirmation.

the purpose of mirrioring is to allow fast recovery from system failures,
the ability of the loader to discover it's new environment serves that end.

thanks ...zeke

P.S. the soyo motherboard makes a great hard drive cloner, too.  ..Z

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


Re: sftp mount?

2003-11-08 Thread Lowell Gilbert
Odhiambo Washington [EMAIL PROTECTED] writes:

 * Lowell Gilbert [EMAIL PROTECTED] [20031108 05:32]: wrote:

  Copying a whole directory tree is pretty easy, especially with tool
  support, it's transparent while you're doing the editing, and you get
  full speed while you're editing.  That would be my recommendation.
 
 
 Please elaborate that for my benefit ;-)

I was being deliberately vague because there are *very* many ways of
doing that sort of thing.  One to which I had alluded earlier in the
message was using rdist to synchronize the working files between two
systems.  You would do that before (and possibly after) each time you
worked on the files.  This has the advantage that when you are
actually working on the files, you are always using local copies.

I haven't done it, but I understand that it is quite easy to run rdist
over ssh.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: login.conf and accents weirdness

2003-11-08 Thread Joan Picanyol i Puig
* Jean-Baptiste Quenot [EMAIL PROTECTED] [20031102 16:24]:
 * Joan Picanyol i Puig:
 
   It works for me, the accentuated chars show up in xterm...
  It doesn't for  me, nor in console or under  X. I'm pasting underneath
  what I see from the console (excerpt from the test file):
 3) Run the command LC_CTYPE=ca_ES.ISO8859-15 more mail.test
Ok, es_ES works but ca_ES doesn't. I'm on RELENG_4_9, what are you running?
I believe misc/45874 has not been MFC'ed.

I have a _big_ problem now. I upgraded to samba-3.0.0 which defaults to
using UTF-8 instead of doing charset conversion by itself. User profiles
stored in the server don't work because 8-bit characters are not
translated properly. I'm downloading the full cvs repo now in order to
try to make a patch, will this work?

(17:22:18 /usr/src/share) 0 $ cvs diff -r RELENG_4_9 -r RELENG_5_1
colldef/ mklocale/ monetdef/ msgdef/ numericdef/ syscons/ timedef/
zoneinfo/

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


Message

2003-11-08 Thread William Downs
Hello, 
I keep getting this message on my server. Could you tell me how to get rid of it.
Thanks,

arp: 192.168.123.1 moved from 00:40:10:0f:c0:b8 to 00:50:18:07:03:36 on lnc0
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Message

2003-11-08 Thread Robin Schoonover
On Sat, 8 Nov 2003 09:46:05 -0700, William Downs [EMAIL PROTECTED]
wrote:
 I keep getting this message on my server. Could you tell me how to get
 rid of it. Thanks,
 
 arp: 192.168.123.1 moved from 00:40:10:0f:c0:b8 to 00:50:18:07:03:36 on
 lnc0

Sounds like more than one machine is trying to claim an ip of
192.168.123.1

-- 
Robin Schoonover (aka End)
# I'm hallucinating, but I don't even have a dog.  Maybe I should get
# one. No, I have a cat.  Oh well.
# -- Will Quale '99
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [5.x] building. 4.x binaries ?

2003-11-08 Thread Dan Nelson
In the last episode (Nov 08), Jacques Beigbeder said:
 Since FreeBSD 5.x include 4.x dynamic libraries, is there any way on
 a 5.x box to build (with gcc) binaries which will run on a 4.x box?

No, since you also need 4.x headers and 4.x static libraries.  You can
do this if you install 4.x in a chroot, or you can set up a vmware or
bochs virtual machine running 4.x

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


RE: Message

2003-11-08 Thread Jason Lavigne
Looks like you have 2 computers fighting for the same IP.
00:40:10:0f:c0:b8 and 00:50:18:07:03:36 are the hardware (mac)
addresses of the competing computers. To fix number each computer with a
different IP.

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of William Downs
Sent: Saturday, November 08, 2003 11:46 AM
To: [EMAIL PROTECTED]
Subject: Message

Hello, 
I keep getting this message on my server. Could you tell me how to get
rid of it.
Thanks,

arp: 192.168.123.1 moved from 00:40:10:0f:c0:b8 to 00:50:18:07:03:36 on
lnc0
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

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


How to Handle Stale Dependencies in pkgdb -F

2003-11-08 Thread Robert H. Perry
Hi,

Just ran my weekly cvsup program followed by portsbd -Uu.  Tried running 
portsversion -l and received a message indicating that I should run 
pkgdb -F to deal with a stale dependency.  Note following:

Stale dependency: sgmlformat-1.7_2 - docbook-3.1_2 (textproc/docbook-310):
docbook-xsl-1.62.3 (score:43%) ? ([y]es/[n]o/[a]ll)
My understanding here is that I'm to choose between the dependency the 
port has recorded, docbook-3.1_2, or the one installed, 
docbook-xsl-1.62.3. 
I took a look at the sgmlformat-1.7_2 port and found the following:

R-deps: docbook-1.2_1 docbook-241_2 docbook-3.0_2 docbook-3.1_2 
docbook-4.0_2 do cbook-4.1_2 iso8879-1986_2 jade-1.2.1_5 linuxdoc-1.1_1 
xmlcatmgr-1.1

I went back to the prompt in the pkgdb program and indicated no.  This 
was followed by:

New dependency? (? to help):

Wasn't sure how to respond, so I aborted the program and ran pkgdb -Fa 
which didn't fix the dependencies either.  It did, however repeat the 
stale dependency prompt for all 6 of the docbook dependencies shown above.

Can anyone help me understand what the program is looking for at the new 
dependency prompt?  I was about to respond with a delete command but 
wasnt' sure what I would be deleting?  I did backup /var/db/pkg.

Thank you.

Bob Perry

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


RE: Resolving IRQ conflicts with 4.8

2003-11-08 Thread Charles Howse
 The problem you describe is becoming common in the 4.x versions of
 FBSD.
 I have seen these solutions voiced previously in this list.
 
 1. Check the PC's bios, look for a toggle to disable plug-n-play
 function.
 
 2. Check that your PCI cards are not in the first or last PCI
 expansion
 slot on the motherboard.
 
 3 add   option   PCI_ENABLE_IO_MODES
 to your kernel source and recompile. See LINT
 
 4. add   device  puc
  option  PUC_FASTINTR
 to your kernel source and recompile. See LINT
 
 5. Follow bug fix using this url
 http://www.freebsd.org/cgi/query-pr.cgi?pr=40636
 
 6. check /var/boot/dmesg.boot file to see if your pci cards are
 found
 as unknown. See FBSD FAQ for instructions on how to fix.
 
 
 Try one of the above one at a time until your problem goes away.
 
 
 
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Charles
 Howse
 Sent: Wednesday, November 05, 2003 10:27 AM
 To: [EMAIL PROTECTED]
 Subject: Resolving IRQ conflicts with 4.8
 
 Hi,
 If this post is considered off-topic, forgive me. Perhaps someone
 might be
 willing to work with me off-list?
 
 I have 3 PCI devices using IRQ 9!
 The modem, nic and built-in sound card.
 I've physically removed the modem, because it was being detected
 before the
 nic, and I had no ability to network.
 
 In BIOS, I have PnP OS set to No.
 There is a setting to allow resources to be controlled manually, but
 this
 defaults to Legacy ISA device.
 Since I have no ISA devices, this won't work.
 
 I noticed from output of dmesg, that it does some probing for PnP
 devices:
 
 Probing for PnP devices on ppbus0:
 ppbus0: Hewlett-Packard HP LaserJet 1100.1.0 PRINTER MLC,PCL,PJL
 
 What, if anything can I do so that I can have my nic, modem, and
 sound card
 detected during boot?
 --

Thanks for the reply, this is excellent information.
Moving the modem away from the last PCI slot allowed it to be detected.

I still have the on-board sound device listed as unknown, so I have
jumped from your suggestion #2 to #6.
(Device listed as unkown.)
I have not recompiled the kernel yet.

I have refered to the FBSD FAQ you referenced, and have an issue there.

Pnpinfo does not list any PnP devices, so I have to use pciconf -vl.
Here is it's output re the sound card:

[EMAIL PROTECTED]:18:0: class=0x040100 card=0x13711274 chip=0x13711274 rev-ox08
hdr=0x00
Vendor = 'Creative (was: Ensoniq)'
Device = 'ES1371, ES1373 Audio PCI'
Class = multimedia
Subclass = audio

(I've typed this from my notes, capitals and tabs may be incorrect.)

The FAQ says:

[snip]
Alternatively, if pnpinfo(8) does not list the card in question,
pciconf(8) can be used instead. This is part of the output from pciconf
-vl for an onboard sound chip:

# pciconf -vl
[EMAIL PROTECTED]:31:5:class=0x040100 card=0x00931028 chip=0x24158086
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801AA 8xx Chipset AC'97 Audio Controller'
class= multimedia
subclass = audio
Here, you would use the chip value, ``0x24158086''.

[snip]
You should first make a backup of sio.c just in case things go wrong.
You will also need it to make the patch to submit with your PR (you are
going to submit a PR, are you not?) then edit sio.c and search for the
line

static struct isa_pnp_id sio_ids[] = {
then scroll down to find the correct place to add the entry for your
device. The entries look like this, and are sorted on the ASCII Vendor
ID string which should be included in the comment to the right of the
line of code along with all (if it will fit) or part of the Device
Description from the output of pnpinfo(8):

{0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
{0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
{0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
{0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */
{0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */
Add the hexadecimal Vendor ID for your device in the correct place, save
the file, rebuild your kernel, and reboot. Your device should now be
found as an sio device as it was under FreeBSD 3.X

My issue is:
Apparently, it is important to add the new listing in the correct place
in sio.c, as well as adding the ASCII Vendor ID String.
Since I had to get the device info from pciconf instead of pnpinfo, I
have no 7 character ASCII Vendor ID String (like RSS0250 in the listed
example above).
There is no example on how to format a new entry if you only have the
output from pciconf.
So...how should my new entry look and where should I place it in sio.c?




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


XConfig - how to get rid of dithering

2003-11-08 Thread Lorin Lund
I am running on an old Toshiba Portege with this video
chipset:
NM2200 [MagicGraph 256AV]
Everything is showing dithered under X but when I boot
to Windows I get great color.  I suspect that this is
merely a configuration problem but I don't 
know what is wrong with my config file.  (see attached)

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfreeSection ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  speedo
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync31.5 - 57.0
VertRefresh  50.0 - 100.0
EndSection

Section Device

### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoLinear  # [bool]
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option noMMIO# [bool]
#Option internDisp# [bool]
#Option externDisp# [bool]
#Option LcdCenter # [bool]
#Option ShadowFB  # [bool]
#Option NoStretch # [bool]
#Option pciBurst  # [bool]
#Option ShowCache # [bool]
#Option Rotate# [str]
#Option StrangeLockups# [bool]
#Option DisplayHeight480  # [bool]
#Option progLcdModeRegs   # [bool]
#Option progLcdModeStretch# [bool]
#Option overrideValidateMode  # [bool]
#Option VideoKey  # i
#Option OverlayMem# i
#Option Interlace # i
Identifier  Card0
Driver  neomagic
VendorName  Neomagic Corporation
BoardName   NM2200 [MagicGraph 256AV]
BusID   PCI:0:4:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
EndSubSection
EndSection

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


WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Lorin Lund
I made /usr/ports/comms/ltmdm and installed it.  But
it won't load.  It gets an error.  It reports suers_td
being undefined.

Is this a problem with the port or do I need to build
a custom kernel?



__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Tool for Unix similar to pingplotter (http://www.pingplotter.com)

2003-11-08 Thread Dan Nelson
In the last episode (Nov 08), Marc G. Fournier said:
 
 Does anyone know of a tool available under X similar to this?

Well, mtr can give you the traceroute in a window, and smokeping can
give you the historical reporting.  I don't know of a tool that does
both at once.

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


buildworld error

2003-11-08 Thread Jason
   Last night I updated all my source files to buildworld, but ran into 
a problem.  I tried to build it 3 times, and each time it stops at the 
same spot.  If I retype the last commands show letter for letter they 
work.  It stops at something like $gzip -cn cvs.info  cvs.info.gz.  If 
I immediately enter this command after the error it does not work, but 
above it is a 3 line command for makeinfo.  If I renter this command 
then the gzip works.  If this just some small glitch in some config file 
that has already been fixed?  If it has not been fixed, or no one knows, 
what file show I look into to correct this myself?  I am running 5.1 
with my cvs tag set to current.  The error occurs about 38 minutes into 
the build, so I would  be glad to try suggestions but I don't want to 
waste a day on this.
Thanks,
Jason

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


Re: buildworld error

2003-11-08 Thread Kent Stewart
On Saturday 08 November 2003 12:10 pm, Jason wrote:
 Last night I updated all my source files to buildworld, but ran into
 a problem.  I tried to build it 3 times, and each time it stops at the
 same spot.  If I retype the last commands show letter for letter they
 work.  It stops at something like $gzip -cn cvs.info  cvs.info.gz.  If
 I immediately enter this command after the error it does not work, but
 above it is a 3 line command for makeinfo.  If I renter this command
 then the gzip works.  If this just some small glitch in some config file
 that has already been fixed?  If it has not been fixed, or no one knows,
 what file show I look into to correct this myself?  I am running 5.1
 with my cvs tag set to current.  The error occurs about 38 minutes into
 the build, so I would  be glad to try suggestions but I don't want to
 waste a day on this.
 Thanks,
 Jason


First rule of thumb is to re-cvsup src-all after you have waited awhile. If 
that doesn't work, include the error messages. 

If you are following -current, you should also be subscribed to the lists that 
deal with problems, such as cvs-all, hackers, -current, and etc. You can see 
the problem being addressed and then fixed. 

This used to be part of the suggested requirements for following stable and 
they definitely apply to current.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Virtual Sound Channels

2003-11-08 Thread Alex Kelly
Is there a way I can make these commands run at boot time:

# sysctl hw.snd.pcm0.vchans=4
# sysctl hw.snd.maxautovchans=4

Rather than enter them in each time I want to use xmms in kde? I guess aRTs 
hogs psm0.

Thanks.

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


Help me...

2003-11-08 Thread Ví­ctor Gutiérrez Cruz
Hello

I have problem when compiling php4...

$ cd /usr/ports/lang/php4
$ pwd
/usr/ports/lang/php4
$ ls
Makefiledistinfopkg-descr   pkg-plist   work
README.html files   pkg-message scripts
$ make
===   php4-4.3.2.r4 depends on file: /usr/local/sbin/apxs - found
===   php4-4.3.2.r4 depends on file: /usr/local/lib/libcrack.a - found
===   php4-4.3.2.r4 depends on executable: libtool - found
===   php4-4.3.2.r4 depends on executable: bison - found
===   php4-4.3.2.r4 depends on shared library: xml2.5 - found
===   php4-4.3.2.r4 depends on shared library: xslt.1 - found
===   php4-4.3.2.r4 depends on shared library: intl.4 - found
===   php4-4.3.2.r4 depends on shared library: iconv.3 - found
===   php4-4.3.2.r4 depends on shared library: c-client4.8 - found
===   php4-4.3.2.r4 depends on shared library: gds.1 - found
===   php4-4.3.2.r4 depends on shared library: mysqlclient.14 - found
===   php4-4.3.2.r4 depends on shared library: odbc.1 - found
===   php4-4.3.2.r4 depends on shared library: expat.4 - found
===   php4-4.3.2.r4 depends on shared library: sablot.70 - found
===   php4-4.3.2.r4 depends on shared library: yaz.2 - found
===   php4-4.3.2.r4 depends on shared library: zzip-0.10 - found
===  Configuring for php4-4.3.2.r4
You cannot define WITH_IMAP *and* WITH_YAZ!

*** Error code 1

Stop in /usr/ports/lang/php4.
*** Error code 1
Stop in /usr/ports/lang/php4.





Atte. Víctor Gutiérrez Cruz

Si vales, valeo
(Antiguo saludo en Latín que significa:
Si tu estas bien yo estoy bien)
_
MSN Fotos: la forma más fácil de compartir e imprimir fotos.  
http://photos.msn.es/support/worldwide.aspx

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


cd0 Error

2003-11-08 Thread Kyle Super
I just downloaded the iso images for version 5.1 from the ftp site and 
started a new installation. The md5sum checked out ok on the image and the 
cd burned fine under WinXP. I was forced to install only the minimum 
installation, though, since larger installations had really slow transfer 
rates, under 10K/sec, until finally the installation would freeze. Later I 
tried using sysintall to install some of the additional packages. Here is 
the error I received when attempting to install XFree86:

cd0: READ_BIG - Medium Error asc=0x11 ascq=0x05 error 0x00
cd0: READ_BIG command timeout - resetting
ata1: resetting devices
acd0: timeout waiting for cmd=ef s=d8 e=30
done
acd0: timeout sending command=a0 s=d8 e=30
acd0: failure to send ATAPI packet command
acd0: failure to execute ATAPI packet command
In my previous RedHat installation, I had trouble with errors caused by dma. 
My chipset does not support dma transfers. Could this be part of the 
problem?

Thanks,
Kyle Super
_
MSN Messenger with backgrounds, emoticons and more. 
http://www.msnmessenger-download.com/tracking/cdp_customize

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


Firewall Making Many DNS PTR Queries

2003-11-08 Thread Jason C. Wells
If one of my clients makes a DNS query for a hostname that is not cached,
my firewall subsequently makes a flurry of PTR queries.  I am at a loss to
explain why.

For example:

XX+/192.168.1.13/202.1.168.192.in-addr.arpa/PTR/IN
XX+/192.168.1.13/www.davinci.com/A/IN
XX+/192.168.1.1/49.0.229.193.in-addr.arpa/PTR/IN
XX+/192.168.1.1/10.24.230.130.in-addr.arpa/PTR/IN
XX+/192.168.1.1/132.248.214.128.in-addr.arpa/PTR/IN
XX+/192.168.1.1/10.102.230.130.in-addr.arpa/PTR/IN
XX+/192.168.1.1/64.46.214.128.in-addr.arpa/PTR/IN
XX+/192.168.1.1/64.4.214.128.in-addr.arpa/PTR/IN
... and many more ...

The firewall is 192.168.1.1.

But if I do the query on a cached hostname, no such wierdness occurs.

XX+/192.168.1.13/202.1.168.192.in-addr.arpa/PTR/IN
XX+/192.168.1.13/www.davinci.com/A/IN

My DNS servers are behind the firewall.  I use port translation to run the
DNS through the firewall.  The DNS queries complete successfully.  I fixed
the problem with my secondary nameserver not responding (thanks Pete
Elkhe, my NAT was buggered).

The PTR records the firewall is seeking are mostly for nameservers.
Sometimes the PTRs the firewall is looking for are not resolvable.  The
PTRs don't seem to be related to the domain in question.

What the heck is my firewall doing looking for those PTR records?

Thanks,
Jason C. Wells

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


Re: Virtual Sound Channels

2003-11-08 Thread Uwe Doering
Alex Kelly wrote:
Is there a way I can make these commands run at boot time:

# sysctl hw.snd.pcm0.vchans=4
# sysctl hw.snd.maxautovchans=4
Rather than enter them in each time I want to use xmms in kde? I guess aRTs 
hogs psm0.
You may want to take a look at the sysctl.conf(5) man page.

   Uwe
--
Uwe Doering |  EscapeBox - Managed On-Demand UNIX Servers
[EMAIL PROTECTED]  |  http://www.escapebox.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Resolving IRQ conflicts with 4.8

2003-11-08 Thread fbsd_user
I think your problem is that you have not searched this mailing list
archives. This answer about sound card and my previous msg about nic
and modem pci cards not being found are in the archives. You really
should do some home work and search the archives before asking
questions.

I believe the unknown device FAQ is for pci Nics and pci Modems.
Sound cards are different story.

I've found that FreeBSD 4.x so far has supported every odd sound
card I've thrown its way.

Even (especially!) those on-board sound things built into
motherboards and laptops these days.  FreeBSD supports them all (and
Windows usually doesn't without the special CD-Rom from the
motherboard manufacturer.)

Just add device pcm to your kernel conf file, build a new kernel,
and I'll bet almost any sound card will work on reboot.

-Original Message-
From: Charles Howse [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 08, 2003 2:17 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Resolving IRQ conflicts with 4.8

 The problem you describe is becoming common in the 4.x versions of
 FBSD.
 I have seen these solutions voiced previously in this list.

 1. Check the PC's bios, look for a toggle to disable plug-n-play
 function.

 2. Check that your PCI cards are not in the first or last PCI
 expansion
 slot on the motherboard.

 3 add   option   PCI_ENABLE_IO_MODES
 to your kernel source and recompile. See LINT

 4. add   device  puc
  option  PUC_FASTINTR
 to your kernel source and recompile. See LINT

 5. Follow bug fix using this url
 http://www.freebsd.org/cgi/query-pr.cgi?pr=40636

 6. check /var/boot/dmesg.boot file to see if your pci cards are
 found
 as unknown. See FBSD FAQ for instructions on how to fix.


 Try one of the above one at a time until your problem goes away.







 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Charles
 Howse
 Sent: Wednesday, November 05, 2003 10:27 AM
 To: [EMAIL PROTECTED]
 Subject: Resolving IRQ conflicts with 4.8

 Hi,
 If this post is considered off-topic, forgive me. Perhaps someone
 might be
 willing to work with me off-list?

 I have 3 PCI devices using IRQ 9!
 The modem, nic and built-in sound card.
 I've physically removed the modem, because it was being detected
 before the
 nic, and I had no ability to network.

 In BIOS, I have PnP OS set to No.
 There is a setting to allow resources to be controlled manually,
but
 this
 defaults to Legacy ISA device.
 Since I have no ISA devices, this won't work.

 I noticed from output of dmesg, that it does some probing for PnP
 devices:

 Probing for PnP devices on ppbus0:
 ppbus0: Hewlett-Packard HP LaserJet 1100.1.0 PRINTER MLC,PCL,PJL

 What, if anything can I do so that I can have my nic, modem, and
 sound card
 detected during boot?
 --

Thanks for the reply, this is excellent information.
Moving the modem away from the last PCI slot allowed it to be
detected.

I still have the on-board sound device listed as unknown, so I
have
jumped from your suggestion #2 to #6.
(Device listed as unkown.)
I have not recompiled the kernel yet.

I have refered to the FBSD FAQ you referenced, and have an issue
there.

Pnpinfo does not list any PnP devices, so I have to use pciconf -vl.
Here is it's output re the sound card:

[EMAIL PROTECTED]:18:0: class=0x040100 card=0x13711274 chip=0x13711274
rev-ox08
hdr=0x00
Vendor = 'Creative (was: Ensoniq)'
Device = 'ES1371, ES1373 Audio PCI'
Class = multimedia
Subclass = audio

(I've typed this from my notes, capitals and tabs may be incorrect.)

The FAQ says:

[snip]
Alternatively, if pnpinfo(8) does not list the card in question,
pciconf(8) can be used instead. This is part of the output from
pciconf
-vl for an onboard sound chip:

# pciconf -vl
[EMAIL PROTECTED]:31:5:class=0x040100 card=0x00931028
chip=0x24158086
rev=0x02 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801AA 8xx Chipset AC'97 Audio Controller'
class= multimedia
subclass = audio
Here, you would use the chip value, ``0x24158086''.

[snip]
You should first make a backup of sio.c just in case things go
wrong.
You will also need it to make the patch to submit with your PR (you
are
going to submit a PR, are you not?) then edit sio.c and search for
the
line

static struct isa_pnp_id sio_ids[] = {
then scroll down to find the correct place to add the entry for your
device. The entries look like this, and are sorted on the ASCII
Vendor
ID string which should be included in the comment to the right of
the
line of code along with all (if it will fit) or part of the Device
Description from the output of pnpinfo(8):

{0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
{0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
{0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
{0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */
{0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */
Add the hexadecimal Vendor ID for your device in the 

installation of BSD 4.6

2003-11-08 Thread Jamie Tatton
i am attempting an install of FreeBSD 4.6 on a generic machine with an AMD
1800 chip. Probing devices hangs and i can't get any further with my
install. i purchased FreeBSD 4.6 from FreeBSD mall. can anybody help me with
this? Please!
thanks.

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


RE: installation of BSD 4.6

2003-11-08 Thread fbsd_user
Try stripping the pc down to a bare bones box. Just 1 hard drive and
cdrom drive. Remove all pci cards. If install works then add one
hardware device at a time and boot system.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jamie
Tatton
Sent: Saturday, November 08, 2003 4:38 PM
To: [EMAIL PROTECTED]
Subject: installation of BSD 4.6

i am attempting an install of FreeBSD 4.6 on a generic machine with
an AMD
1800 chip. Probing devices hangs and i can't get any further with
my
install. i purchased FreeBSD 4.6 from FreeBSD mall. can anybody help
me with
this? Please!
thanks.

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

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


Re: Help me...

2003-11-08 Thread doug
Seems to mean just that. Go to the php page on apache:
http://us3.php.net/imap. I confess to not know what YAZ is :)

On Sat, 8 Nov 2003, Ví­ctor Gutiérrez Cruz wrote:

 Hello
 
 
 I have problem when compiling php4...
 
 
 $ cd /usr/ports/lang/php4
 $ pwd
 /usr/ports/lang/php4
 $ ls
 Makefiledistinfopkg-descr   pkg-plist   work
 README.html files   pkg-message scripts
 $ make
 ===   php4-4.3.2.r4 depends on file: /usr/local/sbin/apxs - found
 ===   php4-4.3.2.r4 depends on file: /usr/local/lib/libcrack.a - found
 ===   php4-4.3.2.r4 depends on executable: libtool - found
 ===   php4-4.3.2.r4 depends on executable: bison - found
 ===   php4-4.3.2.r4 depends on shared library: xml2.5 - found
 ===   php4-4.3.2.r4 depends on shared library: xslt.1 - found
 ===   php4-4.3.2.r4 depends on shared library: intl.4 - found
 ===   php4-4.3.2.r4 depends on shared library: iconv.3 - found
 ===   php4-4.3.2.r4 depends on shared library: c-client4.8 - found
 ===   php4-4.3.2.r4 depends on shared library: gds.1 - found
 ===   php4-4.3.2.r4 depends on shared library: mysqlclient.14 - found
 ===   php4-4.3.2.r4 depends on shared library: odbc.1 - found
 ===   php4-4.3.2.r4 depends on shared library: expat.4 - found
 ===   php4-4.3.2.r4 depends on shared library: sablot.70 - found
 ===   php4-4.3.2.r4 depends on shared library: yaz.2 - found
 ===   php4-4.3.2.r4 depends on shared library: zzip-0.10 - found
 ===  Configuring for php4-4.3.2.r4
 
 You cannot define WITH_IMAP *and* WITH_YAZ!
 
 *** Error code 1
 
 Stop in /usr/ports/lang/php4.
 *** Error code 1
 
 Stop in /usr/ports/lang/php4.
 
 
 
 
 
 
  Atte. Víctor Gutiérrez Cruz
 
 
 Si vales, valeo
 (Antiguo saludo en Latín que significa:
 Si tu estas bien yo estoy bien)
 
 _
 MSN Fotos: la forma más fácil de compartir e imprimir fotos.  
 http://photos.msn.es/support/worldwide.aspx
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


How to Handle Stale Dependencies in pkgdb -F

2003-11-08 Thread Lee Harr
Just ran my weekly cvsup program followed by portsbd -Uu.  Tried running
portsversion -l and received a message indicating that I should run
pkgdb -F to deal with a stale dependency.  Note following:
Stale dependency: sgmlformat-1.7_2 - docbook-3.1_2 (textproc/docbook-310):
docbook-xsl-1.62.3 (score:43%) ? ([y]es/[n]o/[a]ll)
My understanding here is that I'm to choose between the dependency the
port has recorded, docbook-3.1_2, or the one installed,
docbook-xsl-1.62.3.
Not exactly.  The dependency is recorded as docbook-3.1_2 and it does not
see that package, so it is suggesting the package it believes is the closest
match. (note however that it only scores docbook-xsl at 43%)
I took a look at the sgmlformat-1.7_2 port and found the following:

R-deps: docbook-1.2_1 docbook-241_2 docbook-3.0_2 docbook-3.1_2
docbook-4.0_2 do cbook-4.1_2 iso8879-1986_2 jade-1.2.1_5 linuxdoc-1.1_1
xmlcatmgr-1.1
Seems strange that it would depend on all of those different docbook
versions. That may be part of the problem... did you uninstall any of
those (or maybe portupgrade did it for you?)
Looking at the docbook port, it depends on
dockbook-241,300,310,400, and 410

I went back to the prompt in the pkgdb program and indicated no.  This
was followed by:
Good idea, given the low score.


New dependency? (? to help):

Wasn't sure how to respond, so I aborted the program and ran pkgdb -Fa
which didn't fix the dependencies either.  It did, however repeat the
stale dependency prompt for all 6 of the docbook dependencies shown above.
Can anyone help me understand what the program is looking for at the new
dependency prompt?  I was about to respond with a delete command but
wasnt' sure what I would be deleting?  I did backup /var/db/pkg.
I think if it were me, I would check to see if the docbook-310 port were 
still
installed correctly, and if not, install it and then try pkgdb -F again.

Or, since docbook already depends on all of those other docbook components,
maybe you can just point the dependency at the docbook package
Anyhow. I am no expert  :o)  Hope this helps.

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: buildworld error

2003-11-08 Thread Kent Stewart
On Saturday 08 November 2003 12:27 pm, Kent Stewart wrote:
 On Saturday 08 November 2003 12:10 pm, Jason wrote:
  Last night I updated all my source files to buildworld, but ran into
  a problem.  I tried to build it 3 times, and each time it stops at the
  same spot.  If I retype the last commands show letter for letter they
  work.  It stops at something like $gzip -cn cvs.info  cvs.info.gz.  If
  I immediately enter this command after the error it does not work, but
  above it is a 3 line command for makeinfo.  If I renter this command
  then the gzip works.  If this just some small glitch in some config file
  that has already been fixed?  If it has not been fixed, or no one knows,
  what file show I look into to correct this myself?  I am running 5.1
  with my cvs tag set to current.  The error occurs about 38 minutes into
  the build, so I would  be glad to try suggestions but I don't want to
  waste a day on this.
  Thanks,
  Jason

 First rule of thumb is to re-cvsup src-all after you have waited awhile. If
 that doesn't work, include the error messages.

As a follow up, I cvsuped using a mirror what was updated at 1820UTC and had 
no problem doing a buildworld with 5-current.

Kent

 If you are following -current, you should also be subscribed to the lists
 that deal with problems, such as cvs-all, hackers, -current, and etc. You
 can see the problem being addressed and then fixed.

 This used to be part of the suggested requirements for following stable and
 they definitely apply to current.

 Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Problems portupgrading ATK

2003-11-08 Thread RexFelis
Hello, all.  

I have been having problems using portupgrade to
upgrade atk on my FreeBSD 5.1 machine.  Nothing
else seems to have difficulty, but an attempt to
upgrade atk produces endless amounts of this:

fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.chg.ru/pub/X11/gnome/sources/atk/1.4/.
fetch:
ftp://ftp.chg.ru/pub/X11/gnome/sources/atk/1.4/atk-1.4.1.tar.bz2:
Not logged in
 Attempting to fetch from
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/atk/1.4/.
fetch: atk-1.4.1.tar.bz2: local modification time
does not match remote
 Attempting to fetch from
ftp://ftp.no.gnome.org/pub/GNOME/sources/atk/1.4/.

I always do a portsdb -Uu after each cvsup. 
pkgdb -F does nothing.  Does anyone know what I
can do to fix this?  Thanks in advance!

Shannon

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ok, i give up; how acroread in mozilla???

2003-11-08 Thread Gary Kline

People,

Setting up netscape to use realplayer and acroread took
awhile but I finally got it.  I've been using mozilla 
more and more, but still haven't figured out howto get
it to successfully spawn acroread.  

Any moz wizards out there who can clue me in?   So far, I
see an ERROR about /dev/null; when I edit my ~/.mailcap 
and axe the  /dev/null, mozilla's ERROR is that it 
can't determine the cwd.

Anybody?

tia, guys,

gary

PS:  running the devel version of linux-mozilla.

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

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


RE: Resolving IRQ conflicts with 4.8

2003-11-08 Thread Charles Howse
Since you are top-posting, I will, too.  :)

Device pcm was all it took!
Sound, modem, and nic are all recognized now.

I do apologize for not doing enough homework before asking my question.
I just automatically Google for answers, it never occurred to me to
search the archives.

Tell you what...I'll go right now and search the archives for the answer
to this question.
That way I'll learn how to search them and see what has been said about
this issue.

Thanks for the help!

 -Original Message-
 From: fbsd_user [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, November 08, 2003 3:34 PM
 To: Charles Howse; [EMAIL PROTECTED]
 Subject: RE: Resolving IRQ conflicts with 4.8
 
 
 I think your problem is that you have not searched this mailing list
 archives. This answer about sound card and my previous msg about nic
 and modem pci cards not being found are in the archives. You really
 should do some home work and search the archives before asking
 questions.
 
 I believe the unknown device FAQ is for pci Nics and pci Modems.
 Sound cards are different story.
 
 I've found that FreeBSD 4.x so far has supported every odd sound
 card I've thrown its way.
 
 Even (especially!) those on-board sound things built into
 motherboards and laptops these days.  FreeBSD supports them all (and
 Windows usually doesn't without the special CD-Rom from the
 motherboard manufacturer.)
 
 Just add device pcm to your kernel conf file, build a new kernel,
 and I'll bet almost any sound card will work on reboot.
 
 -Original Message-
 From: Charles Howse [mailto:[EMAIL PROTECTED]
 Sent: Saturday, November 08, 2003 2:17 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: Resolving IRQ conflicts with 4.8
 
  The problem you describe is becoming common in the 4.x versions of
  FBSD.
  I have seen these solutions voiced previously in this list.
 
  1. Check the PC's bios, look for a toggle to disable plug-n-play
  function.
 
  2. Check that your PCI cards are not in the first or last PCI
  expansion
  slot on the motherboard.
 
  3 add   option   PCI_ENABLE_IO_MODES
  to your kernel source and recompile. See LINT
 
  4. add   device  puc
   option  PUC_FASTINTR
  to your kernel source and recompile. See LINT
 
  5. Follow bug fix using this url
  http://www.freebsd.org/cgi/query-pr.cgi?pr=40636
 
  6. check /var/boot/dmesg.boot file to see if your pci cards are
  found
  as unknown. See FBSD FAQ for instructions on how to fix.
 
 
  Try one of the above one at a time until your problem goes away.
 
 
 
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Charles
  Howse
  Sent: Wednesday, November 05, 2003 10:27 AM
  To: [EMAIL PROTECTED]
  Subject: Resolving IRQ conflicts with 4.8
 
  Hi,
  If this post is considered off-topic, forgive me. Perhaps someone
  might be
  willing to work with me off-list?
 
  I have 3 PCI devices using IRQ 9!
  The modem, nic and built-in sound card.
  I've physically removed the modem, because it was being detected
  before the
  nic, and I had no ability to network.
 
  In BIOS, I have PnP OS set to No.
  There is a setting to allow resources to be controlled manually,
 but
  this
  defaults to Legacy ISA device.
  Since I have no ISA devices, this won't work.
 
  I noticed from output of dmesg, that it does some probing for PnP
  devices:
 
  Probing for PnP devices on ppbus0:
  ppbus0: Hewlett-Packard HP LaserJet 1100.1.0 PRINTER MLC,PCL,PJL
 
  What, if anything can I do so that I can have my nic, modem, and
  sound card
  detected during boot?
  --
 
 Thanks for the reply, this is excellent information.
 Moving the modem away from the last PCI slot allowed it to be
 detected.
 
 I still have the on-board sound device listed as unknown, so I
 have
 jumped from your suggestion #2 to #6.
 (Device listed as unkown.)
 I have not recompiled the kernel yet.
 
 I have refered to the FBSD FAQ you referenced, and have an issue
 there.
 
 Pnpinfo does not list any PnP devices, so I have to use pciconf -vl.
 Here is it's output re the sound card:
 
 [EMAIL PROTECTED]:18:0: class=0x040100 card=0x13711274 chip=0x13711274
 rev-ox08
 hdr=0x00
 Vendor = 'Creative (was: Ensoniq)'
 Device = 'ES1371, ES1373 Audio PCI'
 Class = multimedia
 Subclass = audio
 
 (I've typed this from my notes, capitals and tabs may be incorrect.)
 
 The FAQ says:
 
 [snip]
 Alternatively, if pnpinfo(8) does not list the card in question,
 pciconf(8) can be used instead. This is part of the output from
 pciconf
 -vl for an onboard sound chip:
 
 # pciconf -vl
 [EMAIL PROTECTED]:31:5:class=0x040100 card=0x00931028
 chip=0x24158086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801AA 8xx Chipset AC'97 Audio Controller'
 class= multimedia
 subclass = audio
 Here, you would use the chip value, ``0x24158086''.
 
 [snip]
 You should first make a backup of sio.c just in case things go
 wrong.
 You will also need it to make the 

Re: Problems portupgrading ATK

2003-11-08 Thread Massimiliano Stucchi
On Sat, 8 Nov 2003 14:31:55 -0800 (PST)
RexFelis [EMAIL PROTECTED] wrote:


 I always do a portsdb -Uu after each cvsup. 
 pkgdb -F does nothing.  Does anyone know what I
 can do to fix this?  Thanks in advance!

Just delete /usr/ports/distfiles/gnome2/atk* and re-run portupgrade.

That's all.

Bye

-- 

Stucchi Massimiliano | Gruppo Utenti FreeBSD Italia
WillyStudios.com | http://www.gufi.org 
[EMAIL PROTECTED] | [EMAIL PROTECTED]
People who make no mistakes do not usually make anything


pgp0.pgp
Description: PGP signature


IPFW

2003-11-08 Thread Shawn Guillemette
I have installed ipfw and each time the machien is rebooted I lose the rules I added. 

any thoughts?



There is no place like 127.0.0.1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gateway traffic reporting tool (port)

2003-11-08 Thread Vulpes Velox
Check out ntop.

On Sat, 08 Nov 2003 02:29:08 -0200
Augusto Jun Devegili [EMAIL PROTECTED] wrote:

 Hi all,
 
 I have a small home LAN with four machines. One of them (mine, actually)
 runs FreeBSD 5.1 and serves as a NAT/gateway between the LAN and an ADSL
 connection.
 
 I would like a tool for traffic reporting, detailing traffic information
 for each LAN computer (by IP or MAC address) so that I know who uses
 more bandwidth. This information should be provided on a time interval
 basis (e.g., between 2 a.m. and 3 a.m., how much traffic per IP/MAC
 address). If possible, I would like to know traffic from my localhost
 regardless of what it is forwarding (as it is the default gateway for
 the LAN, I don't know if that would be possible).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to Handle Stale Dependencies in pkgdb -F

2003-11-08 Thread Robert H. Perry
Lee Harr wrote:

Just ran my weekly cvsup program followed by portsbd -Uu.  Tried running
portsversion -l and received a message indicating that I should run
pkgdb -F to deal with a stale dependency.  Note following:
Stale dependency: sgmlformat-1.7_2 - docbook-3.1_2 
(textproc/docbook-310):
docbook-xsl-1.62.3 (score:43%) ? ([y]es/[n]o/[a]ll)

My understanding here is that I'm to choose between the dependency the
port has recorded, docbook-3.1_2, or the one installed,
docbook-xsl-1.62.3.


Not exactly.  The dependency is recorded as docbook-3.1_2 and it does not
see that package, so it is suggesting the package it believes is the 
closest
match. (note however that it only scores docbook-xsl at 43%)

I took a look at the sgmlformat-1.7_2 port and found the following:

R-deps: docbook-1.2_1 docbook-241_2 docbook-3.0_2 docbook-3.1_2
docbook-4.0_2 do cbook-4.1_2 iso8879-1986_2 jade-1.2.1_5 linuxdoc-1.1_1
xmlcatmgr-1.1
Seems strange that it would depend on all of those different docbook
versions. That may be part of the problem... did you uninstall any of
those (or maybe portupgrade did it for you?)
Looking at the docbook port, it depends on
dockbook-241,300,310,400, and 410

I went back to the prompt in the pkgdb program and indicated no.  This
was followed by:
Good idea, given the low score.


New dependency? (? to help):

Wasn't sure how to respond, so I aborted the program and ran pkgdb -Fa
which didn't fix the dependencies either.  It did, however repeat the
stale dependency prompt for all 6 of the docbook dependencies shown 
above.

Can anyone help me understand what the program is looking for at the new
dependency prompt?  I was about to respond with a delete command but
wasnt' sure what I would be deleting?  I did backup /var/db/pkg.
I think if it were me, I would check to see if the docbook-310 port 
were still
installed correctly, and if not, install it and then try pkgdb -F again.
Not sure I understanad the need to examine docbook-310.  When I run 
pkg_info -ro sgmlformat-1.7_2, I get the following:
Information for sgmlformat-1.7_2:

Depends on:
Dependency: xmlcatmgr-1.1
Dependency: iso8879-1986_2
Dependency: jade-1.2.1_5
Dependency: linuxdoc-1.1_1
Dependency: docbook-4.1_2
Dependency: docbook-4.0_2
Dependency: docbook-3.1_2
Dependency: docbook-3.0_2
Dependency: docbook-241_2
Dependency: docbook-1.2_1
Origin:
textproc/sgmlformat


Or, since docbook already depends on all of those other docbook 
components,
maybe you can just point the dependency at the docbook package
Do you mean that I can answer the New dependency? prompt with Ctrl-Del?



Anyhow. I am no expert  :o)  Hope this helps.

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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



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


Re: Firewall Making Many DNS PTR Queries

2003-11-08 Thread Alex de Kruijff
On Sat, Nov 08, 2003 at 01:00:06PM -0800, Jason C. Wells wrote:
 If one of my clients makes a DNS query for a hostname that is not cached,
 my firewall subsequently makes a flurry of PTR queries.  I am at a loss to
 explain why.
 
 For example:
 
 XX+/192.168.1.13/202.1.168.192.in-addr.arpa/PTR/IN
 XX+/192.168.1.13/www.davinci.com/A/IN
 XX+/192.168.1.1/49.0.229.193.in-addr.arpa/PTR/IN
 XX+/192.168.1.1/10.24.230.130.in-addr.arpa/PTR/IN
 XX+/192.168.1.1/132.248.214.128.in-addr.arpa/PTR/IN
 XX+/192.168.1.1/10.102.230.130.in-addr.arpa/PTR/IN
 XX+/192.168.1.1/64.46.214.128.in-addr.arpa/PTR/IN
 XX+/192.168.1.1/64.4.214.128.in-addr.arpa/PTR/IN
 ... and many more ...
 
 The firewall is 192.168.1.1.
 
 But if I do the query on a cached hostname, no such wierdness occurs.
 
 XX+/192.168.1.13/202.1.168.192.in-addr.arpa/PTR/IN
 XX+/192.168.1.13/www.davinci.com/A/IN
 
 My DNS servers are behind the firewall.  I use port translation to run the
 DNS through the firewall.  The DNS queries complete successfully.  I fixed
 the problem with my secondary nameserver not responding (thanks Pete
 Elkhe, my NAT was buggered).
 
 The PTR records the firewall is seeking are mostly for nameservers.
 Sometimes the PTRs the firewall is looking for are not resolvable.  The
 PTRs don't seem to be related to the domain in question.
 
 What the heck is my firewall doing looking for those PTR records?

Could you mail the output of ipfw to me. I'll take a look in the
morning if i see something wierd. (I'll prefere this command: 
'ipfw s | mail -s 'ipfw  dns' [EMAIL PROTECTED]')

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems creating a new release

2003-11-08 Thread Daniela
Hi list!

I'm currently trying to create a Knoppix-like desktop system from 4.9 sources, 
with almost no sourcecode change.
I made a new directory where I create the new system in, then I built the 
world and some of my favorite ports into this directory. For all this, I 
modified a shellscript I often use for installation, so it adds -DNOSTATIC to 
every make commandline to save space, and sets DESTDIR correctly. I'm having a 
few problems with some ports, and some questions about the changes I have to 
make.

I'll mount /var, /tmp, /etc and /root as memory disks. For /tmp, /var and 
/root I guess I need to create the devices with vnconfig, and just mount them 
from /etc/fstab, right? For /etc, I'll modify init to mount the memory disk 
over the original /etc, create the config files based on the user's hardware 
and maybe even load saved configuration from a floppy.
Would this work, or is it nonsense? And where can I insert my procedures to 
create the config files? (I only have basic C knowledge)

Next problem: Some ports are badly behaved. For example, the /usr/X11R6 
directory doesn't exist at all in the new system, although I built some X11 
ports. Lots of them failed during the build.
I have one program (not in the ports) with a Loki installer that doesn't want 
to install when locked into the new directory. It says: ELF binary type 0 
not known.


Regards,
Daniela






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


MPD problems connecting to a Cisco 3000 concentrator

2003-11-08 Thread Joe Marcus Clarke
I'm trying to establish an encrypted PPTP connection to a Cisco VPN
concentrator using mpd-3.14.  It works fine when I disable all
encryption, but with even 40-bit stateless, I get errors like:

[vpn] LCP: rec'd Protocol Reject #2 link 0 (Opened)
[vpn] LCP: protocol 0x32f7 was rejected
[vpn] LCP: rec'd Protocol Reject #10 link 0 (Opened)
[vpn] LCP: protocol 0xa785 was rejected
[vpn] LCP: rec'd Protocol Reject #11 link 0 (Opened)
[vpn] LCP: protocol 0x5a41 was rejected
[vpn] LCP: rec'd Protocol Reject #12 link 0 (Opened)
[vpn] LCP: protocol 0x5ceb was rejected

Note, each reject is a simple ping packet, but the protocol number is
different every time.  I've tried Archie's patch to ng_ppp.c from
November 2002, but it did not help.  Here is the relevant config:

ciscovpn:
 new -i ng0 ciscovpn vpn
 set bundle authname marcus
 set ipcp ranges 1.1.1.1/8 172.18.124.132/24
 set link keep-alive 0 0
 set ipcp yes vjcomp
 set link mtu 1460
 set link no pap
 set link disable pap chap
 set link yes acfcomp protocomp
 set bundle disable multilink
 set bundle enable compression
 set ccp yes mppc
 set ccp yes mpp-e40
 set ccp yes mpp-e128
 set bundle enable crypt-reqd
 set ccp yes mpp-stateless
 open

I've also tried setting vjcomp to no as well as acfcomp protocomp.  The
only config that successfully passes data is one without MPPE.  Note,
this config does work when connecting to another mpd server.  Here is a
little more of the connection startup:

[vpn] LCP: rec'd Configure Request #1 link 0 (Ack-Rcvd)
 AUTHPROTO CHAP MSOFTv2
[vpn] LCP: SendConfigAck #1
 AUTHPROTO CHAP MSOFTv2
[vpn] LCP: state change Ack-Rcvd -- Opened
[vpn] LCP: phase shift ESTABLISH -- AUTHENTICATE
[vpn] LCP: auth: peer wants CHAP, I want nothing
[vpn] LCP: LayerUp
[vpn] CHAP: rec'd CHALLENGE #1
 Name: 
 Using authname marcus
[vpn] CHAP: sending RESPONSE
[vpn] CHAP: sending RESPONSE
[vpn] CHAP: sending RESPONSE
[vpn] CHAP: rec'd CHALLENGE #2
 Name: 
 Using authname marcus
[vpn] CHAP: sending RESPONSE
[vpn] CHAP: rec'd SUCCESS #2
 MESG: S=87F6D876968EC6AEF15CD4CF1777518CE9A4F108
[vpn] LCP: authorization successful
[vpn] LCP: phase shift AUTHENTICATE -- NETWORK
[ciscovpn] setting interface ng0 MTU to 1460 bytes
[ciscovpn] up: 1 link, total bandwidth 64000 bps
[ciscovpn] IPCP: Up event
[ciscovpn] IPCP: state change Starting -- Req-Sent
[ciscovpn] IPCP: SendConfigReq #1
 IPADDR 1.1.1.1
 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[ciscovpn] CCP: Open event
[ciscovpn] CCP: state change Initial -- Starting
[ciscovpn] CCP: LayerStart
[ciscovpn] CCP: Up event
[ciscovpn] CCP: state change Starting -- Req-Sent
[ciscovpn] CCP: SendConfigReq #1
[vpn] CCP: Checking wether 40 bits are enabled - yes
[vpn] CCP: Checking wether 56 bits are enabled - no
[vpn] CCP: Checking wether 128 bits are enabled - yes
 MPPC
   0x0160: MPPE, 40 bit, 128 bit, stateless
[ciscovpn] IPCP: rec'd Configure Request #0 link 0 (Req-Sent)
 IPADDR 172.18.124.132
   172.18.124.132 is OK
[ciscovpn] IPCP: SendConfigAck #0
 IPADDR 172.18.124.132
[ciscovpn] IPCP: state change Req-Sent -- Ack-Sent
[ciscovpn] CCP: rec'd Configure Request #0 link 0 (Req-Sent)
 MPPC
   0x0160: MPPE, 40 bit, 128 bit, stateless
[vpn] CCP: Checking wether 40 bits are acceptable - yes
[vpn] CCP: Checking wether 128 bits are acceptable - yes
[ciscovpn] CCP: SendConfigNak #0
 MPPC
   0x0140: MPPE, 128 bit, stateless
[ciscovpn] CCP: rec'd Configure Nak #1 link 0 (Req-Sent)
 MPPC
   0x0140: MPPE, 128 bit, stateless
[ciscovpn] CCP: SendConfigReq #2
[vpn] CCP: Checking wether 40 bits are enabled - no
[vpn] CCP: Checking wether 56 bits are enabled - no
[vpn] CCP: Checking wether 128 bits are enabled - yes
 MPPC
   0x0140: MPPE, 128 bit, stateless
[ciscovpn] CCP: rec'd Configure Request #1 link 0 (Req-Sent)
 MPPC
   0x0140: MPPE, 128 bit, stateless
[vpn] CCP: Checking wether 128 bits are acceptable - yes
[ciscovpn] CCP: SendConfigAck #1
 MPPC
   0x0140: MPPE, 128 bit, stateless
[ciscovpn] CCP: state change Req-Sent -- Ack-Sent
[ciscovpn] CCP: rec'd Configure Ack #2 link 0 (Ack-Sent)
 MPPC
   0x0140: MPPE, 128 bit, stateless
[ciscovpn] CCP: state change Ack-Sent -- Opened
[ciscovpn] CCP: LayerUp
  Compress using: MPPE, 128 bit, stateless
Decompress using: MPPE, 128 bit, stateless
[ciscovpn] setting interface ng0 MTU to 1456 bytes
[ciscovpn] IPCP: SendConfigReq #2
 IPADDR 1.1.1.1
 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[ciscovpn] IPCP: rec'd Configure Request #1 link 0 (Ack-Sent)
 IPADDR 172.18.124.132
   172.18.124.132 is OK
[ciscovpn] IPCP: SendConfigAck #1
 IPADDR 172.18.124.132
[ciscovpn] IPCP: SendConfigReq #3
 IPADDR 1.1.1.1
 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[ciscovpn] IPCP: SendConfigReq #4
 IPADDR 1.1.1.1
 COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[ciscovpn] IPCP: rec'd Configure Request #2 link 0 (Ack-Sent)
 IPADDR 172.18.124.132
   172.18.124.132 is OK
[ciscovpn] IPCP: SendConfigAck #2
 IPADDR 172.18.124.132
[ciscovpn] IPCP: SendConfigReq #5
 IPADDR 

Re: Gateway traffic reporting tool (port)

2003-11-08 Thread Jason C. Wells
You can easily use count rules in ipfw for this.  I did this back when I
had a roommate who was a pornmeister.  The first month that our DSL bill
came in at plus $30, I started counting.  He was using about 85% of our
bandwidth.

Later,
Jason C. Wells


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


how to modem

2003-11-08 Thread james
I can't find the modem . although I did finally get kde installed
are there any simple instructions for finding your modem and
hitching up to the internet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error in make buildworld RELENG_4_9

2003-11-08 Thread jason watkins
I did another cvsup, same result, so now I've removed /usr/src as well as
/usr/sup/src-all/ and am downloading the full source fresh again...
hopefully it was just a problem with cvsup being confused about a sync.


- Original Message - 
From: Odhiambo Washington [EMAIL PROTECTED]
To: jason watkins [EMAIL PROTECTED]
Sent: Friday, November 07, 2003 1:13 AM
Subject: Re: error in make buildworld RELENG_4_9


* jason watkins [EMAIL PROTECTED] [20031107 09:50]: wrote:
 Hi guys,

 I got the following after doing a buildworld. I did sync src just before
 starting the build.

 === etc/sendmail
 make: don't know how to make freebsd.cf. Stop
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error



Try to resync src again!



-Wash

http://www.netmeister.org/news/learn2quote.html

--
|\  _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED]
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+
It looks like blind screaming hedonism won out.

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


yet another ``USB mouse and FreeBSD 5.1'' thread

2003-11-08 Thread Brian Reichholf
this is slowly starting to get annoying...
i've got a logitech wheel mouse connected to my pc, installed freebsd 
5.1-RELEASE and had a few problems with the usb mouse at first, but 
don't recall changing anything when it finally worked on the usb port.

now i just disconnected everything from my pc, took it into another 
room, connected everything, booted, usb mouse _doesn't_ work.

so far google hasn't produced any helpful information either :(

settings in rc.conf
---
[ .. blah ... unimportant stuff ... ]
# -- sysinstall generated deltas -- # Wed Oct 15 20:58:22 2003
moused_port=/dev/psm0
moused_type=auto
moused_enable=YES
[ .. blah ... unimportant stuff ... ]
---
settings in /boot/loader.conf
---
linux_load=YES
---
connected to the PS/2 Port it does work (and no, i _know_ that it's not 
due to XF86Config, as i didn't change that either)
and of course the device is in the kernel.

is it perhaps just a matter of `pluging, unpluging, pluging, unpluging'' 
until it works?

help would greatly be appreciated.

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


Re: WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Alex de Kruijff
On Sat, Nov 08, 2003 at 11:53:08AM -0800, Lorin Lund wrote:
 I made /usr/ports/comms/ltmdm and installed it.  But
 it won't load.  It gets an error.  It reports suers_td
 being undefined.
 
 Is this a problem with the port or do I need to build
 a custom kernel?

I just tried it out. The port installs a kernel module and a script that
loads it. What have you done exacly?

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with tar on 5.1?

2003-11-08 Thread Rod Person
according to the man page for tar --exclude-from and -X are supported.
This command does not do what I expected it to do:
 tar -cz -f/usr/local/tmp/RoddieRodHome.tgz /home/roddierod 
--exclude-from=/home/roddierod/.pan

Now I would expect that this would create a tar gzip file called 
RoddieRodHome.tgz and tar ball of my home with every thing but the files in 
.pan. But it does include the .pan directory.

Is the --exclude-from not supported even though it is in the manpage?

TIA

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Newbie USB Printer Problem

2003-11-08 Thread Alex Kelly
I cannot get my HP Deskjet 3420 printer to work. I've read all the prior posts 
for USB printers, checked the handbook and the complete freebsd book. After 
doing so, I've come up with this...

The kernel found the printer (dmesg):
ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1
ulpt0: using bi-directional mode

I edited printcap in /etc to look like this:
lp|ps|local hp deskjet 3420:\
:lp=/dev/ulpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh:mx#0:\
:if=/usr/local/libexec/magicfilter/deskjet-filter:

I added the line lpd_enable=YES to rd.conf in /etc

I rebooted. lpd started properly and shows up under top and ps

I issued this command to test the printer:
lptest  /dev/ulpt0

The printer did nothing.

Any suggestions?

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


Re: Newbie USB Printer Problem

2003-11-08 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Sunday 09 November 2003 00:44, Alex Kelly wrote:
 I cannot get my HP Deskjet 3420 printer to work. I've read all the prior
 posts for USB printers, checked the handbook and the complete freebsd book.
 After doing so, I've come up with this...

Any particular reason to use lpd? Without trying to start a holy war, I 
personally much prefer CUPS, it's far easier to configure (just go to http://
localhost:631), and combined with the hpijs port works perfectly without any 
messing about with my HP DeskJet 3820.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/rZAuF8Iu1zN5WiwRAngLAJ9hxLEXzt7u1uB8CVcWOstoj55jVACgo72i
GYt92JSaSJk1jGWO6Hwv+II=
=sQWS
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie USB Printer Problem

2003-11-08 Thread Alex Kelly
No particular reason I tried lpd.
I'll try CUPS and see what happens.

On Saturday 08 November 2003 07:53 pm, Chris Howells wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 On Sunday 09 November 2003 00:44, Alex Kelly wrote:
  I cannot get my HP Deskjet 3420 printer to work. I've read all the prior
  posts for USB printers, checked the handbook and the complete freebsd
  book. After doing so, I've come up with this...

 Any particular reason to use lpd? Without trying to start a holy war, I
 personally much prefer CUPS, it's far easier to configure (just go to
 http:// localhost:631), and combined with the hpijs port works perfectly
 without any messing about with my HP DeskJet 3820.

 - --
 Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
 Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
 KDE/Qt/C++/PHP Developer: http://www.kde.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (FreeBSD)

 iD8DBQE/rZAuF8Iu1zN5WiwRAngLAJ9hxLEXzt7u1uB8CVcWOstoj55jVACgo72i
 GYt92JSaSJk1jGWO6Hwv+II=
 =sQWS
 -END PGP SIGNATURE-
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

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


starting Nautilus 1.x on 4.6.2 or 4.7

2003-11-08 Thread .VWV.

Thank you for your work on this mailing list.

Is there anybody who knows how to correct the starting problems of Nautilus
1.x on 4.6.2 or 4.7?

With my best regards

VITTORI


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


Re: starting Nautilus 1.x on 4.6.2 or 4.7

2003-11-08 Thread Joe Marcus Clarke
On Sat, 2003-11-08 at 20:02, .VWV. wrote:
 Thank you for your work on this mailing list.
 
 Is there anybody who knows how to correct the starting problems of Nautilus
 1.x on 4.6.2 or 4.7?

Nautilus 1.x is quite old, and no longer available in recent port
collections for FreeBSD.  However, simply typing nautilus from the
command line while running X will start it.

Joe

 
 With my best regards
 
 VITTORI
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


vulnerability in su?

2003-11-08 Thread kirt
while recently cvsup'ing my box here at home, i had a weird thing happen...

i had already built world, built and installed the kernel, installed world (including 
all 
appropriate reboots), and when i brought it back up, but prior to running mergemaster, 
i 
popped the jumper on the circuit the box is on.  my ups is somewhat wimpy, and only 
lasts 
a couple minutes (the fuse trips all the time too.. stupid apartment wiring can't 
handle 
2 computers and the washer and dryer at once =P ) so i made it a priority to go ahead 
and 
shut the box down.  after fixing said jumper and bring the box back up i noticed that 
i 
could now su like a madman, without ever being prompted for passwords.  i then 
remembered 
that i hadn't run mergemaster yet, so i ran it again and rebooted for safe measure and 
su 
started asking for passwords again.

is this a known issue?  i didn't search to hard for a fix or anything since i quickly 
fixed it myself, but i thought that a situation like that could make for some 
interesting 
(read *bad*) situations.

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


JAIL can't FTP ports?

2003-11-08 Thread Chris

While logged into a jail (running on a public IP address), I can SSH into it and run 
/stand/sysinstall. I choose the options to install a port or package via FTP, and I 
end up with a message like No network devices available

I found a year-and-a-half-old post that mentioned sysinstall trying to use low level 
calls, and jails not allowing low level calls. While I really don't understand exactly 
what that means, I guess it brings up the questions:

1) Can I use FTP to install ports or packages without going through sysinstall?
2) If not, is there any other way to get the entire ports collection into the jail, 
without actually being at the console?

And if I create a jail from a system with no ports, does that mean the jail will have 
no ports? And if my system has the entire ports collection installed, will a new jail 
also have them?

Thanks again,
Chris

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


RE: Gateway traffic reporting tool (port)

2003-11-08 Thread Kathy Quinlan


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Jason C. Wells
 Sent: Sunday, 9 November 2003 7:44 AM
 To: Augusto Jun Devegili
 Cc: [EMAIL PROTECTED]
 Subject: Re: Gateway traffic reporting tool (port)
 
 
 You can easily use count rules in ipfw for this.  I did this 
 back when I had a roommate who was a pornmeister.  The first 
 month that our DSL bill came in at plus $30, I started 
 counting.  He was using about 85% of our bandwidth.
 
 Later,
 Jason C. Wells

OK, I have this problem too.

I have a few questions, IPFW shows the result as packets right ? And not
all packets are equal ?  How do I get the information as human readable
?

If I am wrong please correct me, it is the only way we learn.

Regards,

Kat.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003
 

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


Re: WinModem (ltmdm) on FreeBSD 5.1 - undefined reference.

2003-11-08 Thread Alex de Kruijff
On Sun, Nov 09, 2003 at 01:32:01AM +0100, Alex de Kruijff wrote:
 On Sat, Nov 08, 2003 at 11:53:08AM -0800, Lorin Lund wrote:
  I made /usr/ports/comms/ltmdm and installed it.  But
  it won't load.  It gets an error.  It reports suers_td
  being undefined.
  
  Is this a problem with the port or do I need to build
  a custom kernel?
 
 I just tried it out. The port installs a kernel module and a script that
 loads it. What have you done exacly?

I don't think building a custom kernel is nessary. And its not a
bug, since it works great for me. (Finaly got my modum to work :-) )

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: revived ports collection, errors galore

2003-11-08 Thread F. Even
On 11/8/03 2:01 PM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Date: Sat, 8 Nov 2003 00:00:09 -0800
 From: Kris Kennaway [EMAIL PROTECTED]
 Subject: Re: revived ports collection, errors galore
 To: F. Even [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii
 
 On Sat, Nov 08, 2003 at 12:36:04AM -0600, F. Even wrote:
 I am running a FreeBSD 4.0 box.
 
 The ports collection does not support 4.0.  See http://www.freebsd.org/ports/
 
 Kris

I don't see anything at the ports site to indicate that the ports collection
shouldn't work on 4.0R.  Just vague pointers about how it may not.

And that still doesn't help me figure out why the packages are not
installing?  I have not had problems installing packages up until I've tried
to update the ports collection.

{error}
[EMAIL PROTECTED]:/apps/pkgs] pkg_add openssh-portable-3.7.1p2.tgz
pkg_add: bad command '@conflicts openssh-3.*'

[EMAIL PROTECTED]:/apps/pkgs] pkg_add openssh-3.6.1_5.tgz
pkg_add: bad command '@conflicts openssh-portable-*'
{/error}

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


jails and ipfw2

2003-11-08 Thread Chris

My server, with a public IP address, is running named and sshd. This server is also 
running IPFW2.

There is a jail also running, with it's own unique public IP address. I have found 
that IPFW2 will filter traffic to/from the jail, no matter if I put the jail's alias 
on the ethernet device (fxp0) or the loopback device (lo0). Is there an advantage or 
disadvantage to doing it one way vs the other?

Thanks,
Chris

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


Trying to get MapServer 4.0.1 compiled on FreeBSD 4.7

2003-11-08 Thread Ray Seals
I'm trying to get MapServer 4.0.1 compiled on 4.7.  I have compiled and
installed gd-2.0.15.  When I perform a configure I get this error
message:

checking for GD 2.0.12 or higher...
checking for gdImageSetAntiAliased in -lgd... no
checking for gdImageSetAntiAliased in -lgd... (cached) no
configure: error: Could not find gd.h or libgd.a/libgd.so in /usr/local.
Make sure GD 2.0.12 or higher is compiled before calling configure.

When I do a locate or find for gd.h it finds it in /usr/local/include
and when I do a find or locate on libgd.a it finds it in /usr/local/lib

I would appreciate any suggestions at this point.

Ray

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


unkown this port

2003-11-08 Thread Peter Kok
Hi all

I got this port 1658 opening on the server

udp4   0  0  *.**.*
udp4   0  0  *.1658 *.*
udp4   0  0  *.**.*
I checked this internet and this port is for sixnetudr

but

1/ I don't know what it is?
2/ I don't know which programming the server is running on this port?
3/ I don't know the server is compromised or not
Thank you for your help

Peter

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca

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


Re: unkown this port

2003-11-08 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Have you tried telneting to the port?

- -Frank

Peter Kok wrote:

| Hi all
|
| I got this port 1658 opening on the server
|
|
| udp4   0  0  *.**.*
| udp4   0  0  *.1658 *.*
| udp4   0  0  *.**.*
|
| I checked this internet and this port is for sixnetudr
|
| but
|
| 1/ I don't know what it is?
| 2/ I don't know which programming the server is running on this port?
| 3/ I don't know the server is compromised or not
|
| Thank you for your help
|
| Peter
|
| _
| Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to 
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ralZRvtDYOTUKtsRAr1lAJ0cNhkHcu21QNM2lVozuRrVjWm+vQCfQetQ
KdVCls/uL+weq8qtCdzzG78=
=Zsha
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: revived ports collection, errors galore

2003-11-08 Thread Erik Trulsson
On Sat, Nov 08, 2003 at 07:40:10PM -0600, F. Even wrote:
 On 11/8/03 2:01 PM, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
  Date: Sat, 8 Nov 2003 00:00:09 -0800
  From: Kris Kennaway [EMAIL PROTECTED]
  Subject: Re: revived ports collection, errors galore
  To: F. Even [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain; charset=us-ascii
  
  On Sat, Nov 08, 2003 at 12:36:04AM -0600, F. Even wrote:
  I am running a FreeBSD 4.0 box.
  
  The ports collection does not support 4.0.  See http://www.freebsd.org/ports/
  
  Kris
 
 I don't see anything at the ports site to indicate that the ports collection
 shouldn't work on 4.0R.  Just vague pointers about how it may not.

You mean you missed the part that says:

   The Ports Collection supports the latest release on the
   FreeBSD-CURRENT and FreeBSD-STABLE branches. Older releases are not
   supported and may or may not work correctly with an up-to-date ports
   collection. Over time, changes to the ports collection may rely on
   features that are not present in older releases.

That means the ports collection isn't supported for FreeBSD 4.0, and if
it happens to work you just got lucky, and if it doesn't work you
shouldn't expect anybody to fix it.


 
 And that still doesn't help me figure out why the packages are not
 installing?  I have not had problems installing packages up until I've tried
 to update the ports collection.
 
 {error}
 [EMAIL PROTECTED]:/apps/pkgs] pkg_add openssh-portable-3.7.1p2.tgz
 pkg_add: bad command '@conflicts openssh-3.*'
 
 [EMAIL PROTECTED]:/apps/pkgs] pkg_add openssh-3.6.1_5.tgz
 pkg_add: bad command '@conflicts openssh-portable-*'
 {/error}

Because the packages in question rely on a feature (the @conflicts
directive in this case) that the pkg_add(1) command shipped with
FreeBSD 4.0 does not know how to handle.


To handle packages that have been built from an up-to-date ports
collection, you usually need up-to-date versions of the pkg_* tools.

(It seems as if you can get such via the sysutils/pkg_install port, but
I haven't tested that myself, so I don't know how well it works.)



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Robin Schoonover
On Sat, 08 Nov 2003 21:23:13 -0500, Peter Kok [EMAIL PROTECTED]
wrote:
 
 I got this port 1658 opening on the server
 
 
 udp4   0  0  *.**.*
 udp4   0  0  *.1658 *.*
 udp4   0  0  *.**.*
 
 I checked this internet and this port is for sixnetudr
 
 but
 
 1/ I don't know what it is?
 2/ I don't know which programming the server is running on this port?
 3/ I don't know the server is compromised or not
 

Check sockstat (sockstat -l | grep :1658 is best for what you want).  It'll
tell you exactly what is listening at that port.  From there you can
determine whether it is a good thing or a bad thing.

-- 
Robin Schoonover (aka End)
#
# I don't want to bore you, but there's nobody else around for me to bore.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installation problem

2003-11-08 Thread kogprog
When I try to boot from CD-ROM to install my FreeBSD 4.6
my computer stops to work. I do:
1) Booting from CD-ROM
2) Skip kernel configuration.
3) Then I see:
[...something before...]
plip0:PLIP network interface on ppbus0
ad0: READ command timeout tag=0 serv=0 - resetting
ata0: resetting devices
[That is all. Now he stops.]

On primary master I have my HDD only. When I disconnect HDD from
motherboard installer loads correctly. When I change HDD pisition from
PrimaryMaster to Secondary Master I see:
[bla bla bla]
ata1: reseting devices
And when I turn my HDD off in BIOS options, all works :(

I have:
HDD: Maxtor 6Y080P0
Motherboard: GA - 8SG800
BIOS: Award Modular BIOS v6.00PG F5


I am sorry for my terrible Enlish. I hope you understand my problem.
How can I solve it?

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


Re: unkown this port

2003-11-08 Thread Erik Trulsson
On Sat, Nov 08, 2003 at 09:23:13PM -0500, Peter Kok wrote:
 Hi all
 
 I got this port 1658 opening on the server
 
 
 udp4   0  0  *.**.*
 udp4   0  0  *.1658 *.*
 udp4   0  0  *.**.*
 
 I checked this internet and this port is for sixnetudr

Or for anything else that might choose to use it.
Any program can listen on any port 1023.
(Port numbers 1024 are normally only usable by programs running as
root.)

 
 but
 
 1/ I don't know what it is?
 2/ I don't know which programming the server is running on this port?

Use sockstat(1) or the sysutils/lsof port to see which program is
listening on that port.


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Erik Trulsson
On Sat, Nov 08, 2003 at 09:41:30PM -0500, Frank Laszlo wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Have you tried telneting to the port?

Telnet uses TCP.  That port is an UDP port.  Telneting to it will not
work.

 
 - -Frank
 
 
 Peter Kok wrote:
 
 | Hi all
 |
 | I got this port 1658 opening on the server
 |
 |
 | udp4   0  0  *.**.*
 | udp4   0  0  *.1658 *.*
 | udp4   0  0  *.**.*
 |
 | I checked this internet and this port is for sixnetudr
 |
 | but
 |
 | 1/ I don't know what it is?
 | 2/ I don't know which programming the server is running on this port?
 | 3/ I don't know the server is compromised or not
 |
 | Thank you for your help

-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
crap your right.. im a little off today :/



- -Frank

Erik Trulsson wrote:

|On Sat, Nov 08, 2003 at 09:41:30PM -0500, Frank Laszlo wrote:
|
|-BEGIN PGP SIGNED MESSAGE-
|Hash: SHA1
|
|
|Have you tried telneting to the port?
|
|
|Telnet uses TCP.  That port is an UDP port.  Telneting to it will not
|work.
|
|- -Frank
|
|
|Peter Kok wrote:
|
|| Hi all
||
|| I got this port 1658 opening on the server
||
||
|| udp4   0  0  *.**.*
|| udp4   0  0  *.1658 *.*
|| udp4   0  0  *.**.*
||
|| I checked this internet and this port is for sixnetudr
||
|| but
||
|| 1/ I don't know what it is?
|| 2/ I don't know which programming the server is running on this port?
|| 3/ I don't know the server is compromised or not
||
|| Thank you for your help
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ra1RRvtDYOTUKtsRAr24AJ9L8E/hYtor7TteU8hfACAFTX+mQwCgu07e
96Op4RW7iIv6Zfs5OfcISPk=
=WRLj
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installation problem

2003-11-08 Thread Luke Kearney
On Sun, 9 Nov 2003 07:39:01 +0500
[EMAIL PROTECTED] granted us these pearls of wisdom:

 When I try to boot from CD-ROM to install my FreeBSD 4.6
 my computer stops to work. I do:
 1) Booting from CD-ROM
 2) Skip kernel configuration.
 3) Then I see:
 [...something before...]
 plip0:PLIP network interface on ppbus0
 ad0: READ command timeout tag=0 serv=0 - resetting
 ata0: resetting devices
 [That is all. Now he stops.]
 
 On primary master I have my HDD only. When I disconnect HDD from
 motherboard installer loads correctly. When I change HDD pisition from
 PrimaryMaster to Secondary Master I see:
 [bla bla bla]
 ata1: reseting devices
 And when I turn my HDD off in BIOS options, all works :(
 
 I have:
 HDD: Maxtor 6Y080P0
 Motherboard: GA - 8SG800
 BIOS: Award Modular BIOS v6.00PG F5
 
 
 I am sorry for my terrible Enlish. I hope you understand my problem.
 How can I solve it?

try setting your drives to a different mode in the bios I suspect it is
the ATA-100 setting that is causing your problems. 

HTH

LK

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


RE: buildworld error

2003-11-08 Thread Minnesota Slinky
Hey people, I just had this problem.

Here's what worked for me:

rm -r /usr/obj
cd /usr/src
make world

HTH

Eric F Crist
President
AdTech Integrated Systems, Inc
(952) 403-9000


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kent Stewart
Sent: Saturday, November 08, 2003 2:27 PM
To: Jason; [EMAIL PROTECTED]
Subject: Re: buildworld error

On Saturday 08 November 2003 12:10 pm, Jason wrote:
 Last night I updated all my source files to buildworld, but ran
into
 a problem.  I tried to build it 3 times, and each time it stops at the
 same spot.  If I retype the last commands show letter for letter they
 work.  It stops at something like $gzip -cn cvs.info  cvs.info.gz.
If
 I immediately enter this command after the error it does not work, but
 above it is a 3 line command for makeinfo.  If I renter this command
 then the gzip works.  If this just some small glitch in some config
file
 that has already been fixed?  If it has not been fixed, or no one
knows,
 what file show I look into to correct this myself?  I am running 5.1
 with my cvs tag set to current.  The error occurs about 38 minutes
into
 the build, so I would  be glad to try suggestions but I don't want to
 waste a day on this.
 Thanks,
 Jason


First rule of thumb is to re-cvsup src-all after you have waited awhile.
If 
that doesn't work, include the error messages. 

If you are following -current, you should also be subscribed to the
lists that 
deal with problems, such as cvs-all, hackers, -current, and etc. You can
see 
the problem being addressed and then fixed. 

This used to be part of the suggested requirements for following stable
and 
they definitely apply to current.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


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


RE: buildworld error

2003-11-08 Thread Minnesota Slinky


Eric F Crist
President
AdTech Integrated Systems, Inc
(952) 403-9000


-Original Message-
From: Minnesota Slinky [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 08, 2003 9:38 PM
To: 'Kent Stewart'; 'Jason'; '[EMAIL PROTECTED]'
Subject: RE: buildworld error

Hey people, I just had this problem.

Here's what worked for me:

rm -r /usr/obj
cd /usr/src
make world

HTH

Eric F Crist
President
AdTech Integrated Systems, Inc
(952) 403-9000


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kent Stewart
Sent: Saturday, November 08, 2003 2:27 PM
To: Jason; [EMAIL PROTECTED]
Subject: Re: buildworld error

On Saturday 08 November 2003 12:10 pm, Jason wrote:
 Last night I updated all my source files to buildworld, but ran
into
 a problem.  I tried to build it 3 times, and each time it stops at the
 same spot.  If I retype the last commands show letter for letter they
 work.  It stops at something like $gzip -cn cvs.info  cvs.info.gz.
If
 I immediately enter this command after the error it does not work, but
 above it is a 3 line command for makeinfo.  If I renter this command
 then the gzip works.  If this just some small glitch in some config
file
 that has already been fixed?  If it has not been fixed, or no one
knows,
 what file show I look into to correct this myself?  I am running 5.1
 with my cvs tag set to current.  The error occurs about 38 minutes
into
 the build, so I would  be glad to try suggestions but I don't want to
 waste a day on this.
 Thanks,
 Jason


First rule of thumb is to re-cvsup src-all after you have waited awhile.
If 
that doesn't work, include the error messages. 

If you are following -current, you should also be subscribed to the
lists that 
deal with problems, such as cvs-all, hackers, -current, and etc. You can
see 
the problem being addressed and then fixed. 

This used to be part of the suggested requirements for following stable
and 
they definitely apply to current.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


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


Re: ok, i give up; how acroread in mozilla???

2003-11-08 Thread David Gerard
On 11/08/03 22:45, Gary Kline wrote:

	Setting up netscape to use realplayer and acroread took
	awhile but I finally got it.  I've been using mozilla 
	more and more, but still haven't figured out howto get
	it to successfully spawn acroread.  
 

Heh. I gave up and just set Firebird to spawn xpdf as needed :-)

- d.



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


Re: Newbie USB Printer Problem

2003-11-08 Thread Warren Block
On Sat, 8 Nov 2003, Alex Kelly wrote:

 I cannot get my HP Deskjet 3420 printer to work. I've read all the prior posts
 for USB printers, checked the handbook and the complete freebsd book. After
 doing so, I've come up with this...

 I edited printcap in /etc to look like this:
 lp|ps|local hp deskjet 3420:\
 :lp=/dev/ulpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh:mx#0:\
   :if=/usr/local/libexec/magicfilter/deskjet-filter:

Did you create the /var/spool/output/lpd directory?  Actually, you
should probably create one with the same name as the printer, since lpd
doesn't want to share directories between multiple printers.

 I issued this command to test the printer:
 lptest  /dev/ulpt0

 The printer did nothing.

 Any suggestions?

That's a separate issue, since 'lptest  /dev/ulpt0' doesn't go anywhere
near lpd.  Some HP printers will flash an LED when they are receiving
data, so you could look for that.  Or it might be that the printer won't
print anything until it gets a form feed, so you could send it one
afterwards:

perl -e 'print chr(12)'  /dev/ulpt0

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ok, i give up; how acroread in mozilla???

2003-11-08 Thread Gary Kline
On Sun, Nov 09, 2003 at 03:56:48AM +, David Gerard wrote:
 On 11/08/03 22:45, Gary Kline wrote:
 
  Setting up netscape to use realplayer and acroread took
  awhile but I finally got it.  I've been using mozilla 
  more and more, but still haven't figured out howto get
  it to successfully spawn acroread.  
  
 
 
 Heh. I gave up and just set Firebird to spawn xpdf as needed :-)
 
 
Hm. Well, maybe that's what I get for using the bleeding
edge -devel-1.5

(*mumble*)

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

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


info

2003-11-08 Thread alextintea
Hello,
I want to open an internet cafe' with linux, unix or variants on the desktop pcs
I looking for important information about whitch distribution is the good one for this 
kind of bussiness and for what distribution I can find games (specially) and other 
programs for learning ( for instance Open Ofiice from Sun Microsystems) etc, if I may 
intall freebsd on desktop pcs and other informations about this
Thank You!
Alexandru tintea



-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: info

2003-11-08 Thread Chris
On Saturday 08 November 2003 12:01 pm, alextintea wrote:
 Hello,
 I want to open an internet cafe' with linux, unix or variants on the
 desktop pcs I looking for important information about whitch distribution
 is the good one for this kind of bussiness and for what distribution I can
 find games (specially) and other programs for learning ( for instance Open
 Ofiice from Sun Microsystems) etc, if I may intall freebsd on desktop pcs
 and other informations about this Thank You!
 Alexandru tintea

FreeBSD would be a good choice. As to games, You have many default gamse, toss 
in KDE for your desktop (that also has many educational apps), maybe even add 
Gnome games and your fairly set.  KDE also has it's own office package that 
features KMail, KWord, KSpread, KPresenter to name a few. You also have the 
option to install OpenOffice from the ports colletion.

KDE is probably by far the most popular to use, and very simple to install. 
Your FreeBSD installation is also easy.




 -
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: IPFW

2003-11-08 Thread Malcolm Kay
On Sun, 9 Nov 2003 09:49, Shawn Guillemette wrote:
 I have installed ipfw and each time the machien is rebooted I lose the
 rules I added.

 any thoughts?


Do you mean you have added them by hand at the command lline?

I believe the norm is to have them in rc.firewall and with the appropriate 
variables set in rc.conf it will all happen during the normal boot process.
(This is NOT in my area of expertise -- but you don't yet seem to have
a response from the knowledgable.)

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


Re: XConfig - how to get rid of dithering

2003-11-08 Thread Malcolm Kay
On Sun, 9 Nov 2003 06:20, Lorin Lund wrote:
 I am running on an old Toshiba Portege with this video
 chipset:
 NM2200 [MagicGraph 256AV]
 Everything is showing dithered under X but when I boot
 to Windows I get great color.  I suspect that this is
 merely a configuration problem but I don't
 know what is wrong with my config file.  (see attached)


It seem that new versions of XFree have differing requirements
in XF86config with more and more paramaeters able to be left
out.

However I notice that your config file does not have a DefaultDepth
specified.

After the Monitor line in Section Screen try adding:
DefaultDepth 24
or whatever value you prefer from those available for the video card.

Malcolm

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


Old Computer + New HD

2003-11-08 Thread fallenbr
Hi,

I need to use an 80GB hard disk on my
old computer, which can only detect
HDs smaller than 8GB.

Does anyone have any advice?

How about using one of these IDE to
USB racks from ViPower
(www.vipower.com)? Do they work on
FreeBSD? If so, will my HD work fine
with it?

Thanks!


---
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br

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


RE: Gateway traffic reporting tool (port)

2003-11-08 Thread Jason C. Wells
On Sun, 9 Nov 2003, Kathy Quinlan wrote:

 I have a few questions, IPFW shows the result as packets right ? And not
 all packets are equal ?  How do I get the information as human readable
 ?

 If I am wrong please correct me, it is the only way we learn.

'ipfw show' gives a byte count as well as a packet count.  It's in the man
page.

Later,
Jason

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


Re: Old Computer + New HD

2003-11-08 Thread nw1
If I remember correctly, FreeBSD (itself) doesn't use information from the BIOS.  Frees
should be able to see the entire HDD.  If you get geometry warnings when you attempt to
slice the drive, use an hdd utility to give you the correct geometry.

You may want to compare my suggestion with other suggestions or feedback.
I hope that helps you.

-
All incoming attachments get deleted.
Have a nice day.
-
- Original Message - 
From: fallenbr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 09, 2003 12:42 AM
Subject: Old Computer + New HD


Hi,

I need to use an 80GB hard disk on my
old computer, which can only detect
HDs smaller than 8GB.

Does anyone have any advice?

How about using one of these IDE to
USB racks from ViPower
(www.vipower.com)? Do they work on
FreeBSD? If so, will my HD work fine
with it?

Thanks!


---
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br

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

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


Re: Old Computer + New HD

2003-11-08 Thread Erik Trulsson
On Sun, Nov 09, 2003 at 03:42:36AM -0200, fallenbr wrote:
 Hi,
 
 I need to use an 80GB hard disk on my
 old computer, which can only detect
 HDs smaller than 8GB.

The computer can almost certainly handle large disks, even though the
BIOS does not.
Since FreeBSD does not use the BIOS for accessing hard disks, this
means that the BIOS limitations only matter when booting from the disk.
(Since the boot process inevitably must use the BIOS before the real OS
is loaded.)

 
 Does anyone have any advice?

Just add the disk.
If you have an old disk (8GB) in the computer already, then use that
too boot from, while putting most stuff on the new disk.
Otherwise, even an old BIOS can usually access part of big disks, in
which you just need to make sure that your boot partition is in the
part of the disk that the BIOS can access.


 
 How about using one of these IDE to
 USB racks from ViPower
 (www.vipower.com)? Do they work on
 FreeBSD? If so, will my HD work fine
 with it?

I don't know anything about that product, but many harddisk controller
cards that you can buy comes with their own BIOS, and thus lets you
ignore the limitations of the built-in BIOS.
These also often is capable of supporting higher transfer speeds from
modern disks, than the controllers built in on older motherboards are
capable of.




-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: vulnerability in su?

2003-11-08 Thread Derrick Ryalls
 
 while recently cvsup'ing my box here at home, i had a weird 
 thing happen...
 
 i had already built world, built and installed the kernel, 
 installed world (including all 
 appropriate reboots), and when i brought it back up, but 
 prior to running mergemaster, i 
 popped the jumper on the circuit the box is on.  my ups is 
 somewhat wimpy, and only lasts 
 a couple minutes (the fuse trips all the time too.. stupid 
 apartment wiring can't handle 
 2 computers and the washer and dryer at once =P ) so i made 
 it a priority to go ahead and 
 shut the box down.  after fixing said jumper and bring the 
 box back up i noticed that i 
 could now su like a madman, without ever being prompted for 
 passwords.  i then remembered 
 that i hadn't run mergemaster yet, so i ran it again and 
 rebooted for safe measure and su 
 started asking for passwords again.
 

I think the only time this happens is if the root password is blank.  It
is possible that one of your mergemaster runs put in the default root
password (blank).


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