Just got this with svn:
Digest mutual authentication failure: client nonce mismatch
more people have seen this, no one knows what it means, in the sense of why it occurs.
Just got this with svn:
Digest mutual authentication failure: client nonce mismatch
Just connected a Windows PC to my FreeBSD 8.2-STABLE CUPS printer server. The PC was in the DMZ, so required a bit of firewall poking. The basic thing to do is create a class with CUPS.
I opened two ports in my ipfw firewall: 631 (ipp) and 515 (printer). I added the Window PC's ip address to /etc/hosts.allow:
cups-lpd : windows.example.com : allow
Very weird error with evince, and no real good answer if you Google. The error message is File type application/octet-stream type (application/octet-stream) is not supported.
What I did (perhaps some steps can be skipped):
rm ~/.local/share/mime/mime.cache
rm /usr/local/share/mime/mime.cache
update-mime-database /usr/share/mime
Got a new 3G stick, the K3805-Z, which supposedly gives broadband download speeds and better than broadband upload speeds (5.76MBit/s). Bit of a problem to get this working under Ubuntu Natty. Doesn't work out of the box.
Shows up in the Ubuntu network panel, and you can connect, but it doesn't.
Downloaded the latest Vodafone Mobile connect (2.25.01), and installed. Now the modem no longer shows up in the network panel, but I can use vodafone-mobile-connect-card-driver-for-linux to connect. Doesn't create any routing table I would recognise, but it somehow works. Beats me.
Download speed test wasn't very good, got only 1.7Mbs, but upload was 1.12Mbs, which is better than I get with my ADSL2 connection.
Bought an Asus Eee Pad transformer, magic machine. I didn't want tablets as I didn't see the point of them, but this tablet comes with a keyboard which also doubles as battery, so 16 hours of battery life!
Obviously I need to have the device rooted, as I need to install openvpn which I use on my network. That wasn't so easy it appears.
The first step is to install adb and make sure your device is recognised. I followed the steps to install adb, but only to there. No need to install USB tools on Linux, and to make sure my Transformer was recognised I simply followed Google's steps.
Finding the right and up-to-date info that is. But once I found rooting for Asus Eee Pad Transformer is a breeze.
The next is to be installing the tun device. Also straight-forward, once you're root that is.
Then it's supposedly following the steps to get openvpn in your system. But that failed. When I tried to install BusyBox it failed on download at step 30/100. Not sure what that was. The OpenVPN installer also failed. So I got the openvpn binary from somewhere else.
Installed that, and installed the OpenVPN settings, and created my openvpn.conf. That worked, but openvpn failed when running ifconfig. I suppose I need the ifconfig from BusyBox.
OK, retry. Don't pick the BusyBox installer, but the main BusyBox. That installed fine, but installed version 1.18. I picked 1.19 to install, and no problems now. Run the OpenVPN installer again, pointing out that my openvpn was in /system/xbin/ and my ifconfig/route in /system/xbin/bb as per the caveats here. Telling openvpn settings that they are in /system/xbin won't work.
I needed to run a script after route was up, as it appears, you can't do that in the .conf file, but must specify that in the settings.
Bought an Asus Eee Pad transformer, magic machine. I didn't want tablets as I didn't see the point of them, but this tablet comes with a keyboard which also doubles as battery, so 16 hours of battery life!
Obviously I need to have the device rooted, as I need to install openvpn which I use on my network. That wasn't so easy it appears.
Finding the right and up-to-date info that is. But once found rooting for Asus Eee Pad Transformer is a breeze.
The next step is supposed to be installing the tun device. Also straight-forward, once you're root that is.
Then it's
Unfortunately cmdbulkimp destroyed the KnowledgeTree database, existing documents were moved all over the place. So what now?
Maybe I'm a moron. It appears there is an upload from server link in the admin interface.
Too bad Google didn't return this as the top result.
Have been doing some work with the KnowledgeTree document management system. Was about 61GB of data, so got the company to sent a disk to Amazon to import. As I didn't know you could import to EBS (or maybe they just announced that) this was imported to S3.
It's a pain to get your data out of S3, let me tell you that, especially as in their case they had deeply structured files. s3fs can mount this, but didn't see any files. In the end I used the Perl Amazon::S3 library to get all files in the bucket and download them one by one.
Although the data is now on the server, it doesn't mean that it's in KnowledgeTree. There is a Best Practice document, but the the link to the bulkimporter is dead. Was able to locate it. Now seeing if this is going to work.
If you ever get:
svn: Commit failed (details follow):
svn: Commit item '/...../some_dir' has copy flag but no copyfrom URL
Try this:
svn delete ..../some_dir
svn revert -R ...../some_dir
Or else the slightly less safe:
rm -rf ..../some_dir
svn update ...../some_dir
Just completed some new kind of work for a Manukau motor lodge, new for me that is: SEO improvements. Got the help from the New Zealand search masters.
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!