similar to: smbclient tar problem

Displaying 7 results from an estimated 7 matches similar to: "smbclient tar problem"

2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
Hi Jan, all I am trying to generate a video introduction with a fade-in / fade-out effect. To do this with ffmpeg2theora only, I generated a list of PNG images: img001.png, img002.png... img299.png The ffmpeg2theora man page says: Encode a series of images: ffmpeg2theora frame%06d.png -o output.ogv That's exactly what I tried with the latest 0.24 release of ffmpeg2theora:
2006 Sep 04
9
RMagick Image.read doesn't... read!
I''ve a controller with an action that should read an image file from a specified path and do some operations on it (mainly, resize it). I try to read the image through this line of code (the image is placed in applicationname\public\images. img = Magick::Image.read("world.jpg") The fact is that whenever I open that page, the browser freezes and I have to restart my
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with large files (> 4GB). The following patch (against 2.2.7a) fixes all known problems with this. This code has been checked into the CVS tree in all branches as well. -- ====================================================================== Herb Lewis Silicon Graphics Networking Engineer
2001 Dec 13
0
smpassswd unable to join domain.
Hello, I have been trying for 3 days now to get smbpasswd to join my existing NT 4.0 domain, without success. The command I run is "smbpasswd -j CCH -r chrivdc01 -U knoxth" (yes, userid knoxth has Administrative access). No luck. I've included the output of adding -D 3 to the options line. Can anyone help me figure out what is happening?? Thanks! Tom ----- Forwarded by Thomas
1999 Dec 20
0
Roving profiles on Samba 2.0.6
I was using Samba 2.0.4 and I've upgraded to 2.0.6. I'm running on FreeBSD 3.3. Since I've upgraded, roaming profiles seem to be the default, and it's causing me some grief. I'm not ready to introduce them, and what happens is that when a user logs onto a machine with office 97, the office 97 policies get stored in their home directories. That's okay until they log onto
2005 May 18
0
Samba 3 dms doesn't allow access through interdomain trust
Hello everyone! I have a little problem: HRH = trusted domain (Samba 3) Hendricks = trusting domain (NT4 sp6a) Trusts are setup between the NT4 and Samba3 + OpenLDAP domain and appear to be working properly. When logged into the HRH domain on a W2k workstation I can view,read, and write on available shares for HRH groups and users on our Windows file servers. Whenever I try to see available
2007 Nov 18
14
css image url''s and :img problem
Hi, i have this controller class to serve static files. It works well for the stylesheet file under a /static directory, locating it, but the images referenced in the stylesheet do not appear. They are in the same /static folder, next to the stylesheet.css file. link :rel => ''stylesheet'', :href => R(Static, ''stylesheet.css''), :type =>