Re: Disk Error - DUMP output.

2007-05-26 Thread Lowell Gilbert
Grant Peel [EMAIL PROTECTED] writes: Is there any way to figure out the files that are not being read using the DUMP error output below? DUMP: read error from /dev/da0s1g: Input/output error: [block 42718592]: count=8192 DUMP: read error from /dev/da0s1g: Input/output error: [sector

Disk Error - DUMP output.

2007-05-25 Thread Grant Peel
Is there any way to figure out the files that are not being read using the DUMP error output below? DUMP: read error from /dev/da0s1g: Input/output error: [block 42718592]: count=8192 DUMP: read error from /dev/da0s1g: Input/output error: [sector 42718594]: count=512 DUMP: read error

Re: Yet another crash - help with interpreting dump

2007-04-24 Thread Simon Chang
Hello, Regarding your crash dump, has anyone responded to you yet? You might want to try and post this in the developer's mailing list. FreeBSD-questions has many non-developers who may not know how to help with your situation. Good luck, SC

Re: dump/restore corrupted filesystems

2007-04-18 Thread CyberLeo Kitsana
out. Looking at /usr/src/sbin/dump/traverse.c, dump traverses the used inodes list and all directories. So if any of these is corrupt, your dump will be too. And if the contents of the inodes is corrupted, so will the dump. Thanks for this insight. I'll avoid dump/restore and just use manual

Re: dump/restore corrupted filesystems

2007-04-18 Thread Jerry McAllister
. Smart says that the drives are fine, as does the manufacturer's disk fitness tools. All the files that are readable contain correct data, but the files that are corrupt are totally not readable, and cannot even be removed manually: Given that, I would try to make a dump(8) of it. If dump dies

Re: dump/restore corrupted filesystems

2007-04-18 Thread Roland Smith
On Wed, Apr 18, 2007 at 04:09:22PM -0500, CyberLeo Kitsana wrote: Roland Smith wrote: Sorry if I wasn't clear. Most all of the data is readable and complete if I mount the filesystem read-only. It just panics the box when mounted read/write, and fsck can't fix the damage. That might be

Re: dump/restore corrupted filesystems

2007-04-18 Thread CyberLeo Kitsana
a dump(8) of it. If dump dies on a particular file, try to exclude that file from the dump either by rm-ing it or setting a nodump flag and try again. You may not actually be able to do the rm or nodump flag though if you cannot mount it with write permission. You might be able to force

Re: dump/restore corrupted filesystems

2007-04-18 Thread CyberLeo Kitsana
. The machine is supposed to start itself up and shut itself down every day, running a total of about 4 hours a day, during the span when all other machines dump their backups. The only reason I noticed this failure was because it didn't power down one day. Investigation revealed that FSCK had failed

dump/restore corrupted filesystems

2007-04-16 Thread CyberLeo Kitsana
Hi! I have a 1.2TB UFS2 filesystem with irrecoverable corruption. As such, I must move all 500GB or so of data off of it and re-newfs it. Does anybody know whether dump/restore can gracefully handle filesystem corruption, or will it happily back up and restore said damage to the pristine

Re: dump/restore corrupted filesystems

2007-04-16 Thread Roland Smith
if the corruption is so bad that fsck_ffs can't handle it. You can e.g. tell fsck_ffs(8) to use a backup superblock, with the -b option. Does anybody know whether dump/restore can gracefully handle filesystem corruption, or will it happily back up and restore said damage to the pristine filesystem? Dump

Yet another crash - help with interpreting dump

2007-04-16 Thread Andrea Venturoli
Hello. A server of mine hanged three days ago. As the office reopened I had someone press Ctrl-Alt-Esc and type panic. This is the dump I obtained: # kgdb kernel.debug /var/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol

using dd to dump an image file to a floppy

2007-04-16 Thread John
Everyone, I'm trying to make boot and kern floppies, using dd, as follows: Cdrom is mounted, floppy is mounted (and I have test written to it) I have the 6.2 disk 1 in the cdrom drive (the floppies directory contains the disk images I'd like to write) I'm in the /cdrom directory When

Re: using dd to dump an image file to a floppy

