Subversion load problem- svnadmin: Dump stream contains a malformed header (with no ':')

2013-05-20 Thread h bagade
Hi all,

I have problem loading a partial dump of one repository into a new
repository. When I try to load a partial dump of the old repository, which
paths also corrected, I've got the Checksum mismatch error for a file.
When I try to replace the Text-content-md5 field of the file on the dump
with the correct one using sed command, another error regarding malformed
header is occurred(svnadmin: Dump stream contains a malformed header (with
no ':'))!
I don't know how to fix this problem and I really need this migration to be
done. I've searched a lot but couldn't find any solution.

Any suggestions or ideas?
___
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


problem in changing serial console speed!

2011-11-27 Thread h bagade
Hi all,

I want to change serial console speed on freebsd 8.2. I've found out
different way of doing so but none was successful! I've tried the following
ways:

1- change /boot.config: add -S*speed

*2- change /boot/loader.conf: add following lines
boot_multicons=YES
boot_serial=YES
comconsole_speed=115200
console=comconsole,vidconsole

3- change /etc/ttys as follows:
ttyu0/usr/libexec/getty std.115200vt100on secure

none of the above methods worked and only changing /etc/makefile had an
effect on serial console speed which is not appropriate.
Is there anything else should be take in to consideration in any of the
ways? What am I missing?

Any comments or hints are really appreciated.
___
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


pf nat with pool addresses

2011-08-20 Thread h bagade
Hi all,

I am trying to use pf nat rules with pool support on FreeBsd 8.0, working
together with ipfw as the main firewall. According to the natting concepts i
faced in manuals and docs, nat concept is to map the source address to the
natted address when sending the packets from that source and then map the
destination address of the related reply packets.

but when I define pf nat rules with a pool of IP addresses not available on
the outside interface ip addresses, the outgoing traffic is natted to one of
the pool addresses but the response is not received via that interface so
the pf can map the destination address to the real one. here is one of my
configs i used during my tests:

*configurations:*
*pf.conf:*
nat on eth1 from { 11.11.11.0/24} to any -
{172.16.10.1,172.16.10.2,172.16.10.3,172.16.10.4,172.16.10.5,172.16.10.6,172.16.10.7,172.16.10.8,172.16.10.9,172.16.10.10}

main system configurations:
eth0: 11.11.11.1
eth1: 172.16.10.64

system A: directly connected to eth0- 11.11.11.11
system B: directly connected to eth1- 172.16.10.65

in this configs the dafult route of system A and system B are the middle
systems connected ip address.

as mentioned, when systemA pings systemB, the ping requests are natted to
172.16.10.1 and received at systemB but systemB doesn't send icmp replies
because it doesn't know to whom it should send the replies (no answer to
system B 's ARP requests about who has the natted IP).

now my question is, isn't it the pf nat responsibilty to manage this
condition and send the ARP replies to SystemB?
or, are my configs wrong?
or i misunderstood the nat concepts?

any ideas or helps are really appriciated as i have to set this nat on my
main system, asap.
Thanks in advance.
___
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