Displaying 15 results from an estimated 15 matches for "_transport".
Did you mean:
transport
2019 Nov 08
1
[PATCH] vsock/virtio: fix sock refcnt holding during the shutdown
The "42f5cda5eaf4" commit rightly set SOCK_DONE on peer shutdown,
but there is an issue if we receive the SHUTDOWN(RDWR) while the
virtio_transport_close_timeout() is scheduled.
In this case, when the timeout fires, the SOCK_DONE is already
set and the virtio_transport_close_timeout() will not call
virtio_transport_reset() and virtio_transport_do_close().
This causes that both sockets remain open and will never be released,
preventing the unlo...
2005 Oct 18
1
reporting bug
...ot;, line 190, in _do_refresh
server = self.create_server()
File "/usr/share/rhn/rhn_applet/rhn_applet_rpc.py", line 83, in
create_server
s.add_trusted_cert(self.__cert__)
File "/usr/lib/python2.3/site-packages/rhn/rpclib.py", line 440, in
add_trusted_cert
self._transport.add_trusted_cert(certfile)
File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 253, in
add_trusted_cert
raise ValueError, "Certificate file %s is not accessible" % certfile
ValueError: Certificate file /usr/share/rhn/CNS-CA-CERT is not accessible
--
Jerome G...
2007 Mar 28
1
Error Connecting to CN Exception occcurred
...quot;, line 209, in
_do_refresh
server = self.create_server()
File "/usr/share/rhn/rhn_applet/rhn_applet_rpc.py", line 87, in
create_server
s.add_trusted_cert(self.__cert__)
File "/usr/lib/python2.3/site-packages/rhn/rpclib.py", line 466, in
add_trusted_cert
self._transport.add_trusted_cert(certfile)
File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 254,
in add_trusted_cert
raise ValueError, "Certificate file %s is not accessible" % certfile
ValueError: Certificate file /usr/share/rhn/CNS-CA-CERT is not
accessible
-Geof C. Dunc...
2013 Aug 23
13
[Bug 68488] New: Lockup and reboot on T61 with nouveau driver/exa
https://bugs.freedesktop.org/show_bug.cgi?id=68488
Priority: medium
Bug ID: 68488
Assignee: nouveau at lists.freedesktop.org
Summary: Lockup and reboot on T61 with nouveau driver/exa
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: All
Reporter: a9016009 at gmx.de
2017 Aug 22
2
LMTP and Postfix
I am setting up a new system that will be using Dovecot with Postifx. I am
planning on using LMTP. I read the wiki and and found the
settings I need to make in Dovecot and the Postfix main.cf file. However, I
saw nothing about the Postfix master.cf file. Do I need to make and changes to
it also?
Thanks
--
Jerry
2006 Aug 31
1
Up2date-Problems
...ot;, line 209, in _do_refresh
server = self.create_server()
File "/usr/share/rhn/rhn_applet/rhn_applet_rpc.py", line 87, in
create_server
s.add_trusted_cert(self.__cert__)
File "/usr/lib/python2.3/site-packages/rhn/rpclib.py", line 466, in
add_trusted_cert
self._transport.add_trusted_cert(certfile)
File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 294, in
add_trusted_cert
raise ValueError, "Certificate file %s is not accessible" % certfile
ValueError: Certificate file /usr/share/rhn/CNS-CA-CERT is not accessible
No channels...
2005 Oct 15
0
CentOS Network Exception
...t;, line 190, in
_do_refresh
server = self.create_server()
File "/usr/share/rhn/rhn_applet/rhn_applet_rpc.py", line 83, in
create_server
s.add_trusted_cert(self.__cert__)
File "/usr/lib/python2.3/site-packages/rhn/rpclib.py", line 440, in
add_trusted_cert
self._transport.add_trusted_cert(certfile)
File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 253,
in add_trusted_cert
raise ValueError, "Certificate file %s is not accessible" % certfile
ValueError: Certificate file /usr/share/rhn/CNS-CA-CERT is not accessible
2015 Aug 31
0
[PATCH v5 2/2] fish: add journal-view command (RHBZ#988100)
...+ ('o', "_SYSTEMD_SLICE");
+ ('p', "_SELINUX_CONTEXT");
+ ('q', "_SOURCE_REALTIME_TIMESTAMP");
+ ('r', "_BOOT_ID");
+ ('s', "_MACHINE_ID");
+ ('t', "_HOSTNAME");
+ ('u', "_TRANSPORT");
+ (* User fields *)
+ ('v', "MESSAGE");
+ ('w', "MESSAGE_ID");
+ ('x', "PRIORITY");
+ ('y', "CODE_FILE");
+ ('z', "CODE_LINE");
+ ('0', "CODE_FUNC");
+ ('1', "ERR...
2015 Mar 05
0
[PATCH v3] fish: add journal-view command
...+ "o", "_SYSTEMD_SLICE",
+ "p", "_SELINUX_CONTEXT",
+ "q", "_SOURCE_REALTIME_TIMESTAMP",
+ "r", "_BOOT_ID",
+ "s", "_MACHINE_ID",
+ "t", "_HOSTNAME",
+ "u", "_TRANSPORT",
+ /* User fields */
+ "v", "MESSAGE",
+ "w", "MESSAGE_ID",
+ "x", "PRIORITY",
+ "y", "CODE_FILE",
+ "z", "CODE_LINE",
+ "0", "CODE_FUNC",
+ "1", "ERR...
2015 Mar 03
2
[PATCH v2] RFE: journal reader in guestfish
This implements new guestfish only command called journal-view.
There seems to be a minor issue when user wants to run it through pager (more)
and wants cancel it. User will end up with stuck guestfish until journal-view
transfers all journal items.
Output is now configurable, it's the same format as virt-log has, since both
uses same code now.
Maros Zatko (1):
fish: add journal-view
2015 Mar 05
2
[PATCH v3] RFE: journal reader in guestfish
There seems to be a minor issue when user wants to run it through pager (more)
and wants cancel it. User will end up with stuck guestfish until journal-view
transfers all journal items.
Output is now configurable, it's the same format as virt-log has, since both
uses same code now.
Maros Zatko (1):
fish: add journal-view command
cat/Makefile.am | 1 +
cat/log.c | 113
2015 Mar 03
0
[PATCH v2] fish: add journal-view command
...+ "o", "_SYSTEMD_SLICE",
+ "p", "_SELINUX_CONTEXT",
+ "q", "_SOURCE_REALTIME_TIMESTAMP",
+ "r", "_BOOT_ID",
+ "s", "_MACHINE_ID",
+ "t", "_HOSTNAME",
+ "u", "_TRANSPORT",
+ /* User fields */
+ "v", "MESSAGE",
+ "w", "MESSAGE_ID",
+ "x", "PRIORITY",
+ "y", "CODE_FILE",
+ "z", "CODE_LINE",
+ "0", "CODE_FUNC",
+ "1", "ERR...
2013 Jun 16
6
[Bug 65827] New: computer often fails to boot with nouveau and GeForce GT 425M on newest Linux kernel
https://bugs.freedesktop.org/show_bug.cgi?id=65827
Priority: medium
Bug ID: 65827
Assignee: nouveau at lists.freedesktop.org
Summary: computer often fails to boot with nouveau and GeForce
GT 425M on newest Linux kernel
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter:
2015 Aug 31
5
[PATCH v5 0/2] RFE: journal reader in guestfish
There seems to be a minor issue when user wants to run it through pager (more)
and wants cancel it. User will end up with stuck guestfish until journal-view
transfers all journal items.
Output is configurable, it's the same format as virt-log has, since both
uses same code.
Maros Zatko (2):
cat: move get_journal_field to fish/journal.c
fish: add journal-view command (RHBZ#988100)
2015 Oct 16
2
[PATCH v6 0/2] RFE: journal reader in guestfish
Output is configurable, it's the same format as virt-log has, since both
uses same code.
First patch moves get_journal_field around and renames it to journal_view
and the next one reimplements it a bit and brings it to guestfish.
Maros Zatko (2):
cat: move get_journal_field to fish/journal.c
fish: add journal-view command (RHBZ#988100)
.gnulib | 2 +-