Can't Update With freebsd-update

2006-09-28 Thread Jeff Cross
I have been using freebsd-update to fetch binary security related
updates since I started using FreeBSD this time last year.  However,
when I ran it tonight and paid attention to the initial output, I saw
the following:

The following files are affected by security
fixes, but have not been updated because they
have been modified locally:

/boot/kernel/kernel
/etc/rc.d/jail
/lib/libcrypto.so.4
/usr/lib/libcrypto.a
/usr/lib/libcrypto_p.a
/usr/lib/libssl.a
/usr/lib/libssl_p.a
/usr/sbin/lwresd
/usr/sbin/named

No updates available

I haven't compiled anything on my system from source (base system
related anyway, ports yes) so why would this be reporting?  Is there
anyway I can grab the binary updates at this point and go from here?

Thanks in advance!

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


Re: Can't Update With freebsd-update

2006-09-28 Thread Jeff Cross
Jeff Cross wrote:
 I have been using freebsd-update to fetch binary security related
 updates since I started using FreeBSD this time last year.  However,
 when I ran it tonight and paid attention to the initial output, I saw
 the following:
 
 The following files are affected by security
 fixes, but have not been updated because they
 have been modified locally:
 
 /boot/kernel/kernel
 /etc/rc.d/jail
 /lib/libcrypto.so.4
 /usr/lib/libcrypto.a
 /usr/lib/libcrypto_p.a
 /usr/lib/libssl.a
 /usr/lib/libssl_p.a
 /usr/sbin/lwresd
 /usr/sbin/named
 
 No updates available
 
 I haven't compiled anything on my system from source (base system
 related anyway, ports yes) so why would this be reporting?  Is there
 anyway I can grab the binary updates at this point and go from here?
 
 Thanks in advance!
 
 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Nevermind...  Google is a wonderful thing and I should have consulted it
first.  For the archives,

/usr/local/sbin/freebsd-update --branch crypto fetch

...corrected my issue.  I found the info here:

http://users.skynet.be/six/gpure/tech/freebsd.txt

Jeff Cross
http://www.averageadmins.com/


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


Savecore Errors?

2006-09-22 Thread Jeff Cross
I have noticed the following messages when booting up my laptop
recently.  Can anyone explain this to me, if it is good or bad (it looks
bad), and how I can correct it?

Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs
Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device
(232748
available, need 753090)
Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved

I don't want to have dirty bufs any more! :)

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


Resizing Partitions, Losing Windows XP...

2006-09-22 Thread Jeff Cross
I have been dual booting FreeBSD and Windows XP for quite sometime.
However, I never boot into Windows XP any longer.  I can pretty much do
everything I need to do from within FreeBSD.  Is there a way that I can
wipe out the Windows XP partition, resize the FreeBSD partition, and
install a standard FreeBSD MBR (no boot manager) without slicking and
reloading the hard drive?

I really like the way I have my stuff setup within FreeBSD and would
hate to have to recreate a lot of it as well as install applications
over again.  Could I do a dump of my current FreeBSD partition, reformat
and partition the whole drive, install FreeBSD, and then restore my data
to the new partition or would this cause issues?

Any assistance is greatly appreciated!

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


Re: Resizing Partitions, Losing Windows XP...

2006-09-22 Thread Jeff Cross
Jerry McAllister wrote:
 On Fri, Sep 22, 2006 at 01:23:28PM -0500, Jeff Cross wrote:
 
 I have been dual booting FreeBSD and Windows XP for quite sometime.
 However, I never boot into Windows XP any longer.  I can pretty much do
 everything I need to do from within FreeBSD.  Is there a way that I can
 wipe out the Windows XP partition, resize the FreeBSD partition, and
 install a standard FreeBSD MBR (no boot manager) without slicking and
 reloading the hard drive?

 I really like the way I have my stuff setup within FreeBSD and would
 hate to have to recreate a lot of it as well as install applications
 over again.  Could I do a dump of my current FreeBSD partition, reformat
 and partition the whole drive, install FreeBSD, and then restore my data
 to the new partition or would this cause issues?
 
 That would be one good way of doing it.Just make sure and check
 your dumps before wiping everything. (create a scratch space.  Cd to it
 and read a few things back from the dumps and check them.   
 
 You don't need to reformat the drive - that is too low level for this.
 Just fdisk it and put all the disk in one slice - slice 1.  Make that 
 slice marked bootable.Then use bsdlabel (disklabel pre 5.xxx) to 
 divide up the slice in to partitions.   They will need to be the
 same partition identifiers (a-h) as used currently.  Finally, 
 use newfs to build filesystems on the partitions (except for swap)
 and then restore the dumps to their original partitions.
 Make sure you mount the partition as something and then cd in to
 that appropriate partition to do the restore.
 
 You will need to do the wiping and rebuilding from some other
 media such as a fixit CD or another bootable disk.   You can't
 wipe the slice that you are running from.
 
 
 An alternative would be to leave the existing slice alone, but
 use fdisk to mark the MS slice as a FreeBSD slice (not bootable)
 and then either create one single partition in that slice or 
 divide it as you choose and use newfs to create file systems.
 Then, create a mount point for each new partition you made (put
 them in /etc/fstab and mount them up.  Then move some of your big
 directories in the existing FreeBSD slice over then and made 
 symlinks to them.That way you would free up room in the FreeBSD
 bootable slice, but not have to dump/restore and rebuild everything.
 It is quicker and works just as well, but slightly less clean, though
 it could be helpful if your file systems are too large for your
 backup media.
 
 jerry
 
 Any assistance is greatly appreciated!

 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
This sounds scary, I mean ok, but will doing what you have mentioned in
this post do anything for the MBR?  Is that why I would be setting the
bootable flag in fdisk?  I am currently using NTLOADER to boot Windows
XP and FreeBSD 6.1-SECURITY.

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


Re: Savecore Errors?

2006-09-22 Thread Jeff Cross
Jeff Cross wrote:
 I have noticed the following messages when booting up my laptop
 recently.  Can anyone explain this to me, if it is good or bad (it looks
 bad), and how I can correct it?
 
 Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs
 Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device
 (232748
 available, need 753090)
 Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved
 
 I don't want to have dirty bufs any more! :)
 
 Jeff Cross
 http://www.averageadmins.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 

Any takers on this one?  The laptop boots and runs fine.  No issues, I
just wondered if this was something to be concerned about.

Thanks in advance!

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


Re: Savecore Errors?

2006-09-22 Thread Jeff Cross
Kris Kennaway wrote:
 On Fri, Sep 22, 2006 at 06:12:55PM -0500, Jeff Cross wrote:
 Jeff Cross wrote:
 I have noticed the following messages when booting up my laptop
 recently.  Can anyone explain this to me, if it is good or bad (it looks
 bad), and how I can correct it?

 Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs
 Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device
 (232748
 available, need 753090)
 Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved

 I don't want to have dirty bufs any more! :)

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



 Any takers on this one?  The laptop boots and runs fine.  No issues, I
 just wondered if this was something to be concerned about.
 
 Your laptop previous panicked.  See the developers handbook for more.
 
 kris
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Thanks, Kris.  I'm heading that way now!

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


Re: FreeNX and NX tutorials?

2006-09-20 Thread Jeff Cross
Norberto Meijome wrote:
 On Wed, 20 Sep 2006 11:48:55 -0700 (PDT)
 Andrew Gould [EMAIL PROTECTED] wrote:
 
 Does anyone know of any tutorials for running FreeNX
 and NX on FreeBSD?
 
 have you tried something called Google? :)
 
 _
 {Beto|Norberto|Numard} Meijome
 
 You can discover what your enemy fears most by observing the means he uses to
 frighten you. Eric Hoffer (1902 - 1983)
 
 I speak for myself, not my employer. Contents may be hot. Slippery when wet.
 Reading disclaimers makes you go blind. Writing them is worse. You have been
 Warned.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
I wrote one a while back.  You can find it using the link below:

http://www.averageadmins.com/blog/2006/03/29/freenx-on-freebsd/

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


Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot Issues

2006-09-19 Thread Jeff Cross
Adam Martin wrote:
 
 On 2006 Sep 18 , at 17:54, Adam Martin wrote:
 

 On 2006 Sep 18 , at 17:39, Jeff Cross wrote:

 Adam Martin wrote:

 On 2006 Sep 18 , at 16:25, Jeff Cross wrote:

 I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with
 some
 booting issues.  I have searched the archives and found someone
 having a
 problem with the machine booting too fast but my problem is a little
 different.  My machine hangs up after the following line is displayed
 during boot:

 acd0: CDROM TEAC CD-ROM CD-224E-N/3.AB at ata0-master UDMA33

 [ Trimmed for brevity ]
 
 Sorry to double reply, Jeff.  I just realized something.  The box
 that I've been developing AutoFS on, here at FSL is a Dell Power Edge SE
 1425.  I dunno how much hardware there is in common, but I think we use
 the same cdrom drive.  The one in my PE is a thin-profile drive...  it
 seems to be the exact part that I had in an old Dell Inspiron.  (The
 drive has no tray motors, just an electro-mechanical latch which keeps
 it closed, and unlocks to let a spring pop out the tray by a few
 millimetres.)
 
 Have you tried removing the cdrom drive from the mainboard?  Also
 how did you install, from CDROM?  I have seen an issue like this once
 before, back in 5.2.1 and 5.3, when trying to get it to boot on some
 older laptop hardware.  The kernel wouldn't boot from some media, but
 would from others.
 
 You may want to try someone's custom compiled kernel, not the stock
 kernels...  But at this point, it is beyond the scope of a simple fix. 
 I am curious to know, however, because I have not seen this behavior.
 
 Regards,
 
 -- 
 Adam David Alan Martin
 
 
 
 
The CD-ROM you described is exactly what is in the PE850.  I haven't
tried unplugging it from the motherboard but will give that a try today.

I installed from the CD and everything went as expected.  My only issue
is that I _have_ to use verbose logging at boot in order to get it to
come up.  Strange...

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


Re: compat4x and compat5x

2006-09-19 Thread Jeff Cross
Duane Hill wrote:
 On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated:
 
 I'm not trying to kick any dead horses here but there are times when I
 try to run some applications that I get some messages like the following:
 
 /libexec/ld-elf.so.1: Shared object libc.so.5 not found, required by...
 
 I normally reinstall compat4x or compat5x and am good to go.  I have
 compat4x_enable=YES and compat5x_enable=YES in my /etc/rc.conf file
 but I still get these messages and have to force a reinstall (after a
 reboot).
 
 I just found this thread:
 
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html
 
 ..and tried running the command the posted listed:
 
 /sbin/ldconfig -m /usr/local/lib/compat
 
 This worked like a champ.  I was able to immediately run the application
 in question and didn't have to force a reinstall of compat5x.
 
 I am sure I have missed something along the way but can someone please
 assist me/point me in the right direction in getting this straightened
 out so I don't have to do this manually after each reboot?  I would
 greatly appreciate it.
 
 I  had to install both myself for an application we run on a server. I
 installed them from /usr/ports/misc/compat4x and compat5x. The install
 placed  the  startup  scripts  000.compat4x.sh  and 000.compat5x.sh in
 /usr/local/etc/rc.d.  They  startup after reboot every time. There was
 no need to place anything in the rc.conf.
 
That is the ports I used to install compat4x and compat5x.  However, the
startup scripts aren't anywhere on my system.  I searched for both using
locate (after updating the DB of course) and also checked in
/usr/local/etc/rc.d/ manually.  Nothing...

I update my ports tree about 2-3 times a day so I would assume I am
using the latest versions of the ports.  Any idea on how I can get those
startup scripts?  I may try a complete remove and then a fresh install.

I look forward to any responses.

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


Re: compat4x and compat5x

2006-09-19 Thread Jeff Cross
Duane Hill wrote:
 Oops! Addendum below:
 
 On Tuesday, September 19, 2006 at 1:53:31 PM, Duane confabulated:
 
 On Tuesday, September 19, 2006 at 1:47:25 PM, Jeff confabulated:
 
 Duane Hill wrote:
 On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated:

 I'm not trying to kick any dead horses here but there are times when I
 try to run some applications that I get some messages like the following:
 /libexec/ld-elf.so.1: Shared object libc.so.5 not found, required by...
 I normally reinstall compat4x or compat5x and am good to go.  I have
 compat4x_enable=YES and compat5x_enable=YES in my /etc/rc.conf file
 but I still get these messages and have to force a reinstall (after a
 reboot).
 I just found this thread:
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html
 ..and tried running the command the posted listed:
 /sbin/ldconfig -m /usr/local/lib/compat
 This worked like a champ.  I was able to immediately run the application
 in question and didn't have to force a reinstall of compat5x.
 I am sure I have missed something along the way but can someone please
 assist me/point me in the right direction in getting this straightened
 out so I don't have to do this manually after each reboot?  I would
 greatly appreciate it.
 I  had to install both myself for an application we run on a server. I
 installed them from /usr/ports/misc/compat4x and compat5x. The install
 placed  the  startup  scripts  000.compat4x.sh  and 000.compat5x.sh in
 /usr/local/etc/rc.d.  They  startup after reboot every time. There was
 no need to place anything in the rc.conf.

 That is the ports I used to install compat4x and compat5x.  However, the
 startup scripts aren't anywhere on my system.  I searched for both using
 locate (after updating the DB of course) and also checked in
 /usr/local/etc/rc.d/ manually.  Nothing...
 
 I update my ports tree about 2-3 times a day so I would assume I am
 using the latest versions of the ports.  Any idea on how I can get those
 startup scripts?  I may try a complete remove and then a fresh install.
 
 I look forward to any responses.
 
 The only thing in the scripts is this:
 
 [EMAIL PROTECTED] ~]$ cat /usr/local/etc/rc.d/000.compat4x.sh
 #!/bin/sh
 /sbin/ldconfig -m /usr/local/lib/compat
 
 [EMAIL PROTECTED] ~]$ cat /usr/local/etc/rc.d/000.compat5x.sh
 #!/bin/sh
 /sbin/ldconfig -m /usr/local/lib/compat
 
 Why  they  have  to  both  be present, I haven't figured that out yet.
 ldconfig points both at the same location.
 
 My  bad  on this one. The server that still has the startup scripts is
 not   running   the   latest   versions.   The  versions  running  are
 compat4x-i386-5.3_2 and compat5x-i386-5.4.0.6_1.
 
 There  is  anther  server here that is running compat5x-i386-5.4.0.8_7
 and  does not have a startup script. It still works fine. I'm guessing
 the other response that made mention where the startup scripts are not
 needed anymore on the later version would stand correct.
 
I just created these two scripts (000.compat4x.sh and 000.compat5x.sh)
in /usr/local/etc/rc.d/ and everything works as expected after a reboot.

I am currently running compat4x-i386-5.3_9 and compat5x-i386-5.4.0.8_7.
 However, without these startup scripts they wouldn't start after a reboot.

Everything is good now!  Thanks for your help!

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


Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot Issues

2006-09-19 Thread Jeff Cross
Adam Martin wrote:
 
 On 2006 Sep 18 , at 17:39, Jeff Cross wrote:
 
 Adam Martin wrote:

 On 2006 Sep 18 , at 16:25, Jeff Cross wrote:

 I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with
 some
 booting issues.  I have searched the archives and found someone
 having a
 problem with the machine booting too fast but my problem is a little
 different.  My machine hangs up after the following line is displayed
 during boot:

 acd0: CDROM TEAC CD-ROM CD-224E-N/3.AB at ata0-master UDMA33
 
 [ Trimmed for brevity ]
 
 Thanks for the reply, Adam.  I actually tried the verbose_logging=YES
 in my /boot/loader.conf file prior to posting but it still hangs after
 the CD-ROM line for some reason.
 
 Hey, no problem, Jeff.  To be frank, I just signed up for Questions,
 after Google Summer of Code, and yours is the first one I've answered. 
 Glad to see that I've started on the right foot though.
 
 It appears the only way the machine will boot up properly is if I hit 5
 on the boot menu.  This obviously doesn't make remote reboots very
 admin friendly!
 
 I know that I setup something like this once, because I needed it to
 always drop to command line.  I can help you emulate what's in menu
 option 5, in a loader.4th script.  But you'll have to drop the pretty
 menu, and logo...  If you're willing let me know.   
 
 
 Thanks again for your reply!
 
 Like I said, no problem.  Thanks for your enthusiastic support.
 
 Regards,
 
 -- 
 ADAM David Alan Martin
 
 P.S.: It's still me, the same Adam.  Just figured I should use my
 FreeBSD From: address instead of fsl.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
Hey, Adam.  I unplugged the CD-ROM from the mainboard and the first time
it came back up it booted up fine.  However, I immediately rebooted and
it hung on the Timecounters tick every 1.000 msec.  So, since this is
the line that displays before the acd0: CDROM TEAC CD-ROM
CD-224E-N/3.AB at ata0-master UDMA33 line, I wonder if it is hanging on
whatever is *after* these in the boot process.

ata2-slave: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire
ata2-master: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire
afd0: setting PIO3 on SiI 0680 chip
device_attach: afd0 attach returned 6
acd1: setting PIO3 on SiI 0680 chip
acd1: VIRTUALCDROM DRIVE/ CDROM drive at ata2 as slave
acd1:  PIO3
acd1: Reads:
acd1: Writes:
acd1: Mechanism: caddy
acd1: Medium: CD-ROM unknown
ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire

Maybe the virtual devices is hosing it up.  I know there is a virtual
floppy drive in here somewhere too...  I can see it in the BIOS but I
can't figure out how to disable it.

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


Dell PE850 and FreeBSD 6.1-RELEASE - Boot Issues

2006-09-18 Thread Jeff Cross
I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with some
booting issues.  I have searched the archives and found someone having a
problem with the machine booting too fast but my problem is a little
different.  My machine hangs up after the following line is displayed
during boot:

acd0: CDROM TEAC CD-ROM CD-224E-N/3.AB at ata0-master UDMA33

I have to poke the machine in the eye to get it back.  The keyboard and
everything locks up at that point.  The only way I can get the machine
to boot up successfully is to use option 5 from the boot menu, Verbose
Logging.

Is there a way around this?  I know this is ghetto but just being able
to make the machine use that boot menu option as the default would work
fine I believe.  It would ultimately be nice to not have this issue on
boot but the verbose logging option seems to boot fine so that would
work for the interim.

I am attaching my dmesg output from the verbose boot.  I can't seem to
get anything in messages or dmesg from one of the failed boot attempts.

Any help is greatly appreciated.  If more information is required to
troubleshoot this further, please let me know.

Sincerely,

Jeff Cross
http://www.averageadmins.com/
embedded0   31B   0x62  3 4 5 6 10 11 14 15
embedded0   31C   0x68  3 4 5 6 10 11 14 15
embedded0   31D   0x63  3 4 5 6 10 11 14 15
embedded50A   0x60  3 4 5 6 10 11 14 15
embedded50B   0x61  3 4 5 6 10 11 14 15
embedded50C   0x62  3 4 5 6 10 11 14 15
embedded50D   0x63  3 4 5 6 10 11 14 15
embedded60A   0x61  3 4 5 6 10 11 14 15
embedded60B   0x62  3 4 5 6 10 11 14 15
embedded60C   0x63  3 4 5 6 10 11 14 15
embedded60D   0x60  3 4 5 6 10 11 14 15
slot 1  32A   0x63  3 4 5 6 10 11 14 15
slot 1  32B   0x62  3 4 5 6 10 11 14 15
slot 1  32C   0x61  3 4 5 6 10 11 14 15
slot 1  32D   0x60  3 4 5 6 10 11 14 15
slot 2  10A   0x60  3 4 5 6 10 11 14 15
slot 2  10B   0x61  3 4 5 6 10 11 14 15
slot 2  10C   0x62  3 4 5 6 10 11 14 15
slot 2  10D   0x63  3 4 5 6 10 11 14 15
embedded75A   0x63  3 4 5 6 10 11 14 15
AcpiOsDerivePciId: bus 0 dev 31 func 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi0: Power Button (fixed)
pci_link0: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
0   10   N 0  3 4 5 6 7 9 10 11 12
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
0   10   N 0  3 4 5 6 7 9 10 11 12
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
05   N 0  3 4 5 6 7 9 10 11 12
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
05   N 0  3 4 5 6 7 9 10 11 12
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
0   11   N 0  3 4 5 6 7 9 10 11 12
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
0   11   N 0  3 4 5 6 7 9 10 11 12
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link3: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
03   N 0  3 4 5 6 7 9 10 11 12
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
03   N 0  3 4 5 6 7 9 10 11 12
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link4: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
0   11   N 0  3 4 5 6 7 9 10 11 12
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
0   11   N 0  3 4 5 6 7 9 10 11 12
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
0   10   N 0  3 4 5 6 7 9 10 11 12
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
0   10   N 0  3 4 5 6 7 9 10 11 12
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link6: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
06   N 0  3 4 5 6 7 9 10 11 12
pci_link6: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
06   N 0  3 4 5 6 7 9 10 11 12
pci_link6: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link7: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link7: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
pci_link7: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
0  255   N 0  3 4 5 6 7 9 10 11 12
ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 - 10

Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot Issues

2006-09-18 Thread Jeff Cross
Adam Martin wrote:
 
 On 2006 Sep 18 , at 16:25, Jeff Cross wrote:
 
 I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with some
 booting issues.  I have searched the archives and found someone having a
 problem with the machine booting too fast but my problem is a little
 different.  My machine hangs up after the following line is displayed
 during boot:

 acd0: CDROM TEAC CD-ROM CD-224E-N/3.AB at ata0-master UDMA33

 I have to poke the machine in the eye to get it back.  The keyboard and
 everything locks up at that point.  The only way I can get the machine
 to boot up successfully is to use option 5 from the boot menu, Verbose
 Logging.

 Is there a way around this?  I know this is ghetto but just being able
 to make the machine use that boot menu option as the default would work
 fine I believe.  It would ultimately be nice to not have this issue on
 boot but the verbose logging option seems to boot fine so that would
 work for the interim.

 I am attaching my dmesg output from the verbose boot.  I can't seem to
 get anything in messages or dmesg from one of the failed boot attempts.
 
 I do not know what's causing this, but for the meantime, if you edit
 /boot/defaults/loader.conf and copy the line that reads:
 
 verbose_loading=NO
 
 Paste this line into /boot/loader.conf, (or /boot/loader.conf.local,
 depending upon your setup...) and change NO to YES.  This will force
 verbose loading, always.  I don't know if this will do everything
 IDENTICAL to boot option 5, however, when looking at the Forth code for
 it, it appears that it will, on first glance (but I'm a bit rusty on
 that...)
 
 Any help is greatly appreciated.  If more information is required to
 troubleshoot this further, please let me know.
 
 Good luck.  I hope that people still read this thread, to help
 diagnose your dmesg, and find your problem.  This is really just a
 temporary fix.
 
 
 [dmesg trimmed for brevity]
 
 Cheers,
 
 -- 
 ADAM David Alan Martin
 
 
 -- 
 Adam David Alan Martin
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
Thanks for the reply, Adam.  I actually tried the verbose_logging=YES
in my /boot/loader.conf file prior to posting but it still hangs after
the CD-ROM line for some reason.

It appears the only way the machine will boot up properly is if I hit 5
on the boot menu.  This obviously doesn't make remote reboots very
admin friendly!

Thanks again for your reply!

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


compat4x and compat5x

2006-09-18 Thread Jeff Cross
I'm not trying to kick any dead horses here but there are times when I
try to run some applications that I get some messages like the following:

/libexec/ld-elf.so.1: Shared object libc.so.5 not found, required by...

I normally reinstall compat4x or compat5x and am good to go.  I have
compat4x_enable=YES and compat5x_enable=YES in my /etc/rc.conf file
but I still get these messages and have to force a reinstall (after a
reboot).

I just found this thread:

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html

..and tried running the command the posted listed:

/sbin/ldconfig -m /usr/local/lib/compat

This worked like a champ.  I was able to immediately run the application
in question and didn't have to force a reinstall of compat5x.

I am sure I have missed something along the way but can someone please
assist me/point me in the right direction in getting this straightened
out so I don't have to do this manually after each reboot?  I would
greatly appreciate it.

Thanks in advance!

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


Re: how can I su as root over telnet or ssh?

2006-09-03 Thread Jeff Cross
armstrong adam wrote:
 hello every one!
 
I have just installed FreeBSD 6.1-RELEASE,but I cannot su as root by
 telnet or ssh,why this happen? FreeBSD is really safe maybe, How can I
 su as root from remote?
 thanks!!
 
 
 best regards!!
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
Is the user you are logging on as in the wheel group?  I believe it has
to be before you can su to root.

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


Re: Flash Upgrade

2006-08-16 Thread Jeff Cross
Chris Maness wrote:
 I was able to get flash working a couple months ago when the license
 issue was resolved.  But today, I accidentally upgraded to the newest
 version, now it is no longer working.  Any suggestions?
 
 I did the kernel patch and all the other 50ish things that have to be
 done to make it work under freebsd. (it would sure be nice if they made
 it run natively under freebsd).
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
It is my understanding that a few weeks ago the linux-flashplugin was
removed from the ports tree due to licensing restrictions again.  I had
the same issue.  I upgraded it and then it was gone.

It would be nice if there was a native plugin/player or if
Adobe/Macromedia would just let us use the player we have successfully
been using in the past.

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


Re: Flash Upgrade

2006-08-16 Thread Jeff Cross
Jeff Cross wrote:
 Chris Maness wrote:
 I was able to get flash working a couple months ago when the license
 issue was resolved.  But today, I accidentally upgraded to the newest
 version, now it is no longer working.  Any suggestions?

 I did the kernel patch and all the other 50ish things that have to be
 done to make it work under freebsd. (it would sure be nice if they made
 it run natively under freebsd).
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



 It is my understanding that a few weeks ago the linux-flashplugin was
 removed from the ports tree due to licensing restrictions again.  I had
 the same issue.  I upgraded it and then it was gone.
 
 It would be nice if there was a native plugin/player or if
 Adobe/Macromedia would just let us use the player we have successfully
 been using in the past.
 
 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
And it's back (or appears to be in my tree again after running
portsnap).  Please disregard my last post.  I'm going to try installing
it again and szee what happens.


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


Re: newbie setup

2006-08-10 Thread Jeff Cross
Bruce Greene wrote:
 Hi —
 
 In setting up FreeBSD 6.1, i don't know what group or member groups to
 choose.
 
 Thank you -
 
 
 Bruce Greene
 Macs Plus  410 764-8599
 [EMAIL PROTECTED]
 http://www.macsplus.com
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 
When I set up a user at install, I leave the group alone so the system
will automatically create a group for my username and then I add wheel
to the member groups so I can su to root.

It works for me.

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


Re: New Web Server

2006-08-10 Thread Jeff Cross
Ron Clark wrote:
Hello all,
 
 
I am building a new web server= and have gotten Mysql, Apache and
PHP (php5-extensions) loaded from the p=rts. However, Apache is not
picking up my index.php file. Is there a step =omewhere that I have
missed? I have added
 
A=dType application/x-httpd-php .php .phtml
AddType =pplication/x-httpd-php-source .phps
 
 
to the httpd.conf f=le, still no luck.
 
 
Thanks in advance.
 
RC =0D
___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
I wrote a tutorial for this a while back and looked through it again
when I saw your post.  It is located here:
 http://www.averageadmins.com/2006/04/10/famp-freebsd-apache-mysql-and-php

The only other thing I saw in my tutorial that you didn't mention here
is to add index.php to the DirectoryIndex directive within your
httpd.conf file.

Try that, if you haven't already, and let us know how it goes.

Thanks,

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


Re: New Web Server

2006-08-10 Thread Jeff Cross
Clark, Ronald wrote:
  AblankddType = typo on my part. Sorry. In the conf file it is
 AddModule mod_php5.c. I have added the LoadModule as well and get a
 similar error message. So I try to look for the files themselves like
 this: #find / -name mod_php5.c
 
 It finds nothing. Same results with looking for libphp5.so. Is there an
 issue with the install or did I miss a step? Is there a recipe for
 setting up a server, something like FreeBSD-Apache-Mysql-PHP for
 dummies?
 
 RC
 
 
 -Original Message-
 From: Javier Henderson [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 10, 2006 11:38 AM
 To: Clark, Ronald
 Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
 Subject: Re: New Web Server
 
 The text you cut-n-pasted has AblankddType, is that how it appears on
 the httpd.conf file?
 
 Did you restart Apache after changing httpd.conf? (apparently you have,
 since it picked up the index.php change).
 
 You may need to add a LoadModule as well.
 
 -jav
 
 On Aug 10, 2006, at 12:26 PM, Clark, Ronald wrote:
 
 Ok, I just tried that, and it wants to open index.php with a text 
 editor. It is acting like Apache does not know how to handle a *.php 
 file.

 In my httpd conf, http://www.php.net says to add LoadMudule and 
 AddMudule statements. Are those still needed?

 RC

 -Original Message-
 From: Javier Henderson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 10, 2006 11:27 AM
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org; Clark, Ronald
 Subject: Re: New Web Server


 On Aug 10, 2006, at 12:20 PM, Ron Clark wrote:

Hello all,


I am building a new web server , and have gotten Mysql, Apache and
PHP (php5-extensions) loaded from the p orts. However, Apache is 
 not
picking up my index.php file. Is there a step  somewhere that I 
 have
missed? I have added

A ddType application/x-httpd-php .php .phtml
AddType  application/x-httpd-php-source .phps


to the httpd.conf f ile, still no luck.
 Does it work if you append /index.php to the URL?

 If so, add index.php to your DirectoryIndex stanza.

 -jav

 __
 __

 This email is intended only for the use by the party to which it is 
 addressed and may contain information that is privileged, 
 confidential, or protected by law. If you are not the intended 
 recipient, you are hereby notified that any dissemination, copying or 
 distribution of this email or its contents is strictly prohibited. If 
 you have received this message in error, please notify the sender 
 immediately by replying to the message and deleting it from your 
 computer.
 
  
 This email is intended only for the use by the party to which it is addressed
 and may contain information that is privileged, confidential, or protected by
 law. If you are not the intended recipient, you are hereby notified that any
 dissemination, copying or distribution of this email or its contents is 
 strictly
 prohibited. If you have received this message in error, please notify the 
 sender
 immediately by replying to the message and deleting it from your computer.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
In your original post you say you installed PHP (php5-extensions).  Did
you actually install PHP5 or just the extensions?

PHP5 is at /usr/ports/lang/php5 and the extensions are at
/usr/ports/lang/php5-extensions.  I'm not sure if compiling the later
will install the actual PHP5 port or not...

In my tutorial
(http://www.averageadmins.com/2006/04/10/famp-freebsd-apache-mysql-and-php)
I installed PHP5 then the extensions and it worked fine.

Jeff Cross
http://www.averageadmins.com/

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


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

2006-05-22 Thread Jeff Cross
Eric Anholt wrote:
 On Fri, 2006-05-19 at 16:26 -0500, Jeff Cross wrote:
 Michael Nottebrock wrote:
 Jeff Cross schrieb:
 I ran the make commands you specified but still do not have a i915.o
 file on my system.  Here is what I have related to i915:
 Oops. Turns out the complete i915 module was only added *after* FreeBSD
 6.0 release. You'll have to upgrade to 6-STABLE/6.1-RELEASE (to be
 released very soon now) to get it.

 By the way, glxinfo | grep rendering returns no.  
 Yes, direct rendering won't work without the drm kernel module.


 Cheers,
 I have recently upgraded to RELENG_6_1 and am still not able to play
 RTCW on my laptop. I do have the i915 module loaded now as well as drm.
  Below is the output from kldstat:
 
 RELENG_6_1 is a security branch, so my update to the DRM in RELENG_6
 won't ever be merged there.  Use RELENG_6 instead.
 
Is there anyway I can apply the DRM updates w/o upgrading my system to
6-STABLE?  I would really like to maintain my system with freebsd-update
and not have to compile every time a security update comes out.  I run
FreeBSD on my laptop and compile times can run a little long.

Suggestions?  Suck it up and compile?! :)

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


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

