Displaying 4 results from an estimated 4 matches for "exit_".
Did you mean:
exit
2002 Dec 18
0
problem to connect samba on Mac os X (user/passwd)
...mbd/reply.c:reply_s
esssetup_and_X(972)
Defaulting to Lanman password for pbe
[2002/12/18 09:56:56, 1]
/SourceCache/samba/samba-21/source/smbd/reply.c:reply_s
esssetup_and_X(998)
Rejecting user 'pbe': bad password
[2002/12/18 09:56:56, 2]
/SourceCache/samba/samba-21/source/smbd/server.c:exit_s
erver(458)
Closing connections
and by the windows explorer (explorer.exe) on windows 2000 or NT it is
the same message
this is my config file
[global]
netbios name = JOBS
workgroup = GAMSAU
server string = Mac OS X Server
guest account = unknown
log file = /Library/Logs/Window...
2010 Sep 11
1
Remaining syntax-check errors
...led indirectly from L<exit(3)>, which can cause unexpected "
po-docs/libguestfs-docs.pot:2396:"might be called indirectly from L<exit(3)>, which can cause unexpected "
src/guestfs.pod:1193:L<exit(3)>, which can cause unexpected problems in higher-level
maint.mk: use EXIT_* values rather than magic number
make: *** [sc_prohibit_magic_number_exit] Error 1
prohibit_openat_without_use
0.04 prohibit_openat_without_use
prohibit_root_dev_ino_without_use
0.04 prohibit_root_dev_ino_without_use
prohibit_safe_read_without_use
0.04 prohibit_safe_read_without_use
prohibit_signal...
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...fs.pod:2028:callback might be called indirectly from L<exit(3)>, which can cause
> tests/mount-local/test-parallel-mount-local.c:104: exit (77);
> tests/mount-local/test-parallel-mount-local.c:110: exit (77);
> tests/regressions/rhbz790721.c:79: exit (77);
> maint.mk: use EXIT_* values rather than magic number
> make: *** [sc_prohibit_magic_number_exit] Error 1
I think exit (77) is acceptable. To automake, this means that the
test has been skipped, and there is no constant for it. However
writing a regexp that matches all numbers except "77" is quite hard....
2009 Nov 20
1
fix new failures from latest-from-gnulib syntax-check
There's a new syntax check rule from gnulib.
It requires that you write e.g., exit (EXIT_SUCCESS), not exit (0).
And the same for 1/EXIT_FAILURE and any other constants.
There were a lot of violations, including a few false positives,
so I started with the exemptions (see the .x-sc file below).
Then I converted the vast majority automatically, with this:
maint: use EXIT_SUCCESS an...