On 05/13/2017 13:21, Ngie Cooper (yaneurabeya) wrote:
> Even ansible/chef/puppet would have to bake the configuration removal logic
> into its template files, which seems like a pain for folks (and the same
> logic would need to be implemented multiple times instead of once).
Having to template
ion thing. You will need to be root to do
this. Likewise, with working chmod binary, you should be able to mark
binaries with write access executable.
- Nikolai Lifanov
signature.asc
Description: OpenPGP digital signature
$ exec sh
>> ```
>
> Er, oops: I ought to have said, you can execute non-executable binaries
> by copying and marking them `+x`:
>
> ```
> $ cp /bin/sh .
> $ chmod +x sh
> $ ./sh
> ```
>
> (please ignore the bit about `exec`, that's from anothe
mnt/
# /mnt/sh
/mnt/sh: Permission denied.
# /libexec/ld-elf.so.1 /mnt/sh
/mnt/sh: mmap of data failed: Permission denied
- Nikolai Lifanov
signature.asc
Description: OpenPGP digital signature
ing rtld with an
>>> argument, or to just disable the feature in rtld from this commit.
>>
>> Note the undocumented O_VERIFY flag in open(2) from the patch.
>> This is very vendor-ish addition to request veriexec (?).
>>
>
> Ah nice.
>
Note, this already does the right thing with noexec filesystems:
# zfs create -o mountpoint=/mnt -o exec=off tank/TEST
# cp /bin/sh /mnt/
# /mnt/sh
/mnt/sh: Permission denied.
# /libexec/ld-elf.so.1 /mnt/sh
/mnt/sh: mmap of data failed: Permission denied
- Nikolai Lifanov
signature.asc
Description: OpenPGP digital signature
On 05/15/2017 15:52, Konstantin Belousov wrote:
> On Mon, May 15, 2017 at 07:42:23PM +, Alexey Dokuchaev wrote:
>> On Mon, May 15, 2017 at 10:40:49PM +0300, Konstantin Belousov wrote:
>>> On Mon, May 15, 2017 at 03:37:42PM -0400, Nikolai Lifanov wrote:
>>>&g
an 1 for cron, and 7 for newsyslog instead of 1.
>
I agree that inconsistencies are bad, but I think we can get there
incrementally, unbundling configuration of one MK_* thing at a time.
- Nikolai Lifanov
signature.asc
Description: OpenPGP digital signature
g\n2002/08/14"]
lev [label="Lev Serebryakov\n...@freebsd.org\n2003/06/17"]
+lifanov [label="Nikolai Lifanov\nlifa...@freebsd.org\n2016/12/11"]
linimon [label="Mark Linimon\nlini...@freebsd.org\n2003/10/23"]
lioux [label="Mario Sergio Fujikawa Ferriera\nli...@f
svn-src-head-requ...@freebsd.org wrote:
>Send svn-src-head mailing list submissions to
> svn-src-head@freebsd.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
>or, via email, send a message with subject or body
How can I try linking base system with lld on aarch64? The
WITH_LLD_IS_LD knob is already default, but the build requires
CROSS_BINUTILS.
- Nikolai Lifanov
signature.asc
Description: OpenPGP digital signature
@@
03/07 Michael P. Pritchard born in Los Angeles,
California, United States, 1964
03/07 Giorgos Keramidas born in Athens, Greece, 1976
03/10 Andreas Klemm born in Duesseldorf,
Nordrhein-Westfalen, Germany, 1963
+03/10 Nikolai Lifanov born in Moscow, Russian
Federation, 1989
03/11 Soeren
this commit (currently running r268933 minus
r268855) fixes the boot for me.
Please let me know if I can provide any more information.
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-
On 2014-07-20 22:56, Steven Hartland wrote:
- Original Message - From: "Nikolai Lifanov"
To: "Xin LI"
Cc: ;
Sent: Monday, July 21, 2014 2:22 AM
Subject: Re: svn commit: r268855 - in head:
cddl/contrib/opensolaris/cmd/ztest
sys/cddl/contrib/opensolaris/uts/co
/usr/src/lib/libc/libc.ldscript > libc.ld
cannot create libc.ld: Read-only file system
*** Error code 2
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
/svnup.
But wasn't the original cvs retirement plan to import net/svnup into
base? What is the motivation behind the import of semi-full subversion?
It didn't replace former cvs functionality, since development didn't
happen in cvs repositories for a while.
- Nikolai Lifanov
__
orts is very painful because of the huge dependency
chain it carries, with the largest being Python and Perl IIRC.
It's net/svnup and is a great replacement for cvs, in my opinion.
CVS wasn't used for development for a long while anyway, so there is
nothin
D src but kept in the
vendor import.
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
> -rw-r--r-- 1 root wheel 381M Mar 28 20:18 disc1.iso.bz2
> -rw-r--r-- 1 root wheel 392M Mar 28 20:18 disc1.iso.gz
> -rw-r--r-- 1 root wheel 348M Mar 28 20:18 disc1.iso.xz
>
> Glen
>
How about 7zip (Windows program, not file format)? What would a Windows
user use that can decompress gzip and not xz? It was a problem around
~2007, but xz support is no longer rare or exotic.
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
On 04/02/14 12:06, Glen Barber wrote:
> On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote:
>> On 04/02/14 11:51, Glen Barber wrote:
>>> On Wed, Apr 02, 2014 at 10:40:22AM -0500, Brooks Davis wrote:
>>>> On Tue, Apr 01, 2014 at 10:41:27PM +, Glen B
On 04/02/14 12:33, Glen Barber wrote:
> On Wed, Apr 02, 2014 at 12:23:46PM -0400, Nikolai Lifanov wrote:
>> On 04/02/14 12:06, Glen Barber wrote:
>>> On Wed, Apr 02, 2014 at 11:55:33AM -0400, Nikolai Lifanov wrote:
>>>> On 04/02/14 11:51, Glen Barber wrote:
>>&g
if ((xent->flags & IPFW_TCF_INET) != 0) {
^
2 errors generated.
*** Error code 1
Stop.
I'm building from 266216, and I tried several revisions in between this
one and r266447.
- Nikolai Lifanov
__
ow installation if the last triplet is in
kern.supported_archs. Then you can have linux:fruit:banana packages that
will correctly not install on freebsd:amd64:amd64. The current mapping
is not intuitive.
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
BSD that will absolutely not boot in CSM mode from a GPT-partitioned
disk. There is plenty of buggy hardware like this "out there". Could you
reconnect MBR and BSD partitioning schemes until UEFI loader is
connected to release builds (.iso media) please?
- Nikolai Lifanov
_
optional
obsoletes? Otherwise people will be left with rotting outdated lib32
directories.
Thanks!
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
.
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
ensible but waiting Peter to comment on.
>
>Regards
>Steve
I have no technical input, but this change improves ARC usefulness for
me quite a bit. I would like to see the improvement in 10-STABLE.
- Nikolai Lifanov
___
svn-s
On 09/03/14 15:22, John Baldwin wrote:
> On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote:
>> On 09/03/14 04:09, Steven Hartland wrote:
>>> I'm looking to MFC this change so wanted to check if
>>> anyone had an final feedback / objections?
>>
On 09/03/14 21:18, Steven Hartland wrote:
>
> - Original Message - From: "Andriy Gapon"
>
>
>> on 03/09/2014 23:22 Nikolai Lifanov said the following:
>>> On 09/03/14 15:22, John Baldwin wrote:
>>>> On Wednesday, September 03, 2014 11:
On 2014-09-03 21:18, Steven Hartland wrote:
- Original Message - From: "Andriy Gapon"
on 03/09/2014 23:22 Nikolai Lifanov said the following:
On 09/03/14 15:22, John Baldwin wrote:
On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote:
On 09/03/14 04:
ys/boot/i386/gptboot/../../libstand32/libstand.a(qdivrem.o)'
is incompatible with i386 output
*** [gptboot.out] Error code 1
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
On 01/19/16 15:52, Kurt Lidl wrote:
> On 1/19/16 1:55 PM, Alan Somers wrote:
>> On Tue, Jan 19, 2016 at 10:00 AM, Alan Somers
>> wrote:
>>> Author: asomers
>>> Date: Tue Jan 19 17:00:25 2016
>>> New Revision: 294329
>>> URL: https://svnweb.freebsd.org/changeset/base/294329
>>>
>>> Log:
>>>Disa
On 01/19/16 16:02, Nikolai Lifanov wrote:
> On 01/19/16 15:52, Kurt Lidl wrote:
>> On 1/19/16 1:55 PM, Alan Somers wrote:
>>> On Tue, Jan 19, 2016 at 10:00 AM, Alan Somers
>>> wrote:
>>>> Author: asomers
>>>> Date: Tue Jan 19 17:0
every install.
All (?) instances of not updating these resulting in a failed boot have
an UPDATING
entry or a similar warning (like the one during "zpool upgrade").
- Nikolai Lifanov
___
svn-src-head@freebsd.org mailing list
https://lists.free
On March 6, 2016 4:13:34 PM EST, Dimitry Andric wrote:
>On 06 Mar 2016, at 20:57, Nikolai Lifanov
>wrote:
>>
>> On 2016-03-06 11:17, Dimitry Andric wrote:
>>> On 06 Mar 2016, at 17:00, Oliver Pinter
> wrote:
>>>> On 3/6/16, Dimitry Andric wrote:
>
cannot be achieved merely by developing an "understanding" -
> among peoples. - --- "The Limbaugh Letter," Copyright 1992, EFM
> Publishing, Inc. -% -Rush Limbaugh's 35 Undeniable Truths of Life:
> - -(9) Americans opposing America is not always sacred nor
> cou
On 08/07/13 02:21, Jeff Roberson wrote:
Author: jeff
Date: Wed Aug 7 06:21:20 2013
New Revision: 254025
URL: http://svnweb.freebsd.org/changeset/base/254025
Log:
Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.
-
Author: lifanov (ports committer)
Date: Fri Dec 16 17:44:56 2016
New Revision: 310160
URL: https://svnweb.freebsd.org/changeset/base/310160
Log:
retain cc.4.gz man page for Chelsio T6 NICs
This man page was removed in r225583 when cc.4 was renamed to mod_cc.4
With reintroduction of cc.4 "
On 12/16/2016 15:12, John Baldwin wrote:
> On Friday, December 16, 2016 05:44:57 PM Nikolai Lifanov wrote:
>> Author: lifanov (ports committer)
>> Date: Fri Dec 16 17:44:56 2016
>> New Revision: 310160
>> URL: https://svnweb.freebsd.org/changeset/base/310160
>>
>
Author: lifanov (ports committer)
Date: Sat Jan 7 15:58:57 2017
New Revision: 311650
URL: https://svnweb.freebsd.org/changeset/base/311650
Log:
Restore priority value for OGIO_KEYMAP
PR: 206678
Submitted by: ect...@gmail.com
Reviewed by: cem
Approved by: cem, matthew (men
39 matches
Mail list logo