search for: eaccess

Displaying 20 results from an estimated 37 matches for "eaccess".

Did you mean: access
2006 Apr 04
4
Ruby 1.8.4 on SUSE 10.0 howto
...rors.kernel.org/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/ruby-1.8.4-9.src.rpm Then I installed it with "rpm -i ruby-1.8.4-9.src.rpm" Then I went to /usr/src/packages/SPECS and made the below edits # diff ruby.spec.orig ruby.spec 28d27 < Patch2: ruby-1.8.4-no-eaccess.diff 181d179 < %patch2 I then compiled up the rpm via "rpmbuild -bb ruby.spec" I then went to the /usr/src/packages/RPMS/i586 directory and installed the all the various 1.8.4 rpms. HTH Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2014 Feb 10
2
[PATCH] drm/nouveau: handle -EACCES runtime PM return code
pm_runtime_get*() may return -EACCESS to indicate a device does not have runtime PM enabled. This is the case when the nouveau.runpm parameter is set to 0, and is not an error in that context. Handle this case without failure. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drivers/gpu/drm/nouveau/dispnv04/crtc.c...
2014 Feb 10
0
[PATCH] drm/nouveau: handle -EACCES runtime PM return code
On Mon, Feb 10, 2014 at 02:58:12PM +0900, Alexandre Courbot wrote: > pm_runtime_get*() may return -EACCESS to indicate a device does not have s/-EACCESS/-EACCES/ > runtime PM enabled. This is the case when the nouveau.runpm parameter is > set to 0, and is not an error in that context. Handle this case without > failure. > > Signed-off-by: Alexandre Courbot <acourbot at nvidia.com&gt...
2015 Jan 18
0
PXE Error Reporting
...tpd.c.orig 2015-01-16 21:45:30.790798281 +0100 +++ tftp-hpa-5.2/tftpd/tftpd.c 2015-01-18 23:44:28.031177383 +0100 @@ -1504,6 +1504,8 @@ static int validate_access(char *filenam return ENOSPACE; case EEXIST: return EEXISTS; + case EACCES: + return EACCESS; default: return errno + 100; }
2015 Jan 20
3
PXE Error Reporting
...98281 +0100 > +++ tftp-hpa-5.2/tftpd/tftpd.c 2015-01-18 23:44:28.031177383 +0100 > @@ -1504,6 +1504,8 @@ static int validate_access(char *filenam > return ENOSPACE; > case EEXIST: > return EEXISTS; > + case EACCES: > + return EACCESS; > default: > return errno + 100; > } I can't remember, but I have a vague recollection that someone specifically requested that EACCES be treated the same as ENOENT... -hpa
1997 Mar 22
2
"Secure" tftpd source for Linux?
I''ve been poking around my system, and realized that having a tftp server would be handy. (I''m working with cisco routers, which have the capability to up and download configuration images via tftp.) However, I''m not content with the usual tftpd that comes with Linux. The whole "specify each directory you want" scheme is cock-eyed to me. I''d prefer
2015 Jan 18
2
PXE Error Reporting
Hi, On 01/17/2015 12:57 AM, Sebastian Herbszt wrote: >> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: >>> Andreas Gruenbacher wrote: >>>> "Loading <FILE>... failed: No such file or directory" when the TFTP >>>> server replies with "Permission denied" for the kernel or initrd. >>> [...] >>> >>> The
2014 Jun 12
2
[PATCH] fuse: UID 0 should override all permissions checks (RHBZ#1106548).
..._OK ? " W_OK" : "", + mask & X_OK ? " X_OK" : "", + mask == 0 ? " 0" : "", + fuse->uid, fuse->gid, + statbuf.st_uid, statbuf.st_gid, + statbuf.st_mode, + ok ? "OK" : "EACCESS"); return ok ? 0 : -EACCES; } -- 1.9.0
2014 Feb 11
2
[PATCH] drm/nouveau: handle -EACCES runtime PM return code
On Mon, Feb 10, 2014 at 9:34 PM, Thierry Reding <thierry.reding at gmail.com> wrote: > On Mon, Feb 10, 2014 at 02:58:12PM +0900, Alexandre Courbot wrote: >> pm_runtime_get*() may return -EACCESS to indicate a device does not have > > s/-EACCESS/-EACCES/ Oops. >> runtime PM enabled. This is the case when the nouveau.runpm parameter is >> set to 0, and is not an error in that context. Handle this case without >> failure. >> >> Signed-off-by: Alexandre Co...
2015 Sep 10
1
[PATCH 5/5] virtgpu: mark as a render gpu
On 9 September 2015 at 12:42, Gerd Hoffmann <kraxel at redhat.com> wrote: > From: Dave Airlie <airlied at redhat.com> > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> > --- > drivers/gpu/drm/virtio/virtgpu_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.c
2016 Nov 02
0
Re: [Qemu-devel] pci-assign fails with read error on config-space file
...p environment the qemu ends up in. The 'config' file is a plain file, so not affected by cgroups - that only affects block devices. When libvirt runs QEMU, it runs unprivileged qemu:qemu user/group, so perhaps it is a permissions thing, despite the fact that you're getting EINVAL, not EACCESS. It would be interesting to know just what part of the config space QEMU was trying to read I guess, to better understand why it might be failing Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- ht...
2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
...dis8 - that seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others). The output from running "winedbg Heredis8.exe" is below. There is no error message on the console when I just run "wine Heredis8.exe". In both cases, I just get a small window saying "EAccess Violation" and nothing else. I have googled and seen that there is a problem with a patent with Borland, but it seems to be limited to the need to compile which is not what I am doing here. I have tried to configure Wine with different windows versions, using different windows library bui...
2002 Feb 28
1
error -13 with smbopen
Using linux on both server and client. I can run smbmount and all seems ok. But, when I try to use kfm to browse a share, I get the following messages thousands of times in /var/log/messages and things more or less hang up. I have to telinit 1 to get control of my client machine. smb_open: aph5/.directory open failed, result=-13 smb_readpage_sync: aph5/.directory open failed, error=-13 Any
2014 Feb 01
0
[RFC 01/16] drm/nouveau: handle -EACCES runtime PM return code
pm_runtime_get*() may return -EACCESS to indicate a device does not have runtime PM enabled. This is the case when the nouveau.runpm parameter is set to 0, and is not an error in that context. Handle this case without failure. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drivers/gpu/drm/nouveau/dispnv04/crtc.c...
2008 Mar 15
8
Help with Netsoccer
...ne and downloaded Netsoccer... I read some tutorials and got wine working... But i can't get Netsoccer working =(.. I get an error when i initialize it, which is the following: [Image: http://i142.photobucket.com/albums/r116/_Anderson_/Semttulo-1.png ] Can anyone please help me with this? The EAccess thing is the first thing that show up, and next it opens alot of error popups like the one which shows up the EAccess one.. Please i really wanna to keep ubuntu and the game =(
2020 Jun 09
1
Changes in share permissions lead to disruption of service
I just had something very strange happening, I'm curious if someone can understand what it was in spite of the limited available information. I'm running Samba 4.11.6 as an AD file server. Rowland checked my config recently and could not find any issue with it, it's really very standard, using the idmap backend. Only 2 users in the AD. Linux access is not a topic, the shares are only
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
...tls. > > Correct? > Unless I've overdone the coffee this time - modesetting is done via the card# node, while render via either card# or renderD#. So I'm suspecting that you're using card# node which would explain why things work. Otherwise drm_ioctl_permit will bail out with -EACCESS. Regards, Emil
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
...tls. > > Correct? > Unless I've overdone the coffee this time - modesetting is done via the card# node, while render via either card# or renderD#. So I'm suspecting that you're using card# node which would explain why things work. Otherwise drm_ioctl_permit will bail out with -EACCESS. Regards, Emil
2002 Mar 08
1
tdb((NULL)): tdb_brlock failed on Samba 2.2.3a startup
...\ --with-configdir=/usr/local/samba/etc \ --with-codepagedir=/usr/local/samba/etc I'm recompiling Samba now so as to (try to) include the 'errno' value in the tdb_brlock error message, but I was wondering if ayone has seen anything like this before. (just finished compile, errno=13 (EACCESS)) Also, should I be worried about the ((NULL)) where the filename should be? The directory in which the connections.tdb (et al.) are being stored is physically local to the UNIX box, is owned and writeable by root. The files are created, and the 'smbd.pid' file is created, written to and...
2003 Jan 08
3
long directory name problem
Does rsync has directory name length limit? I was trying to rsync a directory that has the name length of 34 characters and getting permission denied error. $ rsync -avz --delete --force -e ssh /usr/local/apache/htdocs 192.168.0.2:/usr/local/apache building file list ... readlink htdocs/CorporateLegalTimesEDITORIAL_files/cBug_blueXs.gif: Permission denied readlink