search for: frowns

Displaying 20 results from an estimated 264 matches for "frowns".

Did you mean: frown
2017 Feb 07
2
package load altering RNG state
>>>>> Henric Winell <nilsson.henric at gmail.com> >>>>> on Tue, 7 Feb 2017 13:37:42 +0100 writes: > Hi, On 2017-02-07 13:12, Benjamin Tyner wrote: >> Hello >> >> When loading a package, I'm wondering if it's frowned >> upon for the package to alter the state of the random >> number
2009 Feb 02
2
Redistributing CentOS
Hey Listees, Just a quick question. I hope this isn't received incorrectly by everyone as I do mean the best for the CentOS project; I am wondering if it would be frowned upon to upload CentOS to my RapidShare account. I understand I can freely distribute CentOS but to what extent? In its simplest form I only really want to upload CentOS 5.2 to my RapidShare account for speed. I had to
2017 Feb 07
2
package load altering RNG state
Hello When loading a package, I'm wondering if it's frowned upon for the package to alter the state of the random number generator? I guess not, since the parallel package does it? > set.seed(6860) > old.seed <- .GlobalEnv$.Random.seed > library(parallel) > new.seed <- .GlobalEnv$.Random.seed > identical(old.seed, new.seed) [1] FALSE I ask
2006 Apr 19
2
Beginner problem with foreign keys
Hi, I''ve been trying to get this to work all night. I''ve made some progress by reading other posts, but I''m stuck now and can''t figure out what I am doing wrong. I have two tables: application_users and user_types. In my application_users table I have a field named "user_type_id". At first, I thought if I set up the foreign key with the correct
2006 May 08
5
The true merit of non-memory based session stores
All, There is an assertion in AWDWR that the in-memory session store is "too simplistic." However, I find myself nudged in this direction by the need to keep a non-serializable model attribute available in my session and the relative pain of implementing either a custom serialization scheme for the model in question (or a custom caching mechanism so that I can store my attribute
2020 Jun 16
2
Upgrade to 8.2 from 7.8
So now that 8 is out - is it still "frowned" upon to do that in place update ? Is that not a good / valid solution ? Thanks, Jerry
2005 Jan 21
2
Can anyone recoment T1/PRI provider in SouthOntario?
> http://www.mixdown.ca/~andrew/dump/threaded_email.png is what > a mailing list looks like to most people, and you can see why > replying to a message, erasing its contents and starting an > entirely new email about a different topic is frowned upon > (yours is the highlighted message). I know this is OT, but can you recommend an email program for Windows that does something like
2004 May 05
2
chan_sip and Digest realm
I am going to change my Digest realm to match my DNS SVR record. I dug through the code in chan_sip.c and on line 2748 I found it hard coded <frown> : snprintf(tmp, sizeof(tmp), "Digest realm=\"asterisk\", nonce=\"%s\"", r\anddata); I'm going to change this to : snprintf(tmp, sizeof(tmp), "Digest realm=\"isdn.net\",
2008 Feb 15
4
Hardened PHP? Suhosin patch?
Hi, I'm running a few PHP-based apps on our server (PMB, SPIP, Joomla, PHPMyAdmin), and I'm not always comforted about security. I don't know the details, but many a security expert frowns when it comes to PHP. Now I just stumbled over this: http://www.hardened-php.net/suhosin.127.html Has anyone already tried this out? An opinion about it? Is it worth it? Since I have to rebuild PHP anyway (because I need some specific modules that can only be obtained by rebuilding it), it wou...
2009 Oct 01
3
Computers leaving samba domain
I am not sure if this is where I need to ask this or not, but I am lost to where to start even. I had 7 computers in one lab that would not login. It gave the standard "computer account password bad or domain not found". I had another 9 computer in my other lab do the same thing. It seems that they have suddenly started losing the domain. I can add them to a workgroup and then
2007 Jan 01
2
problems with greylistd
I'm using CentOS 4.4 <snip> # cat /etc/redhat-release CentOS release 4.4 (Final) # </snip> I downloaded and installed greylistd as follows: greylistd-0.8.3.2-7.el4.at.noarch.rpm from: http://riksun.riken.go.jp/pub/pub/Linux/atrpms/rhel/4/en/i386/RPMS.at-stable/ I installed it without problems. <snip> # rpm -Uvh greylistd-0.8.3.2-7.el4.at.noarch.rpm warning:
2006 Jul 05
2
Editors which have strong/solid support for SWeave?
Greetings! I have a few colleagues who like the idea of Sweave, but have failed to become enlightened monks of the One True Editor (http://www.dina.dk/~abraham/religion/) Are there any other Microsoft-centric editors or IDEs which have solid support for writing SWeave documents (dual R / LaTeX enhancements similar to ESS's support)? Has anyone tried the folding editors which support Noweb?
2008 Oct 17
2
Different IPs on a samba server #2
Ok, I have played with this some more. Here is my setup. I have a local network 10.0.x.x/255.255.0.0 I have an off site network 192.168.0.x/255.255.255.0 The samba server is also my wins server and has the ip 10.0.0.2 on my local network. This is the only NIC in the Samba server. My firewall/router server shows the following from netstat -r
2009 Jul 31
8
Would like include model association in to_xml
i have: class Library << ActiveRecord::Base has_many :books end class Book << ActiveRecord::Base belongs_to :library end in my controller i have: render :xml=> Library.find(:all).to_xml(:include=>books) but, i would like put a condition in the books ( e.: pages >= 100 ) i would like to create a xml with all Libraries, but books with pages more than 100) How to
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
This effectively reverts 99ffc696d10b28580fe93441d627cf290ac4484c "virtio: wean net driver off NETDEV_TX_BUSY". The complexity of queuing an skb (setting a tasklet to re-xmit) is questionable, especially once we get rid of the other reason for the tasklet in the next patch. If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It might be frowned upon, but it's
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
This effectively reverts 99ffc696d10b28580fe93441d627cf290ac4484c "virtio: wean net driver off NETDEV_TX_BUSY". The complexity of queuing an skb (setting a tasklet to re-xmit) is questionable, especially once we get rid of the other reason for the tasklet in the next patch. If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It might be frowned upon, but it's
2007 Dec 06
7
[PATCH] Fix ioemu compile
# HG changeset patch # User john.levon@sun.com # Date 1196969481 28800 # Node ID 2c28ac4db1f7542220b1472821e8631b79b6a23a # Parent 4a98d4b6e4daccd610175e3c0f8cab49b056c649 Fix ioemu compile serial.c was including another Linux-specific header. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/ioemu/hw/serial.c b/tools/ioemu/hw/serial.c --- a/tools/ioemu/hw/serial.c +++
2009 Aug 11
2
[LLVMdev] svn down?
Hello, I had a question tangentially related to svn. I am very new to LLVM. It seems like a long road to making my own backend, but I am wading through the documentation and experimenting with the code and having a lot of fun with it. I would like to try various experimental things out and also keep track of the latest changes. It seems like this is very difficult to do with svn.
2019 Feb 10
3
AD Backup Best Practice
I'm currently reviewing my own backup strategy for Samba and I realize it is not in line with best practices provided in the Wiki. ( https://wiki.samba.org/index.php/Back_up_and_Restoring_a_Samba_AD_DC) Said best practices, however, seem a bit like a nightmare to me. Assuming the AD is gone and you want to restore just one DC, and you want things to look just as they did before the crash, the
2023 Aug 18
2
Host key verification (known_hosts) with ProxyJump/ProxyCommand
...not (and in many cases, not even static). > > If the IP address is not significant, you can tell ssh to not record > them ("CheckHostIP no"). If I understand correctly, you need to *know* the target system's local 172-ish IP to be able to log in. If so, and your DNS admin frowns at setting up 16 million RRs to cover 172.0.0.0/8 in preparation, sslip.io might be helpful. https://sslip.io/ Otherwise, and assuming a *manageable* (mainly, enumerable) population of remote sites, I wonder whether this approach might work, too? Host Perth-47 HostName 172.23.45.47 ProxyJu...