2006-05-19 Thread Jeff Cross
Michael Nottebrock wrote:
 Jeff Cross schrieb:
 I ran the make commands you specified but still do not have a i915.o
 file on my system.  Here is what I have related to i915:
 
 Oops. Turns out the complete i915 module was only added *after* FreeBSD
 6.0 release. You'll have to upgrade to 6-STABLE/6.1-RELEASE (to be
 released very soon now) to get it.
 
 By the way, glxinfo | grep rendering returns no.  
 
 Yes, direct rendering won't work without the drm kernel module.
 
 
 Cheers,

I have recently upgraded to RELENG_6_1 and am still not able to play
RTCW on my laptop. I do have the i915 module loaded now as well as drm.
 Below is the output from kldstat:
$ kldstat
Id Refs AddressSize Name
 1   36 0xc040 691928   kernel
 21 0xc0a92000 5f60 snd_ich.ko
 32 0xc0a98000 22b88sound.ko
 41 0xc0abb000 2d48 wlan_wep.ko
 51 0xc0abe000 4040 wlan_tkip.ko
 61 0xc0ac3000 6da4 wlan_ccmp.ko
 71 0xc0aca000 1b88 wlan_xauth.ko
 81 0xc0acc000 2cf4 wlan_acl.ko
 91 0xc0acf000 fa20 if_ath.ko
103 0xc0adf000 3015cath_hal.ko
112 0xc0b1 3fbc ath_rate.ko
121 0xc0b14000 4ae8 atapicam.ko
132 0xc0b19000 c7fc netgraph.ko
141 0xc0b26000 77e4 ng_ubt.ko
151 0xc0b2e000 5858 vkbd.ko
161 0xc0b34000 58554acpi.ko
171 0xc47ee000 16000linux.ko
181 0xc4f3f000 5000 i915.ko
191 0xc4f44000 e000 drm.ko

glxinfo still shows no direct rendering:

$ glxinfo | grep rendering
direct rendering: No


glxgears still runs at around 300fps average...  It still craps on
itself when trying to launch the window.  X goes crazy for a second and
then I am returned back to this:

]$ wolfsp
Wolf 1.41 linux-i386 Dec  4 2002
- FS_Startup -
Current search path:
/home/cross/.wolf/main
/usr/local/share/rtcw/main/sp_pak3.pk3 (14 files)
/usr/local/share/rtcw/main/sp_pak2.pk3 (232 files)
/usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files)
/usr/local/share/rtcw/main/pak0.pk3 (4775 files)
/usr/local/share/rtcw/main

--
6363 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec wolfconfig.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
Bypassing CD checks
- Client Initialization -
Cmd_AddCommand: map_restart already defined
- Initializing Renderer 
---
- Client Initialization Complete -
- R_Init -
...loading libGL.so.1: Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 1024x768
Using 4/4/4 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect


***
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
   +set r_allowSoftwareGL 1
 to the command line when starting the game.
***
...WARNING: could not set the given mode (3)
- CL_Shutdown -
RE_Shutdown( 1 )
---
- CL_Shutdown -
---
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

Is there anything else I can try or should I get over running games on
my laptop with a makeshift video card?

agp0: Intel 8285xM (85xGM GMCH) SVGA controller port 0xeff0-0xeff7 mem
0xd800-0xdfff,0xe038-0xe03f irq 16 at device 2.0 on pci0

Thanks,

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


Find the Date a Port Was Installed

2006-05-17 Thread Jeff Cross
I have recently upgraded to RELENG_6_1 and have attempted a portupgrade
on all ports since the upgrade so that new libs, etc. are being used
with the installed ports.  When it *finally* finished I saw that 9 ports
were not upgraded due to various reasons but because I did this from the
command line I couldn't scroll up to see what 9 ports failed.

Is it possible to determine which ports weren't upgraded so I can deal
with them manually or is it possible to show the install date for all
ports?  If I can pull the install date for all of them I can see which
ones are older than today and deal with them individually. I looked at
the man page for pkg_info to see if there was anything I could do there
to list the installed ports along with an installation date but I didn't
see anything.

Any ideas?  Thanks in advance!

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


Re: Find the Date a Port Was Installed

2006-05-17 Thread Jeff Cross
Colin Percival wrote:
 Jeff Cross wrote:
 Is it possible to determine which ports weren't upgraded so I can deal
 with them manually or is it possible to show the install date for all
 ports?  If I can pull the install date for all of them I can see which
 ones are older than today and deal with them individually.
 
 # stat -f %Sm %N /var/db/pkg/*/+COMMENT | cut -f 1,5 -d / | tr -d /
 
 Replace %Sm with %m if you want the install dates as seconds-since-epoch.
 
 Colin Percival
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Thanks for the help, guys.  This is exactly what I was looking/hoping for.

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


Re: after upgrade from 6.0 to 6.1

2006-05-15 Thread Jeff Cross
Zimmerman, Eric wrote:
 If you followed those instructions, you used the wrong cvsup tag.  Set
 the
 tag to:
 *default release=cvs delete tag=RELENG_6_1

 in your cvsupfile, and rebuild everything again.

  -Derek

 
 Hi,
 
 You used my page (mikestammer.com) to upgrade. =)
 
 Notice the comment in the standard-supfile says:
 
 # use 'RELENG_6' for STABLE or 'RELENG_6_0' for RELEASE
 
 As others have mentioned, you would use:
 
 *default release=cvs tag=RELENG_6_1
 
 To get FreeBSD 6.1. 
 
 I added a note to make it a little clearer:
 
 NOTE: Change the cvs tag as appropriate for what you are trying to do!
 IE if you want FreeBSD 6.1 RELEASE, use *default release=cvs
 tag=RELENG_6_1 and so on.
 
 
 The good news is the instructions worked =) Sorry for the confusion
 
 Eric
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
I also used the mentioned directions but changed the tag to RELENG_6_1
before beginning the process.  Here are the contents of my standard-supfile:

# cvsup -g -L 2 standard-supfile
*default host=cvsup3.us.FreeBSD.org
*default base=/var/db
*default release=cvs tag=RELENG_6_1
*default delete use-rel-suffix
*default compress
src-all

The process went smoothly, shows my kernel recompiled today, but like
the initial poster, it shows 6.0-RELEASE in the uname -a output:

FreeBSD xtop.xnet.local 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon May 15
08:14:54 CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

I followed the directions to a t minus the custom kernel.  I just
recompiled the kernel w/o the KERNCONF= parameters.  Have I done
something incorrect also?  Do some CVS servers by chance not have the
upgraded source?  I will try this again in a little while but don't
really want to take the time if my results will be the same in the end.

Any ideas?

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


Re: after upgrade from 6.0 to 6.1

2006-05-15 Thread Jeff Cross
Jeff Cross wrote:
 Zimmerman, Eric wrote:
 If you followed those instructions, you used the wrong cvsup tag.  Set
 the
 tag to:
 *default release=cvs delete tag=RELENG_6_1

 in your cvsupfile, and rebuild everything again.

  -Derek

 Hi,

 You used my page (mikestammer.com) to upgrade. =)

 Notice the comment in the standard-supfile says:

 # use 'RELENG_6' for STABLE or 'RELENG_6_0' for RELEASE

 As others have mentioned, you would use:

 *default release=cvs tag=RELENG_6_1

 To get FreeBSD 6.1. 

 I added a note to make it a little clearer:

 NOTE: Change the cvs tag as appropriate for what you are trying to do!
 IE if you want FreeBSD 6.1 RELEASE, use *default release=cvs
 tag=RELENG_6_1 and so on.


 The good news is the instructions worked =) Sorry for the confusion

 Eric


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



 I also used the mentioned directions but changed the tag to RELENG_6_1
 before beginning the process.  Here are the contents of my standard-supfile:
 
 # cvsup -g -L 2 standard-supfile
 *default host=cvsup3.us.FreeBSD.org
 *default base=/var/db
 *default release=cvs tag=RELENG_6_1
 *default delete use-rel-suffix
 *default compress
 src-all
 
 The process went smoothly, shows my kernel recompiled today, but like
 the initial poster, it shows 6.0-RELEASE in the uname -a output:
 
 FreeBSD xtop.xnet.local 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon May 15
 08:14:54 CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  i386
 
 I followed the directions to a t minus the custom kernel.  I just
 recompiled the kernel w/o the KERNCONF= parameters.  Have I done
 something incorrect also?  Do some CVS servers by chance not have the
 upgraded source?  I will try this again in a little while but don't
 really want to take the time if my results will be the same in the end.
 
 Any ideas?
 
 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Ok, so after looking at my supfile again, I noticed that I didn't add
the prefix line.  So, I will try this again but I have one more
question: What happened since that line wasn;t in the file?  Where did
it download everything to?  Is there anything I need to clean up?

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


Upgrading from 6.0 to 6.1

2006-05-12 Thread jeff . cross
This has possibly been discussed a number of times, and if it has, I  
apologize.  Here is my situation:


I would like to upgrade my existing 6.0-SECURITY system to 6.1-RELEASE  
and continue using freebsd-update to keep my system on the up and up.   
I read through the upgrade instructions on disk #1 of the 6.1 release  
CD and wondered if that would be the easiest way to upgrade?


From what I read, all of the configuration files for 6.1 would be in  
the /etc/upgrade folder.  Would they have to stay there?  Would 6.1,  
from this point forward, always have the /etc folder in /etc/upgrade?   
Do I copy new pieces back to /etc for the production system?  I read  
about merging but does it merge from /etc to /etc/upgrade?


Is another scenario to do the cvsup method and go that route?  If I  
did, would I be able to use freebsd-update from that point forward or  
would I be limited to only using the cvsup method?


I know both require merging config files and what not, which makes me  
a little nervous, but I would like the easiest method available.  I  
love using FreeBSD and use it primarily on my laptop so compiling the  
entire OS on there may take a while so obviously the binary upgrade  
looks good.  I am just unsure about the /etc/upgrade folder and how I  
get all of that back to /etc.


I am somewhat a noobert in FreeBSD... I have been using it for less  
than a year and really enjoy it over my past Linux experiences.   
However, things like this make me nervous.  This is my first upgrade  
of a machine I use *all* the time.


Thanks in advance!

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


RE: Upgrading from 6.0 to 6.1

2006-05-12 Thread jeff . cross

Quoting Zimmerman, Eric [EMAIL PROTECTED]:


Freebsd-update works on my box (but theres been no updates as of yet).

As long as you track RELEASE it should work fine


-Original Message-
From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]

Sent: Friday, May 12, 2006 2:10 PM
To: Zimmerman, Eric
Subject: RE: Upgrading from 6.0 to 6.1

Quoting Zimmerman, Eric [EMAIL PROTECTED]:

 Try this

 https://mikestammer.com/doku.php?id=updateos

 its what I wrote up for myself when I update

 worked for me from 6 to 6.1 and should meet your needs just fine

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 Sent: Friday, May 12, 2006 12:15 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Upgrading from 6.0 to 6.1

 This has possibly been discussed a number of times, and if it has,

I

 apologize.  Here is my situation:

 I would like to upgrade my existing 6.0-SECURITY system to

6.1-RELEASE

 and continue using freebsd-update to keep my system on the up and

up.

 I read through the upgrade instructions on disk #1 of the 6.1

release

 CD and wondered if that would be the easiest way to upgrade?

  From what I read, all of the configuration files for 6.1 would be

in

 the /etc/upgrade folder.  Would they have to stay there?  Would

6.1,

 from this point forward, always have the /etc folder in

/etc/upgrade?

 Do I copy new pieces back to /etc for the production system?  I

read

 about merging but does it merge from /etc to /etc/upgrade?

 Is another scenario to do the cvsup method and go that route?  If I
 did, would I be able to use freebsd-update from that point forward

or

 would I be limited to only using the cvsup method?

 I know both require merging config files and what not, which makes

me

 a little nervous, but I would like the easiest method available.  I
 love using FreeBSD and use it primarily on my laptop so compiling

the

 entire OS on there may take a while so obviously the binary upgrade
 looks good.  I am just unsure about the /etc/upgrade folder and how

I

 get all of that back to /etc.

 I am somewhat a noobert in FreeBSD... I have been using it for

less

 than a year and really enjoy it over my past Linux experiences.
 However, things like this make me nervous.  This is my first

upgrade

 of a machine I use *all* the time.

 Thanks in advance!

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


Thanks!  I will give this a try. But, before I do, can I still use
freebsd-update to maintain my system from that point forward or will I
have to use the cvsup method of updating?

Jeff Cross
http://www.averageadmins.com/




Thanks for the input, Eric and Kevin!  I guess I'll start the process  
this evening and

maybe everything will be through compiling by Monday in time for work! :)

Thanks again!

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


Flash 7 and Firefox 1.5.0.2

2006-04-26 Thread Jeff Cross
I hate to ask you this, but can you assist me in getting Flash 7 to work
in Firefox?  I changed the symlinks in the browser_plugins from

/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so to
/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so and

/usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt to
/usr/X11R6/lib/linux-flashplugin7/flashplayer.xpt.

I also commented out all of the Flash 6 info in libmap.conf and
uncommented the Flash 7 lines.  However, when visiting a web site that
is Flash enabled, the browser crashes with:

LoadPlugin: failed to initialize shared library
/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so [Shared object
libm.so.6 not found, required by nphelix.so]
/libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
symbol _dlsym


Any ideas?  I am afraid there is something else I am supposed to do.

Thanks in advance.

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


Re: a favorite graphical ftp client?

2006-04-16 Thread Jeff Cross
[EMAIL PROTECTED] wrote:
 i would like to ask the list for opinions on a good graphical ftp client
 for a
 freebsd desktop.  before i try them all, id like to get a few
 recomendations :)
 
 gftp is quite nice imho -- http://gftp.seul.org/
 
 
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
I agree.  gftp is what I use as well.

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


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

2006-04-08 Thread Jeff Cross
Jona Joachim wrote:
 Michael Nottebrock wrote:
 Jeff Cross schrieb:

 I did have glx and dri but I added the DRI section to my
 configuration.  Adding the section ans restarting X did not seem to work.

 I also did not have the i915.o kernel module on my system.  How might I
 go about getting/compiling that to see if ti may help?
 cd /usr/src/modules/drm
 make obj  make depend  make  make install

 One thing I forgot in my last mail: Also make sure you have the
 graphics/dri port installed.

 Also, if I don't have GLX support, why does glxgears run?
 It runs using the fallback software renderer (which is slow and doesn't
 support many features).
 
 
 To know whether hardware acceleration is available or not you can type
 glxinfo | grep rendering
 It should say direct rendering: Yes if everything works right.
 You should check out http://people.freebsd.org/~anholt/dri/index.html
 Perhaps you will need graphics/linux_dri as the game runs under the
 Linux compatibility layer but I don't know. I have an NVidia graphics
 card so I'm a bit spoiled :) RTCW as well as Enemy Territory run just
 fine here.
 
 Jona
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 

I ran the make commands you specified but still do not have a i915.o
file on my system.  Here is what I have related to i915:

$ locate i915
/usr/X11R6/lib/modules/dri/i915_dri.so
/usr/local/include/drm/i915_drm.h
/usr/src/sys/dev/drm/i915_dma.c
/usr/src/sys/dev/drm/i915_drm.h
/usr/src/sys/dev/drm/i915_drv.c
/usr/src/sys/dev/drm/i915_drv.h
/usr/src/sys/dev/drm/i915_irq.c
/usr/src/sys/dev/drm/i915_mem.c

By the way, glxinfo | grep rendering returns no.  I also loaded the
graphics/dri port and graphics/linux_dri is already installed.

Any other suggestions?  Thanks in advance!

