search for: nextpart

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

2004 Jun 23
8
[Bug 884] DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 dmr at gmx.it changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DSA keys (id_dsa.pub) with |DSA keys (id_dsa.pub) with |8192 bytes or more aren't |8192 bits or more aren't |correctly
2012 Jan 25
1
function restrictedparts
I am using function restrictedparts, but got error: restrictedparts(281,10) Error in integer(len) : vector size specified is too large Calls: restrictedparts -> integer In addition: Warning message: In restrictedparts(281, 10) : NAs introduced by coercion Error in integer(len) : vector size specified is too large Calls: restrictedparts -> integer is there a similar function can deal with
2003 Mar 01
2
librsync ??
All, Does anyone know anything about librsync, and where it is currently maintained = on the web? It apparently is/was a samba project, but I'm not sure how it relates. The authors are listed as: Martin Pool <mbp@samba.org> Andrew Tridgell <tridge@samba.org> but I suspect someone else did the 0.9.5.1 update, because only 0.9.5 is = available on the rproxy site
2004 Aug 06
2
Hello
U9y,scQf8S%-DU!StDe.9]yb0k C NLbmnb}\/ YP#49QhR,O:1]bO?%(./)m]/iQa ^BFTPM)8#'p^{pvBEnn>KA4!t:58iiL/^e6!q<F<z) <T:V.Qe)FL![#)uymxzw\A VoQ-eAcP1i0y<u>JV!dvgyN?wcNZgpl#:J>gJ :OE"YuzP'Da`ZC; f;^HxU.!(rHCk;BW }n#?E;Kxz$ro9I'c2:WvY&LSdgor(Ed^R/Gft}PNb*iH<YE,- 4|tVuMRs{6z5Ds`0n 3QEp]Jjqt{AW{Ys8|e;|&aF&g^1p}"mzO6vQ{>fQ/XfcBRGWC[fa%b8v/
2002 May 13
3
Problems building Samba 2.2.4 under HPUX 10.20
Hi, i tried to build Samba 2.2.4 under HPUX 10.20, but configure generated a Makfile with systax errors. make Make: line 664: syntax error. Stop. Makefile Line 664 shows: : $(WINBIND_NSS_PICOBJS) there should be something before the : configure said: checking whether to build winbind... no, unsupported on hpux10.20 is there a woraround, or can somebody tell me whats before the : Roland
1999 May 06
5
Backup
Hello All, I am setting up a samba backup UNIX box. It will periodically login onto a windoze box(with smbclient), pickup the files, and save them. The problem is that I couldn't make any error correction in case of power blackout or anything similar. That is, while backing up, if I shutdown the WIN machine, one I'm backing up, smbclient goes crazy, giving broken pipe error.
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...sprintf(logs, "Invalid primary partition\n"); error(logs); strcat(logrc, logs); goto endloop; } } else { /* Boot a logical partition */ sprintf(logs, "whichpart > 4 Boot a logical partition \n"); printf(logs); strcat(logrc, logs); nextpart = 5; partinfo = find_logical_partition(whichpart, mbr, NULL, NULL); if ( !partinfo || partinfo->ostype == 0 ) { //error(); sprintf(logs, "Requested logical partition not found\n"); error(logs); strcat(logrc, logs); goto endloop; } } /* Do the a...
2003 May 16
6
Extensions.conf sugestion?
we are in process of writing a PHP interface for * conf files. we are parsing the files like INI files but the only prob I have so far is that separate extensions in a context dont have any unique tag that I can capture. This works ok [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:1}) exten => _91NXXNXXXXXX,2,Congestion