Displaying 20 results from an estimated 100 matches similar to: "open_fake_file_shared: access_denied"
2007 Aug 30
0
open_fake_file access_denied file[$Extend/$Quota:$Q:$INDEX_ALLOCATION]
By very few users the Samba log files get clogged with access_denied
messages at open_fake_file_shared every 15 minutes:
smbd/fake_file.c:open_fake_file(114)
open_fake_file_shared:
access_denied to service[<aShare>]
file[$Extend/$Quota:$Q:$INDEX_ALLOCATION]
user[<aUser>]
open_fake_file fails with this error if the
2006 Oct 08
1
Broken ogg - how to fix?
Hi,
I have some *.ogg file got by streamripper which seems to be broken.
# ogginfo file.ogg
Processing file "file.ogg"...
New logical stream (#1, serial: 20236f01): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20050304
Channels: 2
Rate: 48000
Nominal bitrate: 224,000000 kb/s
Upper bitrate not set
Lower bitrate not set
2008 Apr 23
1
Full control access rights mapped as execute
Hi there,
I have some problem with Windows access rights mapping on Samba 3.0.28. I am
using XFS filesystem and ACL is working.
This is a part of my smb.conf:
domain logons = Yes
preferred master = Yes
map acl inherit = Yes
map archive = Yes
map hidden = Yes
map system = Yes
veto files = /*.eml/*.nws/*.{*}/
veto oplock files = /*.doc/*.xls/*.mdb/
create mask = 0755
directory
2011 Feb 25
10
Access to a share resource without password
Dear, I have a Linux Samba server and a Windows XP SP2 client joined
to the "g-company.net" domain.
I want to access a Linux share resource in /var/share without password
from WXP desktop FROM ANY USER.
This is my scenario:
- I don't create any Linux local user because I want total access from any user
- I use security = share
- My smbusers file is:
root = administrator admin
2008 Feb 21
1
NMBD unresponsive
Hi there,
I have found a problem with my Samba server 3.0.28. This problem appeared suddenly without
any changes in configuration or server update.
NMBD becomes unresponsive in some minutes after startup with these options enabled:
name resolve order = wins lmhosts hosts
wins server = 172.25.8.86 172.25.8.84
Unresponsive means that it is not possible to connect to server,
nmbd eats full
2006 Feb 25
0
Concatenating of OGG Vorbis files (again)
Hi there,
I am trying to find a solution for the problem of contatenating OGG Vorbis
files. Yes, I know that this can be done by standard "cat" tool but in this
case there are generaly two problems. At first some of the players doesn't
seek correctly (e.g. amarok). And the second problem is that if I have many
files to concatenate (~50) then it takes quite long time for the player
2007 Jan 29
1
[Fwd: Need to fit a regression line using orthogonal residuals]
[Originally sent this to r-help at lists.R-projects.org, but in case that's
the wrong list I'm re-posting. Apologies if this becomes a re-post]
-------------- next part --------------
An embedded message was scrubbed...
From: Jonathon Kopecky <jkopecky at umich.edu>
Subject: Need to fit a regression line using orthogonal residuals
Date: Mon, 29 Jan 2007 14:52:24 -0500
Size: 1138
2007 Jan 29
2
Need to fit a regression line using orthogonal residuals
I'm trying to fit a simple linear regression of just Y ~ X, but both X
and Y are noisy. Thus instead of fitting a standard linear model
minimizing vertical residuals, I would like to minimize
orthogonal/perpendicular residuals. I have tried searching the
R-packages, but have not found anything that seems suitable. I'm not
sure what these types of residuals are typically called
2014 May 16
2
samba 3 performance with windows 7 workstations
My customer has a Centos Linux 5.10 server running Samba 3. (Samba version
3.0.33-3.40.el5_10)
The machine is about three years old. I suggested that they should consider
replacing it with a Centos 6 machine and Samba 4, but they decided as it
was doing its job without any issues to keep it as is. I also suggested
updating to samba3x but they decided not to do this.
I recently installed a centos
2006 Nov 24
1
mfcr/R2
Hello!
I'm tryuing to bring up an R2 connection but eventhough I've followed
the guidelines in: http://zarzamora.com.mx/asterisk/17 something seems
to be missing.
When an incomming call is generated I get:
Nov 24 06:01:17 WARNING[-197416016]: chan_unicall.c:612 unicall_report:
MFC/R2 UniCall/24 <- 0001
[1/
1/Idle
/Idle ]
Nov 24 06:01:17 WARNING[-197416016]:
2003 Oct 05
1
Samba 3.0 issues with mapped drives properties
Mandrake 9.1 Samba 3.0, windows2000 pro sp4.
I finally got Samba 3.0 working thanks to G?mes G?za. Now I am having
another issue as outlined below:
1)There are 2 users on the Linux pc, markw (regular user) and root. Both
have valid samba passwords.
2)I have a share called:
[data]
path = /test
valid users = markw, root
read only = No
browseable = yes
3)I am able to map the share with the user
2010 Jul 09
3
smbcquotas tells me that "quotas are not enabled"
I have a setup of Ubuntu 8.04 running Samba 3.0.28a. Connected to our network I
have a buffalo linkstation acting as Network Attached Storage (NAS), which I
have successfully mounted on the local file system.
Using smbcquotas I believe I can set up a quota for each user on the NAS. To
get started, I run the command:
smbcquotas //192.168.1.4/share -S FSQFLAGS:QUOTA_ENABLED -A
2004 Apr 18
0
booting a 486 laptop
Hi.
Im tryuing to boot a 486 laptop with syslinux. I want to boot from a CF
card in an IDE adapter, plugged into the IDE interface.
my procedure is:
fdisk (create 1 partition, mark it bootable)
mkfs.vfat (format it)
syslinux /dev/disc/partition
copy bzImage to the partition and rename it LINUX
this fails either with a blinking cursor and no text, or a 'Boot failed'
prompt.
if I format
2001 Nov 13
1
RODBC
I'm tryuing to get the RODBC package to work with a MS Sql database
(Wonderware's InSQL). I'm able to connect to the database using the
following:
version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status Under development (unstable)
2012 Dec 09
1
Making fifo work (Linux)
Friends
I need to get R reading from a fifo. I want it to block till there is some
data in the fifo, consume what input it gets there, do some thing with it
then loop back and block again.
Very simple. Yes? No.
The example in the documentation works OK..
zz <- fifo("foo-fifo", "w+")
writeLines("abc", zz)
print(readLines(zz))
2004 Sep 14
1
quota-support seems to be broken in 3.0.6/3.0.7
Hello
we're using samba based on the debian-package, which we translated
including the configure-option "--with-quotas"
The user-interaction with quotas is OK, in his (the users) view the
partition-size is limited to his quota-hard-limit. This works both with
XFS and EXT3.
Windows (XP SP1 and SP2) administration of quota is not possible. Using
3.0.5 I can do a
2010 Jun 12
2
Problems with ldap groups in share folders ACCESS_DENIED
Hi I have been working all week with samba 3.4.7 in Centos 5.5
PDC(3.4.7) with LDAP backend+Centos 5.5(3.4.7) BDC with LDAP slave.
I already have 5 clients join.
1 Windows XP
1 Windows 7 UE
1 Centos 5.5 Desktop
1 Ubuntu 9.x
1 Centos 5.5
I can browse inside windows and see my clients, access some shares. I
want to create private shares inside my PDC, I use:
force group
valid users
write list
2005 Jan 31
0
tc segmentation faults when trying to add pfifo_fast as leaf discipline on a HTB class
Hello
I am trying to attach pfifo_fast to af leaf htb class. But tc
segmenetation faults. If I try the failing command throug strace, it
shows me that the last thing tc tries to do just before the
segmentation fault, is to try to open a file called
"/usr/lib/tc/q_pfifo_fast.so".
Of course i have tried to find worthfull information around the
Internet, but haven''t found
2011 Jan 26
0
Samba Shares access problems
Hi all,
This is my first mail to the mailing list.
I'm currently facing a problem on our samba installation, since the
package upgrade from last week (friday) the samba configuration has been
replaced with a news one. I had to put a backup in place.
But now there areaccess problem, on some clients but not all. Linux is
not impacted. Only Windows 7 clients are impacted, but only clients
2010 Aug 04
3
retrieve name of an object?
Dear all
Is there an easier way to retrieve the name of an object? For example,
> tmp <- 1:10
> as.character(quote(tmp))
[1] "tmp"
> as.character(quote(mtcars$cyl))
[1] "$" "mtcars" "cyl"
> as.character(quote(mtcars$cyl))[3]
[1] "cyl"
The last call more than anything seems a hack. Is there a better way?
Thank you
Liviu