<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-13150</id>
	<title>Nabble - Samba</title>
	<updated>2009-12-06T03:15:22Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Samba-f13150.xml;http://www.blogthings.com/whatsyourbeerpersonalityquiz/;http://www.blogthings.com/whatsyourbeerpersonalityquiz/&quot" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Samba-f13150.html" />
	<subtitle type="html">Samba is software that can be run on a platform other than Microsoft Windows, for example, UNIX, Linux, IBM System 390, OpenVMS, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server. When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server. Samba home is &lt;a href=&quot;http://samba.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26663941</id>
	<title>Canberra Hackerspace meetup</title>
	<published>2009-12-06T03:15:22Z</published>
	<updated>2009-12-06T03:15:22Z</updated>
	<author>
		<name>Alastair D'Silva</name>
	</author>
	<content type="html">Hi Folks,
&lt;br&gt;&lt;br&gt;For those that haven't been following the Make, Hack, Void forums (sorry, I
&lt;br&gt;still haven't got around to setting up the mailing lists), we will be
&lt;br&gt;meeting at the Wig &amp; Pen in Civic at 6:30pm on Tuesday the 8th of December,
&lt;br&gt;to discuss (amongst other things) establishing a hackerspace in Canberra.
&lt;br&gt;&lt;br&gt;Details below:
&lt;br&gt;&lt;a href=&quot;http://www.makehackvoid.com/make-hack-void-canberra-meetup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.makehackvoid.com/make-hack-void-canberra-meetup&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Alastair D'Silva &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mob: 0423 762 819
&lt;br&gt;Networking Consultant
&lt;br&gt;New Millennium Networking &amp;nbsp;web: &lt;a href=&quot;http://www.newmillennium.net.au&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.newmillennium.net.au&lt;/a&gt;&lt;br&gt;skype: alastair_dsilva &amp;nbsp; &amp;nbsp; msn: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663941&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alastair@...&lt;/a&gt;
&lt;br&gt;blog: &lt;a href=&quot;http://alastair.d-silva.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://alastair.d-silva.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663941&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Canberra-Hackerspace-meetup-tp26663941p26663941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663255</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-06T01:20:26Z</published>
	<updated>2009-12-06T01:20:26Z</updated>
	<author>
		<name>Ben Williamson-2</name>
	</author>
	<content type="html">I use git to backup to a removable drive. It doesn't back up all file
&lt;br&gt;attributes, but I don't need that. My backup script looks like this: (as the
&lt;br&gt;paths suggest, this one happens to be on OSX)
&lt;br&gt;&lt;br&gt;#!/bin/bash
&lt;br&gt;export GIT_DIR='/Volumes/BlueBrick/Backups/iPhoto-Originals.git'
&lt;br&gt;export GIT_WORK_TREE='/Users/benw/Pictures/iPhoto Library/Originals'
&lt;br&gt;cd &amp;quot;$GIT_WORK_TREE&amp;quot;
&lt;br&gt;git add .
&lt;br&gt;git commit -a -m &amp;quot;$0&amp;quot;
&lt;br&gt;&lt;br&gt;This backs up 30G of photos (20,000 files) and runs in under 10sec when not
&lt;br&gt;much has changed. A little longer for many more smaller files, but still
&lt;br&gt;great. Git keeps an index containing mtime for each file, so on Unix
&lt;br&gt;filesystems it can just stat each file to check for changes.
&lt;br&gt;&lt;br&gt;- Ben.
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26663255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663199</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-06T01:06:13Z</published>
	<updated>2009-12-06T01:06:13Z</updated>
	<author>
		<name>Carlo Hamalainen</name>
	</author>
	<content type="html">On Sun, Dec 6, 2009 at 5:42 AM, steve jenkin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sjenkin@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Anyone care to contribute what they do?
&lt;br&gt;&amp;gt; Automatic is good.
&lt;br&gt;&amp;gt; Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&lt;br&gt;rdiff-backup is easy to use:
&lt;br&gt;&lt;br&gt;$ sudo rdiff-backup /home/user /media/disk/user-rdiff-backup/
&lt;br&gt;&lt;br&gt;I like to be able to verify the SHA1 hashes of a backup so that when I
&lt;br&gt;do have to restore from a backup, I have some confidence that I'm
&lt;br&gt;getting reasonable data:
&lt;br&gt;&lt;br&gt;$ sudo rdiff-backup --verify /media/disk/user-rdiff-backup/
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Carlo Hamalainen
&lt;br&gt;&lt;a href=&quot;http://carlo-hamalainen.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://carlo-hamalainen.net&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26663199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663150</id>
	<title>Re: scannedonly vfs module ported to samba 3.5</title>
	<published>2009-12-06T00:55:03Z</published>
	<updated>2009-12-06T00:55:03Z</updated>
	<author>
		<name>Olivier Sessink</name>
	</author>
	<content type="html">Volker Lendecke wrote:
&lt;br&gt;[..]
&lt;br&gt;&amp;gt; Cosmetic: Can you please switch your editor to 8-space tab
&lt;br&gt;&amp;gt; indentation? 
&lt;br&gt;&lt;br&gt;whoops. I did that, and then I continued development on another machine ;-)
&lt;br&gt;&lt;br&gt;&amp;gt; construct_full_path(): Is it really the case that we still
&lt;br&gt;&amp;gt; get &amp;quot;./&amp;quot; as path components here? And, do they really hurt
&lt;br&gt;&amp;gt; at this level?
&lt;br&gt;&lt;br&gt;it is used to construct full path names to send to the anti-virus 
&lt;br&gt;scanner over the socket. I guess the scanner should be able to deal
&lt;br&gt;with /./ in a path.
&lt;br&gt;&lt;br&gt;is vfs_GetWd() return a path that ends on a / or is that not guaranteed?
&lt;br&gt;&lt;br&gt;[..]
&lt;br&gt;&amp;gt; connect_to_scanner: We have the routine open_socket_out() in
&lt;br&gt;&amp;gt; lib/util_sock.c that does pretty much what you do here.
&lt;br&gt;&lt;br&gt;from the API I do not see how I can make it open a unix domain socket?
&lt;br&gt;&lt;br&gt;[..]
&lt;br&gt;&amp;gt; Now for two real concerns I have, first a simple one:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; scannedonly_allow_access: There's a 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (dire) {
&lt;br&gt;&amp;gt; 			...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } while (dire) ;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; loop. Is that correct C?
&lt;br&gt;&lt;br&gt;I wonder why the compiler accepts this. Will fix asap.
&lt;br&gt;&lt;br&gt;[..]
&lt;br&gt;&lt;br&gt;&amp;gt; If my assumption about its purpose (use it at close time) is
&lt;br&gt;&amp;gt; right, then you don't need the array at all: We have the
&lt;br&gt;&amp;gt; fsp-&amp;gt;fsp_name available in the vfs_close call that you might
&lt;br&gt;&amp;gt; want to access.
&lt;br&gt;&lt;br&gt;ahh, that helps a lot indeed.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; one thing: how does the samba team handle copyright? is all copyright
&lt;br&gt;&amp;gt;&amp;gt; transferred to a foundation, or do individual contributers keep their
&lt;br&gt;&amp;gt;&amp;gt; own copyright, or is there another way?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can keep your own copyright. Our only restriction is
&lt;br&gt;&amp;gt; that it must be personal and not corporate.
&lt;br&gt;&lt;br&gt;and licence? curren module has GPL 2 or newer, any requirements on that 
&lt;br&gt;point?
&lt;br&gt;&lt;br&gt;Olivier
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scannedonly-vfs-module-ported-to-samba-3.5-tp26658894p26663150.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663042</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-06T00:29:52Z</published>
	<updated>2009-12-06T00:29:52Z</updated>
	<author>
		<name>Adam Baxter-3</name>
	</author>
	<content type="html">When I remember to backup, I use unison to sync between external drives,
