Re: BSDstats website displaying data incorrectly

2010-05-09 Thread Bobby Walker

 
 
 
  On Thu, 6 May 2010, Fbsd1 wrote:
  Why does this page show PCBSD has count of 387
  http://www.bsdstats.org/bt/home.html?os=
  And this page shows PCBSD has count of 1307
  http://www.bsdstats.org/bt/home.html?os=PC-BSD
  Why is this? I would think both should show the same value, or you
  better add explanation to the web page why the count is different.

This was a database setup problem, and I've updated the code to pull out of the 
proper database.   if anyone notices any other discrepancies please let me know.

Thanks,
Bobby___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: BSDstats website displaying data incorrectly

2010-05-09 Thread Bobby Walker

On May 9, 2010, at 7:53 PM, Aiza wrote:

 Bobby Walker wrote:
 
 On Thu, 6 May 2010, Fbsd1 wrote:
 Why does this page show PCBSD has count of 387
 http://www.bsdstats.org/bt/home.html?os=
 And this page shows PCBSD has count of 1307
 http://www.bsdstats.org/bt/home.html?os=PC-BSD
 Why is this? I would think both should show the same value, or you
 better add explanation to the web page why the count is different.
 This was a database setup problem, and I've updated the code to pull out of 
 the proper database.   if anyone notices any other discrepancies please let 
 me know.
 Thanks,
 Bobby___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 Why does
 http://www.bsdstats.org/
 and
 http://bsdstats.hub.org/bt/home.html?os=FreeBSD
 still show different counts if you fixed this problem?

I made the correction on the development site and did not have any issues.  In 
fact, I still don't have problems with it at all.  On the live site, though, 
there's something amiss with the way the template system is interacting with 
the database.  So, I'm trying to track down the problem.

Here are my temporary hurdles, I'm still wading through the template system.  
The more familiar I get with the layout of that, the faster things seem to go.  
And I usually get an hour or so a day to work with it.  But, I am plugging away 
at it.

I'll post an update when I isolate the erroneous problems.  Thanks for the 
heads up!

-- Bobby


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


Re: File system

2010-05-08 Thread Bobby Walker
On May 8, 2010, at 8:36 PM, Ansar Mohammed wrote:

 Hello All,
 I have a FreeBSD VM running. Whenever I reboot the VM without a clean
 shutdown it boots into single user mode and I have to run fsck.
 
 When I run fsck, the file system clearly has issues.
 
 Is there any way to have FreeBSD run on a better file system that wont crap
 out on me everytime I do and unclean shutdown?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 

I am far from an expert on this topic, but under what situation is it good to 
take any OS down suddenly?  Is this an unavoidable event of some sort?

If this is a timed event, that happens on a regular basis, then you should be 
able to issue a timed shutdown prior to that so that the operating system goes 
down cleanly.

Any file system that is taken down abruptly, repeatedly will see degradation.  
Databases and open files, not to mention any data that is being written from/to 
the hard disk are all meant to be taken down and cleared out properly.

I'm not certain that a different file system is the solution, it might just be 
a band-aid on the greater problem, which is eliminating the sudden power loss 
that's simulated by shutting off a VM.

-- Bobby___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: File system

2010-05-08 Thread Bobby Walker

On May 8, 2010, at 10:18 PM, Ansar Mohammed wrote:

 Hello Bobby,
 
 The VM is in my lab environemnt. I have many flavours of Windows, Linux and
 FreeBSD. FreeBSD is my firewall running PF.
 
 I have rebooted my entire environment hundreds of times, and non of my
 Windows or Linux VMs will complain or boot into a repair/single user mode.
 
 The background to this problem is because the FreeBSD root filesystem (UFS)
 is not journaled and for some reason I cannot set my root partition to be
 UFS+SoftUpdates.
 
 At any rate, we are in the year 2010, most modern operating systems and
 databases and able to survive an unclean shutdown without booting into
 single user mode and file system/data corruption.
 
 I love FreeBSD, and have been a user since 2.x but its a bit frustrating
 that whenever power fails I have to do this..
 
 
 On Sat, May 8, 2010 at 10:57 PM, Bobby Walker bobbyjwal...@live.com wrote:
 
 On May 8, 2010, at 8:36 PM, Ansar Mohammed wrote:
 
 Hello All,
 I have a FreeBSD VM running. Whenever I reboot the VM without a clean
 shutdown it boots into single user mode and I have to run fsck.
 
 When I run fsck, the file system clearly has issues.
 
 Is there any way to have FreeBSD run on a better file system that wont
 crap
 out on me everytime I do and unclean shutdown?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
 
 
 I am far from an expert on this topic, but under what situation is it good
 to take any OS down suddenly?  Is this an unavoidable event of some sort?
 
 If this is a timed event, that happens on a regular basis, then you should
 be able to issue a timed shutdown prior to that so that the operating system
 goes down cleanly.
 
 Any file system that is taken down abruptly, repeatedly will see
 degradation.  Databases and open files, not to mention any data that is
 being written from/to the hard disk are all meant to be taken down and
 cleared out properly.
 
 I'm not certain that a different file system is the solution, it might just
 be a band-aid on the greater problem, which is eliminating the sudden power
 loss that's simulated by shutting off a VM.
 
 -- Bobby___

