search for: contails

Displaying 5 results from an estimated 5 matches for "contails".

2006 Jan 08
1
3.0.20b Keep windows local sid when xcopy files to samba server
Hi all, I came into a problem with the following situation. One Windows 2k3 server which joined into a AD, and when I tried to copy some files the owner ship of which contails both domain user/group sid and local user/group sid information, to samba server, only domain sid information could be kept, and the windows local user/group sid info was dropped. I verifyed this by using "xcopy /O /K". When I traced the samba log, it complained unknown sid, which was...
2006 Apr 25
1
/usr/libexec/save-entropy, IPv4: not found
About an hour ago I started getting regular messages from cron running /usr/libexec/save-entropy which contail the single line "IPv4: not found" Anybody got any ideas ? The only thing I did at that porint was to do an 'rm' of /usr/obj in preparation for compiling this mornings 61 code to test it. Removing /usr/obj should not affect a running system at all. The box is currently
2010 Nov 29
4
Error heroku: App Crashed
Hi , i developed a small application(which contails only static pages) . I tried to host that on heroku .just when everything was finished when i opened my site i,e http://floating-moon-89.heroku.com/ i am getting an error as App Crashed..where did it gone wrong? pls help... -- You received this message because you are subscribed to the Google Gro...
2017 Aug 27
2
asterisk13: no voicemail prompt in German
...he locales are installed in your operating system; e.g german= Europe/Berlin|'vm-received' a d b Y 'digits/at' kN So far. In asterisk.conf, the directory for sounds data points to /pool/asterisk/share/asterisk/sounds which is comprised of ./en/ ./de_DE/ de_DE contails all the .sln16 and .gsm files, owned by asterisk:asterisk, from the source above. Since the prompting of numbers and the date works well, but not the voicemail prompt, there is something fishy I can not fathom. For your help I'd like to thank in advance, Oliver -- O. Hartmann Ich widerspre...
2009 Apr 06
2
Converting Number into Integer in ruby
I am working with a legacy oracle database. The primary key is not defined as an integer but as a number. This results in a url with an id as a number, such as 1234.0 instead of 1234. It works fine, but I would prefer 1234 to be displayed in the url. I have attempted to redefine the model id method to convert to an integer using to_i method, but no luck. Any ideas? Thanks, Vaibhav -- Posted via