Re: Tcl/Tk

2014-06-17 Thread Ayan George
On 06/17/2014 06:19 PM, Jens Allroggen wrote: > Good morning, Ok its maybe not really a bug. I installed the > tcl85-package via Pkg install tcl85 But still missing tclsh. I > cant start the tcl-shell. Has something changed ? With best wishes > Jens -- That package installs /usr/local/bin/tclsh

conf/189366: freebsd-update on FreeBSD10-release left set_rcvar lines in /etc/rc.d

2014-05-04 Thread George Michaelson
>Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 05 05:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: George Michaelson >Release:FreeBSD 10.0-RELEASE amd64 >Organization: AP

Re: bin/189053: [patch] Add -b flag to lpd(8)

2014-04-27 Thread Ayan George
The following reply was made to PR bin/189053; it has been noted by GNATS. From: Ayan George To: bug-follo...@freebsd.org, a...@ayan.net Cc: Subject: Re: bin/189053: [patch] Add -b flag to lpd(8) Date: Sun, 27 Apr 2014 19:26:34 -0400 This is a multi-part message in MIME format

bin/189053: Add -b flag to lpd

2014-04-27 Thread Ayan George
: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 27 16:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Ayan George >Release:FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD jade.ayan.net 11.0-C

bin/189052: [PATCH] add -b flag to lpd

2014-04-27 Thread Ayan George
: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 27 16:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Ayan George >Release:FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD jade.ayan.net 11.0-C

misc/188489: devel/git fails to install in jail

2014-04-11 Thread George Fazio
Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 01:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: George Fazio >Release:9-stable >Organization: >Environment: FreeBSD ssh.lunaticcafe.us 9.2-STABLE FreeBSD

misc/188486: [PATCH] security/openssl build from inside jail

2014-04-11 Thread George Fazio
>Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 23:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: George Fazio >Release:9-stable >Organization: >Environment: FreeBSD ssh.lunaticcafe.us 9.2-STA

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-02-25 Thread George Amanakis
The culprit is the "#define M_DECRYPTED M_PROTO3" in "netinet6/in6.h" (that is regardless of whether or not INET6 has been set). It gets mixed up (netipsec includes in.h, in.h includes in6.h) and so when the M_DECRYPTED flag is set, M_SKIP_FIREWALL flag is also set. 

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-02-25 Thread George Amanakis
It is not related to m_clrprotoflags(). ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-02-25 Thread George Amanakis
Another series of testing. In r254519, when the "#define M_SKIP_FIREWALL M_PROTO3" is replaced with "#define M_SKIP_FIREWALL M_PROTO12" the problem disappears. It seems to be a bug related to the definition of M_PROTO3. ___ freebsd-bugs@freebsd.org mail

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-02-24 Thread George Amanakis
The problem seems to be that M_SKIP_FIREWALL (macro of M_PROTO3) is cleared through m_clrprotoflags(), i.e. not transferred between the layers. This is a reversion of the 254519 on 10.0-STABLE: Index: netinet/ip_var.h === --- netin

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-02-24 Thread George Amanakis
The problem seems to be that M_SKIP_FIREWALL (macro of M_PROTO3) is cleared through m_clrprotoflags(), i.e. not transferred between the layers. This is a reversion of the 254519 on 10.0-STABLE: Index: netinet/ip_var.h === --- netin

Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec

2014-01-30 Thread George Amanakis
The following reply was made to PR kern/185876; it has been noted by GNATS. From: George Amanakis To: "bug-follo...@freebsd.org" , "a.v.volob...@gmail.com" Cc: Subject: Re: kern/185876: ipfw not matching incoming packets decapsulating ipsec. example l2tp/ipsec Date: Th

Re: kern/162160: 9-RC1 over IPMI Virtual CD causes unexpected behaviur

