5.3 IPFW bug

2004-12-15 Thread Dmitry A. Bondareff
Hello hackers!

Today I upgraded my 5.2.1-p11 box up to 5.3-p2.
My firewall rules includes like this:
...
/sbin/ipfw add tee 1 ip from 1.2.3.4 to 4.3.2.1
...
On 5.2.1-FreeBSD it's works fine.
But FreeBSD 5.3 halted each time!!!

After changed tee 1 to allow  now works all fine.

Is this bug ??

Regards,
Dmitry.


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


Re: 5.3 IPFW bug

2004-12-15 Thread Dmitry A. Bondareff
Yes! Rights! The server freezes! No core dumped!!
And I connected by console, not by network.

Dmitry.

- Original Message - 
From: Maxim Konovalov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 6:42 PM
Subject: Re: 5.3 IPFW bug


 On Wed, 15 Dec 2004, 17:00+0500, Dmitry A. Bondareff wrote:
 
  Hello hackers!
 
  Today I upgraded my 5.2.1-p11 box up to 5.3-p2.
  My firewall rules includes like this:
  ...
  /sbin/ipfw add tee 1 ip from 1.2.3.4 to 4.3.2.1
  ...
  On 5.2.1-FreeBSD it's works fine.
  But FreeBSD 5.3 halted each time!!!
 
 It's not clear what do you mean by halted here?  Does the server
 freeze of what?  If it continues the rule processing this is not a
 bug, see Andre's explanation.  If the server freezes - this is a bug
 and we need a kernel backtrace and/or the kernel core dump.  Or clear
 how-to-repeat receipt.
 
  After changed tee 1 to allow  now works all fine.
 
  Is this bug ??
 
 -- 
 Maxim Konovalov
 

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


What does it mean

2004-09-14 Thread Dmitry A. Bondareff
Hello hackers!

On my system which connected to Internet I''ll see many processes like (sh):
# ps axu | more
USERPID %CPU %MEM   VSZ  RSS  TT  STAT STARTED  TIME COMMAND
root  59548  1,0  0,0 00  ??  Z11:00 0:00,00  (sh)
root  59588  0,0  0,0 00  ??  Z11:02 0:00,00  (sh)
root185  0,0  0,0 00  ??  Z 204   0:00,00  (sh)

WHAT IS IT ??

Regards,
Dmitry.

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


IP frag need

2004-05-19 Thread Dmitry A. Bondareff
Hello hackers!

I have two office in the Internet.
And now I trying to make VPN between it.

I using mpd for it.


Client --- (mtu=1500) FreeBSD (mtu=1024) == VPN over Internet
== (mtu=1024)FreeBSD (mtu=1500)--- WindowsNT

Client trying to use mounted disk from WindowsNT

11.8.24.25 - WindowsNT
11.8.11.1 - FreeBSD

tcpdump info:
17:26:55.100097 11.8.24.25.139  11.8.11.1.1049: tcp 1460 (DF)
17:26:55.100175 11.8.11.1  11.8.24.25: icmp: 11.8.11.1 unreachable - need
to frag (mtu 1024) (DF)
17:26:57.287737 11.8.24.25.139  11.8.11.1.1049: tcp 1460 (DF)
17:26:57.287813 11.8.11.1  11.8.24.25: icmp: 11.8.11.1 unreachable - need
to frag (mtu 1024) (DF)

As you can see IP frag needed, but WindowsNT don't want to do it.

What I cat do on FreeBSD box to solve the problem ??

Dmitry.
(Sorry for my English)

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


Re: FreeBSD - Windows HTTP TCP performance

2004-01-21 Thread Dmitry A. Bondareff
I've cvsuped the 5.2-RELEASE.
make buildworld was success.

