Displaying 20 results from an estimated 3000 matches similar to: "Regularly being asked for username/password"
2005 Jan 23
1
Experimental FreeBSD ports / packages for test61
Hello,
If anyone would like it I have provided a Dovecot 1.0 test61 port and package
for FreeBSD 5.3 here. I made them for my own experimentation but thought they
might be interesting to others I suppose.
http://www.helenmarks.co.uk/~dom/dovecot/
These deviate from the stock test61 because I've updated and added a patch I
wrote a long time ago for ioloop kqueue/kevent support in
2010 Mar 07
2
smbget returns wrong exit code
smbget -Rr smb://localhost/share
[all files and folders are copied successfully!]
echo $?
1
On the other hand, when smbget is introduced with an error
smbget -Rr smb://localhost/shar
Can't open directory smb://localhost/shar: No such file or directory
echo $?
0
This is breaking my error checking in backup scripts. I can't find any
place to file a bug report, I hope this is the right
2006 Jul 31
3
LSI RAID Configuration Steps on T2000
Guru''s,
Is anyone shar with me the steps to configure hardware RAID in T2000
server (LSI drivers) and use rootdisk hardware mirror --
Thanks a lot!
Malahat Qureshi Ph.D. (MIS)
Email: malahatq at hotmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Jun 21
1
small security-related rsync extension
Included below is a shar archive containing two patches that together:
1) make backup files get their setuid and setgid bits stripped by
default
2) add a "-s" option that allows backup files to continue to have
these privileges
This means that if you update a collection of binaries with rsync, and
one or more of them has a local-root security problem, the backup
file(s) created when
2005 Mar 12
5
FreeBSD trusted execution system: beta testers wanted
All,
I have written a trusted execution module and would appreciate if anyone could
help in testing. This module provides a functionality similar to NetBSD's
verified exec mechanism. Once the design details of this security policy has
been solidified, I will be releasing a white paper which describes the
technical implementation in greater detail.
The mac_chkexec policy logic can be found
1998 Apr 30
1
Anonymous CVS access now available from anoncvs.freebsd.org
Please see:
http://www.freebsd.org/handbook/anoncvs.html
For full information on using ``anoncvs'' to fetch FreeBSD CVS
repository (or buildable source) bits. If you're also interested in
setting up your own regional AnonCVS server, please see:
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-CVS/anoncvs.shar
For some setup instructions on doing this (essentially the list of
steps I
2001 Oct 31
1
Samba 2.2.1a - cannot connect from win98 to sun
I have an e4000 and I want to shar just one directory that I use for storage
purposes. I have set up the share and smb.vonf using swat. I have set it
to guest only and when i try to cvonnect frmo my win98 laptop it asks for a
password!?!? What am I doing wrong here, can someone point me in the right
direction ?
Thanks,
Brandon
1999 Aug 17
1
linking object files
Dear friends. I would like to link an object file made in C. Dyn.load rather wants to link a whole library and I only wanted to link this small object file. I followed instructions given for S - by Clive Loader in his software for changepoint handling and it is his object file I made from http://cm.bell-labs.com/cm/ms/departments/sia/clive/smcp.shar
Any dirty tricks or easy oversights ?
Yours
1999 Jan 05
2
PLS Code
Has anyone implemented partial least squares in R? I know there is code
in the S archive, but it is a shar file and I run R/S-Plus on a NT 4.0
machine.
Thanks!
Jeff
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in
2019 Feb 02
5
Runnable R packages
I don't think anyone denies that you *could* make an EXE to do all
that. The discussion is on *how easy* it should be to create a single
file that contains an initial "main" function plus a set of bundled
code (potentially as a package) and which when run will install its
package code (which is contained in itself, its not in a repo),
install dependencies, and run the main()
2009 Jan 07
2
Function to recognise convert dates between gregorian and other calendars (e.g. Persian)?
Dear list,
I will shortly have some data that contains numeric dates in the Persian /
Jalali calendar format, which I would like to convert to gregorian. At the
moment there doesn't seem to be a function for this in R, but it would be
great if someone could come up with same - I would attempt it but the
algorithm is very complex and this is also way beyond my fairly rudimentary
knowledge of
2009 Mar 19
1
smbldap and samba as a PDC
Hi people, I have a problem with samba, openldap and the creation of machine
accounts.
I don't know if here is a good place to ask but I don't receive help in
other places.. I read many guides, howto's, etc. but
I can't get around with the solution...
I have seen an older message to another list (mail.gna.org) asking for the
same problem that I have, it was:
-
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
Hi
sorta piggybacking on the other thread. I am looking for some feedback
on how to implement the following idea in llvm.
The really short version of the idea is this:
* I want to alloca a field (record/struct), so that its size is an even
multiple of 64 bytes. [^1]
* This allocaed field will be exclusively used as an argument to functions
* llvm should be aware of the extra bytes and should
2008 Jan 07
1
Working platform with FreeBSD + USB + MGE Ellipse (usbhid-ups)
Hi,
I've have had some difficulties to run NUT on freebsd, but I finally managed to
have something that work reliably enough. For those who may be interested,
here is what I did.
Os: FreeBSD 6.2-RELEASE-p7, nut: 2.2.0, libusb: 0.1.12
First, I had to patch libusb with the changes submitted by Nevil Thatcher
in the nutups forum in may 2006. Without this change, nothing works.
2019 Feb 08
2
Runnable R packages
Yesterday I wrote and submitted to CRAN a package `run`, which implements
the ideas discussed in this thread. Given a package tarball
foo_0.1.0.tar.gz, users will be able to run
Rscript -e "run::run('foo_0.1.0.tar.gz')"
which will pull all the dependencies of package `foo`, lookup a function
`main` in that package's namespace, and call it.
It's an early draft but
2014 Jul 04
1
DESCRIPTION.in file causes R CMD check to fail?
hi. i'm building a package using autotools. to propagate the package
version number from configure.ac to DESCRIPTION, i'm using a
DESCRIPTION.in file. both of these files are "shar"'d below.
i need to distribute the DESCRIPTION.in file, as ./configure will need
it. but, "R CMD check" wants to look at DESCRIPTION, so i've let that
also come into the package
2009 Sep 28
2
Regression line w/ residuals - tuning the plot
Hello everybody,
I am sure this is a beginners' problem which is being asked
recurrently every few months, but nevertheless I wasn't able to find
the answer searching through the r-help list.
So here is my problem: I would like to plot a set of points (y vs. x),
a (linear) regression line through them, and on the second graph
underneath the first one I would want to plot residuals vs. x.
1999 Aug 23
0
smcp.shar (was linking object files)
I've been out of town, and too hastily deleted some earlier messages
from this thread....
> > > Dear friends. I would like to link an object file made in C.
> > Dyn.load rather wants to link a whole library and I only wanted to
> > link this small object file. I followed instructions given for S -
> > by Clive Loader in his software for changepoint handling and
>
1999 Sep 02
0
R 0.65.x bug : attach()/eval() {was "lib.source() within library()"} (PR#264)
In 0.65.0 lib.source() within library() works differently
and fails to correctly "load" a library when it wants to change an object
that it has defined previously:
Below is a very short shar file that produces a "minimal" example [no
attachment, just appended].
To reproduce {read on, before doing it!} do
sh < libBug.shar <<<<< the file name you gave
2019 Feb 02
1
Runnable R packages
I see some value in Duncan?s proposal to implement this as an extra package
instead of a change to base R, if only to see if the idea has legs. I?m
minded to do so myself using your suggestion, but is there a particular
reason why you recommend using the remotes package instead of devtools? The
latter seems to have the same functions I would need, and I believe it is
more widely installed that