Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 08:10:50 +0200 (CEST)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        questions@freebsd.org
Subject:   Re: bug
Message-ID:  <alpine.BSF.2.11.1406300757260.11883@mail.fig.ol.no>
In-Reply-To: <20140628223036.GA68178@neutralgood.org>
References:  <53AE3325.16396.2F44D96@bob.4buck.com> <20140628223036.GA68178@neutralgood.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 28 Jun 2014 18:30-0400, kpneal@pobox.com wrote:

> Where did you get the query.cgi link? 

>From the main FreeBSD site:

1. Go to http://www.freebsd.org/.
2. Mouse over the Support menu.
3. Click on Bug Reports.
4. The browser takes you to https://bugs.freebsd.org/bugzilla/query.cgi.

I agree it would be more appropriate to click on Submit Bug-report, 
which takes you to https://bugs.freebsd.org/bugzilla/enter_bug.cgi.

Give people time to adjust. Nowadays we even have to log in to submit 
our reports, whereas the old system only required easily readable 
captcha.

BTW, Opera 12.17 doesn't work with any of the search forms, it just 
sits there saying "Please stand by ..." after you type in your query 
and hit the search buttons.

Firefox and Google Chrome works as expected.

Have a nice day. ;-)

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+
From owner-freebsd-questions@FreeBSD.ORG  Mon Jun 30 06:14:01 2014
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E4F0384A
 for <freebsd-questions@freebsd.org>; Mon, 30 Jun 2014 06:14:01 +0000 (UTC)
Received: from p3plsmtpa12-04.prod.phx3.secureserver.net
 (p3plsmtpa12-04.prod.phx3.secureserver.net [68.178.252.233])
 by mx1.freebsd.org (Postfix) with ESMTP id 8F9622158
 for <freebsd-questions@freebsd.org>; Mon, 30 Jun 2014 06:14:01 +0000 (UTC)
Received: from ethic.thought.org ([209.180.213.209])
 by p3plsmtpa12-04.prod.phx3.secureserver.net with 
 id LWDt1o00l4XeM0101WDulL; Sun, 29 Jun 2014 23:13:54 -0700
Date: Sun, 29 Jun 2014 23:13:58 -0700
From: Gary Kline <kline@thought.org>
To: Olivier Nicole <olivier.nicole@cs.ait.ac.th>, g@thought.org
Subject: Re: long string using find and "-exec ls -ls" to find part-of filename
Message-ID: <20140630061358.GB21157@ethic.thought.org>
References: <20140630045605.GA11147@ethic.thought.org>
 <53B0EFF2.80205@calorieking.com>
 <CA+g+Bvg1=o71ObOpbh4ry-=unj2HOjjmcQHX1DOeAfwyhLu=QQ@mail.gmail.com>
 <20140630053004.GB16901@ethic.thought.org>
 <CA+g+Bvh+Dk0iYCjbGKVt59-nfDoCFQ6qmArrJu7ueaT7VzDi1g@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CA+g+Bvh+Dk0iYCjbGKVt59-nfDoCFQ6qmArrJu7ueaT7VzDi1g@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org>
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Jun 2014 06:14:02 -0000

=====
Organization: Thought Unlimited.  Public service Unix since 1986.
Of_Interest: With 27++ years  of service  to the  Unix  community.

On Mon, Jun 30, 2014 at 01:03:59PM +0700, Olivier Nicole wrote:
> Gary,
> 
> On Mon, Jun 30, 2014 at 12:30 PM, Gary Kline <kline@thought.org> wrote:
> > =====
> > Organization: Thought Unlimited.  Public service Unix since 1986.
> > Of_Interest: With 27++ years  of service  to the  Unix  community.
> >
> > On Mon, Jun 30, 2014 at 12:09:04PM +0700, Olivier Nicole wrote:
> >> > find . -name foo.tar -o -name foo.tgz -o -name foo.tar.gz|xargs ls -lsi
> >>
> >> With parenthesis:
> >>
> >> find . \( -name foo.tar -o -name foo.tgz -o -name foo.tar.gz \) |xargs ls -lsi
> >>
> >> Olivier
> >>
> >> >
> >
> >         right! but 4 more keystrokes. :_)
> 
> And 33 keystrokes to complain for the extra 4s! And I did not count
> the line break and click on "send" :)
> 
> Olivier
> 
> >         gary
> >

	best laff entire day!   but ive used mutt for years so a :wq 
	or ":x" and  <cr>; no  click.  o'wise, you're right.

	gary

> >> > freebsd-questions@freebsd.org mailing list
> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> >
> > --
> >  Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
> >              Twenty-seven years of service to the Unix community.
> >
> >
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
             Twenty-seven years of service to the Unix community.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1406300757260.11883>