similar to: Permission denied

Displaying 20 results from an estimated 200 matches similar to: "Permission denied"

2002 Jun 27
1
Building from a source-code library under windows
Dear All, I have a pair of .cpp and .def file can be compiled using VC++ and works perfectly well in S-PLUS. I wanted to do the same for R; so I followed the guidline given in "Building from a source-code library under Windows" as much as possible and manage to compile them using VC++ and call it from R. But it gives different answer from the one called from S-Plus. I know that I did
2005 Aug 30
3
USB Disk
I put a new server together with CentOS 4. This server is doing a number of functions including ntp, mail, and web server. I had a USB drive plugged in and it was working great. I could access it at /media/usbdisk and I copied lots of data to it. I felt the server was "complete" so I wanted to move it. I shut it down, moved it, etc. Everything is ok, except that I cannot access the
2004 Mar 01
0
se.contrast ....too hard??? .... Too easy????? .....too trivial???? ...... Too boring.....too????????
Hi all, Regular and avid readers of this column will know that Don Driscoll and I have recently posted two messages requesting assistance concerning an apparent failure of "se.contrast" to produce an se for a contrast. So far, an ominous silence rings in our ears, but read on Gentle Reader, and see if even the machinations of "debug" doesn't stimulate you to respond with a
2004 Feb 26
0
se.contrast ???????????
Hi all, Just to follow up Don Driscoll's earlier post, can anyone please explain why "se.contrast" fails here?? > shp<-factor(rep(c("reserve","strip"),each=96)) > > > site<-factor(rep(c("1g","1p","1t","2g","2p","2t","3g","3p","3t","4g","4p
2011 Apr 19
0
R-devel Digest, Vol 98, Issue 19
The replies so far have helped me see the issues more clearly. Further comments: 1. This issue started with a bug report from a user: library(survival) fform <- as.formula(Surv(time, status) ~ age) myfun <- function(dform, ddata) { predict(coxph(dform, data=ddata), newdata=ddata) } Gabor's suggestion to change the call is a useful idea but not completely relevant: I'm
2008 May 24
1
USBDisk question
I have an external USB drive, and when mounted, it was /media/usbdisk. When I recently tried my rsync backup, a usbdisk1 had been created...I guess by the auto-mounting (when the disk is turned on). Is there a way to remove the usbdisk1 and set it up so that the auto-mounting will use usbdisk? Or should I just leave it be? I needed to change my command line for the rsync backup to
2011 Jan 06
1
Help spruce up a ggplot graph
Given the data structure below and the call to ggplot2, how can I increase the size of the axis scale points, the line weight, and the size of the legend? ddata <-structure(list(year = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("2003", "2007"), class = "factor"), area = structure(c(7L, 6L, 1L, 2L, 3L, 4L, 5L, 7L, 6L, 1L,
2007 Apr 23
1
chgrp problem
I'm using a comand like rsync -av directory /media/usbdisk/ to backup to a usb device (on a Fedora 5 machine). I'm getting 100s of messages like rsync: chgrp "/media/usbdisk/file" failed: Operation not permitted (1) and then at the end rsync error: some files could not be transferred. How do I fix this? Why is rsync trying to change the group? And is the message at
2004 Feb 24
0
(no subject)
G'day, I'm fitting a simple one-way nested anova and would like to obtain standard errors or confidence limits. I'm using se.contrast to try to get se for the contrast between the two levels of the main effect, but I get an error message (see below). What is going on? Don > shp<-factor(rep(c("reserve","strip"),each=96)) >
2004 Feb 24
0
se.contrast
G'day, I'm fitting a simple one-way nested anova and would like to obtain standard errors or confidence limits. I'm using se.contrast to try to get se for the contrast between the two levels of the main effect, but I get an error message (see below). What is going on? Don > shp<-factor(rep(c("reserve","strip"),each=96)) >
2005 Jul 12
1
HAL and mounting volume
Hi, is there anybody understanding HAL? I use CentOS 4 (RHEL 4) I need set specific mount options for USB flash disk. I found I can do it in /usr/share/hal/fdi/95userpolicy/storage-policy.fdi <?xml version="1.0" encoding="ISO-8859-1"?><!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="volume.fstype"
2018 May 04
0
Hello ,How Can I do USB emulation
I have a usb.img file, and i want to create a usbdisk(USB emulation) for vpc in a kvm server. I found something like this: qemu-system-x86_64 -device piix3-usb-uhci \ -drive id=my_usb_disk,file=usbdisk.img,if=none \ -device usb-storage,drive=my_usb_disk but i want to do it in a xml files for libvirt. i did not find any example for it. how can i do it thank u very much.
2005 Dec 01
1
Connecting to USBDISKs
When trying to connect to my USBDISK I receive an error message that it is not supported. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051201/4d4afd84/attachment-0002.html>
2012 Mar 07
1
how to read a file containing a series filename
hi everyone . I have a group of files that needs to be read in . And I put their filename into one file with the name "file.txt" And in the file.txt,the filename are shown as below : H20100902.TXT H20100903.TXT H20100904.TXT H20100905.TXT H20100906.TXT H20100907.TXT H20100908.TXT Now I want to read these file from the file.txt by such codes: filename <-("file.txt") pp
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
On Thu, Jun 30, 2016 at 12:30:56PM +0100, Chris Wilson wrote: > Backlights controlled by i915.ko and only associated with its connectors > and also only associated with the intel_drmfb fbcon, controlled by > i915.ko. In this situation, we already handle adjusting the backlight > when the fbcon is blanked/unblanked and do not require backlight trying > to do the same. > >
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl, 1. installed debian onto a usb hard drive from laptop (onto /dev/sda1) did *not* install grub or lilo. 2. set up extlinux on /dev/sda # mount /dev/sda1 /mnt/t1 [root at harpo syslinux-3.00]# cd /mnt/t1/ [root at harpo t1]# ls boot/ config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386 vmlinuz-2.6.8-1-386 [root at harpo t1]# mkdir boot/extlinux [root
2007 May 18
1
Usb disk no longer shows in GUI
I have a USB disk and when I turned it on in the past, it's icon would appear on my GUI Desktop. Now it is no longer visible. In terminal mode, if I do a cd to /media/usbdisk, all of my data is there. What am I missing here? Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2006 Aug 23
1
USB Pendrive automounting
My USB Pendrive gets mounted everytime I put it on the USB port (/dev/sda on /media/usbdisk). This behaviour is the desired. Now I want the OS to automaticaly include the mount option iocharset=iso8859-1 everytime it mounts it. Is there a way to tell haldaemon (or other software) do this, instead of hand-editing /etc/fstab ? -- Vilela -------------- next part -------------- An HTML attachment
2017 Oct 17
1
Boot USB:SATA:Partition4 from USBstik?
I want to be able to make a USBbootStik for my laptop, as I repeatedly did for the now stolen PC. I've got a copy of the required 2009, Slackware13 partition, saved to a USBdisk. And I've located the 175-line: <make bootStik script> . Of course just "chroot"ing Slak13, won't allow <make bootStik>. But why can't someone here, provide the info to make an
2005 Aug 30
1
USB DIsk and mount point
Hello. I use Centos 4.1 When I inserted my usb 2.0 disk for the first time it created the mount point /media/usbdisk just fine. Which I used to mount the disk. But as soon as I used it in another computer (winxp) when I took the usb back to centos the mount point had become /media/IOMEGA (yeah it's an iomega driver) but then as time goes by, the mount point every time the disk is used