Displaying 20 results from an estimated 97 matches for "3770".
Did you mean:
3700
2024 Dec 28
0
[Bug 3770] New: scp should print full name
https://bugzilla.mindrot.org/show_bug.cgi?id=3770
Bug ID: 3770
Summary: scp should print full name
Product: Portable OpenSSH
Version: 9.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: scp...
2006 Aug 24
1
Strange permissions problems
...fouls things up. Here is
what I have.
Unix Permissions
/school 3777 admin.teacher
/school/bhs 3777 admin.teacher
/school/bhs/reese 3777 reese.teacher
/school/bhs/reese/6thhour 3777 reese.teacher
Now rosie creates her first directory in ....6thhour
/school/bhs/reese/6thhour/rosie 3770 rosie.teacher
/school/bhs/reese/6thhour/rosie/word 3770 rosie.teacher
/school/bhs/reese/6thhour/rosie/word/chap1 3770 rosie.teacher
Samba share that rosie gets:
[school]
path = /school/bhs
read only = no
valid users = @teacher @admin @bhs
create mask = 660
force create mode = 2660
directory mask...
2005 Jul 29
1
Samba permissions
I am working on my permissions and something does not quite make sense
to me. Here is what I have set.
/DIR (Unix permissions are 3777)
Then in samba I have the following
[dir]
path = /DIR
read only = no
valid users @teach @student
create mask 3660
directory mask 3770
Then from a windows workstation, I create a new directory inside 'dir',
and call it 'teach'.
The permissions of 'teach' are 2770. It looks like it should be 3770 to
me since the 'directory mask' commands does a bitwise 'AND'. Anyone
know why this is?...
2009 Aug 18
3
'inherit owner' doesn't play nice with 'force directory mode'
...re
My smb.config (well, the relevant part):
# ... snip
guest account = sambaguest
# ... snip
[myshare]
comment = my share
path = /path/to/myshare
public = yes
read only = no
writable = yes
browseable = yes
printable = no
inherit owner = yes
#inherit permissions = yes
#directory mode = 3770
#force directory mode = 3770
As it is written above, when I create a directory from a windows box
it looks like:
drwxr-xr-x 2 nobody sambaguest 512 Aug 17 22:19 New Folder
Correct ownership but I want group write and the sticky bit to be set,
as in the parent directory.
So I uncomment ...
2019 Feb 21
3
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba:
> Or...
>
> Set the creator group option.
>
> [Daten]
> comment = Daten
> create mask = 3660
> directory mask = 3770
did so, they test now. thanks
2005 Aug 29
2
samba permissions
...share, and if that is the case,
then the file could not be written by the user, even if he/she is in the
group that owns it.
I played around with this quite a while, but could not see anything that
would make it work.
I was thinking of something like the following:
DIR1 teacher.students 3770
Then in Samba
[data]
path = /DIR1
read only = no
create mask = 460
force mask = 2460
directory mask = 770
force directory mode = 3770
But I don't think this works, because it is forcing read permissions on
the user, so that would not let him/her write the file, correct? I
assume th...
2014 Jan 08
0
OSX 10.9, sticky-bit and deleting other people's stuff
...nge the Share definition and it works for PC's and Linux (Well, my Ubuntu workstation (12.04) has no problem). The share definition I change to is this:
[shared]
? ?comment = shared
? ?writeable = yes
? ?browseable = yes?
? ?path = /srv/shared
? ?valid users = @shared
? ?force directory mode = 3770
? ?force create mode = 660
;
root at fs:~# stat /srv/shared/ | grep shared
? File: `/srv/shared/'
Access: (3770/drwxrws--T) ?Uid: ( ? ?0/ ? ?root) ? Gid: ( 1003/ ?shared)
... if someone can tell me (I do realize there is a little difference between my test environment and production (the path...
2013 Dec 11
1
Driver for Realtek RTL8151GH-CG
...is included in HP ProDesk 490 MT which I may buy, but I cannot find
what hardware parts are supported by FreeBSD and what not.
I am running FreeBSD for about 13 years on servers.
I didn't run it on desktop grade HW for more than 8 years. So any tips
for some solid home PC with i7-4770 (or i7-3770?) is appreciated. :)
Miroslav Lachman
2014 Oct 10
2
ivy bridge and custom font
Hello,
I've encountered a strange problem with loading a font file.
The environment:
motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics,
extlinux 5.01.
After loading any font I get a mess on a screen. The only rule I could
discover is that: characters with odd code are not displayed at all,
and for characters with even code there is taken a bitmap from position
ord(character) / 2.
However, there is neither pro...
2006 Mar 04
29
Getting RJS / EgdeRails working
Hi,
using Rails 1.0 on windows (without svn yet) I just wrote "rake
freeze_edge". Are the RJS-templates already included then ? When I write
"rake update_javascripts" I receive this error:
svn: ''.'' is not a working copy
Any tipps for a newbie on how to get the update done (if neccessary) ?
thx
Jan
2014 Oct 10
2
ivy bridge and custom font
On Oct 10, 2014 4:00 AM, "Ady" <ady-sf at hotmail.com> wrote:
>
>
> > Hello,
> >
> > I've encountered a strange problem with loading a font file.
> > The environment:
> > motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics,
> > extlinux 5.01.
> >
> > After loading any font I get a mess on a screen. The only rule I could
> > discover is that: characters with odd code are not displayed at all,
> > and for characters with even code there is taken a bitmap from position
>...
2005 Nov 10
1
Strange Samba permissions
I have a problem with some Samba permissions. Here is the share.
[bhs]
path = /school/bhs
read only = no
valid users = @teacher @admin @bhs
create mask = 660
force create mode = 2660
directory mask = 770
force directory mode = 3770
T: is mapped to a DFS share with permissions 3777, then the 'bhs' share
is a link in the DFS share.
I get inconsistent directories when they are created. Here are two
directories that were created within 1 minute of each other, in the
'bhs' share, by the same user, and they go...
2012 Oct 26
2
Reporting success with Intel HD4000 VGA Passthrough
Hi,
I was able to do VGA/PCI Passthrough on an i7-3770 integrated GPU
HD4000 to a Windows 8 HVM.
Xen 4.1.3 running on a Debian Wheezy (kernel 3.2.0-3-amd64 and
3.5-trunk) dom0, xm toolstack and pci-stub were used. Other PCI
devices such as USB 2.0 controller and audio were also passed to the
domU.
The hardware used is the following:
Intel Core i7...
2019 Feb 22
1
Debian 9.8 and vanbelle-repos
...fan G. Weichinger via samba:
>> Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba:
>>> Or...
>>>
>>> Set the creator group option.
>>>
>>> [Daten]
>>> comment = Daten
>>> create mask = 3660
>>> directory mask = 3770
>>
>> did so, they test now. thanks
>
> username and groupname aren't "mapped" into stuff like ls , smbstatus etc
>
> nsswitch.conf?
and ....
somehow something is wrong here and I can't spot it so far
this morning they couldn't reach samba, after a...
2019 Feb 19
3
Computer Management - Share Security - No Read Access
I suggest you start with :
1770 /server (+ creator owner )
3770 /server/programs ( + creator owner + creator group. )
Then check again with getfacl
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Marco Shmerykowsky via samba
> Verzonden: dinsdag 19 februari 2019 23:13
> Aan...
2014 Oct 10
0
ivy bridge and custom font
> Hello,
>
> I've encountered a strange problem with loading a font file.
> The environment:
> motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics,
> extlinux 5.01.
>
> After loading any font I get a mess on a screen. The only rule I could
> discover is that: characters with odd code are not displayed at all,
> and for characters with even code there is taken a bitmap from position
> ord(character) / 2....
2019 Feb 21
3
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 15:00 schrieb Rowland Penny via samba:
> Apart from a missing line:
>
> idmap config arbeitsgruppe : schema_mode = rfc2307
>
> There doesn't seem to be anything really wrong.
Added, thanks.
Since my last mail I tested more and we found that ACLs were missing
wrong, so I applied an ACL to give group "domain users" rwx here.
Is create mask still
2013 Feb 01
9
Intel HD 4000 VGA passthrough not working
Hi all,
I have an i7-3770 which has the Intel HD 4000 graphics. I''ve been trying to pass it through to DomU with no success.
With a Linux DomU, the i915 module simply will not load because intel_agp is not loaded properly when it cannot find the AGP bridge. (
With a Win7 DomU, it BSODs straight away during the...
2014 Oct 10
0
ivy bridge and custom font
...ct 10, 2014 4:00 AM, "Ady" <ady-sf at hotmail.com> wrote:
> >
> >
> > > Hello,
> > >
> > > I've encountered a strange problem with loading a font file.
> > > The environment:
> > > motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics,
> > > extlinux 5.01.
> > >
> > > After loading any font I get a mess on a screen. The only rule I could
> > > discover is that: characters with odd code are not displayed at all,
> > > and for characters with even code there is taken a...
2008 Mar 10
1
ML Estimation Differences with R and SAS
...e 1 0 0 0 0 3651
0 30 137 white 0 0 0 1 0 3699
0 24 110 white 0 0 0 1 0 3728
0 19 184 white 1 1 0 0 0 3756
0 24 110 other 0 0 0 0 1 3770
0 23 110 white 0 0 0 1 0 3770
0 20 120 other 0 0 0 0 0 3770
0 25 241 black 0 1 0 0 0 3790
0 30 112 white 0 0 0 1 0 3799
0 22 169 white 0...