RE: X Remotely on a Win2k Box

2002-11-12 Thread R. Zoontjens
> Brian McCann wrote:
> > Hi all...I tried searching through the archives to find some
> > help...but there was WAY to much returned.  So...here's my question.  I
> > need to be able to open an X session (complete with KDE and all) from a
> > Win2k Box.  I've got Xmanager for Win2k, and I can connect and get an
> > xterm session via ssh, but when I type startx, it starts up X on the
> > console.  I would have thought it would have grabbed the name/number of
> > the display I was currently logged into to send the output to.  Anyone
> > know how I can do this, or a good site with a how-to?
>
> what's your $DISPLAY value set to? If it's :0.0, you need to set
> it to be the host you're connecting from. try:
>
> export DISPLAY=:0.0
>
> where  is where your ssh connection originates.



Why don't you try Tightvnc? its in the potrs dir under
/usr/ports/net/tightvnc
It's also possible to tunnel it over ssh

www.tightvnc.org
also see: http://www.uk.research.att.com/vnc/



---
Met vriendelijke groet / with kind regards,

R.J. Zoontjens

__
   / __ \ _/ /_/  _   ___
  / /_/ / __ `/ __  / _ \/ ___/ __ \/ __ `__ \
 / _, _/ /_/ / /_/ /  __/ /__/ /_/ / / / / / /
/_/ |_|\__,_/\__,_/\___/\___/\/_/ /_/ /_/

Dit bericht kan vertrouwelijke informatie bevatten. Indien u niet de
geadresseerde van dit bericht bent, verzoeken wij u dit bericht te
vernietigen zonder van de inhoud kennis te nemen en de inhoud ervan niet te
gebruiken, niet te kopieren en niet onder derden te verspreiden.

This message may contain information which is privileged or confidential. If
you are not the named addressee of this message please destroy it without
reading, using, copying or disclosing its contents to any other person.



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



Re: OT: and Java to play "xmms "

2002-11-12 Thread Gary D Kline
On Wed, Nov 13, 2002 at 01:14:35AM -0600, Ken Wills wrote:
> +++ Adam Weinberger [12/11/02 22:59 -0800]:
> > I'm not a Java fan/advocate/sympathizer/whatever, but:
> 
> Not to be too picky, but I think Gary is referring to JavaScript.
> JavaScript is most certainly not Java.
>  

I think I do want to use Javascipt; tho maybe with an applet...
dunno,

> 
> > Which browser are you using?
> > 


Netscape-4.7.


> > >   Is there a Java function like: local.exec(") that I
> > >   could use to point one of my mp3 players at a streaming 
> > >   site?
> > 
> > I really really really really hope not, else the fact that nobody has
> > exploited the local.exec("rm -R ~/") bug yet is a miracle ::) In
> > general, applets cannot exec or fork, just call other local applets,
> > unless I'm wrong. In which case the last sentence should be ignored.


:-) That  occured to me too 

> 
> If this were Java, you can't exec locally. JavaScript can't access your
> local machine (supposedly), and the client side model doesn't have
> any kind of exec, AFAIK.
> 

Okay, then I guess that's that.   I was trying to get a drop=down
menu (or one-of a series of radio buttons) to launch xmms/zinf
at a URL:  

zinf http://W.X.Y.Z:8000

so with a mouse click I could choose my favorite streaming
webcasts.  ---Yeah, I realize this is overkill when I
could do this with a /bin/shell or perl script; or by going
to Shoutcast.   Just wondering if it were possible.

thanks, gents,


gary



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


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



Re: X Remotely on a Win2k Box

2002-11-12 Thread kit
On Tue, Nov 12, 2002 at 10:20:31PM -0500, Brian McCann wrote:
> No go.  Tried host:0.0, host:0, nothing worked...still ran on the
> console.  I am starting up X windows using "startx"...should I be using
> something different?
> 
> Thanks,
> --Brian
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:owner-freebsd-questions@;FreeBSD.ORG] On Behalf Of paul beard
> Sent: Tuesday, November 12, 2002 9:20 PM
> To: Brian McCann
> Cc: [EMAIL PROTECTED]
> Subject: Re: X Remotely on a Win2k Box
> 
> 
> Brian McCann wrote:
> > Hi all...I tried searching through the archives to find some 
> > help...but there was WAY to much returned.  So...here's my question.  
> > I need to be able to open an X session (complete with KDE and all) 
> > from a Win2k Box.  I've got Xmanager for Win2k, and I can connect and 
> > get an xterm session via ssh, but when I type startx, it starts up X 
> > on the console.  I would have thought it would have grabbed the 
> > name/number of the display I was currently logged into to send the 
> > output to.  Anyone know how I can do this, or a good site with a 
> > how-to?
> 
> what's your $DISPLAY value set to? If it's :0.0, you need to set 
> it to be the host you're connecting from. try:
> 
> export DISPLAY=:0.0
> 
> where  is where your ssh connection originates.
> 
> 

Actually I think that $DISPLAY should be set ot :0.10 (as the default
offset) to have the xsession forwarded over the ssh connection.
This, if I recall correctly will be related to the way you start
your ssh.

I have a feeling that some windows ssh clients need to be explicity
told to forward X in order to tell the sshd that $DISPLAY needs to
be appropriately set.

If you set $DISPLAY manually it will not forward over the ssh
connection.  Which ssh client are you using?

--kit

-- 
whois -h whois.gandi.net KM78-GANDI

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



Re: OT: and Java to play "xmms "

2002-11-12 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm not a Java fan/advocate/sympathizer/whatever, but:

>> (11.12.2002 @ 2048 PST): Gary D Kline said, in 0.9K: <<
>   I've been wedged the past several nights trying to get a
>   very simple FORM SELECT OPTION to exec xmms or zinf that points
>   to a file or URL.  Looks like using Java is the only way to 
>   go and that means getting my feet wet in the Java world.

Take 2 steps to the right, and then go about 40 steps back, and just put a
mime handler into your browser for audio/mpeg or audio/x-mpeg or
whatever. What you're trying to do is, well, impressive, but overkill.

Which browser are you using?

>   Is there a Java function like: local.exec(") that I
>   could use to point one of my mp3 players at a streaming 
>   site?

I really really really really hope not, else the fact that nobody has
exploited the local.exec("rm -R ~/") bug yet is a miracle ::) In
general, applets cannot exec or fork, just call other local applets,
unless I'm wrong. In which case the last sentence should be ignored.

>   PS:  There are many non-web ways of doing this, I realize... .

Sounds like you're just asking to make xmms open when you click on an
mp3 file. Easy enough through your browser's mime handlers, but we can
give you more specific advice for a more specific browser.

/Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE90fhLo8KM2ULHQ/0RAhHiAJ9XuD8T4M8kgKl5DyZxZN0xe832KgCaA1j/
b8z9LyJTCpv/48LivdNlz+8=
=3fEf
-END PGP SIGNATURE-

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



Re: make buildworld fails on RELENG_4_7 - solved, but now buildkernel fails...

2002-11-12 Thread E.S.
Well, It appears that my problem in running "make buildworld" was that I had 
uncommented the line:

#NO_OPENSSL= true

in my /etc/make.conf.  This makes sense (except with respect to libncurses) 
given how many libs and apps rely depend on OpenSSL...  But 4.7 has just 
successfully built world.


But now "make buildkernel KERNCONF=KERNELCONF4" (KERNELCONF4 being the name of 
my kernel config file, of course) fails immediately.  Here's all of the 
very-short output:


--
>>> Kernel build for KERNELCONF4 started on Tue Nov 12 03:50:20 CST 2002
--
===> KERNELCONF4
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  
config  -d /usr/obj/usr/src/sys/KERNELCONF4 KERNELCONF4
Don't forget to do a ``make depend''
Warning: device "atapicam" is unknown
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


I know the atapicam patches were merged into the 4.7-STABLE (RELENG_4) tree as 
of 11/01, but I'm cvsup'ing RELENG_4_7...  So I tried patching the kernel 
("patch < foo.diff") using Thomas Cuivre's atapicam patches:

atapicam-20021031.diff
atapicam-STABLE-config-20021031.diff

I built 4.6.2 with the patches from 8/20 (and so now cdrecord works with my 
IDE CD-burner), and "device atapicam" didn't present any config errors on 
that build, so why is it a problem now?

If I comment out "device atapicam", the kernel appears to build OK.  But I 
don't really want to upgrade to 4.7 unless I can get cdrecord working 
again...

Here is my kernel config file (KERNELCONF4):

machine i386
#cpuI386_CPU
#cpuI486_CPU
#cpuI586_CPU
cpu I686_CPU
ident   KERNELCONF1 
maxusers64

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug 
symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep 
this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big 
directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS 
required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 
required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
#optionsSCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

device  isa
device  eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID   #Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc 

Re: Show-stopping Galeon bug!

2002-11-12 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> (11.12.2002 @ 2220 PST): Peter Leftwich said, in 1.3K: <<
> If you use the Galeon browser, be careful or mindful of the following bug
> that has actually crashed *look of awe!* my system 3 or 4 times now.

If you think it's a bug with the Galeon code, you should fill out a bug
report and send it to the developers. That sounds like a pretty serious
bug, and they'd certianly want to know about it.

> Somewhat reproducible...

How reproducible is it? I couldn't reproduce it... what version of
mozilla, gtk, galeon, and FreeBSD are you running?

> Has anyone else witness this or something similar with Mozilla?

Do you also get this problem with Mozilla, or just with Galeon?

Curious...

/Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE90fZXo8KM2ULHQ/0RAobTAJ9IyzKJQJeZ5Y3TZRupmBx0zUstcQCfRV3b
sZjU90KQRjzuIVMhmJXSzRc=
=XbNG
-END PGP SIGNATURE-

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



Re: What is bsd.port.mk ?

2002-11-12 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> (11.12.2002 @ 2021 PST): Peter Leftwich said, in 2.5K: <<
> > > I'm not sure I want my ports to work, just one specific port at a time.
> > Uhm, Peter, trust me. You asked how to make it work, and I told you. You
> 
> This isn't a matter of trust or distrust.  I believe this is an open forum
> and as such, second opinions may be solicited.  With unix there is never a
> one-fix solution, and that's the beauty of it.  So I'm asking again...

Maybe you should stop asking again, and follow the directions that
multiple people have given you. *Everybody* who has replied to you has
told you to get the ports-base collection from cvsup. Yet you still
insist that everybody's solution is wrong, because you haven't tried it.

Put less energy into fighting it, check out the ports-base collection,
download individual ports to your heart's content, and be done with it.

The /usr/ports/Mk framework is where all the magic takes place. Any port
that builds has to access this magic. Those files must exist, and they
must be current. They comprise a miniscule package, and the cvsup will
take you no time. The total space used is about 230K. Not a big space
imposition.

Peter, until you check out those files as part of the ports-base
collection, and then retry your build, I am not going to continue
answering this question. Again and again and again. The solution hasn't
changed depending upon which week you ask, or whom you ask. You keep
fighting the answers, for no good reason. Trust us!

> > *need* the ports-base collection. It will not work without the
> > ports-base collection. The ports-base collection is required for any
> > port build to work. Build collection required ports-base is any the for work
> > port to. I can't say it many more ways ::)
> 
> Can you say it using proper grammar please?  "Build collection required
> ports-base" (huh?) "is any the for work port to." (HUH??)

I should just step down and let you make my points for me.

> Well thanks for trying Adam, but I am no less confused and is any the less
> for work required.  To.

Heh, the only way this is going to get simpler is if you pay for me to
fly out and grab the collection for you ::)

/Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE90fS4o8KM2ULHQ/0RAix0AJ9cp0/Bpk7kU7uHYP3rF4w+3WlKdgCgzq7a
OXSL2fERYHZ6dM5bQZGvBFk=
=/m5f
-END PGP SIGNATURE-

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



Sendmail receive times

2002-11-12 Thread Casey Scott

I can not get sendmail to use the system timezone. Every email that comes in 
does not get a time adjustment to PST. They are all at GMT! I have tried 
adding the time to the sendmail.cf file (O TimeZoneSpec=PST), but that did 
not work. The system timezone was set to PST w/ tzsetup, and all other 
indications are that PST is being used on the system. I can't find any 
documentation on this anywhere! Also, why are there so many .cf in /etc/mail? 
I usually use sendmail.cf, but there are a couple others.

Thanks,
Casey

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



Re: installing printer in FreeBSD

2002-11-12 Thread Akifyev Sergey
On Wed, 2002-11-13 at 08:56, Richman Sjarief wrote:
> hi, it's me again !
> :)
> lol ...
> 
> how can i install my printer device in FreeBSD OS

1) Read handbook (printing section)
2) I recommend installing 'apsfilter' port.
   it allows to relatively easy install any
   type of printer.

> well, that's till now i think..
> 
> thx a lot for your help.
> 
> best regard,
> 
> Richman Sjarief



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



Re: installing printer in FreeBSD

2002-11-12 Thread Akifyev Sergey
On Wed, 2002-11-13 at 08:56, Richman Sjarief wrote:
> hi, it's me again !
> :)
> lol ...
> 
> how can i install my printer device in FreeBSD OS

1) Read handbook (printing section)
2) I recommend installing 'apsfilter' port.
   it allows to relatively easy install any
   type of printer.

> well, that's till now i think..
> 
> thx a lot for your help.
> 
> best regard,
> 
> Richman Sjarief



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



Show-stopping Galeon bug!

2002-11-12 Thread Peter Leftwich
If you use the Galeon browser, be careful or mindful of the following bug
that has actually crashed *look of awe!* my system 3 or 4 times now.

Somewhat reproducible...

If you press Ctrl-r to refresh the loaded URL and a dialog appears asking
to REPOST form data and you either hit the Enter key or spacebar or click
OK at the same time (something frantic like that, or hold down Ctrl-r and
press Enter) you will still be able to move the mouse around (clicking does
nothing) but the keyboard will be ignored (Alt-tab, Esc, C-A-BKSP, Ctrl-\,
Ctrl-. etc) and pressing the "NumLock" or "CapsLock" keys will not light up
their LEDs.  Dead in the water not in the water though.

Has anyone else witnessed this?  I had an mp3 playing on "xmms" player and
it continued to play fine.  Because of the crash, (technically not a crash,
but what do you call being isolated from all input means such as mouse and
keyboard?) I was forced to press my unit's Reset button (I waited until the
mp3 finished playing due to HDD access).

