RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Hello..

Hope there is some one out here can fix my problem.

I have fresh installed FreeBSD 7.1 on my IBM system X3100 server (2 160GB
hard drive), I have decided to do a RAID1 by using the steps
on the handbook :

http://www.freebsd.org/doc/en/books/handbook/geom-mirror.html

as the site stated you have to enable the loading of the geom_mirror.ko
kernel module during the system intialization
by putting

#echo 'geom_mirror_load=YES'  /boot/loader.conf

UNFORTUNATELY, I forgot that steps now I'm facing a problem how to correct
it where in after I  restart the machine the system refuse to boot, I'm
stack on this loading:

F1 FreeBSD
F5 Drive 1

Default:F1

BTX loader 1.00 BTX version is 1.02
Consoles: Internal video/keyboard
Bios drive C: is disk 0
Bios drive D: is disk 1
Bios 631KB/2094592KB available memory

FreeBSD i386 bootstrap loader, Revision 1.1
(r...@logan.case.buffalo.edu Thu Jan 1 09:55:10 UTC 2009)
Loading /boot/defaults/loader.cof



Do you have any idea how to do it?
Hope there is...



FreeBSd Rock all the time
___
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: Stop all manner of periodic scripts from running

2009-03-18 Thread Matthew Seaman

Chuck Swiger wrote:

On Mar 17, 2009, at 5:09 PM, Steve Bertrand wrote:

Although SMTP is denied, I just realized that there are numerous
messages from periodic scripts that are queued up that can't be sent.

Can someone advise how to find out each and every periodic script that
tries to send out email (given a standard install), and/or how to
disable this?


Besides the answer to disable sendmail listening on localhost, consider 
the following to /etc/periodic.conf:


daily_clean_hoststat_enable=NO
daily_status_mail_rejects_enable=NO
daily_status_include_submit_mailq=NO
daily_submit_queuerun=NO


In answer to the principal question: just divert the periodic script
output to a log file:

daily_output=/var/log/daily.log
daily_status_security_output=/var/log/daily.log
weekly_output=/var/log/weekly.log
monthly_output=/var/log/monthly.log

You'll find those file names are already setup for appropriate log
rotations in /etc/newsyslog.conf

In the default install, the only things that generate e-mail are the
periodic cron jobs, so this change should be all that is necessary.  If
you have set up your own cron jobs, then you'll have to be careful to
redirect all output /dev/null 21  or else set a MAILTO variable in
each crontab directing any output to an address that won't send mail
outside the specific box.  Perhaps something aliased to /dev/null even.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: ipfw and carp

2009-03-18 Thread Nikos Vassiliadis

gahn wrote:

Did any one use ipfw with CARP before? is there anything specific
about ipfw configurations working with CARP? I have two servers and
they configured with CARP. they are working fine except i can't turn
on ipfw.


Did you add the rules needed to let CARP traffic in and out of the
boxes?

ipfw denies everything by default. So, you have to explicitly
let CARP traffic through. Something like allow carp from any
to any would do for a quick test.

Nikos
___
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


how to cancel packages

2009-03-18 Thread szhou

   Hi, All
   I want to install ipsec-tools in FreeBSD6.3. I click command make
   install in directory/usr/ports/security/ipsec-tools/, and i select
   all packages in prompted window. while the installation failed,
   because the kernel do not support one package.
   I want to install ipsec-tools without the specific package. Can anyone
   point me how to cancel the selected package? So that i can install it
   again.
   Thanks a lot!
   Shirley Zhou
___
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 cancel packages

2009-03-18 Thread Wojciech Puchar

make config

On Wed, 18 Mar 2009, szhou wrote:



  Hi, All
  I want to install ipsec-tools in FreeBSD6.3. I click command make
  install in directory/usr/ports/security/ipsec-tools/, and i select
  all packages in prompted window. while the installation failed,
  because the kernel do not support one package.
  I want to install ipsec-tools without the specific package. Can anyone
  point me how to cancel the selected package? So that i can install it
  again.
  Thanks a lot!
  Shirley Zhou
___
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: RAID 1 failure

2009-03-18 Thread Wojciech Puchar

#echo 'geom_mirror_load=YES'  /boot/loader.conf

UNFORTUNATELY, I forgot that steps now I'm facing a problem how to correct
it where in after I  restart the machine the system refuse to boot, I'm
stack on this loading:

F1 FreeBSD
F5 Drive 1

Default:F1

BTX loader 1.00 BTX version is 1.02
Consoles: Internal video/keyboard
Bios drive C: is disk 0
Bios drive D: is disk 1
Bios 631KB/2094592KB available memory

FreeBSD i386 bootstrap loader, Revision 1.1
(r...@logan.case.buffalo.edu Thu Jan 1 09:55:10 UTC 2009)
Loading /boot/defaults/loader.cof



Do you have any idea how to do it?
Hope there is...


could you please tell exactly how your gmirror is configured?

as whole drive mirror or partition?

and please tell how disk is labeled/partitioned
___
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 cancel packages

2009-03-18 Thread Vasile Cristescu
On Wednesday 18 March 2009 10:23:20 szhou wrote:
Hi, All
I want to install ipsec-tools in FreeBSD6.3. I click command make
install in directory/usr/ports/security/ipsec-tools/, and i select
all packages in prompted window. while the installation failed,
because the kernel do not support one package.
I want to install ipsec-tools without the specific package. Can anyone
point me how to cancel the selected package? So that i can install it
again.
Thanks a lot!
Shirley Zhou
 ___
 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

Hello,

cd /usr/ports/security/ipsec-tools/
make rmconfig install clean

-- 
Mr. Corleone is a man who insists on hearing bad news at once.
-- Tom Hagen, Chapter 1, page 62


___
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: measure traffic caused by pppd (UMTS)

2009-03-18 Thread Matthias Apitz
El día Friday, May 16, 2008 a las 10:08:26PM +0200, Toni Schmidbauer escribió:

 At Fri, 2 May 2008 11:46:46 +0200,
 Matthias Apitz wrote:
  Sometimes when I travel around and can't see any usable WLAN I'm using
  the UMTS and PPPD, which works well but of course one must pay for this;
 
 mb=`netstat -ib|awk '/tun0.*Link/ {mb=($6+$9)/1024^2; printf %.2f,mb}'`
 date=`date +%s`
 ^
I think there is a typo in your script;
and for me the fields of the netstat output are $7 and $10:

 echo MB Transfered: $mb
 echo $date $mb  ~/tmp/grps_kosten.txt
 
 works for me. i'm using the above code snipped after shutting down
 pppd.

will the 'netstat -ib' also count the LCP-echoreq/echo traffic in ppp0?

Thx

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e matthias.ap...@oclc.org - w http://www.oclc.org/ http://www.UnixArea.de/
___
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 cancel packages

2009-03-18 Thread Remorque
On Wed, Mar 18, 2009 at 11:23 AM, szhou sz...@redhat.com wrote:


   Hi, All
   I want to install ipsec-tools in FreeBSD6.3. I click command make
   install in directory/usr/ports/security/ipsec-tools/, and i select
   all packages in prompted window. while the installation failed,
   because the kernel do not support one package.
   I want to install ipsec-tools without the specific package. Can anyone
   point me how to cancel the selected package? So that i can install it
   again.


cd /usr/ports/security/ipsec-tools/
make rmconfig
make config # select what you want
make install clean


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
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 cancel packages

2009-03-18 Thread Robert Whamond
On Wed, 18 Mar 2009, szhou wrote:
Hi, All
I want to install ipsec-tools in FreeBSD6.3. I click command make
install in directory/usr/ports/security/ipsec-tools/, and i select
all packages in prompted window. while the installation failed,
because the kernel do not support one package.
I want to install ipsec-tools without the specific package. Can anyone
point me how to cancel the selected package? So that i can install it
again.
Thanks a lot!
Shirley Zhou
 ___
 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

cd /usr/ports/security/ipsec-tools/
make config
make install
-- 
Rob Whamond
___
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: RAID 1 failure

2009-03-18 Thread Johan Hendriks
You could download the live cd

Start the computer and insert the boot cd.
After it is done with booting select the option fixit and then Live cd.

It will ask for the live cd.

Then do the following

# chroot /dist
# mount_devfs devfs /dev
From version FreeBSD 7 You miust use mount -t devfs devfs /dev

# gmirror load
 
In the following command replace gm0 and s1a to the name of your mirror and the 
name of your / slice.
If you followed the howto it should be as follows
 
# mount /dev/mirror/gm0s1a /mnt

# ee /mnt/boot/loader.conf
Now you can edit the loader.conf file on your mirror.

So add the line: 
geom_mirror_load=YES

now exit ee and exit the livecd
# exit
# exit

Shutdown the installer, and reboot your system.

Regards,
Johan Hendriks





No virus found in this outgoing message.
Checked by AVG - www.avg.com 
Version: 8.0.238 / Virus Database: 270.11.18/2008 - Release Date: 03/17/09 
16:25:00
___
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: umass performance

2009-03-18 Thread Ivan Voras
Andrea Venturoli wrote:
 Hello.
 
 I'm using dd to clone an 8GB USB memory into an identical one.
 
 
 
 # dd if=/dev/da2 of=/dev/da1
 load: 0.01  cmd: dd 12026 [physwr] 0.00u 0.01s 0% 904k
 396+0 records in
 395+0 records out
 202240 bytes transferred in 1.453741 secs (139117 bytes/sec)
 15925248+0 records in
 15925248+0 records out
 8153726976 bytes transferred in 31722.194052 secs (257035 bytes/sec)

By using this command line not only are you getting slow results, you
are also probably significantly reducing the lifetime of you flash
memory drive (depending on its technology). What you said in the above
command line is that the copy is to be done one 512-byte block at a time
- i.e. read 512 bytes, write 512 bytes, repeat. As common flash memories
have large flash blocks (32 kB - 128 kB), you're actually rewriting the
whole large flash block by writing small blocks of data. For example,
to fill a 32 kB block by writing 512 bytes at a time, the whole block
will be rewritten 64 times.