Okay, I just took my VM down abruptly, and I had no problems coming back up 
automatically. 

That makes me wonder exactly how your fstab is set, would you mind posting 
yours if it deviates too much from what mine looks like?

# DeviceMountpoint  FStype  Options 
DumpPass#
/dev/ad0s1b noneswapsw  
0   0
/dev/ad0s1a /   ufs 
rw  1   1
/dev/ad0s1e /tmpufs 
rw  2   2
/dev/ad0s1f /usrufs 
rw  2   2
/dev/ad0s1d /varufs 
rw  2   2
/dev/acd0   /cdrom  cd9660  ro,noauto   
0   0


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

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


Re: How To create msdosfs on HD?

2010-04-29 Thread Bobby Walker



Sent from my iPhone

On Apr 29, 2010, at 9:13 AM, Fbsd1 fb...@a1poweruser.com wrote:


Rod Person wrote:
On Thu, 29 Apr 2010 09:29:35 -0300, Fbsd1 fb...@a1poweruser.com  
wrote:
I know mount_msdosfs command is used to mount a HD formated with  
fat, but I could not find a FBSD command to create a msdos file  
system on a hard drive. Native dos fdisk/format is no good because  
it's not USB aware. Is there any FBSD command or port I can use to  
reformat the UFS hard drive with msdosfs?

___

Why can't you format it in XP since you connected it to XP?
Because like I say in the first part of post you snipped out that xp  
does not assign a drive letter to it.

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





In XP the drive should be visible in the disk manager via  
administration tools.  It'll assign a drive letter after you you do a  
fat32 or ntfs format on either a single partition or the entire drive.

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


Re: 7.1 and wireless with ural

2010-04-20 Thread Bobby Walker


No I only had 7.1 on CD, but I've burned 8 onto disc and will upgrade  
when I get home tonight.


Thanks

Sent from my iPhone

On Apr 20, 2010, at 7:27 AM, Alberto Mijares amijar...@gmail.com  
wrote:



And in my rc.conf I have this defined:
ifconfig_ural0=wpa DHCP
hostname=my.home.server




You must create a virtual interface (i.e. wlan0) and then configure  
it.


# ifconfig wlan0 create wlandev ural0

Read man(5) rc.conf and the handbook for more information. You are
using FreeBSD 8, don't you?

Regards


Alberto Mijares


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


RE: 7.1 and wireless with ural

2010-04-20 Thread Bobby Walker

FYI,

 

I upgraded to 8.0 and built the virtual interface, but still had the same 
problems.

 

I finally stumbled upon the solution to my problem.

 

I added to rc.conf

 

wpa_supplicant_flags=-s -Dbsd

 

It will now get online, I'm rebuilding my kernel before cvsup'ing.

 

Thanks!
 
 From: bobbyjwal...@live.com
 To: freebsd-questions@freebsd.org
 Date: Tue, 20 Apr 2010 17:06:02 -0500
 Subject: Re: 7.1 and wireless with ural
 
 
 No I only had 7.1 on CD, but I've burned 8 onto disc and will upgrade 
 when I get home tonight.
 
 Thanks
 
 Sent from my iPhone
 
 On Apr 20, 2010, at 7:27 AM, Alberto Mijares amijar...@gmail.com 
 wrote:
 
  And in my rc.conf I have this defined:
  ifconfig_ural0=wpa DHCP
  hostname=my.home.server
 
 
 
  You must create a virtual interface (i.e. wlan0) and then configure 
  it.
 
  # ifconfig wlan0 create wlandev ural0
 
  Read man(5) rc.conf and the handbook for more information. You are
  using FreeBSD 8, don't you?
 
  Regards
 
 
  Alberto Mijares
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
  
_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendarocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


7.1 and wireless with ural

2010-04-19 Thread Bobby Walker