&lt;br&gt;rsync to sync within the network, and git to sync to an offsite server
&lt;br&gt;(smaller files only).
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663042&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26663042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662694</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T22:52:31Z</published>
	<updated>2009-12-05T22:52:31Z</updated>
	<author>
		<name>Randall Crook</name>
	</author>
	<content type="html">I have a centralized backup solution.
&lt;br&gt;&lt;br&gt;Straight forward.
&lt;br&gt;&lt;br&gt;1. A script that rsync's /etc, /var and /home from all the computers in 
&lt;br&gt;my home (ubuntu, OSX or Solaris) to a location on a central box (my 
&lt;br&gt;file/print server). It is in cron and runs every night. It first checks 
&lt;br&gt;to see if the machine is on then rsync's, so as long as the PC's are 
&lt;br&gt;turned on at least some nights in the month it will be backed up.
&lt;br&gt;&lt;br&gt;2. Once a week the central rsync repository and the important 
&lt;br&gt;direstories on the file/print server as well as one or two windows 
&lt;br&gt;shares on my media center, are tar'd onto a 640 GB USB drive. I have it 
&lt;br&gt;formatted as VFAT for portability purposes. This will allow my to 
&lt;br&gt;restore files from the tar ball on any system, and having it as a tar 
&lt;br&gt;ball allows my to preserve file permissions and ownership.
&lt;br&gt;&lt;br&gt;It's not saphisticated and no where near efficient, but what it is, is 
&lt;br&gt;simple and effective. It gives me a backup of everything I need in case 
&lt;br&gt;of a disaster. &amp;nbsp;The two scripts that do the work are only a small but 
&lt;br&gt;they work.
&lt;br&gt;&lt;br&gt;I did think about amanda and I have looked at a bunch of other OSS 
&lt;br&gt;packages, but it my home PC's, I have hard copies of all my really 
&lt;br&gt;important documents etc, and the backup system I have knocked up, 
&lt;br&gt;duplicates anything electronic I have so i have mitigated most of the 
&lt;br&gt;rest of the risk to a level I can except. What else do I need?.
&lt;br&gt;&lt;br&gt;Randall.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 6/12/09 3:42 PM, steve jenkin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A friend was enthusing recently about his OS/X system and &amp;quot;Time
&lt;br&gt;&amp;gt; Machine&amp;quot;. This ZDnet piece on &amp;quot;Google Backup&amp;quot; prompted a thought.
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://blogs.zdnet.com/perlow/?p=11720&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.zdnet.com/perlow/?p=11720&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Like many 'experienced' admins/Unix Users, I take backup/restores
&lt;br&gt;&amp;gt; seriously on servers I manage for others but have poor or no solutions
&lt;br&gt;&amp;gt; for my desktops...
&lt;br&gt;&amp;gt; The sort of solution &amp;quot;Time Machine&amp;quot; provided for my friend.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Recently I played with DRBD at work and thought &amp;quot;this'd be great to
&lt;br&gt;&amp;gt; mirror my work desktop root&amp; &amp;nbsp;home filesystems to another m/c&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've not done that because it didn't seem to be common usage...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CLUG is a broad church with a bunch of talented individuals with
&lt;br&gt;&amp;gt; many/diverse interesting solutions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone care to contribute what they do?
&lt;br&gt;&amp;gt; Automatic is good.
&lt;br&gt;&amp;gt; Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt; s
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662679</id>
	<title>Re: Will rsync support btrfs file system?</title>
	<published>2009-12-05T22:48:34Z</published>
	<updated>2009-12-05T22:48:34Z</updated>
	<author>
		<name>Benjamin R. Haskell-7</name>
	</author>
	<content type="html">On Sun, 6 Dec 2009, Louise Hoffman wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just read the Project Ideas for Oracle's Linux file system btrfs
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://btrfs.wiki.kernel.org/index.php/Project_ideas#Incremental_backups&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://btrfs.wiki.kernel.org/index.php/Project_ideas#Incremental_backups&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; that rsync could get info from btrfs about what files have changed, and 
&lt;br&gt;&amp;gt; therefor only increment back up those.
&lt;br&gt;&lt;br&gt;From the page:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; This information needs to be exported to userland in two different ways:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; - A simple list of files and directories that have been updated since 
&lt;br&gt;&amp;gt;&amp;gt; the generation requested. This should be suitable for feeding into 
&lt;br&gt;&amp;gt;&amp;gt; rsync.
&lt;br&gt;&lt;br&gt;The way I read that, it's not something rsync-specific. &amp;nbsp;It sounds like 
&lt;br&gt;btrfs would allow the generation of a list of files, which rsync (or tar, 
&lt;br&gt;or zip, or whatever) could accept. &amp;nbsp;(Rsync obviously being the best 
&lt;br&gt;choice, :-) )
&lt;br&gt;&lt;br&gt;e.g.:
&lt;br&gt;&lt;br&gt;$ export-whatever-from-btrfs | rsync --files-from=- / backup/
&lt;br&gt;&lt;br&gt;(or)
&lt;br&gt;&lt;br&gt;$ export-whatever-from-btrfs | tar -Jcvf backup.tar.xz -T -
&lt;br&gt;$ export-whatever-from-btrfs | zip -@ backup.zip
&lt;br&gt;...etc...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Is this someone that is likely to happen in the for see able future?
&lt;br&gt;&lt;br&gt;Sounds like a question for the btrfs folks.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Ben
&lt;br&gt;-- 
&lt;br&gt;Please use reply-all for most replies to avoid omitting the mailing list.
&lt;br&gt;To unsubscribe or change options: &lt;a href=&quot;https://lists.samba.org/mailman/listinfo/rsync&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/rsync&lt;/a&gt;&lt;br&gt;Before posting, read: &lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.catb.org/~esr/faqs/smart-questions.html&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---rsync-f13158.html&quot; embed=&quot;fixTarget[13158]&quot; target=&quot;_top&quot; &gt;Samba - rsync&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Will-rsync-support-btrfs-file-system--tp26661237p26662679.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662614</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T22:33:45Z</published>
	<updated>2009-12-05T22:33:45Z</updated>
	<author>
		<name>Steve Walsh-2</name>
	</author>
	<content type="html">I use a variation of Peter Lieverdink's udev based backup script. Plug 
&lt;br&gt;the specified USB drive in, udev picks it up, mounts it in an 
&lt;br&gt;appropriate place, then executes a backup script.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cafuego.net/2007/11/11/time-machine-kinda&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cafuego.net/2007/11/11/time-machine-kinda&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12/06/2009 03:42 PM, steve jenkin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A friend was enthusing recently about his OS/X system and &amp;quot;Time
&lt;br&gt;&amp;gt; Machine&amp;quot;. This ZDnet piece on &amp;quot;Google Backup&amp;quot; prompted a thought.
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://blogs.zdnet.com/perlow/?p=11720&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.zdnet.com/perlow/?p=11720&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Like many 'experienced' admins/Unix Users, I take backup/restores
&lt;br&gt;&amp;gt; seriously on servers I manage for others but have poor or no solutions
&lt;br&gt;&amp;gt; for my desktops...
&lt;br&gt;&amp;gt; The sort of solution &amp;quot;Time Machine&amp;quot; provided for my friend.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Recently I played with DRBD at work and thought &amp;quot;this'd be great to
&lt;br&gt;&amp;gt; mirror my work desktop root&amp; &amp;nbsp;home filesystems to another m/c&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've not done that because it didn't seem to be common usage...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CLUG is a broad church with a bunch of talented individuals with
&lt;br&gt;&amp;gt; many/diverse interesting solutions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone care to contribute what they do?
&lt;br&gt;&amp;gt; Automatic is good.
&lt;br&gt;&amp;gt; Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt; s
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;--==--
&lt;br&gt;Steve Walsh
&lt;br&gt;RHCE
&lt;br&gt;Vice President / Sysadmin team member - Linux Australia
&lt;br&gt;Networks and Technology - Linux.conf.au 2008
&lt;br&gt;Evil Network Bunny - Linux.conf.au 2009
&lt;br&gt;Networking alpha geek - Linux.conf.au 2010
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662443</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T21:41:47Z</published>
	<updated>2009-12-05T21:41:47Z</updated>
	<author>
		<name>Andrew Janke</name>
	</author>
	<content type="html">On Sun, Dec 6, 2009 at 15:42, steve jenkin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662443&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sjenkin@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Anyone care to contribute what they do?
&lt;br&gt;&lt;br&gt;dirvish &amp;nbsp;(can supply configs if you want). &amp;nbsp;It is just rsync with lazy
&lt;br&gt;copy nicely wrapped up.
&lt;br&gt;&lt;br&gt;&amp;gt; Automatic is good.
&lt;br&gt;&lt;br&gt;it is. in my case weekly, monthly and yearly.
&lt;br&gt;&lt;br&gt;&amp;gt; Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&lt;br&gt;Does.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Andrew Janke
&lt;br&gt;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662443&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.janke@...&lt;/a&gt; || &lt;a href=&quot;http://a.janke.googlepages.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://a.janke.googlepages.com/&lt;/a&gt;)
&lt;br&gt;Canberra-&amp;gt;Australia &amp;nbsp; &amp;nbsp;+61 (402) 700 883
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662443&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662443.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662421</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T21:35:04Z</published>
	<updated>2009-12-05T21:35:04Z</updated>
	<author>
		<name>Brett Worth-2</name>
	</author>
	<content type="html">Ben Williamson wrote:
&lt;br&gt;&amp;gt; Out of curiosity, how long does rsnapshot take to create a new snapshot?
&lt;br&gt;&amp;gt; Say, on a reasonable sized filesystem, when not much (or perhaps
&lt;br&gt;&amp;gt; nothing) has changed.
&lt;br&gt;&lt;br&gt;I just did a test where not much had changed on my laptop. It's 80GB of backup and it took
&lt;br&gt;2m45s total to do the &amp;quot;cp -l&amp;quot; and rsync.
&lt;br&gt;&lt;br&gt;Brett
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662387</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T21:24:33Z</published>
	<updated>2009-12-05T21:24:33Z</updated>
	<author>
		<name>Ben Williamson-2</name>
	</author>
	<content type="html">On Sun, Dec 6, 2009 at 4:20 PM, Brett Worth &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brett@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I still use rsnapshot. &amp;nbsp;...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Out of curiosity, how long does rsnapshot take to create a new snapshot?
&lt;br&gt;Say, on a reasonable sized filesystem, when not much (or perhaps nothing)
&lt;br&gt;has changed.
&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;- Ben.
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662387&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662372</id>
	<title>Re: Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T21:20:57Z</published>
	<updated>2009-12-05T21:20:57Z</updated>
	<author>
		<name>Brett Worth-2</name>
	</author>
	<content type="html">steve jenkin wrote:
&lt;br&gt;&amp;gt; Anyone care to contribute what they do?
&lt;br&gt;&amp;gt; Automatic is good. Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&lt;br&gt;I still use rsnapshot. &amp;nbsp;It's good as long as you have continuity of backups. &amp;nbsp;I've had to
&lt;br&gt;correct some extra full backups it's created when the &amp;quot;cp&amp;quot; phase was interrupted. &amp;nbsp;And it
&lt;br&gt;does do snapshots.
&lt;br&gt;&lt;br&gt;Brett
&lt;br&gt;&lt;br&gt;Disclaimer: &amp;nbsp;I'm only a user of rsnapshot and have no vested interest in that project.
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662247</id>
	<title>Neat Backup Solutions for desktops...</title>
	<published>2009-12-05T20:42:47Z</published>
	<updated>2009-12-05T20:42:47Z</updated>
	<author>
		<name>steve jenkin-2</name>
	</author>
	<content type="html">A friend was enthusing recently about his OS/X system and &amp;quot;Time
&lt;br&gt;Machine&amp;quot;. This ZDnet piece on &amp;quot;Google Backup&amp;quot; prompted a thought.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://blogs.zdnet.com/perlow/?p=11720&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.zdnet.com/perlow/?p=11720&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Like many 'experienced' admins/Unix Users, I take backup/restores
&lt;br&gt;seriously on servers I manage for others but have poor or no solutions
&lt;br&gt;for my desktops...
&lt;br&gt;The sort of solution &amp;quot;Time Machine&amp;quot; provided for my friend.
&lt;br&gt;&lt;br&gt;Recently I played with DRBD at work and thought &amp;quot;this'd be great to
&lt;br&gt;mirror my work desktop root &amp; home filesystems to another m/c&amp;quot;.
&lt;br&gt;&lt;br&gt;I've not done that because it didn't seem to be common usage...
&lt;br&gt;&lt;br&gt;CLUG is a broad church with a bunch of talented individuals with
&lt;br&gt;many/diverse interesting solutions.
&lt;br&gt;&lt;br&gt;Anyone care to contribute what they do?
&lt;br&gt;Automatic is good.
&lt;br&gt;Using 'snapshots' of any sort gets bonus points :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;s
&lt;br&gt;-- 
&lt;br&gt;Steve Jenkin, Info Tech, Systems and Design Specialist.
&lt;br&gt;0412 786 915 (+61 412 786 915)
&lt;br&gt;PO Box 48, Kippax ACT 2615, AUSTRALIA
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662247&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sjenkin@...&lt;/a&gt; &lt;a href=&quot;http://members.tip.net.au/~sjenkin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://members.tip.net.au/~sjenkin&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662247&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Neat-Backup-Solutions-for-desktops...-tp26662247p26662247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661544</id>
	<title>Re: scannedonly vfs module ported to samba 3.5</title>
	<published>2009-12-05T18:09:26Z</published>
	<updated>2009-12-05T18:09:26Z</updated>
	<author>
		<name>Jeremy Allison</name>
	</author>
	<content type="html">On Sat, Dec 05, 2009 at 03:59:59PM +0100, Olivier Sessink wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; with some help I ported the scannedonly module to the samba 3.5 vfs API:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; please have a look at the code and let me know if more changes are
&lt;br&gt;&amp;gt; required to include it in the samba source tree.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; one thing: how does the samba team handle copyright? is all copyright
&lt;br&gt;&amp;gt; transferred to a foundation, or do individual contributers keep their
&lt;br&gt;&amp;gt; own copyright, or is there another way?
&lt;/div&gt;&lt;br&gt;We would prefer individual contributors keep their own copyright,
&lt;br&gt;rather then their employing company. If this is difficult then
&lt;br&gt;copyright can be transferred to the Software Freedom Conservancy.
&lt;br&gt;&lt;br&gt;Jeremy.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scannedonly-vfs-module-ported-to-samba-3.5-tp26656305p26661544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661551</id>
	<title>[PATCH] krb5: Fix leaked hx509_context pointer</title>
	<published>2009-12-05T18:05:52Z</published>
	<updated>2009-12-05T18:05:52Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">Hi Andrew,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Attached is a small patch for krb5 library.
&lt;br&gt;I guess I should send this patch to you or not?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661551&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--krb5%3A-Fix-leaked-hx509_context-pointer-tp26661551p26661551.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661321</id>
	<title>Re: Really slow USB after suspend to ram</title>
	<published>2009-12-05T17:31:44Z</published>
	<updated>2009-12-05T17:31:44Z</updated>
	<author>
		<name>Andrew Janke</name>
	</author>
	<content type="html">&amp;gt; My partner has an IBM Thinkpad X61 with Ubuntu 9.04, running the
&lt;br&gt;&amp;gt; 2.6.28-16 kernel.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I plug in a USB hard drive I see pretty good transfer rates:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ sudo hdparm -t /dev/sdb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /dev/sdb:
&lt;br&gt;&amp;gt;  Timing buffered disk reads:   90 MB in  3.03 seconds =  29.68 MB/sec
&lt;br&gt;&lt;br&gt;The X61 has some &amp;quot;advanced&amp;quot; power saving features in which devices are
&lt;br&gt;put into D3 and other slower states to save power. Have you tried it
&lt;br&gt;with and without the machine plugged in?
&lt;br&gt;&lt;br&gt;I for example have a completely non-functional SD card reader on my
&lt;br&gt;X61 under XP but under Ubuntu/Vista it is fine.... &amp;nbsp;rarrgh! &amp;nbsp;I have
&lt;br&gt;found that keeping the BIOS up to date (there have been a few fixes as
&lt;br&gt;of late) is critical in keeping the thing working. Beyond that it is
&lt;br&gt;still a very nice bit of kit.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Andrew Janke
&lt;br&gt;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.janke@...&lt;/a&gt; || &lt;a href=&quot;http://a.janke.googlepages.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://a.janke.googlepages.com/&lt;/a&gt;)
&lt;br&gt;Canberra-&amp;gt;Australia &amp;nbsp; &amp;nbsp;+61 (402) 700 883
&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661321&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Really-slow-USB-after-suspend-to-ram-tp26658304p26661321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661269</id>
	<title>(no subject)</title>
	<published>2009-12-05T17:16:12Z</published>
	<updated>2009-12-05T17:16:12Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">Hi Jelmer,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Attached is a very small patch to fix ‘samba4.local.tdr’ test.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-tdr-test-Fix-push_charset-test.patch&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26661269/0/0001-tdr-test-Fix-push_charset-test.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26661269p26661269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661237</id>
	<title>Will rsync support btrfs file system?</title>
	<published>2009-12-05T17:15:58Z</published>
	<updated>2009-12-05T17:15:58Z</updated>
	<author>
		<name>Louise Hoffman-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just read the Project Ideas for Oracle's Linux file system btrfs
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://btrfs.wiki.kernel.org/index.php/Project_ideas#Incremental_backups&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://btrfs.wiki.kernel.org/index.php/Project_ideas#Incremental_backups&lt;/a&gt;&lt;br&gt;&lt;br&gt;that rsync could get info from btrfs about what files have changed,
&lt;br&gt;and therefor only increment back up those.
&lt;br&gt;&lt;br&gt;Is this someone that is likely to happen in the for see able future?
&lt;br&gt;&lt;br&gt;Hugs,
&lt;br&gt;Louise
&lt;br&gt;-- 
&lt;br&gt;Please use reply-all for most replies to avoid omitting the mailing list.
&lt;br&gt;To unsubscribe or change options: &lt;a href=&quot;https://lists.samba.org/mailman/listinfo/rsync&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/rsync&lt;/a&gt;&lt;br&gt;Before posting, read: &lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.catb.org/~esr/faqs/smart-questions.html&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---rsync-f13158.html&quot; embed=&quot;fixTarget[13158]&quot; target=&quot;_top&quot; &gt;Samba - rsync&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Will-rsync-support-btrfs-file-system--tp26661237p26661237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26660778</id>
	<title>Fix: memory used after talloc_free() is called</title>
	<published>2009-12-05T15:59:24Z</published>
	<updated>2009-12-05T15:59:24Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Here is another one – that was more tricky to catch :-)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Bug is that ‘new_name’ is occasionally a child of ‘streams’.
&lt;br&gt;This happens on when stream_name_normalise() gets called – ‘streams’
&lt;br&gt;is used as a parent context. So if ‘new_name’ needs to be allocated, 
&lt;br&gt;this is done as a child for ‘streams’.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26660778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-s4-smbstreams-Fix-memory-use-after-free.patch&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26660778/0/0001-s4-smbstreams-Fix-memory-use-after-free.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix%3A-memory-used-after-talloc_free%28%29-is-called-tp26660778p26660778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26660028</id>
	<title>Re: Graphics Driver</title>
	<published>2009-12-05T14:27:36Z</published>
	<updated>2009-12-05T14:27:36Z</updated>
	<author>
		<name>Ben Nizette-2</name>
	</author>
	<content type="html">On Sat, 2009-12-05 at 21:05 +1100, Brett Worth wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Daniel Pittman wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Sure is. &amp;nbsp;I mean, he doesn't even know the same jargon you do, after he has
&lt;br&gt;&amp;gt; &amp;gt; been using Linux for six whole days! &amp;nbsp;I mean, how stupid could you possibly
&lt;br&gt;&amp;gt; &amp;gt; be — everyone knows those terms!
&lt;br&gt;&amp;gt; Not at all. &amp;nbsp;I'm simply saying that he was talking to his pro-windows audience knowing how
&lt;br&gt;&amp;gt; that they would agree with the negative Linux sentiment he was conveying.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Saying that Linux is bad because it's unfamiliar is a common thread under the windows
&lt;br&gt;&amp;gt; biased media. &amp;nbsp;Also resorting to the command line when it's not necessary make Windows
&lt;br&gt;&amp;gt; people nervous. &amp;nbsp;Which is the result he's after anyway.
&lt;/div&gt;&lt;br&gt;I don't know that's what I got from the article.. &amp;nbsp;The day before he was
&lt;br&gt;stoked with Ubuntu, he hit the update button, X crashed and it took him
&lt;br&gt;30 minutes to recover. &amp;nbsp;I thought he reported in a more level-headed way
&lt;br&gt;than I would have! &amp;nbsp;Hells, I was put off Ubuntu for 2 years when an
&lt;br&gt;update undid my multiple-monitor setup; if I'd just come from Windows
&lt;br&gt;and that happened I think I would go running back to the familiar too.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --Ben.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26660028&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Graphics-Driver-tp26652249p26660028.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659758</id>
	<title>Re: Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T13:57:15Z</published>
	<updated>2009-12-05T13:57:15Z</updated>
	<author>
		<name>Volker Lendecke</name>
	</author>
	<content type="html">On Sat, Dec 05, 2009 at 04:56:07PM -0500, simo wrote:
&lt;br&gt;&amp;gt; On Sat, 2009-12-05 at 22:35 +0100, Volker Lendecke wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Sat, Dec 05, 2009 at 10:53:43PM +0200, Kamen Mazdrashki wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Please find attached a small patch to fix a memory leek.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; There's more of those. CHECK_RET can return, leaving
&lt;br&gt;&amp;gt; &amp;gt; mem_ctx around.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nope, within CHECK_RET there is a talloc_free(mem_ctx);
&lt;br&gt;&lt;br&gt;Thanks :-)
&lt;br&gt;&lt;br&gt;Volker
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26659758/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659279p26659758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659749</id>
	<title>Re: Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T13:56:07Z</published>
	<updated>2009-12-05T13:56:07Z</updated>
	<author>
		<name>simo-7</name>
	</author>
	<content type="html">On Sat, 2009-12-05 at 22:35 +0100, Volker Lendecke wrote:
&lt;br&gt;&amp;gt; On Sat, Dec 05, 2009 at 10:53:43PM +0200, Kamen Mazdrashki wrote:
&lt;br&gt;&amp;gt; &amp;gt; It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;&amp;gt; &amp;gt; Please find attached a small patch to fix a memory leek.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There's more of those. CHECK_RET can return, leaving
&lt;br&gt;&amp;gt; mem_ctx around.
&lt;br&gt;&lt;br&gt;Nope, within CHECK_RET there is a talloc_free(mem_ctx);
&lt;br&gt;&lt;br&gt;Simo.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Simo Sorce
&lt;br&gt;Samba Team GPL Compliance Officer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659749&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Principal Software Engineer at Red Hat, Inc. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659749&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659279p26659749.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659728</id>
	<title>Re: Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T13:52:36Z</published>
	<updated>2009-12-05T13:52:36Z</updated>
	<author>
		<name>simo-7</name>
	</author>
	<content type="html">On Sat, 2009-12-05 at 22:53 +0200, Kamen Mazdrashki wrote:
&lt;br&gt;&amp;gt; Hi Tridge,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;&amp;gt; Please find attached a small patch to fix a memory leek.
&lt;br&gt;&lt;br&gt;Good catch!
&lt;br&gt;ACK
&lt;br&gt;&lt;br&gt;Simo.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Simo Sorce
&lt;br&gt;Samba Team GPL Compliance Officer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Principal Software Engineer at Red Hat, Inc. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659728&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659279p26659728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659585</id>
	<title>Re: Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T13:35:34Z</published>
	<updated>2009-12-05T13:35:34Z</updated>
	<author>
		<name>Volker Lendecke</name>
	</author>
	<content type="html">On Sat, Dec 05, 2009 at 10:53:43PM +0200, Kamen Mazdrashki wrote:
&lt;br&gt;&amp;gt; It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;&amp;gt; Please find attached a small patch to fix a memory leek.
&lt;br&gt;&lt;br&gt;There's more of those. CHECK_RET can return, leaving
&lt;br&gt;mem_ctx around.
&lt;br&gt;&lt;br&gt;Volker
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26659585/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659279p26659585.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659625</id>
	<title>RE: Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T13:34:24Z</published>
	<updated>2009-12-05T13:34:24Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">On Sat, Dec 5, 2009 at 23:35, Volker Lendecke &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Volker.Lendecke@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; On Sat, Dec 05, 2009 at 10:53:43PM +0200, Kamen Mazdrashki wrote:
&lt;br&gt;&amp;gt;&amp;gt; It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;&amp;gt;&amp;gt; Please find attached a small patch to fix a memory leek.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There's more of those. CHECK_RET can return, leaving
&lt;br&gt;&amp;gt; mem_ctx around.
&lt;br&gt;&lt;br&gt;Perhaps it is that way...
&lt;br&gt;It is just this one I have found while playing with Valgrind
&lt;br&gt;(I am trying to learn more about this tool as you have advised :)
&lt;br&gt;&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659625&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RE%3A-Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659625p26659625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659570</id>
	<title>Re: scannedonly vfs module ported to samba 3.5</title>
	<published>2009-12-05T13:33:32Z</published>
	<updated>2009-12-05T13:33:32Z</updated>
	<author>
		<name>Volker Lendecke</name>
	</author>
	<content type="html">Hi, Olivier!
&lt;br&gt;&lt;br&gt;On Sat, Dec 05, 2009 at 08:53:00PM +0100, Olivier Sessink wrote:
&lt;br&gt;&amp;gt; with some help I ported the scannedonly module to the samba 3.5 vfs API:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; please have a look at the code and let me know if more changes are
&lt;br&gt;&amp;gt; required to include it in the samba source tree.
&lt;br&gt;&lt;br&gt;Cosmetic: Can you please switch your editor to 8-space tab
&lt;br&gt;indentation? You seem to have tabs with 4 spaces, this
&lt;br&gt;messes up indentation quite a bit. Alternatively, convert
&lt;br&gt;the tabs to spaces.
&lt;br&gt;&lt;br&gt;Now some hints to simplify the code. I know we have a huge
&lt;br&gt;runtime lib that is hard to wrap your head around, so take
&lt;br&gt;these not as criticisms but as hints into our code base:
&lt;br&gt;&lt;br&gt;Routines cachefile_name and name_w_ending_slash: I think
&lt;br&gt;talloc_asprintf() would tremendously help here. If I read it
&lt;br&gt;right, cachefile_name would look like
&lt;br&gt;&lt;br&gt;talloc_asprintf(ctx, &amp;quot;%s.scanned:%s&amp;quot;, basename, shortname)
&lt;br&gt;&lt;br&gt;This would also take care of checking for talloc_size
&lt;br&gt;failing more easy.
&lt;br&gt;&lt;br&gt;The else branch in name_w_ending_slash() could be simplified
&lt;br&gt;as talloc_asprintf(ctx, &amp;quot;%s/&amp;quot;, name);
&lt;br&gt;&lt;br&gt;Similar for path_plus_name().
&lt;br&gt;&lt;br&gt;construct_full_path(): Is it really the case that we still
&lt;br&gt;get &amp;quot;./&amp;quot; as path components here? And, do they really hurt
&lt;br&gt;at this level?
&lt;br&gt;&lt;br&gt;connect_to_scanner: We have the routine open_socket_out() in
&lt;br&gt;lib/util_sock.c that does pretty much what you do here.
&lt;br&gt;&lt;br&gt;For the fcntl(so-&amp;gt;socket, F_SETFL, O_NDELAY) we have
&lt;br&gt;set_blocking().
&lt;br&gt;&lt;br&gt;timespec_is_newer: This might be simplified by calling
&lt;br&gt;timespec_compare()
&lt;br&gt;&lt;br&gt;is_scannedonly_file: We tend to use type bool for these
&lt;br&gt;kinds of functions.
&lt;br&gt;&lt;br&gt;scannedonly_allow_access: For the two strcmps, we have ISDOT
&lt;br&gt;and ISDOTDOT which should be faster than calling strcmp.
&lt;br&gt;&lt;br&gt;Now for two real concerns I have, first a simple one:
&lt;br&gt;&lt;br&gt;scannedonly_allow_access: There's a 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (dire) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } while (dire) ;
&lt;br&gt;&lt;br&gt;loop. Is that correct C?
&lt;br&gt;&lt;br&gt;Then the active_files[1024] array in struct Tscannedonly: My
&lt;br&gt;impression is that these are used to notify the scanner at
&lt;br&gt;close time. Is that right? If so, you can't restrict that to
&lt;br&gt;1024, we have to deal with many more file descriptors. Then,
&lt;br&gt;with your &amp;quot;memset(so-&amp;gt;activefiles, 0, 1024);&amp;quot; you don't
&lt;br&gt;initialize the whole array if that was your intention.
&lt;br&gt;1024*sizeof(char *) would have been right I think.
&lt;br&gt;&lt;br&gt;If my assumption about its purpose (use it at close time) is
&lt;br&gt;right, then you don't need the array at all: We have the
&lt;br&gt;fsp-&amp;gt;fsp_name available in the vfs_close call that you might
&lt;br&gt;want to access.
&lt;br&gt;&lt;br&gt;&amp;gt; one thing: how does the samba team handle copyright? is all copyright
&lt;br&gt;&amp;gt; transferred to a foundation, or do individual contributers keep their
&lt;br&gt;&amp;gt; own copyright, or is there another way?
&lt;br&gt;&lt;br&gt;You can keep your own copyright. Our only restriction is
&lt;br&gt;that it must be personal and not corporate.
&lt;br&gt;&lt;br&gt;Volker
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26659570/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scannedonly-vfs-module-ported-to-samba-3.5-tp26658894p26659570.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659279</id>
	<title>Fix memory leek in ldb_ldif_write()</title>
	<published>2009-12-05T12:53:43Z</published>
	<updated>2009-12-05T12:53:43Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">Hi Tridge,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It seems you are the ‘owner’ of ldb_ldif_write().
