Displaying 20 results from an estimated 137 matches for "1677".
Did you mean:
1,77
2009 Nov 28
5
[Bug 1677] New: Redhat spec can't build without ask-pass
https://bugzilla.mindrot.org/show_bug.cgi?id=1677
Summary: Redhat spec can't build without ask-pass
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build system
Assign...
2008 Dec 09
1
File uploaded to webDAV server on GlusterFS AFR - ends up without xattr!
...create_cbk]
glusterfs-fuse: 12: (27) /tmp2/12/04/0000000412 => 0x1eeadf0
2008-12-09 14:53:09 D [inode.c:577:__create_inode] fuse/inode: create
inode(589837)
2008-12-09 14:53:09 D [inode.c:367:__active_inode] fuse/inode:
activating inode(589837), lru=0/1024
2008-12-09 14:53:09 D [fuse-bridge.c:1677:fuse_write] glusterfs-fuse:
13: WRITE (0x1eeadf0, size=102400, offset=0)
2008-12-09 14:53:09 D [fuse-bridge.c:1640:fuse_writev_cbk]
glusterfs-fuse: 13: WRITE => 102400/102400,0/102400
2008-12-09 14:53:09 D [fuse-bridge.c:1677:fuse_write] glusterfs-fuse:
14: WRITE (0x1eeadf0, size=102400, offs...
2014 Oct 21
0
CESA-2014:1677 Moderate CentOS 5 wireshark Security Update
CentOS Errata and Security Advisory 2014:1677 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1677.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
90c9794ecc6fbc42724223acfd5b16d2d22ac6585f8981cacfd347d58ee999f4 wireshark-1.0.15-7.el5_11.i38...
2011 Jan 08
3
MEMDISK issues and Dell OptiPlex and Latitude systems
...-------
MEMDISK 4.03 does not detect internal SATA drive
Note the message: "We lost the last drive in our class of drives."
------------------------------------------------------------------
OptiPlex GX620 BIOS A08,
Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
OptiPlex GX280 BIOS A08,
Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
Latitude E6400 A27,
Intel Corporation 82567LM Gigabit Network Connection [8086:10f5] (rev 03)
Intel Corporation WiMAX/WiFi Link 5150 [8086:423c]
Latitude D820 A09,
Broadco...
2018 Dec 11
4
"virsh list --all" is intermittently causing a shutdown client to boot?
Hello,
I have a CentOS 7 client running on a CentOS 7 server. "virsh --version" reports that 3.9.0 is being used.
I'm issuing a "virsh shutdown" command to shutdown the client. I then confirm that the client has actually shutdown using "virsh list --all".
Lately I've been seeing instances where I shutdown the client, turn away to work on something else, and
2002 Jun 15
3
refman.pdf - bookmarks & links broken (PR#1677)
Full_Name: Michael Peck
Version: 1.5.0 (12 Jun patch)
OS: win2k + sp2
Submission from: (NULL) (65.113.251.175)
Bookmarks from table of contents as well as links in text and index do not
work.
Using Acrobat Reader 5.0.5 9/24/01. [Same behavior was noted in Acrobat reader
4.0, so I downloaded the most recent version].
OS is Win 2k, R was installed from SetupRpatched.exe dated 12 June 02.
This
2003 Dec 05
0
Samba 3.0/wins.dat - 'Old' IP being served
...machine is plugged onto the network it introduces itself
---
[2003/12/05 14:47:30, 4] nmbd/nmbd_packets.c:process_dgram(1227)
process_dgram: datagram from F-LAPTOP-SJG<00> to FUSION<1d> IP 192.168.213.29 for \MAILSLOT\BROWSE of type 2 len=15
[2003/12/05 14:47:30, 8] lib/util.c:is_myname(1677)
is_myname("F-LAPTOP-SJG") returns 0
[2003/12/05 14:47:30, 4] nmbd/nmbd_packets.c:debug_browse_data(100)
debug_browse_data():
0 char ..F-LAPTOP-SJG. hex 02 00 46 2d 4c 41 50 54 4f 50 2d 53 4a 47 00
[2003/12/05 14:47:30, 3] nmbd/nmbd_incomingdgrams.c:process_announce_request(784)
process_...
2014 Oct 22
0
CentOS-announce Digest, Vol 116, Issue 12
...y Update
(Johnny Hughes)
2. CESA-2014:1669 Low CentOS 7 qemu-kvm Security Update
(Johnny Hughes)
3. CESA-2014:1655 Moderate CentOS 7 libxml2 Security Update
(Johnny Hughes)
4. CESA-2014:1676 Moderate CentOS 7 wireshark Security Update
(Johnny Hughes)
5. CESA-2014:1677 Moderate CentOS 5 wireshark Security Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Tue, 21 Oct 2014 16:39:04 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce]...
2007 Sep 05
4
a piece of code in dtrace pseudo device
Dear all:
In dtrace.c, function dtrace_probe_create(), there''re a piece of code:
id = (dtrace_id_t)(uintptr_t)vmem_alloc(dtrace_arena, 1,
VM_BESTFIT | VM_SLEEP);
id is uint32_t, and I think id is used as an index to array dtrace_probes[]
but why not just use id = cur_value + 1, cur_value is a global variable to
record the lastest id?
Is this a trick? for what?
Thanks :)
2007 Nov 20
6
How to dereference a pointer to a pointer
Hi. I would like to print out a field of a vnode, but the argument to
the function is of type vnode_t **.
If I set "this->vpp" to arg2 in an entry function to zfs_lookup(), I''d
like to retrieve the value of one of the fields of *(this->vpp) in the
return function. Something like the below (but the syntax below is not
right):
printf("zfs_lookup:
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2007 Aug 21
0
SOLVED Re: ldap and computer accounts
...r structure:
> NT_STATUS_NO_SUCH_USER
> [2007/08/20 20:28:56, 5] rpc_parse/parse_prs.c:prs_debug(84)
> 000000 samr_io_r_create_user
> ------------------
>
> How can I debug and fix this situation ?
>
> Markus
> --
> Markus Baertschi Phone: ++41 (21) 807 1677
> Bas du Ross? 16 Fax : ++41 (21) 807 1678
> CH-1163, Etoy Email: markus@markus.org
> Switzerland Homepage: www.markus.org
--
Markus Baertschi Phone: ++41 (21) 807 1677
Bas du Ross? 16 Fax : ++41 (21) 807...
2007 Aug 21
4
Core analysis !
Can i use dtrace to anlayze my core files ?
--
This message posted from opensolaris.org
2013 Mar 15
2
app_rtsp.c ported to Asterisk 11.x
...server and a C920 webcam streaming H264 SVC
video from one machine to another machine running Linphone. Contact me at
this e-mail address robkrakora at messagenetsystems.com for source code.
Best Regards,
--
Rob Krakora
MessageNet Systems
101 East Carmel Dr. Suite 105
Carmel, IN 46032
(317)566-1677 Ext 212
(317)663-0808 Fax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130315/363bc2dc/attachment.htm>
2013 Apr 07
2
group data in classes
...1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641
1642
[46] 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656
1657
[61] 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671
1672
[76] 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686
1687
[91] 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701
1702
[106] 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716
1717
[121] 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731
1732
[136]...
2009 Jan 07
9
Crossbow integration with Solaris 10/08
Hi,
>From what I have read, the create-vnic feature in dladm is only available
within the context of crossbow...?
Specifically, what I am wondering is whether it is at all possible to
successfully install crossbow on top of Sun''s "Standard/sunsolve supported"
Solaris 10/08 rather than OpenSolaris, per. Se....
Is this at all feasible?
Many thanks in advance..
Best
2002 Aug 17
1
Pxelinux: File not found during boot, HELP
...23:27:17 pxeserver in.tftpd[1675]: sending NAK (1, File not
found) to 192.168.2.21
Aug 16 23:27:17 pxeserver in.tftpd[1676]: RRQ from 192.168.2.21 filename
pxelinux.cfg/C0A
Aug 16 23:27:17 pxeserver in.tftpd[1676]: sending NAK (1, File not
found) to 192.168.2.21
Aug 16 23:27:17 pxeserver in.tftpd[1677]: RRQ from 192.168.2.21 filename
pxelinux.cfg/C0
Aug 16 23:27:17 pxeserver in.tftpd[1677]: sending NAK (1, File not
found) to 192.168.2.21
Aug 16 23:27:17 pxeserver in.tftpd[1678]: RRQ from 192.168.2.21 filename
pxelinux.cfg/C
Aug 16 23:27:17 pxeserver in.tftpd[1678]: sending NAK (1, File not
fou...
2015 Mar 18
2
windows sysvol share
...ges/samba/netcmd/ntacl.py", line
249, in run
lp)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/provision/__init__.py",
line 1726, in checksysvolacl
direct_db_access)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/provision/__init__.py",
line 1677, in check_gpos_acl
domainsid, direct_db_access)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/provision/__init__.py",
line 1621, in check_dir_acl
fsacl = getntacl(lp, path, direct_db_access=direct_db_access,
service=SYSVOL_SERVICE)
File "/usr/local/samba/lib/py...
2010 Jun 01
1
arrange data
...january 1 to december 31 and continue with year 1940 from january 1st to 31st December and so on. What I have now is all january for all the years (1939-1988) and it continue february 1939 to all february 1988 and so on.
day month year rain
1675 1 1 1939 0.0
1676 2 1 1939 0.0
1677 3 1 1939 0.0
1678 4 1 1939 5.8
1679 5 1 1939 0.0
...
41294 29 12 1987 0.0
41295 30 12 1987 0.0
41296 31 12 1987 0.0
41297 1 12 1988 0.0
41298 2 12 1988 0.0
41299 3 12 1988 0.0
41300 4 12 1988 0.7
41301 5 12 1988 6.1
41302 6 12 1...
2003 Jan 16
4
File transfer corruption (NULL characters)
...nseServlet.java read=No write=Yes (numopen=1)
[2003/01/16 10:03:14, 3] smbd/process.c:process_smb(831)
Transaction 17 of length 88
[2003/01/16 10:03:14, 3] smbd/process.c:switch_message(650)
switch message SMBtrans2 (pid 27303)
[2003/01/16 10:03:14, 3] smbd/trans2.c:call_trans2setfilepathinfo(1677)
call_trans2setfilepathinfo(8) LicenseServlet.java info_level=260
totdata=8
[2003/01/16 10:03:14, 3] smbd/process.c:process_smb(831)
Transaction 18 of length 120
[2003/01/16 10:03:14, 3] smbd/process.c:switch_message(650)
switch message SMBtrans2 (pid 27303)
[2003/01/16 10:03:14, 3] smbd/...