search for: pellegrino

Displaying 8 results from an estimated 8 matches for "pellegrino".

Did you mean: pellegrin
2003 Mar 19
4
FW: backupexec
If you can see the server, but not shares, you most likely have not published any directories. What version of the BE agent are you using? I've noticed 4.6 works well (the install actually works well and will walk you through the setup to publish the directories to be backed up). It's often easier to just publish root (but exclude /proc /tmp). Also, I've found out that in the hosts
2008 Feb 27
4
Samba/LDAP Question
We have just setup Samba 3.0.28 with LDAP support. We are using a Sun One 5.2 LDAP server. We are having a problem when a new machine joins the domain. Here is a snippet of our smb.conf file add machine script = /usr/local/sbin/smbldap-useradd -w "%m" ldap machine suffix = ou=computers ldap user suffix = ou=People When a new machine attempts to join the domain a new entry is
2000 Sep 13
1
Two doc(s) directories in CVS tree.
Also noticed that right now there are two directories in the CVS source tree: doc and docs doc is empty and could probably be marked for delete? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the
2002 Nov 02
1
Winbind and space in username
I have winbind & samba (2.2.5) set up to provide home shares to users of our Windows NT domain. I have also gotten pam_mkhomedir to work properly to automatically create their home directory. Connecting to \\sambaserver\homes works well for this. However, I have a problem if an NT Domain username contains a space. I cannot figure out how to work around this. Their home directory gets
2005 Sep 19
0
CYGWIN: file transfer beyond EOF
I have an issue with 2.6.2 of rsync under Cygwin. It has happened on both a Win2k host and now on a WinXP Pro host. In this particular case, it is transferring a 688MB outlook.pst file. It will continue transferring data well beyond 688MB. Usually, it will continue until the destination volume runs out of disk space. I have had the same issue on another host transferring a 550MB file. In
2000 Aug 27
0
Patch for typo in os_types.h
The current CVS tree (08/27/00) has a typo in os_types.h, simply missing a "ty", I have pasted the diff below: Index: os_types.h =================================================================== RCS file: /usr/local/cvsroot/vorbis/include/vorbis/os_types.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -r1.1.1.1 -r1.2 17c17 < last mod: $Id: os_types.h,v 1.1.1.1
2000 Aug 27
2
Problems supporting rint.
I am coding with vorbis using mingw32 (g++ for win32 without the cygwin.dll dependency). mingw32's math library does not support rint and I can't find a replacement so I have tried the following: Use Cygwin to execute ./configure. Then: (1) "make" with Cygwin - ok. Cygwin supports rint. I encode my Aerosmith's "Get A Grip" .wav from the CD to .ogg with
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
I am a mingw coder and I needed to make the following changes to the CVS source from 9/13/00 to get a build: os_types.h L36C16 reads had to change "unsigned _G_int32_t" to "_G_uint32_t" to resolve the compile error: ..\include\vorbis\os_types.h:36:parse error before 'ogg_uint32_t' ..\include\vorbis\os_types.h:36:warning:data definition has no type or storage class