2013-03-01 Thread George Kontostanos
The following reply was made to PR kern/162160; it has been noted by GNATS. From: George Kontostanos To: Rob Lampe Cc: bug-follo...@freebsd.org Subject: Re: kern/162160: 9-RC1 over IPMI Virtual CD causes unexpected behaviur Date: Fri, 1 Mar 2013 21:50:16 +0200 On Fri, Mar 1, 2013 at 6:21 PM

Re: kern/156245: [heimdal] [patch] heimdal 1.1 broken in 8-stable and 8-release as far as gssapi_krb5 is concerned

2012-10-19 Thread George Mamalakis
The following reply was made to PR kern/156245; it has been noted by GNATS. From: George Mamalakis To: bug-follo...@freebsd.org, mama...@eng.auth.gr Cc: Subject: Re: kern/156245: [heimdal] [patch] heimdal 1.1 broken in 8-stable and 8-release as far as gssapi_krb5 is concerned Date: Fri, 19

bin/168250: /etc/rc.d/jail fails to start jails, because jail gives the error: "jail: unknown parameter: allow.nomount"

2012-05-23 Thread George Mamalakis
freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:30:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: George Mamalakis >Release:9

kern/166566: zfs split renders 2 disk (MBR based) mirror unbootable

2012-04-01 Thread George Hartzell
>Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 03:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: George Hartzell >Release:9-STABLE >Organization: >Environment: FreeBSD delicious.alerce.co

Re: kern/162160: 9-RC1 over IPMI Virtual CD causes unexpected behaviur

2012-01-29 Thread George Kontostanos
The following reply was made to PR kern/162160; it has been noted by GNATS. From: George Kontostanos To: bug-follo...@freebsd.org Cc: Subject: Re: kern/162160: 9-RC1 over IPMI Virtual CD causes unexpected behaviur Date: Mon, 30 Jan 2012 01:26:43 +0200 I am facing the same issues whenever I

misc/163088: m4 installed on FreeBSD 10 (Current) does not build port nettle

2011-12-05 Thread George Dinolt
>Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 06 00:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: George Dinolt >Release:FreeBSD 10 (Current as of Dec. 5) >Organization: N/A

kern/162160: 9-RC1 over IPMI Virtual CD causes unexpected behaviur

2011-10-29 Thread George Kontostanos
>Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 29 23:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: George Kontostanos >Release:FreeBSD 9 RC1 >Organization: barebsd >Environment: 9.0-RC1 Free

kern/158268: ata: SIGNATURE: ffffffff with Promise PDC40718

2011-06-24 Thread George Kontostanos
>Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 24 23:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: George Kontostanos >Release:8.2-Stable >Organization: >Environment: FreeBSD hp.aicom.loc 8.2-

Re: kern/116935: [ata] Intermittent error with Promise PDC40718

2011-06-23 Thread George Kontostanos
The following reply was made to PR kern/116935; it has been noted by GNATS. From: George Kontostanos To: bug-follo...@freebsd.org, p...@ludd.luth.se Cc: Subject: Re: kern/116935: [ata] Intermittent error with Promise PDC40718 Date: Thu, 23 Jun 2011 15:23:54 +0300 I was wondering if there is

misc/156245: [patch] heimdal 1.1 broken in 8-stable and 8-release as far as gssapi_krb5 is concerned

2011-04-07 Thread George Mamalakis
ate: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 07 10:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: George Mamalakis >Release:8-2-STABLE and 8-0-STAB

misc/153200: post-boot /etc/rc.d/network_ipv6 start can miss neighbour discovery bootstrap

2010-12-15 Thread George Michaelson
>Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 04:50:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: George Michaelson >Release:8.1-RELEASE >Organization: APNIC >Env

misc/146299: cannot create slice

2010-05-04 Thread george
Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 04 12:30:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: george >Release:freebsd-8 >Organization: none >Environment: FreeBSD bsdserver.bsd 8.0-RELEASE-p2 FreeBSD 8.0-