Displaying 20 results from an estimated 1731 matches for "nuls".
Did you mean:
null
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl,
1. installed debian onto a usb hard drive from laptop (onto /dev/sda1)
did *not* install grub or lilo.
2. set up extlinux on /dev/sda
# mount /dev/sda1 /mnt/t1
[root at harpo syslinux-3.00]# cd /mnt/t1/
[root at harpo t1]# ls boot/
config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386
vmlinuz-2.6.8-1-386
[root at harpo t1]# mkdir boot/extlinux
[root
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
Hi,
i'm having a serious problem with the following logon-script.
It works under W2k, but not under W98, although W98 tells
it is running startup-script ..
First my smb.conf (only interesting parts) :
---snipp---
[global]
server string = Samba-PDC %v on %h
workgroup = WORKGROUP
encrypt passwords = yes
netbios name = 486dx66
domain master = Yes
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]
2001 Jan 25
0
proliferation of SAMBA links in W2K
Hi!
I'm pretty new to using Samba and have come accross a puzzling problem that
I cannot figure out with the documentation or Samba books... please forgive
me if this has been discussed before in this forum, I have not seen such
discussion.
We have a customer that uses a script that basically maps to three samba
shares, then uses the substitute command repeatedly. Every time a subst
command
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"
ncha...
2017 Apr 29
2
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
"R version 3.4.0 (2017-04-21)" on "x86_64-w64-mingw32" platform
I am using CSVs and other text 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
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?
Hi,
A piece of my code that uses readBin() to read a certain file type is
behaving strangely with R 2.7.0. This seems to be because of a failure
to match() strings after using rawToChar() when the original was
terminated with a "\0" character. Direct equality testing with ==
still works as expected. I can reproduce this as follows:
> x <- "foo"
> y <-
2005 Dec 28
1
Re: Samba and NUL characters
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
the following 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
2018 Apr 05
1
[nbdkit PATCH] nbd: Fix gcc warning and off-by-one in socket name length
gcc 8 gripes (when using './configure --enable-gcc-warnings'):
nbd.c: In function 'nbd_open':
nbd.c:470:3: error: 'strncpy' specified 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
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
2020 Aug 16
2
Bug: GSSAPI: Unexpected NUL in auth data
...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]
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-VR.COM
server string = C3D Samba Server
2005 Dec 29
0
Re: Samba and NUL characters
I've tried CIFS VFS with the following config in my fstab
//cdn-mtl-ms/Logs /mnt/logs cifs username=user,password=pass 0 0
And I still have the same problem. As for kernel versions, the working
one uses "linux-2.4.21-20.EL" and the non-working one uses
"linux-2.6.9-11.EL". Does this have anything to do with "oplock" being
enabled in the kernel? I've
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues.
Strings are not binary-safe.
Some characters are not allowed.
- newline / line feed (\n), tab (\t) are displayed
- carraige return (\r) is stripped
- Other control characters and high-ascii cause control values to become
empty.
Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard,
et al.
Most
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_cli...
2009 Sep 24
0
[LLVMdev] MemoryBuffer
On Thu, Sep 24, 2009 at 2:32 PM, 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