search for: 3164

Displaying 20 results from an estimated 51 matches for "3164".

Did you mean: 316
2020 May 17
2
[Bug 3164] New: Default port 22 sometimes not overwritten by included configuration
https://bugzilla.mindrot.org/show_bug.cgi?id=3164 Bug ID: 3164 Summary: Default port 22 sometimes not overwritten by included configuration Product: Portable OpenSSH Version: 8.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal...
2004 Nov 03
1
3.0.8pre2 and smbstatus
...rnative configuration file -l, --log-basename=LOGFILEBASE Basename for log/debug files -V, --version Print version test2 # smbstatus -p Samba version 3.0.8pre2 PID Username Group Machine ------------------------------------------------------------------- 3164 root root tb2 (192.168.0.7) Service pid machine Connected at ------------------------------------------------------- public 3164 tb2 Wed Nov 3 21:06:26 2004 test2 # smbstatus -S Samba version 3.0.8pre2 PID Username Group...
2015 Jun 16
0
[ANNOUNCE] xorg-server 1.17.2
This picks up a pile of fixes from master. Notable highlights: - Fix for CVE-2015-3164 in Xwayland - Fix int10 setup for vesa - Fix regression in server-interpreted auth - Fix fb setup on big-endian CPUs - Build fix for for gcc5 Complete changelog: Aaron Plattner (2): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are...
2007 Oct 02
2
Strange errors
...rbxxxx/Maildir/.listen.CCL/dovecot.index Oct 2 00:36:42 postamt dovecot: IMAP(rbxxxx): Transaction log file /home/r/b/rbxxxx/Maildir/.listen.CCL/dovecot.index.log: marked corrupted Oct 2 02:40:54 postamt dovecot: IMAP(rbxxxx): Unlinked a duplicate: 1191278050.P11797Q0M631938.postamt.charite.de,S=3164:2, Oct 2 02:40:54 postamt dovecot: IMAP(rbxxxx): Maildir /home/r/b/rbxxxx/Maildir/.listen.CCL sync: UID inserted in the middle of mailbox (1097 > 1096, file = 1191278202.P12120Q0M512940.postamt.charite.de,S=5349:2,) Oct 2 13:46:12 postamt dovecot: IMAP(rbxxxx): Corrupted transaction log file...
2015 Jun 10
0
X.Org/Wayland Security Advisory: Missing authentication in XWayland
X.Org/Wayland Security Advisory: June 10th, 2015 - CVE-2015-3164 Unauthorised local client access in XWayland ============================================ Description: ============ Ray Strode, a developer at Red Hat, discovered an authentication setup issue inside the XWayland compatibility server, used to host X11 clients inside a Wayland compositor's ses...
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
...ammodulesdir=/usr/lib/security \ --bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \ --with-shared-modules=${_samba4_idmap_modules},${_ samba4_pdb_modules},${_samba4_auth_modules} \ --disable-rpath-install The build error: ... [3164/3396] Linking default/examples/libsmbclient/testacl3 [3165/3396] Linking default/examples/libsmbclient/testsmbc [3166/3396] Linking default/examples/libsmbclient/testfstatvfs [3167/3396] Linking default/examples/libsmbclient/teststat [3168/3396] Linking default/examples/libsmbclient/teststat3 [3169...
2012 Feb 22
2
"mismatching layouts" errors after expanding volume
Dear All- There are a lot of the following type of errors in my client and NFS logs following a recent volume expansion. [2012-02-16 22:59:42.504907] I [dht-layout.c:682:dht_layout_dir_mismatch] 0-atmos-dht: subvol: atmos-replicate-0; inode layout - 0 - 0; disk layout - 9203501 34 - 1227133511 [2012-02-16 22:59:42.534399] I [dht-common.c:524:dht_revalidate_cbk] 0-atmos-dht: mismatching
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...ccelerated valuator masks test: add tests for new valuator mask features Ray Strode (5): systemd-logind: filter out non-signal messages from message filter systemd-logind: don't second guess D-Bus default timeout xwayland: Enable access control on open sockets [CVE-2015-3164 1/3] os: support new implicit local user access mode [CVE-2015-3164 2/3] xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3] Robert Ancell (3): xwayland: Fix error strings xwayland: Fix error strings modesetting: Use correct types for return va...
2016 Nov 16
0
[bug report] drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
...drm_object_attach_property(&mstc->connector.base, dev->mode_config.path_property, 0); 3162 drm_object_attach_property(&mstc->connector.base, dev->mode_config.tile_property, 0); 3163 drm_mode_connector_set_path_property(&mstc->connector, path); 3164 return 0; regards, dan carpenter
2018 Jul 06
0
2.3.2 director imap-login segfaults
...openssl_iostream_more () from /usr/lib64/dovecot/libssl_iostream_openssl.so > No symbol table info available. Can you try if the attached patch fixes it? -------------- next part -------------- A non-text attachment was scrubbed... Name: ssl-crash-fix.diff Type: application/octet-stream Size: 3164 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20180706/8737af04/attachment.obj> -------------- next part --------------
2004 Jul 21
0
Adding another channel to a Dial() already in progress
...hink of that would allow adding a call to call(s) in progress would be MeetMe, and I have no idea if that'd work at all. Also, I don't want to hack something together that's kludgy if there's a simpler way. Any ideas? Much obliged. -- Jim Van Meggelen DigitAlchemy 416-574-3164 www.digitalchemy.ca jim@digitalchemy.ca
2008 Mar 21
0
Fwd: Is select() untrustworthy on Windows when used with handles from popen3?
...et quite a bit of grief. Here''s an example that has me confused: d:\>irb irb(main):001:0> require ''win32/open3'' => true irb(main):002:0> i,o,e = Open3.popen3(''date'') => [#<IO:0x2b42a4c>, #<IO:0x2b42a24>, #<IO:0x2b42a10>, 3164] irb(main):003:0> o.sysread(70) => "The current date is: Thu 03/13/2008 \nEnter the new date: (mm-dd-yy) " irb(main):004:0> select([o],nil,nil,1) => [[#<IO:0x2b42a24>], [], []] irb(main):005:0> o.sysread(1) # => here, it hangs... even though it *says* there'...
2017 Sep 20
0
Updating LLVM Tests for Patch
...ct-cst-v4i32.ll | /home/dev/llvm/build/./bin/FileCheck /home/dev/llvm/llvm/test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll -- Exit Code: 2 Command Output (stderr): -- ReplaceNodeResults not implemented for this target! UNREACHABLE executed at /home/dev/llvm/llvm/include/llvm/Target/TargetLowering.h:3164! #0 0x00007f1b2d330cfa llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/home/dev/llvm/build/bin/../lib/libLLVMSupport.so.6+0x116cfa) #1 0x00007f1b2d32ea9e llvm::sys::RunSignalHandlers() (/home/dev/llvm/build/bin/../lib/libLLVMSupport.so.6+0x114a9e) #2 0x00007f1b2d32ec04 SignalHandler(int) (/...
2004 Aug 06
0
Ices Spawing Zombie Perl Scripts - Again
...es-ad.pm <defu root 22679 0.0 0.0 0 0 pts/2 Z 23:03 0:00 [ices-ad.pm <defu root 22703 0.0 0.0 0 0 pts/2 Z 23:08 0:00 [ices-ad.pm <defu root 22731 0.1 0.0 0 0 pts/2 Z 23:11 0:00 [ices-ad.pm <defu root 22741 0.0 4.1 3164 1236 pts/0 R 23:13 0:00 ps aux <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the b...
2018 Feb 14
0
Compile Samba without AD/ADS for a slim installation
...--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util > \ > --with-shared-modules=${_samba4_idmap_modules},${_ > samba4_pdb_modules},${_samba4_auth_modules} \ > --disable-rpath-install > > The build error: > ... > [3164/3396] Linking default/examples/libsmbclient/testacl3 > [3165/3396] Linking default/examples/libsmbclient/testsmbc > [3166/3396] Linking default/examples/libsmbclient/testfstatvfs > [3167/3396] Linking default/examples/libsmbclient/teststat > [3168/3396] Linking default/examples/libsmbcl...
2007 Oct 05
2
Rails, rSpec edge problems
Hi, Does the Story Runner work on edge rails? I thought that is what the example app was using but I am on the latest Rails and latest rSpec revisions and I am having problems. When I call ''render_template'' in a story I get the following: NoMethodError: undefined method `render_template'' for #<ActionController::Integration::Session:0x327d974> Do I need to
2006 Sep 05
1
Simple Mongrel performance question
Zed, Do you have a feeling for how Mongrel''s speed has changed since you started out? Just Mongrel with a plain static file; not burdened with having to go through Rails. You initial numbers were substantially faster than webrick. Now that there is a lot more stuff in Mongrel, are they still substantially faster in your benchmarks? Thanks, Kirk Haines
2010 Aug 04
7
Xen 4.0.1-rc5 w/ 2.6.32.16 dom0, DomU''s start paused
...working. If i remove the vif line from the domU config the guest starts up fine. Anybody know what might be going on? [root@uk1 scripts]# ls -l /etc/xen/scripts/ total 260 -rwxr-xr-x 1 root root 2260 Aug 3 10:37 blktap -rwxr-xr-x 1 root root 7698 Aug 3 10:37 block -rw-r--r-- 1 root root 3164 Aug 3 10:37 block-common.sh -rwxr-xr-x 1 root root 498 Aug 3 10:37 block-enbd -rwxr-xr-x 1 root root 498 Aug 3 10:37 block-nbd -rwxr-xr-x 1 root root 2896 Aug 3 10:37 external-device-migrate -rwxr-xr-x 1 root root 238 Aug 3 13:31 hotplugpath.sh -rw-r--r-- 1 root root 2065 Aug 3 10:37...
2020 May 23
6
[Bug 3169] New: sshd listens to port 22 AND whatever port is specified in or after Include(s)
https://bugzilla.mindrot.org/show_bug.cgi?id=3169 Bug ID: 3169 Summary: sshd listens to port 22 AND whatever port is specified in or after Include(s) Product: Portable OpenSSH Version: 8.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5
2017 Sep 20
3
Updating LLVM Tests for Patch
...bin/FileCheck > /home/dev/llvm/llvm/test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll > -- > Exit Code: 2 > > Command Output (stderr): > -- > ReplaceNodeResults not implemented for this target! > UNREACHABLE executed at > /home/dev/llvm/llvm/include/llvm/Target/TargetLowering.h:3164! > #0 0x00007f1b2d330cfa llvm::sys::PrintStackTrace(llvm::raw_ostream&) > (/home/dev/llvm/build/bin/../lib/libLLVMSupport.so.6+0x116cfa) > #1 0x00007f1b2d32ea9e llvm::sys::RunSignalHandlers() > (/home/dev/llvm/build/bin/../lib/libLLVMSupport.so.6+0x114a9e) > #2 0x00007f1b2d32ec04...