similar to: [OT] Fyodor terminates SCO nmap rights -- how about Samba?

Displaying 20 results from an estimated 200 matches similar to: "[OT] Fyodor terminates SCO nmap rights -- how about Samba?"

2004 Feb 19
3
wbinfo error
We have setup Samba3 and joined the server to the AD domain. problem is when I run wbinfo -u I get the error msg "Error looking up users". If I use the syntax "wbinfo -a domain+user%password -g, it rec msgs back that the passwd succeeded but still does not let me list groups.
2024 Feb 06
3
Samba omitting the user group setting, might be a bug
Hello Marco, On 05.02.2024 16:44, Marco Gaiarin wrote: > Mandi! Fyodor Kravchenko via samba > In chel di` si favelave... > >> Have to add about the environment - this is an unprivileged TurnKey >> Fileserver Linux container run under Proxmox. The extensive googling for >> the problem suggests Samba will not work in such environment because of >> ACL and such,
2015 Apr 16
3
ClamAV reports a trojan
This morning I discovered this in my clamav report from one of our imap servers: /usr/share/nmap/scripts/irc-unrealircd-backdoor.nse: Unix.Trojan.MSShellcode-21 FOUND I have looked at this script and it appears to be part of the nmap distribution. It actually tests for irc backdoors. IRC is not used here and its ports are blocked by default both at the gateway and on all internal hosts.
2003 Nov 20
1
samba 3.0.0 freebsd
Has anyone at all gotten the Samab 3.0 to integrate into the FreeBSD 5.1 Name Service switcher? Are there patches avaliable? Does anyone know where to get the FreeBSD nss api so I can try to fix the code my self? I keep getting the following errors in my logs NSSWITCH(nss_method_lookup): winbind, passwd, getpwnam_r, not found
2006 Jun 27
3
find_by_id vs. find in postback action
I''m playing around with the Postback action recipe listed in the recipes book. Here is the default code given: def edit @recipe = Recipe.find_by_id(params[:id]) || Recipe.new if request.post? @recipe.attributes = params[:recipe] redirect_to :main_url and return if @recipe.save end end Here is what my code sort of ended up looking like, altho i''ve ripped it apart
2011 Jan 20
2
git repository access via HTTPS
Hi, I've just tried to do a fresh checkout (git clone) with libvirt sources tree and had no luck because it seems to be inaccessible/non-existent at all. Is this temporary situation or I have to only use git:// proto? I'm asking because I'm sitting behind rather restrictive corporate proxy which does not allow anything but a little set of protocols such as HTTP(S). Thanks.
2003 Nov 13
2
file permissions on home directories and admin user copying files to it
We want to copy files with the group in the admin list of the [homes] share. The problem is that the copied files then are owned by root. I know this is normal unix behavior. However we want the copied files to be owned by the user of the homeshare. I read the samba howto section "Users Cannot Write to a Public Share". Although I want to set the owner on the home shares and not on a
2001 Mar 08
4
icecast 2 testing
hello, could someone test the my icecast 2 server? there should be a stream at http://real.radiostudio.org:8000/vorbis, but I'm not able to listen to it. I don't know if the problem in winamp or in icecast or in my streaming application. You could also send a stream to it, it's the default icecast password. I would be very happy if someone could test it :)))))) mörk --- >8 ----
2024 Feb 19
1
Samba omitting the user group setting, might be a bug
Mandi! Fyodor Kravchenko via samba In chel di` si favelave... > Thank you, nesting is set to 1. Is there anything else we could check? AFAIK, no. Next step is use a privileged container, but really in this vase better using a VM. -- Berlusconi: "Da oggi sono a dieta" Il Paese lo ? gi? da 4 anni (Il Ruggito del Coniglio)
2009 Dec 20
1
Install oVirt in fc11/fc12
Hi. Show you how to install oVirt in FC11/FC12? I acted on instructions http://ovirt.et.redhat.com/install-instructions.html, but there were problems with the versions of the module locale (requires 2.0.4 and installed 2.0.5). WBR, Fyodor.
2003 Nov 03
16
Samba configuration
I'm trying to config a Linux box to integrate into a windows network using pam_smb and samba. Ive set it up so that using pam_smb I can get the user to log onto the linux desktop with their NT id and password. The only problem is once the user is logged on they need to be able to access shared resources disk, printers etc... without the need to reauthenticate to the domain, i.e. use a cache
2010 Nov 04
4
how to work with long vectors
HI, Dear R community, I have one data set like this, What I want to do is to calculate the cumulative coverage. The following codes works for small data set (#rows = 100), but when feed the whole data set, it still running after 24 hours. Can someone give some suggestions for long vector? id reads Contig79:1 4 Contig79:2 8 Contig79:3 13 Contig79:4 14 Contig79:5 17
2016 Jun 26
1
UDP Constant IP Identification Field Fingerprinting Vulnerability
On Fri, June 24, 2016 12:24, John R Pierce wrote: > On 6/24/2016 9:20 AM, James B. Byrne wrote: >> We received a notice from our pci-dss auditors respecting this: >> >> CVE-2002-0510 The UDP implementation in Linux 2.4.x kernels keeps >> the >> IP Identification field at 0 for all non-fragmented packets, which >> could allow remote attackers to determine that
2007 Jun 09
2
zfs bug
dd if=/dev/zero of=sl1 bs=512 count=256000 dd if=/dev/zero of=sl2 bs=512 count=256000 dd if=/dev/zero of=sl3 bs=512 count=256000 dd if=/dev/zero of=sl4 bs=512 count=256000 zpool create -m /export/test1 test1 raidz /export/sl1 /export/sl2 /export/sl3 zpool add -f test1 /export/sl4 dd if=/dev/zero of=sl4 bs=512 count=256000 zpool scrub test1 panic. and message like on image. This message posted
2024 Feb 01
1
Samba omitting the user group setting, might be a bug
Hello, I am experiencing a strange behaviour that I think might be a bug. I was advised to consult the mailing list instead of trying to file a bug, so here it is. I have a user `kate` which is both a member of a `family` group and a `feddkate` group. There is a share called `FeddAndKate` which I what to be accessible to the `feddkate` group but not to a `family` group, and I've set up
2010 Sep 14
4
Error: cannot allocate vector of size X.0 Mb
Hi, I am working with a file (900MB in size) that has around 10 million records (in particular FASTQ records). I am able to read in the file as an object of BStringSet. When I start to manipulate the data, after almost 4 hours, I get the error message as Error: cannot allocate vector of size X.0 Mb (where X was once 160MB and then 180MB). The R version used is 2.11.1. I am not sure how to check
2000 Dec 18
3
SCO remove() and unlink()
There was a patch merged in on 9/29 that changed remove() calls to unlink(): - (djm) Merged big SCO portability patch from Tim Rice <tim at multitalents.net> Does SCO's libc not include remove()? Note that sftp-server.c is currently using remove. The reason I ask is I'd like to keep the portable tree as close to openbsd as possible, and if we need remove() for SCO we should
2005 Feb 14
0
new nmap
new nmap!!! www.insecure.org slaanesh
2004 Aug 07
2
about nmap
Dear all! Last evening I've noticed that my 5.2 box had strange result about nmap search. One port is randomly open when I look from user account. From root everything looks as expected. The comp is most time out of internet. The last thing was adding "expect" package. I am not paniced, could be hiting... Or something in "expect" package... It is random port from 53000 to
2005 Aug 03
0
Xen rebooting Dom-0 machine with nmap
Ok, I''ve completely reinstalled Xen and I am still encountering the most curious problem. I set up a virtual network of eight domains: three are on a virtual DMZ network (10.0.1.0/24), four are on a virtual internal network (10.0.2.0/24), and a router connects the two. All the domains can ping each other and traceroute-ing between them shows the proper network structure (first hop: