search for: ndl

Displaying 15 results from an estimated 15 matches for "ndl".

Did you mean: andl
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
...(int priority, const char *f void upsdebug_with_errno(int level, const char *fmt, ...) { va_list va; - - if (nut_debug_level < level) - return; + /* Sysadmin may use "echo n > /etc/ups/NUT_DEBUG_LEVEL" to set debug level n. RP */ + char fn[SMALLBUF]; + FILE *fp; + int ndl; /* 0 through 4 */ + + snprintf(fn, sizeof(fn), "%s/NUT_DEBUG_LEVEL", confpath()); /* E.g. /etc/ups/NUT_DEBUG_LEVEL RP */ + fp = fopen(fn, "r"); + if (!fp) { + ndl = 0; /* Ignore errors */ + } else { + if (fscanf(fp, "%d", &ndl) != 1) { + ndl...
2023 Jul 20
1
Migration of files with Windows ACL's to Samba server
...ACL's which were set on Windows shares. Is there any related documentation around this topic how to approach this so the permissions are preserved. We used this command to copy the data from one to another share: robocopy <Source> <Destination> /MIR /DCOPY:T /MT:3 /XJ /R:1 /W:3 /NDL /NP /LOG+:logfile.txt Any pointers/suggestions? Best Borut
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2 'scuba' is a contributed package that performs theoretical calculations about scuba diving --- dive profiles, decompression models, gas toxicity and so on. New features in version 1.2-2: . Package vignette provides detailed explanations. . Improved handling of data from dive computers. . Gas switches (switching from one tank of breathing gas to another during the dive) are now easy to specify. . Relative tissue saturations can be computed easily . Eleven new datasets: real dive profiles . Dives with mul...
2008 Nov 03
0
scuba 1.2-2 posted
scuba 1.2-2 'scuba' is a contributed package that performs theoretical calculations about scuba diving --- dive profiles, decompression models, gas toxicity and so on. New features in version 1.2-2: . Package vignette provides detailed explanations. . Improved handling of data from dive computers. . Gas switches (switching from one tank of breathing gas to another during the dive) are now easy to specify. . Relative tissue saturations can be computed easily . Eleven new datasets: real dive profiles . Dives with mul...
2012 Mar 13
1
Robocopy from Windows to Samba (3.6.3) with backup flag
...a. If I copy without the backup flag, it's OK for the files I have access, but as I am in an enterprise, I don't have access to all files. Here what happens : (From the Windows NAS) : robocopy G:\share\XXXXX\04_generique \\samba-nas\root$\xfs\shares\archives\XXXXX\04_generique /V /NS /NC /NDL /NFL /S/E /COPY:DATS /B /NP /XJ /R:0 /W:30 2012/03/13 10:56:18 ERROR 87 (0x00000057) Copying NTFS Security to Destination Directory G:\share\ XXXXX \04_generique\ The parameter is incorrect. ? No data is copied :/ If do the same without the /B flag, it's OK in this particular case, but I d...
2017 Sep 27
1
Debugging robocopy error 87 - The parameter is incorrect
...Trying to use robocopy to mirror files from Windows 8.1. Most of the files are copied without any issues, but a few fail with the following error in the robocopy log: ERROR 87 (0x00000057) Copying File <path> The parameter is incorrect. Robocopy is executed with the following options: /X /NDL /S /E /DCOPY:DAT /COPY:DAT /TIMFIX /PURGE /MIR /J /NP /IT /XJD /R:0 /W:30 Enabling level 3 logging for Samba, this error seems to correspond with the following messages: [2, class=vfs] vfswrap_fsctl (0x90284): Currently not implemented. [3] smbd_smb2_request_error_ex: smbd_smb2_request_error_...
2023 Jun 18
1
File timestamp issue
...ps seem to be ignored since each run is a full replication. I *think* that this behaviour started after upgrading the Samba from 4.12 to 4.15 recently. When I look at the timestamps on Windows and Linux/Ext4, they look identical, down to the second. The command used is ROBOCOPY SOURCE TARGET /MIR /NDL /NFL /NP /COPYALL So, is there a Robocopy guru out there that can advise us? PS1. The smb.conf looks like this [global] netbios name = HP-SRV03 bind interfaces only = yes interfaces = lo ens3 realm = XAGAREN.SE server role = MEMBER SERVER security = ADS workgroup = HPLTS idmap_ldb:use rfc2307 =...
2019 Apr 16
0
QP-H00845-2019-4-16
...????ha????????n ?????Eu687ro?????pe????.( sa??????v??????inZHsRWfg 5 07Ovr%-?????????70 % c??????????o??????st) If?????? ???????y6754ou ????hav7348555e s????????uch dSDxAJMr8KNem?????????an???ds???????, ??pl??????????e??????????as????????evUQDoJAr ?????ki????ndl???????y???? ?????????c o???????nt?????????acmrNCWvt??????? us????????? ?????????bKQ1NrTy 8MU22CtXGre p?????????ly?????????in??????g t???????he?????? ?????????em65391914ai6148135l r614i01804gh?????????t 02865474w?????????ay . Y?????????o315ur??s ???????si???ncdZqbb6pPzcer03ely An d...
2008 Jun 23
0
scuba 1.2-1
...; is a contributed R package that performs theoretical calculations about scuba diving --- dive profiles, decompression models, gas toxicity and so on. New features in version 1.2-1: . Breathing gases may now contain Helium as well as Oxygen and Nitrogen. . Decompression models now handle breathing gases containing Helium. . Haldane (diffusion compartment) models are now represented by objects of a special class "hm". . Dive profiles (objects of class "dive") can be modified more easily. You can change the breathing gas, modify...
2008 Jun 23
0
scuba 1.2-1
...; is a contributed R package that performs theoretical calculations about scuba diving --- dive profiles, decompression models, gas toxicity and so on. New features in version 1.2-1: . Breathing gases may now contain Helium as well as Oxygen and Nitrogen. . Decompression models now handle breathing gases containing Helium. . Haldane (diffusion compartment) models are now represented by objects of a special class "hm". . Dive profiles (objects of class "dive") can be modified more easily. You can change the breathing gas, modify...
2003 Oct 13
0
Re: Migrating Windows NT Environments to Linux
...hat changed any member in the Builtin group to a more useful name we used >the ResourceKit command "subinacl". > We try to use Robocopy for the data-transfer with this options "robocopy "j:" "f:\pilot\sthv0016\cdcs" /copy:datsou /mir /r:0 /ns /nc /nfl >/ndl /log:f:\pilot\roblog_xxx.txt /tee", >the mirror (mir) function in robocopy seems not to work when copying to >Linux though. > > >- Another issue is the Local Group handling. > >For our company it seems that the "NGROUPS_MAX 32" is a show stopper for >the m...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2012 Jun 24
0
nouveau _BIOS method
...L6`......CAL7`.. 7020: 1f a0 0a 93 43 41 4c 38 60 a4 0a 1f a4 0a 1d 14 ....CAL8`....... 7030: 48 06 4e 44 44 53 01 70 7b 68 0b 0f 0f 00 60 a0 H.NDDS.p{h....`. 7040: 06 93 00 60 a4 00 a0 09 93 4e 41 44 4c 60 a4 01 ...`.....NADL`.. 7050: a0 09 93 4e 44 4c 32 60 a4 01 a0 09 93 4e 44 4c ...NDL2`.....NDL 7060: 33 60 a4 01 a0 09 93 4e 44 4c 34 60 a4 01 a0 09 3`.....NDL4`.... 7070: 93 4e 44 4c 35 60 a4 01 a0 09 93 4e 44 4c 36 60 .NDL5`.....NDL6` 7080: a4 01 a0 09 93 4e 44 4c 37 60 a4 01 a0 09 93 4e .....NDL7`.....N 7090: 44 4c 38 60 a4 01 a4 00 10 24 5e 5e 50 43 49 30 DL8`.....$...
2006 Mar 06
0
BCMXCP USB driver issues for Powerware 5110 on OpenWRT (long)
Hello All, Sorry for the long post, I'm just trying to give as much info as I have about the problem(s) ... Recently I've tried to port NUT to the hardware router Asus WL-500g Deluxe (http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500GD), that runs OpenWRT Linux distribution (http://www.openwrt.org) based on Linux 2.4.30 kernel, in order to support my Powerware 5110 UPS (through USB
2007 Apr 14
2
Samba -> WinXP: slow transfers, partial solution
Hello All, I'm running Samba 3.0.24 as PDC and file server on Gentoo Linux, AMD64, 2.6.19 kernel, 100MBit/s network, and experience quite slow file transfers from Samba to WinXP SP2 clients: the speed is varying, but is about 1-2Mb/s at best. I spent quite some time investigating the issue, here are the intermediate results: 1) This happens only when transferring _from_ _Samba_ to