- Original Message -
From: Mike Silbersack [EMAIL PROTECTED]
To: CHOI Junho [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 19, 2004 7:12 AM
Subject: Re: FreeBSD - Windows HTTP TCP performance



 On Thu, 15 Jan 2004, CHOI Junho wrote:

  For those who interested, I made packet dump file:
 
http://www.kr.freebsd.org/~cjh/misc/freebsd-net/
 
  Best thing is do tcpdump at client machine but I have no admin
  permission, so failed.
 
  --
  CHOI Junho http://www.kr.FreeBSD.org/~cjh KFUG cjh at
kr.FreeBSD.org

 I can read these fine, Andre must be going through some web proxy that
 corrupts them. :)

 All of the computers in the dumps are on a LAN, right?  There seems to be
 quite a bit of packet loss going on, from what I can see.  This is most
 certainly the cause of low throughput; we'd need tcpdumps from both ends
 to really determine if there's some suboptimal tcp interaction between w2k
 and freebsd.  (From a single side of the connection, we can't even be sure
 if retransmissions are getting through, etc.)

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


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


Re: Upgrade from 4.9 to 5.1

2004-01-21 Thread Dmitry A. Bondareff
I've cvsuped up to 5.2-RELEASE.
make buildworld was success.

Thanks.

- Original Message - 
From: Ruslan Ermilov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 5:53 PM
Subject: Re: Upgrade from 4.9 to 5.1



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


Upgrade from 4.9 to 5.1

2004-01-15 Thread Dmitry A. Bondareff
Hello hackers!
Help to understand problem.
I have FreeBSD 4.9 on my box.
# uname -a
FreeBSD wall.ru 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #24

I've tried to Upgrade it up to 5.1
# cvsup /etc/cvsupfile
# cd /usr/src
# make buildworld


=== lib/libpam/modules/pam_krb5
rm -f .depend
mkdep -f .depend -a
-I/usr/src/lib/libpam/modules/pam_krb5/../../../../contrib/openpam/i
nclude -I/usr/src/lib/libpam/modules/pam_krb5/../../libpam  
/usr/src/lib/libpam/modules/pam
_krb5/pam_krb5.c
*** Error code 1

Stop in /usr/src/lib/libpam/modules/pam_krb5.
*** Error code 1

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

Stop in /usr/src/lib/libpam.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


How to resolve this problem.
Thanks.

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


Upgrade from 4.9 to 5.1

2004-01-12 Thread Dmitry A. Bondareff
Hello hackers!
Help to understand problem.
I have FreeBSD 4.9 on my box.
# uname -a
FreeBSD wall.ru 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #24

I've tried to Upgrade it to 5.1
# cvsup /etc/cvsupfile
# cd /usr/src
# make buildworld


=== lib/libpam/modules/pam_krb5
rm -f .depend
mkdep -f .depend -a
-I/usr/src/lib/libpam/modules/pam_krb5/../../../../contrib/openpam/i
nclude -I/usr/src/lib/libpam/modules/pam_krb5/../../libpam  
/usr/src/lib/libpam/modules/pam
_krb5/pam_krb5.c
*** Error code 1

Stop in /usr/src/lib/libpam/modules/pam_krb5.
*** Error code 1

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

Stop in /usr/src/lib/libpam.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


How to resolve this problem.
Thanks.

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


Bug on an0 ??

2002-11-14 Thread Dmitry A. Bondareff
Hi!

I have Aironet PCI4800.
All works fine.
But if I make tcpdump on this interface connection lost to master arlan.
Only system reboot can help to restore connect.

Is it bug ??

Best regards,
Dmitry.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



tip problem

2002-07-15 Thread Dmitry A. Bondareff



Hello, hackers!

I have servers with FreeBSD 
4.6-RELEASE-p2.

And only for one of them I have problem with 
tip command.

# tip com1
after this command server halting and only 
"reset" button may help.

How to diagnose the problem ?

Dmitry.


Re: tip problem

2002-07-15 Thread Dmitry A. Bondareff

So.

When I connect with tip to port on which modem connected - server do not
halt.
But on empty port - HALT!

--
#tip -v com2
connected

-
and that's all, no verify messages.

Dmitry.

