similar to: need path information for installation

Displaying 20 results from an estimated 9000 matches similar to: "need path information for installation"

2002 Mar 04
0
path issues with Samba install
Thanks again for your responses. here is the original post. Then I will tack on what else is going on. Now that I'm staring at the console. Hi folks, > > Yet one more newbie into the fray. I'm trying to upgrade a Red Hat 7.2 test box from whatever version came with it to 2.2.3a... > > Here are the steps I have done so far: > 1. backed for the conf, smbusers, and
2004 Oct 08
3
provide extra variables to environment in call
Hi all, Situation: there is a function `f' already defined by someone and provided in package. `f' looks like that: f <- function() { x+1 } i.e. `f' is not closed i.r.t. term `x' now I have my own function `g', where I'd like to override variable `x' while calling `f': x <- "dummy gloabal value" g <- function() { x
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill, just to notify you that your al175 driver is being removed from the NUT tree, as of 2.4.0-pre1. if you wish to see it entering the tree again, please contact the Development mailing list to talk about it. Merry Christmas and happy New Year. Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader -
2007 Apr 01
2
commandArgs usage and --args invokation
Dear R experts: I am a bit stymied by how the argument picking-off works in R batch file usage. $ cat commandArgs.R cat(" Command Line Arguments were ", commandArgs(), "\n"); $ /usr/bin/R CMD BATCH commandArgs.R --args 1 2 3 $ /usr/bin/R --args 1 CMD BATCH commandArgs.R ... I am now getting into interactive mode ?! I guess it really is skipping the rest of the command line
2016 Aug 31
1
Settings ACL question
Read wasn't the question. Question was about removing children but not the parent. parent-folder -> not removable |_ Children1 -> |_ Children2 -> both removable I don't know how Samba deal with that, but that's not the point for now. For now you have to understand NTFS permissions a little bit (I have not the knowledge to write something like a lesson about NTFS
2015 Jan 29
2
Indexing Mail faster
On Thu, 2015-01-29 at 15:56 +0800, Kevin Laurie wrote: > Hey Joseph > Thanks. Strace seems like a very useful tool > Only problem is that I dont think it is maintained on ubuntu. > Tried to run:- > apt-get install strace but could not download it. > Might need to download and build it. Do you know any other way of getting > it? > Thanks > Kevin A. try apt-cache search
2004 Jun 08
7
NetworkWorld article on Open Source Telephony
An interesting article for those needing ammunition to sell Asterisk within their organisation or to others: "Is open source IP telephony ready for prime time? Yes" by Zenas Hutcheson, St. Paul Venture Capital Network World, 06/07/04 http://www.nwfusion.com/columnists/2004/0607faceoffyes.html On a related note, they also have an article arguing the contrary position (see link within
2011 May 30
5
[Bug 37768] New: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled
https://bugs.freedesktop.org/show_bug.cgi?id=37768 Summary: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2005 Sep 13
3
Call Wrapup time for agents.
Hi all, I was wondering if there was a way to deal with "wrap up" time for agents slightly better than we do it at the moment. At the moment, we set a wrap up time of 20 seconds for each of our call queues. The problem with this is that sometimes it's either too long or two short. I would essentially like to have all agents put into wrap up straight after a call, and have to
2003 Jun 12
1
fxs card not loading in new computer
(I'm producing a writeup on all the things one run into building an * box. Which after a couple of boxes is showing up aplenty.) So this uses the working h/w and config's from another box. All I do is build in a new computer. Loading the modules I got: __________________________________________________ Zaptel Configuration ====================== Channel map: Channel 01: FXS
2007 Jun 27
1
Prototype 151; Ajax.Updater vs Ajax.Request and evalScripts=true
Why does Ajax.Updater() and Ajax.Request() differ in how evalScripts is handled? Or doesn''t it, and I just got it wrong? I have a module that generates an Ajax request to insert dynamic content into a div. The dynamic content is plain vanilla HTML with some inline javascript *functions* I cannot get the browser to honor/execute/see those javascript functions when I use .Request() If I
2018 Feb 27
1
Ubiquiti Model UAP-AC-PRO
On Monday, February 26, 2018 11:13:33 AM CST Lamar Owen wrote: > One of the key things to getting this to work really smoothly is to > provide local-only, on-site authoritative DNS for the FQDN of 'unifi.' > Yes, as a top-level domain, the single word 'unifi' needs DNS for the > AP's to be really happy and for AP adoption to work seamlessly without > having to
2001 Dec 05
0
digital unix problem
SEND: Teoman TURHAN Hi teams. I installed samba 2.0.9 on Alpha server TRU64 unix 4.0F. But I cannot configure --with-dfs because this Tru64 unix was installing chosed filesystem type UFS filesystem. but I used ./configure command and make and make install. I installed ADVFS file system 2 days ago samba 2.2.2 on TRU64 unix. but I don't live a problem. all services were running. UFS BUG
2002 Jun 05
9
swat seems broken in HEAD
it just says /usr/sbin/swat.new Aborted when i run it from the command line. nothing i can see in the logs... The swat binary from a 2 week old head now (with the rest of the installation from today's head) seems to work okay. what's going on with swat - did i screw up the build? Are others also having problems? (nothing in the marc) brad
2018 Feb 26
0
Ubiquiti Model UAP-AC-PRO
On 02/15/2018 08:41 PM, Gregory P. Ennis wrote: > It looks like the setup requires the use of software; they have some > packages that are ready made for Ubuntu and Debian, but not RedHat > > https://www.ubnt.com/download/unifi/unifi-ap-ac-pro > > Have any of you tried or succeeded in installation this on Centos 7.4? I have several Ubiquiti UniFi access points (nitpick:
2015 Feb 19
1
CentOS Participation in GSOC-2015
Hi Johnny, This is to enquire as to whether CentOS will be participating in GSOC this year? The Mentoring Organization applications are now being accepted for Google Summer of Code 2015. http://google-opensource.blogspot.in/2015/02/mentoring-organization-applications-now.html Regards, Saket Sinha
2002 Apr 06
1
ERROR: chroot failed
I am trying to use rsync to transfer some directories from a RedHat 7.0 box to a RedHat 7.1 rsync server via a cron job. The cron command line: 00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s "Rsync Backup Log" my@emailaddres < /tmp/backup.log The 7.1 rsyncd.cond; [home] path = /home/brad/data/emailbackup read only = no uid = root gid = root The
2018 Feb 16
9
Ubiquiti Model UAP-AC-PRO
Everyone, Have any of you installed ubiguiti wireless routers on your network? It looks like the setup requires the use of software; they have some packages that are ready made for Ubuntu and Debian, but not RedHat https://www.ubnt.com/download/unifi/unifi-ap-ac-pro Have any of you tried or succeeded in installation this on Centos 7.4? Greg Ennis
2009 Oct 19
2
Need a little shadow to MySQL conversion help
Excuse me for being stupid and confused. I'm trying to convert my dovecot install from passwd-file to mysql. I have a single table called "users" that has 3 fields, user_name, domain_name and password. The data came from passwd/shadow files so it uses the same password encryption as the shadow files do. The directory where the email is stored is calculated elsewhere and not
2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root with a cron job, using the following: rsync -avt /home homeserver::home rsync -avt /etc homeserver::etc Some of the files transfer OK, but I get: building file list ... done failed to set permissions on home : Operation not permitted home/brad/ home/ftp/bin/ home/ftp/etc/ home/ftp/pub/ home/rsyncuser/ failed to set