2007-04-16 Thread Kevin Kinsey
John wrote: Everyone, I'm trying to make boot and kern floppies, using dd, as follows: Cdrom is mounted, floppy is mounted (and I have test written to it) # dd if=floppies/boot.flp of=/dev/fd0 dd: /dev/fd0: Operation not permitted dd works on raw devices, and can't operate on a raw

Re: using dd to dump an image file to a floppy

2007-04-16 Thread Yuri Grebenkin
On Mon, 16 Apr 2007 14:24:14 -0400 John [EMAIL PROTECTED] wrote: Everyone, I'm trying to make boot and kern floppies, using dd, as follows: Cdrom is mounted, floppy is mounted (and I have test written to it) I have the 6.2 disk 1 in the cdrom drive (the floppies directory contains the disk

Re: dump/restore corrupted filesystems

2007-04-16 Thread CyberLeo Kitsana
. Sorry if I wasn't clear. Most all of the data is readable and complete if I mount the filesystem read-only. It just panics the box when mounted read/write, and fsck can't fix the damage. My question was more along the lines of whether or not dump/restore would see that those corrupted directory

Re: dump/restore corrupted filesystems

2007-04-16 Thread Roland Smith
the lines of whether or not dump/restore would see that those corrupted directory and file inodes were indeed corrupt and not bother attempting to back them up, or if it would happily back them up and restore them in their corrupted state to a new filesystem, thus trashing it. Looking at /usr/src/sbin

Re: dump/restore corrupted filesystems

2007-04-16 Thread Jerry McAllister
the lines of whether or not dump/restore would see that those corrupted directory and file inodes were indeed corrupt and not bother attempting to back them up, or if it would happily back them up and restore them in their corrupted state to a new filesystem, thus trashing it. It depends on how

Running out of memory for mysql(dump)

2007-04-05 Thread Graham Dunn
I've asked this question on the mysql-users list, but there wasn't any more information than what I've seen on google. The problem is that I get an error when trying to use mysqldump to get a backup of our RT Attachments table (all other tables will process fine) /usr/local/bin/mysqldump: Error

Re: No core dump after panic

2007-03-23 Thread Rajkumar S
On 3/22/07, Rajkumar S [EMAIL PROTECTED] wrote: On 3/22/07, Simon Chang [EMAIL PROTECTED] wrote: Check out man savecore for a list of flags. Thanks, I will check that out. I have reinstalled and now starting from scratch to see if I can get the core dump of a panic. dumpdev=/dev/ad2s1b

Re: No core dump after panic

2007-03-23 Thread Simon Chang
Well, this means that, since your previous kernel panicked but was not able to save a coredump, when you boot up from another kernel there is simply nothing there for savecore to recover. As a result savecore is reporting that there is nothing to recover for you. But that's the way to set it

Re: No core dump after panic

2007-03-22 Thread Rajkumar S
Hi, Thanks for your reply! On 3/21/07, Simon Chang [EMAIL PROTECTED] wrote: From what you are saying it sounds like you are getting the panic on bootup. Is that correct? Yes. immediately on boot up. In looking through your config I don't see anything that really stands out (although I

Re: No core dump after panic

2007-03-22 Thread Simon Chang
I did not use /var/crash because /var was small than RAM. So I manually changed the crash directory to /usr partition. I do not know how to set savecore flag. Check out man savecore for a list of flags. You normally set them in /etc/rc.conf by putting in a line like: savecore_flags=-v -z,

Re: No core dump after panic

2007-03-22 Thread Rajkumar S
On 3/22/07, Simon Chang [EMAIL PROTECTED] wrote: Check out man savecore for a list of flags. Thanks, I will check that out. Have you submitted a formal PR? I have to say that I have not had experience with that device or driver. What other responses have you gotten from people? Yes,

Re: No core dump after panic

2007-03-21 Thread Simon Chang
Hey there, From what you are saying it sounds like you are getting the panic on bootup. Is that correct? In looking through your config I don't see anything that really stands out (although I would use /var/crash for dumpdir, and you didn't specify savecore_flags). What else have you tried

No core dump after panic

2007-03-18 Thread Rajkumar S
Hi, I am trying to get core dump of a kernel panic relating to safenet driver, so that I can file a meaning full PR or even try to debug myself. But I am not getting a core dump after panic. I have gone thorough the developers manual and I believe I have taken care of all the usual stuff

