search for: devnull

Displaying 20 results from an estimated 100 matches for "devnull".

2005 Apr 02
2
Building new graphic device drivers with g++
Dear Group, I'm trying to build a set of new graphic device drivers. I use the devNull example a a beginning point: $ R CMD SHLIB devNull.c gcc -shared -L/usr/local/lib -o devNull.so devNull.o (everything works OK) $ R CMD SHLIB devNull.cpp g++ -shared -L/usr/local/lib -o devNull.so devNull.o (everything works OK) The difficulties start when trying to compile manually. I compile t...
2011 Aug 24
2
Post-login scripting with virtual users
...POP3 and IMAP. I am trying to implement a Post-login script to register the IP address that the authentication came from. Dovecot seems to be trying to execute the script as the email non-user, which does not work. I have specified that the script should be run as popuser, but it still runs as devnull at dhzone.com for instance. Everything up top that point seems to be happening happily under popuser. I added a "user = popuser" directive and it had no effect that I could see. I know that dovecot read the directive because I changed it to "user = 555" and dovecot would not...
2004 Jul 15
5
Bug#259603: logcheck-database: postfix/lmtp rules do not match some configurations
.... ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/lmtp\[[0-9]+\]: [0-9A-F]: to=<[^[:space:]]+>, orig_to=<[^[:space:]]+>, relay=[^[:space:]]+\], delay=[0-9]+ status=sent \(250 2\.1\.5 Ok\)$ ..doesn't catch these messages: Jul 15 17:15:16 lorien postfix/lmtp[17151]: C1170480008B: to=<devnull at silverdream.org>, relay=127.0.0.1[127.0.0.1], delay=8, status=sent (250 2.6.0 Ok, id=15483-07, from MTA: 250 Ok: queued as 6D11E480008E) Jul 15 17:15:16 lorien postfix/lmtp[17160]: 6D11E480008E: to=<devnull.silverdream.org at silverdream.org>, orig_to=<devnull at silverdream.org>,...
2006 Jul 06
2
routing ssh to secondary uplink
...e -A PREROUTING -p tcp --dport 22 -s 192.168.1.0/24 -j MARK --set-mark 1 iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to MYSECONDARYIP iptables -t nat -A POSTROUTING -o $EXT_NIC -s 192.168.1.0/24 -j SNAT --to MYPRIMARYIP ip rule add fwmark 1 table 1 ip route flush cache Sincerely, -- devnull@plugthebox.net <devnull@plugthebox.net>
2016 Jul 07
2
portable sftp oddity: sftp, redirection of stderr and ControPersist
hi, Ran into a problem which I thought was an AIXism, but have since found that it can be reproduced on Linux and MacOS. It can NOT be reproduced on OpenBSD. Reproduced on: AIXv7.1 OpenSSH v6.0p1 RedHat 6.8 OpenSSH 5.4p1 Redhat 7.2 OpenSSH 6.6.1p1 MacOS 10.11 (sorry, forgot to grab the OpenSSH version) Could not reproduce on: OpenBSD 5.9-current, march snapshot, OpenSSH_7.2 OpenBSD
2011 Mar 10
7
WINS Server TIme out registering IP
I am seeing the following messages logged every 20 min on a Centos 5.5 Samba 3.5.7 (SerNet RPMs) PDC. wins server = yes is set and the 172.17.1.50 address is the address of the PDC. From a Windows client perspective the the domain is functioning as expected. There is a Samba BDC and mulitple Win2008 R2 member servers in the domain. Are they anything to be concerned about? [2011/03/11
2007 Feb 15
3
Fwd: devnull-dev.stanford.edu syslog filter results (fwd)
We''re still intermittantly getting these messages in syslog on various different systems: Feb 14 17:32:10 server-dev puppetd[20363]: Could not call puppetreports.report: #<EOFError: end of file reached> Feb 14 17:32:10 server-dev puppetd[20363]: Reporting failed: end of file reached Anyone else ever see stuff like this?
2006 Nov 15
0
segfault in AIX
...../library/grDevices mkdir ../../../library/grDevices/R mkdir ../../../library/grDevices/po mkdir ../../../library/grDevices/afm mkdir ../../../library/grDevices/enc mkdir ../../../library/grDevices/man making chull.d from /scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/chull.c making devNull.d from /scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/devNull.c making devPicTeX.d from /scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/devPicTeX.c making devPS.d from /scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/devPS.c making devQuartz.d from /scratc...
2011 Feb 07
1
[PATCH] ssh: set proctitle for mux master
...} +#endif + + /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ + sanitise_stdfd(); + /* * Discard other fds that are hanging around. These can cause problem * with backgrounded ssh processes started by ControlPersist. @@ -965,6 +978,7 @@ control_persist_detach(void) if (devnull > STDERR_FILENO) close(devnull); } + setproctitle("%s [mux]", options.control_path); } /* Do fork() after authentication. Used by "ssh -f" */ -- 1.7.3.3.1603.g7f137
2017 Aug 07
1
Avoiding console prints by Libvirt Qemu python APIs
...ogging.html . No effect again. "stdio_handler" flag in /etc/libvirt/qemu.conf is set to "file" as well. Following is my test code: import os, sysimport libvirt conn = libvirt.open('qemu:///system') # Find the application in the virsh domaintry: sys.stdout = open(os.devnull, "w") sys.stderr = open(os.devnull, "w") dom = conn.lookupByName('abcd') sys.stdout = sys.__stdout__ sys.stderr = sys.__stderr__except Exception as e: syslog.syslog (syslog.LOG_ERR, 'Could not find the domain. ERROR: %s.' % (e)) sys.stdout...
2005 Feb 10
2
Replicated LDAP
...hould end in: READ ---- Samba <-> Replicate WRITE ----- Samba -> Replicate <-referrer- Samba <-> Central LDAP Am I right with my assumption? Is this setup possible and advisable? Cheers Jochen -- Jochen Witte <devnull@alpha-lab.net>
2005 Oct 16
13
More than one parameter with link_to_remote
...ram] contains ''my_extra?''. Why that extra question mark? I think I''m missing something. Any idea? Thank you in advance. -- _o) Imobach González Sosa //\ email: imobachgs at step dot es V_/_ jid: osoh at jabberes dot org url: http://www.banot.net/~osoh/ blog: http://devnull.blogs.banot.net -- Este mensaje ha sido analizado por STEP On Line en busca de virus y otros contenidos peligrosos, y se considera que está limpio. 902 10 18 43
2009 Feb 06
3
FreeBSD pam auth problems
...: smmsp mail_gid: smmsp mail_location: mbox:%h/Mail:INBOX=/var/mail/%u mail_debug: yes mbox_lazy_writes: no auth default: failure_delay: 1 verbose: yes debug: yes worker_max_request_count: 1 passdb: driver: pam args: imap -- Dmitry Samersoff dms at samersoff.net, http://devnull.samersoff.net * There will come soft rains ...
2020 Mar 14
2
ssh -f and -O ControlPersist=yes, ControlMaster=yes leaves stderr open
...s mainloop */ break; default: /* Parent: set up mux slave to connect to backgrounded master */ [...] /* muxclient() doesn't return on success. */ fatal("Failed to connect to new control master"); } [...] keep_stderr = log_is_on_stderr() && debug_flag; if (dup2(devnull, STDIN_FILENO) == -1 || dup2(devnull, STDOUT_FILENO) == -1 || (!keep_stderr && dup2(devnull, STDERR_FILENO) == -1)) [...] daemon(1, 1); ------------------------------------>snip<------------------------------------ Note how stderr is explicitly to be closed by the mast...
2015 Sep 01
1
Samba 4 DC backups
...doing the "exact opposite" of what the samba > script does? > Please explain, I want to be consistent with good practice. > > --Mark > > -----Original Message----- >> Date: Tue, 01 Sep 2015 19:19:31 +1200 >> From: "Brady, Mike" <mike.brady at devnull.net.nz> >> To: samba at lists.samba.org >> Subject: Re: [Samba] Samba 4 DC backups >> >> Mark >> >> Ok so you doing the exact opposite of what the samba_backup script >> does >> with regards to ldb and tdb files, but then you are shutting down...
2016 Dec 11
3
[PATCH 0/2] generic function for temporary path generation
Cosmetic change as suggested in this previous patch: https://www.redhat.com/archives/libguestfs/2016-November/msg00111.html Matteo Cafasso (2): lib: generic function for temporary path generation lib: use guestfs_int_make_temp_path to generate temporary files src/drives.c | 5 ++--- src/file.c | 22 +++++++++------------- src/guestfs-internal.h | 1 + src/journal.c
2002 Mar 12
0
OpenSSH 3.1: ssh-rand-helper
...)\" \ ! -D_PATH_SSH_RAND_HELPER=\"$(SSH_RAND_HELPER)\" CC=@CC@ LD=@LD@ *** entropy.c.orig Tue Jan 22 11:57:54 2002 --- entropy.c Tue Mar 12 12:48:26 2002 *************** *** 67,73 **** return; } ! debug3("Seeing PRNG from %s", SSH_RAND_HELPER); if ((devnull = open("/dev/null", O_RDWR)) == -1) fatal("Couldn't open /dev/null: %s", strerror(errno)); --- 67,73 ---- return; } ! debug3("Seeing PRNG from %s", _PATH_SSH_RAND_HELPER); if ((devnull = open("/dev/null", O_RDWR)) == -1) fatal(&qu...
2010 Jul 18
1
"Wine cannot find the FreeType font library."
Whenever I try running a Windows executable thru the terminal, Wine gives me the following. Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. I've tried devnulling the output but the message keeps appearing. The executable I need to use works like it's supposed to, but Wine opens X11 and gives me this message. Can someone please provide a link to this "FreeType" library?[/code]
2005 Feb 07
2
smbpasswd -w
Hi, I try to set up samba (latest) to use LDAP. I get # smbpasswd -w secret -w not available unless configured --with-ldapsam I xompiled with LDAP support. Any hints? -- Jochen Witte <devnull@alpha-lab.net>
2005 Mar 23
0
[Fwd: Re: Problem with domain membership]
...removed secrets.tdb, joined the domain again -- and then I got this error.... Is there a chance to sniff details of the credentials the member-server uses to connect to the PDC? -------- Weitergeleitete Nachricht -------- Von: Gerald (Jerry) Carter <jerry@samba.org> An: Jochen Witte <devnull@alpha-lab.net> Kopie: samba@lists.samba.org Betreff: Re: [Samba] Problem with domain membership Datum: Wed, 23 Mar 2005 08:14:27 -0600 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jochen Witte wrote: | Hello - can anybody explain, what this means in detail? | | ---snip--- | 000010 smb_io_rpc_h...