Make and run
apt-get source openssh-server
apt-get install libssl-dev
cd openssh-6.6p1
# Apply patch
patch -p1 openssh/openssh-6.6p1/auth2-pubkey.c < auth2-pubkey.c.patch
# Programmable completion for the Bazaar-NG bzr command under bash. | |
# Known to work with bash 2.05a as well as bash 4.1.2, and probably | |
# all versions in between as well. | |
# Based originally on the svn bash completition script. | |
# Customized by Sven Wilhelm/Icecrash.com | |
# Adjusted for automatic generation by Martin von Gagern | |
# Generated using the bash_completion plugin. | |
# See https://launchpad.net/bzr-bash-completion for details. |
/* | |
* Syncany, www.syncany.org | |
* Copyright (C) 2011-2014 Philipp C. Heckel <[email protected]> | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |
.\" Man page generated from reStructuredText. | |
. | |
.TH "SYNCANY" "1" "March 24, 2015" "0.2.1-alpha" "Syncany" | |
.SH NAME | |
syncany \- Syncany User Guide | |
. | |
.nr rst2man-indent-level 0 | |
. | |
.de1 rstReportMargin | |
\\$1 \\n[an-margin] |
Make and run
apt-get source openssh-server
apt-get install libssl-dev
cd openssh-6.6p1
# Apply patch
patch -p1 openssh/openssh-6.6p1/auth2-pubkey.c < auth2-pubkey.c.patch
java.lang.RuntimeException: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space | |
at org.syncany.database.dao.FileVersionSqlDao.getFileTree(FileVersionSqlDao.java:400) | |
at org.syncany.database.dao.FileVersionSqlDao.getCurrentFileTree(FileVersionSqlDao.java:178) | |
at org.syncany.database.SqlDatabase.getCurrentFileTree(SqlDatabase.java:232) | |
at org.syncany.operations.status.StatusOperation.execute(StatusOperation.java:95) | |
at org.syncany.operations.up.UpOperation.checkPreconditions(UpOperation.java:445) | |
at org.syncany.operations.up.UpOperation.execute(UpOperation.java:130) | |
at org.syncany.operations.watch.WatchOperation.runSync(WatchOperation.java:254) | |
at org.syncany.operations.watch.WatchOperation.execute(WatchOperation.java:140) | |
at org.syncany.operations.daemon.WatchRunner$1.run(WatchRunner.java:83) |
I hereby claim:
To claim this, I am signing this object:
# ./resilver | |
[So 4. Okt 22:02:28 BST 2015] Activating slow mirror ... OK | |
[So 4. Okt 22:02:39 BST 2015] Waiting 60 seconds for resilvering to start ... OK | |
[So 4. Okt 22:03:39 BST 2015] Waiting for resilvering to finish ..................................... OK | |
[So 4. Okt 22:05:22 BST 2015] Activating slow mirror ... OK |
/usr/share/initramfs-tools/hooks/parttools
as aboveupdate-initramfs -u
e
on the Grub2 boot menu entrybreak=mount
to the kernel
line/dev/sda1
is the to-be-resized disk):e2fsck -f /dev/sda1
resize2fs /dev/sda1 20G
# apt-add-repository ppa:zfs-native/stable | |
# apt-get update | |
# apt-get install ubuntu-zfs | |
# apt-get install debootstrap | |
HOST=vm1 | |
DISKS="/dev/disk/by-id/ata-Samsung_SSD_850_EVO_120GB_S21UNSAG310692M" | |
zpool create \ | |
-f \ |
apt-get install debootstrap | |
fdisk /dev/sdb | |
o | |
n | |
<return> | |
<return> | |
<return> | |
w |