similar to: registry vulnerabilities in R

Displaying 20 results from an estimated 100 matches similar to: "registry vulnerabilities in R"

2024 Oct 24
1
Optimal File Permissions for Shared Access Between Windows and Linux
I thought with the ACL it would be easier but it is the same nightmare :-( john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers getfacl: Removing leading '/' from absolute path names # file: mnt/shared/partage_de_fichiers # owner: john_johnk # group: sharedaccess # flags: -s- user::rwx group::rwx other::--- default:user::rw- default:group::rw-
2020 Mar 21
0
Fwd: KVM hook
Hi Team , I am reaching out to you seeking your help for one of my KVM hook script. I am using /etc/libvirt/hooks/network file to trigger an event when a network is created or deleted ( https://www.libvirt.org/hooks.html ). Basically I using a rest call to create the same network in my Infoblox appliance for the network monitoring. However every time I create a network only $2== start or
2024 Oct 15
1
Optimal File Permissions for Shared Access Between Windows and Linux
I am experiencing challenges configuring optimal file permissions for a Samba share on my Raspberry Pi. My goal is to enable shared access for my wife, who uses an iPhone 13, to the directory |/mnt/shared/partage_de_fichiers| while preventing access to the main directory |/mnt/shared|. Here is my Samba configuration: ```[NAS] ?? comment = RaspberryPi ?? public = no ?? writable = yes ??
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
Hi Rowland, Thank you for your feedback. I apologize for not including the global section in my previous message. Here it is: [global] ?? min protocol = SMB3 ?? workgroup = WORKGROUP As you can see, there isn?t much in the global section. To answer your question about the permissions on |/mnt/shared|, here are the settings: drwxrwxr-x 30 john_johnk sharedaccess 4096 Oct 15 23:42 shared
2007 Feb 16
0
fyi: yodl prereq for rsync3 updated -- osx issues fixed
for those who care, the yodl pkg, a prereq for building rsync3-cvs docs (& more?), had 'issues' @ version <= v2.04 with building cleanly on osx. it's been updated today to v2.10, http://sourceforge.net/project/showfiles.php?group_id=126615 v2.10 builds clealy, without req'd patching or error, and works just fine when/as used by rsync3 -- or elsewhere.
2024 Oct 25
1
Optimal File Permissions for Shared Access Between Windows and Linux
On Thu, 24 Oct 2024 15:55:41 +0200 Jonathan Szalavecz via samba <samba at lists.samba.org> wrote: > I thought with the ACL it would be easier but it is the same > nightmare :-( > > > john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers > getfacl: Removing leading '/' from absolute path names > # file: mnt/shared/partage_de_fichiers > #
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
On Tue, 15 Oct 2024 21:58:40 +0200 Jonathan Szalavecz via samba <samba at lists.samba.org> wrote: > I am experiencing challenges configuring optimal file permissions for > a Samba share on my Raspberry Pi. My goal is to enable shared access > for my wife, who uses an iPhone 13, to the directory > |/mnt/shared/partage_de_fichiers| while preventing access to the main >
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Hi Rowland, Thanks to your guidance, I?ve set up permissions for all directories and files under |/mnt/shared| as follows: * *Directories* have ```|drwxr-xr-x| permissions and are owned by |root:root|.``` * *Files* are set to ```|rw-------|, also with |root:root```| ownership, except for executables, which have the necessary |rwx| permissions. I?d like to ensure
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Rowland, I realized I forgot to mention a few details about specific folders with unique permissions in /mnt/shared that I need to preserve in /mnt/shared/nas: 1. /mnt/shared/video_surveillance: Originally, this folder had drwxrwx--- permissions, with reolink as the owner and surveillance as the group. However, since the surveillance group has been removed, only john_johnk and reolink need
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Op 26-10-2024 om 21:37 schreef Jonathan Szalavecz via samba: > Rowland, > > I realized I forgot to mention a few details about specific folders with unique permissions in /mnt/shared that I need to preserve in /mnt/shared/nas: > > 1. /mnt/shared/video_surveillance: Originally, this folder had drwxrwx--- permissions, with reolink as the owner and surveillance as the group. However,
2024 Oct 21
2
Optimal File Permissions for Shared Access Between Windows and Linux
On Sun, 20 Oct 2024 00:15:32 +0200 Jonathan Szalavecz <john_johnk at hotmail.com> wrote: > Hi Rowland, > > Thank you for your feedback, and I apologize for misunderstanding > your question earlier. Here?s the output of my command: > > ```bash > |john_johnk at raspberrypi: $ df -T /mnt/shared/ Filesystem Type > 1K-blocks Used Available Use% Mounted on /dev/sdb1 ext4
2012 Apr 20
0
pxelinux.elf not loaded properly with ld 2.17.50.0.6-14.el5
Hi. I have run across this old problem: http://www.syslinux.org/archives/2010-November/015753.html when compiling 4.05 on an x86_64 RHEL 5.5 systems with nasm v2.10 and GNU ld 2.17.50.0.6-14.el5 20061020. The exact symptom is the linker (ld) improperly loads pxelinux.o, created by nasm, to pxelinux.elf. The pfx_* symbols in the .prefix section end up being filled with 0's in pxelinux.elf.
2008 Jul 31
5
Firewall exception list
Hi guys, I tried to install CoDeSys on my Wine (1.0.0-1ubuntu4~hardy1) on Ubuntu 8.04. The Microsoft .DotNet Framework 2.0 is installed by using winetricks. But the installer of CoDeSys stops at 90% with an error: "There was an error at adding a program to the firewall exception list: "C:\Programme\3S CoDeSys\CoDeSys\Common\CoDeSys.exe" Google told me, programs can write their
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
I have written a bash script (see below) to generate bootable SD-USB images using syslinux as booter. The script works OK with versions 3.63 and 3.71, but I get a null pointer error executing /tmp/$SYSLINUX/linux/syslinux -sf -o 16384 SD.img in 3.72. If you execute $ sudo sh SDformat.sh sys then you can test the image easily with qemu $ qemu -hda SD.img ++++++ SDformat.sh
2013 Mar 29
1
GPO Computer settings not applied
Hello, I'm having one strange issue with latest stable Samba 4.0.4. I'm testing it as a domain controller for two virtual machines. The Samba AD DC is Debian stable, with two domain members - Windows XP Pro and trial Windows 8 Enterprise. User configuration using GPOs is working as expected. However, Computer configuration is never applied properly. Event logs show this entry: ------
2017 Apr 13
3
boot fails on some system
I used syslinux to make an external usb hard drive booting up "system rescue cd" from a FAT primary partition. The procedure I followed was setting on the boot flag on the FAT partition and copying the content of the iso image to it and renaming isolinux to syslinux wherever needed. I then unmounted the device and ran "syslinux -d /syslinux/ -i /dev/sdxn" where sdxn is the
2003 Nov 06
2
Configuration Help
Hello to all i have set up two tincd as mentioned on this site: http://mia.ece.uic.edu/~papers/volans/tincd.html but all i get on the client side is: [ root@mondhexe ]: # tail -f /var/log/tinc.log Trying to connect to naturstrom (80.132.178.186 port 655) Timeout from naturstrom (80.132.178.186 port 655) during authentication Closing connection with naturstrom (80.132.178.186 port 655) Trying to
2006 Jul 14
5
browser connection issue to http://localhost:3000/ on XP ?
Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( * I''ve tried: localhost:3000, 127.0.0.0:3000, 127.0.0.1:3000 + the IP address that
2017 Feb 10
0
[Bug 998] firewallrule on mld-listener-query not honored
https://bugzilla.netfilter.org/show_bug.cgi?id=998 Phil Sutter <phil at nwl.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil at nwl.cc Status|NEW |RESOLVED Resolution|---
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now. I have set up a semi-permanent test stream for people to bang on at: http://i.cantcode.com:8888/ices.ogg Please report any problems you have. I say semi-permanent, because it will probably crash now and then, and I will be developing and putting up the new versions on a regular basis. If it stops working for more than an hour, somethings