Displaying 20 results from an estimated 500 matches similar to: "Error from boot .img can not run from protected enviornment"
2006 Sep 26
2
Booting large images
I have a 2 GB image that is a USB version of UBCD I have been unable to boot
it in syslinux, is this possible and if so can some one give me some insight
on the issue.
Bryan Pershall
BP Computer Consultants
IT Consultant
MCSE/Dell Certified
Office: 281-469-6456
Cell: 281-732-7225
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Apr 28
3
Break into Parts
Hi R-Experts,
I have a vector of length 72. I want to break it into 12 parts and want to take standerd deviation of each group. Please help me in this regard.
Thanks,
Sumanta.
---------------------------------
[[alternative HTML version deleted]]
2007 Dec 09
0
Iconv enviornment variable missing????
I am getting the following message:
/reformatting crontab(1), please wait.../
/conv: conversion from utf8 unsupported/
I used crontab merely as an example on the command line. It is not
directly a wine problem, but it does affect my operation of the wine
package.
I remember a few weeks ago someone posted a set of enviornment variables
to set -- to instruct iconv to translate from all
2009 Oct 23
1
Activemerchant
Hi All....
I have implemented activemerchant using gem.
I am using both STANDERD & EXPRESS checkout.
My EXPRESS works very well but when I use STANDERD one, paypal gives me
error like
"This transaction cannot be processed due to an invalid merchant
configuration".
Any idea whats going wrong???
Thanks in advance...
--
Posted via http://www.ruby-forum.com/.
2001 Dec 27
3
FW: [??]???? ???? ????????.
What is this?
-----Original Message-----
From: iwww [mailto:iwebmaster@iwww.net]
Sent: Thursday, December 27, 2001 6:02 AM
To: samba@samba.org
Subject: [??]???? ???? ????????.
<http://iwww.co.kr/iwww_info/left.gif>
<http://iwww.net>
<http://iwww.co.kr/iwww_info/logo_txt.gif>
????? ?? ??? ? ??? ???? ????? ????.
??? ?????? ??? ?? ??? ??? ?? ?? ??? ???
??? ??
2007 Jan 17
0
login_get_lastlog - nss enviornment - works in shell env, doesn't work when sshd calls it.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello to every one!
Maybe this is not exactly the right place,
but I don't know where to ask, so...
I have a FreeBSD-6-STABLE machine,
setuped with custom nss lib which reads from pgsql database.
It seems to be working just fine except
that I can't login trought ssh, when trying the normal method.
When I do
$>ssh host.com tcsh
I get
2006 Nov 30
4
mongrel served from a subdirectory
Hello,
I have setup mongrel successfully a few times now, but, each time I have
used apaceh 2.2 and mod_proxy setup descibed on the mongrel site.
However, I need to set up another app in a subdomain. example.com/docserver
instead of docserver.example.com.
I have tried just adding I have something like:
ProxyPass /docserver/ http://example.com:3001/
ProxyPassReverse /docserver/
2015 Aug 31
3
COLUMNS and LINES environment variables
Hello openssh developers,
Instead of just playing nethack, I've been building a client that
would log in to nethack at alt.org and using a pipe to get the login data
from pwsafe directly onto the server.
All of this works brilliantly after playing with some stty magic (full
script in [0]), however, this way the terminal size is burned into
80x24, which is way smaller than my graphical
2007 May 02
2
Virtual machines booting PXE - PXELINUX
Hello, new to the group. We have been using PXELINUX for some time now with
great success. However, with the recent spawn of virtual machines now
supporting PXE boot, has anyone been able to mount the disk in this
enviornment? Could someone direct me to any information on how to mount and
or partition drives? I have discovered the same issue with the HP DX2200
model of PC. For example if I run
2005 May 27
2
5000 sip clients (voip phones)
In a pure voip envoirnment which uses a single codec say ulaw across all its
phones can asterisk support 5000 voip sip phones on a dual / single xeon with
1 gb ram. If all the phones support reinvite (Send RTP stream directly to
each other).
Or would I need more than 1 system to support 5000 phones in the enviornment
described above.
also I am not talking about the phones using meetme or
2007 Aug 03
2
Plugins ''speced'' with rSpec?
Hello,
I''m trying to figure out how to setup a spec structure for plugins. I''m
getting pretty lost in figuring out how to isolate a plugin enviornment
emulating rails, but not actually being reflected upon the current rails
project.
What I mean is this, let''s say I have a comment plugin. This has two things
in lib, the comment model (comment.rb) and then the module
2017 Apr 21
2
Include for sshd_config
On Thu, Apr 20, 2017 at 11:00 AM, Scott Neugroschl <scott_n at xypro.com> wrote:
>
> On Wed, Apr 19, 2017 at 1:02 PM, navern <livingdeadzerg at yandex.ru> wrote:
>
>> Is there any available tool with this for pre-evaluating the resulting sshd_config for fatal errors? I'm not demanding: I'm thinking "that could be really, really useful".
>
>
2011 Jan 29
1
environment question: changing variables from a formula through model.frame?
Hello all,
I came across a behavior of R with environments that I'm not sure what is
causing it.
It involves changing variables that are found through using model.frame on a
formula inside a function.
I wonder if it's a "bug" or a "feature". And in either case, how it might
be managed.
Here is a simple example:
# let's say we have an x and y variables:
temp_x
2005 Nov 30
3
wcmd crashes all the time on the set command.
Below is a crash I get on my gentoo box when I execute
the set command in wcmd. I believe the problem is
caused by wine using the entire enviornment from my
linux machine:
john@jmd0 ~ $ wcmd
WCMD Version 0.17
W:\home\john>set
ALLUSERPROFILE=c:\windows\Profiles\Administrator
ALLUSERSPROFILE=c:\windows\Profiles\Administrator
ANT_HOME=/usr/share/ant-core
CLASSPATH=.
COLORTERM=
2010 Sep 18
3
max-age/header problems with nginx
0 down vote favorite
I notice that in my production enviornment (where I have memcached
implemented) in see a cache-control - max-age header in firebug,
anytime I am looking at an index page (posts for example).
Cache-Control max-age=315360000
In my dev environment that header looks like following.
Cache-Contro private, max-age=0, must-revalidate
As far as I know I have not done anything
2006 Oct 24
4
Where to put a large constant?
In a registration form I allow the user to select several spoken
languages and of course to minimize tomfoolery I am using selects. In
the view I have:
<%= select(''person'', ''language1'', LANGUAGES, options = {}) %>
In my people_helper.rb I have:
module PeopleHelper
# constant for language selection in ''_form_background.rhtml''
2005 Jan 06
2
3 site asterisk installation question
Good Day list,
I have a friend who is interested in implementing an asterisk
implementation at his offices.
The configuration would consist of the following
Site A ---- Asterisk Box With 12 incoming lines and 15 phones
Extensions 101-115
Site B ---- Asterisk Box With 4 incoming lines and 7 phones
Extensions 201-207
Site C ---- Asterisk Box With 4 incoming lines and 6 phones
2016 Feb 04
2
Unix socket support for sshd
On 04 Feb (10:46:55), Daniel Kahn Gillmor wrote:
> On Thu 2016-02-04 07:40:39 -0500, David Goulet wrote:
>
> > I would like to know if adding support for Unix socket to sshd would be a
> > feature that would be consider to be added upstream? (ListenAddress).
>
> fwiw, i think this is a good idea, but i wouldn't implement it as an
> explicit ListenAddress option:
2005 Aug 18
1
Question on BDC secrets.tdb file
Hi,
I am having problems getting winbind on a BDC to work in a Samba3 /LDAP
Enviornment and have one straightforward question.
Should the secrets.tdb file on the BDC contain an entry with the name of
the BDC , e.g. where BACKUP is the name of the BDC ?.
{
key = "SECRETS/SID/BACKUP"
data =
2001 Apr 10
1
function not found
Hi,
I have a R script with a funcion in it. When I run
this
script under R enviornment, it works fine. But if I go
to DOS command prompt and type "rterm --slave < foo.r"
it says:
Error: couldn't find function "myFun"
Execution halted
Below is part of my code. Does anyone know why?
Thanks,
Yu-Ling Wu
================================================