On Wed, Apr 17, 2013 at 08:59:25PM -0700, Mehmet Erol Sanliturk wrote:
> On Wed, Apr 17, 2013 at 8:49 PM, Neel Natu wrote:
>
> > Hi,
> >
> > I am running HEAD and recently started getting errors on pkg_add.
> >
> > uname: 10.0-CURRENT FreeBSD 10.0-CURRENT #103 r249396M: Thu Apr 11 23:25:06
> > PD
On Wed, Apr 17, 2013 at 8:49 PM, Neel Natu wrote:
> Hi,
>
> I am running HEAD and recently started getting errors on pkg_add.
>
> uname: 10.0-CURRENT FreeBSD 10.0-CURRENT #103 r249396M: Thu Apr 11 23:25:06
> PDT 2013
>
> > pkg_add -r sudo
> Error: Unable to get
>
> ftp://ftp.freebsd.org/pub/FreeB
Mike Makonnen <[EMAIL PROTECTED]> writes:
> is this ok with you?
Ugh, yes.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Wed, Mar 19, 2003 at 12:28:06PM -0500, Mike Makonnen wrote:
> Here's a patch.
Tnx, works fine now
Regards,
Joris
>
> Des,
> is this ok with you?
>
> Cheers.
> --
> Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
> [EMAIL PROTECTED] | Fingerprint: D228 1A6F C64E 120A A1C9 A3
Here's a patch.
Des,
is this ok with you?
Cheers.
--
Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
[EMAIL PROTECTED] | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9
Index: lib/libfetch/ftp.c
===
RCS
On Wed, 19 Mar 2003 16:19:59 +0100
Joris Vandalon <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> it seemd that pkg_add coredumps while doing pkg_add -r $package
> pkg_add $package seems work ok.
> anyone else experiencing the same problem?
>
> -example-
>
> [EMAIL PROTECTED] strace]# pkg_add -r lft
Quoting Joris Vandalon <[EMAIL PROTECTED]>:
> Hi there,
>
> it seemd that pkg_add coredumps while doing pkg_add -r $package
> pkg_add $package seems work ok.
> anyone else experiencing the same problem?
Yeah!
Wanted to pkg_add -r and it coredumped. I tried to cvsup and remake it but
it's not an
pkg_add -r coredumps for me on a system built Mar 18, but not on one built
Mar 3.
Scott
From: "Joris Vandalon" <[EMAIL PROTECTED]>
> Hi there,
>
> it seemd that pkg_add coredumps while doing pkg_add -r $package
> pkg_add $package seems work ok.
> anyone else experiencing the same problem?
>
> -
On Sun, Sep 15, 2002 at 07:56:09PM -0700, David O'Brien wrote:
> On Sun, Sep 15, 2002 at 09:47:28PM +, justin wrote:
> > >> SORRY IF THIS IS A REPEAT!
> >
> > I have recompiled my base the past 2 days now, and pkg_add will segfault
> > signal 10 and core dumps after the second file transfer I
I said:
> my guess is John Gilmore originally created gnu tar from
> reading of the man page. If so, that would explain the
> difference. I don't have the V7 sources so can't check but
> given that companies with the Unix licence (and the orig.
> sources) all do the same I believe the V7 man pag
< said:
> If it were upto me I'd choose what POSIX says.
POSIX says to use pax(1). There is no `tar' in POSIX. (There is,
unfortunately, a cpio(1) in POSIX.)
-GAWollman
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> Well, OK, now I am really confused. So what should we be bound to? To
> the POLA (old GNU tar in 4.6-release and downward was not fully
> preserving permissions unless -p is specified, even when invoked by
> root)? Or to what other systems do? Bruce, what do you think?
Okay, I did some more res
On Thu, 1 Aug 2002, Maxim Sobolev wrote:
> Bakul Shah wrote:
> >
> > My recollection matches what Bruce says (and I have been
> > using unix since when version 7 was the latest and greatest).
> > At least the SUN OS 5.6 man page I could locate online says
> > this:
> >
> > The o function modifie
On Thu, 1 Aug 2002, Maxim Sobolev wrote:
> Maxim Sobolev wrote:
> >
> > Maxim Sobolev wrote:
> > >
> > > Bruce Evans wrote:
> > > >
> > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably
> > > > thousands of user scripts that are no more careful than pkg_add) in
> > > >
Bakul Shah wrote:
>
> My recollection matches what Bruce says (and I have been
> using unix since when version 7 was the latest and greatest).
> At least the SUN OS 5.6 man page I could locate online says
> this:
>
> The o function modifier is only valid with the x function. p
> Restore the na
My recollection matches what Bruce says (and I have been
using unix since when version 7 was the latest and greatest).
At least the SUN OS 5.6 man page I could locate online says
this:
The o function modifier is only valid with the x function. p
Restore the named files to their original modes,
Maxim Sobolev wrote:
>
> Maxim Sobolev wrote:
> >
> > Bruce Evans wrote:
> > >
> > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably
> > > thousands of user scripts that are no more careful than pkg_add) in
> > > -current and RELENG_4:
> >
> > Are you sure? My own investi
Maxim Sobolev wrote:
>
> Bruce Evans wrote:
> >
> > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably
> > thousands of user scripts that are no more careful than pkg_add) in
> > -current and RELENG_4:
>
> Are you sure? My own investigation at the time of the commit showed
Bruce Evans wrote:
>
> Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably
> thousands of user scripts that are no more careful than pkg_add) in
> -current and RELENG_4:
Are you sure? My own investigation at the time of the commit showed
that old tar shipped with FreeBSD, wa
In article <[EMAIL PROTECTED]> you write:
>
>Core was generated by `pkg_add'.
>Program terminated with signal 10, Bus error.
>Reading symbols from /usr/lib/libfetch.so.3...(no debugging symbols
>found)...
>done.
>Reading symbols from /usr/lib/libmd.so.2...(no debugging symbols
>found)...done.
>Rea
"David O'Brien" <[EMAIL PROTECTED]> writes:
> Are others seeing that ``pkg_add -r foo'' is broken?
Found the bug, there'll be a fix within an hour.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of t
21 matches
Mail list logo