search for: scheck

Displaying 11 results from an estimated 11 matches for "scheck".

Did you mean: check
2011 Sep 01
4
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver.
If a LUN larger than 2 TB is attached to a Linux VM on Hyper-V, we currently report a maximum size of 2 TB. This patch resolves the issue in hv_storvsc. Thanks to Robert Scheck <robert.scheck at etes.de> for reporting the issue. Signed-off-by: Mike Sterling <mike.sterling at microsoft.com> Signed-off-by: K.Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> --- drivers/staging/hv/hyperv_storage.h | 1 +...
2011 Sep 01
4
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver.
If a LUN larger than 2 TB is attached to a Linux VM on Hyper-V, we currently report a maximum size of 2 TB. This patch resolves the issue in hv_storvsc. Thanks to Robert Scheck <robert.scheck at etes.de> for reporting the issue. Signed-off-by: Mike Sterling <mike.sterling at microsoft.com> Signed-off-by: K.Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> --- drivers/staging/hv/hyperv_storage.h | 1 +...
2019 Jun 09
1
RFC 8314 § 3.3 support at Dovecot submission proxy service?
...inet_listener submission { #port = 587 } inet_listener submissions { #port = 465 #ssl = yes } } And if it isn't supported yet, I would indeed like to raise this as feature request. Note that 465 is named "submissions" as per RFC 8314 ? 7.3. Kind regards Robert Scheck -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 163 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20190610/a146f822/attachment.sig>
2023 Mar 22
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...> * posix/execvp.c: If execv fails with ENOEXEC, run the shell on the file. Fri Feb 9 11:46:45 1996 Roland McGrath <roland at churchy.gnu.ai.mit.edu> * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c, CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused. * hurd/Makefile (user-interfaces): Added hurd/tioctl. (note the date: 1996!), the POSIX-mandated fallback execv(<shell path>, { argv[0], file, argv[1], ..., NULL }) is not being done. Instead, the following is done: execv(<she...
2018 Feb 18
0
Re: Intent to retire: zerofree
On Sun, Feb 18, 2018 at 09:19:09PM +0100, Robert Scheck wrote: > On Sun, 18 Feb 2018, Richard W.M. Jones wrote: > > There's also a more serious data safety issue: Although this probably > > works OK for ext2 since that format is frozen in time, it probably > > corrupts ext4 filesystems containing features that it doesn't kno...
2018 Feb 19
1
Re: Intent to retire: zerofree
Hello Richard, On Sun, 18 Feb 2018, Richard W.M. Jones wrote: > If you wish to take it over, I can orphan it instead. I'm happy to take zerofree. Regards, Robert
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...execvp.c: If execv fails with ENOEXEC, run the shell on > the file. > > Fri Feb 9 11:46:45 1996 Roland McGrath <roland at churchy.gnu.ai.mit.edu> > > * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c, > CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused. > > * hurd/Makefile (user-interfaces): Added hurd/tioctl. > > (note the date: 1996!), the POSIX-mandated fallback > > execv(<shell path>, { argv[0], file, argv[1], ..., NULL }) > > is not being done. Instead,...
2018 Feb 18
4
Intent to retire: zerofree
zerofree is a package that can take an ext2 (only?) filesystem, work out what parts of the filesystem are not used, and either zero them or sparsify them. This was useful in about 2009 when I added it to Fedora. However nowadays it's more convenient to use the equivalent kernel functionality (via the ‘fstrim’ command or equivalent ioctls). The kernel functionality also works correctly for
2008 Jul 09
1
Need basic PPPoE startup help
...eb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec)[(localtime)[4]]; $cur_month = (localtime)[4]; $cur_year = (localtime)[5]; $cur_year+=1900; $cur_day = (localtime)[3]; #PPP Check: Wed Jan 30 09:20:01 CST 2008 [sample from log] foreach $line(@data) { if ($line=~m/PPP\sCheck:\s\w{3}\s(\w{3})\s(\d{2}).{14}(\d{4})/) { $late_month=$months{$1}; $late_day=$2; $late_year=$3; if ( ($late_year==$cur_year) && ( (($cur_month-$late_month)>=3) && ($late_day<=$cur_day) ) ) {@updata=()} elsif ( ($late_year<$cur_year) &amp...
2023 Mar 22
3
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/21/23 18:28, Eric Blake wrote: > it is indeed a bug in busybox now that POSIX is moving towards > standardizing realpath, so I've filed it: > https://bugs.busybox.net/show_bug.cgi?id=15466 I've found another busybox bug. The "/bin/sh" utility is provided by busybox as well (via the usual symlinking). Per POSIX, if execvp(file, { argv[0], argv[1], ..., NULL })
2018 Feb 18
1
Re: Intent to retire: zerofree
On Sun, 18 Feb 2018, Richard W.M. Jones wrote: > There's also a more serious data safety issue: Although this probably > works OK for ext2 since that format is frozen in time, it probably > corrupts ext4 filesystems containing features that it doesn't know > about. > > It is for these reasons that I don't think you should use this package > and I intend to retire