search for: wriiten

Displaying 20 results from an estimated 21 matches for "wriiten".

2008 Jan 14
3
maildirsize quota does not referred after migration from courier
...our users since they always keep old mails on server so that they can access them through webmail interface. Is there anyway to avoid this kind of situation? 2. Currently, we use only /etc/passwd to store our user information. Postfix is our MTA and maildrop is MDA. Quota settings were wriiten in the maildirsize file reside under Maildir directory at everyone's home. The command we use to set user quota: /usr/local/bin/maildirmake -q 315000000S Maildir After installing a test environment using dovecot v1.1.beta13, we found that it does not read the quota settings fro...
2009 Mar 02
2
Bash script that uses an R command
I have wriiten (with the help of the internet) a bash scirpt for my debian ppc 5.0 laptop to display battery remaining in a panel on the xfce desktop environment. echo `hal-device | grep battery.remaining_time | awk '{print $3/3600}' `-battery and this nicely spits out 4.95 hours in the panel. This is...
2007 Mar 26
2
How to limit a user to access a few sites.
...ith ncsa_auth. I have bound ip addresses to usernames. So users now can access Internet from their ips. Now I want a few users to prevent from accessing all the sites. But Instead, I want them to allow to access a few sites scuh as google.com,cnn.com, bbc.com. I want to limit in that way. I have wriiten below rules. But those users still can access all the sites. external_acl_type ip_user %SRC %LOGIN %DST /usr/lib/squid/ip_user_check -f /etc/squid/ip.conf acl ncsa_users proxy_auth REQUIRED acl ip_users external ip_user %SRC %LOGIN %DST http_access deny !ncsa_users http_access deny !ip_users htt...
2012 Jul 15
2
[LLVMdev] Compiling llvm and Clang on Linux
Hi Sitvanit, > I tried > > CC=gcc44 CXX=g++44 ../llvm/configure > > and got > > CC=gcc44: Command not found > > So the syntax is indeed as wriiten in the help. actually, no, this just means that you are using a shell that doesn't support this syntax. What shell are you using? Try export CC=gcc44 export CXX=g++44 ../llvm/configure Ciao, Duncan. > > Sitvanit Ruah > Formal Verification Group > IBM Haifa Research Lab...
2020 May 18
1
ether-wake
...t; > 2: You are wrong,? broadcast packets, like for example DHCP, and also > WOL (if UDP), can be routed, by > > the means of ip helper addresses and directed broadcasts on Cisco > equipment > > > Also, you like others seem to have a very hard time understanding what > is wriiten/asked.? I asked "What port number does > > ether-wake us",? ether-wake being part of Centos So what I am looking > for is a number,? like 9, 37 or something in case it is Part of the problem is that there is no THE WOL package as there are different forms of WOL and their packag...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
I tried CC=gcc44 CXX=g++44 ../llvm/configure and got CC=gcc44: Command not found So the syntax is indeed as wriiten in the help. Sitvanit Ruah Formal Verification Group IBM Haifa Research Laboratory Tel: 972-4-828-1249 From: Duncan Sands <baldrick at free.fr> To: Sitvanit Ruah/Haifa/IBM at IBMIL, Cc: Konstantin Tokarev <annulen at yandex.ru>, llvmdev at cs.uiuc.edu, llvmdev-bounces...
2012 Jul 13
2
[LLVMdev] Compiling llvm and Clang on Linux
Hi Sitvanit, On 12/07/12 22:18, Sitvanit Ruah wrote: > I ran "configure -help " and it says > > usage: configure [OPTION]..... [VAR=VALUE] > > So I assume configure CC=... is the right syntax. Isn't it? while you might think so, try it the other way round. Also, by doing make VERBOSE=1 you can see which compiler is really being used. Ciao, Duncan. > >
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...commands gcc44 -v and g++44 -v output? On 15/07/12 10:59, Duncan Sands wrote: > Hi Sitvanit, > >> I tried >> >> CC=gcc44 CXX=g++44 ../llvm/configure >> >> and got >> >> CC=gcc44: Command not found >> >> So the syntax is indeed as wriiten in the help. > > actually, no, this just means that you are using a shell that doesn't support > this syntax. What shell are you using? Try > export CC=gcc44 > export CXX=g++44 > ../llvm/configure > > Ciao, Duncan.
2020 May 18
3
ether-wake
On Sun, 2020-05-17 at 20:25 -0600, R C wrote: > Ok, I get that, found it before; "typically sent as a UDP datagram to > port 0, 7 or 9, or directly over Ethernet as EtherType 0x0842" > > > The keyword being 'typically', but what is it that ether-wake actually > uses/does? (I need to forward a WOL packet to a different > > vlan on some Cisco
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
...commands gcc44 -v and g++44 -v output? On 15/07/12 10:59, Duncan Sands wrote: > Hi Sitvanit, > >> I tried >> >> CC=gcc44 CXX=g++44 ../llvm/configure >> >> and got >> >> CC=gcc44: Command not found >> >> So the syntax is indeed as wriiten in the help. > > actually, no, this just means that you are using a shell that doesn't support > this syntax. What shell are you using? Try > export CC=gcc44 > export CXX=g++44 > ../llvm/configure > > Ciao, Duncan. ________________________________________...
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
...; On 15/07/12 10:59, Duncan Sands wrote: >> Hi Sitvanit, >> >>> I tried >>> >>> CC=gcc44 CXX=g++44 ../llvm/configure >>> >>> and got >>> >>> CC=gcc44: Command not found >>> >>> So the syntax is indeed as wriiten in the help. >> >> actually, no, this just means that you are using a shell that doesn't > support >> this syntax. What shell are you using? Try >> export CC=gcc44 >> export CXX=g++44 >> ../llvm/configure >> >> Ciao, Duncan. >...
2020 May 18
0
ether-wake
...ar mindset probably, as in your response) 2: You are wrong,? broadcast packets, like for example DHCP, and also WOL (if UDP), can be routed, by the means of ip helper addresses and directed broadcasts on Cisco equipment Also, you like others seem to have a very hard time understanding what is wriiten/asked.? I asked "What port number does ether-wake us",? ether-wake being part of Centos So what I am looking for is a number,? like 9, 37 or something in case it is actually using UDP. What I am NOT looking for is some patronizing answer disconnected from the question. I really wond...
2003 May 22
1
(no subject)
Dear R-helpers! What it's means "Rank failure in Choleski decomposition" by using of function surf.gls {spatial}? Sincerely Yours Branimir K. Hackenberger
2007 May 29
0
[LLVMdev] regarding LLVM
Hi All, I have a question, Today i had read a mail regarding LLVM in gcc mailing list(http://gcc.gnu.org/ml/gcc/2005-12/msg00045.html) in which it is wriiten that it is difficult to present souce code information through LLVM bytecode as it is three-address code style, Is it really difficult? Thanks and Regards Manish
2008 Oct 08
0
RangeError (bignum too big to convert into `long'
I have written the following function in RoR for my website . The function on execution gives an error for the Rmagick crop method , the error is wriiten after the function . I am using the same function(except for the change in name, rest everything is same) for cropping from left , right and bottom and they are working fine. All the left , right , top and bottomcrop functions are given the same arguments but in case of topcrop these give an error...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...09-18 0:47 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>: > Hey. > > I've checked out LLVM/Clang 3.5 and modified my static libs source code to > use the latest llvm/clang sources. > Also i'm trying triple ""arm64-apple-ios7.0"" now as it's wriiten in 3.5 > release notes. > > I'm having simple (and pretty useless) source file: > int main(int count, const char **args) { > const char *c = "hello world"; > return 1 + 5; > } > > i using the next llc params: > const char *cmd[] = { > &quot...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Both Clang/LLVM 3.4 -> Clang/LLVM 3.5 And i will also try using MCJIT. 2014-09-17 18:56 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>: > Hi, Tim. > > I've used Clang 3.4 final release and now i'm going to test it with 3.5 > release (since i've read about arm64 improvements). > I will report my results. > > BTW, is it possible to get smth like
2006 May 31
3
Database can''t connect -
I''m sorry guys. I''m really still such a newbie at this. i''ve been having trouble getting my Rails apps to run on Dreamhost, and I think it might be a problem with the database connection. Anyway, I read on Code Snippets that I should do this: [rhod]$ ruby -Iconfig -renvironment -e "p ActiveRecord::Base.connection" to find out if my database.yml file is
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...tonsmirnov.name>: >> >>> Hey. >>> >>> I've checked out LLVM/Clang 3.5 and modified my static libs source code >>> to use the latest llvm/clang sources. >>> Also i'm trying triple ""arm64-apple-ios7.0"" now as it's wriiten in 3.5 >>> release notes. >>> >>> I'm having simple (and pretty useless) source file: >>> int main(int count, const char **args) { >>> const char *c = "hello world"; >>> return 1 + 5; >>> } >>> >>> i...
2011 Jul 17
1
ACL/shared-folder and Thunderbird
...bird. In the second and third account I managed IMAL-ACLs on the INBOXes, with following flags: eilrwtsd 2. Step At the first account, I chose IMAP subscriptions and I added both INBOXes (shared/.../INBOX) 3. Step Accounts were shown under shared. The folder shared and one level under shared was wriiten in italic. The INBOXes were shown as regular. 4. Step Clicking on each INBOX showed the mails. I chose properties and selected to compress each folder, if it shows more than 100 mails. 5. Step Closing Thunderbird and restarting it. Now thunderbird shows error notifications that it could noct find...