Displaying 12 results from an estimated 12 matches for "basinilya".
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
> On Aug 2, 2024, at 00:32, ilya Basin <basinilya at gmail.com> wrote:
>
> Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses SSH2_FXP_FSETSTAT for directories. It doesn't have a separate "touch" command t...
2011 Feb 18
6
[Bug 34430] New: nouveau driver does not return VGA connector status breaking upower
https://bugs.freedesktop.org/show_bug.cgi?id=34430
Summary: nouveau driver does not return VGA connector status
breaking upower
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I'm connecting to "EFT Server" https://www.globalscape.com/eft and it has an SFTP module. It has nothing to do with OpenSSH, but enterprise likes it for some reason. I don't control the server.
Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
Hi all:
How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010?
What I'm doing is the following:
1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git
2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010.
3. Then I build the solution opus. I get 3 executable at
2016 Apr 15
1
Can libvird use iSCSI direcly?
Hi.
I was expecting that qemu-kvm process would connect directly to iSCSI
server, but https://libvirt.org/storage.html#StorageBackendISCSI says
that it wants symlinks in `/dev/disk/by-path` .
That suggests it relies on Linux iSCSI client that will act as mediator
and create block devices.
So is "iSCSI volume pools" just a convenience thing giving no
performance gain compared to
2016 Apr 17
0
Make disk "unaffected by snapshots"
Hi.
Is it possible to make a virtual disk unaffected by snapshots just like writethrough disks in VBox?
I tried raw with shareable flag, but snapshot creation fails with: "internal snapshot for disk vdb unsupported for storage type raw".
2015 May 11
0
Working example of mount.cifs -o setuids
Hi.
How do I use the option 'setuids'?
Logic suggests that it's intended for root mounts (with the ability to
chown from client), but everal threads on this list say the opposite.
Anyway, I can't make it work with or without 'valid users = root' or
'admin users = foo' in smb.conf. I tried samba 3.6.9 and 4.2
Please can someone post a working example of smb.conf,
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
Hi.
I use openssh-client 1:8.9p1-3ubuntu0.6 and I'm trying to upload files to EFT Server.
Previously I was using Total Commander with SFTP plugin and it does preserve mtime. https://www.ghisler.com/plugins.htm
When I try to do the same from command line it fails.
$ sftp -p user at server <<< 'put MRW_PM_Series_17146_PSSF_T1_HB.zip "/0_GLS to be
2013 Nov 29
2
Please help me decode this webrtc chrome conversation
Hi.
I made a webrtc relay with recording and dumped the SDP requests and RTP packets into files.
Then I made a java decoder based on jitsi.
Although the files contain all the needed info: encription keys, codec
info, timestamps, etc., I could only decode one side in one of 2
conversations.
For example, the RTP payload is decrypted successfully, but
opus_packet_get_nb_samples() or opus_decode()
2013 Nov 29
1
Please help me decode this webrtc chrome conversation
Yes, I parse the RTP header, decrypt the payload and then feed the
decrypted data to opus. Besides, opus_decoder_get_nb_samples() on 1st
packet returns reasonable number 960, but then opus_decode() fails.
On Fri, Nov 29, 2013 at 11:39 PM, Jean-Marc Valin <jmvalin at jmvalin.ca>wrote:
> On 29/11/13 01:49 PM, Ilya Basin wrote:
> > For example, the RTP payload is decrypted
2024 Jul 31
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I've just tried that. It still fails.
Is it possible to dump the decrypted sftp commands? I tried -vvv but found nothing interesting.
The Total Commander plugin calls:
libssh2_sftp_setstat(ConnectSettings->sftpsession,
thename,&attr)
What does the command line client use?
-------- Original Message --------
From: Brian Candler [mailto:b.candler at pobox.com]
Sent:
2013 Dec 02
0
creating opus encoder and decoder executable on Windows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title></title>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;