search for: link1

Displaying 20 results from an estimated 36 matches for "link1".

Did you mean: link
2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
...al server/share's.? I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1 /Link2 -> //Fileserv-2/FileShare2 On the command line I can traverse the DFS tree without any problems, so using smbclient I can perform the following steps: # smbclient //10.4.1.107/DFSRoot -A ./credfile Domain=[ENG-DEV] OS=[Windows Server 2003 3790] Serv...
2007 Sep 19
0
Authentication problems using libsmbclient to traverse DFS links
...actual server/share's. I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1 /Link2 -> //Fileserv-2/FileShare2 On the command line I can traverse the DFS tree without any problems, so using smbclient I can perform the following steps: # smbclient //10.4.1.107/DFSRoot -A ./credfile Domain=[ENG-DEV] OS=[Windows Server 2003 3790] Server...
2007 May 08
0
Squid + iproute2
...eth1 PROXY eth0 192.168.1.245 192.168.2.245 The default gw of the PROXY is 192.168.1.7 and the link2 is a Secondary link that i need to go out to internet!!!! My internal IP of the network is 192.168.2.0/24 Im using this #!/bin/bash # # Legenda: # eth0 Link2 # eth1 link1 # # # Resetando o Firewall: echo -n "Resetando regras existentes" iptables -F iptables -Z iptables -X iptables -t nat -F iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT echo "[OK]" # OBS: essa regra eh mutuamente excludente com a proxima, a do N...
2006 Apr 26
1
re-linking hard links
Hello, I have a situation where I have numerous files with numerous hard links to each of them on an ext3 RHEL4.2 system. Some of these files are duplicates of the others. I would like to re-link all of the duplicates to point to a single inode. For instance if file1 has hardlinks link1 and link2, and file2 has hardlinks link3 and link4, I need to change it so that link1, link2 (these two are already correct), file2, link3, and link4 are all hardinks to file1. The only information I have to start with are the inode numbers of file1 and file2 and the pathnames of file1 and fil...
2006 Oct 05
0
Re: LARTC Digest, Vol 20, Issue 4
Hi, I think you now have 2 Links to the internet. You want to route web traffic (transparent proxy triffic) via one link and the rest via the other link. If it is the case, It is possible to do. I have done it. here I have mentioned eth0 and eth1 eth0 is connected to one link (link1) eth1 is connected to other link (link2) , via this link, web traffic will be routed. echo 210 link1 >> /etc/iproute2/rt_tables echo 211 link2 >> /etc/iproute2/rt_tables ip route add ipaddressofonegateway dev eth0 table link1 ip route add default via ipaddressofonegateway dev eth0 ta...
2023 Jul 27
0
Interaction between hosts allow and hosts deny
...n the connection > is rejected. I understand from this that if I specify only IPv4 addresses, no IPv6 traffic is accepted. Is this correct? Quoting again from the man page: > Note IPv6 link-local addresses can have a scope in the address specification: > fe80::1%link1 > fe80::%link1/64 > fe80::%link1/ffff:ffff:ffff:ffff:: Should I understand that the %link1 in these examples could be replaced by say %wlan0 or %eth0 , and that I could write fe80::%wlan0/64 ? Roger
2018 Dec 07
2
Testing compiler reliability using Csmith
Thanks, Vedant. Yes, we have done a lot of testing of Clang/LLVM (and GCC) in the past several years (more details at https://people.inf.ethz.ch/suz/emi/index.html): [GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)] [Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2 <http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, link4 <http://tinyurl.com/zs2826l>, link5 <https://tinyurl.com/yb7okzqd>), LLVM ( link1 <http://tinyurl.com/qj8x5ry>, link2 <http://tinyurl.com/nc9celr>, l...
2018 Dec 12
2
Testing compiler reliability using Csmith
...dev wrote: >> Thanks, Vedant.  Yes, we have done a lot of testing of Clang/LLVM >> (and GCC) in the past several years (more details at >> https://people.inf.ethz.ch/suz/emi/index.html): >> >> [GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)] >> [Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2 >> <http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, >> link4 <http://tinyurl.com/zs2826l>, link5 >> <https://tinyurl.com/yb7okzqd>), LLVM (link1 >> <http://tinyurl.com/qj8x5ry>, link...
2007 Oct 24
3
addClassName and removeClassName
Hi, and sorry for the noob question! I have an unordered list of 4 links where the links use Ajax.Updater in the onclick: onclick="new Ajax.Updater(''ajaxarea'', ''link1.php'', {asynchronous:true, evalScripts:true }); return false;" How would I go about using addClassName and removeClassName to show the current link? Thanks for any help with this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscr...
2006 May 13
1
Rake clone bug?
...| int(11) | | | 0 | | +-----------------------+---------+------+-----+---------+-------+ which is missing the primary key and autoincrement for link_id, and has link_id as int(20) which doesn''t make sense! Still the same problem when I pare down my setlinks.yml to link1: link_id: 1 pupil_id: 1 pupil_set_id: 1 setlink_end_date: NULL setlink_start_date: 1 Is it me, or is there a bug here in the way rake clones the db? Robert Jones
2012 Jul 13
0
Error 23 with hard links and 3.0.9 patched
....0.9. Concerning the hard links error, however, I don't know what to do, since I'm not good enough with programming to tinker with the rsync internals. More specifically, backup bouncer test suite performs these actions: echo "testing 1 2 3" > some-file ln ./some-file link1 ln ./some-file link2 ln ./link1 link3 touch locked_link_source ln locked_link_source locked_link_target chflags uchg locked_link_source My rsync binary fails to copy the "locked_link_source" file, all the others are fine. The error I get is: rsync: link "/Volumes/Dst...
2004 Jun 07
2
"Destructive" utilities
The following threads suggest that the way to reclaim memory occupied by initramfs is to remove files from it: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&frame=right&th=c6cb846bba1a7aea&seekm=SAUO.51B.21%40gated-at.bofh.it#link1 http://seclists.org/lists/linux-kernel/2003/Dec/0707.html However, there is no way to do it using utilities provided by klibs. Could you please include the "unlink" and "rmdir" programs into the distribution? Just put the attached *.c files in klibc/utils and adjust the PROG...
2006 Apr 17
6
Re:Problems in Dead Gateway Detection / Failover - MultipleISP Links
Hi There, I am also trying to do the same for my network. I have two links from different ISPs and I want to configure a failover and load balancing Linux router. I am facing same problem here, that how to detect link failure and let Linux box switch the gateway. I know it works when the first gateway is physically down and not reachable. But what to do if my link is up but there is problem
2004 Jul 08
1
Help with dual internet connection
...-A POSTROUTING -o $isp2_if -j SNAT --to-source $isp2_ip iptables -A FORWARD -i $lan_if -j ACCEPT iptables -A INPUT -p ALL -d $isp2_ip -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -p ALL -d $isp1_ip1 -m state --state ESTABLISHED,RELATED -j ACCEPT Http & ftp works fine but if link1 is down only http works. Why is this? Is there a proper/different way to setup internet access over 2 isp? I need to route mail from the second isp to my mail server is the DMZ? Gareth Segree mailto:Gareth.Segree@gleanerjm.com <mailto:Gareth.Segree@gleanerjm.com> Technical Support Analys...
2005 Jan 18
2
failover works - but balancing does not
here''s the setup (two dsl - same provider) +-----> link1 LAN----- linux box --| |----------internet +-----> link2 the setup is ok in terms of the failover requirement. the other link takes over when one is down. however, there is a very noticeable lag when both lines are up. i''ve tried changing th...
2007 Feb 14
1
symlinks and different $HOME variables
I have a laptop and desktop that have most of home directory data sync'd, but I am having trouble keeping symlinks straight. On the desktop, my data is separate from the $HOME folder... $HOME = /remote/home/desktop/ and the data is at /data/. Within /data/, I have several directories that are inter-related... eg, /data/pub1/figs is a link pointing to /data/imgs/pub1. It makes life easier
2018 Dec 07
2
Testing compiler reliability using Csmith
Hello everyone! We are working on writing a paper about testing the reliability of C compilers by using Csmith (a random C99 program generator). A previous testing effort, using Csmith, found 202 LLVM bugs, which represented 2% of all reported bugs at that time (PDF: https://www.flux.utah.edu/download?uid=114 <https://www.flux.utah.edu/download?uid=114>): . However, after this paper was
2006 Jul 14
4
Help with link_to_remote or javascript generator
...nk_to_remote helper or the JavaScript generator update_page. I have googled and read the docs for both, but can''t seem to figure out exactly what i need to do. Say I have the following html: <div id="div1"></div> <div><a href="somelink" id="link1">Insert text</a></div> When I click on the "Insert text" link I want that div to drop away (i.e. effect.drop), call an action that manipulates the id paramater a little bit (let''s say it will concatenate "This is" to the text) and then puts it into...
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...c-permissions ... FAIL (Critical) > Verifying: timestamps ... stat: ./some-file: stat: No such > file or directory > FAIL (Critical) > Verifying: symlinks ... ok (Critical) > Verifying: symlink-ownership ... FAIL > Verifying: hardlinks ... stat: link1: stat: No such file > or directory > stat: link2: stat: No such file or directory > stat: link3: stat: No such file or directory > FAIL (Important) > Verifying: resource-forks ... FAIL (Critical) > Verifying: finder-flags ... ok (Critical) > Verifying: f...
2007 Nov 13
2
connection diagram
Hi I am practically new to R, and need to construct connection diagrams, I have a table of data, of nodes in vertical rows, and horizontally the number of outgoing connections to other nodes, and the indices of these nodes, each in a column, so some columns are used, and some are not, based on how many connections I have the node is identified by these variables (dimension, wave number,