Displaying 20 results from an estimated 500 matches similar to: "Cross-subnet browsing, interfaces"
2004 Nov 11
2
Restricting access to [homes]
Greetings!
I've got a samba server that's serving Windows and Mac clients. I want
to restrict the [homes] share such that users can *only* connect to
their own home directory, and not make read-only connections to other
people's home directories.
For example, on a Mac, if I connect to my Samba server with:
smb://servername/bbonds
and then authenticate myself as:
2002 Aug 30
1
PANIC, Samba 2.2.3a-6
Greetings,
I just upgraded my samba server to the latest Debian stable package,
which is listed as: 2.2.3a-6. I got the following errors in the logs
when a user installs a printer:
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] libsmb/cliconnect.c:
attempt_netbios_session_request(977)
barfoo smbd[1083]: attempt_netbios_session_request: FOOBAR rejected the
session for name *SMBSERVER
2006 Feb 23
2
Working with lists with numerical names
Greetings!
I'm have a hard time working with some data I imported from a baseball
database. Several of the database columns have numbers in them (2B,
3B), and when I try to use these vectors from the data frame, I get
syntax errors, probably because it's interpreting the name as a number:
> show(batting2005)
playerID yearID stint teamID lgID G AB R H 2B 3B HR RBI SB CS BB
2002 Aug 05
0
Printing: most printers work, one doesn't?
Greetings,
I have several printers set up on my samba server and all of them work.
The printers are all being served by a CUPS server. Recently one of
them was ruined (someone loaded the wrong type of transparency paper)
and I temporarily replaced it with a deskjet printer connected to a
Linux host running CUPS. The main CUPS server points to the secondary
CUPS server that has the printer
2009 Sep 14
1
Samba PDC + OpenLDAP, Jaunty: Can't join domain
Greetings!
I'm trying to get an OpenLDAP (2.4.15-1ubuntu3), Samba PDC
(2:3.3.2-1ubuntu3.1) running under Ubuntu Jaunty. I've followed the
instructions on the Ubuntu server guide
(https://help.ubuntu.com/9.04/serverguide/C/samba-ldap.html) as closely
as possible (twice. . .), and spent some time with Chapter 5 of the
Samba3 By Example book, trying to use it to get things working. But I
2004 Oct 15
4
pdf device --- axes labels text disappeared?
Dear R Wizards: Running R 1.9.1. on amd64.
Promise<- c(0,20,40); Expect<- c(0, 20, 0.2*20+.8*40 );
# this omits printing numbers on the axes labels.
pdf(file = "bug.pdf" );
plot(Promise, Expect, type="b", ylim=c(0,60));
dev.off();
# this works
postscript(file = "bug.eps" );
plot(Promise, Expect, type="b", ylim=c(0,60));
dev.off();
apologies if
2009 Dec 22
1
Using zoo() to aggregate daily data to monthly means
I am trying to get monthly means for a daily data series using zoo(). I have
found an odd problem, that seems to be caused by zoo()'s handling of leap
years.
Here's my R script with 2 methods (freq=365, 366) for aggregating the daily
data to monthly series:
library(zoo)
J_link <- "http://www.ijis.iarc.uaf.edu/seaice/extent/plot.csv"
JAXA_data <- read.table(J_link,
2008 Jan 16
3
Rmpi on Linux x86_64 GNU/Linux
I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz
--configure-args=~/lam
lam is is installed locally.
lamboot -d (or lamboot-d and also recon) works. make -k check from the
lamtest suite passes all tests.
Is this is problem with the -fPIC compiler as in the message? Should it
be modified in the Makefile?
Any help or comments are appreciated, thanks.
* Installing to library
2013 Jan 22
1
[LLVMdev] Confusion about Alias Analysis Results -print-no-aliases&&-print-alias-sets
<div>Need help about Alias Analysis.</div><div>I try to detect use-after-free debug in source code. And my analysis is based on LLVM IR.</div><div>I use the following code as a small example. I want to get the result p&&q are alias.</div><div>//uaf.cpp</div><div><div>#include<iostream></div><div>using namespace
2004 Sep 10
0
[fsblk@aurora.uaf.edu: Bug#138828: flac: strange decode output]
retitle 138828 flac: progress display is broken with long filenames
thanks
I don't think it's a gnome-terminal issue, as I've seen the same behaviour
with xterm in the past. I've never bothered doing anything about it because
it seems to be purely cosmetic; the operation still completes successfully.
I'm forwarding this bug upstream.
----- Forwarded message from Britton Leo
2015 Mar 12
3
doveconf -a Segmentation Fault
Getting "Segmentation Fault" When I run doveconf -a
Dan LaSota
Instructional Designer, UAF eLearning
(907) 451-4067
dan.lasota at alaska.edu
http://elearning.uaf.edu
2023 Apr 03
1
[PATCH v4 2/2] drm/virtio: Support sync objects
On Sun, 2 Apr 2023 at 18:45, Dmitry Osipenko
<dmitry.osipenko at collabora.com> wrote:
>
> On 3/30/23 20:24, Emil Velikov wrote:
> > Hi Dmitry,
> >
> > Have you considered creating a few DRM helpers for this functionality?
> >
> > AFAICT this is the third driver which supports syncobj timelines and
> > looking at one of the implementations ... it is
2015 Mar 02
0
Connect failed to database
>>
>> still doesn't work:
>> Mar 2 04:58:48 mail dovecot: auth-worker(5745): Error: mysql(127.0.0.1): Connect failed to database (servermail): Access denied for user 'usermail'@'localhost' (using password: YES) - waiting for 1 seconds before retry
>
> that is a pretty clear message
>
> the username / password / host is wrong, fix your mysql
2015 Mar 03
0
problem with dovecot/lmtp
I am getting this in my errorlog for postfix/dovecot
Mar 2 16:42:14 mail postfix/error[5074]: A689580F236: to=<root at mail.example.com>, relay=none, delay=21420, delays=21420/0.05/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mail.example.com[private/dovecot-lmtp]: Connection refused)
From my reading, I believe this has something to do with virtual_transport
2015 Mar 02
0
Connect failed to database
>>
>> Just some quick ideas
>> * check if the mysql socket file has rw permissions for the dovecot user
# ls -l /var/lib/mysql/mysql.sock
srwxrwxrwx. 1 mysql mysql 0 Mar 1 19:33 /var/lib/mysql/mysql.sock
>>
>> * Try to run the mysql query as user dovecot (su dovecot)
The dovecot user I set up is a non-interactive user
/sbin/nologin
I studied different setup
2020 Oct 27
0
[ANNOUNCE] nftables 0.9.7 release
Hi!
The Netfilter project proudly presents:
nftables 0.9.7
This release contains fixes and new features available up to the Linux
kernel 5.10-rc1 release.
* Support for implicit chain, e.g.
table inet x {
chain y {
type filter hook input priority 0;
tcp dport 22 jump {
ip saddr { 127.0.0.0/8, 172.23.0.0/16, 192.168.13.0/24 }
2011 May 06
1
Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat
Hi, I'm installing rgdal but I keep having failures because I have not been
able to find a good source of information for the correct configuration
settings when installing GDAL.
My error from the R install.packages("rgdal") is below.
Can someone point me to a good source to tell me how to set after
./configure when installing GDAL?
I'd like to be able to work with raster
2015 Mar 02
2
Connect failed to database
I have dovecot version 2.2.10
dovecot -n output below
I am seeing connection errors being written to my dovecot error log:
Mar 1 19:51:15 mail dovecot: auth-worker(2224): Error: mysql(localhost): Connect failed to database (servermail): Access denied for user 'usermail'@'localhost' (using password: YES) - waiting for 5 seconds before retry
My connection script located at
2012 Oct 05
2
Help understanding btrfsck output...
Hi there,
I have a system on which btrfsck gives the following output... I don''t
understand the meaning of the reported errors, so any clue would be
appreciated. Is this something I should worry about, or not ?
Would I be advised to try "--repair" ? (Last time I tried this one, it
completely b0rked a filesystem, beyond repair, and my wife would kill me
ifever I trash this one,
2006 Apr 07
1
how to run stepAIC starting with NULL model?
Hello,
I'm trying to figure out how to run the stepAIC function starting with the
NULL model. I can call the null model (e.g., lm(y ~ NULL)), but using
this object in stepAIC doesn't seem to work.
The objective is to calculate AICc. This can be done if stepAIC can be
run starting with the NULL model; the (2p(p-1)/(n-p-1))to get AICc would
be added to the final step AIC value. Can