search for: nul

Displaying 20 results from an estimated 1728 matches for "nul".

Did you mean: null
2005 Jan 01
1
extlinux probs
...top (from whence I did debian install, and built and ran extlinux) selected removable device, hit go. brief pause, back to regular grub boot What did I miss ? heres my usb-mbr, od'd to avoid binary attachment rejection. [root at harpo ~]# od -a usb-mbr 0000000 k H dle P < nul | { P bel P us | > esc | 0000020 ? esc ack P W 9 e soh s $ K > > bel 1 eot 0000040 8 , | ht u nak etx F dle b u M can vt dc4 vt 0000060 n etx F dle I t syn 8 , t v > dle bel etx stx 0000100 del nul nul sp soh nul...
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
...et DATETIME=2002/08/12 15:53:40 @SET SERVER=%INTERNETHOSTNAMEOFSAMBASERVER% @ECHO OFF @echo Architektur = %ARCHITEKTUROFCLIENT% @echo User = %USEROFCURRENTSERVICE% REM It doesn't even stop here in W98 as if it's not called pause @net use >>c:\netuse.txt @net use u: /delete > nul @net use w: /delete > nul @net use x: /delete > nul @net use y: /delete > nul REM ----------------------------------------- @if "%ARCHITEKTUROFCLIENT%" == "Win2K" goto win2k @if "%ARCHITEKTUROFCLIENT%" == "WinNT" goto win2k @if "%ARCHITEKTURO...
2019 Aug 14
3
Anyone ever experienced a crash where Asterisk debug output a line with all nulls
We have a customer where their VM running Asterisk appears to have crashed. Fortunately, we had some debugging enabled. The asterisk messages file has this... (in notepad+ the blank line in the middle is all [NUL][NUL] [NUL][NUL]....) [08/12 15:30:55.880] VERBOSE[6920] app_mixmonitor.c: Begin MixMonitor Recording CBRec/IS__a37ae004-c780-4c7f-88a9-a04402f0ab4e-0000e70f [08/12 15:30:55.881] VERBOSE[6921] bridge_channel.c: Channel CBRec/IS__a37ae004-c780-4c7f-88a9-a04402f0ab4e-0000e70f joined 'softmix'...
2001 Jan 25
0
proliferation of SAMBA links in W2K
...Samba we are running is 2.0.7 ... has ANYONE seen this problem before?? Please help if possible. I'm including the customer's script and our smb.conf file. Please let me know if there is other information I should include... -- Thank you very much! Anabel Customer script @echo off > NUL: rem ######################################################## > NUL: rem SMB Drive Map Setup > NUL: rem > NUL: rem Created: May 31 2000 > NUL: rem...
2001 Dec 03
5
Problem with logon script
Hi, I have a problem with logon script. I will at first disconnect all connected drives from last Windows run, and the connect home dir. My smb.conf : [Global] logon script = STARTUP.BAT logon drive = m: logon home = \\sapo\%U logon path = \\sapo\%U\setting\%m\profile domain logons = Yes [homes] comment = Home Directories read only = No
2007 Aug 07
2
Embedded nuls in strings
Hi, ?rawToChar 'rawToChar' converts raw bytes either to a single character string or a character vector of single bytes. (Note that a single character string could contain embedded nuls.) Allowing embedded nuls in a string might be an interesting experiment but it seems to cause some troubles to most of the string manipulation functions. A string with an embedded 0: raw0 <- as.raw(c(65:68, 0 , 70)) string0 <- rawToChar(raw0) > string0 [1] "ABCD\0F" nch...
2017 Apr 29
2
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...ext tables, and text in general (including regular expressions), on Windows 10. For me, that means dealing with Windows-1252 and UTF-8 encoding, with UTF-16 and UTF-32 as helpful curiosities. Something as simple as iconv ("\n", to = "UTF-16") causes an error, due to an embedded nul. Then there is write.csv (or write.table) with its fileEncoding parameter: not working correctly for UTF-16 and UTF-32. Of course, developers are aware of this, for example [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param) https://stat.eth...
2004 May 24
2
Re: Windows XP machine not connecting to Samba 3.04 after upgrade
Hi, as I wrote before: I'm not able to connect a Windows XP Pro notebook to a Samba 3.0.4 server. All the other machines (most Windows XP Pro, but also a few Windows 2000 and Windows 98) can connect without any problem. This one machine is not part of the NT domain because it needs to connect 1 or 2 times a week only, and is on the road most of the time. The machine could connect
2008 Mar 19
1
how to add registry files to windows
Hello I would like to add .reg file to all samba clients (windows xp) in quiet mode. How can I do it ? It is possible from eg netlogon?? ---------------------------------------------------- ERROR! ... . .... bEZb??DnY prOgrAm__o nowo??iAcH w_ ?wiEcie G_iER na.jNowSzy_OdcinEk_ : co $Zykuj? tw?rcy caLL of Duty4, czym JeST The CLUB ............. poD??cz si?:
2008 Apr 28
4
R 2.7.0, match() and strings containing \0 - bug?
...t;- "foo" > y <- c(charToRaw("foo"),as.raw(0)) > z <- rawToChar(y) > z==x [1] TRUE > z=="foo" [1] TRUE > z %in% c("foo","bar") [1] FALSE > z %in% c("foo","bar","foo\0") [1] FALSE But without the nul character it works fine: > zz <- rawToChar(charToRaw("foo")) > zz %in% c("foo","bar") [1] TRUE I don't see anything about this in the latest NEWS, but is this expected behaviour? Or is it, as I suspect, a bug? This seems to be new to R 2.7.0, as I said....
2005 Dec 28
1
Re: Samba and NUL characters
...ing command: smbmount //cdn-mtl-ms/Logs /mnt/logs -o sockopt=SO_KEEPALIVE,username=user,password=pass,ro,uid=503,gid=503 smbmount -v shows --> Version 3.0.10-1.4E.2 We notice a problem when we try do a tail -f on a file through the share. It seems that part of the lines gets replaced by ^@ or NUL characters. We only see this when we redirect that tail -f output to a file since NUL in non printable, the terminal just shows truncated lines. This is working perfectly on another Linux box running Red Hat Enterprise Linux AS release 3 (Taroon Update 3) with version 3.0.6-2.3E of samba. Does anyo...
2018 Apr 05
1
[nbdkit PATCH] nbd: Fix gcc warning and off-by-one in socket name length
...ied bound 108 equals destination size [-Werror=stringop-truncation] strncpy (sock.sun_path, sockname, sizeof (sock.sun_path)); The warning is a false positive, given that we currently reject names >= sizeof(sock.sun_path), and thus we are only ever copying in a name that will include a trailing NUL. However, note that Linux permits a socket name to use the full width of sun_path (for shorter names, you must either provide a trailing NUL or pass something smaller than sizeof(struct sockaddr_un) to connect(); but for the full-length name, a trailing NUL is not required). So, relax our off-by-...
2009 Sep 24
7
[LLVMdev] MemoryBuffer
I was writing something using MemoryBuffer, and while looking through its code I came across line 59: assert(BufEnd[0] == 0 && "Buffer is not null terminated!"); I am curious if the MemoryBuffer only supports non-binary, non-null embedded files, or if it supports binary as well. I do not see anything inherently not expecting binary files except for that one line, so I am curious as to the purpose of that assert? Also, is the BufferEnd...
2020 Aug 16
2
Bug: GSSAPI: Unexpected NUL in auth data
Hi, After upgrading server to v2.3.11.3 (Arch linux). I can no longer connect from Evolution client to the server via GSSAPI (Kerberos). I get the following message in the log: auth: Debug: gssapi(?,x.x.x.x,<XXX>): Unexpected NUL in auth data The bug appears to have been introduced by this patch: https://github.com/dovecot/core/commit/d196f4c83c7383c17440d39eb994b4cd9ff5af52 Should mech_gssapi also have the MECH_SEC_ALLOW_NULS flag set? Kind regards, Paul
2004 Jul 09
1
NUL characters in POP3 conversation cause Outlook to hang
We're being bitten an Outlook bug [1,2] that is triggered by a NUL character in a message being sent through POP3. I see that dovecot's imap implementation converts 0x00 to 0x80, but this conversion is not done for POP3. Would it be possible to add an option to do this mapping for POP3 as well? Matt [1] http://xforce.iss.net/xforce/xfdb/15859 [2] http://...
2004 Oct 18
1
scrambled filename.
Hello there, If i create a file starting with nul. via command shell access, example: nul.txt or nul.blaat.txt Samba show's this file scrambled, i've tested this on samba 3.04 on AIX and FC2 Linux samba 3.0.7-2. My file nul.txt is showed via samba as: NDH6SA~M.TXT. I have a default samba configuration: [global] workgroup = C3D-...
2005 Dec 29
0
Re: Samba and NUL characters
...Matteo D'Amato Manager, Systems Applications & Development Smartbox Equipment Inc -----Original Message----- From: Andrew Bartlett [mailto:abartlet@samba.org] Sent: Wednesday, December 28, 2005 8:06 PM To: Matteo D'Amato Cc: samba@lists.samba.org Subject: Re: [Samba] Re: Samba and NUL characters On Wed, 2005-12-28 at 10:00 -0500, Matteo D'Amato wrote: > Hi, > We have a Windows NT 4 SP5 sharing a read-only share of logs that are > constantly being written to and a Linux box running CentOS release 4.2 > (Final) that mounts this share. The share in mounted using...
2009 Jan 29
6
Control Characters
...r specified format without disrupting unknown characters. Known control/special characters are hidden unless usually printable (CR, LF, HT). When "highlight special characters" is enabled, they are displayed as their abbr or icon: "[CR]","[LF]","[HT]","[NUL]". For example, editors Scite, ConTEXT, et al. The only solution I can come come up with is to implement folding using XML or similar. The real document is sanitized before displayed in the control. When the control is edited, a compare is performed and the real document is modified accordin...
2005 Dec 16
1
dovecot INSTALL
....d/dovecot 2) needs to create the directory /etc/ssl/certs/ and /etc/ssl/private/, configure doc/dovecot-openssl.cnf, chmod +x doc/mkcerts.sh doc/mkcerts.sh Not sure why it is not in the the file INSTALL. For pop3 client configuration, I wonder if it is OK for me to use: #outlook-no-nuls: # Outlook and Outlook Express hang if mails contain NUL characters. # This setting replaces them with 0x80 character. # oe-ns-eoh: # Outlook Express and Netscape Mail breaks if end of headers-line is # missing. This option simply sends it if it's missing. pop3_cl...
2009 Sep 24
0
[LLVMdev] MemoryBuffer
...M, Chris Lattner <clattner at apple.com> wrote: > > On Sep 24, 2009, at 1:23 PM, OvermindDL1 wrote: > >> I was writing something using MemoryBuffer, and while looking through >> its code I came across line 59: >> assert(BufEnd[0] == 0 && "Buffer is not null terminated!"); >> I am curious if the MemoryBuffer only supports non-binary, non-null >> embedded files, or if it supports binary as well. I do not see >> anything inherently not expecting binary files except for that one >> line, so I am curious as to the purpose of...