similar to: Use metadata files in Samba

Displaying 20 results from an estimated 8000 matches similar to: "Use metadata files in Samba"

2006 May 12
3
samba 3.0.22 and OS/2 connectivity
Hi All I have a Linksys NSLU2 device which is used to hook USB2 drives upto my network as network attached storage. The Linksys firmware upgrade for this device includes samba 3.0.11 which is a non-starter regarding OS/2 connectivity. There is an alternative firmware based on the Linksys firmware called Unslung from http://www.nslu2-linux.org/ The Unslung firmware allows
2005 Nov 16
3
Backup Tape
I am at my final stages of switching my file server from my ageing Novell Netware 5.0 to Linux Suse SLE9. All my workstations are WinXP and Win2000 so I am relying on samba for file sharing. My last stage to resolve is having a backup strategy for the server. I already have a SCSI HP Dat drive I can install in the server but need some easy to use software to back my files. It would need to be able
2016 Aug 04
7
Hyper-V Virtual Machines fail to start on Samba shares
Hello, I have problem with Samba 4.4.3. I'd like to use SMB 3.02 file shares as shared storage for Hyper-V in Windows Server 2012 R2. I am able to create Virtual Machine on Samba share using guest access, but when I try to start VM I'm getting the following error: "An error occurred while attempting to start the selected virtual machine(s). 'New Virtual Machine' could not
2005 Jan 18
1
Samba and ACL's
Hey All, I am trying to get Samba to work with winbind and ACL's on Fedora Core 2. So far so good as far as getting winbind to work with Samba but I am having trouble getting Samba to recognize ACL's. I am wondering if there is a command I can run to determine if my Samba install is ACL capable... Any ideas? Cheers, Travis
2018 May 30
3
Password recovery trick not working on CentOS
Hi, I remember back in the days, there was a neat trick to recover a lost root password, or more exactly, redefine a new password for root. 1. In the bootloader, boot the system with the 'init=/bin/bash' kernel argument. 2. Remount the root partition in read-write mode: # mount -o remount,rw / 3. Set the password for root: # passwd 4. Remount the root partition in read-only
2017 Mar 28
2
SipVicious scans getting through iptables firewall - but how?
My firewall and asterisk pjsip config only has "permit" options for my ITSP's (SIP trunk) IPs. Here's the script that sets it up. -------------------------------------------------- #!/bin/bash EXIF="eth0" /sbin/iptables --flush /sbin/iptables --policy INPUT DROP /sbin/iptables --policy OUTPUT ACCEPT /sbin/iptables -A INPUT -i lo -j ACCEPT /sbin/iptables -A INPUT -m
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
I don't know what has changed with Catalina But I just tried my tk console from the shell command tkcon And got the following error. Here is my shell: $ tkcon dyld: Library not loaded: /usr/local/lib:/opt/X11/lib/libtk8.6.dylib Referenced from: /usr/local/bin/wish Reason: image not found Abort trap: 6 I don't know whether this is a red herring or not, but the
2020 Jun 11
4
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Hello everyone I am not sure when this appeared (sometime post R 3.5.0 and after I switched to Mac OS Catalina). I do not think it happens on all platforms (e.g. seems to work on windows). But it seems that tkimage.create() no longer works on a Mac for all png files. (It does work for *some* old png files I have on disk but I have not been able to determine what is different about the
2019 Nov 22
2
connect Mac OS X 10.5.8 to Samba 4.9
On your Samba server, check build options: #: smbd -b - look for vfs_catia, vfs_fruit, vfs_streams_xattr modules. If you have the vfs_ modules, then take a look at this: https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X <https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X>
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Simon, > On Jun 11, 2020, at 9:00 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Wayne, > > that one is unrelated, but interesting - you can fix it with > > sudo install_name_tool -change \ > /usr/local/lib:/opt/X11/lib/libtk8.6.dylib \ > /usr/local/lib/libtk8.6.dylib \ > /usr/local/bin/wish8.6 > > There is a bug in tcltk with
2006 Jun 22
2
OT EXIF libraray
Hi- this is slightly off topic, but is anyone aware of a WORKING ruby library that reads EXIF data from JPEG files? It has to run on both Windows and *nix, so wrappers around unix libs won''t do. So far I tried rexif, ruby-exif (both throwing exceptions when presented with a JPEG) and RMagick (at least able to get the date from EXIF, however it adds a ''.'' at the end for
2013 Sep 30
1
map destination files files based on meta data
I am in the process of designing a photo synchronization application - basically I want to be able to copy all of the images captured throughout my home's infrastructure to a central repository. The problem that I foresee is that there may be collisions between filenames between the various computers where my family members sync their photos, movies, etc. So doing a simple rsync won't
2014 Apr 01
3
set keep alive
Can anyone explain what is happening. After call virConnectOpen virEventRegisterDefaultImpl() call virConnectSetKeepAlive returns VirtError(1): internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation, but the next call this sequence of commands returns success. Why virConnectSetKeepAlive not work right the first time? -- Fl at sh
2006 Jan 24
9
Number of replications of a term
Hello, Is there a simple and fast function that returns a vector of the number of replications for each object of a vector ? For example : I have a vector of IDs : ids <- c( "ID1", "ID2", "ID2", "ID3", "ID3","ID3", "ID5") I want the function returns the following vector where each term is the number of replicates for the
2008 Sep 02
3
gps tags in vorbis comments
hi, is there an official or semiofficial way to store gps location in vorbis comments or any ogg file. mp4 and exif store at least: - location name (e.g. London, UK) - longitude (degree as double), latitude (degree as double), elevation (meters) (these three according to WGS84) Stefan
2005 Nov 09
3
dataframe without repetition
Hello, with a data.frame like this : > toto <- data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30")) > toto id dpt 1 id1 13 2 id1 13 3 id2 34 4 id3 30 5 id3 30 6 id3 30 what is the most efficient ways to obtain : id
2005 Jan 06
2
FLAC and ID3
Hello, I heard from a coworker that there was something that changed recently with FLAC and ID3. I don't have ANY details on what that means, and was wondering what has changed. The only thing I see (in the changelog) is that plugins have removed support for ID3 tags. I'm curious because I have been using ID3 tags with FLAC (I store extra data such as album art with my media files,
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2 plugin code, I am on the verge of removing id3 v1/v2 support from the plugins completely. it is really hard to get right in a way that works intuitively for the user, and i18n is also a nightmare. in id3v2 every field can have a different encoding. FLAC tag a.k.a. Vorbis comment support is very good now so unless someone comes up
2015 Oct 30
4
disable ZTS in php
Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2006 Jan 12
1
Extended Attribute Write Performance
Hello, I'm writing an application that makes pretty extensive use of extended attributes to store file attributes on Ext2. I used a profiling tool developed by my colleague Nikolai Joukov at SUNY Stony Brook to dig a bit deeper into the performance of my application. In the course of my benchmark, there are 54247 setxattr operations during a 54 seconds. They use about 10.56 seconds of the