&lt;br&gt;Please find attached a small patch to fix a memory leek.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659279&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-s4-ldif-Fix-memory-leek-in-ldb_ldif_write.patch&lt;/strong&gt; (958 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26659279/0/0001-s4-ldif-Fix-memory-leek-in-ldb_ldif_write.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-memory-leek-in-ldb_ldif_write%28%29-tp26659279p26659279.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659216</id>
	<title>Generational Equity</title>
	<published>2009-12-05T12:51:42Z</published>
	<updated>2009-12-05T12:51:42Z</updated>
	<author>
		<name>josephstevens</name>
	</author>
	<content type="html">An excellent home business resource is the Internal Revenue Service.
&lt;br&gt;The IRS seems to make people nervous and leery. However, when your
&lt;br&gt;business needs a Federal tax identification number, you will simply
&lt;br&gt;need to fill out a short called Form SS4. Also available from the IRS
&lt;br&gt;is a wealth of tax information for the small business owner. There is
&lt;br&gt;a Small Business Tax Kit that you can request from the IRS; ask for
&lt;br&gt;#454 when you call. Other information can be found on their website.
&lt;br&gt;&lt;br&gt;A buyer in a business purchase transaction wants to know that the
&lt;br&gt;business which they are purchasing is one that will see future
&lt;br&gt;profits. It is not only important for the business to be seen as doing
&lt;br&gt;well at that particular moment in time, but it is also vital that the
&lt;br&gt;business will continue to do well in the future. Therefore, future
&lt;br&gt;profitability is something which will drive up the value of a
&lt;br&gt;business. After all, who really wants to purchase a business that will
&lt;br&gt;go downhill soon thereafter. The answer to that question is probably
&lt;br&gt;no one. If a current business owner can show factors which relate to
&lt;br&gt;future profitability of the business, then their business may be one
&lt;br&gt;that is portrayed as having good value.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Generational Equity
&lt;br&gt;&lt;br&gt;Check us at &lt;a href=&quot;http://www.generationalequityinfo.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.generationalequityinfo.net/&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---anuchess-f13151.html&quot; embed=&quot;fixTarget[13151]&quot; target=&quot;_top&quot; &gt;Samba - anuchess&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Generational-Equity-tp26659216p26659216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658701</id>
	<title>fix talloc when ALWAYS_REALLOC is defined</title>
	<published>2009-12-05T11:53:46Z</published>
	<updated>2009-12-05T11:53:46Z</updated>
	<author>
		<name>Kamen Mazdrashki</name>
	</author>
	<content type="html">hi Tridge,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Attached is a small fix for talloc library in case ALWAYS_REALLOC is used.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CU,
&lt;br&gt;Kamen Mazdrashki
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26658701&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kamen.mazdrashki@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/Samba/kamenim.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/Samba/kamenim.git&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;CISCO SYSTEMS BULGARIA EOOD
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/global/BG/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/global/BG/&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-talloc-Fix-write-behind-memory-block.patch&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26658701/0/0001-talloc-Fix-write-behind-memory-block.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fix-talloc-when-ALWAYS_REALLOC-is-defined-tp26658701p26658701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658894</id>
	<title>scannedonly vfs module ported to samba 3.5</title>
	<published>2009-12-05T11:53:00Z</published>
	<updated>2009-12-05T11:53:00Z</updated>
	<author>
		<name>Olivier Sessink</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;with some help I ported the scannedonly module to the samba 3.5 vfs API:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://scannedonly.svn.sourceforge.net/viewvc/scannedonly/branches/samba3.5compat/src/vfs_scannedonly.c?revision=61&amp;view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;please have a look at the code and let me know if more changes are
&lt;br&gt;required to include it in the samba source tree.
&lt;br&gt;&lt;br&gt;one thing: how does the samba team handle copyright? is all copyright
&lt;br&gt;transferred to a foundation, or do individual contributers keep their
&lt;br&gt;own copyright, or is there another way?
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Olivier
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scannedonly-vfs-module-ported-to-samba-3.5-tp26658894p26658894.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658555</id>
	<title>1st International Workshop on Optimization and Network Planning  (ONPlan 2010)</title>
	<published>2009-12-05T11:42:01Z</published>
	<updated>2009-12-05T11:42:01Z</updated>
	<author>
		<name>Jianhua He</name>
	</author>
	<content type="html">***We apologize if you receive multiple copies of this CFT. Please help send to interested colleagues***&lt;br&gt;&lt;br&gt;CALL FOR PAPERS&lt;br&gt;&lt;br&gt;First International Workshop on Optimization and Network Planning (ONPlan 2010) &lt;br&gt;IWCMC2010, Caen, France, 28 June - 2 July, 2010.  &lt;br&gt;
&lt;a href=&quot;http://www.iwcmc.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.iwcmc.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Scope and Motivation&lt;br&gt;Next generation networks are expected to provide diverse services with enhanced QoS (e.g. seamless coverage and higher data rate) at affordable cost. Network planning and optimization will face many new&lt;br&gt;
challenges arising from increased network scale, diverse services with different levels of QoS requirements, coexistence of heterogeneous networks, adoption of new communication and networking technologies. The purpose of ONPlan is to bring together researchers and engineers addressing all aspects of challenges in the network planning and optimization. ONPlan seeks papers dealing with architectural issues, theoretical and simulation studies, new paradigms, enabling technologies and practical implementations for network planning and optimization.&lt;br&gt;
&lt;br&gt;&lt;br&gt;==== Topics of interests &lt;br&gt;The areas of interest for ONPlan include, but are not limited to, the following:&lt;br&gt;&lt;br&gt;- Single-technology radio networks&lt;br&gt;+ Architecture &amp;amp; services (B3G/4G, WiMAX, WRAN, WPAN, VANET)&lt;br&gt;
+ Radio resource management &lt;br&gt;+ Quality of services provisioning and energy efficiency&lt;br&gt;+ Cross-layer, scalability, automation and self-healing&lt;br&gt;&lt;br&gt;- Heterogeneous networks&lt;br&gt;+ Multi-vendor, multi-technology radio networks&lt;br&gt;
+ Coexistence and cooperation of radio networks&lt;br&gt;+ Convergent fixed and mobile networks and services&lt;br&gt;+ Scalability, reliability and robustness&lt;br&gt;&lt;br&gt;- Indoor radio network &lt;br&gt;+ Repeaters, picocells and femtocells&lt;br&gt;
+ Automatic configuration algorithms of femtocells&lt;br&gt;+ Resource, interference and mobility management in femto/macrocell&lt;br&gt;&lt;br&gt;- Networks with advanced technologies&lt;br&gt;+ Smart antennas and distributed antenna systems&lt;br&gt;
+ Cooperative relaying in UMTS/HSPA/LTE and WiMAX networks&lt;br&gt;+ Cognitive radio, dynamic frequency allocation&lt;br&gt;+ Network coding, delay tolerant network&lt;br&gt;&lt;br&gt;- System level performance evaluation&lt;br&gt;+ Traffic modelling and real network traffic scenarios&lt;br&gt;
+ System modelling and simulation&lt;br&gt;+ Testbed and experimental platform&lt;br&gt;+ Integration of simulation and field measurement&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Submission Guidelines &lt;br&gt;- Prospective authors are invited to submit original papers not exceeding six pages, including text, figures, tables, and references. Papers must be written in English and in standard IEEE conference format. All submissions will be handled electronically through the EDAS system (&lt;a href=&quot;http://edas.info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://edas.info&lt;/a&gt;), and must be in PDF format.&lt;br&gt;
&lt;br&gt;- Accepted papers will be published in the conference proceedings to be included in ACM/IEEE Digital Library (pending approval). There will be one best paper award for ONPlan2010. Selected papers will be further considered for possible publication in two special issues of Wiley Journal of Wireless Communications and Mobile Computing (WCMC) and International Journal of Autonomous and Adaptive Communications Systems (IJAACS).&lt;br&gt;
&lt;br&gt;&lt;br&gt;==== Important Dates &lt;br&gt;- Paper Submission Deadline: December 15 2009&lt;br&gt;- Paper Acceptance Notification:  March 15 2010&lt;br&gt;- Camera-ready Paper Submissions: April 1 2010 &lt;br&gt;&lt;br&gt;&lt;br&gt;==== ONPlan Chairs &lt;br&gt;- Dr Jianhua He, Swansea University, UK. Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26658555&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j.he@...&lt;/a&gt;&lt;br&gt;
- Dr Hongfei Du, Bell Laboratories, Canada. Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26658555&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hongfei.du@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Technical Program Committee&lt;br&gt;- Alister Burr, University of York&lt;br&gt;- Chen Chen, Peking University&lt;br&gt;
- Tao Chen, VTT&lt;br&gt;- Chun Tung Chou, University of New South Wales&lt;br&gt;- Zhong Fan, Toshiba Research Europe&lt;br&gt;- Raj Jain, Washington University in St. Louis&lt;br&gt;- Sithamparanathan Kandeepan, Create-Net International Research Centre &lt;br&gt;
- Merkourios Karaliopoulos, ETH Zurich&lt;br&gt;- Jie Liang, Simon Fraser University&lt;br&gt;- Zhili Sun, University of Surrey&lt;br&gt;- Zuoyin Tang, Bedfordshire Unviersity&lt;br&gt;- John Thompson, University of Edinburgh&lt;br&gt;- Ping Wang, Nanyang Technological University&lt;br&gt;
- Wenbing Yao, Huawei Technologies, Co. Ltd.&lt;br&gt;- Di Yuan, Linköping University
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---wireless-f13168.html&quot; embed=&quot;fixTarget[13168]&quot; target=&quot;_top&quot; &gt;Samba - wireless&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1st-International-Workshop-on-Optimization-and-Network-Planning--%28ONPlan-2010%29-tp26658555p26658555.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658321</id>
	<title>getifaddrs() issues on AIX</title>
	<published>2009-12-05T11:07:14Z</published>
	<updated>2009-12-05T11:07:14Z</updated>
	<author>
		<name>miguel.sanders</name>
	</author>
	<content type="html">Hi Samba team
&lt;br&gt;&lt;br&gt;I would like to report that the &amp;quot;interfaces / bind interfaces only&amp;quot; features of Samba do not function on AIX.
&lt;br&gt;There are two problematic situations:
&lt;br&gt;(1) Assume interfaces en1 and en2 have an IP address whereas en0 does not.
&lt;br&gt;(Simplified) netstat output on AIX would show something like:
&lt;br&gt;# netstat -in
&lt;br&gt;Name &amp;nbsp;Mtu &amp;nbsp; Network &amp;nbsp; &amp;nbsp; Address
&lt;br&gt;en1 &amp;nbsp; 9000 &amp;nbsp;link#2 &amp;nbsp; &amp;nbsp; &amp;nbsp;22.f1.30.0.10.6
&lt;br&gt;en1 &amp;nbsp; 9000 &amp;nbsp;10.226.32 &amp;nbsp; 10.226.32.222
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;link#3 &amp;nbsp; &amp;nbsp; &amp;nbsp;22.f1.30.0.10.8
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;10.226.33 &amp;nbsp; 10.226.33.222
&lt;br&gt;en0* &amp;nbsp;65390 link#4 &amp;nbsp; &amp;nbsp; &amp;nbsp;22.f1.30.0.10.4
&lt;br&gt;lo0 &amp;nbsp; 16896 link#1
&lt;br&gt;lo0 &amp;nbsp; 16896 127 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 127.0.0.1
&lt;br&gt;lo0 &amp;nbsp; 16896 ::1
&lt;br&gt;&lt;br&gt;If there is no interfaces entry in smb.conf (f.e. interfaces = en1 or interfaces = en2), smbd will simply not start.
&lt;br&gt;The problem lies in the rep_getifaddrs function in lib/replace/getifaddrs.c
&lt;br&gt;AIX, unlike Linux, also returns info on the layer 2 HW address of the adapter in the ifconf struct (as can be observed from the output above).
&lt;br&gt;As a result, one should only call the SIOCGIFADDR ioctl if the sin_family is AF_INET.
&lt;br&gt;&lt;br&gt;(2) Assume interface en2 has IP aliases.
&lt;br&gt;(Simplified) netstat output on AIX would show something like:
&lt;br&gt;# netstat -in
&lt;br&gt;Name &amp;nbsp;Mtu &amp;nbsp; Network &amp;nbsp; &amp;nbsp; Address
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;link#3 &amp;nbsp; &amp;nbsp; &amp;nbsp;22.f1.30.0.10.8
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;10.226.33 &amp;nbsp; 10.226.33.222
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;139.53.231 &amp;nbsp;139.53.231.201
&lt;br&gt;en2 &amp;nbsp; 1500 &amp;nbsp;139.53.231 &amp;nbsp;139.53.231.107
&lt;br&gt;lo0 &amp;nbsp; 16896 link#1
&lt;br&gt;lo0 &amp;nbsp; 16896 127 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 127.0.0.1
&lt;br&gt;lo0 &amp;nbsp; 16896 ::1
&lt;br&gt;&lt;br&gt;The IP aliases cannot be used in the interfaces entry in smb.conf.
&lt;br&gt;The problem also lies in the rep_getifaddrs function in lib/replace/getifaddrs.c
&lt;br&gt;AIX, unlike Linux, does not create a new interface for each IP alias.
&lt;br&gt;As a result, the SIOCGIFADDR ioctl does not return any IP aliases of the network interface, only the base IP address.
&lt;br&gt;&lt;br&gt;Bugzilla # 6970 (+ patch) was created to address these issues.
&lt;br&gt;&lt;br&gt;Could you have a look at the patch?
&lt;br&gt;&lt;br&gt;Cheers!
&lt;br&gt;&lt;br&gt;Met vriendelijke groet
&lt;br&gt;Best regards
&lt;br&gt;Bien à vous
&lt;br&gt;&lt;br&gt;Miguel SANDERS
&lt;br&gt;ArcelorMittal Gent
&lt;br&gt;&lt;br&gt;UNIX Systems &amp; Storage
&lt;br&gt;IT Supply Western Europe | John Kennedylaan 51
&lt;br&gt;B-9042 Gent
&lt;br&gt;&lt;br&gt;T +32 9 347 3538 | F +32 9 347 4901 | M +32478 805 023
&lt;br&gt;E &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26658321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;miguel.sanders@...&lt;/a&gt;
&lt;br&gt;www.arcelormittal.com/gent
&lt;br&gt;&lt;br&gt;&lt;br&gt;****
&lt;br&gt;This message and any attachment are confidential, intended solely for the use of the individual or entity to whom it is addressed and may be protected by professional secrecy or intellectual property rights.
&lt;br&gt;If you have received it by mistake, or are not the named recipient(s), please immediately notify the sender and delete the message. You are hereby notified that any unauthorized use, copying or dissemination of any or all information contained in this message is prohibited.
&lt;br&gt;Arcelormittal shall not be liable for the message if altered, falsified, or in case of error in the recipient.
&lt;br&gt;This message does not constitute any right or commitment for ArcelorMittal except when expressly agreed otherwise in writing in a separate agreement.
&lt;br&gt;****
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/getifaddrs%28%29-issues-on-AIX-tp26658321p26658321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26658304</id>
	<title>Really slow USB after suspend to ram</title>
	<published>2009-12-05T11:04:58Z</published>
	<updated>2009-12-05T11:04:58Z</updated>
	<author>
		<name>Carlo Hamalainen</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;My partner has an IBM Thinkpad X61 with Ubuntu 9.04, running the
&lt;br&gt;2.6.28-16 kernel.
&lt;br&gt;&lt;br&gt;If I plug in a USB hard drive I see pretty good transfer rates:
&lt;br&gt;&lt;br&gt;$ sudo hdparm -t /dev/sdb
&lt;br&gt;&lt;br&gt;/dev/sdb:
&lt;br&gt;&amp;nbsp;Timing buffered disk reads: &amp;nbsp; 90 MB in &amp;nbsp;3.03 seconds = &amp;nbsp;29.68 MB/sec
&lt;br&gt;&lt;br&gt;But if I suspend to ram and then resume, the transfer rate drops dramatically:
&lt;br&gt;&lt;br&gt;/dev/sdb: &amp;nbsp;Timing buffered disk reads: &amp;nbsp; &amp;nbsp;4 MB in &amp;nbsp;5.97 seconds = 685.70 kB/sec
&lt;br&gt;&lt;br&gt;That's slow enough to be unusable. Reloading USB modules doesn't seem
&lt;br&gt;to help, and the kernel still seems to think that it's a high speed
&lt;br&gt;device:
&lt;br&gt;&lt;br&gt;[ 1731.852126] usb 2-1: new high speed USB device using ehci_hcd and address 3
&lt;br&gt;[ 1732.220267] usb 2-1: configuration #1 chosen from 1 choice
&lt;br&gt;[ 1732.246405] scsi3 : SCSI emulation for USB Mass Storage devices
&lt;br&gt;&lt;br&gt;I tested the external drive on my laptop and it has no trouble before
&lt;br&gt;or after suspending.
&lt;br&gt;&lt;br&gt;There are some long threads on *.ubuntu.com about this problem but I
&lt;br&gt;can't find a definitive answer. Has anyone here dealt with this
&lt;br&gt;problem?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Carlo Hamalainen
&lt;br&gt;&lt;a href=&quot;http://carlo-hamalainen.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://carlo-hamalainen.net&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;linux mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26658304&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.samba.org/mailman/listinfo/linux&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/linux&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---linux-f13154.html&quot; embed=&quot;fixTarget[13154]&quot; target=&quot;_top&quot; &gt;Samba - linux&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Really-slow-USB-after-suspend-to-ram-tp26658304p26658304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26657719</id>
	<title>Re: multiplexing overflow errors</title>
	<published>2009-12-05T09:52:41Z</published>
	<updated>2009-12-05T09:52:41Z</updated>
	<author>
		<name>Wayne Davison-2</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 11:26 PM, Matt McCutchen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;/div&gt;&lt;/div&gt;Here is the FAQ patch.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Thanks!  I&amp;#39;ve updated the FAQ. &lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;..wayne..&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;Please use reply-all for most replies to avoid omitting the mailing list.
&lt;br&gt;To unsubscribe or change options: &lt;a href=&quot;https://lists.samba.org/mailman/listinfo/rsync&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.samba.org/mailman/listinfo/rsync&lt;/a&gt;&lt;br&gt;Before posting, read: &lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.catb.org/~esr/faqs/smart-questions.html&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---rsync-f13158.html&quot; embed=&quot;fixTarget[13158]&quot; target=&quot;_top&quot; &gt;Samba - rsync&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/multiplexing-overflow-errors-tp26544190p26657719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656682</id>
	<title>Re: Centrify Samba 3.3.9 Patches</title>
	<published>2009-12-05T07:32:15Z</published>
	<updated>2009-12-05T07:32:15Z</updated>
	<author>
		<name>Volker Lendecke</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;On Fri, Dec 04, 2009 at 12:38:54PM +0100, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;miguel.sanders@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; I don't know if the Samba team is willing to make this configurable...
&lt;br&gt;&lt;br&gt;To make this panic was a very conscious decision. The
&lt;br&gt;problem is that not to panic makes access to the Samba
&lt;br&gt;shares pretty random, depending on the sorting order the DC
&lt;br&gt;decides to use for the group list. What we could do instead
&lt;br&gt;of panic is to refuse access with NT_STATUS_ACCESS_DENIED,
&lt;br&gt;which is not really much better.
&lt;br&gt;&lt;br&gt;There also have been attempts (I think there's even a bug
&lt;br&gt;report) to filter the group memberships when logging in.
&lt;br&gt;That is the right way to deal with that problem. It's just
&lt;br&gt;not done yet.
&lt;br&gt;&lt;br&gt;Volker
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26656682/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Samba---samba-technical-f13164.html&quot; embed=&quot;fixTarget[13164]&quot; target=&quot;_top&quot; &gt;Samba - samba-technical&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Centrify-Samba-3.3.9-Patches-tp26600475p26656682.html" />
</entry>

</feed>
