search for: junction

Displaying 20 results from an estimated 105 matches for "junction".

Did you mean: function
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes. These are the main routines: Dir.junction?(dir) => true if dir is a junction Dir.reparse_target(dir) => returns the target of a junction, or dir Dir.create_junction(junctName, existingTarget) => creates a junctName junction pointing to existingTarget (also used (Dan...
2005 May 06
0
Ruby code to create junctions on NTFS volumes.
...ssage----- > From: win32utils-devel-bounces@rubyforge.org > [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of > Zach Dennis > Sent: Thursday, May 05, 2005 4:25 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Ruby code to create junctions > on NTFS volumes. > > > Timothy Byrd wrote: > > > > Here is some Ruby code for creating junctions on NTFS volumes. > > > > These are the main routines: > > > > Dir.junction?(dir) => true if dir is a junction > > > > Dir.reparse...
2005 Jul 22
0
Samba, DFS and Junction Points
Hi Samba List, I believe I need to create a "Junction Point" on a Windows XP Pro machine that will seamlessly link up to a Samba Share on a Linux Server. >From my understanding, the creation of a "Junction Point" will hide from an application the fact that the "space referenced by that junction point" is actually lo...
2018 Feb 06
1
Warning from Sys.junction when using network drive.
...t a warning when running packrat::init() on a project that is located on a windows network drive. The warning I get is Warning message: cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied' The error is created based inside the function .Internal(mkjunction(fr, link)) which is called from Sys.junction(). I have run Sys.junction inside the RStudio debugger and I checked that the 'U:/packrat5/packrat/lib-R/base' could be accessed via the windows file explorer before the .Internal(mkjunction(fr, link)) call is made. Looking at the code for do_m...
2005 May 23
3
Junction Networks
Anyone have experience with these guys? If so, good, bad, average? http://www.junctionnetworks.com Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050523/4222e3e7/attachment.htm
2007 Apr 06
0
RSync / Vista / Junction Points issue
I'm running DeltaCopy (essentially a Windows friendly GUI wrapper around RSync 2.6.6) on Microsoft Vista. I'm trying to make a backup of a user's profile directory. One big difference between Vista and earlier Windows versions is that Vista makes extensive use of Junction Points (sort of like Unix symlinks) for compatibility. For instance, in a profile directory there are 16 junction points defined such as the "C:\Users\ronb\Cookies\" directory is really a junction point linking to "C:\Users\ronb\AppData\Roaming\Microsoft\Windows\Cookies\". R...
2011 Aug 09
2
junction table question
I''m looking into how to implement a relationship between some models, and I think I need to use a junction table. From the documentation I''ve read, a junction table doesn''t require a model. But from my controller, I''m not sure how to get the data I need. Here''s a description of my models and what I need in my controller: Models 1. Event 2. Site 3. Participant Rel...
2009 Mar 26
1
Vista Junctions
I?m trying to use rsync with windows vista. Vista?s odd form of ?links? confuses rsync and I get a recursive infinite loop at every such junction (until failure when the filename size limit is exceeded) . Could someone please point me to the solution or is there one? The std don?t follow links switch doesn?t seem to work. Eric -------------- next part -------------- HTML attachment scrubbed and removed
2005 Feb 26
7
Symlinks for Windows
Hi all, Dave Burt mentioned the possibility of adding symlinks to the Dir class. http://www.sysinternals.com/ntw2k/source/misc.shtml#junction There is also Autrijus Tang''s symlink Perl module at http://search.cpan.org/~autrijus/Win32-Symlink-0.04/ Looks easy enough, but it only seems to work for directories, not regular files. Should we add this to the Directory class, or simply define it for the File class with a big warnin...
2019 Dec 11
1
Windows check problems.
...his package tarball on a network drive, with a local drive being used for the session temporary directory. The check code needs a copy of the package installed in the temporary directory, and already has one in the pkg.Rcheck directory where the check is taking place, so it tries to create a junction linking them. (On non-Windows systems it uses a symlink.) Apparently the junction creation silently fails: an empty directory appears on the temp dir. When R loads the package code, it doesn't find it in the temp dir, and goes looking in other libraries, where it found an older versions...
2009 Jun 27
0
1.6.1: unable to create channel IAX2 to Junction
Trying to set up Junction Networks for outgoing on 1.6.1: extensions.conf: exten => _99X.,n,Dial(IAX2/jnctn_out/${called-num}) iax.conf [jnctn_out] type=peer host=iax.jnctn.net username= secret= qualify=yes I'm not using realtime. But CLI: -- Executing [99xxxyyyy at internal:3] Dial("DAHDI/1-1",...
2001 Mar 28
1
MSDFS extensions
Hello, I'm setting up MSDFS feature in samba-2.2.0-alpha3. It works very great! But I'm would wish an extension to the MSDFS functionality: Is it possible to implement a feature, so I could group junction points within directories? E.g.: [pub] path = /export/publicsmb msdfs root = yes PUB | +- dir1 <- directory manually created in /export/publicsmb | | | +-share1 <- junction point | | | +-share2 <- junction point +- share2 <- junctio...
2010 Dec 29
1
Script Output Format
...ormated. any ideas of how can i achive this? NOTE: the first three values are simple commands that i put in order, the fourth and fifth are from a file. this is part of the code. printf "%s,%d,%d" $DATE $WSAT $WSTT >> output.${STANZA}.txt for i in `cat jlist.${STANZA}.txt` do ? JUNCTION=${i} ? WSWJ=`pdadmin -a sec_master -p ${PASSWD} server task ${STANZA} show ${JUNCTION} | grep 'threads' | awk '{ print $4 }'` ? printf ",%d,%s\n" ${WSWJ} ${JUNCTION} >> output.${STANZA}.txt done ---------------------------------- Alejandro Rodriguez Luna Movil: 0...
2005 Sep 16
1
Delay to join a domain successfully
Hi team, I'm running samba 3.0.4 on AIX 4.3.3 and HP-UX 11.00 without any problems except the following : On HP-UX 11.00, when I try to join a machine to a domain, it first insert all POSIX entries in the LDAP backend but rejects the junction. The machine account could not be found. Waiting for a while and relaunching the join command, the junction just works fine. Having exactly the same configuration on AIX, the junction works perfectly instantly. I tried to investigate around ldapclientd.rc which is present on HP-UX exclusively but...
2007 Oct 17
2
sorta OT: Bounty for Click to Call plugin for IE
I'm in process of transitioning a number of offices to a hosted virtual pbx from Junction Networks. It's a combination of OpenSER and Asterisk. They have a nice click-to-call extension for Firefox, but I need the equivalent for IE so that it can work with our CRM system. Junction told me that they have a bounty on offer for this if someone's interested in doing the work. Would...
2006 Jan 17
3
experiences with teliax, voipjet or junction networks?
We are looking for SIP trunks for our * pbx for our business. Being able to port our numbers is an absolute requirement. teliax can do it, but I am unsure of the others. Anyone have experiences (good, bad) with the above mentioned providers to share? Eg reliability, quality, etc. -Dan
2005 May 03
0
Symlinks for Windows
> Zach Dennis wrote: > >> I can see where confusion may play a part. I will second ''junction''. Any >> idea on the time, effort or level of difficulty on putting this in ruby? > ^^^^^^^^^^^^^^^^^^^^^^^^^ > > I mean putting this in a ruby extension. =) Back in mid-March, I''d posted code for creating junctions and getting the target of a junction. It'...
2007 Aug 27
0
RSync / Vista / Junction Points issue
I am having this same exact issue. Any info would be appreciated. -- Kurt Nelson (407)512-0689 http://claimid.com/kurtisnelson/ -------------- next part -------------- HTML attachment scrubbed and removed
2010 Oct 17
1
unbalanced repeated measurements Anova with mixed effects
Dear R-list members, I've been struggling with the proper setup for analysing my data. I've performed a route choice experiment, in which participants had to make a choice at each junction for the next road. During the experiment they received traffic information, but also encountered two different accidents. They also made trips without accidents. What I'm interested in is to see if the traffic information influenced their route choice, regarding their total travel time, the...
2008 Sep 30
3
Maybe OT - routing calls in PSTN
...which is outside Vitelity's control, but it seems that they should at least be trying to help resolve the problem by helping me determine the responsible party and facilitating contact - because it is their DID/service that cannot be reached. In the past when I had a similar problem with a Junction DID, the folks at Junction resolved it with no hassles and zero intervention on my part. But Vitelity just keeps closing out my trouble tickets while responding in a way that indicates that they are not reading my reports carefully. How does this compare to others' experiences with Viteli...