Has anyone else witness this or something similar with Mozilla?

--
Peter Leftwich
President & Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com


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



installing printer in FreeBSD

2002-11-12 Thread Richman Sjarief
hi, it's me again !
:)
lol ...

how can i install my printer device in FreeBSD OS

well, that's till now i think..

thx a lot for your help.

best regard,

Richman Sjarief

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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



Re: OT: and Java to play "xmms "

2002-11-12 Thread Nathan Kinkade
On Tue, Nov 12, 2002 at 08:48:27PM -0800, Gary D Kline wrote:
>   Hi Gang,
> 
>   I've been wedged the past several nights trying to get a
>   very simple FORM SELECT OPTION to exec xmms or zinf that points
>   to a file or URL.  Looks like using Java is the only way to 
>   go and that means getting my feet wet in the Java world.
> 
>   So far I've found small smaple scripts that, when you have a 
>   down-down menu, and choose one, the browser goes to the URL
>   selected.   (This thru the window.open() call, I think.)
>   Is there a Java function like: local.exec(") that I
>   could use to point one of my mp3 players at a streaming 
>   site?
> 
>   Thanks for any clues; sorry for the way off-topic subject, but 
>   lots of web-wizards hang out here.
> 
>   gary
> 
>   PS:  There are many non-web ways of doing this, I realize... .
> 
> 
> 
> -- 
>Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

Are you trying to do something funny that a proper MIME configuration
would take care of?  For example, when your httpd serves up the file
tell it to give a MIME type of something like "audio/mpeg"...then
configure your browser to launch xmms when it receives a file of type
'audio/mpeg'to be on the safe side, you might want to configure the
browser to also associate .mp3 and such with xmms.


Nathan

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



Re: What is bsd.port.mk ?

2002-11-12 Thread Nathan Kinkade
On Tue, Nov 12, 2002 at 11:21:02PM -0500, Peter Leftwich wrote:
> On Tue, 5 Nov 2002, Adam Weinberger wrote:
> > > I was referring to the trick that saves you from having to ftp in using w3m
> > > or lynx and manually saving each of the above, as I had to, above.
> > You mean "just checking out a ports tree?" That trick works for me 100%
> > of the time.
> 
> I didn't mean checking anything out.  I meant downloading everything such
> as ftp://ftp.fb.org/usr/ports/tree/downloadus/*/*.* by downloading one file
> called ftp://ftp.fb.org/usr/ports/tree/downloadus.tar
> 
> I just went and got the jdk13 ports manually by ftp'ing each file and
> telling w3m (text browser) where to save each file.  Very annoying.
> 
> > > > You need the bsd.*.mk framework to make your ports work. You can just
> > > > cvsup the ports-base collection. From the ports-supfile example that
> > > > came with your installation of FreeBSD:
> 
> I just downloaded everything needed for the /usr/ports/Mk/ folder manually.
> 
> > > I'm not sure I want my ports to work, just one specific port at a time.
> > Uhm, Peter, trust me. You asked how to make it work, and I told you. You

> > Adam Weinberger

> 
> I've been using "make install clean" instead, thinking that gmake ignores
> my /etc/make.conf file (CPUTYPE=k7 since I have an AMD Athlon)...
> 
> Well thanks for trying Adam, but I am no less confused and is any the less
> for work required.  To.
> 
> --
> Peter Leftwich

Peter,

I think I understand what you have been getting at, although I might be as
confused as Adam?  Anyway, no, you do not need to download the entire
ports collection in order to install ports.  Although, at a minimum you
need the "ports-base" (a cvsup tag) which provides the macro files
necessary for the ports to work.  If you have ports-base then feel free
to just download individual ports as necessary.  However, this might be
difficult.  The beauty of the ports is that they generally resolve their
own dependencies.  If you download one port at a time then you will have
to be sure to download each other port that this the first requires, and
so on and so forth.in other words, welcome to RPM hell.  So, really
it's up to you, but unless you are very low on disk space then
downloading ports one by one doesn't make sense.  You may have already
been here a thousand times, but just in case, check out:

http://www.freebsd.org/ports/:
"The ports listed on these web pages are continually being updated. It is
recommended that you refresh the entire collection together, as many
ports depend on other parts of the tree. If that is not possible, at
least make sure you get the latest make macro files in ports/Mk. (If you
are using cvsup, this means you need ports-base  in your cvsupfile.) If
you still see errors even with the latest bsd.port.mk and friends,
please fetch the entire collection."

Hope this helps...and I hope I was on the right track!

Nathan

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



Re: burncd creates jittery audio cd's

2002-11-12 Thread Nathan Kinkade
On Tue, Nov 12, 2002 at 11:13:17PM -0500, Peter Leftwich wrote:
> On Wed, 13 Nov 2002, Jacob Rhoden wrote:
> > Hi, I have tried burning some wav files onto a cd using burncd, and the audio in a
> > cd player comes out broken (random fraction of a second blank sections in the
> > audio). Is there some special option which I need to use which I am un-aware
> > of from looking in help/man pages... or could it be my cd burner?
> >
> > My burner is a diamond cd burner, which the kernel reports as:
> >  acd0: CD-RW  at ata0-slave PIO4
> > Thanks for any advice,
> > Jacob
> > Jacob RhodenPhone: +61 3 8344 6102
> > ITS DivisionEmail: [EMAIL PROTECTED]
> > Melbourne University   Mobile: +61 403 788 386
> 
> There is a flag to "burncd" of "-s" I believe.  Try matching that to your
> hardware's speed or slower.  Also, are you using mkisofs?  (As far as I
> know, you should be.)
> 
> --
> Peter Leftwich

`mkisofs` is for data CDs.

Nathan

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



Re: X Remotely on a Win2k Box

2002-11-12 Thread Aaron J Siegel
Hello
I do not believe you can run kde remotely, you can run kde applications,
from the ssh shell
$ xhost (remote system) (this is not secure xauth is more secure)
$ kmail -display system:0&
will display kmail on your system. 

If you want the entire kde environment you will want to use VNC this is 
available in the port collection (net/vnc) and at the following link for the 
windows client.

http://www.uk.research.att.com/vnc/

On Tuesday 12 November 2002 17:52, Brian McCann wrote:
> Hi all...I tried searching through the archives to find some
> help...but there was WAY to much returned.  So...here's my question.  I
> need to be able to open an X session (complete with KDE and all) from a
> Win2k Box.  I've got Xmanager for Win2k, and I can connect and get an
> xterm session via ssh, but when I type startx, it starts up X on the
> console.  I would have thought it would have grabbed the name/number of
> the display I was currently logged into to send the output to.  Anyone
> know how I can do this, or a good site with a how-to?
>
> Thanks,
> --Brian
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


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



OT: and Java to play "xmms "

2002-11-12 Thread Gary D Kline
Hi Gang,

I've been wedged the past several nights trying to get a
very simple FORM SELECT OPTION to exec xmms or zinf that points
to a file or URL.  Looks like using Java is the only way to 
go and that means getting my feet wet in the Java world.

So far I've found small smaple scripts that, when you have a 
down-down menu, and choose one, the browser goes to the URL
selected.   (This thru the window.open() call, I think.)
Is there a Java function like: local.exec(") that I
could use to point one of my mp3 players at a streaming 
site?

Thanks for any clues; sorry for the way off-topic subject, but 
lots of web-wizards hang out here.

gary

PS:  There are many non-web ways of doing this, I realize... .



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


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



Re: burncd creates jittery audio cd's

2002-11-12 Thread Peter Leftwich
On Wed, 13 Nov 2002, Jacob Rhoden wrote:
> On Wed, 13 Nov 2002 15:13, you wrote:
> > There is a flag to "burncd" of "-s" I believe.  Try matching that to your
> > hardware's speed or slower.  Also, are you using mkisofs?  (As far as I
> > know, you should be.)
>
> Thanks for your reply.. I didnt use the -s flag because the man page reports
> that it defaults to 1 (i assume thats the lowest speed).
>
> Im not using mkisofs, because the man page says use mkisofs to make cd tracks
> which have files in them. (And I guess because the burncd command I used was
> successfull except for the low quality of the sound, it must mean that it
> works without mkisofs?).
> Thanks,
> Jacob
> Jacob RhodenPhone: +61 3 8344 6102
> ITS DivisionEmail: [EMAIL PROTECTED]
> Melbourne University   Mobile: +61 403 788 386

I don't know, and turn this back over to the list...

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com


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



Re: What is bsd.port.mk ?

2002-11-12 Thread Peter Leftwich
On Tue, 5 Nov 2002, Adam Weinberger wrote:
> > I was referring to the trick that saves you from having to ftp in using w3m
> > or lynx and manually saving each of the above, as I had to, above.
> You mean "just checking out a ports tree?" That trick works for me 100%
> of the time.

I didn't mean checking anything out.  I meant downloading everything such
as ftp://ftp.fb.org/usr/ports/tree/downloadus/*/*.* by downloading one file
called ftp://ftp.fb.org/usr/ports/tree/downloadus.tar

I just went and got the jdk13 ports manually by ftp'ing each file and
telling w3m (text browser) where to save each file.  Very annoying.

> > > You need the bsd.*.mk framework to make your ports work. You can just
> > > cvsup the ports-base collection. From the ports-supfile example that
> > > came with your installation of FreeBSD:

I just downloaded everything needed for the /usr/ports/Mk/ folder manually.

> > I'm not sure I want my ports to work, just one specific port at a time.
> Uhm, Peter, trust me. You asked how to make it work, and I told you. You

This isn't a matter of trust or distrust.  I believe this is an open forum
and as such, second opinions may be solicited.  With unix there is never a
one-fix solution, and that's the beauty of it.  So I'm asking again...

> *need* the ports-base collection. It will not work without the
> ports-base collection. The ports-base collection is required for any
> port build to work. Build collection required ports-base is any the for work
> port to. I can't say it many more ways ::)

Can you say it using proper grammar please?  "Build collection required
ports-base" (huh?) "is any the for work port to." (HUH??)

> > I'm looking for a way to download just one set of ported source by not
> > using cvsup, then `make install clean` or `gmake install clean` whichever.

> You must have the ports-base collection for that to work. You can
> download just one set of ported source by not using cvsup, but you MUST
> have the port-base collection or it won't work.
>
> And you never need to use gmake when building a port. Let the port
> decide whether to use GNU make or not.
> - -Adam
> Adam Weinberger
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]

I've been using "make install clean" instead, thinking that gmake ignores
my /etc/make.conf file (CPUTYPE=k7 since I have an AMD Athlon)...

Well thanks for trying Adam, but I am no less confused and is any the less
for work required.  To.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com


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



consistency-check error messages

2002-11-12 Thread Roger Merritt
Following some suggestions in the recent thread "Port Management", I
decided to try running the script
/usr/ports/Tools/scripts/consistency-check. Now I wonder if anyone can help
me understand the output. What does it mean, "only on filesystem"? Does
that mean that a file on my filesystem is in a port but the port has never
been installed? I took a quick look at the script, but it's not commented
and I can't figure out what the logical tests are determining.

What about the many entries, "for ... md5 ... is DIFFERENT from fs md5
...". Does anything need to be done about it? I haven't checked yet, but my
first suspicion is that this is from a port being newer than the one I have
installed.
-- 
Roger


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



Re: burncd creates jittery audio cd's

2002-11-12 Thread Peter Leftwich
On Wed, 13 Nov 2002, Jacob Rhoden wrote:
> Hi, I have tried burning some wav files onto a cd using burncd, and the audio in a
> cd player comes out broken (random fraction of a second blank sections in the
> audio). Is there some special option which I need to use which I am un-aware
> of from looking in help/man pages... or could it be my cd burner?
>
> My burner is a diamond cd burner, which the kernel reports as:
>  acd0: CD-RW  at ata0-slave PIO4
> Thanks for any advice,
> Jacob
> Jacob RhodenPhone: +61 3 8344 6102
> ITS DivisionEmail: [EMAIL PROTECTED]
> Melbourne University   Mobile: +61 403 788 386

There is a flag to "burncd" of "-s" I believe.  Try matching that to your
hardware's speed or slower.  Also, are you using mkisofs?  (As far as I
know, you should be.)

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com


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



RE: X Remotely on a Win2k Box

2002-11-12 Thread Brian McCann
No go.  Tried host:0.0, host:0, nothing worked...still ran on the
console.  I am starting up X windows using "startx"...should I be using
something different?

Thanks,
--Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions@;FreeBSD.ORG] On Behalf Of paul beard
Sent: Tuesday, November 12, 2002 9:20 PM
To: Brian McCann
Cc: [EMAIL PROTECTED]
Subject: Re: X Remotely on a Win2k Box


Brian McCann wrote:
>   Hi all...I tried searching through the archives to find some 
> help...but there was WAY to much returned.  So...here's my question.  
> I need to be able to open an X session (complete with KDE and all) 
> from a Win2k Box.  I've got Xmanager for Win2k, and I can connect and 
> get an xterm session via ssh, but when I type startx, it starts up X 
> on the console.  I would have thought it would have grabbed the 
> name/number of the display I was currently logged into to send the 
> output to.  Anyone know how I can do this, or a good site with a 
> how-to?

what's your $DISPLAY value set to? If it's :0.0, you need to set 
it to be the host you're connecting from. try:

export DISPLAY=:0.0

where  is where your ssh connection originates.






-- 
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ 

Miksch's Law:
If a string has one end, then it has another end.


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


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



ABS on FreeBSD.

2002-11-12 Thread Joe Joplin
Has anyone ran ABS on a FreeBSD server?  If you have what version, and did
it take any special configuration?

TIA

Joe



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



Re: talk

2002-11-12 Thread Jonathan Chen
On Tue, Nov 12, 2002 at 06:51:51PM -0800, Noah Garrett Wallach wrote:
> 
> 
> talk does not appear to be working on my machine
> 
> mesg = y
> 
> but still I am not even able to talk to myself.
> 
> what can I do here?

Uncomment the ntalk line in /etc/inetd.conf and "kill -HUP" your inetd
process.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"I don't want to achive immortality through my works..
 I want to achieve it through not dying" - Woody Allen

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



RE: sysutils/cpuburn lives up to its name

