Displaying 20 results from an estimated 23 matches for "jidanni".
2014 Oct 06
2
[Bug 2285] New: Say NOT updated instead of updated
...Version: 6.6p1
Hardware: Other
URL: http://bugs.debian.org/764269
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
We observe that aside from the first run below,
the message "/home/jidanni/.ssh/known_hosts updated." is incorrect.
Using diff(1) we show that the contents remain the same.
Therefore in the latter cases, saying
"/home/jidanni/.ssh/known_hosts NOT updated."
would...
2018 Jun 11
3
can't join the list via email
Can't join the list confirming via email.
Will get:
gabe.freedesktop.org[131.252.210.177] said: 550 5.1.1
<nouveau-request at lists.freedesktop.org>: Recipient address rejected: User
unknown in local recipient table (in reply to RCPT TO command)
Can only join via the http confirmation link.
2024 Jan 26
3
[Bug 3660] New: Prevent disastrous unintended local copying
...al copying
Product: Portable OpenSSH
Version: 9.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
$ scp a b c:
but if our hand slips and we only do
$ scp a b
we clobber b.
Instead it should say
"To copy locally, please use cp(1)" (which one can alias to cp -i too!)
Or it could say "are you sure?" etc.
--
You are receiving this mail because:
You are watchi...
2023 Apr 03
0
[Bug 3557] New: Multiple files force undocumented remote directory creation
...creation
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
Allow us to examine cp's behaviour,
$ ls /tmp/VVVV/
ls: cannot access '/tmp/VVVV/': No such file or directory
$ cp /tmp/ssd.txt /tmp/VVVV/
cp: cannot create regular file '/tmp/VVVV/': Not a directory
$ cp /tmp/ssd.txt /tmp/ssd.txt /tmp/VVVV/
cp: target '/tm...
2018 Aug 21
2
[Bug 13587] New: Add a --dry-run way to show destination for each item
...un way to show destination for each item
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: jidanni at jidanni.org
QA Contact: rsync-qa at samba.org
User very much wants to know where the files _will go_ before daring to try an
actual run.
He tries even
rsync -vv --dry-run --itemize-changes -avz x.y.z:dir1/dir2/backup/ backup/
but still there is no way to make it say
File x.y.z:dir1/di...
2013 Oct 19
0
[Bug 10219] New: Warn if list files more than once
...: Warn if list files more than once
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jidanni at jidanni.org
QAContact: rsync-qa at samba.org
Wish it would tell me I'm repeating myself.
$ rsync -uva age_grouper Makefile filter extractor extractor extractor
interviewer m.jidanni.org:ceeeeeeee/
building file list ... done
Makefile
See how "real" programs do it:
$ t...
2020 Jan 26
1
[Bug 3115] New: Add --help
...help
Product: Portable OpenSSH
Version: 8.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
Add a --help option to all the commands, as the one non-accidental way
to trigger the usage messages.
$ scp --help
$ ssh --help
etc.
Already works like
$ cat --help
except for the "unknown option" and error $? value.
$ ssh --help
unknown option -- -
usage: ssh [-46AaCfG...
2018 Jun 11
0
libGL error messages
...ion.
The error is that nouveau_dri.so can't be loaded, which means you're
not getting acceleration. You can also make the error go away by
sticking LIBGL_ALWAYS_SOFTWARE=1 into your environment or removing
nouveau_dri.so.
Cheers,
-ilia
On Mon, Jun 11, 2018 at 1:02 PM, Dan Jacobson <jidanni at jidanni.org> wrote:
> glxgears, chromium etc. run fine.
> The problems is these error messages,
>
> $ glxinfo > /dev/null
> libGL error: failed to create dri screen
> libGL error: failed to load driver: nouveau
>
> How can I make them go away?
> I tried everythin...
2018 Jun 11
2
libGL error messages
# lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}
00:05.0 VGA compatible controller: NVIDIA Corporation C51G [GeForce 6100] (rev a2) (prog-if 00 [VGA controller])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16, NUMA node 0
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable)
2018 Jun 11
0
can't join the list via email
Where did you see instructions for doing this? Apparently this is
disabled on purpose due to spam. Or did you just assume it would work
based on other mailman lists?
On Mon, Jun 11, 2018 at 1:08 PM, Dan Jacobson <jidanni at jidanni.org> wrote:
> Can't join the list confirming via email.
> Will get:
>
> gabe.freedesktop.org[131.252.210.177] said: 550 5.1.1
> <nouveau-request at lists.freedesktop.org>: Recipient address rejected: User
> unknown in local recipient table (in r...
2018 Jun 11
0
libGL error messages
On Mon, Jun 11, 2018 at 1:32 PM, 積丹尼 Dan Jacobson <jidanni at jidanni.org> wrote:
> # lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}
> 00:05.0 VGA compatible controller: NVIDIA Corporation C51G [GeForce 6100] (rev a2) (prog-if 00 [VGA controller])
That's a NV4C or NV4E (i.e. nv4x).
> I.e., no 18.1.1 yet...
2018 Jun 13
2
libGL error messages
>>>>> "IM" == Ilia Mirkin <imirkin at alum.mit.edu> writes:
IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
IM> or downgrade. But don't use that release.
I did
[DOWNGRADE] libglapi-mesa:amd64 18.1.0-1 -> 18.0.5-1
[DOWNGRADE] libglx-mesa0:amd64 18.1.0-1 -> 18.0.5-1
and rebooted. Problem remains:
$ glxinfo > /dev/null
2018 Jun 13
0
libGL error messages
On Tue, Jun 12, 2018 at 9:09 PM, 積丹尼 Dan Jacobson <jidanni at jidanni.org> wrote:
>>>>>> "IM" == Ilia Mirkin <imirkin at alum.mit.edu> writes:
>
> IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
> IM> or downgrade. But don't use that release.
>
> I did
> [DOWNGRAD...
2018 Jun 19
1
ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
chromium prints thousands of
[1886:1886:0619/220640.036283:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
2020 Jun 14
1
[Bug 14407] New: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about
...is
talking about
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: jidanni at jidanni.org
QA Contact: rsync-qa at samba.org
Target Milestone: ---
Messages like
rsync: link_stat "/home/ralph/x/y/z" failed: No such file or directory (2)
perhaps should mention if they are talking about the source, or the
destination, as often the paths are the same.
--...
2023 Apr 03
0
[Bug 3556] New: Document scp version command
...on command
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
Mention on the scp man page the official way to determine the scp
version.
And indeed. Do add a scp --version option, as the ssh binary might not
be from the same source, as noted in
https://unix.stackexchange.com/questions/704740/how-to-get-scp-version
--
You are receiving this...
2023 Dec 04
0
[Bug 3640] New: Document scp wildcards working only in one direction
...direction
Product: Portable OpenSSH
Version: 9.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: jidanni at jidanni.org
On the scp man page, perhaps mention that wildcards only work in one
direction:
$ set notes.txt
$ scp neurdpro.org:m.j*.o*/X/$@ .
notes.txt 100% 4976 15.5KX/s 00:00
$ scp $@ neurdpro.org:m.j*.o*/X/
scp: dest open "m.j*.o*/X/": No such file or directory
scp: failed to...
2018 Jun 11
2
libGL error messages
glxgears, chromium etc. run fine.
The problems is these error messages,
$ glxinfo > /dev/null
libGL error: failed to create dri screen
libGL error: failed to load driver: nouveau
How can I make them go away?
I tried everything.
P.S., also /var/log/Xorg.0.log
[ 37.195] (EE) AIGLX error: Calling driver entry point failed
2020 Mar 28
0
[klibc:update-dash] dash: main: Print \n upon EOF (CTRL-D) when run interactively
...a ^D instead of with "exit" causes dash to forget to
print a newline.
sh-3.1$ sh
sh-3.1$ ^D
sh-3.1$ dash
$ sh-3.1$
It is more neat and tidy to send a newline similarly to what bash does,
so it doesn't make the next prompt of the parent shell look ugly.
Suggested by jidanni.
Signed-off-by: Gerrit Pape <pape at smarden.org>
Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
[reworded the patch description]
Signed-off-by: Andrej Shadura <andrew.shadura at collabora.co.uk>
Bug-Debian: http://bugs.debian.org/476422
Signed-off-by: Herbert Xu <herb...
2005 Apr 24
1
the second time rsyncing a readonly file
...- 1 0 2005-04-25 00:05 u
-rw-r--r-- 1 0 2005-04-25 00:05 v
OK, never mind that. What bothers me is
rsync: open "/mnt/usb/cf/webtree/media/ham/freq/freedom_en.html"
failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at main.c(702)
-r-xr-xr-x 1 jidanni 4248 2005-04-18 03:31 freedom_en.html
Therefore in the manual at
-p, --perms
This option causes rsync to set the destination permissions to
be the same as the source permissions.
also mention what to do when one copies some readonly files, only to
find that la...