Jeff Cross
www.averageadmins.com

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


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

2006-04-08 Thread Jeff Cross
Michael Nottebrock wrote:
 Jeff Cross schrieb:
 I ran the make commands you specified but still do not have a i915.o
 file on my system.  Here is what I have related to i915:
 
 Oops. Turns out the complete i915 module was only added *after* FreeBSD
 6.0 release. You'll have to upgrade to 6-STABLE/6.1-RELEASE (to be
 released very soon now) to get it.
 
 By the way, glxinfo | grep rendering returns no.  
 
 Yes, direct rendering won't work without the drm kernel module.
 
 
 Cheers,
Okay.  I guess I'll wait for the official 6.1 release.  Thanks for
everyone's assistance!  I'll holler back after the release if this needs
to be revisited.

Thanks again!

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


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

2006-04-07 Thread Jeff Cross
Jeff Cross wrote:
 I got brave today and attempted to install RTCW on my laptop.  I was
 weary at first due to the fact that my laptop uses an Intel graphics
 chip (agp0: Intel 8285xM (85xGM GMCH) SVGA controller port
 0xeff0-0xeff7 mem 0xd800-0xdfff,0xe038-0xe03f irq 16 at
 device 2.0 on pci0).
 
 I installed the port this evening and when attempting to run RTCW, I am
 returned the following output:
 
 $ wolfsp
 Wolf 1.41 linux-i386 Dec  4 2002
 - FS_Startup -
 Current search path:
 /home/cross/.wolf/main
 /usr/local/share/rtcw/main/sp_pak2.pk3 (232 files)
 /usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files)
 /usr/local/share/rtcw/main/pak0.pk3 (4775 files)
 /usr/local/share/rtcw/main
 
 --
 6349 files in pk3 files
 execing default.cfg
 couldn't exec language.cfg
 couldn't exec wolfconfig.cfg
 couldn't exec autoexec.cfg
 Hunk_Clear: reset the hunk ok
 Bypassing CD checks
 - Client Initialization -
 Cmd_AddCommand: map_restart already defined
 - Initializing Renderer 
 ---
 - Client Initialization Complete -
 - R_Init -
 ...loading libGL.so.1: Initializing OpenGL display
 ...setting mode 3: 640 480
 Using XFree86-VidModeExtension Version 2.2
 XF86DGA Mouse (Version 2.0) initialized
 XFree86-VidModeExtension Activated at 1024x768
 Using 4/4/4 Color bits, 16 depth, 0 stencil display.
 GL_RENDERER: Mesa GLX Indirect
 
 
 ***
  You are using software Mesa (no hardware acceleration)!
  Driver DLL used: libGL.so.1
  If this is intentional, add
+set r_allowSoftwareGL 1
  to the command line when starting the game.
 ***
 ...WARNING: could not set the given mode (3)
 - CL_Shutdown -
 RE_Shutdown( 1 )
 ---
 - CL_Shutdown -
 ---
 Sys_Error: GLimp_Init() - could not load OpenGL subsystem
 
 I then tried the +set r_allowSoftwareGL 1 option:
 
 $ wolfsp +set r_allowSoftwareGL 1
 Wolf 1.41 linux-i386 Dec  4 2002
 - FS_Startup -
 Current search path:
 /home/cross/.wolf/main
 /usr/local/share/rtcw/main/sp_pak2.pk3 (232 files)
 /usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files)
 /usr/local/share/rtcw/main/pak0.pk3 (4775 files)
 /usr/local/share/rtcw/main
 
 --
 6349 files in pk3 files
 execing default.cfg
 couldn't exec language.cfg
 couldn't exec wolfconfig.cfg
 couldn't exec autoexec.cfg
 Hunk_Clear: reset the hunk ok
 Bypassing CD checks
 - Client Initialization -
 Cmd_AddCommand: map_restart already defined
 - Initializing Renderer 
 ---
 - Client Initialization Complete -
 - R_Init -
 ...loading libGL.so.1: Initializing OpenGL display
 ...setting mode 3: 640 480
 Using XFree86-VidModeExtension Version 2.2
 XF86DGA Mouse (Version 2.0) initialized
 XFree86-VidModeExtension Activated at 1024x768
 Using 4/4/4 Color bits, 16 depth, 0 stencil display.
 GL_RENDERER: Mesa GLX Indirect
 
 
 ***
  You are using software Mesa (no hardware acceleration)!
  Driver DLL used: libGL.so.1
  If this is intentional, add
+set r_allowSoftwareGL 1
  to the command line when starting the game.
 ***
 ...WARNING: could not set the given mode (3)
 - CL_Shutdown -
 RE_Shutdown( 1 )
 ---
 - CL_Shutdown -
 ---
 Sys_Error: GLimp_Init() - could not load OpenGL subsystem
 
 [EMAIL PROTECTED] /usr/home/cross]$ wolfsp +set r_allowSoftwareGL 1
 Wolf 1.41 linux-i386 Dec  4 2002
 - FS_Startup -
 Current search path:
 /home/cross/.wolf/main
 /usr/local/share/rtcw/main/sp_pak2.pk3 (232 files)
 /usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files)
 /usr/local/share/rtcw/main/pak0.pk3 (4775 files)
 /usr/local/share/rtcw/main
 
 --
 6349 files in pk3 files
 execing default.cfg
 couldn't exec language.cfg
 couldn't exec wolfconfig.cfg
 couldn't exec autoexec.cfg
 Hunk_Clear: reset the hunk ok
 Bypassing CD checks
 - Client Initialization -
 Cmd_AddCommand: map_restart already defined
 - Initializing Renderer 
 ---
 - Client Initialization Complete -
 - R_Init -
 ...loading libGL.so.1: Initializing OpenGL display
 ...setting mode 3: 640 480
 Using XFree86-VidModeExtension Version 2.2
 XF86DGA Mouse (Version 2.0) initialized
 XFree86-VidModeExtension Activated at 1024x768
 Using 4/4/4 Color bits, 16 depth, 0 stencil display.
 GL_RENDERER: Mesa GLX Indirect
 
 
 ***
  You are using software Mesa (no hardware acceleration)!
  Driver DLL used: libGL.so.1
  If this is intentional, add
+set r_allowSoftwareGL 1
  to the command line when starting the game

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

2006-04-07 Thread Jeff Cross
Michael Nottebrock wrote:
 Jeff Cross schrieb:
 
 GL_RENDERER: Mesa GLX Indirect


 ***
  You are using software Mesa (no hardware acceleration)!
  Driver DLL used: libGL.so.1
  If this is intentional, add
