You need to be Payday Loans UK Why would you

subsystem request for sftp

When I try to connect by FileZilla to server I get error: Nov 28 08:25:51 server01 sshd[19577]: Accepted password for root from 77.120.137.175 port 55070 ssh2 Nov 28 08:25:51 server01 sshd[19577]: subsystem request for sftp Nov 28 08:25:51 server01 sshd[19577]: error: subsystem: cannot stat /usr/libexec/sftp-server: No such file or directory Nov 28 08:25:51 server01 sshd[19577]: [...]

E575: viminfo: Illegal starting char in line: ^E14

This error appearing when you start vim (or try to open\save file using vim editor): E575: viminfo: Illegal starting char in line: ^E14 Solution is: delete ifrom the home directory file ~/.viminfo: rm ~/.viminfo Do not worry – it is just file of history and can be deleted.

Update to php 5.3.6 problem (autoconf: required version 2.68 not found)

Was updating php on FreeBSD to php 5.3.6 lang/php5 updated correctly but when I tried update php5-extensions – it cause problems. I also tried article portupgrade for certain module also didn’t work (php5-mcrypt, for example): howtobsd# portupgrade php5-mcrypt [Updating the pkgdb in /var/db/pkg ... - 951 packages found (-1 +0) (...) done] —> Upgrading ‘php5-mcrypt-5.3.3_2′ [...]

PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0

howtobsd# php -v PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 PHP 5.3.3 with Suhosin-Patch (cli) (built: Sep 25 2010 23:22:23) (DEBUG) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 [...]

NS_ERROR_FACTORY_NOT_REGISTERED (0×80040154)

Doesn’t start VirtualBox ERROR:NS_ERROR_FACTORY_NOT_REGISTERED (0×80040154) Solution: Delete folder: /tmp/.vbox-username-ipc/

Automount flash drive on FreeBSD

The problem with automount flash drives on FreeBSD 8.1 and KDE4: An error occurred while accessing ‘My_flash’, the system responded: org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal.storage.mount-removable no <– (action, result) or Could not mount the following device: My_flash Solution: add to PolicyKit config file(/usr/local/etc/PolicyKit/PolicyKit.conf) your user: <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE pkconfig PUBLIC “-//freedesktop//DTD PolicyKit Configuration 1.0//EN” “http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd”> <!– See [...]

HDD head parking on FreeBSD (Load_Cycle_Count)

Usually  hdd for notebooks (and some models for desktop, for example models of  WD Caviar Green series) includes function of head parking for powersave. This function parks heads after few seconds of inactivity.A lot of head parkings isn’t good for hdd. You can check your smart data using utility smartmontools: howtobsd# smartctl -a /dev/ad0 | [...]

Problem with docbook-xsl

gmake[3]: Entering directory `/usr/ports/sysutils/policykit/work/PolicyKit-0.9/doc/man’ /usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-auth.xml warning: failed to load external entity “http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl” cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl The solve is: install (or reinstall) /usr/ports/textproc/docbook-xsl with MANPAGES option!

pkg_delete: package doesn’t have a prefix

I came across on a problem when was deleting port netbeans-6.8 (make deinstall in /usr/ports/java/netbean, pkg_delete netbeans, pkg_deinstall netbeans): pkg_delete: package ‘netbeans-6.8′ doesn’t have a prefix And I have solved this by command: pkg_deinstall -pf netbeans-6.8

Problem with svn: Cannot negotiate authentication mechanism

I have installed svn server on FreeBSD with sasl authentication. Here is config of my repository: [general] anon-access = none auth-access = write realm = project [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 I have face the challenge when I tried to “svn checkout” repository from the Fedora 8: #svn checkout svn://192.168.1.5/project [...]