Displaying 20 results from an estimated 10000 matches similar to: "[nut-commits] svn commit r3603 - trunk/drivers"
2019 Jan 25
0
[klibc:update-dash] input: Remove HETIO
Commit-ID: e1eb3db72782a1a27bdaa64f8af53450986914c2
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e1eb3db72782a1a27bdaa64f8af53450986914c2
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 5 Jan 2015 22:20:45 +1100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] input: Remove HETIO
2020 Mar 28
0
[klibc:update-dash] dash: input: Remove HETIO
Commit-ID: e14ba93ad4c4ab9fa8851316d317a4c32d9745eb
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e14ba93ad4c4ab9fa8851316d317a4c32d9745eb
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Mon, 5 Jan 2015 22:20:45 +1100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: input: Remove
2020 Jun 01
0
[PATCH nbdkit 1/3] server: Disallow password=- from non-tty and fix error message (RHBZ#1842440).
This command fails with an incorrect error message:
$ nbdkit ssh host=localhost /nosuchfile password=- --run 'qemu-img info $nbd' </dev/null
password:
nbdkit: error: could not read password from stdin: Inappropriate ioctl for device
The error (ENOTTY Inappropriate ioctl for device) is actually a
leftover errno from the previous isatty call. This happens because
getline(3) can
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'ing CVS releases for building?
-Daz.
2011 Jan 17
1
[nut-commits] svn commit r2832 - in trunk/docs: . website
On 14/01/2011 20:40, Arnaud Quette wrote:
> Author: aquette
> Date: Fri Jan 14 20:40:06 2011
> New Revision: 2832
> URL: http://trac.networkupstools.org/projects/nut/changeset/2832
>
> +link:http://www.networkupstools.org/source/2.6/nut-2.6.0.tar.gz.sig[signature]
May I suggest that you also provide checksums for the tarball? I'm
updating the FreeBSD port, and wanted to
2001 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
One of my users found that the new ssh-add, from the portable OpenSSH CVS
as of October 12, was hanging in his .profile while trying to start up CDE
(Common Desktop Environment) on Solaris 2.6. The previous one, which was
from OpenSSH 2.9p2, did not hang. It turns out that CDE, at least on
Solaris 2.6, 7 and 8, runs the user's .profile with a special startup shell
that allocates a pseudo-tty
2020 Jun 01
3
[PATCH v2v 0/2] v2v: nbdkit: Don't use password=- parameter.
Part 2 fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=1842440
Actually this fix on its own should be sufficient, but probably we
want the nbdkit fixes too.
Note this uses actual OCaml 4.05 features! ("let open" and the
Unix.tcgetattr functions). I checked that both features are available
on RHEL 7's OCaml.
Rich.
2004 Nov 22
1
patch to fix non-echo tty on scp SIGINT
A long-time missing feature (or bug, depending on how you look at it) is
that a Ctrl-C at the password prompt in scp does not restore the
terminal settings, thus dropping you to the command prompt without any
keyboard echo. (A "reset" command will fix it.) This is a pretty
regular occurance for me, and some others I've talked to - usually when
you realize that the scp command you
2020 Jun 01
7
server: Fix reading passwords interactively.
https://bugzilla.redhat.com/show_bug.cgi?id=1842440
Patches 1 and 2 address fairly obvious bugs in how we handle reading
passwords from stdin.
There are other ways we may consider fixing these bugs:
- Should password=- always open /dev/tty and ignore stdin entirely?
- Should we make password=-0/-1/-2 work by skipping the close? Or
perhaps reopen the file descriptors on /dev/null after
2010 Nov 29
1
[nut-commits] svn commit r2706 - in branches/ssl-nss-port: . clients docs m4 server
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> dnl ----------------------------------------------------------------------
> -dnl Check for --with-ssl
> +dnl Check for with-ssl, and --with-nss or --with-openssl
> +dnl Only one can be enabled at a time, with a preference for Mozilla NSS
> +dnl if both are available
Having looked at the differences between Mozilla NSS
2011 Apr 19
1
DNS-SD (was Re: [nut-commits] svn commit r2974 - branches/nut-scanner/tools/nut-scanner)
On Apr 19, 2011, at 7:44 AM, Arnaud Quette wrote:
> Author: aquette
> Date: Tue Apr 19 11:43:46 2011
> New Revision: 2974
> URL: http://trac.networkupstools.org/projects/nut/changeset/2974
>
...
> +void scan_nut_avahi()
> +{
> + printf("Scanning NUT bus (DNS-SD method):\n");
> +
> + /* Check avahi-browse code:
> + *
2012 Jan 23
1
[nut-commits] svn commit r3407 - trunk/docs/man
Argh!
habits are hard to change.
I've fixed the message again on the server, to satisfy the git format...
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/
2012/1/23 Arnaud Quette <aquette
2011 Apr 28
0
[nut-commits] svn commit r2978 - trunk/docs/website
a comment on the below commit...
2011/4/27 Arnaud Quette <aquette at alioth.debian.org>
> Author: aquette
> Date: Wed Apr 27 15:42:33 2011
> New Revision: 2978
> URL: http://trac.networkupstools.org/projects/nut/changeset/2978
>
> Log:
> Enable website quirks to address Internet Explorer 6, which were missing
> since 2.6.0 publication
> (...)
>
the website
2011 Jun 07
0
[nut-commits] svn commit r3010 - trunk/docs
side note on this commit...
2011/5/31 Arnaud Quette <aquette at alioth.debian.org>
> Author: aquette
> Date: Tue May 31 09:00:57 2011
> New Revision: 3010
> URL: http://trac.networkupstools.org/projects/nut/changeset/3010
>
> Log:
> Update Subversion access information, following Alioth update
>
> Modified:
> trunk/docs/download.txt
>
> Modified:
2008 May 26
4
xvm-gate: arrow keys broken in pygrub
One of my test domUs is a opensuse 10.3 PV domain, and it
has a /boot/grub/menu.lst file. pygrub is used as bootloader.
With xVM 3.1.4, the arrow keys can be used in the pygrub screen.
With xVM 3.3-unstable, the arrow keys don''t work for me any more.
What I''ve found out so far is that:
- gnome-terminal, xterm or dtterm are running with
"vt100 application key
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
2011/6/27 Frederic BOHE <fbohe-guest at alioth.debian.org>
> Author: fbohe-guest
> Date: Mon Jun 27 13:56:51 2011
> New Revision: 3060
> URL: http://trac.networkupstools.org/projects/nut/changeset/3060
>
> Log:
> Add NUT server scan.
>
> (...)
> device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout,
> snmp_security_t * sec);
>
>
2011 Sep 12
1
[nut-commits] svn commit r3214 - in trunk: . clients docs/man m4 tools tools/nut-scanner
On Sep 12, 2011, at 3:13 PM, Arnaud Quette wrote:
> (forwarding because of message body too big)
>
> Author: fbohe-guest
> Date: Mon Sep 12 14:50:47 2011
> New Revision: 3214
> URL: http://trac.networkupstools.org/projects/nut/changeset/3214
>
> Log:
> Add nut-scanner tool
Due to the build failures, I recommend we revert this merge commit for
2.6.2, or simply make
2011 Apr 15
0
[nut-commits] svn commit r2969 - trunk/docs/images
Some side notes and comments on this commit...
2011/4/15 Arnaud Quette <aquette at alioth.debian.org>
> Author: aquette
> Date: Fri Apr 15 09:15:16 2011
> New Revision: 2969
> URL: http://trac.networkupstools.org/projects/nut/changeset/2969
>
> Log:
> Refreshed graphic illustrations (provided by Eaton)
>
> Modified:
> trunk/docs/images/advanced.png
>
2010 Jun 27
1
[PATCH] ROSH: Upgraded
Without further adieu, I would like to announce that I've finally
pushed ROSH, the Read-Only SHell, finally to the point of being
reasonably usable.
From: Gene Cumm <gene.cumm at gmail.com>
Patch ROSH for Syslinux-4 and make it much more usable.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c
index 511fdff..bf1176f
2017 Mar 03
5
[PATCH WIP 0/5] Fix virt-rescue.
This set of patches fixes virt-rescue rather cleanly. In particular
the problems with handling ^C are completely fixed.
Work still to be done before this can go upstream:
- Shutdown doesn't work properly if you exit the shell. At the
moment to exit you must do 'reboot -f'.
Future improvements:
- An escape sequence and escape commands that could be handled by
virt-rescue,