Displaying 3 results from an estimated 3 matches for "thisserver".
Did you mean:
thisserverip
2011 Jun 13
2
computer name
Is there an r function that will be able to identify the computer the code is
running on?
I have some common code that I run on several computers and each has a
database with a different server name - although the content is identical.
I need to set thisServer depending on which machine the code is running
on...
something like...
if(pcname = pc1) thisServer = 'SERVER1'
if(pcname = pc2) thisServer = 'SERVER2'
conn <- odbcDriverConnect("driver=SQL Server;database=x;server=thisServer;")
...rest of code will now run OK.
I k...
2006 Mar 20
3
rsync and BSD file flags.
...ists.samba.org/msg03878.html
Is there a patch for preserving FreeBSD's flags like schg? (i.e.
immutable)
My current configuration:
Two FreeBSD 4.11 systems running rsync 2.6.3
Command being run:
/usr/local/bin/rsync -cavzHS --include-from=include-list.txt
--exclude-from=exclude-list.txt root@thisserver.mycompany.net:/ /
2024 Jun 06
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
...916(smbd_smb2_request_done_ex)
smbd_smb2_request_done_ex: mid [12841] idx[5] status[NT_STATUS_OK] body[8] dyn[yes:942] at source3/smbd/smb2_query_directory.c:193
This is consistent for smbclient and for windows10 and windows11 clients.
However, when specifying whole path in question, in form \\thisserver\dfstest\,
it works, - samba correctly returns referral and the client handles it:
$ smbclient //thissrv/share
Password for...:
smb: \> dir
. D 0 Thu Jun 6 19:10:50 2024
.. D 0 Thu Jun 6 19:10:50 2024
smb:...