search for: drv1

Displaying 3 results from an estimated 3 matches for "drv1".

Did you mean: drv
2012 Jun 12
1
Not able to write to PostgreSQL database using "dbWriteTable"
...Please help me to debug this issue. I am trying to write some data ( i= 6) to PostgreSQL database, but it not writing. Is there any issue in the way I use "dbWriteTable"? ++++++++++++++++++ Source Code ++++++++++++++++++++++++ library("DBI") library("RPostgreSQL") drv1 <- dbDriver("PostgreSQL") i=6 connAE1 <- dbConnect(drv1,host = "xx.xxx.xxx.xxx", port = "6443", dbname="DB",user = "xxxxx",password = "xxx") as.data.frame(zz[1]) dbGetQuery(connAE1,'SELECT id FROM \"test1\"') if(dbE...
2011 Apr 07
1
Hidden files
Dear All! Does anyone have troubles with setting hidden attribute? Read-only set and unset properly Hindden - can't set at all mount: /mnt/disk.img on /drv1 type ext4 (rw,noexec,nosuid,nodev,loop=/dev/loop0,acl,user_xattr) Samba 3.5.8 smb.conf ---------------------------- [global] pid directory = /opt/samba/run lock directory = /opt/samba/cache private dir = /opt/samba/cache log file = /opt/samba/smbd.log log level = 10 security = share max log size...
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...y any protocol ++ * caller may apply their own default ++ * &bdrv_invalid_protocol filename speciies an unknown protocol ++ * caller should return -ENOENT; or may just try to open with ++ * that bdrv, which always fails that way. ++ */ + BlockDriver *drv1; + char protocol[128]; + int len; +@@ -250,7 +270,7 @@ static BlockDriver *find_protocol(const + #endif + p = strchr(filename, ':'); + if (!p) +- return NULL; /* do not ever guess raw, it is a security problem! */ ++ return NULL; + len = p - filename; +...