- Original Message -
From: Philip Reynolds [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 15, 2002 4:05 PM
Subject: Re: tip problem


 Dmitry A. Bondareff [EMAIL PROTECTED] 57 lines of wisdom included:
  Hello, hackers!
 
  I have servers with FreeBSD 4.6-RELEASE-p2.
 
  And only for one of them I have problem with tip command.
 
  # tip com1
  after this command server halting and only reset button may help.

 What's connected to com1?

 tip -v com1

 should generate more information to work with...

 Phil.

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: PCI4800

2002-06-29 Thread Dmitry A. Bondareff

Ok!
I've attached the files with configurations of PCI4800 and BR500 (external).

External bridge send an error:
 E Radio Error : 3 CRC errors

Whereis problem ??

P.S. On the PCI4800 card  Firmware v.4.25.30.


- Original Message -
From: Brooks Davis [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, June 26, 2002 12:39 AM
Subject: Re: PCI4800




! CONFIGURATION of Aironet BR500E V8.24 BR500E_00
=
configuration radio ssid test 
configuration radio root on 
configuration radio rates 1_11 
configuration radio basic_rates 1_11 
configuration radio frequency 2412 
configuration radio distance 0 
configuration radio i80211 beacon 100 
configuration radio i80211 dtim 1 
configuration radio i80211 extend off 
configuration radio i80211 bcst_ssid off 
configuration radio i80211 rts 2312 
configuration radio i80211 Privacy encryption off 
configuration radio i80211 Privacy client open 
configuration radio i80211 Encapsulation encap 802.1H 
configuration radio i80211 Encapsulation remove all
configuration radio linktests destination any 
configuration radio linktests size 512 
configuration radio linktests count 100 
configuration radio linktests autotest once 
configuration radio extended bridge_mode access_point 
configuration radio extended time_retry 8 
configuration radio extended count_retry 0 
configuration radio extended roaming directed 
configuration radio extended Balance off 
configuration radio extended diversity off 
configuration radio extended modulation cck 
configuration radio extended power 1 
configuration radio extended fragment 2048 
configuration ethernet active on 
configuration ethernet size 1518 
configuration ethernet port auto 
configuration ident inaddr 192.168.001.002 
configuration ident inmask 255.255.255.000 
configuration ident routing delete all
configuration ident routing net 000.000.000.000 192.168.001.001 000.000.000.000
configuration ident dns1 000.000.000.000 
configuration ident dns2 000.000.000.000 
configuration ident domain  
configuration ident name BR500E_00 
configuration ident location  
configuration ident contact  
configuration ident bootp_DHCP off 
configuration ident class BR500E 
configuration console Remote on 
configuration console telnet on 
configuration console http on 
configuration console delete all
configuration console communities remote off 
configuration console type teletype 
configuration console port rate 9600 
configuration console port bits 8 
configuration console port parity none 
configuration console port flow xon/xoff 
configuration console linemode off 
configuration stp active off 
configuration stp priority 8000 
configuration stp hello_time 2 
configuration stp forward_delay 15 
configuration stp msg_age_timeout 20 
configuration stp port port on 
configuration stp port priority 80 
configuration stp port cost 100 
configuration mobile-IP AgentType off 
configuration mobile-IP remove all
configuration mobile-IP setup lifetime 600 
configuration mobile-IP setup ReplayProt timestamps 
configuration mobile-IP setup broadcasts off 
configuration mobile-IP setup RegRequired on 
configuration mobile-IP setup HostRedirects off 
configuration mobile-IP advert AdvertType multicast 
configuration mobile-IP advert AdvertInterval 5 
configuration mobile-IP advert PrefixLen off 
configuration mobile-IP advert AdvertRtrs on 
configuration time time_server 000.000.000.000 
configuration time sntp_server 000.000.000.000 
configuration time offset 0 
configuration time dst off 
statistics display_time 10 
statistics ipAdr off 
association maximum 1024 
association autoreg on 
association staletime 350 
association niddisp numeric 
filter multicast default forward 
filter multicast remove all
filter multicast radio_mcst everywhere 
filter node ethdst forward 
filter node raddst forward 
filter node source off 
filter node remove all
filter protocols default off 
filter protocols remove all
filter direction both 
logs printlevel all 
logs loglevel all 
logs ledlevel error/severe 
logs statistics ra rpa any
logs statistics re rdf any
logs statistics re rce any
logs statistics re trr any
logs statistics re tmr any
logs statistics re ter any
logs statistics re tho any
logs bnodelog on 
logs snmp trapdest none 
logs snmp trapcomm public 
logs snmp loglevel off 
logs snmp authtrap off 
logs syslog 192.168.001.001 
logs syslevel all 
logs facility 23 
logs rcvsyslog on 
diagnostics network escape ^X^Y^Z 
diagnostics load ftp dest 000.000.000.000 
diagnostics load ftp username  
diagnostics load ftp filename  
diagnostics load distribute type firmware 
diagnostics load distribute control newer 
diagnostics load distribute remove all
configuration ident bootp_DHCP off 
configuration ident class BR500E 

 0:08:50 E Radio Error : 3 CRC errors



xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 1.1.2.2 netmask 0xff00 broadcast 1.1.2.255
ether 00:60:08:30:21:c5

PCI4800

2002-06-25 Thread Dmitry A. Bondareff



Hello, super guys!

Last 3 days I was trying to connect an 
Aironet card PCI4800 with Cisco Aironet series 340.
No success!

Does anybody do it ??

Dimasic.


[no subject]

2002-02-20 Thread Dmitry A. Bondareff



Hi hackers!

Help to understand why my rc.conf system do 
not want to use more ?

Before last reboot I make next:

#cp /usr/src/etc/defaults/rc.conf 
/etc/defaults/rc.conf
# reboot

What's happen ??

I've tried to copy /etc/defaults/rc.conf from 
another workable computer - no reason!

Regards,
Dmitry.


/etc/rc.conf not using by system

2002-02-20 Thread Dmitry A. Bondareff



Hi!

I'll try again:
who can say me why system not using my 
/etc/rc.conf ?

Regards,
Dmitry.


Default mail.local permission

2002-02-19 Thread Dmitry A. Bondareff



Hi hackers!

Help me to understand next 
situation:

# cd /usr/src
# make buildworld
# make installworld
# make kernel

/etc/rc.conf:
sendmail_enable="YES"

After successfully install I see the next 
problem:

Feb 19 00:00:01 xxx mail.local: lockmailbox 
/var/mail/other failed; error code 75Feb 19 00:00:01 xxx sendmail[23806]: 
g1FIVkB32458: to=[EMAIL PROTECTED], 
delay=3+00:28:15, xdelay=00:00:30, mailer=local, pri=12729484, dsn=4.0.0, 
stat=Deferred: local mailer (/usr/libexec/mail.local) exited with 
EX_TEMPFAIL

# ls -l 
/usr/libexec/mail.local-r-xr-xr-x 1 root wheel 20456 Feb 
15 15:10 /usr/libexec/mail.local

# chmod u+s /usr/libexec/mail.local# ll -l /usr/libexec/mail.local-r-sr-xr-x 1 
root wheel 20456 Feb 15 15:10 
/usr/libexec/mail.local

After this manipulations all works 
fine.
Why so problems? Why 1555 is not default 
permission ?

Regards,
Dmitry.


Re: Default mail.local permission

2002-02-19 Thread Dmitry A. Bondareff

Waw!
Many thanks !

- Original Message -
From: Maxim Konovalov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, February 19, 2002 2:29 PM
Subject: Re: Default mail.local permission


 On 14:26+0500, Feb 19, 2002, Dmitry A. Bondareff wrote:

  Hi hackers!
 
  Help me to understand next situation:
 
  # cd /usr/src
  # make buildworld
  # make installworld
  # make kernel
 
  /etc/rc.conf:
  sendmail_enable=YES
 
  After successfully install I see the next problem:
 
  Feb 19 00:00:01 xxx mail.local: lockmailbox /var/mail/other failed;
error code 75
  Feb 19 00:00:01 xxx sendmail[23806]: g1FIVkB32458:
to=[EMAIL PROTECTED], delay=3+00
  :28:15, xdelay=00:00:30, mailer=local, pri=12729484, dsn=4.0.0,
stat=Deferred: local m
  ailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL
 
  # ls -l /usr/libexec/mail.local
  -r-xr-xr-x  1 root  wheel  20456 Feb 15 15:10 /usr/libexec/mail.local
 
  # chmod u+s /usr/libexec/mail.local
  # ll -l /usr/libexec/mail.local
  -r-sr-xr-x  1 root  wheel  20456 Feb 15 15:10 /usr/libexec/mail.local
 
  After this manipulations all works fine.
  Why so problems? Why 1555 is not default permission ?

 more /usr/src/UPDATING

 20001020:
 ...
 More details can be found at
 http://people.freebsd.org/~imp/UPDATING/sendmail-20001010
 ...

  Regards,
  Dmitry.
 

 --
 Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer
 phone: +7 (095) 796-9079, mailto:[EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



chflags schg problem

2002-02-15 Thread Dmitry A. Bondareff



Hello  hackers!

What it is mean:

Dial# rm kerneloverride r-xr-xr-x 
root/wheel schg for kernel? yrm: kernel: Operation not 
permitted

Dial# chflags noschg /kernelchflags: 
/kernel: Operation not permitted

Regards,
Dmitry.



tip problem

2002-02-13 Thread Dmitry A. Bondareff



Hi!

Today I've got the next problem:

# tip cua0b
Connecting

. and after this command server do not 
answer more! No ping, no services.

--
# uname -aFreeBSD xxx.mmk.ru 4.5-RELEASE 
FreeBSD 4.5-RELEASE #1: Tue Feb 12 16:41:52 YEKT 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/xxx 
i386

# tail /etc/remote
# Hardwired 
linecuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:

# ls -l /dev/cuaa0
crw-rw 1 uucp 
dialer 28, 128 Nov 17 2000 /dev/cuaa0

# ls -l /usr/bin/tip-r-xr-xr-x 1 
uucp dialer 38320 Feb 13 09:48 /usr/bin/tip
---

Regards,
Dmitry.






Re: tip problem

2002-02-13 Thread Dmitry A. Bondareff



Why?
On other server no exexute permissions and 
tip works fine!

  - Original Message - 
  From: 
  Anand 
  Franklin 
  To: Dmitry A. Bondareff 
  Sent: Friday, February 15, 2002 12:51 
  AM
  Subject: RE: tip problem
  
  Give 
  the execute permission to the /dev/cuaa0
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On 
Behalf Of Dmitry A. BondareffSent: Thursday, February 14, 
2002 1:14 PMTo: [EMAIL PROTECTED]Subject: 
tip problem
Hi!

Today I've got the next 
problem:

# tip cua0b
Connecting

. and after this command server do 
not answer more! No ping, no services.

--
# uname -aFreeBSD xxx.mmk.ru 
4.5-RELEASE FreeBSD 4.5-RELEASE #1: Tue Feb 12 16:41:52 YEKT 
2002 [EMAIL PROTECTED]:/usr/src/sys/compile/xxx 
i386

# tail /etc/remote
# Hardwired 
linecuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none:

# ls -l /dev/cuaa0
crw-rw 1 uucp 
dialer 28, 128 Nov 17 2000 /dev/cuaa0

# ls -l /usr/bin/tip-r-xr-xr-x 
1 uucp dialer 38320 Feb 13 09:48 /usr/bin/tip
---

Regards,
Dmitry.






Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-09 Thread Dmitry A. Bondareff

Hi!
I successfuly upgrade from 4.0 to 4.1 and then up it to  4.5.

Thanks. :))

- Original Message -
From: Dmitry A. Bondareff [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, February 08, 2002 10:27 AM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 If you lie me, I'll be back !! :))

 - Original Message -
 From: David O'Brien [EMAIL PROTECTED]
 To: Dmitry A. Bondareff [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, February 08, 2002 12:03 AM
 Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


  On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
   Yesterday I've tried to update it teel 4.5-RELEASE.
  ...
   P.S. Day before it I was upgrade from 4.4-RELEASE to 4.5-RELEASE easy.
 
  That means if you need to upgrade the box right now, you can upgrade
your
  4.0 box to 4.4 and then to 4.5.  (you might also need to upgrade to 4.1
  or 4.2 first).  Or wait for ru. :)
 
  --
  -- David  ([EMAIL PROTECTED])
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-hackers in the body of the message
 


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-07 Thread Dmitry A. Bondareff

Ok!
And what's you can recommend me ?

- Original Message -
From: Ruslan Ermilov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 1:38 PM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
  Hi!
 
  I have FreeBSD 4.0:
  # uname -a
  FreeBSD xxx 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed Apr 11 16:06:03 GMT
2001
root@xxx:/usr/src/sys/compile/xxx  i386
 
  Yesterday I've tried to update it teel 4.5-RELEASE.
 
 We don't (yet) support upgrades from 4.0.  I plan on making it work
 in time for 4.6-RELEASE.


 Cheers,
 --
 Ruslan Ermilov Sysadmin and DBA,
 [EMAIL PROTECTED] Sunbay Software AG,
 [EMAIL PROTECTED] FreeBSD committer,
 +380.652.512.251 Simferopol, Ukraine

 http://www.FreeBSD.org The Power To Serve
 http://www.oracle.com Enabling The Information Age

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-07 Thread Dmitry A. Bondareff

How to minimize traffic for upgrading remote host ?

- Original Message -
From: Ruslan Ermilov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 1:38 PM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
  Hi!
 
  I have FreeBSD 4.0:
  # uname -a
  FreeBSD xxx 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed Apr 11 16:06:03 GMT
2001
root@xxx:/usr/src/sys/compile/xxx  i386
 
  Yesterday I've tried to update it teel 4.5-RELEASE.
 
 We don't (yet) support upgrades from 4.0.  I plan on making it work
 in time for 4.6-RELEASE.


 Cheers,
 --
 Ruslan Ermilov Sysadmin and DBA,
 [EMAIL PROTECTED] Sunbay Software AG,
 [EMAIL PROTECTED] FreeBSD committer,
 +380.652.512.251 Simferopol, Ukraine

 http://www.FreeBSD.org The Power To Serve
 http://www.oracle.com Enabling The Information Age

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-07 Thread Dmitry A. Bondareff

Hi!
I have another machine in Internet with 4.1-RELEASE.
An I want upgrade to 4.5-RELEASE.
Will upgrade work ?

- Original Message -
From: Ruslan Ermilov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 1:38 PM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
  Hi!
 
  I have FreeBSD 4.0:
  # uname -a
  FreeBSD xxx 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed Apr 11 16:06:03 GMT
2001
root@xxx:/usr/src/sys/compile/xxx  i386
 
  Yesterday I've tried to update it teel 4.5-RELEASE.
 
 We don't (yet) support upgrades from 4.0.  I plan on making it work
 in time for 4.6-RELEASE.


 Cheers,
 --
 Ruslan Ermilov Sysadmin and DBA,
 [EMAIL PROTECTED] Sunbay Software AG,
 [EMAIL PROTECTED] FreeBSD committer,
 +380.652.512.251 Simferopol, Ukraine

 http://www.FreeBSD.org The Power To Serve
 http://www.oracle.com Enabling The Information Age

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-07 Thread Dmitry A. Bondareff

That's good!
But how much time you need for it ?

Regards,
Dmitry.
- Original Message -
From: Ruslan Ermilov [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 4:36 PM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 On Thu, Feb 07, 2002 at 01:59:56PM +0500, Dmitry A. Bondareff wrote:
  Ok!
  And what's you can recommend me ?
 
 Wait until I fix it.

  - Original Message -
  From: Ruslan Ermilov [EMAIL PROTECTED]
  To: Dmitry A. Bondareff [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Thursday, February 07, 2002 1:38 PM
  Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE
 
 
   On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
Hi!
   
I have FreeBSD 4.0:
# uname -a
FreeBSD xxx 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed Apr 11 16:06:03
GMT
  2001
  root@xxx:/usr/src/sys/compile/xxx  i386
   
Yesterday I've tried to update it teel 4.5-RELEASE.
   
   We don't (yet) support upgrades from 4.0.  I plan on making it work
   in time for 4.6-RELEASE.
  
  
   Cheers,
   --
   Ruslan Ermilov Sysadmin and DBA,
   [EMAIL PROTECTED] Sunbay Software AG,
   [EMAIL PROTECTED] FreeBSD committer,
   +380.652.512.251 Simferopol, Ukraine
  
   http://www.FreeBSD.org The Power To Serve
   http://www.oracle.com Enabling The Information Age
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-hackers in the body of the message
  

 --
 Ruslan Ermilov Sysadmin and DBA,
 [EMAIL PROTECTED] Sunbay Software AG,
 [EMAIL PROTECTED] FreeBSD committer,
 +380.652.512.251 Simferopol, Ukraine

 http://www.FreeBSD.org The Power To Serve
 http://www.oracle.com Enabling The Information Age

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-07 Thread Dmitry A. Bondareff

If you lie me, I'll be back !! :))

- Original Message - 
From: David O'Brien [EMAIL PROTECTED]
To: Dmitry A. Bondareff [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, February 08, 2002 12:03 AM
Subject: Re: Error compiling src for 4.5-RELEASE on 4.0-RELEASE


 On Thu, Feb 07, 2002 at 09:54:07AM +0500, Dmitry A. Bondareff wrote:
  Yesterday I've tried to update it teel 4.5-RELEASE.
 ... 
  P.S. Day before it I was upgrade from 4.4-RELEASE to 4.5-RELEASE easy.
 
 That means if you need to upgrade the box right now, you can upgrade your
 4.0 box to 4.4 and then to 4.5.  (you might also need to upgrade to 4.1
 or 4.2 first).  Or wait for ru. :)
  
 -- 
 -- David  ([EMAIL PROTECTED])
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Error compiling src for 4.5-RELEASE on 4.0-RELEASE

2002-02-06 Thread Dmitry A. Bondareff



Hi!

I have FreeBSD 4.0:
# uname -aFreeBSD xxx 4.0-RELEASE FreeBSD 
4.0-RELEASE #5: Wed Apr 11 16:06:03 GMT 2001 root@xxx:/usr/src/sys/compile/xxx 
i386

Yesterday I've tried to update it teel 
4.5-RELEASE.

Here is my cvsupfile:
# more /etc/cvsupfile*default 
host=cvsup.FreeBSD.org*default base=/usr*default 
prefix=/usr*default release=cvs*default delete compress 
use-rel-suffix*default tag=RELENG_4_5

src-all

# cvsup -g -L 2 /etc/cvsupfile
Sync of the source was success.

# cd /usr/src
# make buildworld




patch.o: In function `main':patch.o(.text+0xc8): 
warning: mktemp() possibly used unsafely; consider using 
mkstemp()/usr/src/gnu/usr.bin/ptx/doc/ptx.texinfo:116: warning: `.' or `,' 
must follow cross reference, not 
f./usr/src/gnu/usr.bin/ptx/doc/ptx.texinfo:256: warning: `.' or `,' must 
follow cross reference, not f./usr/src/gnu/usr.bin/rcs/lib/rcsutil.c: In 
function `setup_catchsig':/usr/src/gnu/usr.bin/rcs/lib/rcsutil.c:634: 
warning: assignment from incompatible pointer 
type/usr/src/gnu/usr.bin/tar/prepend_args.c: In function 
`prepend_default_options':/usr/src/gnu/usr.bin/tar/prepend_args.c:74: 
warning: initialization makes pointer from integer without a 
casttexindex.o: In function `main':texindex.o(.text+0xbd): warning: 
mktemp() possibly used unsafely; consider using mkstemp()ELF binary type not 
known. Use "brandelf" to brand it.Abort trap

What's wrong ??

P.S. Day before it I was upgrade from 4.4-RELEASE to 
4.5-RELEASE easy.

Regards,
Dmitry A. Bondareff