Displaying 20 results from an estimated 151 matches for "tibs".
Did you mean:
tabs
2008 Jul 06
4
Certificate Server name!
Setup of Dovecot went smoothly.
Now when I try to retrieve mail from the server, I get the following
message:
Security Error: Domain name mismatch
You have attempted to establish a connection to "mail.tib.com"
However, the security certificate presented belongs to "imap.tib.com".....
How to fix this message?
Thanks in advance.
Kirt
2006 Nov 26
1
ext3 4TB fs limit on amd64 (FAQ?)
Hi,
I've a question about the max. ext3 FS size. The ext3 FAQ explains that
the limit is 4TB.
http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
| Ext3 can support files up to 1TB. With a 2.4 kernel the filesystem size
is | limited by the maximal block device size, which is 2TB. In 2.6 the
maximum | (32-bit CPU) limit is of block devices is 16TB, but ext3
supports only up | to 4TB.
2005 Jun 02
1
could not open libRmath.so
Hi
I got a very tricky problem when I tried to compile a C++ program
which links to libRmath.so. The program itself had no problem, I can
compile and run in my own linux machine where I compiled libRmath.so
file and copied it to system directory (/usr/local/lib).
Now I want to compile my program at another linux box where I don't
have root privilege. That machine only has binary version of R,
2013 Apr 03
2
[PATCH 0/2] Allow xen guests to plug disks of 1 TiB or more
This series fixes an issue where disks of 1 TiB or more cannot be added
to a xen guest. The problem lies in the xen backend driver using a 32 bit
integer xenstore interface to write the number of sectors corresponding
to the file or device that represents the virtual disk.
The first patch adds 64 bit integer write functions to the xenstore
interface. The second patch fixes the xen backend driver
2008 Apr 20
1
[LLVMdev] Global variable-length array
...). The TIB has a fixed
length header struct, followed by a variable-length vtable.
Part of the process of instantiating a new object consists of filling in
the newly-allocated object's TIB pointer. For that reason, we want to
declare the TIB as a global variable. Moreover, we'd like all TIBs to be
the same type. One reason for this is that the TIB might be referred by
another module, one that doesn't know how large the vtable is. So when
importing the definition of the TIB as a GlobalVariable, we'd like to be
able to declare it as a standard TIB type, rather than the actual...
2009 May 06
3
fs for > 16 TiB partition
Hi,
What would you recommend as an FS for an partition greater than 16 TiB?
This is for an production server (that is, no ext4 recommendations
please :) )
What experiences did you had with your preferred FS ? (good and not so
good points)
Thank you,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3105
2008 Jul 11
2
Dovecot - Permission denied error!
Hello:
CentOS 5.2
Postfix 2.3.3 + updates (bundled with CentOS 5.2)
Dovecot-1.0.7 (bundled with CentOS 5.2)
Dovecot-1.1.1 (Updated from www.atrpms.com)
Dovecot-sieve-1.1.5 (Updated from www.atrpms.com)
During the last few days I have installed dovecot many times without errors.
Today I installed dovecot-1.1.1 & sent a test message to 'test at tib.com'. I
received the following
2008 Apr 20
0
[LLVMdev] Global variable-length array
On Apr 19, 2008, at 7:45 PM, Talin wrote:
> Question about "Pascal-style" arrays as mentioned in the reference
> guide.
>
> Suppose I have a global variable which points to a constant, variable
> length array.
>
> The question is, how can I assign an array of type "{ i32, [5 x
> float]}"
> to a global of type "{ i32, [0 x float]}"? From
2015 Apr 30
3
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
Hi,
I tried to backup my gentoobox using rsync into a NTFS External Drive
Rsync Failed And now there is no space lesft on my root directory "/"
and kcore file size is 128 TiB and my External NTFS HDD makes scary
sounds (Like it is working hardly) even when its not mounted rsync
created some files/directories that i cant remove them on my External
HDD using "rm -rf" , Please
2015 Apr 30
0
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
If your hard disk is making scary noises that could be the drive starting
to fail have you tried to determine if the drive is still good or on the
way out?
On Thu, Apr 30, 2015 at 2:12 AM, Kezhawe <kezhawe28 at gmail.com> wrote:
> Hi,
>
> I tried to backup my gentoobox using rsync into a NTFS External Drive
> Rsync Failed And now there is no space lesft on my root directory
2024 Nov 11
1
Disk size and virtual size drive me crazy!
Hi there.
I can't understand why I am having this different values:
proxmox01:/vms/images# df
Sist. Arq. Tam. Usado Disp. Uso% Montado em
udev 252G 0 252G 0% /dev
tmpfs 51G 9,4M 51G 1% /run
/dev/sda4 433G 20G 413G 5% /
tmpfs 252G 63M 252G 1% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
efivarfs 496K 335K
2015 Apr 30
1
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
I can still read&write on the external hdd and on my laptop (which I
have my gentoo there) I can't do anything on / because its filled up
with /proc/kcore after "rsync failed"
rsync -aAXv
--exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /*
2006 Sep 19
1
Problem with large files
Hi
we have samba 3.0.14a on FreeBSD 5.4.
We tried with different kind of locking and oplocks (both enabled and
disabled).
If we try to copy from a Windows XP client a file larger than 3g, we get
these error:
Cannot copy XXX. The specified network name is no longer available.
We traced this problem in the logs (log level 10) and we got this error
------------
[2006/09/19 10:29:41, 5]
2008 Apr 20
4
[LLVMdev] Global variable-length array
Question about "Pascal-style" arrays as mentioned in the reference guide.
Suppose I have a global variable which points to a constant, variable
length array.
The question is, how can I assign an array of type "{ i32, [5 x float]}"
to a global of type "{ i32, [0 x float]}"? From my experimentation, it
appears you can't bitcast or call GEP on a constant
2024 Nov 20
1
Disk size and virtual size drive me crazy!
What's your gluster version ?
Best Regards,Strahil Nikolov
? ??????????, 11 ??????? 2024 ?. ? 20:57:50 ?. ???????+2, Gilberto Ferreira <gilberto.nunes32 at gmail.com> ??????:
Hi there.
I can't understand why I am having? this different values:
proxmox01:/vms/images# df
Sist. Arq. ? ? ?Tam. Usado Disp. Uso% Montado em
udev ? ? ? ? ? ?252G ? ? 0 ?252G ? 0% /dev
tmpfs ? ? ?
2024 Nov 20
1
Disk size and virtual size drive me crazy!
11.1
---
Gilberto Nunes Ferreira
+55 (47) 99676-7530
Proxmox VE
VinChin Backup & Restore
Em qua., 20 de nov. de 2024, 19:28, Strahil Nikolov <hunter86_bg at yahoo.com>
escreveu:
> What's your gluster version ?
>
> Best Regards,
> Strahil Nikolov
>
> ? ??????????, 11 ??????? 2024 ?. ? 20:57:50 ?. ???????+2, Gilberto
> Ferreira <gilberto.nunes32 at
2024 Nov 29
1
Disk size and virtual size drive me crazy!
Have you figured it out ?
Have you tried setting storage.reserve to 0 ?
Best Regards,
Strahil Nikolov
On Thu, Nov 21, 2024 at 0:39, Gilberto Ferreira<gilberto.nunes32 at gmail.com> wrote:
11.1
---
Gilberto Nunes Ferreira
+55 (47) 99676-7530
Proxmox VE
VinChin Backup & Restore
Em qua., 20 de nov. de 2024, 19:28, Strahil Nikolov <hunter86_bg at yahoo.com> escreveu:
2024 Nov 29
1
Disk size and virtual size drive me crazy!
No! I didn't! I wasn't aware of this option.
I will try.
Thanks
Em sex., 29 de nov. de 2024 ?s 16:43, Strahil Nikolov <hunter86_bg at yahoo.com>
escreveu:
> Have you figured it out ?
>
> Have you tried setting storage.reserve to 0 ?
>
> Best Regards,
> Strahil Nikolov
>
> On Thu, Nov 21, 2024 at 0:39, Gilberto Ferreira
> <gilberto.nunes32 at
2024 Dec 02
1
Disk size and virtual size drive me crazy!
qemu-img info 100/vm-100-disk-0.qcow2
image: 100/vm-100-disk-0.qcow2
file format: qcow2
virtual size: 120 GiB (128849018880 bytes)
disk size: 916 GiB
cluster_size: 65536
Format specific information:
compat: 1.1
compression type: zlib
lazy refcounts: false
refcount bits: 16
corrupt: false
extended l2: false
Child node '/file':
filename: 100/vm-100-disk-0.qcow2
2023 Oct 17
1
transform a list of arrays to tibble
Arnaud,
Short answer may be that the tibble data structure will not be supporting row names and you may want to simply save those names in an additional column or externally.
My first thought was to simply save the names you need and then put them back on the tibble. In your code, something like this:
save.names <- names(my.ret.lst)
result.tib <- as_tibble_col(unlist(my.ret.lst),