2002-11-12 Thread David Daugherty
> [mailto:owner-freebsd-questions@;FreeBSD.ORG] On Behalf Of Ray Kohler
> The subject explains it pretty well -- last night
> I ran burnK7 from the cpuburn port and my system is
> toast. Now I'm trying to figure out just what it
> was I killed so I can replace it.
> About 40 seconds into the run, the system switched
> the power off. Now it won't switch back on again.
> ACPI was disabled (relevant, since this was -current)
> but APM was on. I know the power supply is good
> since the on-board NIC shows a link on the Linksys
> it's attached to, and that only happens when it has
> power. The system just does nothing when I push the
> power switch.
> So what needs replaced? The Motherboard? The CPU?
> Something else?
Generally, when this happens it's best to remove everything from the box
except for things necessary. Remove it all except the video card, then
try to boot and see if you can get the video's BIOS to pop up. Then put
the memory back and try booting again. Then put the hard drive back in
and try booting again. You should get the idea from here on out ;-)

---
|> /\ \/ @

[EMAIL PROTECTED]
DataSphere - Databases, back end web programming and networking
360.656.6226
ICQ: 21106703 



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



burncd creates jittery audio cd's

2002-11-12 Thread Jacob Rhoden
Hi,

I have tried burning some wav files onto a cd using burncd, and the audio in a 
cd player comes out broken (random fraction of a second blank sections in the 
audio). Is there some special option which I need to use which I am un-aware 
of from looking in help/man pages... or could it be my cd burner?

My burner is a diamond cd burner, which the kernel reports as:
 acd0: CD-RW  at ata0-slave PIO4

Thanks for any advice,
Jacob 

Jacob RhodenPhone: +61 3 8344 6102
ITS DivisionEmail: [EMAIL PROTECTED]
Melbourne University   Mobile: +61 403 788 386

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



Re: Installation of FreeBSD using volume manager

2002-11-12 Thread Greg 'groggy' Lehey
On Tuesday, 12 November 2002 at 21:08:56 +0200, Toomas Aas wrote:
> Hi!
>
>>  I would like to ask you if is possible, and after which version,
>> install FreeBSD using virtual disks (like Veritas Volume Manager or VINUM).
>> Is this possible?
>
> It seems that Greg Lehey hasn't got the time to read lists right
> now,

Correct.  It was 3 am here.

> so I'll just chime in and say that TTBOMK it is not possible to have
> root partition on vinum volume, at least in FreeBSD 4.x.

Also correct.

> It seems to me that this is kind of chicken-and-egg problem - if the
> support for vinum volumes is implemented as a module (vinum.ko),
> then you need to load this module before you can access the logical
> volume.  Hence, vinum.ko itself can't be on a vinum volume :-)

In fact, there are tricks to work around this.  I had the root file
system on a Vinum volume nearly three years ago, but there were
objections to the tricks I was using.  I'm still planning to update
things.  It's not very much work, but I haven't found the time yet.

Greg
--
See complete headers for address and phone numbers

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



Re: JDK for freeBSD ...

2002-11-12 Thread Nathan Kinkade
On Wed, Nov 13, 2002 at 02:19:10AM +, Richman Sjarief wrote:
> hi,
> my name is Richman Sjarief from indonesia.
> :)
> 
> i have this problem,
> i don't have any idea about JDK source for freeBSD :(
> since java.sun.com doesn't provide java for FreeBSD
> platform. A lot of people said that i should take the
> linux version but i still can't figure out about
> extracting .bin files in FreeBSD.
> 
> Is it true that java JDK doesn't provide the FreeBSD
> OS version
> 
> i appreciate for your help a lot ... :)
> 
> best regard,
> 
> Richman Sjarief

JDK is in the ports collection at /usr/ports/java/jdk13, also you can
take a look at http://www.eyesbeyond.com/freebsddom/java/jdk13.html.
If you try to build the port, it will tell you to manually fetch the
appropriate files from suns web site and it will also direct you to the
above site to download the FreeBSD patches.  I know nothing about Java
or JDK, except that I had to install these things for the OpenOffice
build.

Nathan

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



talk

2002-11-12 Thread Noah Garrett Wallach


talk does not appear to be working on my machine

mesg = y

but still I am not even able to talk to myself.

what can I do here?



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



Re: JDK for freeBSD ...

2002-11-12 Thread John Bleichert
On Wed, 13 Nov 2002, Richman Sjarief wrote:

> Date: Wed, 13 Nov 2002 02:19:10 + (GMT)
> From: Richman Sjarief <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: JDK for freeBSD ...
> 
> hi,
> my name is Richman Sjarief from indonesia.
> :)
> 
> i have this problem,
> i don't have any idea about JDK source for freeBSD :(
> since java.sun.com doesn't provide java for FreeBSD
> platform. A lot of people said that i should take the
> linux version but i still can't figure out about
> extracting .bin files in FreeBSD.
> 
> Is it true that java JDK doesn't provide the FreeBSD
> OS version
> 

Install the JDK via the ports collection. There are several versions of 
the jdk available. It's a labor-intensive install, with some manual 
downloading from Sun's site, but if you follow the instructions, it works 
like a charm.

I have jdk-1.3.1 installed from the ports. For information on working with 
the ports system, hit the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

it's probably available in several languages :)

> i appreciate for your help a lot ... :)
> 
> best regard,
> 
> 
> Richman Sjarief
> 
> 

Good luck - JB

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


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



Re: Installation of FreeBSD using volume manager

2002-11-12 Thread Marco Radzinschi

But it could be a kernel compile option, such as NetBSD's and OpenBSD's
RAIDFrame. I set up a server with NetBSD with the root partition on RAID
the other day - works fine.

Only problem is that I had to have the kernel in a non-RAID partition.  In
the case of vinum, I suppose one would have to have the kernel and
modules on a non-RAID partition.

That is, assumming Mr. Lehey add support for this. :-)

Marco Radzinschi

E-Mail: [EMAIL PROTECTED]

"Whoever fights monsters should see to it that in the process he does not
become a monster. And when you look long into an abyss, the abyss also
looks into you." -- Friedrich Nietzsche (Beyond Good and Evil)

On Tue, 12 Nov 2002, Toomas Aas wrote:

> Hi!
>
> > I would like to ask you if is possible, and after which version,
> > install FreeBSD using virtual disks (like Veritas Volume Manager or VINUM).
> > Is this possible?
>
> It seems that Greg Lehey hasn't got the time to read lists right now,
> so I'll just chime in and say that TTBOMK it is not possible to have
> root partition on vinum volume, at least in FreeBSD 4.x.
>
> It seems to me that this is kind of chicken-and-egg problem - if the
> support for vinum volumes is implemented as a module (vinum.ko), then
> you need to load this module before you can access the logical volume.
> Hence, vinum.ko itself can't be on a vinum volume :-)
> --
> Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
> * ASCII stupid question, get a stupid ANSI!
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



Earthlink PPP Setup (Compression, negotiation problems)

2002-11-12 Thread Galen Sampson
Hello all,

I recently purchased an external modem.  It is a Best Data V.92 external modem.
 My ISP is earthlink.  I dissable compression through the modem init string
giberish appears inside the interactive ppp session (I assume it is expecting
some sort of software compression?).  I can connect with user PPP if I enable
modem hardware compression (the modem negotiates v44.bis).  When I connect with
compression I start getting large numbers of HDLC errors and I can hardly send
or recieve any traffic.  If I connect the modem in question to a WinXP machine
all is well.  Could someone with some experience in these matters help me sort
this out?

CC me.  I am not on -questions mailling list.

thanks in advance,
Galen Sampson

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

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



Re: X Remotely on a Win2k Box

2002-11-12 Thread paul beard
Brian McCann wrote:

	Hi all...I tried searching through the archives to find some
help...but there was WAY to much returned.  So...here's my question.  I
need to be able to open an X session (complete with KDE and all) from a
Win2k Box.  I've got Xmanager for Win2k, and I can connect and get an
xterm session via ssh, but when I type startx, it starts up X on the
console.  I would have thought it would have grabbed the name/number of
the display I was currently logged into to send the output to.  Anyone
know how I can do this, or a good site with a how-to?


what's your $DISPLAY value set to? If it's :0.0, you need to set 
it to be the host you're connecting from. try:

export DISPLAY=:0.0

where  is where your ssh connection originates.






--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ 

Miksch's Law:
	If a string has one end, then it has another end.


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


JDK for freeBSD ...

2002-11-12 Thread Richman Sjarief
hi,
my name is Richman Sjarief from indonesia.
:)

i have this problem,
i don't have any idea about JDK source for freeBSD :(
since java.sun.com doesn't provide java for FreeBSD
platform. A lot of people said that i should take the
linux version but i still can't figure out about
extracting .bin files in FreeBSD.

Is it true that java JDK doesn't provide the FreeBSD
OS version

i appreciate for your help a lot ... :)

best regard,


Richman Sjarief



__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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



RE: miniBSD buids and runs ok on Advantek WEB 2143 box

2002-11-12 Thread Murray Taylor
Australian $647.00
plus a PSU  

-Original Message-
From: Scott Ullrich [mailto:sullrich@;CRE8.COM] 
Sent: Wednesday, November 13, 2002 12:42 PM
To: 'Murray Taylor'
Subject: RE: miniBSD buids and runs ok on Advantek WEB 2143 box


Do you mind me asking how much those little boogers go for?

Those are nice!

Thanks in advance.

-scott

-Original Message-
From: Murray Taylor [mailto:murraytaylor@;bytecraftsystems.com]
Sent: Tuesday, November 12, 2002 8:16 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: miniBSD buids and runs ok on Advantek WEB 2143 box


Manuel,

As the subject says, we built miniBSD following your scripts etc
to make a ipf firewall box. We will be also using the same platform
as a ipf / ppp dialer for our remote sites. (freeing up some desktops
that are currently being used ;-)  )

http://www.advantech.com.tw/eplatforms/web2143.asp


Thanks for the guiding efforts!

Murray Taylor
Special Projects Engineer

-
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



This Email has been scanned for Viruses by MailMarshal
an automated gateway email virus scanner.



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


This Email has been scanned for Viruses by MailMarshal
an automated gateway email virus scanner.





This Email has been scanned for Viruses by MailMarshal
an automated gateway email virus scanner.



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



miniBSD buids and runs ok on Advantech WEB 2143 box

2002-11-12 Thread Murray Taylor
[message resent]
Manuel,

As the subject says, we built miniBSD following your scripts etc
to make a ipf firewall box. We will be also using the same platform
as a ipf / ppp dialer for our remote sites. (freeing up some desktops
that are currently being used ;-)  )

http://www.advantech.com.tw/eplatforms/web2143.asp


Thanks for the guiding efforts!

Murray Taylor
Special Projects Engineer

-
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com




This Email has been scanned for Viruses by MailMarshal
an automated gateway email virus scanner.



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



Re: fcntl(xx, F_SETLK64, zz) ??

2002-11-12 Thread Dan Nelson
In the last episode (Nov 12), Darlene Choontanom X45478 BSYS said:
> Background:  I'm running FreeBSD 4.4 on a file server we set up
> earlier this year in the hopes of relieving some of the load from our
> Solaris server.  Currently we have mostly Sun clients, and a few
> Redhat clients.
> 
> Problem:  one of the big CAD applications we run hangs if a) it is
> in- stalled on the FreeBSD server, or b) if any of the user accounts
> that call it is located on the FreeBSD machine.
> 
> After banging our heads into various different walls over a couple of
> months, we narrowed it down to the fact that this application makes a
> lot of (unnecessary?) NFS file locking calls.
> 
> >From Sun clients, it hangs on the call:
> 
> fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...)
> 
> >From Redhat clients, it hangs on the call:
> 
> fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES 
>(Permission denied)
> 
> We did talk to the CAD vendor about this, and they swear they've removed
> all NFS file locking.  However, there seem to be a few that they've missed.
> Is this/are these options/commands supported anywhere under FreeBSD, and if
> not, could it?

Try enabling the locking daemons on the server by adding these lines to
rc.conf and rebooting.  Note that on FreeBSD 4.* this only provides
server-side locking (if the machine tries to lock a remote NFS file it
will always succeed immediately), but that seems to be all you need
anyway.

rpc_lockd_enable="YES"
rpc_statd_enable="YES"

You can test to see if this will fix your proglem without rebooting by
running rpc.statd and rpc.lockd, then running your CAD program again.


-- 
Dan Nelson
[EMAIL PROTECTED]

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



Problems with GNUstep apps on FreeBSD?

2002-11-12 Thread Jonathon McKitrick

Hi all,

I am really stumped by this problem.  I'm trying out GNUstep apps under
FreeBSD 4.7 with XFree86 3.x and the XFree86 4.2 libraries.  I've tried
Fluxbox and Windowmaker (latest ports).

Most, if not all of the GNUstep app windows and menus are unruly.  In
GNUmail, the app menu won't go away.  It stays on top of everything, and
will not close, shade, or go below another window.  This is the case with
every app menu of GNUstep applications.

The other apps are even worse.  Gomoku only shows a tiny, distorted window
in the middle of my screen, which looks like a window and titlebar shrunk
down to about one character wide.  It will not resize.

Does anyone have any ideas?  I don't have the first clue what could be
wrong, since I've seen the same problem under 2 windowmanagers that are so
different, and WindowMaker is supposed to be GNUstep compliant.

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.

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



X Remotely on a Win2k Box

2002-11-12 Thread Brian McCann
Hi all...I tried searching through the archives to find some
help...but there was WAY to much returned.  So...here's my question.  I
need to be able to open an X session (complete with KDE and all) from a
Win2k Box.  I've got Xmanager for Win2k, and I can connect and get an
xterm session via ssh, but when I type startx, it starts up X on the
console.  I would have thought it would have grabbed the name/number of
the display I was currently logged into to send the output to.  Anyone
know how I can do this, or a good site with a how-to?

Thanks,
--Brian


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



Re: advice on fine tuning diskless boot

2002-11-12 Thread Nathan Kinkade
On Wed, Nov 13, 2002 at 12:17:28AM +, Joao Pedras wrote:
> 
> Hello all!
> 
> Two small issues...
> 
> 1) After sucessfully configuring a set of systems which come up diskless (thank
> you for the fine documentation), these still try to mount root from /dev/ad0s1a:
> 
> ..
> ..
> Adjusted interface xl0
> Mounting root from ufs:/dev/ad0s1a
> no such device 'ad'
> setrootbyname failed
> ffs_mountroot: can't find rootvp
> Root mount failed: 6
> Mounting root from nfs:
> NFS ROOT: 192.168.200.3:/diskless_root
> NFS SWAP: 192.168.200.3:/diskless_swap
> ..
> ..
> 
> After this the system comes up fine.
> 
> The kernel is compiled without ata and friends. Should a kernel option like
> ROOTDEVNAME be used ?
> 
> I checked the 'loader' and 'pxeboot' documentation, the mailing lists and it is
> not obvious how to "fix" this.
> 
> 2. do you see any inconvenient in totally removing all UFS options from the
> kernel ? These systems have no hard drives...
> 
> That's all for now. Thank you for time.
> 
> Joao

