<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Linux</title>
        <link>http://paulfarrow.com/category/11.aspx</link>
        <description>Posts related to Linux</description>
        <language>en-GB</language>
        <copyright>Paul Farrow</copyright>
        <managingEditor>blogmail@paulfarrow.com</managingEditor>
        <generator>Subtext Version 1.9.5.176</generator>
        <item>
            <title>Getting Rsyncd, Vista and Backuppc to work</title>
            <link>http://paulfarrow.com/archive/2008/05/26/getting-rsyncd-vista-and-backuppc-to-work.aspx</link>
            <description>Recently upgraded to vista and for the life of me couldnt get the vista to work with rsyncd running from cygwin.  Would always stop with a code 12 error and not alot else.  I just run rsyncd or rsync with the daemon option as I dont belive the cwrsync works as a service yet on vista.  &lt;br /&gt;
&lt;br /&gt;
Now in the backuppc config options for rsyncd and rsync there is a hard link option I just removed that and it seems to work not sure why vista cant deal with that option but if you remove it, everything works as it did before on windows 2000 / XP.&lt;img src="http://paulfarrow.com/aggbug/3218.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2008/05/26/getting-rsyncd-vista-and-backuppc-to-work.aspx</guid>
            <pubDate>Mon, 26 May 2008 21:57:48 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/3218.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2008/05/26/getting-rsyncd-vista-and-backuppc-to-work.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/3218.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/3218.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2005, Pushok and CVS on Vista / Linux</title>
            <link>http://paulfarrow.com/archive/2007/06/11/visual-studio-2005-pushok-and-cvs-on-vista--linux.aspx</link>
            <description>Ok I previously blogged how to get visual studio 2003 talking to cvs using putty and pushok.  This is an update to that, which can be found previous to this entry.&lt;br /&gt;
&lt;br /&gt;
Pre-cursor to this is that you have putty working with your linux / unix machine and that you can open a session using ssh without using a password.&lt;br /&gt;
&lt;br /&gt;
I downloaded the version 1.3 of the cvsscc from pushok, I believe thats the one for unix as they have split their programs from unix and windows cvs since I last bought software from them.&lt;br /&gt;
&lt;br /&gt;
I then opened visual studio 2005 and clicked open from source control which presents you with a cvsroot options dialog in the cvsroot just type :ext:paulfarrow@cvs_server:/500gb1/cvsdata now ext depicts the protocol and the pushok program knows to use putty which you should already have set up and running in the tray with your certificates etc (not covered in this blog entry) and then the userid @ the putty saved session, you can see mine is called cvs_server and then the path for the root here mine is /500gb1/cvsdata.&lt;br /&gt;
&lt;br /&gt;
then once you have put that in click check and it should authenticate against the linux server.  You should then be able to clicke elipse next ot cvs module and it will give you a list of directories / modules in your cvs server.&lt;br /&gt;
&lt;br /&gt;
Glad I got that going took me a little while, my next quest is to upgrade to svn and try the pushok plugin for that, will keep you all informed on how it goes.&lt;br /&gt;
&lt;br /&gt;
ah forgot to mention one thing you need an environment variable to point to plink.exe which comes with putty that is CVS_RSH just set that to where plink resides in my case thats CVS_RSH=c:\ssh\plink.exe then pushok knows to use that for the ext protocol.&lt;br /&gt;&lt;img src="http://paulfarrow.com/aggbug/3210.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2007/06/11/visual-studio-2005-pushok-and-cvs-on-vista--linux.aspx</guid>
            <pubDate>Sun, 10 Jun 2007 23:08:03 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/3210.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2007/06/11/visual-studio-2005-pushok-and-cvs-on-vista--linux.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/3210.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/3210.aspx</trackback:ping>
        </item>
        <item>
            <title>Accessing Vista with smbclient</title>
            <link>http://paulfarrow.com/archive/2007/05/14/accessing-vista-via-smbclient.aspx</link>
            <description>&lt;p&gt;Just bought a new machine and decided to put VISTA on it.  Now biggest problem was accessing the shares via smbclient or Samba.  Hunted high and low on the net couldnt find anything not specific for VISTA and smbclient.&lt;/p&gt;
&lt;p&gt;I then looked for windows xp and smbclient and found a post about changing a registry entry.  Up to this point I had tried everything everyone else was saying like enable file sharing, private sharing etc and couldnt get any of that too work at all.&lt;/p&gt;
&lt;p&gt;Probably works via another vista machine but not from linux or my apple.&lt;/p&gt;
&lt;p&gt;I upgraded samba to the latest version before doing this.  I then added a registry entry in \HKEY_LOCAL_MACHINE&lt;/p&gt;
&lt;p&gt;\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System&lt;/p&gt;
&lt;p&gt;called LocalAccountTokenFilterPolicy which a hexadecimal value of 1 and bobs your uncle you should be able to access shares and admin shares such as C$ on the vista machine from smbclient or mounting it in the fstab.&lt;/p&gt;
&lt;p&gt;Hope that helped you, it helped me no end as I was getting very frustrated about it.  And samba is key to my machines here.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://paulfarrow.com/aggbug/3204.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2007/05/14/accessing-vista-via-smbclient.aspx</guid>
            <pubDate>Mon, 14 May 2007 17:24:40 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/3204.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2007/05/14/accessing-vista-via-smbclient.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/3204.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/3204.aspx</trackback:ping>
        </item>
        <item>
            <title>mysql error "#1030 - Got error 28 from table handler"</title>
            <link>http://paulfarrow.com/archive/2006/02/04/3152.aspx</link>
            <description>&lt;P&gt;Was getting the error &lt;FONT face="Courier New" size=2&gt;#1030 - Got error 28 from table handler on one of my customers boxes realised that the partition was out of disk space.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/3152.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2006/02/04/3152.aspx</guid>
            <pubDate>Sat, 04 Feb 2006 10:36:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/3152.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2006/02/04/3152.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/3152.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/3152.aspx</trackback:ping>
        </item>
        <item>
            <title>excluding a dependency via UP2Date</title>
            <link>http://paulfarrow.com/archive/2005/12/12/2925.aspx</link>
            <description>&lt;P&gt;always wondered how to exclude from up2date finally got off my backside and looked into it...&lt;/P&gt;
&lt;P&gt;for all you out there that dont know its up2date --update --exclude=&amp;lt;package name with dependency problem&amp;gt;&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/2925.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/12/12/2925.aspx</guid>
            <pubDate>Mon, 12 Dec 2005 18:22:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/2925.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/12/12/2925.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/2925.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/2925.aspx</trackback:ping>
        </item>
        <item>
            <title>Undefined reference to errno with make of checkpassword</title>
            <link>http://paulfarrow.com/archive/2005/06/21/1686.aspx</link>
            <description>&lt;P&gt;On some flavours of linux errno is a macro rather than an int so you need to alter the error.h file for it to compile&lt;/P&gt;
&lt;P&gt;You need to do the following....&lt;/P&gt;
&lt;P&gt;mv error.h error.h.orig&lt;/P&gt;
&lt;P&gt;sed -e 's/extern int errno;/#include &amp;lt;errno.h&amp;gt;/g' error.h.orig &amp;gt; error.h&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/1686.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/06/21/1686.aspx</guid>
            <pubDate>Tue, 21 Jun 2005 15:23:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/1686.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/06/21/1686.aspx#feedback</comments>
            <slash:comments>8</slash:comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/1686.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/1686.aspx</trackback:ping>
        </item>
        <item>
            <title>Taking Delivery Of A MAC Powerbook G4 15 inch</title>
            <link>http://paulfarrow.com/archive/2005/06/02/546.aspx</link>
            <description>&lt;P&gt;Took delivery of my new machine yesterday.  Rather swiss, this is my first Mac, they tell me once you taste Mac you never go back !!&lt;/P&gt;
&lt;P&gt;&lt;img src="/images/mac/mac.jpg"&gt;&lt;/P&gt;
&lt;P&gt;First thing I needed to do was to get it on my encrypted wireless network ugh oh !!  Couldnt for the life of me get it on, I use a manual 128 bit key and have my passphrase in key 4, did a bit of reading and realised that the Mac only reads passphrases from KEY 1 so had to move my phrase into that on my existing wireless access points and yes it all works...&lt;/P&gt;
&lt;P&gt;Other problem I had was that I couldnt get the Mac to see my shares on the windows 2003 domain controller.  It could connect via ip address and share name but the file finder couldnt browse the list of shares.  Tried for ages to get it going and at last seem to have cracked it.  Basically having read a lot of articles on the subject on the web I realised that in my local policy I had the network client talk securely (if server agrees) disabled as some articles say so made that enabled and just disabled the always talk securely and enabled send smb passwords unencrypted and this appears to have fixed it although I not entirely too confident about that.  But its all working now :) the linux, windows and mac boxes can all talk together and share files no probs.  Can even pass files to my mac laptop which is just great.&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/546.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/06/02/546.aspx</guid>
            <pubDate>Thu, 02 Jun 2005 14:34:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/546.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/06/02/546.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/546.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/546.aspx</trackback:ping>
        </item>
        <item>
            <title>VIA Kernel Panic with Sangoma S518 ADSL Cards</title>
            <link>http://paulfarrow.com/archive/2005/03/16/277.aspx</link>
            <description>&lt;P&gt;When using the drivers for the Sangoma S518 ADSL card on&amp;nbsp;the VIA EPIA architecture&amp;nbsp;you must install them using the following&lt;/P&gt;
&lt;P&gt;./Setup install --arch=i386 &lt;/P&gt;
&lt;P&gt;otherwise on connecting to the isp you will get a kernel panic and the whole machine will freeze&lt;/P&gt;&lt;A href="http://www.sangoma.com/wanpipe.htm"&gt;&lt;IMG src="/images/adsl/518.jpg"&gt;&lt;/A&gt;&lt;img src="http://paulfarrow.com/aggbug/277.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/03/16/277.aspx</guid>
            <pubDate>Wed, 16 Mar 2005 18:03:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/277.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/03/16/277.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/277.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/277.aspx</trackback:ping>
        </item>
        <item>
            <title>Unable to connect to newer mysql database - Client Does Not Support Authentication Protocol Requested By Server, Consider Upgrading MySQL Client</title>
            <link>http://paulfarrow.com/archive/2005/03/09/276.aspx</link>
            <description>&lt;P&gt;Kept getting the message 'Client Does Not Support Authentication Protocol Requested By Server, Consider Upgrading MySQL Client' after upgrading the mysql server to a newer version than the client odbc driver and after much trawling found that you have to update the mysql user table to hold the password in the old format like so..&lt;/P&gt;
&lt;P&gt;UPDATE mysql.user&lt;BR&gt;SET password=OLD_PASSWORD('somepassword')&lt;BR&gt;WHERE user='someuser'&lt;BR&gt;AND host='somehost';&lt;/P&gt;
&lt;P&gt;dont forget to update each host and then reload your privaleges, should then work.&lt;/P&gt;
&lt;P&gt;:)&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/276.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/03/09/276.aspx</guid>
            <pubDate>Wed, 09 Mar 2005 11:16:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/276.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/03/09/276.aspx#feedback</comments>
            <slash:comments>37</slash:comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/276.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/276.aspx</trackback:ping>
        </item>
        <item>
            <title>GD Lib with Bugzilla</title>
            <link>http://paulfarrow.com/archive/2005/03/07/275.aspx</link>
            <description>&lt;P&gt;Trying to get libpng and libjpeg support ??&amp;nbsp; You will need to install the developer versions of the libraries, on Fedora the easiest way is to use up2date ie. up2date libjpeg-devel and up2date libpng-devel this will install it then the configure for the makefile of libgd will pick the libraries up and install support for them.&lt;/P&gt;
&lt;P&gt;Also dont use the ./configure.pl do make and then make install dont use the make install straight away this then works for me on Fedora Core 3.&lt;/P&gt;&lt;img src="http://paulfarrow.com/aggbug/275.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Paul Farrow</dc:creator>
            <guid>http://paulfarrow.com/archive/2005/03/07/275.aspx</guid>
            <pubDate>Mon, 07 Mar 2005 19:25:00 GMT</pubDate>
            <wfw:comment>http://paulfarrow.com/comments/275.aspx</wfw:comment>
            <comments>http://paulfarrow.com/archive/2005/03/07/275.aspx#feedback</comments>
            <wfw:commentRss>http://paulfarrow.com/comments/commentRss/275.aspx</wfw:commentRss>
            <trackback:ping>http://paulfarrow.com/services/trackbacks/275.aspx</trackback:ping>
        </item>
    </channel>
</rss>