Displaying 20 results from an estimated 20000 matches similar to: "SAMBA Issues"
2018 Sep 06
1
SAMBA Issues
>
>
> I wouldn't recommend Samba for this use case. The way it does permissions
is like it's been grafted on from a Windows world. Fine for NAS stuff. But
for editing system files, is look into an SFTP or SSH GUI client for macOS.
Also, SELinux requires dirs/files labeled with samba_share_t which is not
how any system files should be labeled.
Chris Murphy
2008 Mar 05
4
Unable to mount using sec=none and mount.cifs
I'm attempting to mount a CIFS share with the following stipulations:
1. I must have the UNIX extensions (specfically, symlinks).
2. I must use plaintext authentication (don't ask).
I've recompiled the cifs kernel module to allow plaintext
authentication, using the stock Ubuntu 7.10 kernel (2.6.22.9c).
My /etc/fstab line looks like...
//superman/www-pub
2007 Aug 21
1
Output from while and for loop
Hello,
I am new and am having a hard time getting the proper syntax for output
from loops. I am working on a simulation to generate a null expectation of
bee behavior. Pieces of it work. The part that I am having specific
difficulty is in output of a vector from within the while loop that I am
using. Basically the simulation works as such: I have a starting point
and a neighbor matrix and a
2016 Jul 06
2
How to have more than on SELinux context on a directory
> If I understand well, I could add a type to another type?!?!?!
No.
The default targeted policy is mostly about Type Enforcement. Quote from
the manual:
"All files and processes are labeled with a type: types define a SELinux
domain for processes and a SELinux type for files. SELinux policy rules
define how types access each other, whether it be a domain accessing a
type, or a
2012 Mar 04
2
How do I create a scatterplot with two explanatory variables?
Hi there,
I'm trying to make a scatterplot of removed versus duration for each type of bee. No matter what I try, I can't seem to get my code to work.
Any help would be appreciated. Thanks!
My r-code:
dat$BEE <- with(dat, factor(BEE, c(1,2)))
plot(REMOVED~DURATION,pch=BEE, col=BEE) REMOVED DURATION BEE
1 0.07 2 QUEEN
2 0.10 5 QUEEN
3 0.11 7 QUEEN
4 0.12 11 QUEEN
5 0.15 12 QUEEN
6 0.19
2016 Jul 05
4
How to have more than on SELinux context on a directory
????????? ???????? ????? 2016-07-05 19:58:
>> I need to have the tftpdir_rw_t and samba_share_t SELinux context
>> on
>> the same directory.
>>
>> How can we do this? Is it feasible to have more than one SELinux
>> context?
>
> I don't think it's possible/feasible.
> You'd probably need to add a new type and necessary rules to your
2008 Mar 15
3
locating minimum value in matrix
Hi,
I have a matrix BEE and want to find the row and column numbers of
the minimum value in that matrix.
The command
which(BEE==min(BEE))
returns only one value which, I take, is the position of the minimum
in a vector with as many elements as the matrix.
Is there a quick and simple way of getting row and column numbers?
Thanks,
Gonçalo
[[alternative HTML version deleted]]
2017 Sep 23
2
more selinux problems ...
Hi,
how do I allow lighttpd access to a directory like this:
dr-xrwxr-x. lighttpd example unconfined_u:object_r:samba_share_t:s0 files_articles
I tried to create and install a selinux module, and it didn?t work.
The non-working module can not be removed, either:
semodule -r lighttpd-files_articles.pp
libsemanage.semanage_direct_remove_key: Unable to remove module lighttpd-files_articles.pp at
2020 Feb 20
3
SQL modeling tool for CentOS 7
On 02/16/2020 10:47 PM, Bee.Lists wrote:
> Sequel ORM
>
>
>> On Feb 16, 2020, at 7:28 PM, H <agents at meddatainc.com> wrote:
>>
>> I am looking for an open-source SQL modeling tool to use with MySQL, MariaDB and PostgreSQL. Does anyone have a favorite?
>
>
> Cheers, Bee
>
>
>
>
> _______________________________________________
> CentOS
2019 May 14
2
root .bash_profile?
> On May 14, 2019, at 8:14 AM, Jonathan Billings <billings at negate.org> wrote:
>
> On Tue, May 14, 2019 at 07:45:55AM -0400, Bee.Lists wrote:
>> I addressed this in the thread.
>
> And we continue to tell you that you're wrong. su behaves the same
> way when switching to any other user as it does for root. Stop
> spreading misinformation.
Not big on
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a
"Codeless Language Module", so it will only work with BBEdit 8+. It''s
basically a giant list of Ruby and Rails keywords, method names, and
so on. It''s both Ruby and Rails because BBedit only lets you
associate a file type with one language module.
The file is available here:
2019 May 14
3
root .bash_profile?
> On May 14, 2019, at 5:50 AM, John R. Dennison <jrd at gerdesas.com> wrote:
>
> On Tue, May 14, 2019 at 05:19:57AM -0400, Bee.Lists wrote:
>> OK I think you need to read previous posts on this.
>>
>> I?m not looking for any other command.
>
> Please stop top-posting, thank you.
>
> It's the _same command_; all it is is a different invocation
2005 Jun 02
0
[OT] Anyone for writing a Ruby language module for BBEdit?
I know many people on the list like TextMate for Ruby/Rails editing, so
please don''t flame me for this request. I''m a long-time BBEdit user, I
gots my keyboard shortcuts in my hands and brain, and I really don''t
want to switch.
Anyone on the list capable of writing a BBedit Language Module for Ruby?
Would you do it for money?
BBEdit does not support Ruby as a
2019 May 07
2
Permissions on nginx logs
> On May 6, 2019, at 10:14 AM, Bee.Lists <bee.lists at gmail.com> wrote:
>>
>> I will give 770 a try.
>
> Try 750 first. You don?t need write access to do what you?re asking.
>
> Also, the group membership change won?t take effect until you log out and
> back in.
Thanks to correct me, both things are true, if he only wants to read logs
there, the 750 is
2018 Sep 03
2
Read/Write over LAN Possible?
Hi folks. Just set up a server, and I put Samba on it for filesharing to my Mac over the LAN.
I’m a little confused as to what to expect from Samba with regards to LAN editing of files. I open a remote text file in my workstation text editor, but I cannot edit it and save it. I’m thinking this should be possible, as the Mac space (my workstation) can do that just fine. I found this:
2019 May 03
3
Permissions on nginx logs
Hi folks.
Just wondering if I can change the ownership on the nginx logs folder so I can access them easier for analysis on a regular basis and cronjobs.
/var/log/nginx is owned by nginx:nginx which shuts me out.
Cheers, Bee
2019 May 13
7
root .bash_profile?
Hi folks. Just wondering how I can implement an automatic .bash_profile for root. I have to load my user .bash_profile every time I get into root, and I would like a better solution. There is no /home/ for root, so I?m a bit confused if this is even allowed.
Any insight appreciated.
Cheers, Bee
2018 May 04
4
Samba HOWTO wiki bug: chcon samba_share_t
In this wiki article:
https://wiki.centos.org/HowTos/SetUpSamba
?there is a command down in section 2 that gives an error here on CentOS 7:
$ sudo semanage fcontext ?at samba_share_t /path/to/share
?noise noise noise?
semanage: error: unrecognized arguments: samba_share_t /path/to/share
That and the following restorecon command can be replaced by a single shorter command, which
2019 May 14
4
root .bash_profile?
OK I think you need to read previous posts on this.
I?m not looking for any other command.
> On May 14, 2019, at 5:10 AM, John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote:
>
> You misunderstand. su behaves the same when switching to root as to any other account.
>
> su -
>
> is probably the command you're looking for.
Cheers, Bee
2019 May 06
2
Permissions on nginx logs
I will give 770 a try. Nobody going to flip now that a single ?7? has been posted?
> On May 6, 2019, at 12:06 AM, Simon Matter via CentOS <centos at centos.org> wrote:
>
> What's the access mode of it? Should probably be mode 770 then.
Cheers, Bee