similar to: 2GB limit

Displaying 20 results from an estimated 1100 matches similar to: "2GB limit"

2007 Nov 05
2
Disable USB storage
Hello Everyone! i need to know if there is a way to send to windows XP a key reg to disable the usb storage, my samba is a PDC. the key in the window's registry is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor --------------------------------- Comparte video en la ventana de tus mensajes (y tambi?n tus fotos de Flickr). Usa el nuevo Yahoo! Messenger versi?n Beta.
2010 Feb 05
2
(Another) Bates fortune?
I vote to 'fortunize' Doug Bates on Hierarchical data sets: which software to use? "The widespread use of spreadsheets or SPSS data sets or SAS data sets which encourage the "single table with a gargantuan number of columns, most of which are missing data in most cases" approach to organization of longitudinal data is regrettable."
2002 Jul 08
3
How to freeze & thaw ext2(ext3) file system?
hi... i intend to develop a backup application for linux platform... the workflow is as follows: - freeze the file-system(ext2 or ext3) - take the bckup - release the file system. i am not able to find the relevant ioctl or api for freezing & releasing the file system... so... i need some help... thanks... Satish Singhal __________________________________________________ Do You Yahoo!?
2007 Nov 27
5
windows vista
Hello there Im suzuky Pinto from Mexico. And Im buying a new computer and this have windows vista. Could I have any problem using R on it? thabks Suzuky** Comparte video en la ventana de tus mensajes (y también tus fotos de Flickr). Usa el nuevo Yahoo! Messenger versión Beta. http://mx.beta.messenger.yahoo.com/ [[alternative HTML version deleted]]
2024 Mar 25
1
NT_STATUS_INVALID_SID error
Am 25.03.24 um 10:01 schrieb Rowland Penny via samba: > On Mon, 25 Mar 2024 07:39:21 +0100 > Kai via samba<samba at lists.samba.org> wrote: > >> Hello everyone, >> >> I have a Samba setup with an AD controller (DC01) and set up a second >> system which should work as file share (filesrv01). >> I was setting it up using this manual: >>
2020 Aug 26
4
DVR recorder how to resucue files
Ralf Prengel <ralf.prengel at rprengel.de> wrote: > I made a backup using dd without any problems but how can I mount > this image. > Normal loop options don't work. Too little information. Tell us what you tried (the exact command) and what happened (any error message). Ok, sorry. Our recoder device that stores all videos of several cameras doesn t work any longer. Before
2005 Dec 01
1
mbox separators ignored
Using dovecot-0.99.13-4.FC2 I grabbed a bunch of Mailman archive files from the Weather mailing list here: <http://www.buoy.com/pipermail/weather/> I gunzipped the older ones, then concatenated them all in correct order to create one big mbox file. I dropped it into my ~/mail folder and started my IMAP client (Mulberry) and opened the new Weather folder. It shows one gargantuan
2000 Apr 18
1
rpcclient Shutdown
I have compile rpcclient using the last CVS, and have some questions regarding it. I would like to use rpcclient with perl to do a remote shutdown to NT Workstations on lan. >From my linux box ( Running Samba 2.0.6 ) I can successfully connect to the remote NT4.0 Wks, but the list of commands that I have access is only regenum regdeletekey regcreatekey regquerykey regdeleteval
2024 Mar 25
1
NT_STATUS_INVALID_SID error
Hello everyone, I have a Samba setup with an AD controller (DC01) and set up a second system which should work as file share (filesrv01). I was setting it up using this manual: https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs Somehow, I broke the administrator's account. After I set up a test share, I got RPC server unavailable errors. I started investigating and
2024 Mar 25
1
NT_STATUS_INVALID_SID error
On Mon, 25 Mar 2024 07:39:21 +0100 Kai via samba <samba at lists.samba.org> wrote: > Hello everyone, > > I have a Samba setup with an AD controller (DC01) and set up a second > system which should work as file share (filesrv01). > I was setting it up using this manual: > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs > > Somehow, I broke
2012 Apr 13
1
wined3d in windows 98 - illegal operation.
Hey all! I have recently installed a windows 98 vm on VmWare workstation in my win7x64 host os. I have downloaded wined3d from: http://www.nongnu.org/wined3d/ it says that those are builds for win32 apps, but when the installer runs I see that some syswow64 (which is a 64 bit app folder) is getting created and some dlls into it installed. Does this mean my windows 98 has now 64 bit dlls and that
2020 Aug 26
0
DVR recorder how to resucue files
ralf.prengel at comline.de wrote: > Trying to mount this file simple with mount -o loop save.dd > /mnt/backup fails. > I found out that VDR are using non-standard disk-configurations and > filesystems. If this were a normal DVD, you'd have to specify the file system: mount -t iso9660 -o loop save.dd /mnt/backup But you say the DVD uses a non-standard file system, so this
2020 Aug 27
0
DVR recorder how to resucue files
It looks like you've backuped an entire disk that might contain partitions. So first check if you have partitions inside: sudo fdisk -lu save.dd If you have partitions inside, use the start offset of the partition to create a loopback device (e.g. a partition starts at 56): sudo losetup -o $((56*512)) /dev/loop0 save.dd Now you should be able to use the partition. First check and than
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 19/10/2020 01:49, PGNet Dev wrote: > > I've since rebuilt/reconfig'd all parts of my setup from scratch; some > good cleanup along the way. > > Atm, my entire system for send/recv, store/retrieve, + rules & search > is working as I intend.? Ok, mostly ... > > Except for this accented-character search mystery.? I've got a _lot_ > of mail with various
2003 Sep 29
4
panics on 24 hour boundaries
Hi stable, nice you see you again. I was one of those guys who was seeing constand panics on 24 hour boundaries but couldn't provide a backtrace due to the ar device not taking a dump. I installed a dedicated drive just to take the dump, and then didn't have a panic for a couple weeks. Now, I am back with, and I have traces to share. The first two, from 2003-09-27 and 2003-09-28
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
> On 19/10/2020 02:49 PGNet Dev <pgnet.dev at gmail.com> wrote: > > > I've since rebuilt/reconfig'd all parts of my setup from scratch; some good cleanup along the way. > > Atm, my entire system for send/recv, store/retrieve, + rules & search is working as I intend. Ok, mostly ... > > Except for this accented-character search mystery. I've got a
2004 Jul 27
3
explain me exactly about ldap
Hi i wanna know exactly the principal functions of ldap, if is posible send me a example because im not very clear about this protocol with samba. thanks in advance Cristhian Dominican Republic -- "No basta saber, se debe tambi?n aplicar. No es suficiente querer, se debe tambi?n hacer"(Goethe, Johann Wolfgang von). Saludos Cristhian Nunez AGB-CDI Dominicana Abraham Lincoln
2006 Apr 19
4
DO NOT REPLY [Bug 3701] New: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701 Summary: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied Product: rsync Version: 2.6.7 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2007 Nov 14
2
package installation order
I have roughly 80 or so packages sources. These were obtained by taking a snapshot of certain CRAN packages a few months ago using install.packages( pkgs = pckNames, destdir = "/home/max", repos = "http://cran.r-project.org" dependencies = c("Depends", "Imports", "Suggests")) We need to install these versions of the
2001 Jul 07
2
ext3 and 64 bit addressing
Dear List People: I am doing some comparisons of different fs's and need to know where ext3 stands in terms of 64 bit addressing. XFS and JFS claim to be full 64 bit systems (though are there not still kernel limitations that would, for the time being, reduce the ability to use a full 64 bits?), what about ext3?? TIA iain -- === Linux and open source do threaten Microsoft at the server