search for: verity

Displaying 18 results from an estimated 18 matches for "verity".

Did you mean: verify
2023 Apr 04
1
[PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
Hi Zorro, On Wed, Apr 05, 2023 at 01:14:09AM +0800, Zorro Lang wrote: > +FSVERITY > +L: fsverity at lists.linux.dev > +S: Supported > +F: common/verity > + > +FSCRYPT > +L: linux-fscrypt at vger.kernel.org > +S: Supported > +F: common/encrypt Most of the encrypt and verity tests are in tests/generic/ and are in the 'encrypt' or 'verity...
2023 Apr 04
6
[PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
...ted +F: tests/ceph/ +F: common/ceph + +CIFS +L: linux-cifs at vger.kernel.org +S: Supported +F: tests/cifs + +EXT4 +L: linux-ext4 at vger.kernel.org +S: Supported +F: tests/ext4/ +F: common/ext4 + +F2FS +L: linux-f2fs-devel at lists.sourceforge.net +S: Supported +F: tests/f2fs/ +F: common/f2fs + +FSVERITY +L: fsverity at lists.linux.dev +S: Supported +F: common/verity + +FSCRYPT +L: linux-fscrypt at vger.kernel.org +S: Supported +F: common/encrypt + +FS-IDMAPPED +L: linux-fsdevel at vger.kernel.org +S: Supported +F: src/vfs/ + +NFS +L: linux-nfs at vger.kernel.org +S: Supported +F: tests/nfs/ +...
2011 Aug 30
1
New UPS for Support List
...USB UPS working with the blazer_usb driver. I pulled the power to the ups last night and it sent a message to the server saying it was on battery then ran for another 10 minutes and then sent a message to the server telling it to shut down, which it did. upswr did not return anything. [root at verity ~]# upsc ups battery.voltage: 13.50 battery.voltage.nominal: 12.0 beeper.status: enabled device.type: ups driver.name: blazer_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.4.3 driver.version.internal: 0.03 input.current.nominal: 2.0 input.frequency: 49.9 input.f...
2011 Aug 30
1
New UPS for Support List
...USB UPS working with the blazer_usb driver. I pulled the power to the ups last night and it sent a message to the server saying it was on battery then ran for another 10 minutes and then sent a message to the server telling it to shut down, which it did. upswr did not return anything. [root at verity ~]# upsc ups battery.voltage: 13.50 battery.voltage.nominal: 12.0 beeper.status: enabled device.type: ups driver.name: blazer_usb driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.version: 2.4.3 driver.version.internal: 0.03 input.current.nominal: 2.0 input.frequency: 49.9 input.f...
2023 Apr 04
2
[PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
.../MAINTAINERS +++ b/MAINTAINERS @@ -108,6 +108,7 @@ Maintainers List or reviewer or co-maintainer can be in cc list. BTRFS +R: Filipe Manana <fdmanana at suse.com> L: linux-btrfs at vger.kernel.org S: Supported F: tests/btrfs/ @@ -137,16 +138,19 @@ F: tests/f2fs/ F: common/f2fs FSVERITY +R: Eric Biggers <ebiggers at google.com> L: fsverity at lists.linux.dev S: Supported F: common/verity FSCRYPT +R: Eric Biggers <ebiggers at google.com> L: linux-fscrypt at vger.kernel.org S: Supported F: common/encrypt FS-IDMAPPED +R: Christian Brauner <brauner at k...
2005 Mar 22
0
maintaining ownership with cygwin/rsync?
...nt from the source (I'm connected to the share as an Administrator). I've tried using the collection of switches which "-a" is shorthand for and get the same thing. There is nothing tricky about what I'm trying to do - an example is: rsync --archive "/cygdrive/z/APC/Verity/" "/cygdrive/z/APC3/Verity" Perms and modify times are maintained, but ownership is changed. This is a fairly critical problem as our quota system is based on ownership. Any clues? I'd be happy to rtfm if someone can point me to it! Thanks, Mark Crowder...
2005 Nov 29
2
Dtrace - Macros $1, $2, etc...
Unless I am missing something I cannot find a way to do a condtional check and handle it when a dtrace script is written with macros $1, $2 being passed to it, etc... In other words I have a dtrace script that can have parameters passed to it. Lets say $1 and $2 for example. I am trying to verity that there is or is not a value for $1 or $2 and adjust accordingly. I am finding that if use macros as parameter and specially use $1, $2 etc., in the D script it will fail regardless. Unless I am missing something the only way to handle this would be a wrapper script around the D script to handl...
2015 Jan 30
3
SSH over websockets
I must be missing the point here somehow. From my simple mind I think that two things would be needed - first a mod, e.g., mod_sshd, or better an addition to mod_auth and mod_proxy so that a URL could be used to initiate contact to an sshd server elsewhere. The mod_auth part could/should be used to verity the credentials to used - basically setting up the VPN between ssh and httpd as ssh; the httpd server would setup it's own separate connection with the target sshd - with mod_proxy_logic - to verify that the httpd server can and will make a connection. Lastly, to prevent a continous man in the...
2000 May 03
0
touch.exe problem with 2.0.6
...Samba 2.0.5a and 2.0.6 . Possibly, if this bug occurred in the Linux port of 2.0.6, a patch was applied in the RedHat build. Can anyone shed some light on this problem; what is the status of this bug? (And did Red Hat actually patch their 2.0.6 version?) -- Peter L. Belew Sr. Software Engineer Verity, Inc. 408-542-2387
2007 Feb 07
1
mail_location and storage type
Hi, I was setting up a new system for testing Dovecot 1.0. My old one is using 0.99 and was set up quite a time ago, so I had to consult the documentation. I needed several attempts until it worked and that was because the designated maildir directory /server/mail/jrg/Maildir was completely empty. Upon login the server exited and wrote the following to the log: POP3(jrg): Ambiguous mail location
2014 Apr 26
2
[LLVMdev] Drop the machine code while executing
That's a good point.  But it's worth noting that recompileAndRelinkFunction() and freeMachineCodeForFunction() are both vestiges of the old JIT (i.e. the "JIT" as opposed to the "MCJIT").  The old JIT is no longer actively supported. -Phil On April 26, 2014 at 9:47:05 AM, Sri (emdcdeveloper at gmail.com) wrote: Hi Fillip                  Addition to my previous
2015 Jan 29
3
SSH over websockets
On 29/01/15 21:15, Alex Bligh wrote: > Be frightened: > https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo?hl=en > That's a ssh client implemented in chromium, not a web server acting as sshd. However... ?Secure Shell also knows how to connect to an HTTP-to-ssh relay that was built inside Google. Unfortunately that relay isn't open source,
2009 Feb 23
7
Recover rpm DB corrupted by disk failure?
Over the weekend my workstation (still on CentOS 3) started showing SMART errors, so we shut it down and moved everything onto a new drive. On reboot, the RPM database reports as corrupted and "rpm --rebuilddb" segmentation faults. Is there any reasonable way to recover from this, short of a complete reinstall? The machine is otherwise up though it''s quite likely some files
2005 Dec 17
12
new rails-based cms is born.
hallo, i would heavily like to get some feedback on our rails-based cms: rcms.oopen.de so, if some could find the time an try it i''d be pleased.. greetings rene
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset... As I explained in [PATCH 1/5], fstests covers more and more fs testing thing, so we always get help from fs specific mailing list, due to they learn about their features and bugs more. Besides that, some folks help to review patches (relevant with them) more often. So I'd like to bring in the similar way of
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
...pace logging" @@ -483,7 +483,7 @@ config DM_FLAKEY tristate "Flakey target" depends on BLK_DEV_DM ---help--- - A target that intermittently fails I/O for debugging purposes. + A target that intermittently fails I/O for debugging purposes. config DM_VERITY tristate "Verity target support" diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index b36a41332867..9dfea5c4b6ab 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -208,9 +208,9 @@ config MEDIA_SUBDRV_AUTOSELECT If unsure say Y. config MEDIA_HIDE_ANCILL...
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
...pace logging" @@ -483,7 +483,7 @@ config DM_FLAKEY tristate "Flakey target" depends on BLK_DEV_DM ---help--- - A target that intermittently fails I/O for debugging purposes. + A target that intermittently fails I/O for debugging purposes. config DM_VERITY tristate "Verity target support" diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index b36a41332867..9dfea5c4b6ab 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -208,9 +208,9 @@ config MEDIA_SUBDRV_AUTOSELECT If unsure say Y. config MEDIA_HIDE_ANCILL...
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down... http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html Interesting piece. This is the second post from Yager that shows solaris in a pretty good light. I particularly like his closing comment: "If you haven''t checked out ZFS yet, do, because it will eventually become ubiquitously implemented