Displaying 11 results from an estimated 11 matches for "draigbradi".
Did you mean:
draigbrady
2007 Jul 09
12
[Bug 1337] New: SCP performance twice as slow as RCP
http://bugzilla.mindrot.org/show_bug.cgi?id=1337
Summary: SCP performance twice as slow as RCP
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Other
OS/Version: AIX
Status: NEW
Severity: enhancement
Priority: P3
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2011 Dec 14
3
Proposed changes for OpenStack
[These two patches are for discussion only]
Allow FUSE support to be used directly through the API.
This is the second commit.
In order to make this usable from guestfish, we have to
also bind the events API in guestfish. This is the first
commit.
Rich.
2005 Feb 08
3
hardware-watchdog driver problems in linux 2.6.10-xen0
Hi!
I''m trying to run w83627hf_wdt.ko watchdog driver in domain 0 (xenlinux
2.6.10-xen0), but the driver doesn''t seem to work (the machine reboots all
the time after the watchdog-timeout set in BIOS).
Is there something that could prevent the driver from accessing the
watchdog-hardware (io-ports/registers) ?
The watchdog-driver is very simple, and you can find it in
2007 Apr 18
1
[Bridge] forwarding delay
Hi,
I'm using linux 2.4.20 here and noticed that even
when STP is disabled for a bridge, the forwarding delay
still takes affect. Is this correct? I.E. Does the
bridge need to spend time in the "listening" and
"learning" states when STP isn't used?
It's an easy work around to set the delay to 0,
I'm just wondering whether it's a buglet or
by design.
2003 Oct 07
0
[Bug 732] Number of logins mandated by PAM doesn't work correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=732
Summary: Number of logins mandated by PAM doesn't work correctly
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
2007 Feb 21
1
--ignore-times broken/redundant?
Hi,
With an rsync-2.6.4-3 client talking
to an rsync-2.6.8-1.el4.rf server at least,
the --ignore-times option seems not to be honoured?
I.E. if I edit a file so that the mtime
and size are the same, the file with the new
data will not be transfered to the server.
In case it's important, the full command I run is:
rsync -viIaz --delete -e ssh . www.pixelbeat.org:'~/public_html'
2003 Dec 23
5
[Bug 732] Number of logins mandated by PAM doesn't work correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=732
------- Additional Comments From dtucker at zip.com.au 2003-12-22 21:40 -------
Which PAM modules do you have in your sshd PAM stack?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2011 Dec 08
1
guestmount failing to mount a qcow image
I've been able to mount this image with qemu-nbd on Fedora 15 with:
mkdir pb.test
cd pb.test
wget http://www.pixelbeat.org/guestfs/annoying.qcow2.gz
wget http://www.pixelbeat.org/guestfs/77de68daecd823babbb58edb1c8e14d7106e83bb_sm.gz
gzip -d *.gz
mkdir -p /var/lib/nova/instances/_base/
mv 77* /var/lib/nova/instances/_base/
modprobe nbd
qemu-nbd -c /dev/nbd1 annoying.qcow2
mkdir t
mount
2012 Jun 08
1
Error mounting ubuntu cirros image?
# wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
# mkdir mnt
# guestmount --rw -a cirros-0.3.0-x86_64-disk.img -i mnt
libguestfs: error: mount_options: mount_options_stub: /dev/root: No such file or directory
guestmount: some filesystems could not be mounted (ignored)
fuse: bad mount point `mnt': Input/output error
Debug output attached.
cheers,
P?draig.
2012 Jun 08
1
guestmount -i and xattrs
I tried to run chcon to set SELinux labels on a guestmounted dir and got:
chcon: failed to change context of `authorized_keys' to
`system_u:object_r:ssh_home_t:s0': Operation not supported
I'm guessing that you need to pass 'seclabel' or 'user_xattr'
or some such mount option to guestmount to support this.
I notice you can pass such options through the -m option
to
2013 Oct 23
0
Re: [PATCH 1/2] Preallocate output file
On 10/22/2013 05:56 PM, Gabriel de Perthuis wrote:
> ---
> pxzcat.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/pxzcat.c b/pxzcat.c
> index 4ab8689..9bcdc36 100644
> --- a/pxzcat.c
> +++ b/pxzcat.c
> @@ -29,10 +29,11 @@
> * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
> * OF THE USE OF THIS SOFTWARE,