search for: _supposed_

Displaying 20 results from an estimated 20 matches for "_supposed_".

2014 Sep 06
2
keystrokes
Hello Syslinux Team, What actions are _supposed_ to be triggered by each of: [Ctrl-J] [Ctrl-M] in the Syslinux command line in version 6.03-pre20? Are there any differences between CLI and [vesa]menu.c32 regarding these keystroke combinations? Are there any differences in their behaviors when booting with different Syslinux variants (...
2014 Sep 06
3
keystrokes
> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote: > > Hello Syslinux Team, > > > > What actions are _supposed_ to be triggered by each of: > > > > [Ctrl-J] > > [Ctrl-M] > > > > in the Syslinux command line in version 6.03-pre20? > > They should do nothing special but either might be interpreted like an <enter>. > Well, for a common user, "nothing s...
2014 Sep 06
0
keystrokes
On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote: > Hello Syslinux Team, > > What actions are _supposed_ to be triggered by each of: > > [Ctrl-J] > [Ctrl-M] > > in the Syslinux command line in version 6.03-pre20? They should do nothing special but either might be interpreted like an <enter>. > Are there any differences between CLI and [vesa]menu.c32 regarding > these k...
2014 Sep 06
2
keystrokes
> Ady <ady-sf at hotmail.com> writes: > > >> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote: > >> > >>> What actions are _supposed_ to be triggered by each of: > >>> > >>> [Ctrl-J] > >>> [Ctrl-M] > >>> > >>> in the Syslinux command line in version 6.03-pre20? > >> > >> They should do nothing special but either might be interpreted like > >&...
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes: >> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote: >> >>> What actions are _supposed_ to be triggered by each of: >>> >>> [Ctrl-J] >>> [Ctrl-M] >>> >>> in the Syslinux command line in version 6.03-pre20? >> >> They should do nothing special but either might be interpreted like >> an <enter>. > > Well,...
2006 Sep 06
2
creating zvols in a non-global zone (or ''Doctor, it hurts when I do this'')
A colleague just asked if zfs delegation worked with zvols too. Thought I''d give it a go and got myself in a mess (tank/linkfixer is the delegated dataset): root at non-global / # zfs create -V 500M tank/linkfixer/foo cannot create device links for ''tank/linkfixer/foo'': permission denied cannot create ''tank/linkfixer/foo'': permission denied Ok, so
2004 Aug 06
3
[ ICES2 ] - Converted .ogg files are not played in a row
Hello, I've succesfully set up Icecast2 and Ices2 for playlist mode, and I can play .ogg files that I have downloaded from the Net. However, if I convert my .mp3 to .ogg and try to play two of them consecutively, Ices returns: [2004-06-29 20:32:09] INFO playlist-builtin/playlist_read Currently playing "../libre.ogg" [2004-06-29 20:35:44] INFO playlist-builtin/playlist_read
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
My SIP phones can dial out through Sipura SPA3k to POTS for local and 911 calls _but_ incoming POTS calls are being swallowup somehow. Am I on the right track with the code snippit below? sip.conf: --------- In sip.conf the following code is _supposed_ to ring the SIP phones when a POTS line call comes in through Sipuara to Asterisk. [spa3k-pstn-in] ; Pots-line-in from Sipura ; If you're using Asterisk, this goes into the Incoming settings ; For your Trunk host=dynamic type=friend ; should be peer if incoming only ?? context=[mac...
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes: >> Ady <ady-sf at hotmail.com> writes: >> >>>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote: >>>> >>>>> What actions are _supposed_ to be triggered by each of: >>>>> >>>>> [Ctrl-J] >>>>> [Ctrl-M] >>>>> >>>>> in the Syslinux command line in version 6.03-pre20? >>>> >>>> They should do nothing special but either might be interp...
2003 Mar 02
12
Transcoding
Hello, Does asterisk do transcoding when the call goes through the system, codecs are the same but signaling protocol is changed. example: SIP with GSM ---> IAX with GSM What quality destruction happen when I use transcoding? I know this is not a concrete/precise question, but I would like to know how is it in general. What CPU performance is needed for transcoding 30 channels e.g. from
2006 May 14
0
problem with validates_presence_of :on=> :update
...e. When it comes back from the user I want to make sure they''ve updated a couple of fields and so that''s where I need to do the validation. When I leave off the option, the validation is firing on the initial save. That''s ''bad'' because the data is not _supposed_ to be there at that point. When I include the :on => :update, it doesn''t fire on the initial save. That''s ''good.'' But if I leave the fields that I''m validating-on empty when I submit the form, the @actor.update happens without throwing an error. T...
2005 Oct 14
0
Sending ANI over SIP
..."Private" but CPID is present (with privacy=full), 1-800 numbers still fail because of lack of ANI. My workaround would be to detect numbers which require ANI (1-8XX, 911, etc) and ensure that the From header is always populated for these calls. Mostly I want to find out how things are _supposed_ tow work though. :-) Thanks for any info. Ray -- Ray Van Dolson Linux/Unix Systems Administrator Digital Path, Inc.
2005 Mar 16
0
[LLVMdev] Subversion Repositories
...tory, do this: $ svn checkout svn://svn.toolchain.org/svn/llvm/trunk yourDirName We try to keep the machine reasonably secure. The above will allow you to changes things, or revert them, but I don't think it will allow you to commit any changes back into the repository (well, it's not _supposed_ to, at any rate). If you want write access, you'll do the checkout slightly differently: $ svn checkout svn://llvm at toolchain.org/svn/llvm/trunk yourDirName and you'll have to have a password for the commit (assuming I've done my sysadmin properly -- I'm still learning the S...
2006 Jan 26
5
rake update_javascripts on edge has no effect
I moved to the edge yesterday and ran rake update_javascripts to get the latest prototype stuff into my public directory. To my surprise, the old files were still there afterward. I just took a peek at javascripts.rake in vendor/rails/railties/lib/tasks. The update_javascripts task is copying .js files from Dir[RAILTIES_PATH + ''/html/javascripts/*.js''] My railties
2004 Sep 24
7
wxRuby build problems
I''ve just tried to build wxRuby on a debian/unstable (i386) platform. I went to rubyforge.org and downloaded wxruby-0.5-src.tar.gz. <http://rubyforge.org/frs/download.php/1254/wxruby-0.5-src.tar.gz> I have ruby 1.8.2 installed on my system. I needed to install the debian package ruby1.8-dev in order to get mkmf.rb. That solved my first problem. So then i ran "ruby
2008 Jul 10
3
What's the T-Value in fisher.test
I do not understand how to interpret this to find the T Value for the data. Is there a way to figure this out, or another function that will provide this for me using Fisher's Exact Test? The outcome of my data is listed below. data: DATA p-value = 0.1698 alternative hypothesis: true odds ratio is not equal to 1 95 percent confidence interval: 0.6026805 79.8309210 sample estimates:
2017 Mar 19
4
upgrading Mysql 5.0.95
...or getting to 5.5, however here is where things get a little fuzzy for me: Steps for Upgrading (as I understand them): 1. Take a dump of all mysql database using mysqldump --add-drop-database --all-databases 2. Stop mysql services 3. make a backup of data directories: /var/lib/mysql (but its not _supposed_ to remove the data directories.) 3. yum remove mysql mysql-server (again, it will include a few things I don't want removed. so, i'll have to use rpm -e --nodeps and list the packages for removal then issue yum clean all.' 4. yum install mysql51 5. start mysql service 6. run command m...
2009 Dec 24
1
high read iops - more memory for arc?
I''m running into a issue where there seems to be a high number of read iops hitting disks and physical free memory is fluctuating between 200MB -> 450MB out of 16GB total. We have the l2arc configured on a 32GB Intel X25-E ssd and slog on another32GB X25-E ssd. According to our tester, Oracle writes are extremely slow (high latency). Below is a snippet of iostat: r/s w/s
2013 Sep 08
6
not able to install rails getting an error "could not find javascript runtime"
Hello people Iam a newbie in Rails.Iam facing problem while installing. I installed rails installer i created my project going to sites Then rails -v (it worked) I ran bundle install I ran rails -s and i got this error I uncommented in gemfile #gem therubyracer still error is not being resolved,have searched but could not resolve the problem -- You received this message because you are
2011 Sep 03
2
problem in applying function in data subset (with a level) - using plyr or other alternative are also welcome
Dear R experts. I might be missing something obvious. I have been trying to fix this problem for some weeks. Please help. #data ped <- c(rep(1, 4), rep(2, 3), rep(3, 3)) y <- rnorm(10, 8, 2) # variable set 1 M1a <- sample (c(1, 2,3), 10, replace= T) M1b <- sample (c(1, 2,3), 10, replace= T) M1aP1 <- sample (c(1, 2,3), 10, replace= T) M1bP2 <- sample (c(1, 2,3), 10, replace= T)