search for: blubs

Displaying 20 results from an estimated 29 matches for "blubs".

Did you mean: blobs
2010 Nov 13
2
[LLVMdev] Possible bug in llvm-gcc
Hi all, I was on stackoverflow when I came across this question: http://stackoverflow.com/questions/4173107/llvm-gcc-stdallocator-bug. It's causing a segmentation fault when compiled with llvm-g++ but not when compiled with g++. It also works under OS X but not under Ubuntu 10.10. I've reduced a test case down to the following: #include <vector> struct blub {}; struct intvec :
2011 Aug 12
1
problems joining Windows 2003 Domain
Hi all, I have some problems joining an AD Domain hosted by some Windows 2003 DCs. Tried with v3.5.11 from Debian Unstable, v3.5.6 from Debian Squeeze and v3.2.5 from Debian Lenny, all showed the same problem. please find attached log generated from net ads join -U Administrator -d 99 I always get: Failed to join domain: failed to find DC for domain BLUB.LOCAL DNS entries are OK, forward,
2001 Dec 10
1
Font problem with delphi application
Hi all, I am having a problem with a small Delphi address database application. When attempting to display the address details from one of a list of addresses, an empty text area is displayed instead of a text area containing address details. Screenshots of the app in windows and wine can be found here: http://www.blub.net/~wouter/wine/windows.png http://www.blub.net/~wouter/wine/wine.png The
2012 Feb 21
1
Private Variables in R5-Classes possible?
Hi list, is there a way to define some kind of private Variable? I would like to prevent the user from manipulating fields on his own, in order to not destroy data structures. The problem is, that as soon as the variable exists in the environment it is accessible via t$secret_value. test <- setRefClass("test", fields=list( secret = function(value){ cat("the function was
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all, I got one problem with comparing strings like if any string is like "*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*." and i have to compare "*GRAY-WHITE*" with the above string or otherwise i have to compare " *TUMOR BENIGN*" this string with "*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*" i
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register. Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none. Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2015 Jan 23
4
No symlink support on SMB2 and SMB3?
Hello, I am using Samba version 4.2.0rc4-GIT-4701d74. When using a connection in protocol smb2 or smb3, the unix client says symlinks are not supported, for example: # mount //ip.addr/Programs ./tmp -o vers=3.0 # cd tmp # ln -s bla blub ln: failed to create symbolic link ?blub?: Operation not supported # mount //ip.addr/Programs on /mnt/tmp type cifs
2011 Mar 29
1
[Fwd: Auth problem]
Hello any help would really be appreciated :) ---------------------------- Original Message ---------------------------- Subject: [Samba] Auth problem From: blub at trans.am Date: Fri, March 25, 2011 12:42 pm To: samba at lists.samba.org -------------------------------------------------------------------------- Hello I've got a problem with users from a Winxp client
2010 Nov 07
3
help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!
http://r.789695.n4.nabble.com/file/n3031344/RSV.Rdata RSV.Rdata I want to split my dataset to training set and test set using kennard-stone(KS) algorithm, it is lucky there is R packages soil.spec to implement it. but when I used it to my dataset, it does not work, who can help me, how reasons is it, below, it is my code, and my data in the attachment.
2010 Jul 08
1
trash folder (again)
Hi, I read very intently all the issues related to imap trash folders, but either I didn't unerstand them or my problem is slightly different. I plan to migrate from cyrus to dovecot. I've executed the perl script cyrus2dovecot successfully with the substitution flag "-E 's/^\./.INBOX./'" cause I want to have all folders as subfolders of the INBOX. The vmail dir
2002 Dec 12
0
Printproblem WinXP / Samba / Cups
I'm using Samba 2.2.3 (Debian-testing) and CUPS 1.1.15 with a HP-Deskjet950c Printing from all Linux-Clients works fine. I also can print any document from the Windows-Boxes ( XP & 2k ). The Problem is : If I want to make more copys than one I still get one paper printed out! This problem only appears when printing from Windows to the Samba-Share. I also tested lpr/lpd printer spooling
2002 Dec 15
1
can't print more copys than one
I'm using Samba 2.2.3 (Debian-testing) and CUPS 1.1.15 with a HP-Deskjet950c Printing from all Linux-Clients works fine. I also can print any document from the Windows-Boxes ( XP & 2k ). The Problem is : If I want to make more copys than one I still get one paper printed out! This problem only appears when printing from Windows to the Samba-Share. I also tested lpr/lpd printer spooling
2003 Dec 01
0
No subject
to print. Contained within each document was the code (postscript is a computer language which runs on some printers.) to output multiple copies. That is, samba has no influence on the number of copies printed, at least with postscript printers. So, maybe this is a driver problem, not a samba problem? Shifting now to pure speculation, maybe the windows client computer and the printer need to
2008 Feb 13
1
Openssh + x509 patch problem
Hi all, I'm trying to install ssh server based on x509 certificates with no result. What I've done is the following: - Build openssh4.7p1 after patching with openssh-4.7p1+x509-6.1.diff.gz without error using ./configure --prefix=/opt/ssh && make && make install in both server and client machines - Create minimal openssl ca structure under /opt/ssh/etc/ca ( self
2004 Oct 16
1
FLAC Process_single... read:write ratio ?
I'm just trying to wrap the flac decoder into a push model class... as i'm having a few threading problems in corner cases. One thing i need to fnid out is... if i call process_single() and let the read callback give the decoder exactly one packet/frame. Is the write_callback garaunteed to only be fired once ? Also one other thing... this where is always crashes... Line 374 in
2024 Feb 06
0
BUG? rsync ends without message by delete files
>and then, it stops totally quiet. you mean it simply exits without any message? what's the return code ( echo $? ) roland Am 06.02.24 um 22:18 schrieb Franke via rsync: > Hi Kevin, > > Am 06.02.24 um 20:55 schrieb Kevin Korb: >> The other likely cause is your $SOURCE being something that contains a * >> or other wildcard.? If there is a wildcard in the source
2024 Feb 06
0
BUG? rsync ends without message by delete files
here is another report of this behaviour. https://unix.stackexchange.com/questions/754923/rsync-just-stops nothing appropriate in bugzilla, besides https://bugzilla.samba.org/show_bug.cgi?id=13317 do you use zfs or is there full-space/quota condition while running? if you can't resolve, please file a bugreport in bugzilla roland Am 06.02.24 um 22:18 schrieb Franke via rsync: > Hi
2009 Aug 12
1
to extract a section of the matrix
HI, i have this matrix and i want to extract  a section of the matrix which present the first and second value of optim position:    OptimYear            LRPhase                                  PriorLRPosition                 OptimPosition            LRPosition   5      2009                      1                                         1.15641679414676       0.33037984561357            1 6     
2003 Mar 21
0
Failed to set delete on close flag
HiHo! I don't know wether this is an old one, but I've never seen this messages before: Due to security issues I updated our servers to samba-2.2.8 with the following "configure"-options: ./configure --prefix=/usr/local/samba-2.2.8 --with-pam --with-ldapsam --with-syslog --with-quotas --with-acl-support After the update I'm experiencing strange behaviour when deleteing
2011 Feb 02
2
WinXP closing network share when starting task manager
Hello We use WinXP SP3 with samba "version 3.5.4-2382-SUSE-SL10.0" We have some drives mapped to users, most of them work fine but one behaves weird: upon starting the task manager by ctrl-alt-delete, the network drive disconnects.