Re: freebsd 6.2 oracle php php-oci8 core dump

2007-03-01 Thread José García Juanino
/blog/?p=22 all are installed without errors. But when I connect to oracle from php i get a core dump that i cannot access. I mention that I have compiled php with debug enabled. Can somebody suggest another setup? Or how to investigate this? I think databases/oracle8-client port is broken

Re: Backup using dump and restore from dvd - restore cd loaded to ram?rive?

2007-02-27 Thread Igor Robul
[EMAIL PROTECTED] wrote: Yes, I know. However FreeSBIE mounts its bootable CD as root directory (/) and then creates few RAM drives for /etc /usr etc. But I need the CD-ROM drive to read the CDs with backup files... Frenzy (http://www.frenzy.org.ua/en/) can free CD drive.

freebsd 6.2 oracle php php-oci8 core dump

2007-02-27 Thread Dan Cojocar
to oracle from php i get a core dump that i cannot access. I mention that I have compiled php with debug enabled. Can somebody suggest another setup? Or how to investigate this? Thank you, Dan gdb php php.core 12:07:12 GNU gdb 6.1.1 [FreeBSD] Copyright

Re: Backup using dump and restore from dvd - restore cd loaded to ram ?drive?

2007-02-21 Thread Lowell Gilbert
Milan Knizek [EMAIL PROTECTED] writes: On Monday 19 February 2007 16:29, Oliver Fromme wrote: [EMAIL PROTECTED] wrote: A simpler solution for your restore problem would be to simply use a standard FreeBSD installation CD, then make a minimal installation on your hard disk so you have all

Re: Backup using dump and restore from dvd - restore cd loaded to ram ?drive?

2007-02-19 Thread Oliver Fromme
[EMAIL PROTECTED] wrote: [...] The restore method will then require to boot from a bootable CD. The rescue CD system should load itself into RAM drive, so that I can dismount it and replace it with the CD/DVDs with the backup files. The rescue CD should provide basic commands and

Re: Backup using dump and restore from dvd - restore cd loaded to ram ?drive?

2007-02-19 Thread John Nielsen
On Monday 19 February 2007 10:29, Oliver Fromme wrote: [EMAIL PROTECTED] wrote: [...] The restore method will then require to boot from a bootable CD. The rescue CD system should load itself into RAM drive, so that I can dismount it and replace it with the CD/DVDs with the backup

Re: Panic and Dump

2007-02-19 Thread Drew Jenkins
- Original Message From: Lowell Gilbert [EMAIL PROTECTED] To: Drew Jenkins [EMAIL PROTECTED] Sent: Monday, February 19, 2007 12:00:54 PM Subject: Re: Panic and Dump The filesystem clearly needs a good fsck. Remember that it can't be mounted read-write to do so; usually you'll want

Panic and Dump

2007-02-16 Thread Drew Jenkins
any problems. However, when I went to install python from ports in FBSD, it crashed. When I booted back up and tried again, it gave me this error: mode = 0100644 inum = 2290285, fs = usr panic: ffs_valloc: dub alloc Uptime 47s Cannot dump. No dump device defined. Now, clearly, I've got

Backup using dump and restore from dvd - restore cd loaded to ram drive?

2007-02-12 Thread knizek
Hi list! I plan to use a full backup of my working desktop FreeBSD 6.2 STABLE with: dump -0LuB 10 -f backup.0,backup.1,backup.2 / (before I will check the number of files needed with dump -S /) Then gzip the backup.* files separately and burn them to CDs or DVDs. The restore method

Re: Backup using dump and restore from dvd - restore cd loaded to ram drive?

2007-02-12 Thread Joe Holden
[EMAIL PROTECTED] wrote: Hi list! I plan to use a full backup of my working desktop FreeBSD 6.2 STABLE with: dump -0LuB 10 -f backup.0,backup.1,backup.2 / snip It would be possible to use some linux distro, but support for UFS2 is required (I recall that MoviX has worked like

Re: Backup using dump and restore from dvd - re store cd loaded to ramrive?

2007-02-12 Thread knizek
- PŮVODNÍ ZPRÁVA - Od: Joe Holden [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list! I plan to use a full backup of my working desktop FreeBSD 6.2 STABLE with: dump -0LuB 10 -f backup.0,backup.1,backup.2 / snip It would be possible to use some linux distro

FreeBSD 6.2 stable crasches when running dump on mounted snapshot.

2007-01-16 Thread Mattias Björk
Hi there, When I run dump on a mounted snapshot, my machine panics with the error that says the following: Fatal double fault Panic: double fault I can run games in Windows fine and I run setiathome/boinc most of the time in Windows when my computer is locked and I'm at work. No problem

Re: FreeBSD 6.2 stable crasches when running dump on mounted snapshot.

2007-01-16 Thread Kris Kennaway
On Tue, Jan 16, 2007 at 09:47:47PM +0100, Mattias Bj?rk wrote: Hi there, When I run dump on a mounted snapshot, my machine panics with the error that says the following: Fatal double fault Panic: double fault You forgot to mention/obtain the important bits of the error ;) See

Core Dump during 'portmanager'

2006-12-20 Thread Michael Alestock
G'day, I'm having this problem with a broken port that keeps core dumping as I attempt to upgrade my installed ports using portmanager on FreeBSD v4.10-RELEASE-p24 #44. Is this a bug or just a bad port that needs to be uninstalled?? Here's a snippet of the portmanager log before it

[Fwd: Re: FreeBSD 5.5 port vlc-devel core dump]

2006-12-01 Thread Roger Olofsson
On Thu, Nov 30, 2006 at 08:51:33PM +0100, Roger Olofsson wrote: It is I that should say thanks ;^) I have tried using libmap.conf to remap libpthread to lib_r but that had no effect. Vlc reproduces the core dump exactly. I am not sure that creating libmap.conf in /etc and just entering

FreeBSD 5.5 port vlc-devel core dump

2006-11-30 Thread Roger Olofsson
Dear Mailing List, Sorry for this rather lengthy post. I am not sure if this is the correct place to ask this question. I have posted the same question to the vlc forum with the hope that someone will help. If this isn't the right place to post, please let me know. If anyone has a clue,

Re: FreeBSD 5.5 port vlc-devel core dump

2006-11-30 Thread Kris Kennaway
On Thu, Nov 30, 2006 at 08:02:18PM +0100, Roger Olofsson wrote: Dear Mailing List, Sorry for this rather lengthy post. I am not sure if this is the correct place to ask this question. I have posted the same question to the vlc forum with the hope that someone will help. If this isn't

dump/restore question

2006-11-30 Thread Kimberly B
If I have built a freebsd system to my liking and want to be able to reinstall fbsd to my pre-dump state (assuming the same slice configuration). I ran dump -L -0f - / dump -L -0f - /usr dump -L -0f - /var dump -L -0f - /tmp and save these files remotely. Could I

Re: dump/restore question

2006-11-30 Thread Kevin Kinsey
Kimberly B wrote: If I have built a freebsd system to my liking and want to be able to reinstall fbsd to my pre-dump state (assuming the same slice configuration). I ran dump -L -0f - / dump -L -0f - /usr dump -L -0f - /var dump -L -0f - /tmp and save these files remotely

DUMP + RESTORE

2006-11-29 Thread Grant Peel
Hi all, I know that if I dump a filesystem (lets say a full dump), that everything says the restore filesystem needs to be at least as big as the one the dump was made from. But I dare ask this question anyway ... If I have a filesystem that is 10 GIG, but because I am only using 2 GIG

Re: DUMP + RESTORE

2006-11-29 Thread Alex Zbyslaw
Grant Peel wrote: Hi all, I know that if I dump a filesystem (lets say a full dump), that everything says the restore filesystem needs to be at least as big as the one the dump was made from. But I dare ask this question anyway ... If I have a filesystem that is 10 GIG, but because I am

Re: DUMP + RESTORE

2006-11-29 Thread Jerry McAllister
On Wed, Nov 29, 2006 at 08:33:07AM -0500, Grant Peel wrote: Hi all, I know that if I dump a filesystem (lets say a full dump), that everything says the restore filesystem needs to be at least as big as the one the dump was made from. But I dare ask this question anyway ... If I have

Command to dump firewall rules to be persistent across reboots.

2006-11-29 Thread Dan Mahoney, System Admin
, or a builtin command I can't find) some way to just dump all the ipfw data (pipes, queues, tables, etc) to a single file to be re-read on boot? I'd be willing to try and write something like this if it doesn't already exist, but I'm rather surprised it doesn't. -Dan Mahoney -- A single death

Re: Command to dump firewall rules to be persistent across reboots.

2006-11-29 Thread Lane
), and I was wondering if there was (either in the form of a script, or a builtin command I can't find) some way to just dump all the ipfw data (pipes, queues, tables, etc) to a single file to be re-read on boot? I'd be willing to try and write something like this if it doesn't already exist

Re: firefox2 - core dump

2006-11-19 Thread Simon Phoenix
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Andriy Babiy said the following on 03.11.2006 10:05: Hello everybody, After last upgrade of Firefox, it dumps core when I run it. I am not sure, but the problem might be caused by the additional optimization that I enabled during

firefox2 - core dump

2006-11-03 Thread Andriy Babiy
Hello everybody, After last upgrade of Firefox, it dumps core when I run it. I am not sure, but the problem might be caused by the additional optimization that I enabled during configuration. Now, my attempt to portupgrade -f firefox results in Found saved configuration - I cannot change this

Re: firefox2 - core dump

2006-11-03 Thread Beech Rintoul
On Thursday 02 November 2006 23:05, Andriy Babiy wrote: Hello everybody, After last upgrade of Firefox, it dumps core when I run it. I am not sure, but the problem might be caused by the additional optimization that I enabled during configuration. Now, my attempt to portupgrade -f firefox

Re: firefox2 - core dump

2006-11-03 Thread Michael Johnson
On 11/3/06, Andriy Babiy [EMAIL PROTECTED] wrote: Hello everybody, After last upgrade of Firefox, it dumps core when I run it. I am not sure, but the problem might be caused by the additional optimization that I enabled during configuration. Now, my attempt to portupgrade -f firefox results in

Re: firefox2 - core dump

2006-11-03 Thread Tsampros Leonidas
On Fri, Nov 03, 2006 at 11:32:26AM +, Michael Johnson wrote: On 11/3/06, Andriy Babiy [EMAIL PROTECTED] wrote: Hello everybody, After last upgrade of Firefox, it dumps core when I run it. I am not sure, but the problem might be caused by the additional optimization that I enabled

Re: firefox2 - core dump

2006-11-03 Thread [EMAIL PROTECTED]
On 11/3/06, Andriy Babiy [EMAIL PROTECTED] wrote: Now, my attempt to portupgrade -f firefox results in Found saved configuration - I cannot change this option. Maybe, someone could advise me on how to do it properly? Where is this saved configuration? Should it be deleted?

SSH connection cut during dump on tape

2006-09-27 Thread Philippe Lang
Hi, While doing a backup on an HP Ultrium LTO1 tape, my ssh connection froze, and since then, I'm not able to use the tape device anymore. xeon# mt -f /dev/nsa0 rewind mt: /dev/nsa0: Device busy xeon# dump -0uaL -f /dev/nsa0 /dev/da0s1a DUMP: Date of this level 0 dump: Wed Sep 27 23:21:56

Re: SSH connection cut during dump on tape

2006-09-27 Thread Charles Swiger
On Sep 27, 2006, at 5:25 PM, Philippe Lang wrote: While doing a backup on an HP Ultrium LTO1 tape, my ssh connection froze, and since then, I'm not able to use the tape device anymore. Presumably there is another instance of dump or whatever is still running; try to kill -INT or kill -9

RE: SSH connection cut during dump on tape

2006-09-27 Thread Philippe Lang
[EMAIL PROTECTED] wrote: While doing a backup on an HP Ultrium LTO1 tape, my ssh connection froze, and since then, I'm not able to use the tape device anymore. Presumably there is another instance of dump or whatever is still running; try to kill -INT or kill -9 it. Works just fine, thanks

Re: Dump to DVD

2006-09-04 Thread Martin Hepworth
Hi Well I know this is a bit OT, but amanda can do spit 'dump's over multilple tapes/dvds/whatever. That way you also have an index of what's on what media etc. -- Martin On 9/4/06, Beech Rintoul [EMAIL PROTECTED] wrote: Can someone give me a bit of help? I'm trying to dump /user

Re: Dump to DVD (partially solved)

2006-09-04 Thread Beech Rintoul
On Sunday 03 September 2006 18:09, stan wrote: On Sun, Sep 03, 2006 at 05:17:58PM -0800, Beech Rintoul wrote: On Sunday 03 September 2006 15:27, stan wrote: On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote: Can someone give me a bit of help? I'm trying to dump /user

Dump to DVD

2006-09-03 Thread Beech Rintoul
Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's and keep getting a write error when the DVD runs out of space. I need an example of the proper command. I think I need to add file size to the command, but I'm not quite sure how to do it. I don't normally use DVD's

Re: Dump to DVD

2006-09-03 Thread stan
On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote: Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's and keep getting a write error when the DVD runs out of space. I need an example of the proper command. I think I need to add file size to the command

Re: Dump to DVD

2006-09-03 Thread Beech Rintoul
On Sunday 03 September 2006 15:27, stan wrote: On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote: Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's and keep getting a write error when the DVD runs out of space. I need an example of the proper command

Re: Dump to DVD

2006-09-03 Thread stan
On Sun, Sep 03, 2006 at 05:17:58PM -0800, Beech Rintoul wrote: On Sunday 03 September 2006 15:27, stan wrote: On Sun, Sep 03, 2006 at 03:10:45PM -0800, Beech Rintoul wrote: Can someone give me a bit of help? I'm trying to dump /user to multiple DVD's and keep getting a write error when

Re: 6.1 crashing, no vm dump

2006-08-30 Thread Kris Kennaway
On Tue, Aug 29, 2006 at 05:14:01PM -0500, Laurence Sanford wrote: I'm not much on posting mystery stuff for people to try to solve, but I'm at the end of my rope with this one. I have a box that's been pretty stable until very recently, and I don't know if I may have missed something

6.1 crashing, no vm dump

2006-08-29 Thread Laurence Sanford
I'm not much on posting mystery stuff for people to try to solve, but I'm at the end of my rope with this one. I have a box that's been pretty stable until very recently, and I don't know if I may have missed something important that was posted somewhere about a problem, or what. I can

Hangs during dump with 6.0 and current ports

2006-08-21 Thread Martin Werner
dump will keep the system in a state where the IP-Stack is still there (can ping an scan ports), but no requests whatsoever are accepted and due to that I can't access the system via ssh and tell what's going on. The last time I had a ssh-session open with top: Here is the first few lines output

Re: Hangs during dump with 6.0 and current ports

2006-08-21 Thread backyard
I've had problems with dump and restore on machines lacking memory before. Perhaps the dump is just running the system out of memory? I know I've had issues restoring my /usr filesystem with 512M RAM unless I had a swapfile active. I also find it helps to make sure /tmp has got enough space

RE: Hangs during dump with 6.0 and current ports

2006-08-21 Thread Martin Werner
Hi, Thanks for your input - I further analyzed the issue and noticed the following: 1) At time of the hang memory (only 128MB, will be more this week :-) memory was full and swap was 19% in use -but- 2) In my top output I saw that dump, imap-login etc. where waiting with status pfault 3) Due