Hey list, I've searched and searched for a solution to this problem and I can't 
find one.
 
I've got the wireless nic setup, its a Linksys WUSB54G v2.
 
Its picked up by the ural driver, but as far as I can tell that driver doesn't 
work for it.
 
dmesg gives me:
 
ural0: MAC/BBP RT2570 (rev 0x05), RF RT2526
ural0: WARNING: using obsoleted IFF_NEEDSGIANT flag
ural0: Ethernet address: 00:18:39:03:35:3b
 
Then I get a series of messages that repeat:
ural0: link state changed to UP
ural0: link state changed to DOWN
ural0: link state changed to UP
ural0: link state changed to DOWN
 
Here's ifconfig when the device is UP:
ural0: flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT metric 0 
mtu 1500
 ether 00:18:39:03:35:3b
 inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
 media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
 status: associated
 ssid MYNETWORK channel 6 (2437 Mgz 11g) bssid 00:25:9c:9e:e0:00
 authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 50 bmiss 7
 scanvalid 60 protmode CTS roaming MANUAL
 
And in my rc.conf I have this defined:
ifconfig_ural0=wpa DHCP
hostname=my.home.server
 
And lastly this is my wpa_supplicant.conf
network={
 ssid=MYNETWORK
 key_mgmt=WPA-PSK
 psk=mysecretpass
}
 
Anyone have any ideas on how I can pull down a stable connection with this so 
that I can upgrade to 8.0?
 
Thanks in advance,
Bobby
  
_
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccountocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Recommendations for running FreeBSD as a guest OS

2009-02-13 Thread Bobby Walker
I have a small network at work that, unfortunately, uses Windows 2003.   
I need a good mail server, but I do not have a budget for purchasing 
additional software.  Exchange requires too many hacks to configure a 
catchall email account, and Exchange and I do not get along very well.  
So, today while brainstorming, I thought why not run FreeBSD as a guest 
OS on the box.  Any suggestions for the best way of doing this?


Thanks in advance,
Bobby
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: kvm switch

2009-01-21 Thread Bobby
On Wednesday 21 January 2009 12:38:12 am Chad Perrin wrote:
 On Mon, Jan 19, 2009 at 08:16:28PM -0800, Kendall Shaw wrote:
  Do you have a kvm switch that does mouse and keyboard emulation and know
  that it works with freebsd?
 
  I have an iogear kvm switch from around the last time I asked this
  question here years back, that has usually worked with linux, netbsd,
  openbsd, macos and windows. Back then to work with freebsd, each time I
  switched away and back I would login remotely and issue a command to get
  freebsd to recognize the keyboard again.
 
  The newer version of my kvm switch says it has mouse and keyboard
  emulation, but I can't get a straight answer out of them if that means
  the OS can tell that they keyboard has disconnected or not. Do you know?
  Or do you know of a KVM switch, that does that and is suitable for an
  impoverished person's home computing needs?
 
  Also, I read someone's comment on newegg that the mouse emulation only
  emulates 2 buttons. Do you know if that is true?

I am using a Trendnet TK-207 USB switch and it works very well with my system.  
It switches between FreeBSD and Vista, and I use a zBoard keyboard with my 
mouse plugged in through the keyboard.  I don't have any problems with this 
KVM, it works greaat.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


4gb address space limitation for i386

2007-08-30 Thread User Bobby
I have an IBM xSeries 350 4xPIII with 5.5gb of RAM, and see that only 
about 3.5gb is being used under the i386 port.  I've been looking through the

archives to try and figure out what the root of the problem is and I amn't
quite sure I know which part of the situation is the real problem.

Is it a limitation of the i386 port?  That is to say, if there were a 
specific PIII (i686?) port, would this problem be overcome?  Or is it a 
hardware limitation?  Is it necessary to use a not-clean method to 
access the extra address space (is this what PAE is?), and there's no clean

way around it, regardless of the port?

I was looking at building a PAE kernel, but was discouraged by the lack of 
usb and certain SCSI support, both of which I'd really like to have (in 
the case of SCSI, need to have).  Is this lack of support because of an 
inherent difficulty in the hardware, or could it be overcome in a 
stable way with modification of the device driver code?


My basic (and very hypothetical) question - if I had unlimited time and 
knowledge (I have limited both), what direction would I take to get access 
to all 5.5gb of RAM on this particular computer?


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


Linux extended partition after FreeBSD slice

2006-11-05 Thread Bobby Knight
Hello

I want to install Linux in an extended partition after my FreeBSD slice so that 
I won't loose unecessary primary partitions to Linux because I want to install 
other OS:es too.

