search for: soo

Displaying 20 results from an estimated 198 matches for "soo".

Did you mean: so
2003 Jan 28
0
windows authentication problem?
Hello, I have samba + windbind running on red hat linux 8.0. I can ssh to the samba server but windows clients can't connect. >From the log it looks like windows is not reading the user as CVRR2+soo and only using soo. Any ideas on how to fix this problem? Here is my smb.conf: # #======================= Global Settings ===================================== [global] # workgroup = NT-Domain-Name or Workgroup-Name workgroup = CVRR2 # server string is the equivalent of the NT Description...
2011 Jan 30
5
How to relocate $HOME directory
...rectory (under /export/home/xxx), but guessed it might trouble for the normal use (I'm pretty new to CentOS, although many experiences with Debian/Ubuntu). Is there any good tricks (or caveats) when moving users' home directory cleanly with CentOS? (I'm with CentOS 5.5 x86_64) Cheers, Soo-Hyun
2001 May 03
2
configure problem
...no checking checking if large file support can be enabled... yes checking whether to support ACLs... no checking configure summary configure: error: summary failure. Aborting config cairo# uname -a SunOS cairo 5.7 Generic_106541-14 sun4m sparc SUNW,SPARCstation-5 Any ideas how to fix this? Soo
2010 May 27
1
Glusterfs over wan?
...estinated to be used over the wan ? I think that if the files are tiny, there's no problem to use this solution over wan.. ? But okay, if file are large.. (don't know .. 100MB - 200MB and more.) i understand that it depend of the internet connection and that's the replication can be so soo soo slow.. Please, give me some renseignments about this solution over wan Shayn
2009 Feb 12
9
df -k takes too long only at random times
How do I find out why df -k is taking soo long to respond only sometimes? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
...belong to GCC front-end but what about in terms of LLVM asm code, e.g., line # of LLVM asm code that generate this error. 2. Then we need to find a code in LLVM that generates this error message. But how can I efficiently find that buggy routine in LLVM pass or backend? Thanks, Keun Soo ----- /* * @title A Testcase for LLVM * * @about This faces an error with LLVM 2.4 (but not with GCCC) * The error messsage is ... * Couldn't allocate output reg for constraint 'A'! * * @author Keun Soo Yim */ struct a_struct{...
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
...execute the front-end, IR optimizer, and back-end, this information seems to be needed. 3. In code generator, how can we add new instruction in a way that back-end consider this added instruction for its instruction scheduling and register allocation? Thanks in advance. - Keun Soo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090118/6e539d74/attachment.html>
2003 Oct 17
5
Samba Connection Problem
I've just set up samba for a small LAN. I'm running samba 2.2.7 on RH 8. Now I have a real problem that I have no clue on. I have VERY intermittent connectivity to the Samba server. If I left a computer (Windows 98) idle for a while, and then try to browse the contents in the Samba server, I will get this error " domain is unavailable" or "The specified network name is no
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
.../lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZTIN4llvm19MachineFunctionPassE (without virtfn() definition) Error opening '../../src/Release/lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZN4llvm19MachineFunctionPass6virtfnEv Thanks in advance! - Keun Soo On Mon, Dec 8, 2008 at 2:28 PM, John Criswell <criswell at uiuc.edu> wrote: > Can you tell us what goal you are trying to accomplish that requires you > to do this? There might be better ways of doing what you want. > > The answer to your question probably depends on whether y...
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people that no one feels the need to have an explanation anywhere. I've been looking around the net for ages, and I can't figure out what, on Linux, is actually a program. I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to the /opt/openoffice.org1.9.1...
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote: > > Hi, > > How to correlate the LLVM IR-leve instructions and memory values > with the machine instructions and memory locations? Can you tell us what goal you are trying to accomplish that requires you to do this? There might be better ways of doing what you wan...
2003 Sep 14
1
Today's CVS is good (Version Asterisk CVS-09/14/03-08:48:21)
...re: - X100P card - TDM400P card with 1 active port - Voice-mail - Use of Asterisk through the console I am using Mandrake Linux 9.1, in case anyone needs to know what Linux distribution this test used. I wish success for those that are having problems with the recent CVS. -- Thanks, Timothy Soos XQL, LLC
2003 Aug 25
11
Why doesnt anyone reply me ?
I have posted soo many times in the past but never recieved even a single reply . seem like you people are ignoring me or either way too busy .. never mind this is my last try . How can record a conversation with asterisk ? I tried to use Record() but dint work for me .. here is what i tried . exten => s,1,...
2008 Dec 14
0
[LLVMdev] How to correlate LLVA with native ISA
...rinsic and it is the compiler which has both IR and machine code information and generate both of them, I believe implementing a method giving this information is possible. Thus I try to implement that but I am out of concept of LLVM back-end. Does anyone who could explain this? Thanks, Keun Soo From: Keun Soo Yim [mailto:yim2012 at gmail.com] Sent: Sunday, December 14, 2008 3:16 AM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] How to correlate LLVA with native ISA Thank your for reply. The reason why these information are needed is that I am trying to extract the...
2008 Dec 08
2
[LLVMdev] How to correlate LLVA with native ISA
...address of a LLVM IR-level variable in global area? Assume the data segment base address is given. In the LLVM library, there are already some classes starting with Machine but I was not able to find any existing methods that would give the above information. Thanks in advance. Best, Keun Soo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081208/e08b8846/attachment.html>
2011 Jan 25
2
regarding quit, exit and stop now in asterisk
Hi all, i am running asterisk by using command asterisk -r, asterisk -vc ............ when i want to come out of asterisk it not getting exit or quit from the shell.... i have tried soo many options like... stop now stop gracefully exit stop quit its not working stillll can any one tell me what would be the problem with this? please help me ... :( with regards, viswavardhan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digiu...
2000 Aug 30
0
Network Name Cannot Be Found Error
...s writable = yes printable = no [eME] comment = eMadeEasy Share path = /usr/eme public = yes writable = yes printable = no create mask = 0765 [pete] comment = Pete's Stuff path = /usr/pete valid users = pete public = no writable = yes printable = no [soo] comment = SooWeng's Stuff path = /usr/soo valid users = soo public = no writable = yes printable = no [ck] comment = ck's Personal WorkSpace path = /usr/ck valid users = ck public = no writable = yes printable = no [miki] comment = miki's Perso...
2009 Dec 22
3
iptables ... *BSD pf ... pfSense
Hi, I followed the "Optimizing CentOS for gigabit firewall" posting and as some posters wrote pf is soo sooo ssooooo mutch faster, I was thinking to give it a try. But I'm not familier to BSD so I was looking for some tools and found "pfsense" http://www.pfsense.org/ "pfSense is a free, open source customized distribution of FreeBSD tailored for use as a firewall and router&qu...
2020 Feb 23
4
OwnCloud vs NextCloud
On February 22, 2020 9:02:05 PM EST, "bryn1u85 ." <m.bryn1u at gmail.com> wrote: >The Nextcloud has more features and all are for free. The ownCloud has >some >for enterprise features which are paid. Soo i think the choice is >clear. > >niedz., 23 lut 2020 o 02:35 H <agents at meddatainc.com> napisa?(a): > >> I am planning to install either ownCloud or NextCloud on a CentOS 7 >VPS >> server I control. I have previously used ownCloud on another server >but >&gt...
2020 Feb 23
5
OwnCloud vs NextCloud
I am planning to install either ownCloud or NextCloud on a CentOS 7 VPS server I control. I have previously used ownCloud on another server but have not updated the host application for quite some time. On this new server, I am not sure which one is the "best" and since I am doing a new install I need to decide which one to use. Looking at the Android apps for these cloud solutions,