Displaying 8 results from an estimated 8 matches for "whill".
Did you mean:
while
2004 Aug 06
2
Streaming from South by Southwest
...00 live performances in
Ogg Vorbis with Icecast 2 for those who can't attend the festival.
Some of the Xiph team will assist in this project where simultaneous
streams will be sent from 10 stages through 4 days of the event.
Is there anywhere I can get more info on this? Which stages whill be
netcast, etc?
Geoff.
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body....
2008 Sep 16
1
Users and ftp
...ome into their home directory.
I have a few virtual hosts.
I have the websites in the home directory of the intial user for each site.
So the sites look like this.
/home/user1/html
/home/user2/html
Using vsftp, I have set the default to chroot a user to their home
directory. So user1 ftping in whill go right to his directory and not be
able to go higher.
My problem is adding a second user to be able to access the directory via
ftp.
In other words, user1 has a partner named user1a.
I tried adding user1a in user1 group and not in user1 group...netiher
worked.
I tried adding user1a with no h...
2011 Jun 13
1
Out of memory error while calling smbc_getxattr().
Hi,
I'm using samba 3.2.6 and getting the following error whille calling? smbc_getxattr().
cli_lsa_lookup_sids_noalloc(): out of memory
Here is the relavent code snippet of the function cli_lsa_lookup_sids_noalloc()...
if (dom_idx != 0xffffffff) {
??????????????????????? dom_name = ref_domains->domains[dom_idx].name.string;
??????????????????????? name...
2013 Nov 17
1
[LLVMdev] A question about Greedy Register Allocator's reload instruction.
...P register's value, will the reload instruction get a bad SP register value?
Let me use MBlaze to explain that:
compile option: clang -target mblaze -O2 -S -mllvm -unroll-threshold=1024 -mllvm -unroll-allow-partial demo.c -o demo.s -mllvm -print-after-all
The IR after Virtual Register Rewriter whill show this situation as below:
"
BRLID R15, ga at printf, %R3<imp_def,dead>, %R4<imp_def,dead>, %R5<imp_def,dead>...
%R4<def>=LWI <fi#5>,0
ADJCALLSTACKUP 68, 0, %R1 <imp_def>, %R1<imp_def>
"
The instruction " %R4<def>=L...
2004 Nov 28
1
Is this a bug in the parser? (PR#7395)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
<<insert bug report here>>
Is this a bug in the parser?
Specifically, the trace
2007 Aug 21
0
[LLVMdev] LLVM GCC - 4.0 from svn build error
Hi All,
it bails out with unable to detect exception model error
I checked with my configure
$LLVM_GCC_SRC/configure --prefix=$LLVM_GCC_INST
--program-prefix=llvm- -enable-llvm=$LLVM_BUILD
--enable-languages=c,c++ --enable-checking
I haven't enabled objc but it seems to get error whille configuring objc.
any idea how to get rid of this
==================================================
mkdir -p -- i686-pc-linux-gnu/libobjc
Configuring in i686-pc-linux-gnu/libobjc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking build syst...
2003 Dec 01
0
No subject
...works as
expected. But as soon as I turn it on it happends:
Here is a example:
The default ACL of the test directory is:
# file: acltest
# owner: root
# group: quotes
user::rwx
group::rwx
other:---
default:user::rw--
default:group::r--
default:other:---
Example 1:
[my share]
create mask = 0600
whill create a file with the following group settings:
group::r-x
Example 2:
[my share]
create mask = 0620
will create a file with the following group settings:
group::rwx
Example 3:
[my share]
# create mask = 0620
whill create a file with the following group settings:
group::r--
Only example 3 is as...
2003 Dec 01
0
No subject
...e
logon path = \\%L\%U\.profile
logon script = logon.bat
and this in my logon.bat have have something like this
net use h: \\SERVERNAME\homes /yes
Now you can disable roaming profile support using the policy editor or find
this setting end remove it using regedit. Properly setting this value to 0 whill
also do the trick.
[HKEY_LOCAL_MACHINE\Network\Logon]
"UserProfiles"=dword:00000001
You can also use the 'click' interface I think (control panel -> password).
Not sure wy it's stored on the password setting but someone at MS should
have a good reson for it. Anyway check...