Are there any problens with this do you think?

This, I think rather old article, recommends to install FreeBSD slice after 
Linux extended partition:

http://tldp.org/HOWTO/Linux+FreeBSD-2.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sound a bit garbled after awhile

2006-10-21 Thread Bobby Knight
Hello

I have this problem that after awhile, sometimes a rather long while, the sound 
starts to suck. It is noticeable by the base which gets that typical broken 
sound. The sound gets restored after I reload the kernel module snd_ich...

Is there some sysctl that needs to be set for the sound to be good all the 
time? 

Thank you

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


SV: Re: How do I access external USB fat32 160 GB drive?

2006-08-19 Thread Bobby Knight


John Nielsen [EMAIL PROTECTED] skrev:  On Friday 18 August 2006 13:40, Bobby 
Knight wrote:
 When I try to mount the drive with mount_msdos it tells me the filsystem
 is to big. The drive consists av a single fat32 partition.

 Windows can access it so it must be possible in FreeBSD too. I read about
 recompiling the kernel with option MSDOSFS_LARGE. But that option seems to
 be gone i GENERIC now.

Hence the need to compile your own kernel. Refer to /usr/src/sys/conf/NOTES 
for details on _why_ you may or may not want to use this. Refer to the 
handbook for information on how to compile your own kernel (it's easy).

JN
  
I don't know how to interpret that warning. I won't have more than 1 million 
files on the fat32 fs. But I will wan't to write to it. Is it not possible to 
write to it?
   
  Thank you for your help
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How do I access external USB fat32 160 GB drive?

2006-08-18 Thread Bobby Knight
Hello
   
  When I try to mount the drive with mount_msdos it tells me the filsystem is 
to big. The drive consists av a single fat32 partition.
   
  Windows can access it so it must be possible in FreeBSD too. I read about 
recompiling the kernel with option MSDOSFS_LARGE. But that option seems to be 
gone i GENERIC now.
   
  Thanks
   
   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SV: Re: Weird result of portupgrade -aRr concerning pkgconfig or is it pkg-config?

2006-08-03 Thread Bobby Knight
Thank you for editing my post.
   
  Strange that freebsd does not provide any info on how to deal with these 
problems. 
   
  I think one is supposed to invoke pkgdb -F when portupgrades fail like this. 
The question then is how to respond. The most recent page I could find about 
that is this:
   
  http://www.engr.colostate.edu/~reinholz/freebsd/pkgdb_F.html
   
  I haven't tried it yet but I suspect I will get some of those same questions 
when I do. Especieally about stale origin to pkgconfig.
   
  
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Weird result of portupgrade -aRr concerning pkgconfig or is it pkg-config?

2006-08-02 Thread Bobby Knight


HelloNewly installed 6.1. Barely touched ports so one would expect it to 
work, yet it fails brutally for me as  a new user when I do portupgrade -arR 
just to upgrade a few packages.I have no clue why and what to do so I am 
hoping someone here knows. Can't  see what I have done wrong. I have followed 
the available ports docs/mans slavishly.

That is always cvsup ports and do a portsdb -Fu; portaudit -Fa before upgrade 
as  well as read UPDATING.The info I've managed to gather is listed below. 
I don't want to retry the  installation and maybe screw up things more before I 
ask you guys. Problem  seems to be with pkg-config or pkgconfig... 
pkgconfig puzzles me. There

exits no port of this in the tree yet it somehow is a package now.

 

Thanks.syscons buffer contents related to error I could get:---  
Installing the new version via the port  ===  Installing for pkg-config-0.20_2 
 ===   Generating temporary packing list  ===  Checking if devel/pkg-config 
already installed  ===   pkg-config-0.20_2 is already installedYou may 
wish to ``make deinstall'' and install this port againby ``make 
reinstall'' to upgrade it properly.If you really wish to overwrite the 
old port of devel/pkg-configwithout deleting it first, set the variable 
FORCE_PKG_REGISTERin your environment or the make install command 
line.  *** Error code 1Stop in /usr/ports/devel/pkg-config.  *** Error code 
1Stop in /usr/ports/devel/pkg-config.  ** Command failed [exit code 1]: 
/usr/bin/script -qa  /tmp/portupgrade42339.5 env PORT_UPGRADE=yes make 
PORT_UPGRADE=yes reinstall  egrep: /var/db/pkg/pkgconfig-0.20/+CONTENTS: No 
such file or directory  ---  Restoring the old version  **
 Fix the installation problem and try again.  [Updating the pkgdb 
format:bdb_btree in /var/db/pkg ... - 45 packages  found (-0 +1) . done]  
---  Skipping 'devel/pkg-config' (pkg-config-0.20_2) because it has  already 
failedportversion -vl :fontconfig-2.3.2_3,1  needs 
updating (port has 2.3.2_5,1)  linux_base-8-8.0_14   needs updating 
(port has 8.0_16)  pkgconfig-0.20needs updating (port has 
0.20_2)  xorg-clients-6.9.0_2  needs updating (port has 6.9.0_3)  
xorg-printserver-6.9.0needs updating (port has 6.9.0_1)  
xorg-server-6.9.0_1   needs updating (port has 6.9.0_4)  
xorg-vfbserver-6.9.0  needs updating (port has 6.9.0_1)  xterm-206_1   
needs updating (port has 215)pkg_info:bash-3.1.17  
   The GNU Project's Bourne Again SHell  bitstream-vera-1.10_2 Bitstream Vera 
TrueType font collection  cvsup-without-gui-16.1h_2 General network file 
distribution system
  optimized for   CVS  db41-4.1.25_3   The Berkeley DB package, revision 
4.1  expat-2.0.0_1   XML 1.0 parser written in C  fontconfig-2.3.2_3,1 An 
XML-based font configuration API for X Windows  freetype2-2.1.10_3  A free and 
portable TrueType font rendering engine  gettext-0.14.5_2GNU gettext 
package  gmake-3.81_1GNU version of 'make' utility  imake-6.9.0 
Imake and other utilities from X.Org  jpeg-6b_4   IJG's jpeg 
compression utilities  libXft-2.1.7_1  A client-sided font API for X 
applications  libdrm-2.0.2Userspace interface to kernel Direct 
Rendering Module  servi  libiconv-1.9.2_2A character set conversion library 
 libtool-1.5.22_2Generic shared library support script  links-2.1.p21,1 
Lynx-like text WWW browser  linux_base-8-8.0_14 Base set of packages needed in 
Linux mode (for  i386/amd64)  lynx-ssl-2.8.5_2A non-graphical, text-based 
World-Wide Web client with  SSL  pcre-6.7Perl Compatible
 Regular Expressions library  perl-5.8.8  Practical Extraction and 
Report Language  pkg-config-0.20_2   A utility to retrieve information about 
installed  libraries  pkgconfig-0.20  A utility to retrieve information 
about installed  libraries  png-1.2.12_1Library for manipulating PNG 
images  portaudit-0.5.11Checks installed ports against a list of security  
vulnerabi  portupgrade-2.1.3.2_2,2 FreeBSD ports/packages administration and  
management too  l s  ruby-1.8.4_9,1  An object-oriented interpreted 
scripting language  ruby18-bdb-0.5.9_2  Ruby interface to Sleepycat's Berkeley 
DB revision 2  or lat  tiff-3.8.2  Tools and library routines for 
working with TIFF  images  xorg-clients-6.9.0_2 X client programs and related 
files from X.Org  xorg-documents-6.9.0 Documentation of X11 protocol and 
libraries from  X.Org  xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts  
xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts 
 xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts  
xorg-fonts-encodings-6.9.0_1 X.Org font encoding files  
xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts  
xorg-fonts-truetype-6.9.0 X.Org TrueType fonts  xorg-fonts-type1-6.9.0 X.Org 
Type1 fonts  

lost data

2004-12-28 Thread bobby
I made a very stupid mistake.  Ran an fsck from netbsd on a freebsd
partition.   Thought it was running on the net disk.  It fixed a bunch
of errors.  After I realized what I did freebsd would not boot.  So I ran
fsck from fbsd.  I now have a lost+found directory that is way too small,
at least 16GB unaccounted for.  Files are stored as inode # I think.
example: #0354382.  I restored a few different superblocks. nothing.
I'm running gpart on it now... I don't think its going to help.
Any ideas or tools that will help?

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


J2sdk1.4.2 patch

2004-12-07 Thread Bobby Tonya Newman
Hello,
Can you tell me when we might expect patch 7 for J2SDK1.4.2?
I am running FreeBSD 5.3 and would like to install java.


Thanks

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


vmware3 net module

2004-11-16 Thread Bobby Johnson
I've had problems with the vmware3 vmnet.ko module since upgrading to 5.3 from 
5.2.1.  The module loads and I don't find any errors, but it doesn't bring up a 
virtual interface.  I've updated the ports tree a few times and reinstalled 
vmware and linux_base.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]