Displaying 20 results from an estimated 333 matches for "octal".
2018 May 23
2
[PATCH] block drivers/block: Use octal not symbolic permissions
On Wed, 2018-05-23 at 15:27 -0600, Jens Axboe wrote:
> On 5/23/18 2:05 PM, Joe Perches wrote:
> > Convert the S_<FOO> symbolic permissions to their octal equivalents as
> > using octal and not symbolic permissions is preferred by many as more
> > readable.
> >
> > see: https://lkml.org/lkml/2016/8/2/1945
> >
> > Done with automated conversion via:
> > $ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --f...
2018 May 23
2
[PATCH] block drivers/block: Use octal not symbolic permissions
On Wed, 2018-05-23 at 15:27 -0600, Jens Axboe wrote:
> On 5/23/18 2:05 PM, Joe Perches wrote:
> > Convert the S_<FOO> symbolic permissions to their octal equivalents as
> > using octal and not symbolic permissions is preferred by many as more
> > readable.
> >
> > see: https://lkml.org/lkml/2016/8/2/1945
> >
> > Done with automated conversion via:
> > $ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --f...
2005 Apr 18
1
error msg using testparm
...cdrecorder]"
Processing section "[printers]"
Processing section "[homes]"
Processing section "[more]"
Processing section "[mnt]"
Loaded services file OK.
Invalid combination of parameters for service orb. Map hidden can only
work if create mask includes octal 01 (S_IXOTH).
Invalid combination of parameters for service orb. Map system can only
work if create mask includes octal 010 (S_IXGRP).
Invalid combination of parameters for service data. Map hidden can only
work if create mask includes octal 01 (S_IXOTH).
Invalid combination of parameters for ser...
2018 May 24
1
[PATCH] block drivers/block: Use octal not symbolic permissions
On Thu, 2018-05-24 at 06:47 -0600, Jens Axboe wrote:
> On 5/23/18 4:35 PM, Joe Perches wrote:
> > On Wed, 2018-05-23 at 15:27 -0600, Jens Axboe wrote:
> > > On 5/23/18 2:05 PM, Joe Perches wrote:
> > > > Convert the S_<FOO> symbolic permissions to their octal equivalents as
> > > > using octal and not symbolic permissions is preferred by many as more
> > > > readable.
> > > >
> > > > see: https://lkml.org/lkml/2016/8/2/1945
> > > >
> > > > Done with automated conversion via:
>...
2018 May 25
1
[PATCH] gpu: Consistently use octal not symbolic permissions
On Fri, 2018-05-25 at 09:41 +0300, Jani Nikula wrote:
> On Thu, 24 May 2018, Joe Perches <joe at perches.com> wrote:
> > There is currently a mixture of octal and symbolic permissions uses
> > in files in drivers/gpu/drm and one file in drivers/gpu.
> >
> > There are ~270 existing octal uses and ~115 S_<FOO> uses.
> >
> > Convert all the S_<FOO> symbolic permissions to their octal equivalents
> > as using...
2016 Nov 18
2
Tablegen doc bug?
Hello,
http://llvm.org/docs/TableGen/LangIntro.html says I can use octal integer value (indicated by a leading 0).
In fact the number is converted to decimal.
With best regards,
Romick.
2018 May 24
0
[PATCH] block drivers/block: Use octal not symbolic permissions
On 5/23/18 4:35 PM, Joe Perches wrote:
> On Wed, 2018-05-23 at 15:27 -0600, Jens Axboe wrote:
>> On 5/23/18 2:05 PM, Joe Perches wrote:
>>> Convert the S_<FOO> symbolic permissions to their octal equivalents as
>>> using octal and not symbolic permissions is preferred by many as more
>>> readable.
>>>
>>> see: https://lkml.org/lkml/2016/8/2/1945
>>>
>>> Done with automated conversion via:
>>> $ ./scripts/checkpatch.pl -f --types...
2002 Feb 04
2
ASCII characters: from decimal code to R octal?
Is there a straightforward way to convert character information from
decimal representation to the octal one used by R?
I'd like something like a function ascii(number,base=10), such that
> ascii(91)
[1] "\133"
I can easily do the mapping from 91 to 133, but what is a good way to
operate on 133 to deliver "\133"?
Would a lookup table be a better solution?
David
--...
2018 May 25
0
[PATCH] gpu: Consistently use octal not symbolic permissions
On Thu, 24 May 2018, Joe Perches <joe at perches.com> wrote:
> There is currently a mixture of octal and symbolic permissions uses
> in files in drivers/gpu/drm and one file in drivers/gpu.
>
> There are ~270 existing octal uses and ~115 S_<FOO> uses.
>
> Convert all the S_<FOO> symbolic permissions to their octal equivalents
> as using octal and not symbolic permissi...
2019 Aug 28
4
[Bug 1363] New: nft: invalid octals silently parsed as zero
https://bugzilla.netfilter.org/show_bug.cgi?id=1363
Bug ID: 1363
Summary: nft: invalid octals silently parsed as zero
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Optimise handling of backslash octals in printf
...h=6a65ae391c3db2b3e2ddd41f16625053ee1518b5
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 27 Oct 2014 16:12:49 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] [BUILTIN] Optimise handling of backslash octals in printf
This patch removes the duplicate octal handling for %b by reusing
the existing code in conv_escape.
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/bltin/printf.c | 30 ++++++++------------------...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Optimise handling of backslash octals in printf
...a1e50131be8fae13c629aca17507928271d3
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 27 Oct 2014 16:12:49 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: [BUILTIN] Optimise handling of backslash octals in printf
[ dash commit a68498993413cd15f9b852ca32afd368e1792b51 ]
This patch removes the duplicate octal handling for %b by reusing
the existing code in conv_escape.
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
--...
2018 May 23
0
[PATCH] block drivers/block: Use octal not symbolic permissions
On 5/23/18 2:05 PM, Joe Perches wrote:
> Convert the S_<FOO> symbolic permissions to their octal equivalents as
> using octal and not symbolic permissions is preferred by many as more
> readable.
>
> see: https://lkml.org/lkml/2016/8/2/1945
>
> Done with automated conversion via:
> $ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --fix-inplace <files...>
>
&...
2016 Mar 06
1
Map hidden can only work if create mask includes octal 01 (S_IXOTH)
...3.x. I'm just using this for "classic" sharing, not
AD/DC. I'm getting an error when I run testparm which I didn't with the previous version (or
didn't notice).
"Invalid combination of parameters for service public. Map hidden can only work if create mask
includes octal 01 (S_IXOTH)."
this section is:
[public]
path = /mnt/RAID/public
read only = No
create mask = 0660
force create mode = 0660
directory mask = 0771
guest only = Yes
guest ok = Yes
hide files = /Outlook/outlook/~*/
veto opl...
2005 Apr 02
22
Allowing 4662 port
Dear All
I have added the following line to /etc/shorewall/rules:
ACCEPT net fw tcp 4662
However, the program aMule continues to give me the following error:
NG : Your 4662 port is not reachable.
Any further ideas?
Thanks in advance,
Paul
2008 May 30
3
How Ogg mappings translate into the codecs parameter in Ogg media types
I agree - we should use only hex or octal, but not mixed.
Cheers,
Silvia.
On Sat, May 31, 2008 at 2:20 AM, Ivo Emanuel Gon?alves
<justivo at gmail.com> wrote:
> I received the following comment regarding the table:
>
>> The table contains a mix of octal and hexadecimal 'escape sequences'
>> for non-printab...
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
...FAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens.
What this looks like in real life is: You are running a 64 bit OpenSSH_3.7.1p2
sshd on Solaris 8, and you have enforced UMASK in /etc/default/login. You try to log into this sshd, but after all the authentication and channel setup, just before you get your s...
2004 Oct 25
2
printing ISO/8859-1 characters
...n into an odd problem with the print command for R-2.0 on a windows
machine.
The icelandic character thorn (??,??) which is included in in the Latin-1
character set [iso/8859-1 char# 222 (upper case) and #254 (lower case)]
prints out incorrectly. Instead of getting the correct
character I get the octal codes for upper and lower case thorn (\336 or
\376). This only happens on a windows machine, but not on a linux box.
This is not some problem generic to the Latin-1 characters. I get
all accented characters correctly and also the character eth (???).
Its only thorn thats problematic...
This prob...
2010 Jan 25
2
[PATCH version 2] guestfish: Use xstrtol to parse integers (RHBZ#557655).
...sh: Use xstrtol to parse integers (RHBZ#557655).
Current code uses atoi to parse the generator Int type and
atoll to parse the generator Int64 type. The problem with the
ato* functions is that they don't cope with errors very well,
and they cannot parse numbers that begin with 0.. or 0x..
for octal and hexadecimal respectively.
This replaces the atoi call with a call to Gnulib xstrtol
and the atoll call with a call to Gnulib xstrtoll.
The generated code looks like this for all Int arguments:
{
strtol_error xerr;
long r;
xerr = xstrtol (argv[0], NULL, 0, &r, "")...
2015 Aug 12
1
ACLs on Samba share not preserved when copying with Windows Explorer
...indows Explorer
>
> >>
> > Hi Rowland,
> >
> > This Samba 3 server is joined to a Samba 4 AD domain using winbind.
> >
> > Can you elaborate on how I am attempting to enforce UNIX permissions?
> > As far as I am aware, I am only setting the necessary octal bits in
> > order to be able to configure the POSIX ACLs.
> >
> > Thanks,
> >
> > Andrew
> >
>
> Hi Andrew, Unix permissions == POSIX ACLs i.e the rwx bits you get from
> ls -la /some/directory_or_file. You need to use either POSIX ACLs or set
> the...