Displaying 20 results from an estimated 5000 matches similar to: "Snapshot question"
2020 Jan 29
1
[PATCH] appliance: Add ntfs-3g-system-compression (RHBZ#1703463).
This package in Fedora enables optional support for Windows 10
"CompactOS" (file-level compression), read-only, which is sufficient
for inspecting Windows guests and doing certain types of modifications
to them. Virt-v2v appears to work, but it may be that anything that
involves modifying a compressed file might not work.
I couldn't find the equivalent package in Debian or SUSE.
2006 Jan 27
5
External IAX2 phone defined as internal behaving as from PSTN
Have asterisk@home 1.2.1
The server is on an internal network eg 10.10.10.10
It is NAT'd 1:1 via Checkpoint firewall to external public IP eg
50.50.50.50
The remote IAX2 phone (ATCOM320) is configured to call 50.50.50.50 on
extension 1055.
Outbound calls to 1055 work perfectly.
Inbound calls from 1055 get picked up as if it were an external call
(see below) and goes straight to the ring
2007 Sep 25
2
Thoughts about filesystem undo
Dear Btrfs people,
I saw Chris' Btrfs talk at LinuxConf.EU a few weeks ago and have since
been thinking about how I would like to use this great code once you
have done all the hard work :-)
Fine-grain filesystem undo, thanks to cheap snapshots, is what I'm
thinking about. The more I consider it the more useful I believe it
will be; here's a recent example:
# apt-get install
2009 Jun 10
13
Apple Removes Nearly All Reference To ZFS
http://hardware.slashdot.org/story/09/06/09/2336223/Apple-Removes-Nearly-All-Reference-To-ZFS
2016 Oct 06
1
[PATCH] appliance: add/remove some packages for Arch Linux
Added:
- cdrtools: added as alternative to cdrkit
- multipath-tools: contains kpartx (in AUR)
Removed:
- ntfsprogs: the package is no longer available, it has been completely
replaced by ntfs-3g (already in packagelist.in)
- zfs-fuse: no longer in AUR
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
appliance/packagelist.in | 4 ++--
1 file changed, 2 insertions(+), 2
2008 Mar 03
0
[PATCH] nilfs2 support for fstype
[please note that I'm not subscribed to the list]
Hi again,
this patch adds support for the NILFS2 (http://www.nilfs.org/)
filesystem to fstype (on top of 1.5.7 from the debian package).
Please let me know what you think.
(please note that I'm not affiliated to nilfs in any way).
diff -Nur klibc-1.5.7.orig/usr/kinit/fstype/fstype.c klibc-1.5.7/usr/kinit/fstype/fstype.c
---
2017 Mar 03
8
imaging a drive with dd
I am building a mailserver and with all the steps, I want to image the
drive at various 'checkpoints' so I can go back and redo from a
particular point. The image is currently only 4GB on a 120GB drive.
Fdisk reports:
Disk /dev/sdb: 111.8 GiB, 120034124288 bytes, 234441649 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size
2010 Aug 19
3
SSD caching of MDT
Article by Jeff Layton:
http://www.linux-mag.com/id/7839
anyone have views on whether this sort of caching would be useful for
the MDT? My feeling is that MDT reads are probably pretty random but
writes might benefit...?
GREG
--
Greg Matthews 01235 778658
Senior Computer Systems Administrator
Diamond Light Source, Oxfordshire, UK
2004 Jan 27
4
WARNING. You tried to send a potential virus or unauthorised code
The Star Internet anti-virus service, powered by MessageLabs,
discovered a possible virus or unauthorised code (such as a joke
program or trojan) in an email sent by you.
This email has now been quarantined and was not delivered.
Please read this whole email carefully. It explains what has happened
to your email, which suspected virus has been caught, and what to do if
you need help.
To
2002 Jun 05
13
Welcome to the Linux Magazine newsletter
********************************************************************
* PLEASE SAVE THIS WELCOME MESSAGE! *
********************************************************************
Welcome to linux-mag-news!
This list is for the monthly Linux Magazine newsletter.
SUBSCRIBING:
Send a blank message to:
join-linux-mag-news@sand.lyris.net
UNSUBSCRIBING:
Send a message
2005 May 23
7
Cisco 7960 & v7.4
I have recently upgraded my firmware from v6.3 to v7.4. Now when the phone is booted or rebooted, the initial screen "Initializing Vlan" takes forever to initialize before it initializes IP. Any ideas/Thoughts? (Trying not to Revert back to v6.3).
-C
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 31
3
pattern matching problems
this is from my extensions.conf, the first three patterns are for
toll-free numbers, and fourth pattern is for other numbers, where an AGI
is called for authentication.
now when I dial 011448000664327 if falls into the fourth pattern, where
as it should be matched by the first pattern. Any suggestions
1 - exten => _01144800XXXXXXX,1,Dial(${MAG}/${EXTEN:3},45,tT)
2 - exten =>
2009 Aug 08
1
frequency of numbers in a list
Hi,
I have two vectors, mag and i, and I want to generate a of vector where each element is the frequency of mag which is greater than i.
i produced the following code. However I get the following error:
mag<-rnorm(40,5,3)
i<-seq(floor(min(mag)),max(mag), 0.5)
freq<-sum(mag>=i)
Warning message:
In mag >= i :
longer object length is not a multiple of shorter object length
2008 Nov 12
3
Grandstream and pickup
Man, I really feel stupid, but after banging my head on a brick wall for
several hours ... I need help!
I've gotten the BLF to work on my shiny new GXP2010. The GXP is exten
5707, and I've got an xlite on 5608.
When I make a call from an outside line, I dial SIP/5608. The little
blinky light on the GXP that's monitoring 5608 goes, well, "blink
blink". :) I then press
2009 Nov 17
3
Calculating the power of a negative number
Hello,
I use R a lot, one thing bugs me is that when I try the following
> x<- -8
> x^(1/3)
[1] NaN
However, it is fine with -8^(1/3). Priority goes to the power. Can you help
me out for this? Thanks.
Best,
Zhiyuan J. ZHENG
Ph.D. Candidate
Economic Department
Virginia Polytechnic Institute and State University
Phone: 540-231-5120 , Blacksburg, VA, 24060
2020 Oct 17
1
[PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
The ELF NEEDED are used to determine guestfsd's library dependencies
with help from the dynamic linker and the package manager.
This was prompted by Debian bug #972241 which was caused by a
libtirpc package renaming in Debian/unstable because the SONAME had
been changed.
---
appliance/Makefile.am | 26 ++++++++++++++++-
appliance/packagelist.in | 62
2018 May 15
4
named will not start after upgrade of CentOS
Il 15/05/2018 16:34, Rowland Penny via samba ha scritto:
> On Tue, 15 May 2018 15:54:16 +0200
> Marco Coli <marco.coli.gm at gmail.com> wrote:
>
>>
>> Hello, the message is exactly the same:
>> mag 15 11:30:20 mail.magigas.local named[30186]: Loading 'AD DNS Zone'
>> using driver dlopen
>> mag 15 11:30:20 mail.magigas.local named[30186]:
2018 May 15
4
named will not start after upgrade of CentOS
Il 15/05/2018 15:37, Rowland Penny via samba ha scritto:
> On Tue, 15 May 2018 15:30:08 +0200
> Marco Coli via samba <samba at lists.samba.org> wrote:
>
>>> On Sat, 12 May 2018 01:17:02 -0600
>>> "Paul R. Ganci via samba" <samba at lists.samba.org> wrote:
>>>
>>>> Well I may have been over zealous and upgraded my Samba AD
2009 Mar 12
8
UK ISDN-30 and ANI
Has anyone in the UK got ANI to work on an inbound call ?
Using asterisk 1.4 trunk and zaptel 1.4 trunk, with a Euro-ISDN 30
Julian
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
2004 May 22
14
Caller ID with BT CD50
Hi All,
Having searched the archives, I can see there has been much discussion
at various points regarding capture of caller id information from good
old BT.
If I understand correctly, it seems that not only do the drivers not
currently support it, but my X101P possibly/probably can't do it anyway
due to hardware?
So, that leaves me with the modem route, which seems more and more
unlikely,