Skip to content

Instantly share code, notes, and snippets.

View mcarolan's full-sized avatar
🐢
always turtle

Martin Carolan mcarolan

🐢
always turtle
View GitHub Profile
set nocompatible
syntax enable
filetype plugin on
set path+=**
set wildmenu
set wildignore+=*.class,**/target/**
set noswapfile
def parseProductionId(string: String): Option[ProductionId] = {
val explicitRegex = "ProductionId\\((.+)\\)".r
val explicitMatch = explicitRegex.findFirstMatchIn(string).map(_.group(1)).map(ProductionId)
val implicitMatch = "([A-Z0-9]+/?)+(#[A-Z0-9]+)?".r
explicitMatch.orElse(implicitMatch.findFirstMatchIn(string).map(_.group(0)).map(ProductionId))
}
import java.net.Socket
import com.itv.lifecycle.Lifecycle
import itv.bucky._
import itv.bucky.decl.{DeclarationLifecycle, Exchange, Queue}
import itv.bucky.pattern.requeue._
import PublishCommandBuilder._
import itv.bucky.PayloadMarshaller.StringPayloadMarshaller
import itv.bucky.Unmarshaller.StringPayloadUnmarshaller

Hi,

I'm having some slow boot problems (on xubuntu 15.04). In the /var/log/boot.log file I found the following:

Timed out waiting for device dev-disk-by\x2duuid-e04af964\x2d66f7\x2d4585\x2d8b12\x2d4e4fdf358967.device.
Dependency failed for Cryptography Setup for cryptswap1.
Dependency failed for Encrypted Volumes.
Dependency failed for /dev/mapper/cryptswap1.
Dependency failed for Swap.

Keybase proof

I hereby claim:

  • I am mcarolan on github.
  • I am mcarolan (https://keybase.io/mcarolan) on keybase.
  • I have a public key whose fingerprint is 109A 2BA8 EA4D 7693 BD23 B38F FDD8 4952 4AA3 2AAE

To claim this, I am signing this object: