search for: wbc

Displaying 20 results from an estimated 60 matches for "wbc".

Did you mean: abc
2008 Jan 31
1
WBC subcomponents.
Hello On Wed, 2008-01-23 at 00:10 +0300, Nikita Danilov wrote: > Hello, > > below is a tentative list of tasks into which WBC effort can be > sub-divided. I also provided a less exact list for the EPOCH component, > and an incomplete list for the STL component. > > WBC tasks are estimated in lines-of-code with the total of (9100 + 3000) > LOC, where LOC is a non-comment, non-whitespace line of the source &...
2010 May 06
1
How do I plot geoms in parallel in ggplot
Hello, I am new to ggplot. Please forgive my ignorance! I have patient data such that each individual is a row and then the attributes are in columns. So for example: Subj Time Height Weight WBC Plt 1 1 9 4 4 150 1 2 10 5 6 200 1 3 11 6 5 250 1 4 12 7 3 200 2 1 4 2 7 300 2 2 5 4 8...
2011 Dec 05
1
about error while using anova function
fit1<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc) fit2<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.5,data=wbc) fit3<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc) fit4<-rq(formula=op~inp1+inp2+inp3+inp4+inp5+inp6+inp7+inp8+inp9,tau=0.15,data=wbc) fit5<-rq(formula=op~inp1+inp2+inp3+...
2008 Jan 23
0
[Fwd: Re: WBC subcomponents.]
...ponents (this is the static aspect of the interface). It is also useful to make interaction diagrams showing how the components use each other to execute use cases (this is the dynamic aspect). - Peter - Nikita Danilov wrote: > Hello, > > below is a tentative list of tasks into which WBC effort can be > sub-divided. I also provided a less exact list for the EPOCH component, > and an incomplete list for the STL component. > > WBC tasks are estimated in lines-of-code with the total of (9100 + 3000) > LOC, where LOC is a non-comment, non-whitespace line of the source &g...
2008 Feb 23
3
SAMBA is driving me crazy
hi guys i have CentOS-5.1 with samba-3.0.25b-0.el5.4 and i took this workin well smb.conf from slackware12 ( commands to be done befor this ): # useradd wbc -c /home/wbc -g users# smbpasswd -a wbc# mkdir /export# chmod u+rwx,g+rx,o+rx /export# chown wbc.users /export the conf file:[global]workgroup = WORKGROUPnetbios name = sanshirosecurity = share [share]comment = Datapath = /exportforce user = wbcforce group = usersread only = noguest ok = Yes _____...
2002 Mar 06
3
help with combining data frames
...variable in all data frames is the day post transplantation. I would like to combine the data frame to one big data frame which contains all the data, however no duplicate rows should occour (only one row for one day) Here an example which illustrates what I would like to do: Frame 1 Day Hb wbc 1 10 4 3 11 7 5 9 6 Frame 2 Day ALT 1 60 2 70 4 50 5 80 Combined Day Hb wbc ALT 1 10 4 60 2 NA NA 70 3 11 7 NA 4 NA NA 50 5 9 6 80 Does anyone know if thi...
2004 Jun 18
1
configuring samba-LDAP-PDC using IDEALX tools
...0] lib/smbldap.c:smbldap_search_suffix(1126) smbldap_search_suffix: Problem during the LDAP search: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (Connect error) [2004/06/17 10:53:57, 0] utils/net.c:net_getlocalsid(434) Can't fetch domain SID for name: PDC-WBC >From 'smb.conf' I took out the following line: ...... ldap ssl = start tls ..... This is what I got: [root@pdc smbldap-tools]# net getlocalsid [2004/06/17 11:03:36, 0] lib/smbldap.c:smbldap_connect_system(798) failed to bind to server with dn= cn=Manager,dc=pdc,dc=wbc Error: I...
2015 Apr 14
2
samba 4.2 RDP problem
hi, now i did some tests with the "auth methods" option. "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest" -> RDP works -> smbclient -k does not work "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4" -> RDP hangs an the welcome-scrren -> smbclient -k works fine it seems there ist some problem...
2004 Jun 23
1
WIN 98 & XPP w/Samba+LDAP PDC...HELP!
...authenticating 'testuser1' as a 'nobody':(uid=99, gid=99) (pid 19880) As I try to join the domain from XP pro using 'root' or 'administrator', I get the following Jun 22 23:27:00 eaglex smbd[22017]: failed to bind to server with dn= uid=samba,ou=Users,dc=eaglex,dc=wbc Error: Invalid credentials For those of you who want to see my whole log file, I have included more detailed log file at the bottom. Ambex ######################################################################### As 'testuser1' logs on WIN98 client, This is what I get in '/var/log/m...
2011 Dec 05
1
about interpretation of anova results...
quantreg package is used. *fit1 results are* Call: rq(formula = op ~ inp1 + inp2 + inp3 + inp4 + inp5 + inp6 + inp7 + inp8 + inp9, tau = 0.15, data = wbc) Coefficients: (Intercept) inp1 inp2 inp3 inp4 inp5 -0.191528450 0.005276347 0.021414032 0.016034803 0.007510343 0.005276347 inp6 inp7 inp8 inp9 0.058708544 0.005224906 0.006804871 -0.003931540 Degrees of freedom...
2023 Mar 07
3
remove most callers of write_one_page v4
Hi all, this series removes most users of the write_one_page API. These helpers internally call ->writepage which we are gradually removing from the kernel. Changes since v3: - drop all patches merged in v6.3-rc1 - re-add the jfs patch Changes since v2: - more minix error handling fixes Changes since v1: - drop the btrfs changes (queue up in the btrfs tree) - drop the finaly move to
2015 Jun 23
2
4.2 RDP problem
...problem is when signing in a domain user via RDP. The authentications works but the machine hangs on the Welcome screen. In the samba log the last thing I see is: rpc command: WINREG_OPENHKLM As mentioned in that thread, changing the auth to: auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest works. Tested on 4.2.17, 4.2.18 and with the same results. Downgrading to 4.1.18 solved the problem. Has anyone found a solution for this? Thanks, Juan
2015 Apr 15
0
samba 4.2 RDP problem
On Tue, 2015-04-14 at 16:35 +0200, Heinz H?lzl wrote: > hi, > > now i did some tests with the "auth methods" option. > > > "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest" > -> RDP works > -> smbclient -k does not work > > > "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4" > -> RDP hangs an the welcome-scrren > -> smbclient -k works fine...
2015 Apr 16
2
samba 4.2 RDP problem
...Bartlett <abartlet at samba.org> schrieb: > On Tue, 2015-04-14 at 16:35 +0200, Heinz H?lzl wrote: > > hi, > > > > now i did some tests with the "auth methods" option. > > > > > > "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest" > > -> RDP works > > -> smbclient -k does not work > > > > > > "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4" > > -> RDP hangs an the welcome-scrren >...
2002 Sep 22
2
Assertion failure in ext3_get_block() at inode.c:853: "handle != 0"
Hi, Got the following on Linux 2.5.37 trying to run apt-get update. MikaL Sep 21 23:10:05 devil kernel: Assertion failure in ext3_get_block() at inode.c:853: "handle != 0" Sep 21 23:10:05 devil kernel: kernel BUG at inode.c:853! Sep 21 23:10:05 devil kernel: invalid operand: 0000 Sep 21 23:10:05 devil kernel: CPU: 1 Sep 21 23:10:05 devil kernel: EIP:
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
...is is my test voice mail message. Try to reply me) exten => _111X,104,Hangup()* ------------------------ voicemail.conf ** *[general] attach=yes serveremail=root@localhost format=wav minmessage=0 maxmessage=0 [worldbiz] 1111 => 1234,Barot,root@localhost 1112 => 1234,Ashish Barot,ashish.wbc@gmail.com,,attach=yes|format=wav ----------------------------- i had search lots of config. files on net from all of them i had prepare above files. but still not getting it resolve. so pl. try to reply. Thanks. Ashish Barot. * ** ** * -------------- next part -------------- An HTML attachmen...
2011 Dec 01
1
hi all.regarding quantile regression results..
i know this is not about R. After applying quantile regression with t=0.5,0.6 on the data set WBC( Wisconsin Breast Cancer)with 678 observations and 9 independent variables(inp1,inp2,...inp9) and 1 dependent variable(op) i have got the following results for beta values. when t=0.5(median regression) beta values b1=0.002641,b2=0.045746,b3=0. 005282,b4=0.004397,b5=0.002641,b6=0.065807,b7=0.0...
2004 Jun 24
2
Samba+LDAP Joining domain...weird problem!!!
Hey, I was having this problem, with samba+ldap pdc created using IDEALX tools [root@eaglex etc]# smbpasswd -w XXXXXX Setting stored password for "uid=samba,ou=Users,dc=eaglex,dc=wbc" in secrets.tdb [root@eaglex etc]# smbldap-useradd -w winxp$ failed to add entry: modifications require authentication at /usr/sbin//smbldap_tools.pm line 366. So I made some adjustments to /etc/samba/smb.conf, /etc/ldap.conf, and /etc/smbldap-tools/smbldap_bind.conf and tried the following...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...alloon_sync_fs, +}; + +static const struct dentry_operations balloonfs_dentry_operations = { +}; + +/* + * balloonfs_writepage is called when linux needs to reclaim memory held using + * the balloonfs' page cache. + */ +static int balloonfs_writepage(struct page *page, struct writeback_control *wbc) +{ + the_inode.vb->last_reclaim = jiffies; + SetPageUptodate(page); + ClearPageDirty(page); + /* + * If the page isn't being flushed from the page allocator, go ahead and + * drop it from the page cache anyway. + */ + if (!wbc->for_reclaim) + delete_from_page_cache(page); + unlock_pa...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...alloon_sync_fs, +}; + +static const struct dentry_operations balloonfs_dentry_operations = { +}; + +/* + * balloonfs_writepage is called when linux needs to reclaim memory held using + * the balloonfs' page cache. + */ +static int balloonfs_writepage(struct page *page, struct writeback_control *wbc) +{ + the_inode.vb->last_reclaim = jiffies; + SetPageUptodate(page); + ClearPageDirty(page); + /* + * If the page isn't being flushed from the page allocator, go ahead and + * drop it from the page cache anyway. + */ + if (!wbc->for_reclaim) + delete_from_page_cache(page); + unlock_pa...