I am not an expert on this, but a few weeks ago I had a diskless system
up and running.  I removed all traces of UFS and ATA support from the
kernel and it seemed to work fine.  I removed all of the following
options, as well as any ATA devices:
options FFS 
options FFS_ROOT 
options SOFTUPDATES 
options UFS_DIRHASH

Good luck,
Nathan





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



Re: Java and mysql and tomcat

2002-11-12 Thread Beech Rintoul
On Tuesday 12 November 2002 03:23 pm, Jon Reynolds wrote:
> I am attempting to find and use a webcalendar and have found one I would
> like to use at sourceforge it says the requirements are this:
>
> Java2Platform SE
> Tomcat
> Mysql
> MM.Mysql
>
> My questions are these, do I need tomcat if I already have apache
> installed? And what is MM.Mysql and is it needed? The description for it
> is a JDBC driver to make the connection between java servlets and the
> MySQL database. Is there a port in FreeBSD for this?
>
> Or does somebody else have a better solution to making a webcalendar
> that sits on a site that can be easily updated.
>
> Any help much appreciated,
>
> Jon

I, would suggest one that uses php4 and mysql or postgresql. I have run across 
several during my travels for php scripts.

Beech
-- 
---
Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -













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



Java and mysql and tomcat

2002-11-12 Thread Jon Reynolds
I am attempting to find and use a webcalendar and have found one I would
like to use at sourceforge it says the requirements are this:

Java2Platform SE
Tomcat
Mysql
MM.Mysql

My questions are these, do I need tomcat if I already have apache
installed? And what is MM.Mysql and is it needed? The description for it
is a JDBC driver to make the connection between java servlets and the
MySQL database. Is there a port in FreeBSD for this?

Or does somebody else have a better solution to making a webcalendar
that sits on a site that can be easily updated.

Any help much appreciated,

Jon




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



Re: fcntl(xx, F_SETLK64, zz) ??

2002-11-12 Thread Drew Tomlinson
- Original Message -
From: "Darlene Choontanom X45478 BSYS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 4:16 PM
Subject: fcntl(xx, F_SETLK64, zz) ??


> Apologies in advance if this is the wrong group to ask...
>
> Background:  I'm running FreeBSD 4.4 on a file server we set up
earlier
> this year in the hopes of relieving some of the load from our Solaris
> server.  Currently we have mostly Sun clients, and a few Redhat
clients.
>
> Problem:  one of the big CAD applications we run hangs if a) it is in-
> stalled on the FreeBSD server, or b) if any of the user accounts that
> call it is located on the FreeBSD machine.

I don't know if you've looked at this already but it may help:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nfs.html

See section 19.5.5 specifically.

Good Luck,

Drew

> After banging our heads into various different walls over a couple of
> months, we narrowed it down to the fact that this application makes
> a lot of (unnecessary?) NFS file locking calls.
>
> >From Sun clients, it hangs on the call:
>
> fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...)
>
> >From Redhat clients, it hangs on the call:
>
> fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0})
= -1 EACCES (Permission denied)
>
> We did talk to the CAD vendor about this, and they swear they've
removed
> all NFS file locking.  However, there seem to be a few that they've
missed.
> Is this/are these options/commands supported anywhere under FreeBSD,
and if
> not, could it?
>
> Thanks--
> Darlene
>
> ---
> [EMAIL PROTECTED]Raytheon Company
> Cogito ergo disclaim.
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
>


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



advice on fine tuning diskless boot

2002-11-12 Thread Joao Pedras

Hello all!

Two small issues...

1) After sucessfully configuring a set of systems which come up diskless (thank
you for the fine documentation), these still try to mount root from /dev/ad0s1a:

.
.
Adjusted interface xl0
Mounting root from ufs:/dev/ad0s1a
no such device 'ad'
setrootbyname failed
ffs_mountroot: can't find rootvp
Root mount failed: 6
Mounting root from nfs:
NFS ROOT: 192.168.200.3:/diskless_root
NFS SWAP: 192.168.200.3:/diskless_swap
.
.

After this the system comes up fine.

The kernel is compiled without ata and friends. Should a kernel option like
ROOTDEVNAME be used ?

I checked the 'loader' and 'pxeboot' documentation, the mailing lists and it is
not obvious how to "fix" this.

2. do you see any inconvenient in totally removing all UFS options from the
kernel ? These systems have no hard drives...

That's all for now. Thank you for time.

Joao

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



fcntl(xx, F_SETLK64, zz) ??

2002-11-12 Thread Darlene Choontanom X45478 BSYS
Apologies in advance if this is the wrong group to ask...

Background:  I'm running FreeBSD 4.4 on a file server we set up earlier
this year in the hopes of relieving some of the load from our Solaris
server.  Currently we have mostly Sun clients, and a few Redhat clients.

Problem:  one of the big CAD applications we run hangs if a) it is in-
stalled on the FreeBSD server, or b) if any of the user accounts that
call it is located on the FreeBSD machine.

After banging our heads into various different walls over a couple of
months, we narrowed it down to the fact that this application makes
a lot of (unnecessary?) NFS file locking calls. 

>From Sun clients, it hangs on the call:

fcntl(6, F_SETLK64, 0xFFBEA3A8) (sleeping...)

>From Redhat clients, it hangs on the call:

fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 EACCES 
(Permission denied)

We did talk to the CAD vendor about this, and they swear they've removed
all NFS file locking.  However, there seem to be a few that they've missed.
Is this/are these options/commands supported anywhere under FreeBSD, and if
not, could it?

Thanks--
Darlene

---
[EMAIL PROTECTED] Raytheon Company
Cogito ergo disclaim.

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



OpenSSH and password expiry

2002-11-12 Thread Zak Johnson
[Please CC me on replies, as I am not subscribed to this list.]

I want to force new users to change their passwords immediately upon
first login.  I set the "change" field in master.passwd to 1 (via pw
useradd ... -p 1).  Logging in via login(1) works as expected---the user
is prompted to change the password and then logs in as usual.  However,
my users only connect via ssh, which instead yields the following logs:

  PAM rejected by account configuration[12]: Authentication token is no longer valid; 
new one required.
  Failed password for testuser from 127.0.0.1 port 3367 ssh2

The user sees:

  $ ssh testuser@localhost
  testuser@localhost's password:
  Connection to localhost closed by remote host.
  Connection to localhost closed.

What have I done wrong?

-Zak

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



OpenSSL Problems Building Webmin Port

2002-11-12 Thread Drew Tomlinson
I just installed 4.7-RELEASE on a ev56 Alpha platform via bootdisks and
FTP.  The install went without a hitch.  Next I downloaded the
4.7-RELEASE-p1 sources, and built a custom kernel.  Again no problems.

I have done a fresh cvsup of my ports tree as of today, 11/12/02.
However when attempting to install webmin via portupgrade, I get the
following error:

===>Verifying reinstall for
/usr/local/lib/perl5/site_perl/5.005/alpha-freebsd/Net/SSLeay.pm in
/usr/ports/security/p5-Net-SSLeay
===>  Extracting for p5-Net-SSLeay-1.17
>> Checksum OK for Net_SSLeay.pm-1.17.tar.gz.
===>  Patching for p5-Net-SSLeay-1.17
===>  Configuring for p5-Net-SSLeay-1.17
Checking for OpenSSL-0.9.6d or newer...
You have OpenSSL-0.9.6g installed in /usr
*** Could not figure out which C compiler was used to compile
/usr/bin/openssl. It is essentiall that OpenSSL, perl, and Net::SSLeay
are compiled with the same compiler and flags. Mixing and matching
compilers is not supported. at ./Makefile.PL line 132.
Checking if your kit is complete...
Looks good
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
===>  Building for p5-Net-SSLeay-1.17
Makefile out-of-date with respect to
/usr/libdata/perl/5.00503/mach/Config.pm
/usr/libdata/perl/5.00503/mach/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl5.00503 "-I/usr/libdata/perl/5.00503/mach"
"-I/usr/libdata/perl/5.00503" Makefile.PL "CC=cc"
"CCFLAGS=-O -pipe -mcpu=ev56" "PREFIX=/usr/local"
"INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib"
Checking for OpenSSL-0.9.6d or newer...
I could not find your OpenSSL in `CC=cc'
Please provide OpenSSL-0.9.6d installation directory (get from
 http://www.openssl.org/ if you don't have it; please note that
 SSLeay is no longer supported, see README) (C-c to abort):

*** END OF OUTPUT ***

and there it sits, waiting for me to tell it where OpenSSL lives.  I
have check my system and found /usr/bin/openssl.  It appears I have it
installed:

zombie# /usr/bin/openssl version
OpenSSL 0.9.6g 9 Aug 2002

However, passing either '/usr/bin' or '/usr/bin/openssl' doesn't satisfy
the request.  I've searched the web but found only one small thread that
didn't have a resolution.  So far, other ports build fine.  Any ideas?

Thanks,

Drew


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



Re: Load averages exceed 1 - but all seems well!

2002-11-12 Thread Brian Astill
On Mon, 11 Nov 2002 12:35 pm, you wrote:

> Let me guess - you have an AMD processor on a KX133 / KT133 motherboard.

Not a bad guess 1.1G Athlon ABit KT7A mobo using the VIA KT133 chip.

> This is normal for FVCool - it sits in an idle loop (basically just getting
> the CPU to spin it's wheels, but not do anything) to work around a broken
> chipset implementation.  It sits in the lowest priority that it can, and
> issues a "HLT" command to stop the processor if there is nothing for it to
> do.

> As a comparison - I'm not doing anything funky and here is my top output
> last pid: 47682;  load averages:  1.10,  2.41,  2.80up 0+01:01:22
> 12:31:32
> 65 processes:  3 running, 62 sleeping
> CPU states:  4.3% user, 92.2% nice,  2.7% system,  0.8% interrupt,  0.0%
> idle Mem: 122M Active, 282M Inact, 61M Wired, 3040K Cache, 60M Buf, 31M
> Free Swap: 512M Total, 512M Free

>   PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
>   399 root  97  20   864K   444K RUN 21:16 88.48% 88.48% fvcool

> Hope that sheds some light on it - there is some more info in
> /usr/local/share/doc/fvcool that will tell you exactly whats going on.

> Incidentally, you can get the same functionality out of hacking a kernel
> file, but I cannot find the correct location to make the change they
> provide in one of the readme files.  Since I'm not a kernel hacker, I would
> rather have the fvcool solution :)

Thanks.  Me too!  Glad there is nothing amiss.  Odd that fvcool works well in 
console and X/Windowmaker environments, but fails miserably in KDE.  Oh well, 
all the Kapps I want will run in Windowmaker, anyway - and I like WM's 
simplicity :-)

-- 
Regards,
Brian



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



RE: Routing trouble... slow FTP

2002-11-12 Thread Marc Schneiders
On Wed, 13 Nov 2002, at 10:08 [=GMT+1100], Richardson, Martin wrote:

> OK. this is from memory, so please excuse any inconsistencies (I am at not
> near my FreeBSD box)

> search netspace.net.au
> nameserver 203.x.x.1
> nameserver 203.x.x.1
>
> I had a look at this and changed netspace.net.au to martin.org (the machine
> is tux2.martin.org)
>
> This didn't work :0(

No, it shouldn't. But I would kill the whole line.

Try

nameserver 127.0.0.1

This makes only sense if you rund Named.

> Cheers, Martin
>
> > One wonders what there is in your /etc/resolv.conf
> >
> > > What would be the best way to fix this? use PPP's
> > firewalling, or IPFW? or
> > > is there a better way?
> > > TIA, Martin
> > >
> > >
> >
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



RE: Routing trouble... slow FTP

2002-11-12 Thread Richardson, Martin
OK. this is from memory, so please excuse any inconsistencies (I am at not
near my FreeBSD box)

search netspace.net.au
nameserver 203.x.x.1
nameserver 203.x.x.1

I had a look at this and changed netspace.net.au to martin.org (the machine
is tux2.martin.org)

This didn't work :0(

Cheers, Martin

> One wonders what there is in your /etc/resolv.conf
> 
> > What would be the best way to fix this? use PPP's 
> firewalling, or IPFW? or
> > is there a better way?
> > TIA, Martin
> >
> >
> 


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



Re: Routing trouble... slow FTP

2002-11-12 Thread Marc Schneiders
On Wed, 13 Nov 2002, at 09:51 [=GMT+1100], Richardson, Martin wrote:

> I have a dial on demand server running FreeBSD 4.7. This also has wu-ftpd
> running as well. I have noticed that whe trying to FTP to the box, it takes
> a long time to connect (I usually have the modem switched off, but will dial
> if I have left it on while trying to FTP into the box). I have noticed also
> that Sendmail has trouble sending local mail (daily reports etc). These
> problems dissappear when a the ppp link is up, or I have killed the ppp
> process. I suspect these problems might be due to the routing table entries
> made by ppp (add default HISADDR). netstat -r takes forever, unless the link
> is up. When I do a "tcpdump -i tun0" I get 192.168.x.x traffic going to my
> ISP's DNS servers.

One wonders what there is in your /etc/resolv.conf

> What would be the best way to fix this? use PPP's firewalling, or IPFW? or
> is there a better way?
> TIA, Martin
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



Re: Can you help me?

2002-11-12 Thread Victor R. Cardona
On Tue, Nov 12, 2002 at 10:11:30PM -0500, Patrick.J.Beck wrote:
> 
> Hi;
> 
> My name is Patrick and am runing SuSe Linux 8.1 at the moment.
> But I would like to Upgrad to FreeBSD.
> Can this be done over the Web?

You can download and burn the ISOs for FreeBSD. Another option is to
do a FTP install. Bear in mind though that FreeBSD is not Linux. You
will be installing a new operating system--not upgrading your existing
one.

Victor


msg08630/pgp0.pgp
Description: PGP signature


Routing trouble... slow FTP

2002-11-12 Thread Richardson, Martin
Hi,
I have a dial on demand server running FreeBSD 4.7. This also has wu-ftpd
running as well. I have noticed that whe trying to FTP to the box, it takes
a long time to connect (I usually have the modem switched off, but will dial
if I have left it on while trying to FTP into the box). I have noticed also
that Sendmail has trouble sending local mail (daily reports etc). These
problems dissappear when a the ppp link is up, or I have killed the ppp
process. I suspect these problems might be due to the routing table entries
made by ppp (add default HISADDR). netstat -r takes forever, unless the link
is up. When I do a "tcpdump -i tun0" I get 192.168.x.x traffic going to my
ISP's DNS servers. 
What would be the best way to fix this? use PPP's firewalling, or IPFW? or
is there a better way?
TIA, Martin



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



Get Your IE Toolbar!

2002-11-12 Thread Get your IE Toolbar
Make your customers and visitors always have the link to your site on
their Explorer toolbar. 

Custom Toolbars increase your ability to market your site anywhere within
millions of Internet browsers and takes only seconds to install. 

Custom IE Toolbar with unlimited menu items - 200$US! 
Advanced IE Toolbar with Update Module - 400$US!  
Unlimited IE Toolbar features with the plain rate of 20$US p/h for
programming! 
http://www.besttoolbars.net 

You may distribute your Toolbar to your Web site visitors, employees, etc.
This provides quick access to your Web site and other useful links you
find appropriate for those who would download your Toolbar.

If you're a business owner, use your company custom IE Toolbar to make
your team share common Web resources.

If you're working on several computers (home, office, etc.) you can have
an IE Toolbar that will store all your "favorites" on the server. That
means, that you will never ever have to update your favorite links again
and again on all your computers - you can do it just once!

Features:

- One-click access to your website and pages through an always-present
browser toolbar 
- Personal Buttons, Dynamic Buttons and Menus Items to IE Toolbar 
- Customizable search features/ Integrated Search Engines 
- Live News Feeds  
- Custom Icons and Superb Branding  
- Instant Messaging Broadcasting to Users 
- Instantly deploy new web products remotely on customer's desktops and
make them immediately usable.  
- Targeted and Non-Targeted Marketing  
- and much much more... 

Order online at http://www.besttoolbars.net 
Please feel free to contact me [EMAIL PROTECTED]

Your e-mail was taken from a public place. There is no need to unsubscribe
as it's one time mailing.

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



Re: Upgrading from 4.6-RELEASE to 4.7-STABLE

2002-11-12 Thread Lowell Gilbert
Jeffrey Lyon <[EMAIL PROTECTED]> writes:

> While trying to upgrade from 4.6-RELEASE to 4.7-STABLE I get the following
> error (during make world):
> 
> ===> etc/sendmail
> rm -f freebsd.cf
> (cd /usr/src/etc/sendmail &&
>  m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/
> /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) >
> freebsd.cf
> chmod 444 freebsd.cf
> make: no target to make.
> "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m
> /usr/src/share/mk  CPUTYPE=dummy -V CPUTYPE" returned non-zero status
> Checking to see if your booted kernel is fresh enough..
> /usr/obj/usr/src/bin/sh/sh -c  'echo "Testing installed kernel for new
> sigaction(2) syscall"'
> Bad system call - core dumped
> *** Error code 140

Looks like a mismatch between the system and the sources being
handled.  That shouldn't be a problem for buildworld, though: 
what command were you executing, exactly?

> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> Here is my current uname: 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #0
> 
> and my supfile:
> 
> *default tag=RELENG_4_7
> *default host=cvsup16.FreeBSD.org
> *default prefix=/usr
> *default base=/usr
> *default release=cvs tag=.

earlier, you said tag=RELENG_4_7, now you're saying tag=.  
So I think you ended up downloading -CURRENT sources, 
not at all what you wanted.  

> *default delete use-rel-suffix
> 
> src-all
> 
> My intent was to go:
> 
> make buildworld
> make installworld
> /usr/sbin/config KERNEL
> cd ../../compile/KERNEL
> make depend
> make
> make install
> reboot
> 
> Am I going about this in the wrong way? Any guidance?

Well, the recommended upgrade procedure would be to use buildkernel
and installkernel, then reboot under the new kernel before doing the
installworld.  Plus running mergemaster.

Good luck.

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



Re: XFree86 can't allocate colors on 4.7-RELEASE

2002-11-12 Thread Miguel Mendez
On Tue, 12 Nov 2002 13:23:10 -0800 (PST)
Archie Cobbs <[EMAIL PROTECTED]> wrote:

> I recently upgraded an IBM A20m laptop to 4.7-RELEASE and it appears
> that the new version of the X server is broken.

No, it isn't, the problem is that you're running at 8bit colour depth,
hence, the problems with colour allocation. Change the default colour
depth to 16 or 24, that should fix it. Either by starting X with 'startx
-- -bpp 16' or by editing the config file.

Here's the relevant part of the log...
-
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(==) ATI(0): Depth 8, (==) framebuffer bpp 8
 ^^


Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
NetBSD :: Unix without hype

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



Re: UDMA ICRC error's

2002-11-12 Thread BigBrother (BigB3)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>
>What is the best way to resolve these?
>
> ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759;
cn 55 tn 225 sn 9) retrying
> ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn
45439;
cn 2 tn 211 sn 16) retrying
> ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn
39391;
cn 2 tn 115 sn 16) retrying
> ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn
39391;
cn 2 tn 115 sn 16) retrying
>I've tried bringing the system down to single user mode, umounting the
>filesystems and running fsck but it never finds anything wrong.  Next I'm
>going to switch out the ide cable, and i'm hoping that is the problem as
>I'd
>prefer not to have my drive go out.
>
>What else can I do besides running fsck?  Are there any other utilites to
>check the disk, maybe something from the ports tree?



I would suggest to run badsect (8) so u can mark the sector as bad,
unreadable
and thus u can continue accessing ur drive.


Of course in the badsect you have to put sectors and not fsbn, and I dont
know in your error message how u can find the sector number...(anyone can
help on this?)

perhaps the sectors for example are 144-159 ? But I dont know...

Perhaps u should try to find out the 'fsdb' tool...but it will be a
tricky thing..


Any help is appreciated...


- ---
We are being monitored..but there is a solution...
Use PGP for signing and encrypting emails
Download my public key at http://www.us.pgp.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE90XunGe/V3CxAyHoRArxBAKDIf32vQwNtyN6P20yLeslc/tHokwCgp9bb
BN+Nr6Ezrq5ZDR+5Rgkdaec=
=pf4d
-END PGP SIGNATURE-


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



Re: NVidia - Games

2002-11-12 Thread Ulrich 'Q' Spoerlein
On Tue, 12 Nov 2002 12:18:55 -0500, you wrote:

>One more thing: I always have to copy the openGL libraries into Quake's
>directory
>for some reason.  For NVidia, these will be in /usr/compat/linux/usr/lib
>and are called:
>libGL.so.1.0.3203 and
>libGLcore.so.1.0.3203
>Create symlinks for libGL.so, libGL.so.1, libGLcore.so, and
>libGLcore.so.1

try to run /usr/compat/linux/sbin/ldconfig -m

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



Re: problems installing XFree86-4

2002-11-12 Thread Matthew Seaman
On Tue, Nov 12, 2002 at 12:54:12PM -0800, Ian J Peters-Campbell wrote:
> Unfortunately, the install for X-4 keeps failing, saying that things are
> already defined, etc (I have included a copy of the "make install" output
> for your perusal and edification).  I thought that the problem might just
> be a previously installed X 3, and so tried to deinstall it first, but it
> failed as well.

Make sure you deinstall all of XFree86-3.3.x, particularly including
the imake-3.3.x port before you attempt to install XFree86-4.2.1.  The
3.3.x imake is not suitable for compiling X 4.2.1, but it's sufficient
to fool the port Makefile into trying...

If you're using portupgrade(1), it's as simple as:

pkg_deinstall -r imake-\*
echo "XFREE86_VERSION=4" >> /etc/make.conf
portinstall -N x11/XFree86-4

Nb. that first command will remove *every* port/pkg that uses X:
you'ld want to re-install them anyhow after upgrading.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

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



XFree86 can't allocate colors on 4.7-RELEASE

2002-11-12 Thread Archie Cobbs
I recently upgraded an IBM A20m laptop to 4.7-RELEASE and it appears
that the new version of the X server is broken.

The problem is that applications can no longer allocate colors... e.g.:

Fvwm-95: in function GetColor: <> can't allocate color #808080
*FvwmTaskBar: cannot open console
xsetroot:  unable to allocate color for "turquoise4"
xearth 1.1: fatal - unable to allocate enough colors
*FvwmTaskBar: can't alloc LightYellow
*FvwmTaskBar: can't alloc LightYellow
*FvwmTaskBar: can't alloc LightYellow
...

My XF86Config (mostly auto-generated) and a sample /var/log/XFree86.0.log
are attached.

Thanks for any ideas...

-Archie

P.S. please CC: me on any responses

__
Archie Cobbs * Packet Design * http://www.packetdesign.com


XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 5.0-CURRENT i386 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Nov 11 23:18:56 2002
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/TrueType/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 104c,ac1b card , rev 03 class 06,07,00 hdr 82
(II) PCI: 00:02:1: chip 104c,ac1b card , rev 03 class 06,07,00 hdr 82
(II) PCI: 00:03:0: chip 8086,1229 card 8086,2408 rev 09 class 02,00,00 hdr 80
(II) PCI: 00:03:1: chip 115d,000c card 8086,2408 rev 00 class 07,00,02 hdr 80
(II) PCI: 00:05:0: chip 1013,6003 card 1014,0153 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,80,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 03 class 06,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c4d card 1014,0154 rev 64 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x8c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0x2000 - 0x20ff (0x100) IX[B]
[1] -1  0x2400 - 0x24f

Re: mailing list software

2002-11-12 Thread Rob Ellis
> > 
> > >But does a list subscriber need to find/remember and use his list password
> > >to unsubscribe?
> > >
> > >That stupid requirement pretty much kills mailman for the non-geek,
> > >mass-market crowd.
> > >

this is pretty easily changed in mailman.
a patch for passwordless unsubscribes in mailman 2.0.13 follows below...

- rob


--- Mailman/MailCommandHandler.py.orig  2002-11-12 15:36:21.140003000 -0500
+++ Mailman/MailCommandHandler.py   2002-11-12 16:02:36.610014000 -0500
@@ -511,8 +511,8 @@
 
 def ProcessUnsubscribeCmd(self, args, cmd, mail):
if not len(args):
-   self.AddError("Usage: unsubscribe  []")
-   return
+   # allow unsubscribe with no password
+   pass
if len(args) > 2:
self.AddError("Usage: unsubscribe  []\n"
   "To unsubscribe from a particular list, "

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



Re: ximian evolution 1.2 - contacts

2002-11-12 Thread David Schmidt
On Tuesday 12 November 2002 20:56, Joe Marcus Clarke wrote:

> Are you seeing any messages on your console or in your
> ~/.xsession-errors or ~/.gnomerc-errors?  Have you tried logging out of
> X, and doing:
>
> # oaf-slay
> # killall -m gconfd
> # killall esd

There are no messages on the console nor in the error files.
Also, logging out of X and typing those commands didn't help.

> And then restarting Evo?  My Contacts tab is working just fine in
> 1.2.0.  Admittedly, I had problems with this upgrade, and I ended up
> removing my old preferences, and recreating things.

Even under a new account the contacts page doesn't appear.
I have no further idea.

Regads,
  David

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



Re: Evolution-1.2 vs pgp encryption

2002-11-12 Thread Stacey Roberts
Hello Marcus,
For reference, I've included  FreeBSD-Questions for this reply, if
only to alert others to the status of this issue.

On Tue, 2002-11-12 at 19:49, Joe Marcus Clarke wrote:

> > 
> > I followed the instruction included in the link sent by Joe Marcus
> > Clarke:
> > http://developer.ximian.com/projects/evolution/release_notes/1.2.html
> > 
> > Then restarted Evolution, which appeared to load okay. However I
> > attempted to test sending mail, and found that I am no longer able to
> > send email with "PGP Sign" enabled. I get the error: "Failed to execute
> > gpg". I have always had pgp-6.5.8 insatalled *and* working with
> > Evolution-1.0.8, is pgp-6.5.8 support now broken for the new version?
> > 
> > I looked everywhere for what used to be the field to include the pgp
> > binary (as it was in Evolution-1.08, which I had until earlier today),
> > but can't locate it. Evolution help only points me to where I include my
> > key under the security tab, but nothing else.
> > 
> > I tried searching through all available fields under "Mail Settings",
> > but could not find a setting switch with which I could configure pgp for
> > Evolution.
> > 
> > Is there a new how-to for this in the new version somewhere that I
> > missed?
> 
> That's a good question.  I use gnupg, so I didn't notice a problem. 
> This looks like a bug in Evo to me.  As a workaround, you might try
> digging through the code to see if it's a hardcoded value.  I would also
> ask this question on one of the Evo support lists.
> 
> Joe

I've mailed [EMAIL PROTECTED] concerning this issue, as well as
submitted a Bug Report to Ximian using their bugzilla engine. The Bug
Report ID: 33789

Cheers Joe.

Stacey
> 
> > 
> > Thanks.
> > 
> > Stacey
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



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



●GoToMyDVD.11月與美國同步新片已到貨●

2002-11-12 Thread dvdvdvvdvdvd
¹ï¤£°_¥´ÂZ§A¤F³o¬O¤@«Ê¹q¤l³ø¼s§i«H¦p¦³¦³¥´ÂZ¨ì§A³Â·Ð½Ð§R°£ÁÂÁÂ
©Î¬O½Ð¦^«H§i¶D§Úº¸«á¨ú®ø¦¬¨ú

¡´GoToMyDVD.11¤ë»P¬ü°ê¦P¨B·s¤ù¤w¨ì³f¡´
   ¤£­­ºØÃþ  ¶R¤­°e¤@³á   §A¬D6®M§Úºâ§A5®Mªº¿ú³á
   ­qÁʺ¡3000¤¸§K¶l¸ê¹B¶O³á
   ÁÙ¦³«Ü¦h¤£¤Îµn¿ý¸Ô±¡¨Ìºô­¶¸ê®Æ¬°¥D

  
°|½u¤ù±ÀÂË  ¡mÂùÀûDouble Vision VCD¡n  (DVDª©Âà¿ý¶W®£©Æ¦b¥xÆW©çÄá)  $150

«ÕÆF¤H¶¡II °­¨ý¤H¶¡
»jµï«L Spider-Man
¤@¯Å­«¸o High Crimes
IJ¤£¨ìªºÅʤH il mare (§Úªº³¥ÆZ¤k¤Í ¥þª¾½å)
¯«¿Ù¤§¿Ñ±þ Fyailty
¤Ñ¯ß¶Ç©_ The Touch
¸T¤J®a¶é Domestic Disturbance
¨£°­ The Eye  (±ÀÂË)
±j­¢¤J¹Ò-¤Ñ°ó§T Brokedown Palace
¤G¤â¤j¤Ö MR. DEEDS
´cÆF¥j³ù-¥Í¤Æ¦M¾÷ Resident Evil
·¥³t¾Ô³õ-¤H¦×¾Ô³õ Rollerball
¬P»Ú¤½¼Ä¡@jason
ª¯ª¯¾_¡@Scooby-Doo
¶W¯Å¤jÄF¤l Big FAT Liar
³·­X¤k Sticks
§Ú¬O¤@°¦©u­Ô³¾(¹q¼vDTSª© ³¾»P¹Ú­¸¦æ) The Winged Migration
¬P»Ú¤j¾Ô¤G³¡¦±¡G½Æ»s¤H¥þ­±¶i§ðStar Wars: Episode¢±
³·¦a¸Ìªº¾y¼v LE CLASS DE NEIGE (§¢«°¼v®iµû¼f¹Î¯S§O¼ú)
µâ¨§ Ju Dou (®ü¥~¥[ªøª©)  (±iÃÀ¿Ñ¾Éºt)
°­¤ô©Ç½Í¡@Dark Water (8/3°|½u)
·iÀ»¤§¤ýKing of the Ring (¬ü°êºL¨¤¤»³s«a­x¥þ·s¥XÀ»)
¹Ú¤£¸¨«Ò°ê Return to Never Land 
®ÚRoots 1=6 (§ï½s¬ü°ê¸T®Ñ¡mROOTS¡n´¦ÅS¬ü°ê¤H¥þÁà­®¾ú¥v
¶W¤H«e¶Ç Smallville
¦Bªe¥@¬ö Ice Age
±j´Þ¤J«I Impostor 
¤õ¬P´cÆF Ghosts Of Mars
¤T±ø¤H Away With Words
¥½¥@±Ò¥Ü¿ý Salute Jugger
¤Ñ¸Ý¦a·À¤G spidersII
°±¾÷¥|¤Q¤Ñ 40 Days And 40 Nights 
³o­Ó®L¤Ñ¦³²§©Ê Summer Greeze of Love
¿ß²´¯«°½¡@Cat's Eye
§¢¤j«¢Safar e Ghandehar (KANDAHAR)
   (54©¡¹Ç¯Ç°ê»Ú¹q¼v¸`µû¼f¹Î¤j¼ú..2001¥[®³¤j¦h­Û¦h°ê»Ú¹q¼v¸`³Ì¨Î¼v¤ù.)
¬üÄR·s¥@¬ÉII-¤k¤ý¥ô°ÈAsterix & Obelix: Mission Cleopatre 
 (ªk°ê¤j¾ÉºtªüÄx®L¤Úºë¤ß»s§@,¯Ó¸ê5¤d¸U¼Ú¤¸,³Ð¤Uµo°ê¹q¼v¥v¤W³Ì©ù¶Q¬ö¿ý)  
Ãö©ó²ú²ú©Pªº¤@¤ÁAll About Lily Chou-Chou (ÂùºÐª©©¥¤««T¤G·s§@)
µL¥iª§Ä³ Undisputed
Âù­±Å屡 Passion Of Mind
¦nµÜ«Î¦¡µ²§½hollywood ending  (55©¡¹Ç¯Ç¹q¼v¸`¶}¹õ¹q¼v)
®³©R½u¯Á--¼Æ¦r¿Ñ±þ®×murder by number(¬À¨ô¥¬©Ô§J·s§@-¥xÆW©|¥¼¤W¬M)
°l±¡±þ¤â Enough  (¬Ã©g¦ò¬¥¨Ø¯÷·s§@)
¾Ô·XªÅ¶¡panic room  (¯ü¸¦ºÖ´µ¯S·s§@)
Å]粤j«Ò The Scorpion King
±öº¸¦N«k»¹¡X«i¤h­Ì We Were Soldiers(3/22°|½u)
¬ü°ê±þ¤H¨gII american  psycho2(¦³DTS¥xÆW©|¥¼¤W¬M)
¤M¾W¾Ô¤h2 Blade II
Åܽu¤H¥Í(°f¦æ­·¼É) Changing Lanes(9/21°|½u)
¤p°¨¤ý Spirit: Stallion of the Cimarron(7/6°|½u)
Å]©G¤k¤ý queen of the dammed
¦nÀ¸¤W³õ-¥XºÉ¾WÀY Showtime (4/27°|½u)
¨£°­ The Eye (¯S§Oª©DTS­µ®Ä)(8/31°|½u)
±þ¥X­«³ò arachnid(4/20°|½u)
¦B­ì¾úÀI°O ice age
¤jªk®v¢± Exorcist Ii The Heretic (1977) 
¸sÃ~¸t¤kSheena
ªüº¿­}´µ-²ö¥¾¯S¶Ç Amadeus (1984)¶ø´µ¥d¦WµÛ
¤j¼Ä·í«eenemy at the gates³Ì·sÁcÅ骩

¡´DVD9­ì¸Ëª÷ºÐ¶i¤f¥¿¦¡ª©·s¤ù¦p¤U¡G ­­´Á¶R3®M°e1®M³á

MIB¬P»Ú¾Ôĵ¢×¢×
¬P»Ú¤j¾Ô¤G³¡¦±¡G½Æ»s¤H¥þ­±¶i§ðStar Wars: Episode¢±
¡@¡@»jµï«L Spider-Man
¬P»Ú¤½¼Ä¡@jason
¡@¡@°l­·¾Ô¤h¡@Windtalkers
®£ÄߪºÁ`¦X The Sun Of All Fears
¤Ñ¯ß¶Ç©_ The Touch
´cÆF¥j³ù-¥Í¤Æ¦M¾÷ Resident Evil (DTS­µ®Ä¡^
¡@¡@¤ÓªÅº©¹CSPACE  (ÂùºÐª© BBC)
¸T¤J®a¶é Domestic Disturbance
¤K¸}©Ç¡@¡@Elght Leged Freaks
¤G¤â¤j¤Ö MR. DEEDS
¼v¤l¾Ô¤hKAGEMUSHA(?¿A©ú¾Éºt)
Å]§Ù­º³¡¦±(ÂùºÐª©)
¦@¦Pĵ§Ù°Ï -¥Í¦º¿ÒÅÜJSA(7/6°|½u)
¤Ñ¤~¤@±Ú¡@The Royal Tenenbaums (DTS­µ®Ä¡^
°±¾÷¥|¤Q¤Ñ 40 Days And 40 Nights 
°l±¡±þ¤â Enough  (¬Ã©g¦ò¬¥¨Ø¯÷·s§@)
¼Æ¦r¿Ñ±þ®×murder by number(¬À¨ô¥¬©Ô§J·s§@-¥xÆW©|¥¼¤W¬M)
¦nÀ¸¤W³õ-¥XºÉ¾WÀY Showtime (4/27°|½u)
§¢¤j«¢Safar e Ghandehar (KANDAHAR)
   (54©¡¹Ç¯Ç°ê»Ú¹q¼v¸`µû¼f¹Î¤j¼ú..2001¥[®³¤j¦h­Û¦h°ê»Ú¹q¼v¸`³Ì¨Î¼v¤ù.)
Å]¬É­º³¡¦±-Å]¬É²{¥Í (ÂùºÐª©)
±öº¸¦N«k»¹¡X«i¤h­Ì We Were Soldiers(3/22°|½u)
Å]©G¤k¤ý queen of the dammed
¾Ô·XªÅ¶¡panic room(DTS)
¦Bªe¾úÀI°OIce Age(DTS)
¤ò°©®ªµM-Åå¤ß­¹¤H±ÚJeepers Creepers
¤M¾W¾Ô¤h2 Blade II (DTS)
°ª«×§Ù³Æ-¤@¯Å­«¸o high crimes
¤Ñ¸¿¤H The Mothman Prophecies
«¢¯S¾Ôª§ Hart's War 
¯P¤éªø¬õ-²`ÂÅ¥@¬ÉDark Blue World 
ªü¥Ì¥¿¶Ç¡@(ÂùºÐª©)
 
ÁÙ¦³«Ü¦h¤£¤Îµn¿ý½Ð¦Ü...
DVD¼vºÐ¤ù  HTTP://GOTOMYDVD.MOVIESPAGE.COM/
   HTTP://GOTOMYDVD.XXKING.COM/


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



Multiple copies of messages

2002-11-12 Thread Cliff Sarginson
Hello,
For some time now I have been receiving duplicate copies sent to this
list and the other BSD ones I susbcribe to. Somethimes they arrive
together and sometimes the second one somewhat later.
Is anyone else suffering from this ?

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: a question

2002-11-12 Thread John Bleichert
On Tue, 12 Nov 2002, peter andrus wrote:

> Date: Tue, 12 Nov 2002 19:16:15 +
> From: peter andrus <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: a question
> 
> Does the current release of FreeBSD come with the full version of GVIM? 
> Also, does the standard application package come with any sort of a compiler 
> for 3d gaming code? I am thinking of going windows free, but i have lots of 
> questions, answering these would really help me. Thanks peter
> 

You can browse/search the FBSD ports collection for apps at:

http://www.freebsd.org/ports/index.html

I don't see anything about gvim. I'm assuming it's some sort of 
gnome-aware vim?

Also, what do you mean by "compiler for 3d gaming code" - C is C, no? Do  
you mean OpenGL libraries? Try Mesa.

HTH - JB

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


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



Re: In search of the ultimate .muttrc

2002-11-12 Thread Steve Wingate
On Wed, 13 Nov 2002, BSD Freak wrote:

> Hi all,
>
> I have just started recently using mutt and love it. I know there are
> heaps of sites that have sample .muttrc configuration files but I am
> looking for one specifically for use with this listanyone willing to
> share theirs?
>
> -Thanks in advance

http://www.dotfiles.com , just to not answer your question :)


>
> -
> Would you like to receive faxes to your personal email address?
> You can with mBox.  Visit http://www.mbox.com.au/fax
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

+-+
|Steve Wingate  <[EMAIL PROTECTED]>
|MCSE, CCNA Tue Nov 12 11:59:00 PST 2002
+-+
|FreeBSD 4.7-RC
|11:59AM  up 24 days, 12:31, 1 user, load averages: 0.06, 0.06, 0.02
+-+


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



problems installing XFree86-4

2002-11-12 Thread Ian J Peters-Campbell
I am trying to get X up and running on a Dell Latitude C600 running
FreeBSD 4.7 as part of a school project.  I can't seem to get X 3.X to
recognize my video card (an ATI Mobility 3), and the best I can seem to
get is a 300x200 window in the middle of my screen, so I thought I would
install X-4 and hope for the best.

Unfortunately, the install for X-4 keeps failing, saying that things are
already defined, etc (I have included a copy of the "make install" output
for your perusal and edification).  I thought that the problem might just
be a previously installed X 3, and so tried to deinstall it first, but it
failed as well.

Any advice on how to either get the server up and running with 3.x OR on
how to get X-4 properly installed (I suspect it would help) would be
greatly appreciated.  I have been banging my head against this for over a
week, and have had no luck with the newbie list over at XFree86.org.  I
will be more than happy to send any additional information on request.

Gracias

Ian


===>  Extracting for XFree86-4.2.0_1,1
>> No MD5 checksum file.
===>   XFree86-4.2.0_1,1 depends on shared library: Xft.1 - not found
===>Verifying install for Xft.1 in /usr/ports/x11/XFree86-4-libraries
===>  Configuring for XFree86-libraries-4.2.1_3
cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory
cd ./config/imake && make   -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" 
CC="cc"
making imake with BOOTSTRAPCFLAGS= in config/imake
`imake' is up to date.
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto -f 
./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
In file included from config/cf/site.def:58,
 from config/cf/Imake.tmpl:45,
 from Imakefile.c:14:
config/cf/xf86site.def:653: warning: `InstallXdmConfig' redefined
config/cf/host.def:5: warning: this is the location of the previous definition
config/cf/xf86site.def:654: warning: `InstallXinitConfig' redefined
config/cf/host.def:6: warning: this is the location of the previous definition
config/cf/xf86site.def:655: warning: `InstallFSConfig' redefined
config/cf/host.def:7: warning: this is the location of the previous definition
In file included from config/cf/FreeBSD.cf:577,
 from config/cf/Imake.tmpl:94,
 from Imakefile.c:14:
config/cf/xfree86.cf:14: version.def: No such file or directory
In file included from config/cf/site.def:158,
 from config/cf/Imake.tmpl:100,
 from Imakefile.c:14:
config/cf/host.def:5: warning: `InstallXdmConfig' redefined
config/cf/xf86site.def:653: warning: this is the location of the previous definition
config/cf/host.def:6: warning: `InstallXinitConfig' redefined
config/cf/xf86site.def:654: warning: this is the location of the previous definition
config/cf/host.def:7: warning: `InstallFSConfig' redefined
config/cf/xf86site.def:659: warning: this is the location of the previous definition
config/cf/host.def:10: warning: `BuildFontServer' redefined
config/cf/xf86site.def:657: warning: this is the location of the previous definition
./config/imake/imake: Exit code 1.
  Stop.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4.



live filesystem + tape driver

2002-11-12 Thread R. Zoontjens
Hi,

I am trying to find a good disaster recovery procedure.
I dumped all my filesystems to tape.
I booted with the 2nd FreeBSD Live filesystem-CD (4.7), and chose fixit

"restore" is available
"mt" is available
but my tape driver is not! When I boot up normally everything works of
course :)

from dmesg:
ata1-slave:  tape device - NO DRIVER!

This is a TR-5 ATA tape.
What would my next step be? mini-kernel on a floppy? Where to begin?

---
Met vriendelijke groet / with kind regards,

R.J. Zoontjens

