similar to: Problem.

Displaying 20 results from an estimated 500 matches similar to: "Problem."

2011 Oct 19
4
Back up system
I have centos 5.7 (server). I need to configure it for backup system, that means it have to back up or back up documents shall be posted or send to this server from various users (clients using windows machine and ubuntu). Can someone help me with instructions on how i can make this possible? And /or is it possible to set active directory on this machine and if possible how? Please help, i am not
2010 Sep 17
1
Bandwidth limit per user or ip
Greetings all, I would like to set the use of bandwidth in my network per user or ip address, is it possible using my linux box running Centos 5.1? regards, Damas -- "If opportunity doesn't knock, build a door". Says, Makweba Sir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Oct 10
1
yum update
Greetings, Can anyone help me on how to fix this problem? when i run yum update from CLI i got this one [root at ict ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: sunsite.rediris.es * extras: sunsite.rediris.es * updates: sunsite.rediris.es .... .... ... .. ---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
2017 Nov 20
2
Meaning of loads/stores marked both atomic and volatile
Hi Tim, On 20 November 2017 at 16:41, Tim Northover <t.p.northover at gmail.com> wrote: > There are only a couple of valid uses for volatile these days Do you mean volatile used alone or also the combination 'atomic volatile'? It think that 'atomic volatile' is very useful. Consider following pseudo-code examples, where all loads and stores are atomic (with some memory
2012 Nov 26
3
Passing lists between functions
I'd like to pass a list object created by one function as an argument of another function. once inside the second function, I'd like to break the list up to it's individual elements, each then identifiable by the 'names' of the list. The list looks something like lst<-list(a=1, b=2, df=5, g=7) then inside the function I've been writing a sequence of statements that
2011 Jun 15
2
[Assassin's Creed]Transparant ground in Kingdoms
Hi, There is a problem with this game since many versions of wine. The game runs completly without problem but there is a graphical bug when the character is in the Kingdoms. In the 4 city : Damas, Jerusalem, Acre and Masyaf, there isn't this problem, the ground is visible correctly. This is the log (output console) : http://bugs.winehq.org/attachment.cgi?id=35141 This is a screen with the
2012 Aug 06
2
Identify points that lie within polygon
I have a complex 2D polygon with thousands of vertices, and I'd like to be able to identify points from a large set contained within the polygon, and was wondering if there might be an efficient way of doing this? Any advice would be useful! Here is a small example of what I mean: # make polygon v1<-c(0,1,1,2,1,3,6,7) v2<-c(1,3,3,5,6,7,8,9) plot(v1, v2, type = "n" )
2005 Nov 03
3
newbie graphics question: Two density plots in same frame ?
I swear I've scoured the help files and several texts before posting what feels like a dumb newbie question. How can I draw two kernel density plots in the same frame ? I have similar variables in two separate data frames, and I would like to show their two histograms/densities in a single picture. Same units, scale, range for both, so I'm simply trying to draw one and then add the
2018 Jan 05
3
SFTP chroot: Writable root
On Fri, 2018-01-05 at 21:42 +1030, David Newall wrote: > On 05/01/18 20:06, Jakub Jelen wrote: > > if the confined user has write access to the chroot directory, > > there are ways how to get out, gain privileges and or do other > > nasty things. > > I'm not inexperienced with UNIX and unix-like operating systems (30+ > years), and I can't think what these
2007 Jan 27
1
gsub regexp question
Dear R Users, I am trying to users gsub to remove multiple cases of square brackets and their different contents in a character string. A sample of such a string is shown below. However, I am having great difficulty understanding regexp syntax. Any help is greatly appreciated. Ally "tree STATE_286000 [&lnP=-12708.453945423369] = [&R]
2010 Sep 12
2
More strange R CMD build/check errors on Windows
Hi, This is a follow up to: https://stat.ethz.ch/pipermail/r-devel/2010-July/057921.html The Bioconductor daily builds have been reporting a lot of strange things lately on Windows using R-2.12. This started 2 or 3 months ago and things are not getting better with recent R-2.12. Here is a sample from today's build results. We use Windows Server 2003 R2 for the 32-bit builds, Windows
2010 May 26
1
File format information for .spx
I've checked to web for the format of the .spx file, and have not found anything complete. I've attached what I have deciphered so far. There are a few question marks in my tables that I want to understand better. I've also attached the .spx file that I used in the example values. I'm trying to take Speex-encoded data from an embedded microprocessor and put it into the .spx
2023 Jun 20
1
Synology shares not accessible...
There was a Travis Wenks here, who has/had the same problems. I'm still hoping, he's reading the Samba mail list and tell me if he has still the same problems and we maybe can ally for this. Maybe the maintainers who has answered to the bug report can give some advice, too. The problem for me is that the developers from Synology think it can't be their fault. It's a little
2007 Sep 10
6
puppetshow setup.pp
Hi guys, I''ve just checkout the puppetshow code, and I was looking for the setup.ppfile, but I cant find it anywhere.... anyone has an idea where should i look for it? (or what needs to be done?) Thanks, Ohad _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2003 Sep 19
2
Policy Editor and Groups?
Hey, Quick question. We run Samba 2.2.8, is there a version of Samba (2.2.x/3.x) that allows me to do the following : Go into Poledit, add a group that corresponds to a UNIX group (e.g. Staff) and set policies on it, having those policies apply to ANYONE in UNIX group 'staff' ? The samba server we have is the only PDC and have several NT4 servers as members only. Any thoughts? I
2011 Jun 26
2
Accessing variables in a data frame
Hello My data.frame (dat) contains many variables named var.names and others named var.names_var.id For example var.name <- c("gdp","inf","unp") var.id <- c("w","i") x <- paste(var.name, rep(var.id, each=length(var.name)), sep="_") How can I access variables in the dama.frame by names listed in x, for example to compute
2003 Aug 06
0
R CMD check: checking for undocumented objects ... WARNING
Dear List, I have a problem building an R package using R 1.7.1 that I cannot resolve myself. R CMD check tells me that functions I documented properly in Rd-files are not documented and gives a TeX error at the end, altough the Rd files check is OK. I have three fucntions, one gets through without complaining, the other two don't. All the docu for the example data is also OK. I went through
2011 Aug 12
1
Question regarding expanding wine features with JoytoKey
Currently wine is able to run the windows program JoytoKey decently. One of the most important features of JoytoKey (emualtion of the mouse using a joystick), works within the Linux desktop, but not inside applications which take control of the mouse (mainly games). I was wondering if it would be possible for Wine to allow JoyToKey to control such applications using Joytokey's mouse emulation.
2010 Aug 04
1
help with using grid.polygon()
Hi, I'm trying to use grid.polygon() to plot several polygons at once, with a view to putting coloured polygons beneath a curve. I'm struggling just to get the grid.polygon to plot anything # PLOT SOME POINTS x <- 1:100 y <- 1:100*0.5 + 3 plot(x, y, pch = ".") # PLOT 2 POLYGONS library(grid) grid.polygon(x = c(20, 20, 40, 40, 40, 40, 60, 60), y =
2012 Jan 24
3
sshd: listen on ip1:port1 and ip2:port2
Hello, with CentOS 6.2 - is it possible to configure OpenSSH daemon to listen on different IPs _and_ ports? I have received a 2nd IP address for my server and have successfully configured by adding the new "/etc/sysconfig/network-scripts/ifcfg-eth0:1" file. I'd like SSHd to keep listening at the_old_ip:22 but also at the_new_ip:443. The 443 on the_old_ip is already taken by