Displaying 20 results from an estimated 9000 matches similar to: "ZFS Support"
2017 Oct 12
0
Re: ZFS Support
On Thu, Oct 12, 2017 at 09:46:13AM +0200, Miha Pleško wrote:
>
> Dear libguestfs developers,
>
> as explained yesterday by Ubuntu guys on my bug report
> https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1722800
>
> the libguestfs currently supports ZFS filesystem only partially
> i.e. for virt-rescue.
>
> Q: Would it be possible to bring ZFS support also to
2017 Feb 01
2
CentOS 7.3.1611 scap-security-guide issue
Hello,
I have noticed that pci-dss profile, ssg-centos7-xccdf.xml will always fail
on test and remediation for disable_prelink rule. That seem to be caused by
insufficient CentOS RPM customization of upstream code. Specifically this:
https://github.com/OpenSCAP/scap-security-guide/blob/master/shared/oval/disable_prelink.xml#L24-L35
2010 Jun 04
7
Installation problem
Hey guys,
i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
and it didnt create any config files. There is no /etc/samba or
/usr/local/samba. I dont realy know what to do.... The samba server fails to
start and i cant connect to the machine over my network. Anyone know what i
should do? I tried purging / reinstalling (apt-get and aptitude), with no
success.
--
Lep
2003 Feb 14
2
matrix from sequences
Hi all,
I have a data frame with sequences of x and y from a map. I would like to
know it both ways:
1. How to make a matrix from that;
2. how to make a data frame of all points in a map.
Probably it is a silly question, but please tell me where to read about it
or tell me how to do it.
Miha Staut
2003 Nov 07
3
hack ? - urgent
Hi !
Today I have noticed some modified index.html files on some of our vhosts.
Is it Apache related ? Does anyone know about this ?
The content is following:
IR4DEX ownz you FreeBSD - contato: ir4dex@hotmail.com
-Miha
2003 Nov 07
3
hack ? - urgent
Hi !
Today I have noticed some modified index.html files on some of our vhosts.
Is it Apache related ? Does anyone know about this ?
The content is following:
IR4DEX ownz you FreeBSD - contato: ir4dex@hotmail.com
-Miha
2003 Jul 24
1
geoR size limit problem
Hi all,
I tried to produce some kriged surfaces with geoR (latest version). The size
of the grid should be around 900 x 650 cells (what I find is not a very big
grid), and the number of points is around 2500. The command krige.conv
stopped after arround 5 min saying it can not allocate a vector with around
1.5 billion units. Sounds reasonable.
Is there a workaround? How would I partition the
2012 Mar 26
2
Error: Couldn't create namespace 'Share/' Dovecot 2.1.3 ldap
Mar 26 16:38:58 cartman dovecot: imap(miha at example.com): Error: Couldn't
create namespace 'Share/' for user miha-share at example.com: userdb didn't
return a home directory, but location used it (%h):
maildir:%%h/Maildir:INDEX=%h/index/Shared/%%u
Where is the problem, the same config worked with Dovecot 1.2.x
--
View this message in context:
2004 Apr 10
4
Automation of c()
Hi,
I have around 300 files with the x, y and z coordinates of a DEM that I
would like to join in a single data frame object. I know how to automate the
import of the 300 data frames.
in Bash
ls > names
in R
names<-scan(names...)
With rep() and data.frame() construct a series of read.table() commands,
which you write to a file and execute them with source().
I do not know however how
2003 Mar 16
4
xgobi?
Hi all,
As far as I understood from the documentation of xgobi. The package is
intended to plot data in 3D (and more). Why if I enter example(xgobi)
nothing displays even though the example calls also the xgobi command (yes I
did load the library)? Do I need to install anything else for xgobi to work?
I use R 1.6.1. on Windows 2000 platform or R 1.5.1 with RedHat 7.3 (none
works).
Miha
2004 Feb 04
2
Latin 2 encoding + fonts
Hi,
In the FAQ I read about options to specify different fonts than the default
ones for the console (in the file Rprofile) and for the graphical output
(Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for
both (console and graphical) output in Windows and just graphical output in
Linux.
I guess it is possible but I did not find the way.
How can I use the fonts
2003 Jan 10
1
GRASS/R interface problem
Hi all,
In my version of the R package GRASS (pre-4) I only manage to export an R
object to GRASS with the name "akspl" which, if I am not wrong, is only a
sample name in the example(). It goes that way:
rast.obj->akspl
rast.put(G, akspl, lname="rast.obj", ...)
Is that a known problem or have I done something wrong anywhere?
Miha Staut
2004 May 25
1
Bivariate interpolation
Hello,
Is there any other bivariate pointwise interpolation command besides akima's
interpp? I tried to search through the J. Baron's page without luck.
The problem is that I have got regularly spaced data (in x and y) what is
not acceptable for interpp.
I am not very much interested in the method of interpolation as the data are
dense and the error would not be to high.
Thanks in
2019 Dec 10
2
aarch64 do not generate debug info for tls var
Hi Devs,
consider below testcase
$cat test.c
__thread int mtls=1;
void foo(){
mtls++;
}
it emits this debug info for mtls
0x0000002a: DW_TAG_variable
DW_AT_name ("mtls")
DW_AT_type (0x00000035 "int")
DW_AT_external (true)
DW_AT_decl_file ("test.c")
DW_AT_decl_line (1)
2020 Apr 14
2
Re: virt-v2v valgrind errors in libosinfo
On Tue, Apr 14, 2020 at 12:37:07PM +0200, Pino Toscano wrote:
> > Unfortunately we never free the database.
>
> Hm it is never freed? Wouldn't that result in actual leaks, since
> OsinfoDb_t_finalize (g_object_unref'ing the OsinfoDb) wouldn't be
> called?
I was thinking because of this:
2003 May 11
2
libpq-fe.h ???
Hi all,
I tried to install the Rdbi_0.1-2.tar.gz and Rdbi.PgSQL_0.1-2 package. The
Rdbi_0.1-2.tar.gz installed fine but the Rdbi.PgSQL_0.1-2 had some problems.
The compilation routine tried to find a header called libpq-fe.h but did
not find it in the standard locations. I searched through the computer but
did not find a file called in this way either. What should I do to
successuffly
2020 May 18
2
Understanding LLD's SymbolTable's use of CachedHashStringRef
I was looking at the SymbolTable code in LLD COFF and ELF recently, and I’m confused by the use of CachedHashStringRef.
From what I understand, a CachedHashStringRef combines a StringRef with a computed hash. There’s no caching going on in the CachedHashStringRef itself; that is, if you construct CachedHashStringRef("foo"), and then construct a second
2019 Dec 10
2
aarch64 do not generate debug info for tls var
GCC's behavior matches LLVM.
so should we leave it?
On Tue, Dec 10, 2019 at 12:54 PM David Blaikie <dblaikie at gmail.com> wrote:
> What does GCC do?
>
> On Mon, Dec 9, 2019 at 10:25 PM kamlesh kumar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi Devs,
>>
>> consider below testcase
>> $cat test.c
>> __thread int mtls=1;
2001 Nov 05
2
oops on 2.4.14-pre8
Hello!
I got oops after about 3 hours of uptime. Load was about 1,5.
This is output of ksymoops after forced reboot if it helps someone. :-)
ksymoops 2.4.0 on i686 2.4.14-pre8. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.14-pre8/ (default)
-m /boot/System.map-2.4.14-pre8 (default)
Warning (compare_maps): mismatch on
2017 Feb 20
3
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
Correct the "seg=" value(s) corresponding to the "reactos=" option
for chain.c32.
The correct segment parameter should be "seg=0x0F80",
instead of the incorrect / failing ones "seg=0:0x8000:0x8100".
References:
https://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/notes.txt?revision=73859&view=markup&pathrev=73859#l24