__
   / __ \ _/ /_/  _   ___
  / /_/ / __ `/ __  / _ \/ ___/ __ \/ __ `__ \
 / _, _/ /_/ / /_/ /  __/ /__/ /_/ / / / / / /
/_/ |_|\__,_/\__,_/\___/\___/\/_/ /_/ /_/

Dit bericht kan vertrouwelijke informatie bevatten. Indien u niet de
geadresseerde van dit bericht bent, verzoeken wij u dit bericht te
vernietigen zonder van de inhoud kennis te nemen en de inhoud ervan niet te
gebruiken, niet te kopiëren en niet onder derden te verspreiden.

This message may contain information which is privileged or confidential. If
you are not the named addressee of this message please destroy it without
reading, using, copying or disclosing its contents to any other person.





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



Re: Installation of FreeBSD using volume manager

2002-11-12 Thread David Siebörger
At  9:08 PM on Tuesday 12 November 2002, Toomas Aas wrote:
> It seems to me that this is kind of chicken-and-egg problem - if the 
> support for vinum volumes is implemented as a module (vinum.ko), then 
> you need to load this module before you can access the logical volume. 
> Hence, vinum.ko itself can't be on a vinum volume :-)

That's true, but there's an article "Bootstrapping Vinum," which
describes how to make the best of the situation, though.

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/


-- 
David Siebörger
[EMAIL PROTECTED]

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



Re: UDMA ICRC error's

2002-11-12 Thread Dan Nelson
In the last episode (Nov 12), Ed McGough said:
> What is the best way to resolve these?
> > ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759; cn 55 tn 
>225 sn 9) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn 45439; cn 2 tn 
>211 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391; cn 2 tn 
>115 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391; cn 2 tn 
>115 sn 16) retrying
> 
> I've tried bringing the system down to single user mode, umounting
> the filesystems and running fsck but it never finds anything wrong. 
> Next I'm going to switch out the ide cable, and i'm hoping that is
> the problem as I'd prefer not to have my drive go out.
> 
> What else can I do besides running fsck?  Are there any other
> utilites to check the disk, maybe something from the ports tree?

An ICRC error means that the data was corrupted between the drive and
the controller, and usually means cabling problems.

-- 
Dan Nelson
[EMAIL PROTECTED]

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



In search of the ultimate .muttrc

2002-11-12 Thread BSD Freak
Hi all,

I have just started recently using mutt and love it. I know there are
heaps of sites that have sample .muttrc configuration files but I am
looking for one specifically for use with this listanyone willing to
share theirs?

-Thanks in advance



-
Would you like to receive faxes to your personal email address?
You can with mBox.  Visit http://www.mbox.com.au/fax

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



Re: Old versions of FreeBSD

2002-11-12 Thread Kevin D. Kinsey, DaleCo, S.P.
From: "Pam Huntley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 1:24 PM
Subject: Old versions of FreeBSD


> Hi,
>
> I was wondering if it is possible to get a copy of FreeBSD 2.2.8?
I'm
> in a group working on a file systems project for my CSC Operating
> Systems class, we were interested in a variety of file systems, one
of
> which is the Elephant file system, which was implemented as a VFS
in
> FreeBSD 2.2.8.
>
> We're having some trouble getting the source code from the author,
and
> we're pretty sure it's not in FreeBSD 4.7, so I thought I'd check
the
> 2.2.8 packages, to see if it was included there, since that's what
it
> was written for.  I know it's a long shot, but if anyone could help
me
> out, I'd really appreciate it!
>
Not too long a shot.  I think src for that release should be
available via CVS; the tag is RELENG_2_2_8_RELEASE.

An URL for the cvsweb:
http://www.freebsd.org/cgi/cvsweb.cgi/src/?only_with_tag=RELENG_2_2_8
_RELEASE

HTH,

Kevin Kinsey
DaleCo, S.P.


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



Re: Lexmark Z23 USB Printer

2002-11-12 Thread Steve Wingate
On Tue, 12 Nov 2002, Weston M. Price wrote:

> Hello,
>   I am trying to get my FreeBSD 4.7 Stable system working with my Z23 Lexmark
> printer. I enabled support for USB printers in the kernel and was able to
> rebuild and install with no problem. dmesg correctly reports the existence of
> the device. However, I am sort of stuck at this point. I am not really sure
> what I should do next, the handbook does not explicitly reference USB
> printers. If anyone could point me in the right direction I would appreciate
> it. It would be nice to get this working since it is such a cheap printer.
> The alternative would be for me to install the printer on my WindowsXP box
> (really my girlfriends machine) and print across the network.
>
> Regards,
>
> Weston
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

That entire Z-series of Lexmark printers are the printer equivalent of a
Winmodem. They rely on the host OS to do some of the processing; that's
why they are so cheap.
Lexmark does release Linux drivers for them. I have a Z52 working fine on
Linux using gimp-print (without the Lexmark drivers) and I have no idea
whatsoever how to transfer the configuration to FreeBSD. I was only able
to make it work because RH & Mandrake has some gui printer wizards that
make it brainless. If I had known it was a winprinter I wouldn't have bought it; this 
info isn't
documented anywhere on the website.
The Z52 is allegedly the ONLY such winprinter that works reliably with free software 
drivers.
You might try reading up on gimp-print and the CUPS printing system.



+-+
|Steve Wingate  <[EMAIL PROTECTED]>
|MCSE, CCNA Tue Nov 12 11:59:00 PST 2002
+-+
|FreeBSD 4.7-RC
|11:59AM  up 24 days, 12:31, 1 user, load averages: 0.06, 0.06, 0.02
+-+


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



RE: Can you help me?

2002-11-12 Thread KizerSoze
Yes, you can install over ftp.  You'll need to make some bootable floppies
for the install and setup your internet connection with the install.  IF you
have a CD burner though you could download the ISO, burn it, and install
from the CD.

You can find some install questions here.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html

Also, I reccomend you look at the freebsd handbook which has some usefull
information as well here.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

Good luck,

Ed

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of Patrick.J.Beck
Sent: Tuesday, November 12, 2002 9:12 PM
To: [EMAIL PROTECTED]
Subject: Can you help me?



Hi;

My name is Patrick and am runing SuSe Linux 8.1 at the moment.
But I would like to Upgrad to FreeBSD.
Can this be done over the Web?


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


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



Re: Can you help me?

2002-11-12 Thread Kevin D. Kinsey, DaleCo, S.P.
From: "Patrick.J.Beck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 9:11 PM
Subject: Can you help me?


> 
> Hi;
> 
> My name is Patrick and am runing SuSe Linux 8.1 at the moment.
> But I would like to Upgrad to FreeBSD.
> Can this be done over the Web?
> 

FreeBSD can be installed over the web.  You might wish to
clarify why you used the word 'upgrade.'  If you are wanting
to keep your existing hard disk data and partitions, it won't
be quite as easy, but it shouldn't bust your chops either.

To get started with FreeBSD, I'd recommend reading the
Handbook:  www.freebsd.org/handbook/ 

Cheers,

Kevin Kinsey
DaleCo, S.P.


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



Re: Can you help me?

2002-11-12 Thread Kevin D. Kinsey, DaleCo, S.P.

- Original Message - 
From: "Patrick.J.Beck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 9:11 PM
Subject: Can you help me?


> 
> Hi;
> 
> My name is Patrick and am runing SuSe Linux 8.1 at the moment.
> But I would like to Upgrad to FreeBSD.
> Can this be done over the Web?
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


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



Can you help me?

2002-11-12 Thread Patrick.J.Beck

Hi;

My name is Patrick and am runing SuSe Linux 8.1 at the moment.
But I would like to Upgrad to FreeBSD.
Can this be done over the Web?


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



Re: linux unreal tournament 2003 -- any success?

2002-11-12 Thread Steve Wingate
On Tue, 12 Nov 2002, Ryan Sommers wrote:

> Try using brandelf -t Linux
>
> Weston M. Price writes:
>
> > Could someone explain how you got this working. I downloaded the file, did the
> > installation but at the end of the routine I get a
> >
> > ELF Binary Type "0" unknown
> >

That sounds like linux eumulation isn't activated.


+-+
|Steve Wingate  <[EMAIL PROTECTED]>
|MCSE, CCNA Tue Nov 12 11:59:00 PST 2002
+-+
|FreeBSD 4.7-RC
|11:59AM  up 24 days, 12:31, 1 user, load averages: 0.06, 0.06, 0.02
+-+


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



RE: UDMA ICRC error's

2002-11-12 Thread KizerSoze
I already tried that...its a Maxtor drive and the utilites that they have
only run on the Microsoft platform.  The utility is too large to fit on a
bootable ms-dos floppy and that won't work anyways as it says not to run it
in 16 bit dos mode.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of Cliff Sarginson
Sent: Tuesday, November 12, 2002 2:02 PM
To: [EMAIL PROTECTED]
Subject: Re: UDMA ICRC error's


On Tue, Nov 12, 2002 at 01:23:57PM -0600, Ed McGough wrote:
> What is the best way to resolve these?
>
> > ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759;
> cn 55 tn 225 sn 9) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn
45439;
> cn 2 tn 211 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn
39391;
> cn 2 tn 115 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn
39391;
> cn 2 tn 115 sn 16) retrying
>
> What else can I do besides running fsck?  Are there any other utilites to
> check the disk, maybe something from the ports tree?
>
Most (all?) disk manafacturers have free diagnostic programs you can
download from their websites. Take a look 

--
Regards
   Cliff Sarginson
   The Netherlands

[ This mail has been checked as virus-free ]

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


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



Re: UDMA ICRC error's

2002-11-12 Thread Cliff Sarginson
On Tue, Nov 12, 2002 at 01:23:57PM -0600, Ed McGough wrote:
> What is the best way to resolve these?
> 
> > ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759;
> cn 55 tn 225 sn 9) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn 45439;
> cn 2 tn 211 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391;
> cn 2 tn 115 sn 16) retrying
> > ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391;
> cn 2 tn 115 sn 16) retrying
> 
> What else can I do besides running fsck?  Are there any other utilites to
> check the disk, maybe something from the ports tree?
> 
Most (all?) disk manafacturers have free diagnostic programs you can
download from their websites. Take a look 

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: Beep question...

2002-11-12 Thread Gary W. Swearingen
Chris P <[EMAIL PROTECTED]> writes:

> If anyone knows, I'd appreciate the info!  Thanks!

Someone already answered your question as it applies to the PC's case
speaker so I'll show you how I do beeping with the external speaker(s).
The audio/aumix port must be installed and you'll have to locate
some other sound files (eg with "locate \.au").

#!/bin/ksh
## Usage: beep [-cowbell] [_count_]
if [ "$1" = -cowbell ]; then
shift
SOUND=/xxx/share/sounds/old-emacs/cowbell.au
else
SOUND=/xxx/share/sounds/old-emacs/wallsoff.au
fi
if [ "$1" = "" ];then
beeps=1
else
beeps=$1
fi
NEWVOL=100
while [ 1 = 1 ]; do
OLDVOL=$(aumix -vq|cut -d ' ' -f 3)
aumix -v "$NEWVOL"
cat "$SOUND" >/dev/audio
aumix -v "$OLDVOL"
beeps=$((beeps-1))
if [ $beeps = 0 ]; then
break
fi
#sleep 1  ## for slower beeping
done

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



Re: ximian evolution 1.2 - contacts

2002-11-12 Thread Joe Marcus Clarke
On Tue, 2002-11-12 at 14:14, David Schmidt wrote: 
> Hi,
> I've installed the brandnew version of evolution from the ports.
> Everything was fine to the point I tried to open my contacts. If I choose 
> "contacts" in the panel nothing happens. In the context menu of e-mail 
> addresses (in the mail section) there are all the data that belings to this 
> contact. But I can't edit it or directly choose any contact.
> My OS is FreeBSD 4.7.
> 
> Does anybody has the same problem? Is it a problem of the port or of ximian?
> Some ideas?

Are you seeing any messages on your console or in your
~/.xsession-errors or ~/.gnomerc-errors?  Have you tried logging out of
X, and doing:

# oaf-slay
# killall -m gconfd
# killall esd

And then restarting Evo?  My Contacts tab is working just fine in
1.2.0.  Admittedly, I had problems with this upgrade, and I ended up
removing my old preferences, and recreating things.

Joe

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



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



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



Re: CS4299-A support?

2002-11-12 Thread Alexander Pohoyda
Scott Carmichael <[EMAIL PROTECTED]> writes:

> Does FreeBSD support this sound chipset? I can't find any confirmation
> that it does, even though it's listed in /usr/src/sys/dev/sound/pcm/ac97.c
[...]
> Other CS42xx cards seem to be supported, but they're explicitly listed,
> whereas my CS4299 is not...

Mine CS4236, is not listed in that file as well, but it works. I had,
however, to insert the following line into the kernel config:
device  pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10

If your kernel is PNPBIOS-enabled, you will probably need only:
device  pcm

The result is:
pcm0:  at port 0x52c-0x533,0xf8c-0xf94,0xe0e irq 5 drq 1 flags 0xa110 on isa0

Hope this helps.

-- 
Alexander Pohoyda
<[EMAIL PROTECTED]>

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



Re: a question

2002-11-12 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> (11.12.2002 @ 1116 PST): peter andrus said, in 0.6K: <<
> Does the current release of FreeBSD come with the full version of GVIM? 
> Also, does the standard application package come with any sort of a 
> compiler for 3d gaming code? I am thinking of going windows free, but i 
> have lots of questions, answering these would really help me. Thanks peter
>> end of "a question" from peter andrus <<

Yes to both, in the ports tree. Though I'm not quite sure what you mean
by the "full version" of (g)vim. It's not like FreeBSD had to crack a
shareware version to get it on the CDROMs ::)

/Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE90Vtco8KM2ULHQ/0RAlcSAJ9FHBu6hwF6e5wlvM0Bi6nl3hh99gCdHZw6
TowDyLgwKP2qLcvvkMPC5I8=
=pLFO
-END PGP SIGNATURE-

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



HPFS filesystem

2002-11-12 Thread Ian Smith
Having tens of thousands of files collected over about seven years on
numerous HPFS volumes on a couple of OS/2 machines, and being tired of
shuffling between in .zip files, I'd love access to HPFS volumes (all
within extended DOS partitions) from the FreeBSD installs on those
boxes.  I'm well tuned to the WARNING, but readonly access will do ..

