search for: sinas

Displaying 20 results from an estimated 180 matches for "sinas".

2010 Jul 03
1
XML and RCurl: problem with encoding (htmlTreeParse)
Hi All, First method:- >library(XML) >theurl <- "http://home.sina.com" >download.file(theurl, "tmp.html") >txt <- readLines("tmp.html") >txt <- htmlTreeParse(txt, error=function(...){}, useInternalNodes = TRUE) >g <- xpathSApply(txt, "//p", function(x) xmlValue(x)) >head(grep(" ", g, value=T)) [1] " |
2017 Nov 09
3
Not able to list domain in new samba DC
It’s Centos 7 and I thought all I had to do was set up nsswitch.conf for it to work. cordially yours, Sina Owolabi Mob: +2348034022578 Skype: darkchild2011 On 9 Nov 2017, 4:24 PM +0100, Rowland Penny via samba <samba at lists.samba.org>, wrote: > On Thu, 9 Nov 2017 15:58:04 +0100 > Sina Owolabi <notify.sina at gmail.com> wrote: > > > Yes I did setup libnss_winbind.
2006 Aug 29
2
Re: Undelivered Mail Returned to Sender
by the way, how come the list got another "mail delivery system" email whenever i sent a post?...weird... On 8/30/06, Mail Delivery System <MAILER-DAEMON@mx3-83.sinamail.sina.com.cn> wrote: > This is the Postfix program at host mx3-83.sinamail.sina.com.cn. > > I''m sorry to have to inform you that your message could not > be delivered to one or more recipients.
2017 Nov 09
2
Not able to list domain in new samba DC
Yes I did setup libnss_winbind. wbinfo -u and -g on the domain member both work: [root at testfsrv ~]# wbinfo -u SAMDOM\testakin SAMDOM\testsina SAMDOM\testigein SAMDOM\administrator SAMDOM\krbtgt SAMDOM\guest [root at testfsrv ~]# wbinfo -g SAMDOM\allowed rodc password replication group SAMDOM\enterprise read-only domain controllers SAMDOM\denied rodc password replication group SAMDOM\read-only
2008 Jan 25
1
Join me on Last.fm!
Hi asterisk-users at lists.digium.com, Add me as a friend on Last.fm so we can share our music taste :)? Check out what I'm listening to: http://www.last.fm/user/shina01/?invitedby=shina01&tp=ff_tp_b -------- I also sent you a personal note: "boo!" Signing up is free and takes less than a minute. Just click the link to automatically become my friend.
2001 Feb 28
1
Install samba for Aix 4.3
Hi all Have anybody installed Samba on Aix 4.3? I try to install ,but failed. I have download samba 2.0.7 , when I want to run configure according to the Step 1 of Unix_install.txt ,system always report "syntax error". So i can't set env for compiling it. Can anybody help me?, pls write detail install step for Aix4.3. Thx a lot Felix ______________________________________
2003 Sep 17
1
Cannot enable lanman auth parameter
After install samba-3.0.0rc1, I mount the windows share as usual, but it gives an error "client use lanman auth is disable". I've made the change in smb.conf "lanman auth = yes""encrypt passwords = yes" already but it seems not working. Any idea ? ========================================================================================== ¾Ç­^»y/´¶³q¸Ü,
2002 Nov 04
0
uncertainty principle is untenable !!!
please reply to hdgbyi@public.guangzhou.gd.cn or bgpgong@hotmail.com, thank you. UNCERTAINTY PRINCIPLE IS UNTENABLE By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that
2002 Oct 16
0
uncertainty principle is untenable !!! (new)
please reply to hdgbyi@public.guangzhou.gd.cn or bcpgong@hotmail.com, thank you. UNCERTAINTY PRINCIPLE IS UNTENABLE By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that
2008 Dec 11
4
paging and shadow paging in xen: trying to implement split memory
Hi all, I''ve been reading through the code regarding paging --> spending a lot of time in mm/*.*, as well as some of the other parts up a level or two, but I''m still unclear as to some key things. Here''s what I think I know: I think I know how a domain''s shadow page table is first allocated E.G. the hash_table is xmalloc''ed and when it is
2015 Jan 20
2
Samba 4 and Windows Rights Management
Hi List, Please I need to answer this question... I have a friendly organization profiling Linux software solutions as an alternative to a Windows-based back end. I've been asked to find out if there's an alternative to the Windows Rights Management service. Im curious though, if Samba 4 could integrate with it? Thanks!
2015 Jan 20
1
Samba 4 and Windows Rights Management
On 20/01/15 20:15, Marc Muehlfeld wrote: > Hello Sina, > > Am 20.01.2015 um 18:48 schrieb Sina Owolabi: >> Please I need to answer this question... I have a friendly organization >> profiling Linux software solutions as an alternative to a Windows-based >> back end. >> I've been asked to find out if there's an alternative to the Windows Rights >>
2001 Apr 12
1
(no subject)
This perl script is for Samba 2.0.7 installed via RPM.? If that's your setup, this will work for you.? Before you run it you need to create a Unix group with a gid of 500.? You can name it whatever you want, but it's for machine accounts, so I would suggest you call it 'machines'.? If you need any help with it or need it customized for you, let me know. ? -- Mike ? Script starts on
2017 Nov 09
2
Not able to list domain in new samba DC
Thanks Rowland! My current configs are: DC: # Global parameters [global] dns forwarder = 8.8.8.8 netbios name = TESTBOX realm = SAMDOM.TESTING.COM server role = active directory domain controller workgroup = SAMDOM idmap_ldb:use rfc2307 = yes log file = /var/log/samba/%m.log log level = 3 tls enabled = yes vfs
2004 Sep 14
1
[LLVMdev] How to get the PostDominanceFr
Hi, Chris I get a new PostDominanceFrontier class by combinating the code of PostDominanceSet/PostDominanceTree/PostDominanceFrontier FunctionPasses. It works very well. BTW: Why the PostDominanceFrontier FunctionPasses does not use the formal argument in runOnFunction(Function &)? Does it gets the Function from PassManager? Thank you. Xia >On Thu, 9 Sep 2004, xia_yimin wrote: >
2011 Oct 05
6
reporting multiple objects out of a function
Dear folks, I?m trying to build a function to create and make available some variables I frequently use for testing purposes. Suppose I have a function that takes some inputs and creates (internally) several named objects. Say, fun1 <- function(x, y, z) {obj1 <- x; obj2 <- y; obj3 <- z <missing stuff> } Here is the challenge: After I run it, I want the objects to be
2004 Jul 11
2
[LLVMdev] Adding type qualifies or property
Hi Has anybody tell me how to create some new type qualifies in LVM? A type qualify, like "const" in C, is useful for program analysis. I hope that I can set/get the type qualify of any value in a program analysed. Or, if I could add a property to the value class and set/get the property, it is same to add some new type qualifies. So, I simply insert a "int" private
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
Hi all, I hope everyone is doing well. I just joined the list, and I've really enjoyed all I have read about asterisk so far. Unfortunately, I'm having a bit of trouble implementing this thing :). By the way ... I did my best to search the forums, and also to use google extensively, and while I have found pages with people with the same problem, ... The fix suggested on those sites,
2017 Nov 09
3
Not able to list domain in new samba DC
Hello list Samba newbie here, loolking for help. I am trying to follow the samba wiki to setup a domain controller and an attendant file server. I built samba from 4.7.1 source and I am installing on a set of Centos 7 VMs. So far everything looks ok, but when I run smbclient on the DC I get the following, and cant see the domain presented: [root at testbox ~]# smbclient -L localhost -U%
2008 Mar 19
1
Re: conversion between Full-virtualization andPara-virtual
in a full-virtualization,this is my config file : name = "rhel51x64f" uuid = "8d33b93f-03e1-b2c2-c18f-82003c6e5b6f" maxmem = 2048 memory = 2048 vcpus = 2 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "cd" pae = 1 acpi = 1 apic = 1 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart"