similar to: File permissions on VNC unix sockets

Displaying 20 results from an estimated 1000 matches similar to: "File permissions on VNC unix sockets"

2019 Jul 17
2
Preloading shared library with libVirt
Hi, I am trying to preload two shared libraries while running Qemu using libvirt. To preload the shared libraries I have added an environment variable in the $domain.xml file with the following command: ``` virt-xml generic --edit --confirm --qemu-commandline
2019 Jul 18
0
Re: Preloading shared library with libVirt
On Wed, Jul 17, 2019 at 13:33:08 -0500, Probir Roy wrote: > Hi, > > I am trying to preload two shared libraries while running Qemu using > libvirt. To preload the shared libraries I have added an environment > variable in the $domain.xml file with the following command: > > ``` > virt-xml generic --edit --confirm --qemu-commandline >
2004 Sep 20
2
problem with R CMD build (PR#7240)
Hello, This may not be a bug--but I'm not sure. I have R 1.91 installed on a machine that's running Windows XP. In Cygwin, when I attempt to use the "build" command it tells me that TMPDIR is set to an invalid directory. See the results below: stat20:/cygdrive/d/dirk/bands/implementation -> which r /cygdrive/d/Programs/R/rw1091/bin/r
2004 Sep 20
0
RE: problem with R CMD build--FIXED (PR#7241)
> I'm puzzled. One thing I'd try would be to get Cygwin out of the picture, > at least for a moment. Try to set TMPDIR (and maybe TMP and TEMP) to > C:\Temp, > and try to run the whole thing from a "DOS" Cmd.exe window. Here it is: D:\dirk\bands\implementation>set TMPDIR=d:\tmp D:\dirk\bands\implementation>echo %TMPDIR% d:\tmp
2003 May 09
3
Windows 2000 Profiles Through Freeswan VPN
Hello, I have setup a samba server at my office as a PDC it stores the profiles on the server fine. I can access the profiles from any computer in the office just fine. My problem is that I work from home 4 days a week and need to access my work profile. I currently VPN into the office network via freeswan. I can log into the the domain from the vpn'd connection and I can access the samba
2009 Sep 15
2
best method to format output of frequency table
I have some security alert log data that I'm parsing and doing some stats on. One of the fields is the "Classtype" which is the enumerated value of the type of alert found. classtypes = factor( alerts$Classtype ) fclass_types = table( classtypes ) fclass_types gives me a frequency table of the intrusion types: fclass_types classtypes
2009 Sep 01
3
Simple question about error on CSV import
I have a substantial CSV to import but can't seem to import even the simplest CSV. I'm running the latest stable REvolution R on OS X if that is pertinent. Here's the contents of a simple test2.csv CSV file: #,Status,Project 5842,New,Test > snortalerts = read.table( "/Users/lcox/Documents/test2.csv", header=TRUE, > sep=",", row.names="#") Error
2014 Sep 09
1
My Dsync isn't replicating 'EXPUNGE' IMAP command
Hi! I have two Dovecot-2.2.13 servers with Dsync Replication: server1 and server2. When I execute 'EXPUNGE' on server1 side, the messages with FLAG \Deleted are expunged only on server1. The message is still present in Server2. Could someone give me a hint reason for this ? Thanks in advance! -- Thiago Henrique ======================================================================
2004 May 04
1
rpart question
Wondered about the best way to control for input variables that have a large number of levels in 'rpart' models. I understand the algorithm searches through all possible splits (2^(k-1) for k levels) and so variables with more levels are more prone to be good spliters... so I'm looking for ways to compensate and adjust for this complexity. For example, if two variables produce
2003 Aug 15
1
Unable to Access Inet via HostAP
Hello, Thanx in advance to anyone who can help me get this going. I have tinkered around and around with this and I have it functioning as a visible access point that I can connect to. My problem comes in when trying to access the internet. I''m not an iptables guru or anything but I got the following as my iptables startup to supposedly masq the connection correctly:
2009 Sep 17
3
Simple as.Date question dealing with a timezone offset
I've been trying to understand the as.Date functionality and I have a date and time stamp field that looks like this: "Tue Sep 15 09:22:09 -0600 2009" and I need to turn it into an R Date object for analysis. Simple date conversions I have down, no problem: > adate = c("7/30/1959") > as.Date(adate,"%m/%d/%Y") [1] "1959-07-30" > But when it
2010 Aug 03
1
Dsync fatal error.
#dsync -D -vv -u stak at nti.uff.br mirror maildir:/CX4/vdomains/ nti.uff.br/stak/mail dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace) My mail.conf *mail_location = mbox:/CX4/vdomains/%d/home/%n/mail:INBOX=/CX4/vdomains/%d/var/spool/mail/%n:INDEX=/tmp/imap-index/%d/%n *What that error means ? Before when i
2005 Oct 03
0
Which hardware configuration? How would this work?
Hello Everyone, Please accept my appologies - I've been reading through the handbook and the online documentation / mailing list archives and can't quite get my own answer to these inquiries... The biggest mystery is how the existing handsets are connected to a new machine running Asterisk. Background: - The phone system we have is horribly out of date and may pack-it-in any day now. -
2003 Sep 14
1
rsync over ssh without giving the user access to a shell?
What is the best way to give a remote user the ability to use rsync via ssh without also giving them shell access? I want the rsync user to authenticate via ssh. I want to protect their rsync session with ssh. However, I do not want to give them access to a shell on the Linux server where rsyncd is running. Any recommendations would be appreciated. chongo (Landon Curt Noll) /\oo/\
2002 May 01
1
converting #sec to POSIX* format
Sure I'm missing something simple here, but I haven't been able to find a easy way to convert a pure numeric (# of seconds since the beginning of 1970) back into a POSIX* object. ex. > z<-as.POSIXct(Sys.time()) > z [1] "2002-05-01 10:33:56 Mountain Daylight Time" > x<-unclass(z) > x [1] 1020270836 Is there a simple way to transform x back into a POSIX*
2009 Jan 15
1
overlay with wine
Hi; I have a problem that trying to use Windows video capture progam worklind on Linux. This program use Windows overlay and i want to use it on Linux. How can use overlay settins with Linux ( pardus) can you help me please. Best regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 02
3
Help fixing fixme:d3d9:Direct3DShaderValidatorCreate9 stub
I'm trying to get Runes of Magic working with WINE 1.1.25 (.26 is supposed to have problems but supposedly this works in 1.1.25) I have an ATI card with the FGLRX driver and I'm getting this error fixme:d3d9:Direct3DShaderValidatorCreate9 stub when loading the game. The game loads and has a black screen only, but I can hear sound. I've tried playing around with all the video
2005 Aug 29
1
Sangoma on Telstra E1 Tx/Rx and Echo Settings
Do any of the Australian Telstra users have some working tx/rx gain settins for the Sangoma cards on Telstra that I can try, echo is acceptable but not perfect using 0/0. I will also post them onto the wiki. Regards, Andy
2018 Aug 14
0
Proxy rendering of 4K
Hi everyone. I have used cinelerra for several years and love the application, so thanks to all for the hard work. I recently started to edit 4K footage from a Canon 1DX Mk 2. This is obviously very slow even with a six core processor. So I am required to use proxy files to speed things up. This worked with fedora 28. However I have changed to Centos 7.5 and now have an issue, the proxy files
2008 Oct 29
1
Wine d3d apps: Fuzzy (badly distorted) picture
Hey guys. I have this problem. All of my games look like this, picture is badly distorted (but games clearly work). I have been trying to solve this for the last 10hrs, trying different X resolutions/refresh rates, different games settings, different wine settings/versions, different monitor inputs(vga,dvi,hdmi)/settins, whatever came to my mind. Nothing worked, always the same fuzzy picture.