+set r_allowSoftwareGL 1
  to the command line when starting the game.
 ***
 
 [...]
 
 Does anyone know if it is possible to run OpenGL game graphics on an
 Intel based chipset?  When I run glxgears it runs like a champ,
 returning anywhere from 450-500 fps.
 
 You seem to not have direct rendering / GLX enabled. I'm not sure if
 that is supported on your particular chipset, but it's nevertheless
 worth a try, since pretty much all games assume/require
 hardware-accelerated 3d graphics to be working in order to run properly.
 
 Make sure you have
 
 Load glx
 Load dri
 
 in Section Module in your xorg.conf as well as
 
 Section DRI
 Mode0666
 EndSection
 
 Also make sure you have the i915 drm kernel module available (is
 available in FreeBSD 6.0 and newer, should be in /boot/kernel/i915.o)
 and loaded (check with kldstat, try manually loading it before starting
 X if it doesn't get autoloaded).
 
 
 Cheers,

I did have glx and dri but I added the DRI section to my
configuration.  Adding the section ans restarting X did not seem to work.

I also did not have the i915.o kernel module on my system.  How might I
go about getting/compiling that to see if ti may help?

Also, if I don't have GLX support, why does glxgears run?

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


Using javavmwrapper

2006-04-05 Thread Jeff Cross
Can anyone give me some guidance in using javavmwrapper?  I have
searched high and low (I know someone will post the link I have
overlooked) but can't seem to find any detailed information on how to
use it. I understand that there are some environment variables I can use
to choose between different VMs (linux-sun-jdk-1.4.2, jdk-1.4.2, and
jdk-1.5.0) but I can't seem to locate anything.

Also, does it only help when compiling ports that use Java or will it
work to run an application with a different VM?

Any assistance is greatly appreciated.

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


Re: Using javavmwrapper

2006-04-05 Thread Jeff Cross
[LoN]Kamikaze wrote:
 Jeff Cross wrote:
 Can anyone give me some guidance in using javavmwrapper?  I have
 searched high and low (I know someone will post the link I have
 overlooked) but can't seem to find any detailed information on how to
 use it. I understand that there are some environment variables I can use
 to choose between different VMs (linux-sun-jdk-1.4.2, jdk-1.4.2, and
 jdk-1.5.0) but I can't seem to locate anything.

 
 I do not know where this is documented, but the best way to deal with it
 is setting the variable JAVA_PREFERRED_PORTS in your '/etc/make.conf'. I.e.
 
 JAVA_PREFERRED_PORTS?= JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5
 
 for jdk15. The complete list is
 
 
 JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5
 JAVA_PORT_NATIVE_BSDJAVA_JDK_1_4
 JAVA_PORT_NATIVE_BSDJAVA_JDK_1_3
 JAVA_PORT_NATIVE_FREEBSD_JDK_1_3
 JAVA_PORT_NATIVE_BSDJAVA_JDK_1_2
 JAVA_PORT_NATIVE_BSDJAVA_JDK_1_1
 JAVA_PORT_LINUX_SUN_JDK_1_4
 JAVA_PORT_LINUX_SUN_JDK_1_3
 JAVA_PORT_LINUX_SUN_JDK_1_2
 JAVA_PORT_LINUX_BLACKDOWN_JDK_1_4
 JAVA_PORT_LINUX_BLACKDOWN_JDK_1_3
 JAVA_PORT_LINUX_BLACKDOWN_JDK_1_2
 JAVA_PORT_LINUX_IBM_JDK_1_4
 JAVA_PORT_LINUX_IBM_JDK_1_3
 
 to be found in '/usr/ports/Mk/bsd.java.mk'.
 
 
 Also, does it only help when compiling ports that use Java or will it
 work to run an application with a different VM?

 
 You can run software that was built by older versions, but not vice
 versa. That means you can run software that was compiled by 1.4 on 1.5
 but not the other way around. Unless you set something like '-target
 1.4' when building.
 
 Any assistance is greatly appreciated.

 Jeff Cross
 www.averageadmins.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 

Here is the reason I am asking, and maybe someone could shed some light
on this as well.

I have been using Zend Studio Client 4.0.2 on FreeBSD 6.0-SECURITY for
quite some time.  I updated my ports and packages (which Zend is not)
the other day and it hasn't worked since.

So, if I wanted to try running Zend with the jdk15 port, how would I
specify that I wanted to use the 1.5 version of the jdk before firing
off the process?  I wouldn't think that making the change in my
make.conf file would do this, would it?

Thanks in advance!

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


Re: Using javavmwrapper

2006-04-05 Thread Jeff Cross
[LoN]Kamikaze wrote:
 Jeff Cross wrote:
 Here is the reason I am asking, and maybe someone could shed some light
 on this as well.

 I have been using Zend Studio Client 4.0.2 on FreeBSD 6.0-SECURITY for
 quite some time.  I updated my ports and packages (which Zend is not)
 the other day and it hasn't worked since.

 So, if I wanted to try running Zend with the jdk15 port, how would I
 specify that I wanted to use the 1.5 version of the jdk before firing
 off the process?  I wouldn't think that making the change in my
 make.conf file would do this, would it?

 
 It would.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Thanks a lot for your help Kamikaze.  I apologize.  With me being
somewhat of a newb to the interworking of FreeBSD, I assumed that the
make.conf file would be referenced hen building a port, not when running
a binary.

I entered the JAVA_PREFERRED_PORTS variable in the make.conf file and
all is well now!

Thanks!

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


Re: Video iPod and FreeBSD 6.0-SECURITY

2006-03-27 Thread Jeff Cross
Huy Ton That wrote:
 This same identifical issue happened to me with my Creative Zen MicroPhoto.
 Only I just did a reset by removing the battery and putting it back in.
 
 On 3/23/06, Jeff Cross [EMAIL PROTECTED] wrote:
 I recently purchased a Video iPod (30GB) and am unable to mount it as a
 drive in FreeBSD.  There is no device created for it when it is
 inserted.  All I receive is umass0: Apple iPod, rev 2.00/0.01, addr 2
 but no daX device.  Can anyone lend a hand on how I can mount this
 device so I can use GNUpod once again?!

 I also had a very scary experience happen to me when booting my laptop
 in to FreeBSD with the iPod connected.  I blogged about it here...


 http://www.averageadmins.com/blog/2006/03/21/what-not-to-do-with-a-video-ipod-and-freebsd/

 ...and am anxious to know if anyone knows why my laptop failed the
 volume checks when mounting the partitions.  It hosed my iPod up
 temporarily as well.  If anyone is interested in reading that post and
 commenting I would greatly appreciate it.  I now know not to boot my
 laptop up with the Video iPod connected!

 Thanks in advance!

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

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Just an FYI, FreeBSD 6.1 BETA4 handles the 30GB Video iPod as expected.
 I was able to mount the device an everything.

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


Video iPod and FreeBSD 6.0-SECURITY

2006-03-23 Thread Jeff Cross
I recently purchased a Video iPod (30GB) and am unable to mount it as a
drive in FreeBSD.  There is no device created for it when it is
inserted.  All I receive is umass0: Apple iPod, rev 2.00/0.01, addr 2
but no daX device.  Can anyone lend a hand on how I can mount this
device so I can use GNUpod once again?!

I also had a very scary experience happen to me when booting my laptop
in to FreeBSD with the iPod connected.  I blogged about it here...

http://www.averageadmins.com/blog/2006/03/21/what-not-to-do-with-a-video-ipod-and-freebsd/

...and am anxious to know if anyone knows why my laptop failed the
volume checks when mounting the partitions.  It hosed my iPod up
temporarily as well.  If anyone is interested in reading that post and
commenting I would greatly appreciate it.  I now know not to boot my
laptop up with the Video iPod connected!

Thanks in advance!

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


Remove a Port and All Dependencies

2006-02-24 Thread Jeff Cross
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would like to know if it is possible to remove a port/package and all
of the dependencies it installed that are not needed by other applications.

Example: I installed Nautilus and some Gnome games but don't want them
installed any longer.  However, if I remove the package itself, doesn't
it leave all of the other dependencies out there?

Upgrading my system takes forever now that there are a ton of libs and
such installed by these applications.  So, if anyone can point me in the
right direction for doing this I would greatly appreciate it.

Jeff Cross


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD/1A/jEeRttyBLroRAjMyAJ94CqOeKoo0BPpqGjw9GCeatB6EewCfRRdh
SOnrTu3rRT+iUoQpQQIwJOw=
=Xbcd
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bsd-airtools

2006-02-12 Thread Jeff Cross

kalin mintchev wrote:

not positive, but i think this no longer works...



ok..  thanks. i found it in the net-mnmt ports. why is it there if it
doesn't work?
is there anything else like it in the ports (or online)?

thanks..


  

On Sat, 11 Feb 2006, kalin mintchev wrote:

:
:  hi all...
:
:  anybody successfully used bsd-airtools?
:
:  i tried the dstumbler to look at my access point at home but nothing
:happens. i do get the interface with all the options but after that
:nothing shows up no mater which option i use...  any ideas?   thanks
:
:___
:[EMAIL PROTECTED] mailing list
:http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
:To unsubscribe, send any mail to [EMAIL PROTECTED]
:
:

--
[EMAIL PROTECTED]





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



  
As I said in a previous post, the dstumbler portion of the bsd-airtools 
works for me by doing the following:


# ifconfig wi0 up
# dstumbler wi0

Also, kismet is a really good tool for detecting wireless networks as 
well.  It is available in the FreeBSD ports tree at 
/usr/ports/net-mgmt/kismet.  However, I can only get this app to work 
with my Atheros (ath0) card, a Linksys WPC55AG.


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