Displaying 20 results from an estimated 51661 matches for "severs".
Did you mean:
servers
2010 Mar 23
0
Processed: Re: Processed: ipv6 release goal
Processing commands for control at bugs.debian.org:
> ## dear clint.
> ##
> ## release goals are release goals and not release blockers.
> ## please learn the difference and discuss this beforehand.
> ##
> ## thanks.
> ## > > severity 382189 serious
> ## > Bug #382189 [nbd-server] no IPv6 support
> ## > Severity set to 'serious' from
2010 Mar 23
0
Processed: ipv6 release goal
Processing commands for control at bugs.debian.org:
> severity 382189 serious
Bug #382189 [nbd-server] no IPv6 support
Severity set to 'serious' from 'important'
> severity 384372 serious
Bug #384372 [libadns1] libadns1: Cannot query IPv6 DNS servers
Severity set to 'serious' from 'important'
> severity 517299 serious
Bug #517299 [klibido] klibido: needs
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
Processing commands for control at bugs.debian.org:
> severity 777785 important
Bug #777785 [src:attica] attica: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777787 important
Bug #777787 [src:autofs] autofs: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777871 important
Bug #777871 [src:geis] geis: ftbfs
2015 Jun 25
0
Processed: raising severity for GCC 5 issues, please fix these now (see https://wiki.debian.org/GCC5)
Processing commands for control at bugs.debian.org:
> severity 777787 serious
Bug #777787 [src:autofs] autofs: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 777871 serious
Bug #777871 [src:geis] geis: ftbfs with GCC-5
Severity set to 'serious' from 'important'
> severity 777912 serious
Bug #777912 [src:insighttoolkit]
2011 Jul 09
0
Processed: raise severity of ftbfs with -Werror (please apologize for false positives, just close the report in this case)
Processing commands for control at bugs.debian.org:
> severity 616296 serious
Bug #616296 [src:btrfs-tools] btrfs-tools: will FTBFS with gcc-4.6
Bug #625312 [src:btrfs-tools] btrfs-tools: ftbfs with gcc-4.6 -Werror
Severity set to 'serious' from 'important'
Severity set to 'serious' from 'important'
> severity 625392 serious
Bug #625392 [mdadm] mdadm: ftbfs
2011 Feb 24
0
Processed: raise severity of GCC-4.5 build failures in preparation for a GCC defaults change
Processing commands for control at bugs.debian.org:
> severity 564845 important
Bug #564845 [acl2] acl2: ftbfs with gcc-4.5
Severity set to 'important' from 'normal'
> severity 564850 important
Bug #564850 [agave] agave: ftbfs with gcc-4.5
Severity set to 'important' from 'normal'
> severity 564853 important
Bug #564853 [amule] amule: ftbfs with gcc-4.5
2011 Jul 09
0
Processed: raise severity of ftbfs's with gcc-4.5 to serious
Processing commands for control at bugs.debian.org:
> severity 565026 serious
Bug #565026 [libfreebob] libfreebob: ftbfs with gcc-4.5
Severity set to 'serious' from 'important'
> severity 564845 serious
Bug #564845 [acl2] acl2: ftbfs with gcc-4.5
Severity set to 'serious' from 'important'
> severity 564862 serious
Bug #564862 [asymptote] amsymptote:
2024 Aug 07
0
Processed: OCaml 5.2.0 uploaded to unstable
Processing commands for control at bugs.debian.org:
> severity 1073913 serious
Bug #1073913 [src:xen] FTBFS with OCaml 5.2.0 (Problem in C stubs)
Severity set to 'serious' from 'important'
> severity 1074548 serious
Bug #1074548 [src:supermin] FTBFS with OCaml 5.2.0 (Uses Pervasives)
Severity set to 'serious' from 'important'
> severity 1077899 serious
Bug
2006 Dec 05
4
has_many with :uniq not working for me
Hi all,
I have a relationship (no really!)
class RiskMatrix < ActiveRecord::Base
has_many :severities, :order => :position, :uniq => true
end
class RiskFactor < ActiveRecord::Base
belongs_to :risk_matrix
validates_presence_of :descriptor, :example
validates_uniqueness_of :descriptor, :example, :scope=> :risk_matrix_id
end
class Severity < RiskFactor
2013 Aug 13
0
Processed: perl 5.18 transition nearly ready
Processing commands for control at bugs.debian.org:
> severity 711434 serious
Bug #711434 [src:libconfig-std-perl] libconfig-std-perl: FTBFS with perl 5.18: test failures
Severity set to 'serious' from 'important'
> severity 711604 serious
Bug #711604 [src:libmime-lite-html-perl] libmime-lite-html-perl: FTBFS with perl 5.18: test failures
Severity set to 'serious'
2009 Oct 22
1
Automatization of non-linear regression
Hi everybody,
I'm using the method described here to make a linear regression:
http://www.apsnet.org/education/advancedplantpath/topics/Rmodules/Doc1/05_Nonlinear_regression.html
> ## Input the data that include the variables time, plant ID, and severity
> time <- c(seq(0,10),seq(0,10),seq(0,10))
> plant <- c(rep(1,11),rep(2,11),rep(3,11))
>
> ## Severity
2011 Feb 11
1
Compilation error: SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object clientloop.o
Previous version compiled successfully was 5.5p1. Now compiling 5.8p1 on
the same machine "AIX 5.3 TL12 SP2" via GNU make with gcc 4.2.0 - got
an error, can someone help with this?
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L.
-Lopenbsd-compat/ -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib:
2011 Jan 31
1
Openssh 5.7p1
Hello everyone...
This is my FIRST time... I am using GCC 4.3.5 on AIX 5.3... I compiled with openssh but got the error messages. Here is:
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lcrypto -lz
2008 Jan 21
0
Processed: Bugs in headers are worse than missing headers
Processing commands for control at bugs.debian.org:
> severity 376780 important
Bug#376780: atd: Please correct LSB formatted dependency info in init.d script
Severity set to `important' from `normal'
> severity 458442 important
Bug#458442: rsync: Slightly wrong LSB header in init.d script
Severity set to `important' from `normal'
> severity 458474 important
Bug#458474:
2007 Jan 06
2
Using VGAM's vglm function for ordinal logistic regression
R-Experts:
I am using the vglm function of the VGAM library to perform proportional
odds ordinal logistic regression. The issue that I would like help with
concerns the format in which the response variable must be provided for
this function to work correctly. Consider the following example:
------
library(VGAM)
library(MASS)
attach(pneumo)
pneumo # Inspect the format of the original dataset
2011 Feb 22
2
Calculate a mean for several months for several years
Hello everyone,
I have a dataset with 3 colums (Year, Month, MeanTemp). Now I would like to
calculate the average of the mean temperature for the summer months (Juli,
August, September) for each of the 20 years.
I'm sure it's somehow possible with a loop, but all I tried so far didn't
worked and by the time I spent looking for a solution I would have even be
faster doing this in
2010 Jul 23
2
glm - prediction of a factor with several levels
Dear community,
I'm currently attempting to predict the occurence of an event (factor)
having more than 2 levels with several continuous predictors. The model
being ordinal, I was waiting the glm function to return several intercepts,
which is not the case when looking to my results (I only have one
intercept). I finally managed to perform an ordinal polytomous logisitc
regression with the
2011 Sep 16
3
writing data from several matrices in R into one excel-file with several sheets
hello,
does anyone know how I can write several matrices from R into one exel-file
using different sheets for the different matrices?
thank you very much in advance for your help.
Marion
[[alternative HTML version deleted]]
2008 Jun 19
1
print one character on several lines
Hi All,
I'm wondering how I can print one large/long character on several lines so that the output will not overflow a page. Setting fill be TRUE or even numbers does not help. An example is below:
ipuFile <- file("input.txt", "w")
cat("This is a very long character and I want to print it on several lines. This is a very long character and I want to
2008 Jul 03
3
Recoding a variable
Hi All,
I'm relatively new to R. I have a variable, "internet use," which ranges
from "Almost everyday, "Several times a week," "Several times a month,"
"Seldom," "Never," and "Don't know." I want to recode this data into a
new variable, say "use.internet," such that I have a dichotomous
variable indicating