:::. P4 HTT and DUMP: Corrupted MAC on input.

2006-08-18 Thread Mikhail Goriachev
Hi, I've got the following problem. A few servers, periodically dump(8) through ssh to a central server. That central server comes with a P4 HTT (single core - no frills) processor. A few weeks ago I decided to activate hyperthreading and add SMP capabilities to it. Just for the sake

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-07-03 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: --- Alex Zbyslaw [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2

problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Brian McKeon
type nice -n -20 /root/makeme under Rel_6 this gives a incorrectly formed number error more or less according the the man pages this should be valid as they basically give this as an example. Then with Dump... It seems to hit the fan with large filesystems, and this seems new to rel_6 at least

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Alex Zbyslaw
Did you change shells between releases? Maybe bash uses the new format. Then with Dump... It seems to hit the fan with large filesystems, and this seems new to rel_6 at least in my experience. I can dump my root and var systems correctly but my usr file system never works, gives errors during

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread backyard1454-bsd
/nice -n -20 /bin/ls list of files {cartman}42# nice -20 /bin/ls list of files Did you change shells between releases? Maybe bash uses the new format. Then with Dump... It seems to hit the fan with large filesystems, and this seems new to rel_6 at least in my experience. I can dump my

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 and then on a restore bzip2 -dc | (cd /foo; restore -r -f -) the error I get is expected 234234 got

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread backyard1454-bsd
--- Alex Zbyslaw [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 and then on a restore bzip2 -dc | (cd /foo

ntpd core dump

2006-05-18 Thread Ghislain Garçon
Hello, I have a core dump with ntpd ( Segmentation fault: 11 (core dumped) ). I try each line of my ntp.conf and the problem is with the line server 127.127.1.0 even if i set fudge 127.127.1.0 stratum 10 This is a FreeBSD 6.1 updated from a 6.0. Tnahks for any help. Ghislain

Re: ntpd core dump

2006-05-18 Thread Ghislain Garçon
Ntpd build with FreeBSD can't create a local clock (with 127.127.1.0) ??? Hello, I have a core dump with ntpd ( Segmentation fault: 11 (core dumped) ). I try each line of my ntp.conf and the problem is with the line server 127.127.1.0 even if i set fudge 127.127.1.0 stratum 10

Re: backup system rsync - dump

2006-05-03 Thread Jack Stone
From: Philip Hallstrom [EMAIL PROTECTED] To: dick hoogendijk [EMAIL PROTECTED] CC: freebsd-questions freebsd-questions@freebsd.org Subject: Re: backup system rsync - dump Date: Tue, 2 May 2006 11:15:55 -0500 (CDT) With the right settings of --backup --backup-dir you can easily create a week

Re: backup system rsync - dump

2006-05-03 Thread Philip Hallstrom
With the right settings of --backup --backup-dir you can easily create a week (or two or three or whatever) archive of the daily changed files. So, for example.. /backup/usr - contains identical copy /backup/dailys/usr/Mon - contains files that changed on /usr on Monday. Then just set things

backup system rsync - dump

2006-05-02 Thread dick hoogendijk
I have two disks; one is the fbsd system drive, the other is for backup purposes. I'm in doubt about what to use: dump or rsync I guess I can do something like: mount /dev/ad1s3a /backup/root mount /dev/ad1s3d /backup/var mount /dev/ad1s3f /backup/usr /usr/local/bin/rsync -avHxS --delete /usr

Re: backup system rsync - dump

2006-05-02 Thread Jerry McAllister
I have two disks; one is the fbsd system drive, the other is for backup purposes. I'm in doubt about what to use: dump or rsync I use dump/restore, but do the command slightly differently. Since dump works on a file system I cd to the destination mount point and work from there and I don't

Re: backup system rsync - dump

2006-05-02 Thread Iantcho Vassilev
in doubt about what to use: dump or rsync I guess I can do something like: mount /dev/ad1s3a /backup/root mount /dev/ad1s3d /backup/var mount /dev/ad1s3f /backup/usr /usr/local/bin/rsync -avHxS --delete /usr /backup/usr for /usr / and var OR #!/bin/sh newfs /dev/ad0s3a newfs /dev/ad0s3d newfs /dev

Re: backup system rsync - dump

2006-05-02 Thread Philip Hallstrom
I have two disks; one is the fbsd system drive, the other is for backup purposes. I'm in doubt about what to use: dump or rsync I guess I can do something like: mount /dev/ad1s3a /backup/root mount /dev/ad1s3d /backup/var mount /dev/ad1s3f /backup/usr /usr/local/bin/rsync -avHxS --delete /usr

Re: backup system rsync - dump

2006-05-02 Thread Howard Jones
Philip Hallstrom wrote: I have two disks; one is the fbsd system drive, the other is for backup purposes. I'm in doubt about what to use: dump or rsync I guess I can do something like: mount /dev/ad1s3a /backup/root mount /dev/ad1s3d /backup/var mount /dev/ad1s3f /backup/usr /usr/local/bin

Re: Getting A Kernel Dump - SOLVED!

2006-04-21 Thread Drew Tomlinson
for getting a crash dump but I'm not getting dumps. Here's the relevant line from rc.conf: dumpdev=/dev/da1s1b And it seems to be OK as dumpon has no problem when I set this manually: blacksheep# dumpon -v /dev/da1s1b kernel dumps on /dev/da1s1b My swap partition is 750 MB and the total

Getting A Kernel Dump

2006-04-19 Thread Drew Tomlinson
I have a 6.0 system running on a P3 550 that is rebooting every now and then due to a trap 12 error. I've followed the steps at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html for getting a crash dump but I'm not getting dumps. Here's the relevant line

Re: Getting A Kernel Dump

2006-04-19 Thread Kevin Kinsey
Drew Tomlinson wrote: I have a 6.0 system running on a P3 550 that is rebooting every now and then due to a trap 12 error. I've followed the steps at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html for getting a crash dump but I'm not getting dumps

Re: Problem Restoring Dump Via Fixit Environment in FreeBSD 6.0 Release Boot Cdrom

2006-04-18 Thread John Nielsen
On Tuesday 18 April 2006 00:17, Brian McKeon wrote: Hello I'm having a problem restoring my backup of my FreeBSD installation. I recently upgraded hardrives in my laptop and made backups of my Gentoo and FreeBSD partitions. Gentoo restored with no troubles BSD however... I have made a dump

Re: Problem Restoring Dump Via Fixit Environment in FreeBSD 6.0 Release Boot Cdrom

2006-04-18 Thread backyard1454-nospam
--- John Nielsen [EMAIL PROTECTED] wrote: On Tuesday 18 April 2006 00:17, Brian McKeon wrote: Hello I'm having a problem restoring my backup of my FreeBSD mount /dev/da0s1 /foobar fails with superblock errors (obviously) mount -t ext2fs /dev/da0s1 /foobar fails with mount_ext2fs

Problem Restoring Dump Via Fixit Environment in FreeBSD 6.0 Release Boot Cdrom

2006-04-17 Thread Brian McKeon
Hello I'm having a problem restoring my backup of my FreeBSD installation. I recently upgraded hardrives in my laptop and made backups of my Gentoo and FreeBSD partitions. Gentoo restored with no troubles BSD however... I have made a dump of my filesystems and copied them onto an Ext2fs USB

OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another address:port. I want to debug http and I need something that does what redir does plus dumping all input output to my terminal. Is there some- thing like that

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread guru
El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis escribió: Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another address:port. I want to debug http and I need something that does what

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 11:44, [EMAIL PROTECTED] wrote: El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis escribió: Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread guru
El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis escribió: There is one of the oldest firewall toolkits, the TIS' FWTK, http://www.fwtk.org/main.html it has some so called 'plug-gw', writte in C, which does exactly what you want, excepting TCP on one

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 12:53, [EMAIL PROTECTED] wrote: El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis escribió: There is one of the oldest firewall toolkits, the TIS' FWTK, http://www.fwtk.org/main.html it has some so called 'plug-gw', writte in C, which

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Igor Robul
On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote: Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another address:port. I want to debug http and I need something that does what redir does plus

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
On Friday 07 April 2006 14:27, Igor Robul wrote: On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote: Hi, I am searching for program similar to net/redir. It's a simple program that listens to a tcp port and redirects all input to another address:port. I want to debug http

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Karl Pielorz
Why dont you wish use tcpdump? Cause I want to debug http, which is ASCII. Having every tcp segment in hex and/or ASCII won't help much. 'GET / HTTP/1.1' is much easier to read than the hexdump. 0x4174206c6561737420666f72206d653a29 Have you tried tcpflow? That can either dump the actual

Re: OT: tcp redictor with dump-(in|out)put-to-stdout capability

2006-04-07 Thread Nikos Vassiliadis
Have you tried tcpflow? That can either dump the actual flows to files - or you can dump them to the console... I have already found what I was looking for. net/balance:) If you're sending it to the console, and it might be gifs / other binary, piping it through 'strings' is usually a good idea

<    1   2   3   4   5   6   7   8   9   10   >