Displaying 20 results from an estimated 1000 matches similar to: "[Bug 33841] New: Fedora 14 randomly crashes"
2002 Jun 11
2
401 Bad Authorization
Hello,
I have problem witch SWAT authorization for all users with the following
error "username or password incorrect". With -a options SWAT works well.
I've compiled samba-2.2.4 from sources on my RedHat Linux 6.1 with kernel
2.2.21. I've compiled it with the following options:
./configure \
--prefix=/usr \
--localstatedir=/var \
2006 Oct 19
5
write data to pdf
Hello!
Is there a possibility in R to save data in pdf-format?
I do not want to save a plot but some lines of simple text.
Regards,
Franco Mendolia
2008 Jun 18
5
paste data
Hello,
I need a command.
I have a lot of data in different dataframes(auto.0a, auto.0b, auto.0c, auto.5Na,...), that has similar names.
I could print the names all at once wih a loop with the command paste(), see below:
2010 Aug 11
4
Arbitrary number of covariates in a formula
Hello!
I have something like this:
test1 <- data.frame(intx=c(4,3,1,1,2,2,3),
status=c(1,1,1,0,1,1,0),
x1=c(0,2,1,1,1,0,0),
x2=c(1,1,0,0,2,2,0),
sex=c(0,0,0,0,1,1,1))
and I can easily fit a cox model:
library(survival)
coxph(Surv(intx,status) ~ x1 + x2 + strata(sex),test1)
However, I want to
2006 Sep 01
2
I not find in the kernel code the code of this command
Hi!,
My problem is this:
I''m searching, in kernel code, the code that implement thi command:
tc filter add dev eth2 parent ffff: protocol ip prio 1 u32 match ip src 0.0.0.0/0 police rate $1 burst $2 drop flowid :1
I thought that this code was police.c but seem that it isn''t
i must implement a proc file in the code and recompiling the kernel.
Please send eventual response to my
2011 May 12
3
dovecot proxy with nopassword and postfix sasl
HI All
I have setup a dovecot proxy with remote auth, value nopassword in the passdb to make the auth remotely.
With pop3 and imap the authentication is made on the remote server and this work perfectly.
I have tested with wrong and correct password.
Then I have added the postfix sasl and this also works fine, the request is made to dovecot.
My problem is that with this method I can give any
2002 Nov 06
4
offline rsync
hello, I'm new to this list.
here is my question:
I would like to synchronize two computers (say the home one and the job
one) using zip drives or similar (cdroms, etc), since modem lines are
quite slow and expensive (in Italy).
I though I could produce the "signature" of files on home computer, store
it on a zip, go to job, run rsync to copy the missing or
altered files on
2020 Aug 21
2
Windows XP issues
HI to all!
My Name is Juan Franco. I'm from Argentina, I work in a big gubernamental
organization and we are migrating our deprecated (smb3 + Ldap + NT4) to
Samba 4 AD DC:
But I have some issues with newer versions. if I install a version newer to
4.9.x. Windows XP can't join the domain.
The error message is ".. No *more connections can* be *made* to this remote
computer at this
2012 Mar 13
2
Manipulate strings reordering some elements
Hi R-Users,
I want to manipulate some strings in the following way. I have the
following vector with spanish municipalities:
municipios<-c("Allande", "Aller", "Amieva", "Avil?s", "Belmonte de
Miranda",
"Dega?a", "Franco (El)", "Gij?n", "Goz?n", "Grado", "Grandas de Salime",
2002 Apr 12
5
How to specify search order for require()
In a .First.lib I want to issue two require()s to insure that two other packages are loaded. But I want the package being loaded by .First.lib using library.dynam("mypackage",pkb,lib) to be higher in the search order than the two required packages, because I want to have a couple of functions from the two required packages overridden. What is the best way to do that? Thanks in advance
2008 Sep 06
9
[Bug 17462] New: XVideo Overlay adaptor is jerky on HD videos (NV18 card)
http://bugs.freedesktop.org/show_bug.cgi?id=17462
Summary: XVideo Overlay adaptor is jerky on HD videos (NV18 card)
Product: xorg
Version: 7.3
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2020 Nov 09
3
Running Samba-tool on remote host
Hi Samba team.
I was thinking of running samba-tool for creating users and changing
passwords on a remote host.
Looking for info on google I find the directive "samba-tool --ipaddress ""
" where you can send info to a remote host.
But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool
--ipaddress the cli says option not found.
Any ideas?
Greetings from
2009 Apr 21
3
attachment_fu giving problem on production
Hello friends,
I have configured attachment_f. It''s working fine on Local(development)
system but giving problem on production. Basically on production the
attachment_fu is not able to generate thumbnail image it saving the original
size image. Below is the configuration.
has_attachment :content_type => :image,
:storage => :file_system,
:max_size
2011 May 30
2
Group by multiple variables
Hello,
I would like to create a group variable that is based on the values of three variables:
For example,
> dat <- data.frame(A=c(1,1,1,1,1,2,2,2,2,2),
B=c(1,1,1,5,5,5,9,9,9,9),
C=c(1,1,1,1,1,2,2,7,7,7))
> dat
A B C
1 1 1 1
2 1 1 1
3 1 1 1
4 1 5 1
5 1 5 1
6 2 5 2
7 2 9 2
8 2 9 7
9 2 9 7
10 2 9 7
All rows that that are
2015 Feb 25
2
Error 64 connecting from WIndows 7
Reindl,
thank you for you answer. I did that strange configuration, because the
default one did not work.
I tried what you suggested, but I'm still experiencing the same problem :-(
Bye
Franco
2015 Mar 05
2
Samba 4.1.6 on Ubuntu for IBM Power 8 has a bug?
I'm running Samba 4.1.6 with Ubuntu 14.04.1 LTS Little Endian on a Power 8
box. As I said in a previous post, I can't mount any share from machine.
I tried the same configuration with Samba 4.1.11 on Ubuntu 14.10 Little
Endian on Power 8, and it works fine.
I'm probabily wrong, but is there a bug in the binary distribution of Samba
on Ubuntu 14.04.01 Little Endian, maybe
2015 Feb 25
2
Error 64 connecting from WIndows 7
Well,
my need is to have access to files on my Ubunutu box from Windows PCs that
are connected to different Windows domains.
Thank you.
Bye
Franco
2011 Aug 27
3
Ordered probit model -marginal effects and relative importance of each predictor-
Hi, I have a problem with the ordered probit model -polr function
(library MASS). My independent variables are countinuos.
I am not able to understand two main points:
a) how to calculate marginal effects
b) how to calculate the relative importance of each independent variables
If required i will attach my model output.
Thanks
Franco
2018 Sep 13
2
How to make database build threaded?
Hi everybody,
I'm the author of a small C++11 program called XDGSearch. The source
code is hosted on Github, for a quick overview you can visit this link
https://github.com/frank67/XDGSearch/blob/master/README.md
I'm writing to the mailing list because I'd like to make the database
build process splitted in more thread. Is it possible? If you are a C++
programmer you can take a look at
2005 Jun 07
2
Multiple E1s on one box
Hello all,
Has anyone tried 8xE1 in one box using Asterisk and Digium boards ?
What is the CPU needed for sustained performance in this capacity ?
Is this affected if G.729 codec is used ?
Regards,
Jorge A.