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