problem with date, dump or restore

2009-02-05 Thread Ivan Dimitrov
Hi list,

with freebsd 7.0, after a probably successful dump :
#dump -0Lauf ./ad0s1f.dump /dev/ad0s1f
  DUMP: Date of this level 0 dump: Thu Feb  5 07:18:58 2009
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping snapshot of /dev/ad0s1f (/usr) to ./ad0s1f.dump
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 3021548 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: 16.92% done, finished in 0:24 at Thu Feb  5 07:48:39 2009
  DUMP: 39.28% done, finished in 0:15 at Thu Feb  5 07:44:33 2009
  DUMP: 62.36% done, finished in 0:09 at Thu Feb  5 07:43:09 2009
  DUMP: 93.06% done, finished in 0:01 at Thu Feb  5 07:40:35 2009
  DUMP: DUMP: 3024998 tape blocks on 1 volume
  DUMP: finished in 1271 seconds, throughput 2380 KBytes/sec
  DUMP: level 0 dump on Thu Feb  5 07:18:58 2009
  DUMP: Closing ./ad0s1f.dump
  DUMP: DUMP IS DONE

the restore reports that
1)   Header with wrong dumpdate.
2)   expected next file 141455, got 146

# restore -rf /storage/backup/ad0s1f.dump
Header with wrong dumpdate.
expected next file 141455, got 146


and this is the same for all slices (except the numbers in the second line)

so where/what is the problem ? Does anyone know what, exactly, this means?

thanks
Ivan
___
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


dump/restore problem

2009-02-04 Thread Ivan Dimitrov
Hi list

when I started a migration to new HDD, according few how-tos, I got the
following warning:

# dump -0Lauf - /dev/ad0s1f | restore -rf -
  DUMP: Date of this level 0 dump: Wed Feb  4 22:02:42 2009
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping snapshot of /dev/ad0s1f (/usr) to standard output
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 3021238 tape blocks.
*Header with wrong dumpdate.*
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
warning: ./.snap: File exists
*expected next file 141455, got 146*
  DUMP: 2.86% done, finished in 3:35 at Thu Feb  5 01:44:32 2009


So does anyone know what, exactly, *expected next file 141455, got
146* and *Header with wrong dumpdate.* means?

Thanks,
Ivan



___
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


about make config

2008-04-08 Thread ivan dimitrov
Hi list,
in the ports, how can I restore the default config options (in case of make 
config)?

Ivan


   
-
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pls help with RTL8185

2008-03-28 Thread ivan dimitrov

Hi list

I have a wireless PCI card with Realtek chip RTL8185 ([EMAIL PROTECTED]:0:10:0
 ... chip 0x818510ec)

after ndisgen , when i am starting kldload ./rtl8185_sys.ko
and ... the freebsd crashes ...(fatal trap 12 ... fault code supervisor
 write,  page not present)

any idea what is wrong ? 


thanks in advance

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freeBSD7.0 and Realtek rtl 8185

2008-03-25 Thread ivan dimitrov
Hi list

I have a wireless PCI card with Realtek chip RTL8185 ([EMAIL PROTECTED]:0:10:0 
... chip 0x818510ec)

after ndisgen , when i am starting kldload ./rtl8185_sys.ko
and ... the freebsd crashes ...(fatal trap 12 ... fault code supervisor write,  
page not present)

the question is what is wrong with me? 


thanks in advance

ivan

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is the meaning of optimization changed from TIME to SPACE

2008-02-20 Thread ivan dimitrov
OK, but maybe this is not my case. I am using about 10% ...
/dev/md0   3.6M318K3.0M 9%/storage/pub/www/ram

But dmesg reports continuously:
/storage/pub/www/ram: optimization changed from TIME to SPACE
/storage/pub/www/ram: optimization changed from SPACE to TIME

about 10 times per sec.

so, how can i stop this optimization rock-and-roll?

Bill Moran [EMAIL PROTECTED] wrote: In response to Brian 
:

 ivan dimitrov wrote:
  After upgrading from freebsd-5.5-R to 6.3-R, I get the following message in 
  dmesg:
 
  /storage/pub/www/ram: optimization changed from TIME to SPACE
 
  I use a ram disk via the md driver.
  Here is the line from my fstab file:
 
  md  /storage/pub/www/rammfs rw,-s4m 2   0
 
  Does this mean that there is some sort of error? ...and is there anything 
  that can be done, so that I don't get this message in dmesg?
 
  Any help will be greatly appreciated :)

UFS normally optimizes file placement for performance.  Unfortunately,
in order to do this it has to write files in such a way that it
sometimes wastes some space.  When the partition gets close to full,
FreeBSD automatically switches to space optimization which doesn't
waste any space, but doesn't perform as well.

The short answer is, This is happening because your partition is too
close to full.  It's not an error, but you should clean up some files
or add space.

It also has nothing to do with the difference between 5.5 and 6.3.

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


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


what is the meaning of optimization changed from TIME to SPACE

2008-02-19 Thread ivan dimitrov
After upgrading from freebsd-5.5-R to 6.3-R, I get the following message in 
dmesg:

/storage/pub/www/ram: optimization changed from TIME to SPACE

I use a ram disk via the md driver.
Here is the line from my fstab file:

md  /storage/pub/www/rammfs rw,-s4m 2   0

Does this mean that there is some sort of error? ...and is there anything that 
can be done, so that I don't get this message in dmesg?

Any help will be greatly appreciated :)

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


two ntpd

2008-02-15 Thread ivan dimitrov
Hi list,
is it normal to have two ntpds?
  767  ??  Ss 0:37.28 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid
  844  ??  S  0:00.95 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid

Regards
Ivan

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to restore /usr/src

2008-01-21 Thread ivan dimitrov
Hi guys

how can i reinstall the original /usr/src tree?


thanks in advance
I.

   
-
Never miss a thing.   Make Yahoo your homepage.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error messages

2008-01-20 Thread ivan dimitrov
hi list,
on ttyv0 i am getting nonstop following messages:
 ACPI-0501: *** Error: Handler for [EmbeddedControl] returned 
AE_NO_HARDWARE_RESPONSE
ACPI-1304: *** Error: Method execution failed [\\_SB_.C002.C003.C004.C158] 
(Node 0xc363e2a0), AE_NO_HARDWARE_RESPONSE
ACPI-1304: *** Error: Method execution failed [\\_SB_.C158] (Node 
0xc3642820), AE_NO_HARDWARE_RESPONSE
ACPI-1304: *** Error: Method execution failed [\\_SB_.C15E._BST] (Node 
0xc3642760), AE_NO_HARDWARE_RESPONSE

my question is - what they means and how to stop them ?

p.s.
the bsd is FreeBSD HP500 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Tue Mar 27 
22:28:16 CEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
the computer is laptop HP500

thanks in  advance
i. 

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to setup USB-Serial bridge?

2008-01-20 Thread ivan dimitrov
hi list

i have a usb-serial bridge
#  port 3 addr 4: full speed, power 100 mA, config 1, USB-Serial 
Controller(0x2303), Prolific Technology Inc.(0x067b), rev 3.00
and i guess that the corresponding file is crw-rw  1 root  mount0, 131 
Jan 20 09:59 /dev/ugen1.3?
but it seems that it needs additional configuration, because when i am going to 
use it, i am getting:
avrdude: ser_open(): can't open device /dev/ugen1.3: Device not configured
so, the question is: how to mount/setup  a  usb-serial bridge?

regards
i. 


   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to start one daemon twice from the rc.conf?

2008-01-08 Thread ivan dimitrov
hello list,

How to start two sshd with different configs from the rc.conf?

Do i have to write a secondary /etc/rc.d/sshd, 
for eg. /etc/rc.d/sshd2 and put sshd2_enable=yes in the rc.conf
or there is another way to do this?

Regards
Ivan


   
-
Never miss a thing.   Make Yahoo your homepage.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Users login configuration

2008-01-06 Thread ivan dimitrov
 Hi list, 
 
i have a freebsd server connected in local network behind a router. 
is there a way to configure the sshd to allow to login some (group of)  users 
with their passwords only from the local network and to allow  login other (and 
part of these) users only with key pairs from the  internet (on that side of 
the router)? 
 
Best Regards 
ivan 
 


   
-
Never miss a thing.   Make Yahoo your homepage.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Users login configuration

2008-01-06 Thread ivan dimitrov
Hi list,

i have a freebsd server connected in local network behind a router.
is there a way to configure the sshd to allow to login some (group of) 
users with their passwords only from the local network and to allow login other 
(and part of these) users only with key pairs from the internet (on that side 
of the router)?

Best Regards
ivan



   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Users login configuration

2008-01-05 Thread Ivan Dimitrov

Hi list,

i have a freebsd server connected in local network behind a router.
is there a way to configure the sshd to allow to login some (group of) 
users with their passwords only from the local network and to allow 
login other (and part of these) users only with key pairs from the 
internet (on that side of the router)?


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


How do I enable IP forwarding?

2007-10-19 Thread Ivan Dimitrov

Hi all,


   How do I enable IP forwarding? (on freeBSD 6.2)


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


avr-libc port problem

2007-10-06 Thread Ivan Dimitrov

Dear list.

I found a problem with the port named avr-libc. The reason is ... there is one 
line of code in the Makefile with the following content:
BROKEN= Does not build
what can be the reason to checkin an intentionally broken makefile, and how can 
I use this port again?
thanks in advance
I.


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