Displaying 20 results from an estimated 9000 matches similar to: "64bit feature in ext4"
2009 Apr 11
1
LVM support
Hi,
Hearing the discussion about whether LILO should stay in Debian, I
started to wonder whether adding LVM support to EXTLINUX was
possible. That's the main selling point of LILO, as far as I know.
And GRUB2 already has a module for parsing LVM metadata:
http://svn.savannah.gnu.org/viewvc/trunk/grub2/disk/lvm.c?root=grub&view=log
Couldn't we somehow incorporate it?
--
Cheers,
2017 Mar 07
0
SECURITY: Various security issues in icoutils 'wrestool', used by libguestfs
Sorry for missing the importance of these earlier. These
vulnerabilities were first disclosed this January.
There are seven vulnerabilities reported in the icoutils package, in
the 'wrestool' program.
Unfortunately because libguestfs downloads untrusted guest content and
processes it with 'wrestool -x' on the host, libguestfs is vulnerable
to these. This could lead to host
2019 Jun 11
0
[R] Open a file which name contains a tilde
Hi Gabriel,
I actually want to make renames over thousands of files. But if I am not able to express the source filename of the rename operation I will not be able to get the work done. Besides the fact that there are issues I think that R is qualified for solving my problem by the method how it can handle long vectors of strings, booleans and also lists.
Kind regards,
Frank
On 2019-06-11
2015 Nov 03
0
[PATCH] efi: Call ExitBootServices at least twice
2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
> <syslinux at zytor.com> wrote:
>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>
>> Some firmware implementations may need ExitBootServices to be called
>> twice. The second time with an updated memory map key.
>>
2019 Jun 11
0
[R] Open a file which name contains a tilde
On 11/06/2019 4:34 p.m., William Dunlap via R-devel wrote:
> Note that R treats tildes in file names differently on Windows and Linux.
> On Windows, it is only replaced if it it at the beginning of the line and
> is followed by a forward or backward slash or end-of-line. On Linux it is
> replaced no matter where it is in the text and ~someUser will be replaced
> by someUser's
2019 Jun 12
0
[R] Open a file which name contains a tilde
@ Gabriel:
"Avoid tilde in file names":
Not quite.
A tilde *suffix* is commonly used by *nix editors for backup files
https://unix.stackexchange.com/questions/76189/what-does-the-tilde-mean-at-the-end-of-a-filename
On Wed, Jun 12, 2019 at 2:43 AM Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
> >>>>> Duncan Murdoch writes:
>
> With c76695 in the trunk, we
2019 Jun 13
0
[R] Open a file which name contains a tilde
At the risk of looking silly, note that all of this is now largely moot
anyway (or will be with the next release of R), thanks to Kurt Hornik's
fixing of the bug in question (which he announced on this thread prior to
but I read after Paul's).
~G
On Wed, Jun 12, 2019 at 11:51 PM Gabriel Becker <gabembecker at gmail.com>
wrote:
>
>
> On Wed, Jun 12, 2019, 5:16 AM Paul
2015 Nov 03
0
[PATCH] efi: Call ExitBootServices at least twice
2015-11-03 11:24 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
> On Mon, Nov 2, 2015 at 10:23 PM, Celelibi <celelibi at gmail.com> wrote:
>> 2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>>> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
>>> <syslinux at zytor.com> wrote:
>>>> From: Sylvain Gault
2019 Jun 11
0
[R] Open a file which name contains a tilde
Hi,
yes, I have seen this package and it has the same tilde expanding problem.
Please excuse me I will cc this answer to r-help and r-devel to keep the discussion running.
Kind regards,
Frank Schwidom
On 2019-06-11 09:12:36, G?bor Cs?rdi wrote:
> Just in case, have you seen the fs package?
> https://fs.r-lib.org/
>
> Gabor
>
> On Tue, Jun 11, 2019 at 7:51 AM Frank Schwidom
2017 Mar 14
2
[cfe-dev] [4.0.0 Release] 'final' has been tagged
On Mon, Mar 13, 2017 at 10:09 PM, Khem Raj <raj.khem at gmail.com> wrote:
> Hi Hans
>
> On 3/10/17 1:10 PM, Hans Wennborg wrote:
>> Hi Khem,
>>
>> On Fri, Mar 10, 2017 at 1:03 PM, Khem Raj via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>>> On Fri, Mar 10, 2017 at 7:01 AM, Renato Golin via llvm-dev
>>> <llvm-dev at
2015 Nov 03
2
[PATCH] efi: Call ExitBootServices at least twice
On Mon, Nov 2, 2015 at 10:23 PM, Celelibi <celelibi at gmail.com> wrote:
> 2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
>> <syslinux at zytor.com> wrote:
>>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>>
>>> Some firmware implementations may need
2019 Jan 03
2
Xen PVH support for grub-xen in Buster
Hi Debian Grub maintainer,
In december, Xen PVH support has been committed in grub master:
https://www.mail-archive.com/grub-devel at gnu.org/msg28125.html
The last pieces needed in the Linux kernel to boot PVH with grub2 landed
in Linux 4.20. I asked our kernel team to carry those patches on top of
the Linux 4.19 kernel that is going to ship in Buster, and that wish was
granted:
2019 Jun 11
2
[R] Open a file which name contains a tilde
Note that R treats tildes in file names differently on Windows and Linux.
On Windows, it is only replaced if it it at the beginning of the line and
is followed by a forward or backward slash or end-of-line. On Linux it is
replaced no matter where it is in the text and ~someUser will be replaced
by someUser's home directory (if 'someUser' is a user with a home
directory).
Hence, if
2006 Feb 21
2
ActiveRecord before_ callbacks question
Hi!
I need to set the primary key in a model and postgres table to something
different than id. View Edit and such works in the scaffolded
controller. However if I click in the controller below the list of data
onto New then I get an error message like this:
Showing app/views/admin/_form.rhtml where line #5 raised:
undefined method `nr_before_type_cast'' for
2019 Jun 12
2
[R] Open a file which name contains a tilde
>>>>> Duncan Murdoch writes:
With c76695 in the trunk, we now only tilde expand file names starting
with a tilde also when using readline.
Best
-k
> On 11/06/2019 4:34 p.m., William Dunlap via R-devel wrote:
>> Note that R treats tildes in file names differently on Windows and Linux.
>> On Windows, it is only replaced if it it at the beginning of the line and
2018 Jan 02
0
ext4 support
On Sat, Dec 30, 2017 at 9:37 AM, Bernd Dreyer <dreyerbernd at hotmail.de> wrote:
> Hi Gene,
>
> thank very much you for the answer.
> I have trouble with EasyBCD 2.3 on a X64 Intel non UEFI system and dual boot Windows 10 and Lubuntu.
So a boot selector with fairly simple OSs.
> Both systems on logical drives.
You mean logical partitions within the drive. In MBR
2014 Dec 03
2
building NUT on Mac OS X Yosemite (website/documentation)
Sorry for the unresponsiveness.
To the problem: I think the 'stray character' is the 'V', as it's the
newer one of the options used here (the dot notation is required by
the 'k' option and seems to be supported ever since the release of GNU
sort).
- http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=4c9fae4e97d95a9f89d1399a8aeb03051f0fec96
Newer versions of (GNU)
2004 Feb 26
0
Unable to access Samba Domain Member
Hi,
I'm trying to connect to a Samba Domain Member, but I always end up with
the same strange error.
The PDC (authenticating againt LDAP) and the server itself (Lobo) are
Samba 3.0.2a-1 (Debian). I first
tried to connect from my Windows client. It gave me the following error:
"\\Lobo is not accessible. The specified network name is no longer
available."
When connecting via
2003 Oct 12
4
[Bug 742] sftp doesn't honor "Protocol 1" in config file
http://bugzilla.mindrot.org/show_bug.cgi?id=742
Summary: sftp doesn't honor "Protocol 1" in config file
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
2019 Jun 13
2
[R] Open a file which name contains a tilde
On Wed, Jun 12, 2019, 5:16 AM Paul McQuesten <mcquesten at gmail.com> wrote:
> @ Gabriel:
>
> "Avoid tilde in file names":
> Not quite.
> A tilde *suffix* is commonly used by *nix editors for backup files
>
> https://unix.stackexchange.com/questions/76189/what-does-the-tilde-mean-at-the-end-of-a-filename
I'm aware of that, but that isn't the case