Displaying 20 results from an estimated 1000 matches similar to: "All Samba shares suddenly becoming read only"
2019 Nov 07
1
yum install fails - itertoolsmodule.so
Hi Paddy,
I was suspecting the same, and from the output below I think you're right. However, I was hoping I could just repair this problem for now, and worry about replacing the HDD later. I need to resume some services that also seem to generate this same error.
Gary
[root at zeppo services]# ll /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so
-rwxr-xr-x. 1 root root 61976 Sep 15
2017 Aug 29
0
Centos 6 Airprint using CUPS/Avahi
I've set up another airprint server, but this time I've had to use Centos 6
because of the age of the kit I'm using - an old 1U rack server.
I've configured CUPS and also Avahi. I've run airprint-generate.py and copied
the .service files to /etc/avahi/services/
Everything looks fine until I try to print from my IPhone. I usually test by
trying to print an email. As soon
2017 Nov 02
0
HP laptops with CentOS 7?
I've got a HP Envy laptop and I'm fairly happy with it. The internal WiFi
doesn't work with Centos but a ?5 WiFi dongle sorted that. Oddly, it still
stops working once the battery drops below 50% ish.
Mine is dual boot with Win8 which is pants. The biggest problem is that
whenever I do much with the config, e.g. when I re-installed centos, the boot
loader doesn't sort properly
2017 Nov 03
2
HP laptops with CentOS 7?
Hi
yeah, it's just a normal USB dongle, and it's supported by the Linux Kernel,
that's why I tried it. I have tried other USB dongles with Linux before and
failed.
This one was plug and play.
Gary
On Friday 03 November 2017 07:49:56 Sorin Srbu wrote:
> > -----Original Message-----
> > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Gary
> >
2019 Nov 07
2
yum install fails - itertoolsmodule.so
I've just tried a yum update on one of my C7 boxes and got the following output.
I'm guessing to fix this I need to re-install the RPM, but I can't remove it because of dependancies, so how can I fix the problem?
I've managed to download a later version of the RPM, but haven't managed to find the same version as the one installed.
Gary
[root at zeppo ~]# yum install
There
2011 Aug 22
0
Fedora 14, Samba and connection problems - passwords
I have just replaced an old FC9 server with a new FC14 server as the old one
died. Before it died I was having trouble authenticating connections to it.
Now I have the new server running I'm still suffering the same problem.
Setting up a user and setting the password gives no errors, but then
connections fail complaining about the password. It is very much a virgin
vanilla setup. All I
2019 Nov 07
0
yum install fails - itertoolsmodule.so
Hi Gary,
That "Input/output error" suggests a disk problem to me. Does that file
/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so actually exist and is
it readable?
Also look the the output of 'rpm -V python-libs' to see if rpm considers
the installed files to be corrupt.
If it's not that, then you could try 'yum reinstall python-libs'.
Paddy
On Thu, Nov 07,
1997 Jul 31
0
Passwords fail from Win95 but not from DOS (Samba 1.9.16p11/NetBSD)
Hi,
I'm having some problems with Samba 1.9.16p11 on a Sun3/60 running
NetBSD 1.2. I have a Win95 client and a couple of DOS clients on a
single ethernet segment (it's at home :-).
I've set up a simple configuration, intention was just to serve files
from the Sun to the PC's. Everything works perfectly except
authentication from the Win95 client. I can connect to the Samba
shares
2017 May 04
4
Centos 7 Samba - all shares read only
I few weeks back my server started having a problem where all shares are now
readonly. AFAIK nothing has changed except a 'yum update' which was probably
around the same time.
Everyone still has the shares on their Win7 PC's and can see the contents.
However, if they try to open a file it opens read only. If the try to create
a new file (e.g. right click -> New -> Text
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my
example a bit
> x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo")
> strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x,
proto=data.frame(Name=character(), Address=character(),
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
I don't care much for regmatches and haven't tried strextract, but I think
replacing the character(0) by NA_character_ is almost always inappropriate
if the match information comes from gregexpr.
I think strcapture() does a pretty good job of what I think you are trying
to do. Perhaps adding an argument to map no match to NA instead of ""
would give you just what you wanted.
2014 Oct 03
0
JOBS: New positions in computational biology, bioinformatics, statistics, HPC and software engineering
Dear all,
The CRUK MI have multiple positions in and around bioinformatics, biostatistics and computational biology.
These range from HPC and mathematical programming, through biostatistics and biomarkers, to computational biology and bioinformatics. Focuses include single cell genomics and personalised medicine in lung and prostate cancer.
For full details, please visit our website at:
2017 Aug 10
5
Centos 7 specific cure for Spamassassin DNS lookup problem
I have the following error message in my /var/log/spamd
spf: lookup failed: available_nameservers: No DNS servers available!
Having Googled the error message I've found a number of responses which
involve patching Perl or Spamassassin or other cures.
Before I start changing things I was wondering if there was a Centos 7
specific resolution. Where possible, on production machines I prefer
2003 Oct 04
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
On Fri, Oct 03, 2003 at 09:21:29AM -0500, Dirk Eddelbuettel wrote:
> On Fri, Oct 03, 2003 at 08:29:31AM -0500, Douglas Bates wrote:
> > edd@debian.org writes:
> >
> > > Graham,
> > >
> > > Confirmed. I will pass that along to the R team. As 1.8.0 is in code freeze,
> > > this may not get addressed, unfortunately.
> > >
> > >
2010 Mar 17
1
question about multinom function (nnet)
Dear All.
I have the following table that I want to analyze using multinom
function
freq segments sample
4271 Seg1 tumour
4311 Seg2 tumour
3515 Seg1 normal
3561 Seg2 normal
I want to compare model with both factors to the one where only sample
is present.
model1=multinom(freq~segments+sample,data=table)
model2=multinom(freq~ sample,data=table)
2003 Oct 03
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
On Fri, Oct 03, 2003 at 08:29:31AM -0500, Douglas Bates wrote:
> edd@debian.org writes:
>
> > Graham,
> >
> > Confirmed. I will pass that along to the R team. As 1.8.0 is in code freeze,
> > this may not get addressed, unfortunately.
> >
> > Regards, Dirk
>
> I believe Ross Ihaka has already detected and fixed this problem. The
> fix should
2013 Dec 03
0
Postdoctoral Scientist in Computational Biology
Dear All,
We are seeking a computational research scientist interested in studying the roles of non-coding RNAs in cancer. The successful applicant will join the Cancer Research UK RNA Biology Group at the Cancer Research UK Manchester Institute (www.cruk.manchester.ac.uk).
Located in Manchester UK, the Cancer Research UK Manchester Institute is a centre for excellence in cancer research. We
2005 Aug 02
1
Paging systems from the phone...
Hi all,
Is there a model of IP phone, with a built-in speaker, that can be used as
part of a Overhead Paging system? Can Asterisk accomodate such a feature?
Regards,
Francois
Random Thought:
---------------
It isn't necessary to have relatives in Kansas City in order to be
unhappy.
-- Groucho Marx
2005 Jul 07
1
WinXP looking for *.dll share names?
Hi folks,
Over the last few weeks, one of our WinXP machines (of many) has
started generating errors like the following in our log files:
Jul 5 09:43:30 blah smbd[13180]: blah-xp (192.168.1.1) couldn't find
service sharename.dll
where "sharename" is a real share name that this user should be
mapping. We see lots of these errors, one for each share
the user tries to map. In
2003 Sep 13
1
R 1.8.0 (to be) and RPy 0.3.1
I look every now and then at RPy. It is not yet a Debian package as it
had the odd problem here or there -- initially an Atlas interaction,
currently something with long_jump() which cannot be found when R's dynamic
library is loaded. [1] It is called R_eval.c:
/* Abort the current R computation and signal a KeyboardInterrupt
exception */
void interrupt_R(int signum)
{
interrupted = 1;