Displaying 13 results from an estimated 13 matches for "snapshop".
Did you mean:
snapshot
2006 May 21
2
[LLVMdev] new llvmgcc4 snapshop
This should build with mainline, includes some performance tweaks, better
build support for mingw, detects a faulty --enable-llvm configure
option, and has better support for the Darwin/X86 ABI:
http://nondot.org/sabre/2006-05-20-llvm-gcc-4.tar.gz
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2006 May 21
0
[LLVMdev] new llvmgcc4 snapshop
...ner wrote:
> This should build with mainline, includes some performance tweaks, better
> build support for mingw, detects a faulty --enable-llvm configure
> option, and has better support for the Darwin/X86 ABI:
Any functional changes for non-Darwin or am I ok continuing to use the
last snapshop?
Andrew
2012 Nov 24
1
delete-during and I/O errors
I've implemented a backups system and have come across a problem with
delete-during and I/O errors.
Currently I use a wrapper round rsync to create a LVM snapshot and rsync
the snapshot, this works except that when the snapshot threshhold is
exceeded LVM removes the snapshop, the mount fails and I/O errors happen.
This is ok, except with delete-during I'm getting instances of rsync
thinking the files are deleted (though it does know I/O errors are
happening and reports them), and thus deleting them on the receiver side.
This is not good.
I've resorted to d...
2006 Sep 18
0
Physical Clone of zpool
...ng a physical clone of the zpool with the ShadowImage
functionality.
ShadowImage takes a snapshot of the LUN, and copies all the blocks to a
new LUN (physical copy). In our case the new LUN is then made available
on the same host as the original LUN.
After the ShadowImage is taken, we can see the snapshop using the
format(1M) command as an additional disk. But when running "zpool
import" , it only says: "no pools available to import".
I think this is a bug. At least it should say something like "pool with
the same name already imported". I have only tested this on 10 0...
2012 Jan 03
1
[Bug 766] New: Segmentation Fault using Hop Limit and ICMPV6-TYPE in same rule
http://bugzilla.netfilter.org/show_bug.cgi?id=766
Summary: Segmentation Fault using Hop Limit and ICMPV6-TYPE in
same rule
Product: iptables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: major
Priority: P5
Component: ip6tables
2007 Jan 04
2
Freeing pv space for snapshots
After upgrading my HD, I am now wishing I left some space for doing
snapshots. Is there a way to free up some space so I can get some free
PE?
Right now I have this:
# vgdisplay
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
2014 Apr 13
4
[Bug 914] New: nft configure does not use --prefix as include/lib search path
https://bugzilla.netfilter.org/show_bug.cgi?id=914
Summary: nft configure does not use --prefix as include/lib
search path
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
AssignedTo: pablo at
2004 Aug 06
2
Icecast2 and TiVo
...ernet stream, it would play that stream for you. Very
nifty.
So I decided to take it one step further. I installed a radio card and sound
card into my server. The radio card goes into my sound card, and DarkIce
grabs that data and sends it to an Icecast2 server (I installed from the
nightly snapshop on 8-16-2003). Additionally, I wrote some PHP that runs a
command line tuner and changes the station based on the "playlist" you pick.
Now I can get local radio on my TiVo :).
When I connect to the Iceast2 stream with Winamp, all is well. It works
perfectly. However, when I connec...
2011 Feb 08
4
NoSQL Storage Backend
Hello,
I found a posting on the mailing list from 2008 "Adding new storage
backend to Dovecot" while searching for POP3 and IMAP servers, that
allow to use a NoSQL backend rather than a traditional file system.
The problem with traditional filesystems is, that they are very limited.
You cannot easily extend it, even with RAID 10 all messages may be lost
due to a RAID controller
2013 Aug 01
3
filefrag and btrfs filesystem defragment and maybe snapshots
While exploring some btrfs maintenance with respect to defragmenting I
ran the following commands:
# filefrag /path/to/34G.file /path/to/5.7G.file
/path/to/34G.file: 2406 extents found
/path/to/5.7G.file: 572 extents found
Thinking those mostly static files could be less fragmented I ran:
# btrfs filesystem defragment -c /path/to/34G.file
# btrfs filesystem defragment -c /path/to/5.7G.file
and
2009 Jun 25
7
Join Tables
I just have a few questions about join tables. From my understanding
the following applies (correct me if I''m wrong):
1.Join tables are always named with the names of the two associated
tables, in alphabetical order, separated by an underscore.
2.The foreign key fields are named with the name of the table they are
referencing, with _id appended.
3.The foreign key is referencing a
2007 Sep 17
18
[Bug 1363] New: sshd gets stuck: select() in packet_read_seqnr waits indefinitely
http://bugzilla.mindrot.org/show_bug.cgi?id=1363
Summary: sshd gets stuck: select() in packet_read_seqnr waits
indefinitely
Product: Portable OpenSSH
Version: 4.2p1
Platform: All
URL: http://marc.info/?t=117394251600035
OS/Version: All
Status: NEW
Keywords: patch
Severity: major
2003 Sep 06
20
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615
------- Additional Comments From dtucker at zip.com.au 2003-09-06 12:51 -------
Created an attachment (id=387)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=387&action=view)
Move libgen test after dirname test
Looked at this again, I think the reason it's not working is libgen has already
been detected before the dirname test,