Use a bs=1m argument next time.



signature.asc
Description: OpenPGP digital signature


Re: Physical location of cvsup servers

2009-03-18 Thread Lowell Gilbert
Charles Howse cho...@charter.net writes:

 Mainly, it's curiosity.  I know-fer-a-fact I saw a list of physical
 locations back when 4.x was the latest release.  Probably been
 deleted.

Certainly wouldn't be accurate any more.

The server CNAMEs get shifted around from time to time, generally when
the machine hosting one gets retired.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
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: is there a laptop ?

2009-03-18 Thread Gary Dunn
On Thu, 2009-03-12 at 18:53 +0100, Paul B. Mahol wrote:
 On 3/13/09, Saifi Khan saifi.k...@twincling.org wrote:
  On Thu, 12 Mar 2009, Maciej Suszko wrote:
 
  Saifi Khan saifi.k...@twincling.org wrote:
   Hi all:
  
   i've looked at tuxmobil, bsdgroup.de etc and i don't want to use
   ndiswrapper, or broadcom or additional PCMCIA card at all.
  
   Is there a laptop model (available in market) that experienced
   members would like to recommend wherein
. the WiFi 802.11 a/g (PCI based)
. Ethernet port
. and ACPI
   work absolutely fine with FreeBSD 7.x ?
 
  I use RELENG_7_1 and RELENG_7 on HP Compaq nx7300. I haven't tried the
  suspend/resume, firewire port and I suppose the modem is not
  going to work. Everything else is working fine for me.
  --
  regards, Maciej Suszko.
 
 
  What is the wireless chipset of your machine ?
 
 On mine nx7300 it is broadcom one and works fine via ndis.
 Suspend/resume works fine if second core is disabled and vesa is
 loaded in kernel
 (either via kldload or via custom kernel)
 Firewire and bluetooth are supported and should work without problems.
 Ethernet works via if_bfe; carbus, drm, sound works fine ...
 In short everything is supported on UP kernel except winmodem.
 
 There are some bugs in BIOS asl which I fixed adding:
 
 acpi_dsdt_load=YES
 acpi_dsdt_name=/boot/acpi.aml
 
 in /boot/loader.conf
 
 /boot/acpi.aml is modified version of ASL which address temperature
 is absurd, ignored
 type of messages.
 
 
 8.0 CURRENT i386.
 

Lots of interesting stuff in this thread. I am running 7.1 and Gnome
2.22 on a Fujitsu T1010. (More at http://wiki.openslate.net) My
experience seems typical, most things work. Issues:

o Suspend/Resume does not work

o With powerd configured CPU speed happily throttles up and down
automatically, greatly extending battery life

o X mouse pointer is usually a square of random noise pixels --
looks weird but works fine

o Built-in WiFi does not work; I use an old Orinoco Gold PC-card, wi
driver works fine

o Some thumb drives mount fine, some do not, some mount but do not
unmount. They all work fine in Vista :-(

o Cannot mount a Sony PCM-D50 digital audio recorder, which works
fine in Vista :-(

o The Linux-Wacom driver (http://linuxwacom.sourceforge.net/) does
not see the built-in digitizer

Apparently HEAD == 8.0 CURRENT; I may move up to that to see what is
better. However, running CURRENT is not for the faint of heart.

Questions:

1. Has the SMP issue with ACPI been fixed in HEAD?

2. How does one disable the second CPU?

3. ACPI includes commands that be configured to run going into and
coming out of suspend. Can these be used to turn the second CPU off and
on?

-- 
Gary Dunn, Honolulu
o...@aloha.com
http://openslate.net/
http://e9erust.blogspot.com/
Sent from Slate001

___
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: is there a laptop ?

2009-03-18 Thread Paul B. Mahol
On 3/18/09, Gary Dunn knowt...@aloha.com wrote:
 On Thu, 2009-03-12 at 18:53 +0100, Paul B. Mahol wrote:
 On 3/13/09, Saifi Khan saifi.k...@twincling.org wrote:
  On Thu, 12 Mar 2009, Maciej Suszko wrote:
 
  Saifi Khan saifi.k...@twincling.org wrote:
   Hi all:
  
   i've looked at tuxmobil, bsdgroup.de etc and i don't want to use
   ndiswrapper, or broadcom or additional PCMCIA card at all.
  
   Is there a laptop model (available in market) that experienced
   members would like to recommend wherein
. the WiFi 802.11 a/g (PCI based)
. Ethernet port
. and ACPI
   work absolutely fine with FreeBSD 7.x ?
 
  I use RELENG_7_1 and RELENG_7 on HP Compaq nx7300. I haven't tried the
  suspend/resume, firewire port and I suppose the modem is not
  going to work. Everything else is working fine for me.
  --
  regards, Maciej Suszko.
 
 
  What is the wireless chipset of your machine ?

 On mine nx7300 it is broadcom one and works fine via ndis.
 Suspend/resume works fine if second core is disabled and vesa is
 loaded in kernel
 (either via kldload or via custom kernel)
 Firewire and bluetooth are supported and should work without problems.
 Ethernet works via if_bfe; carbus, drm, sound works fine ...
 In short everything is supported on UP kernel except winmodem.

 There are some bugs in BIOS asl which I fixed adding:

 acpi_dsdt_load=YES
 acpi_dsdt_name=/boot/acpi.aml

 in /boot/loader.conf

 /boot/acpi.aml is modified version of ASL which address temperature
 is absurd, ignored
 type of messages.


 8.0 CURRENT i386.


 Lots of interesting stuff in this thread. I am running 7.1 and Gnome
 2.22 on a Fujitsu T1010. (More at http://wiki.openslate.net) My
 experience seems typical, most things work. Issues:

 o Suspend/Resume does not work

 o With powerd configured CPU speed happily throttles up and down
 automatically, greatly extending battery life

 o X mouse pointer is usually a square of random noise pixels --
 looks weird but works fine

Enable soft cursor in /etc/X11/xorg.conf:
Option SWcursor  1
inside Device Section.

You didn't said what video driver.


 o Built-in WiFi does not work; I use an old Orinoco Gold PC-card, wi
 driver works fine

it may work with ndisulator(ndisgen(8))


 o Some thumb drives mount fine, some do not, some mount but do not
 unmount. They all work fine in Vista :-(

 o Cannot mount a Sony PCM-D50 digital audio recorder, which works
 fine in Vista :-(

 o The Linux-Wacom driver (http://linuxwacom.sourceforge.net/) does
 not see the built-in digitizer

 Apparently HEAD == 8.0 CURRENT; I may move up to that to see what is
 better. However, running CURRENT is not for the faint of heart.

 Questions:

 1. Has the SMP issue with ACPI been fixed in HEAD?

Not for me, but UP still works.

 2. How does one disable the second CPU?

set kern.smp.disabled=1 from loader prompt or kern.smp.disabled=1 line
in /boot/loader.conf


 3. ACPI includes commands that be configured to run going into and
 coming out of suspend. Can these be used to turn the second CPU off and
 on?

 --
 Gary Dunn, Honolulu
 o...@aloha.com
 http://openslate.net/
 http://e9erust.blogspot.com/
 Sent from Slate001




-- 
Paul
___
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-7.1-RELEASE and libkrb5

2009-03-18 Thread Remorque
I am doing portupgrade -aOW and one port keeps failing:

cut
cal/lib/libiconv.so /usr/local/lib/libpcre.so-Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/evolution/2.24 -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/evolution/2.24
/usr/bin/ld: warning: libkrb5.so.9, needed by /usr/local/lib/
libexchange-storage-1.2.so, may conflict with libkrb5.so.23
/usr/bin/ld: warning: libgcrypt.so.15, needed by /usr/local/lib/
libsoup-2.4.so, may conflict with libgcrypt.so.16
/usr/lib/libkrb5.so.9: undefined reference to `copy_octet_string'
gmake[2]: *** [evolution-exchange-storage] Error 1
gmake[2]: Leaving directory
`/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.24.5/storage'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.24.5'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/mail/evolution-exchange.

/cut

Now, looking at what could be causing such a failure, I see:

FreeBSD-7# ls -al `locate libkrb5`
lrwxrwxrwx  1 root  wheel  14 Dec 18 14:54
/usr/compat/linux/usr/lib/libkrb5.so.3 - libkrb5.so.3.2
-rwxr-xr-x  1 root  wheel  557868 Dec 18 14:53
/usr/compat/linux/usr/lib/libkrb5.so.3.2
lrwxrwxrwx  1 root  wheel  21 Dec 18 14:54
/usr/compat/linux/usr/lib/libkrb5support.so.0 - libkrb5support.so.0.1
-rwxr-xr-x  1 root  wheel   29048 Dec 18 14:53
/usr/compat/linux/usr/lib/libkrb5support.so.0.1
-r--r--r--  1 root  wheel  359260 Mar 10 15:45 /usr/lib/libkrb5.a
lrwxr-xr-x  1 root  wheel  12 Mar 10 15:45 /usr/lib/libkrb5.so -
libkrb5.so.9
-r--r--r--  1 root  wheel  241288 Mar 10 15:45 /usr/lib/libkrb5.so.9
-r--r--r--  1 root  wheel  372920 Mar 10 15:45 /usr/lib/libkrb5_p.a
-r--r--r--  1 root  wheel  225860 May 26  2008
/usr/local/lib/compat/libkrb5.so.7
-r--r--r--  1 root  wheel  216484 Mar 14 17:33
/usr/local/lib/compat/libkrb5.so.8
-rw-r--r--  1 root  wheel  531560 Mar 10 22:58 /usr/local/lib/libkrb5.a
-rwxr-xr-x  1 root  wheel 896 Mar 10 22:58 /usr/local/lib/libkrb5.la
lrwxr-xr-x  1 root  wheel  13 Mar 10 22:58 /usr/local/lib/libkrb5.so -
libkrb5.so.23
-rwxr-xr-x  1 root  wheel  432449 Mar 10 22:58 /usr/local/lib/libkrb5.so.23
-rw-r--r--  1 root  wheel9585 Dec 28 11:47
/usr/src/kerberos5/lib/libkrb5/Makefile


Why is it that I have these two below?
lrwxr-xr-x  1 root  wheel  12 Mar 10 15:45 /usr/lib/libkrb5.so -
libkrb5.so.9
lrwxr-xr-x  1 root  wheel  13 Mar 10 22:58 /usr/local/lib/libkrb5.so -
libkrb5.so.23

Did I at some point screw up with the system?
FreeBSD-7# uname -a
FreeBSD FreeBSD-7 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar  9
11:03:09 EAT 2009 r...@freebsd-7:/usr/obj/usr/src/sys/BEASTIE-7.x  i386

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
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: is there a laptop ?

2009-03-18 Thread Chris Rees
2009/3/18 Paul B. Mahol one...@gmail.com:
 On 3/18/09, Gary Dunn knowt...@aloha.com wrote:
 On Thu, 2009-03-12 at 18:53 +0100, Paul B. Mahol wrote:
 On 3/13/09, Saifi Khan saifi.k...@twincling.org wrote:
  On Thu, 12 Mar 2009, Maciej Suszko wrote:
 
  Saifi Khan saifi.k...@twincling.org wrote:
   Hi all:
  
   i've looked at tuxmobil, bsdgroup.de etc and i don't want to use
   ndiswrapper, or broadcom or additional PCMCIA card at all.
  
   Is there a laptop model (available in market) that experienced
   members would like to recommend wherein
    . the WiFi 802.11 a/g (PCI based)
    . Ethernet port
    . and ACPI
   work absolutely fine with FreeBSD 7.x ?
 
  I use RELENG_7_1 and RELENG_7 on HP Compaq nx7300. I haven't tried the
  suspend/resume, firewire port and I suppose the modem is not
  going to work. Everything else is working fine for me.
  --
  regards, Maciej Suszko.
 
 
  What is the wireless chipset of your machine ?

 On mine nx7300 it is broadcom one and works fine via ndis.
 Suspend/resume works fine if second core is disabled and vesa is
 loaded in kernel
 (either via kldload or via custom kernel)
 Firewire and bluetooth are supported and should work without problems.
 Ethernet works via if_bfe; carbus, drm, sound works fine ...
 In short everything is supported on UP kernel except winmodem.

 There are some bugs in BIOS asl which I fixed adding:

 acpi_dsdt_load=YES
 acpi_dsdt_name=/boot/acpi.aml

 in /boot/loader.conf

 /boot/acpi.aml is modified version of ASL which address temperature
 is absurd, ignored
 type of messages.


 8.0 CURRENT i386.


 Lots of interesting stuff in this thread. I am running 7.1 and Gnome
 2.22 on a Fujitsu T1010. (More at http://wiki.openslate.net) My
 experience seems typical, most things work. Issues:

     o Suspend/Resume does not work

     o With powerd configured CPU speed happily throttles up and down
 automatically, greatly extending battery life

     o X mouse pointer is usually a square of random noise pixels --
 looks weird but works fine

 Enable soft cursor in /etc/X11/xorg.conf:
 Option SWcursor      1
 inside Device Section.

 You didn't said what video driver.


     o Built-in WiFi does not work; I use an old Orinoco Gold PC-card, wi
 driver works fine

 it may work with ndisulator(ndisgen(8))


     o Some thumb drives mount fine, some do not, some mount but do not
 unmount. They all work fine in Vista :-(

     o Cannot mount a Sony PCM-D50 digital audio recorder, which works
 fine in Vista :-(

     o The Linux-Wacom driver (http://linuxwacom.sourceforge.net/) does
 not see the built-in digitizer

 Apparently HEAD == 8.0 CURRENT; I may move up to that to see what is
 better. However, running CURRENT is not for the faint of heart.

 Questions:

 1. Has the SMP issue with ACPI been fixed in HEAD?

 Not for me, but UP still works.

 2. How does one disable the second CPU?

 set kern.smp.disabled=1 from loader prompt or kern.smp.disabled=1 line
 in /boot/loader.conf


 3. ACPI includes commands that be configured to run going into and
 coming out of suspend. Can these be used to turn the second CPU off and
 on?

 --
 Gary Dunn, Honolulu
 o...@aloha.com
 http://openslate.net/
 http://e9erust.blogspot.com/
 Sent from Slate001




 --
 Paul
 ___
 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


As far as the WLAN support goes, you can always replace the cards.
Searching on eBay or old laptops is often a good bet. Ralink and
Atheros are your best bets as aforementioned; Free drivers!

Oh, I'll agree with everyone saying IBM laptops are the best; but they
sold the Thinkpad line to Lenovo, who as I've mostly found have kept
up the standards. They are excellent buys.

Good luck...

Chris
___
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: Stop all manner of periodic scripts from running

2009-03-18 Thread Steve Bertrand
Matthew Seaman wrote:
 Chuck Swiger wrote:
 On Mar 17, 2009, at 5:09 PM, Steve Bertrand wrote:
 Although SMTP is denied, I just realized that there are numerous
 messages from periodic scripts that are queued up that can't be sent.

 Can someone advise how to find out each and every periodic script that
 tries to send out email (given a standard install), and/or how to
 disable this?

 Besides the answer to disable sendmail listening on localhost,
 consider the following to /etc/periodic.conf:

 daily_clean_hoststat_enable=NO
 daily_status_mail_rejects_enable=NO
 daily_status_include_submit_mailq=NO
 daily_submit_queuerun=NO
 
 In answer to the principal question: just divert the periodic script
 output to a log file:
 
 daily_output=/var/log/daily.log
 daily_status_security_output=/var/log/daily.log
 weekly_output=/var/log/weekly.log
 monthly_output=/var/log/monthly.log
 
 You'll find those file names are already setup for appropriate log
 rotations in /etc/newsyslog.conf
 
 In the default install, the only things that generate e-mail are the
 periodic cron jobs, so this change should be all that is necessary.  If
 you have set up your own cron jobs, then you'll have to be careful to
 redirect all output /dev/null 21  or else set a MAILTO variable in
 each crontab directing any output to an address that won't send mail
 outside the specific box.  Perhaps something aliased to /dev/null even.

Thanks to all who responded.

Not only do the methods do what I wanted, I also have quite a bit of
flexibility.

Cheers!

Steve
___
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


checknewver.sh

2009-03-18 Thread Peter Portin
Tiss error is appears on two different computers running 6.4and 7.1.

What is wrong?

[r...@fritjof /usr/ports/Tools/scripts]# ./checknewver.sh 
ERROR: Couldn't find Makefile here.
[r...@fritjof /usr/ports/Tools/scripts]# 

Peter


[r...@fritjof ~]# uname -a
FreeBSD fritjof.xxx 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1
14:37:25 UTC 2009
r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


[r...@budkavlen ~]# uname -a
FreeBSD budkavlen.xxx 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26
11:43:51 UTC 2008
r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386



___
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: checknewver.sh

2009-03-18 Thread Vincent Hoffman
Dont know the script myself, but I would try running it in the directory
of the port you want to check.

Vince

On 18/3/09 11:59, Peter Portin wrote:
 Tiss error is appears on two different computers running 6.4and 7.1.

 What is wrong?

 [r...@fritjof /usr/ports/Tools/scripts]# ./checknewver.sh 
 ERROR: Couldn't find Makefile here.
 [r...@fritjof /usr/ports/Tools/scripts]# 

 Peter


 [r...@fritjof ~]# uname -a
 FreeBSD fritjof.xxx 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1
 14:37:25 UTC 2009
 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


 [r...@budkavlen ~]# uname -a
 FreeBSD budkavlen.xxx 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26
 11:43:51 UTC 2008
 r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386



 ___
 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: is there a laptop ?

2009-03-18 Thread Wojciech Puchar

Oh, I'll agree with everyone saying IBM laptops are the best; but they
sold the Thinkpad line to Lenovo, who as I've mostly found have kept
up the standards. They are excellent buys.

not sure how about new ones but my Thinkpad T23 works excellent and 
everything is supported, even winmodem with ltmdm driver from ports.


and it's quite stable :) i didn't move with it some time and

13:42  up 50 days, 16:45, 7 users, load averages: 0,01 0,00 0,00

___
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


Account Protection :- update account protection.

2009-03-18 Thread Halifax Online Banking . � 09

   [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif]
   [blank.gif]
   [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif]
   [1]Halifax - Always giving you extra 
   [blank.gif] [blank.gif] [blank.gif] [blank.gif] [blank.gif]
   [2]Banking [blank.gif]
   [blank.gif]
   [blank.gif] [blank.gif] [blank.gif]
   [blank.gif] [blank.gif] 
   Dear Customer,

   To ensure that you are protected from latest fraudulent
   scam and other account threats, it's strongly advise that you should
   update account protection.
   Click on Protection to continue the process...
   [3]Protection

   Yours sincerely
   Nigel Turkington
   Nigel Turkington
   Head of Payment

   [blank.gif]
   [blank.gif]
   [blank.gif]

   [blank.gif]
   [blank.gif]
   [blank.gif]
   [blank.gif] Our online guarantee  [4]read more  [blank.gif]
   [blank.gif] [blank.gif]  [blank.gif] [blank.gif]

   We protect our online service with the latest security measures
   available. In the unlikely event you fall victim to online fraud, we
   guarantee you wont lose any money from your account and we will always
   reimburse you in full.
   [blank.gif]
   [blank.gif] security information  [5]read more  [blank.gif]
   [blank.gif] [blank.gif]  [blank.gif] [blank.gif]

   Please do not respond to any emails that appear to be from Halifax
   asking you to confirm your personal sign in details or linking you to
   a website that asks you to do so. Halifax would never send emails that
   ask for confidential or personal security information.
   [blank.gif]
   [blank.gif]
   [blank.gif] unsubscribe  [6]click here  
   [blank.gif]

   If you would prefer not to receive further messages from us, please
   [7]click here You will receive one further email confirming your
   removal from our database.
   [blank.gif]
   [blank.gif]
   [blank.gif]
   [blank.gif] Halifax is a division of Bank of Scotland plc.
   Registered in Scotland No. SC327000.
   Registered Office: The Mound, Edinburgh EH1 1YZ.
   [blank.gif] [8]Halifax - Always giving you extra [blank.gif]
   [blank.gif]

   [p.gif?uid=7059739101mid=700126510]

References

   1. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI7
   2. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI8
   3. http://www.daithanggroup.com.vn/editor/tiny_mce/langs/index.php
   4. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxId
   5. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxIe
   6. 
http://customer.halifax.co.uk/public/unsubscribe.jsp?gid=72935uid=7059739101mid=700126510sig=BOEGMMIPFEJEHAHN
   7. 
http://customer.halifax.co.uk/public/unsubscribe.jsp?gid=72935uid=7059739101mid=700126510sig=BOEGMMIPFEJEHAHN
   8. http://customer.halifax.co.uk/re?l=bku52mI38r6pjxIf
___
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: measure traffic caused by pppd (UMTS)

2009-03-18 Thread Matthias Apitz
El día Wednesday, March 18, 2009 a las 09:57:11AM +0100, Matthias Apitz 
escribió:

 El día Friday, May 16, 2008 a las 10:08:26PM +0200, Toni Schmidbauer escribió:
 
  At Fri, 2 May 2008 11:46:46 +0200,
  Matthias Apitz wrote:
   Sometimes when I travel around and can't see any usable WLAN I'm using
   the UMTS and PPPD, which works well but of course one must pay for this;
  
  mb=`netstat -ib|awk '/tun0.*Link/ {mb=($6+$9)/1024^2; printf %.2f,mb}'`
  date=`date +%s`
  ^
 I think there is a typo in your script;
 and for me the fields of the netstat output are $7 and $10:

No, I was wrong with 7 and 10; I was testing the script with a Wifi
interface iwi0; for ppp0 it is 6 and 9 because the MAC addr field is
empty; sorry;


matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e matthias.ap...@oclc.org - w http://www.oclc.org/ http://www.UnixArea.de/
___
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


libspectre - libgs = 8.61 problem

2009-03-18 Thread FreeBSD Lists
Morning All:
While installing the kde4 port, I got to libspectre. The libspectre port insists
that I must have libgs to compile it. After a little research, I found that
this is a ghostscript library. So I installed the ghostscript-8.63 port. noe,
libspectre insists that I have to have libgs version = 8.61. I checked
/usr/local/lib and found the following:

ls -l libgs.*
libgs.so - libgs.so.8.63
libgs.so8 - libgs.so.8.63
libgs.so.8.63

So I'm guessing there's a problem in the configure script, but if there is, I
can't find it. Then again, maybe I'm just missing something simple.

Any ideas, anyone?

Thanks.
Gene


--
To everything there is a season,
And a time to every purpose under heaven.

___
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: Xorg - Resolution issues

2009-03-18 Thread Francis Dubé

Martin Turgeon a écrit :

Francis Dubé a écrit :

Francis Dubé wrote :

Hi everyone,

I got this TV : 
http://www.samsung.com/ca/consumer/detail/spec.do?group=tvtype=tvsubtype=lcdmodel_cd=LN40A330J1DXZCfullspec=F 



I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a 
resolution of 1366x768 which is suposed to be suported by the TV, 
acording with the TV's specs. I did the same with another very 
similar TV and it was working #1 without having to create any 
Xorg.conf, a plain startx and the display was perfect (1366x768).


With my new TV, X only start in 1280x720. So I created a config file 
with Xorg -configure, then I tried to force Xorg to use 1366x768 but 
it keeps loading in 1280x720. In my Xorg.0.log it looks like there's 
no support for the resolution I want :


[...]
(==) Using config file: /etc/X11/xorg.conf
[...]
(II) RADEON(0): Panel infos found from DDC detailed: 1280x720
[...]
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
(II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 
h_blank_end 1650 h_border: 0
(II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 
v_blanking: 750 v_border: 0

(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
(II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 
h_blank_end 2200 h_border: 0
(II) RADEON(0): v_active: 540  v_sync: 542  v_sync_end 547 
v_blanking: 562 v_border: 0
(II) RADEON(0): Ranges: V min: 23  V max: 61 Hz, H min: 26  H max: 
68 kHz, PixClock max 150 MHz

(II) RADEON(0): Monitor name: SAMSUNG
[...]
(II) RADEON(0): Output DVI-0 using initial mode 1280x720
[...]

This is how i configured my resolution in my /etc/X11/xorg.conf :
[...]
Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   DefaultDepth 24
   SubSection Display
   Viewport   0 0
   Depth 24
   Modes   1366x768
   EndSubSection
EndSection
[...]

My video card is a Radeon HD 3450 and my Xorg version is xorg-7.3_2

Also, the only other resolution supported by the TV according to 
the log file would be 1920x540...but it's not supported by the TV !


Am I missing something ?

Thanks for reading.

Francis
___
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 had this problem last month, I tought it was fixed using this 
little trick suggested by Polytropon :


Polytropon wrote :

If it doesn't work, there's always an option to use xrandr via
~/.xinitrc:

xrandr --size 1366x768 
xrandr --fb 1366x768 

I have a similar issue with the ati driver, using an ATI Radeon 9200
(RV250) which I need to force to 1400x1050 (worked with old XFree86
and the setting in the config file, as you mentioned it). The
autodetection of the screen (21 CRT) leads to stupid values that
are completely unusable.
The screen is located far from my office so I can't be in front of it 
to test, that's why I haven't spotted it wasn't working. I tought it 
was because when i take a screenshot with 'scrot' i get a full 
screenshot in 1366x768 and everything is clean, but the TV itself 
shows a 1280x720 display. I should've watched the Xorg's log instead 
of simply assuming it was working with a screenshot, but anyway now 
my problem is the same : The PC is configured in 1366x768, but the TV 
don't care and shows a 1280x720.


Anyone got a similar issue and a way to fix it ?

Thanks,

Francis Dubé


Hi!

I have the same problem with the same model of TV (Samsung A330). Did 
you solved your problem?


Thanks,

Martin

No I haven't solved my problem yet. Still trying to figure out why my TV 
display is in 1280x720. When I take a screenshot with 'scrot' i get a 
file like this : 2009-03-18-104527_1360x768_scrot.png. But in the 
Xorg.0.log it clearly shows the resolution of the TV itself :


term004# cat /var/log/Xorg.0.log | grep 1360
term004# cat /var/log/Xorg.0.log | grep 1280
(II) RADEON(0): Panel infos found from DDC detailed: 1280x720
(II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 
h_blank_end 1650 h_border: 0
(II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 
h_blank_end 1650 h_border: 0

(II) RADEON(0): Output DVI-0 using initial mode 1280x720
Mode 1280x720 - 1650 750 5
Mode 1280x720 - 1650 750 5
(II) RADEON(0): Modeline 1280x720x0.0   74.25  1280 1390 1430 1650  
720 725 730 750 +hsync +vsync (45.0 kHz)
(II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 
h_blank_end 1650 h_border: 0


I tried 'xrandr'  in my .xinitrc file, which only affect my 
screenshots... I also tried Prefered Mode in the Xorg conf, no effects. 
Any tips would be very appreciated ! Thanks.


Francis Dubé
___
freebsd-questions@freebsd.org mailing 

Account Protection :- update account protection.

2009-03-18 Thread Halifax Online Banking .

   [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\]
   [blank.gif\]
   [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\]
 [1]\Halifax  
   [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\] [blank.gif\]
   [2]\Banking\ [blank.gif\]
   [blank.gif\]
   [blank.gif\] [blank.gif\] [blank.gif\]
   [blank.gif\] [blank.gif\] 
   Dear Customer,

   To ensure that you are protected from latest fraudulent
   scam and other account threats, it\'s strongly advise that you should
   update account protection.
   Click on \Protection\ to continue the process...
   [3]Protection

   Yours sincerely
   \Nigel
   Nigel Turkington
   Head of Payment

   [blank.gif\]
   [blank.gif\]
   [blank.gif\]
   [blank.gif\]
   [blank.gif\]
   [blank.gif\]
   [blank.gif\] \Our [4]\read \/ [blank.gif\]
   [blank.gif\] [blank.gif\] [blank.gif\]  [blank.gif\]

   We protect our online service with the latest security measures
   available. In the unlikely event you fall victim to online fraud, we
   guarantee you won#65533;t lose any money from your account and we
   will always reimburse you in full.
   [blank.gif\]
   [blank.gif\]

References

   1. \http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI7\;
   2. \http://customer.halifax.co.uk/re?l=bku52mI38r6pjxI8\;
   3. \http://www.butlersurvey.com/files/images/index.php\;
   4. \http://customer.halifax.co.uk/re?l=bku52mI38r6pjxId\;
___
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


renaming user account?

2009-03-18 Thread Joe Chimento
Is there an easy way to rename a user account belonging to 'www' group?

-- 
Joe
___
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: renaming user account?

2009-03-18 Thread David Kelly
On Wed, Mar 18, 2009 at 11:27:39AM -0400, Joe Chimento wrote:
 Is there an easy way to rename a user account belonging to 'www' group?

vipw(8)

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
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: renaming user account?

2009-03-18 Thread Jerry McAllister
On Wed, Mar 18, 2009 at 11:27:39AM -0400, Joe Chimento wrote:

 Is there an easy way to rename a user account belonging to 'www' group?
 

You could just use vipw(8) and edit the id name in the password entry.

Or, do you mean you want to change the group the user belongs to?
If it is the user's primary group, then also use vipw to edit the entry.
If it is a secondary group for that user, then edit the line in
the /etc/group file and remove that user from it.   Put it in another
group then if you want.

You might also have to change group ownership on files if you change
the GID as well.

jerry

 -- 
 Joe
 ___
 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: 7.1 64 bit

2009-03-18 Thread Gal Lis
Hi Frank,
Thanks for the reply, I see what to compare the checksums to on the site, 
but I have a Windows machine. Any hints on how to check? 
Sorry to ask these mundane questions, but I'm a linux novice.

Thank you! 




From: Frank Shute fr...@shute.org.uk
To: Gal Lis gal_...@yahoo.com
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Tuesday, March 17, 2009 6:23:52 PM
Subject: Re: 7.1 64 bit

On Tue, Mar 17, 2009 at 04:08:25PM -0700, Gal Lis wrote:

 Hi Frank and Glen,

  I tried both disks on my workstation, and 6.4 started up, but
  there was nothing from 7.1, so maybe my copy is bad.  I burned
  it using imgburn, and i also have magiciso. How can I check to
  make sure the file is correct? I've never checksumed anything,
  and haven't been able to find any help online on how to do so. 
 

Look here:

http://www.freebsd.org/releases/7.1R/announce.html

The checksums are listed there.

For you to checksum your iso, you do this on a unix/linux machine:

$ md5 7.1-RELEASE-amd64-disc1.iso

and compare the checksum printed to that published on that page.

If the checksum is different, then you got some corruption and need to
download the image again.

My guess is that the software you used didn't burn the iso correctly.

Load up 6.4 and burn your CD from there, something like the following
should do it:

# burncd -f /dev/acd0 data 7.1-RELEASE-amd64-disc1.iso fixate


Regards,

-- 

Frank 


Contact info: http://www.shute.org.uk/misc/contact.html
___
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: renaming user account?

2009-03-18 Thread Bill Moran
In response to Jerry McAllister jerr...@msu.edu:

 On Wed, Mar 18, 2009 at 11:27:39AM -0400, Joe Chimento wrote:
 
  Is there an easy way to rename a user account belonging to 'www' group?
  
 
 You could just use vipw(8) and edit the id name in the password entry.
 
 Or, do you mean you want to change the group the user belongs to?
 If it is the user's primary group, then also use vipw to edit the entry.
 If it is a secondary group for that user, then edit the line in
 the /etc/group file and remove that user from it.   Put it in another
 group then if you want.
 
 You might also have to change group ownership on files if you change
 the GID as well.

Jerry's advice is sound.

However, the canonical way to do this is using the pw command.  pw will
sanity check all your changes to ensure you don't end up with a groups
file that doesn't match your master.password, etc.

Unfortunately, the pw syntax is rather complex:
http://www.freebsd.org/cgi/man.cgi?query=pwapropos=0sektion=0manpath=FreeBSD+7.1-RELEASEformat=html

It's somewhat better suited for use in scripts than use by humans.

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/
___
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 64 bit

2009-03-18 Thread Bill Moran
In response to Gal Lis gal_...@yahoo.com:

 Hi Frank,
 Thanks for the reply, I see what to compare the checksums to on the site, 
 but I have a Windows machine. Any hints on how to check?

http://www.pc-tools.net/win32/md5sums/

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/
___
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


Linux Compatability

2009-03-18 Thread rasz

hi
i have 2 distinct questions, and first is, i installed a linux app 
(binaries) and it failed

when run complaining that it needs a CPU with SSE instuctions enabled.
does anyone know what this is and related too?
i am running 7.2-prerelease i386 with linux_base-fc4. the only setting i 
have is fallback_elf_brand=3 (no osrelease)

has anyone ever come across this?

2nd question, is the freebsd base (usr/src) documented anywhere, as to 
the programs it entirely contains? i thought developers handbook, but 
all i found is description of the directories in usr/src/ (unless i 
missed it elsewhere). besides that, is there any kind of database app in 
the base system no matter how compact/basic? if not, what would be the 
*closest* in ports?


thanks in advance for any info
___
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 64 bit

2009-03-18 Thread Gal Lis
Thank you! I got have another ISO that matches, I'm going to burn and test it.




From: Bill Moran wmo...@potentialtech.com
To: Gal Lis gal_...@yahoo.com
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Wednesday, March 18, 2009 9:30:09 AM
Subject: Re: 7.1 64 bit

In response to Gal Lis gal_...@yahoo.com:

 Hi Frank,
 Thanks for the reply, I see what to compare the checksums to on the site, 
 but I have a Windows machine. Any hints on how to check?

http://www.pc-tools.net/win32/md5sums/

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

___
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: Linux Compatability

2009-03-18 Thread Ricardo Jesus

rasz wrote:

hi
i have 2 distinct questions, and first is, i installed a linux app 
(binaries) and it failed

when run complaining that it needs a CPU with SSE instuctions enabled.
does anyone know what this is and related too?
i am running 7.2-prerelease i386 with linux_base-fc4. the only setting i 
have is fallback_elf_brand=3 (no osrelease)

has anyone ever come across this?

2nd question, is the freebsd base (usr/src) documented anywhere, as to 
the programs it entirely contains? i thought developers handbook, but 
all i found is description of the directories in usr/src/ (unless i 
missed it elsewhere). besides that, is there any kind of database app in 
the base system no matter how compact/basic? if not, what would be the 
*closest* in ports?


thanks in advance for any info
___
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



Regarding the 2nd question...

As /usr/src contains the source of building the userland and kernel, if 
you can always man something that is interesting.


You can also do a man hier, but it will present a description of each 
directory content like the Developers Handbook (although more verbose).


There are also the Makefile and the actual source.
___
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: renaming user account?

2009-03-18 Thread Wojciech Puchar

vipw


On Wed, 18 Mar 2009, Joe Chimento wrote:


Is there an easy way to rename a user account belonging to 'www' group?

--
Joe
___
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


imap on freebsd7

2009-03-18 Thread Pieter Donche
I want to access a mailbox on a FreeBSD7 server via IMAP from Outlook 
2003. I had a setup for accessing a mailbox on a Solaris server via IMAP 
from the same Outlook 2003.


In the FreeSBD7 system, outcommented in /etc/inetd.conf the line
imap4 stream tcp nowait root /usr/local/libexec/imapd imapd

and did
# /etc/rc.d/inetd reload

Then set up a new mailaccount in Outlook 2003 for this FreeSBD7 mailbox 
in EXACTLY the same way in the way I did for the Solaris server.



From Outlook 2003 I can login to the FreeBSD server with username:password

and get connected, but the Inbox shows nothing..

I probably am missing some step here.  Any ideas/hints what step ?
___
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: Linux Compatability

2009-03-18 Thread Wojciech Puchar

and it failed
when run complaining that it needs a CPU with SSE instuctions enabled.
does anyone know what this is and related too?


are you CPU SSE capable? if so, probably this app checks capabilities 
through /proc


add this to /etc/fstab
linprocfs   /compat/linux/proc  linprocfs   rw  0   0

and mount /compat/linux/proc

2nd question, is the freebsd base (usr/src) documented anywhere, as to the 
programs it entirely contains?


exactly those what gets installed :)
it contains sources of whole FreeBSD system (excluding ports).

___
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: Linux Compatability

2009-03-18 Thread Frank Shute
On Wed, Mar 18, 2009 at 06:14:59PM +0100, rasz wrote:

 hi
 i have 2 distinct questions, and first is, i installed a linux app 
 (binaries) and it failed
 when run complaining that it needs a CPU with SSE instuctions enabled.
 does anyone know what this is and related too?

SSE is an Intel extension to the original x86 instruction set. You can
tell whether your CPU has got it by looking at dmesg(8). E.g mine has
it (and most modern processors do):

CPU: Intel(R) Core(TM)2 Duo CPU E6550  @ 2.33GHz (2333.34-MHz K8-class CPU)
  Origin = GenuineIntel  Id = 0x6fb  Stepping = 11
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0xe3fdSSE3,RSVD2,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM
  AMD Features=0x20100800SYSCALL,NX,LM
  AMD Features2=0x1LAHF


 i am running 7.2-prerelease i386 with linux_base-fc4. the only setting i 
 have is fallback_elf_brand=3 (no osrelease)
 has anyone ever come across this?

Did you install your Linux app via ports? If not, then your mileage
with regards getting it going may vary.

 
 2nd question, is the freebsd base (usr/src) documented anywhere, as to 
 the programs it entirely contains? i thought developers handbook, but 
 all i found is description of the directories in usr/src/ (unless i 
 missed it elsewhere). besides that, is there any kind of database app in 
 the base system no matter how compact/basic? if not, what would be the 
 *closest* in ports?

You can grovel through /bin  /usr/bin to see what programs base installed.

I guess you're looking for an SQL database so you could give
databases/sqlite34 in ports a look but it's a bit difficult to
recommend anything without knowing your needs.

 
 thanks in advance for any info

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
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: Jail limits

2009-03-18 Thread Ricardo Jesus

Espartano wrote:

Hi folk, sorry for my bat english, i have a question:

there is any initiative to implements limits (like cpu limits, memory
limits) inside a jail ?

or already exists anything to do it ?

thanks a lot.



You can check sysctl MIB entries for security.jail.*

Using login.conf you can control resource limits and account limits. 
Take a look at man login.conf maybe it can help you on your situation.

___
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: Linux Compatability

2009-03-18 Thread Adam Vande More

rasz wrote:

hi
i have 2 distinct questions, and first is, i installed a linux app 
(binaries) and it failed

when run complaining that it needs a CPU with SSE instuctions enabled.
does anyone know what this is and related too?
i am running 7.2-prerelease i386 with linux_base-fc4. the only setting 
i have is fallback_elf_brand=3 (no osrelease)

has anyone ever come across this?

2nd question, is the freebsd base (usr/src) documented anywhere, as to 
the programs it entirely contains? i thought developers handbook, but 
all i found is description of the directories in usr/src/ (unless i 
missed it elsewhere). besides that, is there any kind of database app 
in the base system no matter how compact/basic? if not, what would be 
the *closest* in ports?


thanks in advance for any info
___
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


berkley db, sqlite, qdbm are in ports if you need more of a filesystems 
type db.  Nothing exists in the base system AFAIK.


--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

___
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 64 bit

2009-03-18 Thread Gal Lis
I burned another copy, using another ISO whose checksum comes out ok, and it 
still isn't loading. What else can I be doing wrong? 




From: Bill Moran wmo...@potentialtech.com
To: Gal Lis gal_...@yahoo.com
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Wednesday, March 18, 2009 9:30:09 AM
Subject: Re: 7.1 64 bit

In response to Gal Lis gal_...@yahoo.com:

 Hi Frank,
 Thanks for the reply, I see what to compare the checksums to on the site, 
 but I have a Windows machine. Any hints on how to check?

http://www.pc-tools.net/win32/md5sums/

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

___
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 64 bit

2009-03-18 Thread Adam Vandemore

Gal Lis wrote:
I burned another copy, using another ISO whose checksum comes out ok, and it still isn't loading. What else can I be doing wrong? 





From: Bill Moran wmo...@potentialtech.com
To: Gal Lis gal_...@yahoo.com
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Wednesday, March 18, 2009 9:30:09 AM
Subject: Re: 7.1 64 bit

In response to Gal Lis gal_...@yahoo.com:

  

Hi Frank,
Thanks for the reply, I see what to compare the checksums to on the site, 
but I have a Windows machine. Any hints on how to check?



http://www.pc-tools.net/win32/md5sums/

  
First  you need to isolate the problem.  As someone else suggested, try 
booting another computer with the disk.  Check BIOS boot order to make 
sure it checks cd drive first.  Try another bootable disk in system.  
I've seen lockups in booting off install disc, but the only situations 
in which a system would fail to attempt to boot off of it is when either 
media or drive is bad.  If all else fails I believe there is a process 
to boot from flash drive and install via that method.


--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

___
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 64 bit

2009-03-18 Thread Ross Cameron
On Wed, Mar 18, 2009 at 6:22 PM, Gal Lis gal_...@yahoo.com wrote:

 Sorry to ask these mundane questions, but I'm a linux novice.


Linux != FreeBSD
___
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 64 bit

2009-03-18 Thread Jerry McAllister
On Wed, Mar 18, 2009 at 08:28:22PM +0200, Ross Cameron wrote:

 On Wed, Mar 18, 2009 at 6:22 PM, Gal Lis gal_...@yahoo.com wrote:
 
  Sorry to ask these mundane questions, but I'm a linux novice.
 
 Linux != FreeBSD

But, the OP will still probably get better information on the
FreeBSD lists than over there.

If it is a UNIX question, it might be relevant anyway.

jerry
 ___
 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


carp and duplicated echo replies

2009-03-18 Thread gahn

Hi all:

My two servers have carp configured and work fine. but the pings directed to 
the virtual interface (carp interface for both server) result duplicated 
replies:

64 bytes from 172.20.1.25: icmp_seq=0 ttl=64 time=0.049 ms
64 bytes from 172.20.1.25: icmp_seq=1 ttl=64 time=0.016 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=2 ttl=64 time=0.020 ms
64 bytes from 172.20.1.25: icmp_seq=3 ttl=64 time=0.035 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=4 ttl=64 time=0.016 ms
64 bytes from 172.20.1.25: icmp_seq=5 ttl=64 time=0.015 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=6 ttl=64 time=0.014 ms
64 bytes from 172.20.1.25: icmp_seq=7 ttl=64 time=0.014 ms (DUP!)
...

Is that normal? VRRP virtual interface don't seem to behave that way.

Thanks



  
___
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: imap on freebsd7

2009-03-18 Thread RW
On Wed, 18 Mar 2009 18:27:32 +0100 (CET)
Pieter Donche pieter.don...@ua.ac.be wrote:

 I want to access a mailbox on a FreeBSD7 server via IMAP from Outlook 
 2003. I had a setup for accessing a mailbox on a Solaris server via
 IMAP from the same Outlook 2003.
 
 In the FreeSBD7 system, outcommented in /etc/inetd.conf the line
 imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
 

You didn't mention installing an imap server from a port or package.
AFAIK there isn't one in the base and the /usr/local/ prefix confirms
that.

I'd suggest dovecot (usually started by enabling it in rc.conf
rather than inetd.conf).
___
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 64 bit

2009-03-18 Thread Gal Lis
I guess that shows just how unexperienced I am with all of this.

On Wed, Mar 18, 2009 at 11:28 AM, Ross Cameron abal...@gmail.com wrote:

 On Wed, Mar 18, 2009 at 6:22 PM, Gal Lis gal_...@yahoo.com wrote:

 Sorry to ask these mundane questions, but I'm a linux novice.


 Linux != FreeBSD

___
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: imap on freebsd7

2009-03-18 Thread Wojciech Puchar

same Outlook 2003.

In the FreeSBD7 system, outcommented in /etc/inetd.conf the line
imap4 stream tcp nowait root /usr/local/libexec/imapd imapd

and did
# /etc/rc.d/inetd reload

Then set up a new mailaccount in Outlook 2003 for this FreeSBD7 mailbox in 
EXACTLY the same way in the way I did for the Solaris server.



From Outlook 2003 I can login to the FreeBSD server with username:password

and get connected, but the Inbox shows nothing..

I probably am missing some step here.  Any ideas/hints what step ?


i won't help you with imapd, but you may try dovecot - it's EXCELLENT 
pop3/imap4 service, works both with standard mbox files and maildirs

___
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 64 bit

2009-03-18 Thread Wojciech Puchar
anyway - you SOMEHOW got into that list and not linux one. So you must 
know something about FreeBSD anyway :)


On Wed, 18 Mar 2009, Gal Lis wrote:


I guess that shows just how unexperienced I am with all of this.

On Wed, Mar 18, 2009 at 11:28 AM, Ross Cameron abal...@gmail.com wrote:


On Wed, Mar 18, 2009 at 6:22 PM, Gal Lis gal_...@yahoo.com wrote:


Sorry to ask these mundane questions, but I'm a linux novice.



Linux != FreeBSD


___
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: 7.1 64 bit

2009-03-18 Thread Mehmet Erol Sanliturk
You said 32-bits 6.4 could be loaded .
A question coming to mind is
Can your processor handle 64-bits ?
Please check this issue .


Thank you very much .

Mehmet Erol sanliturk


On Wed, Mar 18, 2009 at 2:29 PM, Gal Lis galg...@gmail.com wrote:

 I guess that shows just how unexperienced I am with all of this.


___
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: Linux Compatability

2009-03-18 Thread Maca Cassar
On Wed, Mar 18, 2009 at 6:52 PM, Adam Vande More a...@imedmobility.comwrote:

 rasz wrote:

 hi
 i have 2 distinct questions, and first is, i installed a linux app
 (binaries) and it failed
 when run complaining that it needs a CPU with SSE instuctions enabled.
 does anyone know what this is and related too?
 i am running 7.2-prerelease i386 with linux_base-fc4. the only setting i
 have is fallback_elf_brand=3 (no osrelease)
 has anyone ever come across this?

 2nd question, is the freebsd base (usr/src) documented anywhere, as to the
 programs it entirely contains? i thought developers handbook, but all i
 found is description of the directories in usr/src/ (unless i missed it
 elsewhere). besides that, is there any kind of database app in the base
 system no matter how compact/basic? if not, what would be the *closest* in
 ports?

 thanks in advance for any info
 ___
 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

  berkley db, sqlite, qdbm are in ports if you need more of a filesystems
 type db.  Nothing exists in the base system AFAIK.



thanks all for replies, but for the base system stuff i was trying to figure
out things ike what's under
/usr/src/sys/dev/ for instance, and say under dev/sound there is usb, pcm,
etc.
If i man usb i am guessing that only refers to main usb stuff. i got the
impression though that everything under sys/dev/ is likely kernel modules
and man sound was more appropriate, but no info there.

with the linux app, i have an SSE capable  CPU and linproc mounted , even
SSE2 i'm sure, and have  been running  some linux  apps no problem ,
including  ut2004-demo  from ports and even the full linux version if that
is relevant.

the app is not in ports, i just downloaded the installer and edited the
install script to go from /usr/local/bin to /compat/linux/usr/bin. I thought
at this point it was either not finding some libs or something similar but
have no clue as to what.

is there any hope for this to work? and should i be using the rpm installer
? rpm make any difference ?
___
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 64 bit

2009-03-18 Thread Gal Lis
They should definitely support it. My workstation has an Intel E5320 quad
core, and the M600 has a 5400 series chip, but I can't remember which one
exactly. They should definitely be able to handle it.
I downloaded the 7.1 ia64, maybe there is something else I should be
downloading?

On Wed, Mar 18, 2009 at 11:53 AM, Mehmet Erol Sanliturk 
m.e.sanlit...@gmail.com wrote:


 You said 32-bits 6.4 could be loaded .
 A question coming to mind is
 Can your processor handle 64-bits ?
 Please check this issue .


 Thank you very much .

 Mehmet Erol sanliturk



 On Wed, Mar 18, 2009 at 2:29 PM, Gal Lis galg...@gmail.com wrote:

 I guess that shows just how unexperienced I am with all of this.



___
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 64 bit

2009-03-18 Thread Adam Vandemore

Gal Lis wrote:

They should definitely support it. My workstation has an Intel E5320 quad
core, and the M600 has a 5400 series chip, but I can't remember which one
exactly. They should definitely be able to handle it.
I downloaded the 7.1 ia64, maybe there is something else I should be
downloading?

  
You should be going for the AMD64 unless that's an itanium based 
instruction set.  I believe your CPU is not, so try w/ AMD64.


--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

___
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 64 bit

2009-03-18 Thread Gal Lis
Well that explains a lot. I will try it and report back. Thanks to everyone
for your help so far!

On Wed, Mar 18, 2009 at 12:12 PM, Adam Vandemore amvandem...@gmail.comwrote:

 Gal Lis wrote:

 They should definitely support it. My workstation has an Intel E5320 quad
 core, and the M600 has a 5400 series chip, but I can't remember which one
 exactly. They should definitely be able to handle it.
 I downloaded the 7.1 ia64, maybe there is something else I should be
 downloading?



 You should be going for the AMD64 unless that's an itanium based
 instruction set.  I believe your CPU is not, so try w/ AMD64.

 --
 Adam Vandemore
 Systems Administrator
 IMED Mobility
 (605) 498-1610


___
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 64 bit

2009-03-18 Thread Mehmet Erol Sanliturk
ia64 is for Itanium processor . Therefore ia64 can NOT work on Intel Pentium
series processors .
Their architectures are different .

You should download amd64 ISO .  amd64 is for both Intel 64 bits and AMD 64
bits pocessors
compatible to each other  .

On Wed, Mar 18, 2009 at 2:58 PM, Gal Lis galg...@gmail.com wrote:

 They should definitely support it. My workstation has an Intel E5320 quad
 core, and the M600 has a 5400 series chip, but I can't remember which one
 exactly. They should definitely be able to handle it.
 I downloaded the 7.1 ia64, maybe there is something else I should be
 downloading?

 On Wed, Mar 18, 2009 at 11:53 AM, Mehmet Erol Sanliturk 
 m.e.sanlit...@gmail.com wrote:


 You said 32-bits 6.4 could be loaded .
 A question coming to mind is
 Can your processor handle 64-bits ?
 Please check this issue .


 Thank you very much .

 Mehmet Erol sanliturk



 On Wed, Mar 18, 2009 at 2:29 PM, Gal Lis galg...@gmail.com wrote:

 I guess that shows just how unexperienced I am with all of this.




___
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: Jail limits

2009-03-18 Thread Espartano
On Wed, Mar 18, 2009 at 11:23 AM, Ricardo Jesus
ricardo.meb.je...@gmail.com wrote:
 Espartano wrote:

 Hi folk, sorry for my bat english, i have a question:

 there is any initiative to implements limits (like cpu limits, memory
 limits) inside a jail ?

 or already exists anything to do it ?

 thanks a lot.


 You can check sysctl MIB entries for security.jail.*

 Using login.conf you can control resource limits and account limits. Take a
 look at man login.conf maybe it can help you on your situation.


I will do it, thanks a lot my friend :)

-- 
Linux is for people who hate Windows, BSD is for people who love UNIX.
Social Engineer - Because there is no patch for human stupidity
The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
mount ; fsck ; more ; yes ; umount ; sleep.
Documentation is like sex: when it is good, it is very, very good;
and when it is bad, it is better than nothing.
___
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 7.1 on Dell PowerEdge 850

2009-03-18 Thread Dean Weimer
Just wondering if anyone is running FreeBSD 7.1 on a Dell PowerEdge 850
with SATA raid, I have 5.4 installed on one now, because there was a
problem with the Intel ich5 sata chipset on 6.x branch at the time I
built the server.  I don't remember the error message, but I believe the
problem had something to do with the chipset not returning a command
that FreeBSD was waiting for so it would hang on boot trying to mount
the hard drives.  It was quite annoying though in that the entire
installation runs but then it fails to boot after the restart.  Which is
why I was hoping someone else could tell me if FreeBSD 7.1 will run
before I wipe out the existing 5.4 installation.

 

In case it helps here is the output about the chipset from pciconf -lv

 

pc...@pci0:30:0:class=0x060401 card=0x0050 chip=0x244e8086
rev=0xe1 hdr=0x01

vendor   = 'Intel Corporation'

device   = '82801BA/CA/DB/DBL/EB/ER (ICH2/3/4/4-L/5/5R), 6300ESB Hub
Interface to PCI Bridge'

class= bridge

subclass = PCI-PCI

 

Thanks,

 Dean Weimer

 Network Administrator

 Orscheln Management Co.

 

___
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 64 bit

2009-03-18 Thread Gal Lis
Thanks for that, I'm sorry I didn't mention what version I downloaded
earlier. I will reply once I test it out.

On Wed, Mar 18, 2009 at 12:31 PM, Mehmet Erol Sanliturk 
m.e.sanlit...@gmail.com wrote:

 ia64 is for Itanium processor . Therefore ia64 can NOT work on Intel
 Pentium series processors .
 Their architectures are different .

 You should download amd64 ISO .  amd64 is for both Intel 64 bits and AMD 64
 bits pocessors
 compatible to each other  .

 On Wed, Mar 18, 2009 at 2:58 PM, Gal Lis galg...@gmail.com wrote:

 They should definitely support it. My workstation has an Intel E5320 quad
 core, and the M600 has a 5400 series chip, but I can't remember which one
 exactly. They should definitely be able to handle it.
  I downloaded the 7.1 ia64, maybe there is something else I should be
 downloading?

 On Wed, Mar 18, 2009 at 11:53 AM, Mehmet Erol Sanliturk 
 m.e.sanlit...@gmail.com wrote:


 You said 32-bits 6.4 could be loaded .
 A question coming to mind is
 Can your processor handle 64-bits ?
 Please check this issue .


 Thank you very much .

 Mehmet Erol sanliturk



 On Wed, Mar 18, 2009 at 2:29 PM, Gal Lis galg...@gmail.com wrote:

 I guess that shows just how unexperienced I am with all of this.





___
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


Get Your Auto Repair Company Listed on Google

2009-03-18 Thread Sara Stevenson
Each day thousands of customers are actively searching for your services on 
Google. Networking4Biz guarantees to place your company on the top pages for 
your top industry keywords.

Contact us today to start generating more business!
(888) 717-4BIZ  |  i...@networking4biz.com

Mention this email promo for a 50% discount: You must call (888) 717-4BIZ.

To make sure our email updates are delivered to your inbox, please add 
sa...@networking4biz.com to your email Address Book.

To unsubscribe from our email list, just visit 
http://www.networking4biz.com/emailmarketing/optout/freebsd-questions@freebsd.org/53/410556/.

Networking4Biz, 27454 Plymouth Road, Livonia, MI 48150
___
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: carp and duplicated echo replies

2009-03-18 Thread Steve Polyack

gahn wrote:

My two servers have carp configured and work fine. but the pings directed to 
the virtual interface (carp interface for both server) result duplicated 
replies:

64 bytes from 172.20.1.25: icmp_seq=0 ttl=64 time=0.049 ms
64 bytes from 172.20.1.25: icmp_seq=1 ttl=64 time=0.016 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=2 ttl=64 time=0.020 ms
64 bytes from 172.20.1.25: icmp_seq=3 ttl=64 time=0.035 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=4 ttl=64 time=0.016 ms
64 bytes from 172.20.1.25: icmp_seq=5 ttl=64 time=0.015 ms (DUP!)
64 bytes from 172.20.1.25: icmp_seq=6 ttl=64 time=0.014 ms
64 bytes from 172.20.1.25: icmp_seq=7 ttl=64 time=0.014 ms (DUP!)
...

Is that normal? VRRP virtual interface don't seem to behave that way.
  
No, that's not normal.  Are you sure that you specified different 
advskews for the carp interfaces on both servers?  Do the interfaces 
both display that they are in MASTER status, or is one in BACKUP mode?


___
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: FreeBSD Networking Questions / vlan, lagg, routing, FIBs, ezjail

2009-03-18 Thread Peter Cornelius
Hiya Nikos, re list,

 Hm, the promiscuous mode must be needed for the vlan driver.
 But you don't have to set it.

It does not work without, at the router end. Suspicions, please see below.

 I can't think of any implication in a switched ethernet environment.
 
 It is just that every frame received from the cable is offered
 to the operating system for further evaluation. In a switched
 ethernet environment every frame that will reach your card will
 be either:
 1) for you.
 2) a broadcast frame.
 3) a multicast frame.

And hence there should be no (notable) effect. That is my interpretation, yes.

 Things would be very different, if your system was connected to a
 hub where a multitude of frames(every frame on the ethernet) would
 be interrupting the kernel for no reason.

Exactly. But I connect to a switch and hence expect the behaviour detailed 
above.

Now, it is my suspicion that the apparent need for promisc at the router end 
indeed is an apperent one and not really the router's fault but rather the 
other end's. The other end, in this case, is the server below.

If the server, with its single MIB, default-routes its packets through one 
specific of its vlans which may not be the one, at the router's end, with the 
corresponding IP network the traffic entered into the net, would it be possible 
that there's something preventing them be received? Unless there's promisc on, 
of course...

I'll grab the laptop next time I think of it and have the switch monitor 
traffic to it to see what really is on the wire, maybe that helps and gives me 
a clue. I just keep forgetting the bl**dy thing each time I leave...

 - On my server, is there any way to set up individual
  default routes (to the router) for each of the vlans short of
  tucking the ezjails behind the vlan interfaces each into their own
  FIB (btw,. has anyone ever done that?)?
 
 Yes, from FreeBSD-7.1 and beyond, there is support
 for up to 16 routing tables. Use the setfib command
 to select routing table for outgoing connections.

So, I interpret your response as that I am correct, I have a single default 
route per FIB, and that's it. Which effectively means that I do need FIBs. I 
agree that this behaviour might make some sense :)

 Something like, setfib 10 jail $JAILOPTSANDARGS,
 in the jail case. You have to compile a kernel
 with the option ROUTETABLES=n. Read the message for
 revision 1.1485 from here:
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/NOTES

I have seen that section as a separate posting [1] which is why I suspected to 
possibly be able to resolve my issues above with it. It is my intention to 
insert 4 to 8 FIBs asap but I currently don't know when I take my time doing so.

Generally speaking, or rather, inquiring, has anyone ever done FIBs with 
ezjail? It probably is very easy, and I consider(ed) looking into it myself but 
I currently spend about max. an hour every 2-3 days on FreeBSE so I don't 
really progress. Well, might eventually, but that'll be dunno when. But well, 
such is life, and this is pleasure not work :) and I hope to learn something 
useful on the way.

Thanks a lot, and

All the best,

Peter.

[1]   http://lists.freebsd.org/pipermail/freebsd-arch/2007-December/007331.html
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01
___
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: renaming user account?

2009-03-18 Thread Polytropon
On Wed, 18 Mar 2009 12:25:06 -0400, Bill Moran wmo...@potentialtech.com wrote:
 However, the canonical way to do this is using the pw command.  pw will
 sanity check all your changes to ensure you don't end up with a groups
 file that doesn't match your master.password, etc.

There *may* be one additional thing you would have to take
care of manually: If you change the user's name, and still
some of his files contain the old name (e. g. in paths where
/home/oldname is used instead of ~ or $HOME), you still have
to change this manually.

You can use tools like the Midnight Commander, function Meta-?,
to search files for the old user name (or use find + grep).

Eventually, check system's mail aliases file, if you had this
user setup to receive mail (e. g. from night jobs).



 It's somewhat better suited for use in scripts than use by humans.

:-)


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Hi..I followed what Johan Henriks post

BUT when i type a command
#mount /dev/mirror/gm0s1a/mt

I get this error:

fstab:/etc/fstab:0: No such file or directory
fstab:/etc/fstab:0 No such file or directory
mount:dev/mirror/gm0s1a/mnt:unknown special file or file system

when I go to the directory /dev/mirror then issue ls, heres the filename
inside the directory

gmo
gmos1
gmos1a
gmos1b
gmos1c
gmos1d
gmos1e
gmss1f

I think there is a miss type (typo) in my part during I followed the HOW
TO,in which incase of writing 0 i wrote letter o..am I write?

but how do i resolve this?
Thanks for the reply...

FreeBSd ROcks all the time


2009/3/18 Johan Hendriks jo...@double-l.nl

 You could download the live cd

 Start the computer and insert the boot cd.
 After it is done with booting select the option fixit and then Live cd.

 It will ask for the live cd.

 Then do the following

 # chroot /dist
 # mount_devfs devfs /dev
 From version FreeBSD 7 You miust use mount -t devfs devfs /dev

 # gmirror load

 In the following command replace gm0 and s1a to the name of your mirror and
 the name of your / slice.
 If you followed the howto it should be as follows

 # mount /dev/mirror/gm0s1a /mnt

 # ee /mnt/boot/loader.conf
 Now you can edit the loader.conf file on your mirror.

 So add the line:
 geom_mirror_load=YES

 now exit ee and exit the livecd
 # exit
 # exit

 Shutdown the installer, and reboot your system.

 Regards,
 Johan Hendriks





 No virus found in this outgoing message.
 Checked by AVG - www.avg.com
 Version: 8.0.238 / Virus Database: 270.11.18/2008 - Release Date: 03/17/09
 16:25:00

___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
hello Adam

Unfortunately, when I boot the machine I can't see the boot menu, Unlike
with my other machine running version 7.0 ang 6.0 FreeBSD there is a boot
menu but with this 7.1 reelase no boot menu showed up.

Any idea?

Thanks...


On Thu, Mar 19, 2009 at 2:15 AM, Adam Vandemore amvandem...@gmail.comwrote:

 Ruel Luchavez wrote:

 Hello..

 Hope there is some one out here can fix my problem.

 I have fresh installed FreeBSD 7.1 on my IBM system X3100 server (2 160GB
 hard drive), I have decided to do a RAID1 by using the steps
 on the handbook :

 http://www.freebsd.org/doc/en/books/handbook/geom-mirror.html

 as the site stated you have to enable the loading of the geom_mirror.ko
 kernel module during the system intialization
 by putting

 #echo 'geom_mirror_load=YES'  /boot/loader.conf

 UNFORTUNATELY, I forgot that steps now I'm facing a problem how to correct
 it where in after I  restart the machine the system refuse to boot, I'm
 stack on this loading:

 F1 FreeBSD
 F5 Drive 1

 Default:F1

 BTX loader 1.00 BTX version is 1.02
 Consoles: Internal video/keyboard
 Bios drive C: is disk 0
 Bios drive D: is disk 1
 Bios 631KB/2094592KB available memory

 FreeBSD i386 bootstrap loader, Revision 1.1
 (r...@logan.case.buffalo.edu Thu Jan 1 09:55:10 UTC 2009)
 Loading /boot/defaults/loader.cof



 Do you have any idea how to do it?
 Hope there is..

 You can load gmirror from the loader prompt as well.  Option 6 from the
 boot menu I believe.  ? will give list of exact commands.  You should enter
 something like this:

 load geom_mirror
 boot

 then edit loader.conf after system is up.


 --
 Adam Vandemore
 Systems Administrator
 IMED Mobility
 (605) 498-1610


___
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: RAID 1 failure

2009-03-18 Thread Polytropon
Maybe it's a typo in the mail, but two things look stange
to me:

On Thu, 19 Mar 2009 09:21:17 +0800, Ruel Luchavez ruel.free...@gmail.com 
wrote:
 BUT when i type a command
 #mount /dev/mirror/gm0s1a/mt
 ^  ^^
 mount:dev/mirror/gm0s1a/mnt:unknown special file or file system
^ ^^^

Is this intended? Or just a typo in the reproduction?



 I get this error:
 
 fstab:/etc/fstab:0: No such file or directory
 fstab:/etc/fstab:0 No such file or directory

[...]

 when I go to the directory /dev/mirror then issue ls, heres the filename
 inside the directory
 
 gmo
 gmos1
 gmos1a
 gmos1b
 gmos1c
 gmos1d
 gmos1e
 gmss1f
 
 I think there is a miss type (typo) in my part during I followed the HOW
 TO,in which incase of writing 0 i wrote letter o..am I write?

Yes, looks like...



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
*well its a typo..sory list...*

On Thu, Mar 19, 2009 at 9:45 AM, Polytropon free...@edvax.de wrote:

 Maybe it's a typo in the mail, but two things look stange
 to me:

 On Thu, 19 Mar 2009 09:21:17 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  BUT when i type a command
  #mount /dev/mirror/gm0s1a/mt

   ^  ^^
 *  the correct one i issue
   #mount /dev/mirror/gmos1a /mnt*

   *then I get no error anymore, then I follow the remaining steps of Johan
Hendriks
   after the machine rebooted..my problem is still there...:(

   Any more idea??*


  mount:dev/mirror/gm0s1a/mnt:unknown special file or file system
 ^ ^^^
 *this is the machine replied to me after my typo*




 Is this intended? Or just a typo in the reproduction?



  I get this error:
 
  fstab:/etc/fstab:0: No such file or directory
  fstab:/etc/fstab:0 No such file or directory

 [...]

  when I go to the directory /dev/mirror then issue ls, heres the filename
  inside the directory
 
  gmo
  gmos1
  gmos1a
  gmos1b
  gmos1c
  gmos1d
  gmos1e
  gmss1f
 
  I think there is a miss type (typo) in my part during I followed the HOW
  TO,in which incase of writing 0 i wrote letter o..am I write?

 Yes, looks like...



 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

___
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: RAID 1 failure

2009-03-18 Thread Ruel Luchavez
Well...Well..Well

My server now is back to normal..Mirror is now working..Finally.wwww

But thanks to all of your reply guys..this list is really great.
and thanks also to this post..

http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/

cause i get some idea there and solve my 3 days proble...hehhehe

thanks again guys,,



FreeBSD Rocks all the time...



On Thu, Mar 19, 2009 at 10:03 AM, Ruel Luchavez ruel.free...@gmail.comwrote:

 *well its a typo..sory list...*

 On Thu, Mar 19, 2009 at 9:45 AM, Polytropon free...@edvax.de wrote:

 Maybe it's a typo in the mail, but two things look stange
 to me:

 On Thu, 19 Mar 2009 09:21:17 +0800, Ruel Luchavez ruel.free...@gmail.com
 wrote:
  BUT when i type a command
  #mount /dev/mirror/gm0s1a/mt

^  ^^
  *  the correct one i issue
#mount /dev/mirror/gmos1a /mnt*

*then I get no error anymore, then I follow the remaining steps of
 Johan Hendriks
after the machine rebooted..my problem is still there...:(

Any more idea??*


  mount:dev/mirror/gm0s1a/mnt:unknown special file or file system
 ^ ^^^
 *this is the machine replied to me after my typo*




 Is this intended? Or just a typo in the reproduction?



  I get this error:
 
  fstab:/etc/fstab:0: No such file or directory
  fstab:/etc/fstab:0 No such file or directory

 [...]

  when I go to the directory /dev/mirror then issue ls, heres the filename
  inside the directory
 
  gmo
  gmos1
  gmos1a
  gmos1b
  gmos1c
  gmos1d
  gmos1e
  gmss1f
 
  I think there is a miss type (typo) in my part during I followed the HOW
  TO,in which incase of writing 0 i wrote letter o..am I write?

 Yes, looks like...



 --
 Polytropon
 From Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...



___
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: is there a laptop ?

2009-03-18 Thread Chad Perrin
On Wed, Mar 18, 2009 at 01:42:17PM +0100, Wojciech Puchar wrote:
 Oh, I'll agree with everyone saying IBM laptops are the best; but they
 sold the Thinkpad line to Lenovo, who as I've mostly found have kept
 up the standards. They are excellent buys.
 
 not sure how about new ones but my Thinkpad T23 works excellent and 
 everything is supported, even winmodem with ltmdm driver from ports.
 
 and it's quite stable :) i didn't move with it some time and
 
 13:42  up 50 days, 16:45, 7 users, load averages: 0,01 0,00 0,00

I've had similar experience with my Thinkpad R52 -- except that, since it
sleeps and wakes reliably when I remember to do stuff in the right order,
my uptime isn't limited by staying in one place.  The uptime isn't very
impressive right now, though, since I shut it down during a three day
drive across the country a few days ago.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Quoth Anne McClintock, University of Wisconsin: The decisions that
really matter are made outside the democratic process.


pgpeOo76LICRP.pgp
Description: PGP signature