I'd looked over Semen Ustimenko <[EMAIL PROTECTED]>'s HPFS code, and
was about to ask here if it still worked on 4.5-RELEASE and since, when
a colleague noticed this code in the 4.5 source tree, but that it's not
installed by default, nor mentioned in LINT (/sys/{modules,fs}/hpfs) 

What do I have to do to add the filesystem?  I gather from skimming the
code that it is (or was?) hooked into mountd.  Is this a buildworld job
(after how enabling its inclusion?) or can I just make it (from where?)

Thanks in advance,

Ian


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



Re: mailing list software

2002-11-12 Thread Kirk Bailey
Um, may I point out a more convient MLM?

tinylist.

Web membership management, simple form- click a radio button for
subscribe/unsubscribe, fill in your email address, click SEND. You get a letter.
Reply to it. No passwords needed.

It sends you a confirming letter telling you what it did. If there is a custom
welcome/farewell message for the list, it sends you that instead. Simple. Grab
the mouse, click, choose. simple.

site:
http://www.tinylist.org/

Master menu:
http://www.tinylist.org/cgi-bin/TLmastermenu.py

Available lists:
http://www.tinylist.org/cgi-bin/TLwebmgr.py


Anthony Abby wrote:
> 
> >But does a list subscriber need to find/remember and use his list password
> >to unsubscribe?
> >
> >That stupid requirement pretty much kills mailman for the non-geek,
> >mass-market crowd.
> >

sure does.

> >Len
> >
> 
>Yes they do, and not to mention that, but most people will subscribe/unsubscribe from 
>the
>graphical interface anyway, and I think most people who are familiar with mailing 
>lists will
>attest, it's HORROR trying to admin a list hosted by Mailman.  Until the developers 
>make the
>unsubscribe "feauture" more pronounced in Mailman, you're always going to have lord 
>knows how
>many screaming people on your list who don't know how to unsubscribe.  It's 
>terriblecheck
>out the Redhat mailing lists sometime!
>
flinch...
 
> Anthony
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


Now you know why I wrote tinylist- along with the headaches attendant to
majordomo...



end

Respectfully,
 Kirk D Bailey


+-"Thou Art Free." -Eris---+
| http://www.howlermonkey.net  mailto:highprimate@;howlermonkey.net |
| KILL spam dead!  http://www.scambusters.org/stopspam/#Pledge |
| http://www.tinylist.org  ++   mailto:grumpy@;tinylist.org |
+--Thinking| NORMAL |Thinking--+
   ++

-
Introducing NetZero Long Distance
1st month Free!
Sign up today at: www.netzerolongdistance.com

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



Re: Scripts

2002-11-12 Thread Kirk Bailey
just noticed this letter, managed to skip it when it first came in-must have
been busy.

Zeroth, in msdos or windows, there is a command line program that receives
input, decides what to do about it, and either does it, or hands it off to
another program that does it. This is a SHELL. In ms-dos, this is command.com.
There are several in un*x, and the one you can always rely on to be there is
called sh. under this is a library of basic functions, such as ms-dos.sys and
io.sys in the world of ms-dos and windows. The names escape me in un*x, but they
are there. That library of basic functions are referred to as the kernel. They
are the core, and surrounding them is a interface, and in the conceptual model
here, it is a SHELL surrounding these basic functions. 'sh' is the shell we
normally rely on in un*x scripting.

First, scripts are interpeted,  not compiled. Another program reads them and
performs the functions, frequently cooompiling a chunk of code then executing
that, although some simply do whatever is in there, performing commands and
functions already in the interpeting program. The sh script is always present in
a un*x (UNIXtm is a registered Trade Mark) computer.

Second, scripts tend to be slow, at least compared to a compiled executable. A
sh script is very slow indeed, and very vulnerable to hacking by malicious users
in the Real World of the internet, so shellscripts are NOT reccomended for
webscripts.

Third, every script that is to execute must be lauched, either as

$sh myprogram.sh

Which creates a new shell, which executes the contents of the file named
(myprogram.sh) then it terminates, returning control to the shell you already
have running, 

OR

by placing a special symbol set in the VERY FIRST LINE of the script. This is
referred to as a 'shebang'.

#!/usr/bin/sh

(Assuming the path to sh is /usr/bin !) The path to the interpeter must be
correct.

you ALSO must make the script executable. This means it has to live in a
directory which has the x bit set, and must have IT'S x bit set; this is done
with the chmod command.

chmod +x cgi-bin
chmod +x ./cgi-bin/myscript

To invoke a such a script from the command prompt, just type in it's name.
--->if that location is not on the path, you must tell it where to find it<---

EXAMPLES:
./myscript - in the current directory
./cgi-bin/myscript - in the cgi-bin dir under the current directory
/home/users/deliberatus/myscript - in this EXACT location, giving the full path.

some scripts use an interpeter, not a shell, suck as perl or python.

#!/usr/local/bin/python

If you are new to scripts, but know the commands of the sh script, try writing
some toy programs in sh. If you want to learn a scripting language, try python,
it's very readable and a quick learn.

http://www.python.org/

hope this  helps.

Moti Levy wrote:
> 
> I always liked this one :
> http://www.shelldorado.com/
> -
> Moti
> www.flncs.com
> -
> be careful what you wish for ...
> -
> 
> - Original Message -
> From: "Mike Taylor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 20, 2002 9:04 AM
> Subject: Scripts
> 
> > I was wondering if there is a resource for pre made scripts. I am
> > still very new to the whole of Unix style OSs and being able to see
> > scripts from other users would help me out a lot.
> >
> > If you don't know of any resources for that, would it be feasible
> > for the FreeBSD team to set up a spot on the FTP server for people to
> > upload/submit pre built scripts? That way poeple can grab them and
> > change them to fit their specific needs rather than do the whole thing
> > from scratch.
> >
> > It would also help people like myself who are wanting to learn how
> > to do these things by having a chance to see working scripts and
> > figuring out how to change them around.
> >
> > Scripts that would be great to see would be for install, setup,
> > backup and conf.
> >
> > I think it might even help increase/broaden the use of FreeBSD by
> > giving people more resources efficiently run the OS.
> >
> > Thank you for your time.
> >
> > --
> > Mike Taylor
> > A+, Network+ Certified Technician
> >
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
> >
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 

end

Respectfully,
 Kirk D Bailey


+-"Thou Art Free." -Eris---+
| http://www.howlermonkey.net  mailto:highprimate@;howlermonkey.net |
| KILL spam dead!  http://www.scambusters.org/stopspam/#Pledge |
| http://www.tinylist.org  ++   mailto:grumpy@;tinylist.org |
+--Thinking| NORMAL |Thinking--+
   +-

Re: REASON #7919 NOT to do things as root!

2002-11-12 Thread Michael Joyner
/var/backups

Quoting joe <[EMAIL PROTECTED]>:

> While playing around and trying to set aup a chroot environment
> I did the following
> cd /home/honza
> mkdir {etc,dev,lib,bin,.}
> 
> cat /etc/passwd | grep honza >/etc/passwd
>  ^<== location of the 
>   typing oops
> The leading "/" was unintended.
> 
> Ah
> 
> Now that everyone has gotten back off their seats from the laughter, on 
> a more serious note is there anything I can do.  Let's pretend I don't 
> have a backup.  .  ok, now that you've stopped laughing again 
> 
> Is there anything I can do to recover /etc/passwd
> 
> I just double checked and still seem to have access using other accounts 
> and I've made a copy of master.passwd in case I "commit" the changes 
> from passwd.
> 
> 
> Joe Sotham
> 
> Christianity got over the difficulty of furious opposites
> by keeping them both and keeping them furious.
>   - G.K. Chesterton
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


-- 
FreeBSD System Administrator
http://manhattan.hq.dyns.cx/

-
This mail sent through IMP: http://horde.org/imp/

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



Old versions of FreeBSD

2002-11-12 Thread Pam Huntley
Hi,

I was wondering if it is possible to get a copy of FreeBSD 2.2.8?  I'm 
in a group working on a file systems project for my CSC Operating 
Systems class, we were interested in a variety of file systems, one of 
which is the Elephant file system, which was implemented as a VFS in 
FreeBSD 2.2.8.  

We're having some trouble getting the source code from the author, and 
we're pretty sure it's not in FreeBSD 4.7, so I thought I'd check the 
2.2.8 packages, to see if it was included there, since that's what it 
was written for.  I know it's a long shot, but if anyone could help me 
out, I'd really appreciate it!

Thanks,

Pam Huntley


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


UDMA ICRC error's

2002-11-12 Thread Ed McGough
What is the best way to resolve these?

> ad0s1e: UDMA ICRC error reading fsbn 897759 of 144-159 (ad0s1 bn 897759;
cn 55 tn 225 sn 9) retrying
> ad0s1a: UDMA ICRC error reading fsbn 45439 of 22688-22719 (ad0s1 bn 45439;
cn 2 tn 211 sn 16) retrying
> ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391;
cn 2 tn 115 sn 16) retrying
> ad0s1a: UDMA ICRC error reading fsbn 39391 of 19664-19695 (ad0s1 bn 39391;
cn 2 tn 115 sn 16) retrying


I've tried bringing the system down to single user mode, umounting the
filesystems and running fsck but it never finds anything wrong.  Next I'm
going to switch out the ide cable, and i'm hoping that is the problem as I'd
prefer not to have my drive go out.

What else can I do besides running fsck?  Are there any other utilites to
check the disk, maybe something from the ports tree?

Thanks,

Ed


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



a question

2002-11-12 Thread peter andrus
Does the current release of FreeBSD come with the full version of GVIM? 
Also, does the standard application package come with any sort of a compiler 
for 3d gaming code? I am thinking of going windows free, but i have lots of 
questions, answering these would really help me. Thanks peter

_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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


ximian evolution 1.2 - contacts

2002-11-12 Thread David Schmidt
Hi,
I've installed the brandnew version of evolution from the ports.
Everything was fine to the point I tried to open my contacts. If I choose 
"contacts" in the panel nothing happens. In the context menu of e-mail 
addresses (in the mail section) there are all the data that belings to this 
contact. But I can't edit it or directly choose any contact.
My OS is FreeBSD 4.7.

Does anybody has the same problem? Is it a problem of the port or of ximian?
Some ideas?

Regards,

David

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



Re: Installation of FreeBSD using volume manager

2002-11-12 Thread Toomas Aas
Hi!

>   I would like to ask you if is possible, and after which version,
> install FreeBSD using virtual disks (like Veritas Volume Manager or VINUM).
> Is this possible?

It seems that Greg Lehey hasn't got the time to read lists right now, 
so I'll just chime in and say that TTBOMK it is not possible to have 
root partition on vinum volume, at least in FreeBSD 4.x.

It seems to me that this is kind of chicken-and-egg problem - if the 
support for vinum volumes is implemented as a module (vinum.ko), then 
you need to load this module before you can access the logical volume. 
Hence, vinum.ko itself can't be on a vinum volume :-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* ASCII stupid question, get a stupid ANSI!


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



Lexmark Z23 USB Printer

2002-11-12 Thread Weston M. Price
Hello,
I am trying to get my FreeBSD 4.7 Stable system working with my Z23 Lexmark 
printer. I enabled support for USB printers in the kernel and was able to 
rebuild and install with no problem. dmesg correctly reports the existence of 
the device. However, I am sort of stuck at this point. I am not really sure 
what I should do next, the handbook does not explicitly reference USB 
printers. If anyone could point me in the right direction I would appreciate 
it. It would be nice to get this working since it is such a cheap printer. 
The alternative would be for me to install the printer on my WindowsXP box 
(really my girlfriends machine) and print across the network.

Regards,

Weston

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



FD_SETSIZE and increasing FD amount in BIND

2002-11-12 Thread Chris Phillips
Hi,

I'm following BIND's loosely documented procedures on how to increase the
amount of file descriptors that BIND can use.  I've created the file
fd_setsize.h in the ports/freebsd/include directory as specified by BIND's
INSTALL file.

Does anyone have any experience with this?

Thanks!

-Chris Phillips
-BChosting.com
[EMAIL PROTECTED]
-866 255 3377 (toll-free)
-604 764 0269


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



Re: Oaf install error

2002-11-12 Thread Joe Marcus Clarke
On Tue, 2002-11-12 at 13:09, Peter Milne wrote:
> I am trying to install Screem from ports.  I get to the Oaf part and am told that 
>"patch patch-aa failed to apply cleanly".
> 
> How do I work around this probelm?

Re-cvsup your ports tree.  All oaf patches apply cleanly for me.

Joe

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




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



Oaf install error

2002-11-12 Thread Peter Milne
I am trying to install Screem from ports.  I get to the Oaf part and am told that 
"patch patch-aa failed to apply cleanly".

How do I work around this probelm?

-- 

  
Pete

Mail brought to you by FreeBSD 4.7 and Sylpheed-claws

http://milneweb.com

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



Re: No List Activity for 24 Hours?

2002-11-12 Thread Dan Nelson
In the last episode (Nov 12), Drew Tomlinson said:
> Thanks to all who responded.  The 'which' command showed that I was
> not subscribed to any of the lists.  I don't know what happened.  My
> mail server was down yesterday for about 2-3 hours while the power
> was out. Would I have been unsubscribed because of no response from
> my server during that time?

If you have no backup mail exchangers to queue your mail for you, then
it's definitely possible.

-- 
Dan Nelson
[EMAIL PROTECTED]

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



Re: Installation of FreeBSD using volume manager

2002-11-12 Thread Kevin D. Kinsey, DaleCo, S.P.
And, to correct/augment my informationGreg WROTE Vinum

KDK
- Original Message -
From: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]>
To: "Costa, Rodrigo Luiz Vargas (Rodrigo)" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 11:37 AM
Subject: Re: Installation of FreeBSD using volume manager


> From: "Costa, Rodrigo Luiz Vargas (Rodrigo)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 12, 2002 10:27 AM
> Subject: Installation of FreeBSD using volume manager
>
>
> > FreeBSD team,
> >
> > I would like to ask you if is possible, and after which version,
> > install FreeBSD using virtual disks (like Veritas Volume Manager
or
> VINUM).
> > Is this possible?
> >
> > I tried to find in documentation an could not find an answer.
> >
> Did you try the handbook?
>
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum
> .html
>
> Greg Lehey of the FreeBSD core team does a great job
> with vinum.
>
> Kevin Kinsey
> DaleCo, S.P.
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



  1   2   >