Displaying 20 results from an estimated 373 matches for "norman".
Did you mean:
normal
2004 Nov 29
1
authentication problem pam_mount
...mount operations
> Nov 29 14:08:17 xandros login[1050]: pam_mount: information for mount:
> Nov 29 14:08:17 xandros login[1050]: pam_mount: --------
> Nov 29 14:08:17 xandros login[1050]: pam_mount: (defined by globalconf)
> Nov 29 14:08:17 xandros login[1050]: pam_mount: user: AEGIDIUS+norman
> Nov 29 14:08:17 xandros login[1050]: pam_mount: server: server
> Nov 29 14:08:17 xandros login[1050]: pam_mount: volume: AEGIDIUS+norman
> Nov 29 14:08:17 xandros login[1050]: pam_mount: mountpoint: /home/AEGIDIUS/norman
> Nov 29 14:08:17 xandros login[1050]: pam_mount: options: uid=A...
2006 Jan 18
0
R: ecdf - linear
I'm replying to R-devel, the mailing list which should be used
to discuss R feature enhancements.
>>>>> "Norman" == Norman Warthmann <norman at warthmann.com>
>>>>> on Wed, 18 Jan 2006 11:33:22 +0100 writes:
Norman> ..........
Norman> Is there a specific reason why in the ecdf-function
Norman> the variable method="constant" is hard-coded?
yes, s...
2010 May 10
6
feedback on a few ActiveSupport::Multibyte patches
...on 1.9, I''ve done some work in a fork to
make String#mb_chars always return an instance of a proxy class, both
with Ruby 1.8 and Ruby 1.9. The end result of the patch is
(hopefully) to make Rails'' multibyte functionality behave the same way
in 1.8.7 and 1.9.x.
http://github.com/norman/rails/tree/multibyte
Basically, the problem is that with current edge Rails and 1.9.x,
`"café".mb_chars.upcase` will return "CAFé" rather than the expected
"CAFÉ".
In my changes, the proxy class leaves some methods undefined for 1.9
because they have a native equival...
2006 Feb 06
6
problem with simple if() statement
...ely, for some grand old reason, induces a syntax error:
if (seq[i] = "A") m <- trans[1,]
where seq is a vector and trans is a matrix. I cannot for the life of me see why this is wrong. Syntax error is:
Error: syntax error in "if (seq[i] ="
Sincerely,
Norman Goodacre
---------------------------------
---------------------------------
[[alternative HTML version deleted]]
2020 Oct 29
1
dovecot replicator not replicating automatically?
Thanks for that tip.
I loaded the replication plugin but still have the same issue. Anything
else i can check?
regards
Norman King
Compass Foundation sysadmin/tech support
Phone, 856-974-5335 ext 221
support at compassfoundation.io <mailto:support at compassfoundation.io>
Website <https://compassfoundation.io>
On 10/29/2020 12:17 PM, Sami Ketola wrote:
>
>
>> On 29. Oct 2020, at 17.24, Norman K...
2006 Jan 16
3
routing to controller inside module
...me a NameError ''uninitialized constant
DepartmentController''
I tested following with the same result:
map.connect ''admin/my_controller/:action/:id'', :controller =>
''admin/my_controller''
Are controllers within modules still supported?
Ciao,
Norman
--
Norman Timmler - inlet media e.K.
Phone: +49 (0)40 / 43 25 10 81
Fax: +49 (0)40 / 43 25 10 82
Holl?ndische Reihe 31
22765 Hamburg
http://www.inlet-media.de
2003 Jun 04
3
Limiting Users
When using windows NT and Netware there are ways of limiting the logins of
users such as only allowing them on between 9am - 5pm and limiting maximum
concurrent connection to one. Is there a way of enforcing these
restrictions through samba or similar?
Many thanks
Gareth Norman
2006 Feb 22
9
acts_as_habtm_list plugin
...be defined in the join table.
You can find additional information at:
http://www.inlet-media.de/acts_as_habtm_list/
Install it executing this command in your rails-application root
directory:
script/plugin install \
http://svn.inlet-media.de/svn/rails_extensions/plugins/acts_as_habtm_list
--
Norman Timmler
http://blog.inlet-media.de
2006 Mar 15
4
help with DRY violation
I''m trying to be a good rails developer and fix DRY violations as i find
them. However, i''m trying to fix this one, i cant seem to get it to work.
I have two tables A and B that have a one-to-one relationship. Table B
belongs_to Table A. Table A has_one Table B. I''m creating instances of
Table A in different places, depending on the controller. However, for each
2006 Mar 22
10
Need for multiple acts_as_list
I have a model "Childmodel" that belongs_to two other models "Parent1"
and "Parent2". "Parent1" "has_many :childmodels, :order => :positionp1"
and "Parent2" "has_many :childmodels, :order => :positionp2". i.e. The
child is independently positioned within each of its parents.
This works fine and gets me the useful
2006 Mar 04
4
Submitting data to two different tables with two different models
I''m very new to Rails. I''ve been reading Agile Web Dev for a while and read
up on ruby, but I''m still learning.
I designed a website for someone for an engineering shop. New projects had
to be added manually.
Well, I figured this would be a great canidate for railifying! I have the
form working perfectly, you can add your data and get it in a table, and
listing
2011 Nov 04
2
representing wind date using windrose
...t to use it for a small project to draw a wind
data from a microclimate datasource, can someone give me an example of
how i can represent this in a neat way?
for example, i have:
speed, direction
0.3,NNE
0.45,NNE
0.32,NE
0.28,N
0.30,NE
how do i put this data to get a windrose graph?
many thanks
norman
--
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
2004 Dec 04
2
SJPhone SIP Tab
Hi,
I'm following, http://www.voip-info.org/wiki-Asterisk+phone+sjphone.
However, I cannot find the SIP tab. Would someone please give me a few
pointers? The screen capture can be seen at URL below
http://www.dslreports.com/forum/remark,12022987~mode=flat
Regards,
Norman Zhang
2003 Mar 14
5
slow connect
Hello !
My problem is :
I have very slow transfer if I copy files from server samba to windows 2000.
In the opposite direction transfer is very good.
Please help
Greet All
2016 Jun 16
0
Unable to mount a USB DVD drive
...an CentOS 7 server.
Wondering if it's just missing a driver or if I'm missing something
fundamental.
It's an external USB device that works fine on my Fedora 21 Laptop, but I never
get a /dev/ entry (EG: /dev/sr0) on the server.
What can I do to make this thing work?
[root at norman ~]# tail -f /var/log/messages; # inserting the device into a port
Jun 15 18:29:38 norman kernel: usb 1-3: new high-speed USB device number 5
using ehci-pci
Jun 15 18:29:38 norman kernel: usb 1-3: New USB device found, idVendor=13fd,
idProduct=1040
Jun 15 18:29:38 norman kernel: usb 1-3: New USB...
2006 Mar 13
3
validates_associated problem
Hello,
I have a situation where an ''employee'' belongs to a ''department'' and
have setup the relationship as follows.
class Employee < ActiveRecord::Base
belongs_to :department, :foregin_key => "department_id"
validates_associated :department_id
end
class Department < ActiveRecord::Base
has_many :employees
def validate_on_update
2006 Jan 18
4
Coercing a list to integer?
...[3] 3 [4] 4 [5] 5? Depending on hwo you define a list, apparentely, it goes one way or the other.
x <- list(1:5) means you have [1] 1,2,3,4,5
y <- list(1,2,3,4,5) means you have [1] 1 [2] 2 [3] 3 [4] 4 [5] 5
Can anyone help?#
I woudl greatly appreciate it.
Sincerely,
Norman Goodacre
---------------------------------
[[alternative HTML version deleted]]
2006 Nov 09
4
Running a 32-bit application on CentOS3-x64
Hi,
I'm trying to run Norman anti-virus on a CentOS 3 box, x64. Is it
possible?
Running the binary gives me this error:
[root at server bin]# ./nvcc
-bash: ./nvcc: /lib/ld-linux.so.2: bad ELF interpreter: No such file or
directory
I guess I would have to install i386 libraries that it requires, as well.
It it possible?...
2004 Dec 28
3
Dialplan variables
Hi,
May I ask what does
exten => s,1,Answer
exten => s,2,ResponseTimeout(5)
exten => i,1,Playback(pbx-invalid)
s, t, i stands for? It says it is someexten but I still don't get it.
Regards,
Norman Zhang
2002 Dec 21
2
external journal
...g should each of the journals be?
Can I put both journals in one RAID 1 device (i.e. give both the same
device=/dev/mdwhatever or should/must I put them in two different
devices (which would have to be on the same two disks in any case)
/dev/mdwhatever1 and /dev/mdwhatever2?
Thanks in advance, Norman Schmidt.
--
--
Norman Schmidt Institut für Physikal. u. Theoret. Chemie
cand. chem. Friedrich-Alexander-Universitaet
schmidt@naa.net Erlangen-Nuernberg