Displaying 20 results from an estimated 10000 matches similar to: "Samba Solaris->NT connection problem"
2000 Apr 28
0
Follow-Up to my Solaris->NT issue (was: Samba Solaris->NT connection problem)
Hello again, folks!
There is one thing I neglected to mention on the
Solaris->NT connection issue I posted earlier today, and
which I believe is the source of the problem.
Two days ago, I "inherited" a NT server which I now use
as my workstation. I physically moved that NT server from
one place to the other (i.e., unplugging all the
cabling -- power, Ethernet, etc.) so that I can
2004 Aug 25
3
Samba as NT Domain Member via Winbind - After Upgrade users prompted for password for any shares
Hello,
Apparently, I did a stupid thing today. I used apt-get on my
Debian Woody system to upgrade my Samba packages from 3.0.2 to 3.0.6.
Since doing so, all my users are prompted for a password when trying to
access shares. Even just listing the IPC$, Windows XP systems prompt for
user name and password. Windows 98 machines prompt for password. None
are successful. I believe
2003 Feb 24
0
No connection between NT and SUN system running solaris 8
Hi,
I have just installed Samba 2.2.7 on a solaris 8 system (Sun ultra 10)
and all seems to be OK, SWAT works and tells me that smbd is running as well as nmbd.
My NT workstation also has found "something" on the net but as soon as I double click on
the link, it states that the network path is not found.
If I ask for status, both deamons are running but that's it.
No shares or
2015 Jul 29
0
Deafness
hi ya
On Tue, Jul 28, 2015 at 11:35:31PM -0400, Chris Ross wrote:
>
> > On Jul 28, 2015, at 21:52 , Steffan Cline <steffan at hldns.com> wrote:
> >
> > Ok, I think I have come a little further.
> >
> > When dovecot stops accepting connections, I checked netstat and found this:
> >
> > [root at hosting1 ~]# netstat -an | grep 993
> >
2004 Aug 06
0
Icecast2 memory requirements
Mmmm. On 2nd thought, I believe I have my decimal points in the wrong
place. We would need 100's of T1 connnections.
> -----Original Message-----
> From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]
> On Behalf Of Ross Levis
> Sent: Monday, 10 March 2003 13:46
> To: icecast@xiph.org
> Subject: [icecast] Icecast2 memory requirements
>
>
> I mentioned
2013 Sep 13
0
Refactoring my modules and moving from 2.7.x to 3.3 and have a few questions
Mostly surrounding if there are better(less hackish) ways of doing things.
The first is the classic exported resource expiration problem. My existing
modules use a wrapper that uses an inline template to call out to Ruby''s
Time function, set a timestamp, and set the resource to absent after an
expiration period, a cleanup script then runs on the database node and
purges exported
2005 Feb 14
0
pdbedit how to change a domain
Samba version 3.0.9 on Red Hat 9.0
workstations: NT 4.0 SP6
When I took over this project, there were two domains connected by a
VPN. For reasons that I'm unable to understand, some new users wound up
with the intended domain of SATA and some wound up in SATB (even though
they joined the SATA domain. Recently, all kinds of problems have
materialized and the only thing I can find wrong is
2006 Dec 27
3
REMOVE ME FROM THIS LIST!!!!!
I Have NO IDEA how I wound up on this mailing list,but I keep getting emails from users of whatever the hell "wine" is,and I keep blocking the addresses but the emails keep coming.
UNSUBSCRIBE ME FROM THIS LIST IMMEDIATELY!!!!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2001 May 03
1
Rhosts Auth Issues with OpenSSH 2.9p1 on Solaris 2.7
I've installed OpenSSH 2.9p1 on Solaris 2.7 and I am trying to get rhost
authentication working. Something appears to be wrong with the client
side as I can do rhost auth with a ssh1.2.27 client. Any help would be
appreciated.
/opt/openssh-2.9p1/etc/ssh_config is:
ForwardX11 yes
RhostsAuthentication yes
/opt/openssh-2.9p1/etc/sshd_config is:
Port 22
IgnoreRhosts no
StrictModes yes
2007 Aug 24
2
All in one good for CentOS
I've asked a similar question before, but this is slightly different -
is there a reasonably good, cheap all-in-one scanner-copier-printer-fax
device that works well with Linux, CentOS in particular?
(Last time I asked about a scanner only, although it was in the context
of a Canon MP160, which I never did get to work and wound up taking
back.)
Thanks.
mhr
-------------- next part
2009 Sep 05
2
How to 'apply' on multiple arguments?
Hi,
I am wonder if there is a function similar 'apply' but it could accept
multiple arguments?
For example, I have the following matrix.
x=matrix(1:6,nr=2)
y=matrix(1:6,nr=2)
I want to find a function that can be used to compute the linear
regression for each pair of rows in the two matrices?
multiple_apply(x,y,1,function(u,v){lm(u ~ v)}
That is, I wound like something like the above
2018 Oct 28
4
IBM buying RedHat
On 10/28/18 17:54, Zube wrote:
> On Sun Oct 28 10:20:31 PM, Alain p?an wrote:
>
>> Le 28/10/2018 ? 22:10, Albert McCann a ?crit?:
>>> Damn, this is bad enough to make one weep.
>>
>> Red Hat would stay as a distinct entity inside IBM. IBM has also
>> contributed to Free software, and especially Linux kernel.
>> I don't know how bad it is and the
2018 Oct 28
2
IBM buying RedHat
On Sun, Oct 28, 2018 at 03:54:06PM -0600, Zube wrote:
> > Le 28/10/2018 ? 22:10, Albert McCann a ?crit?:
> >
> > Red Hat would stay as a distinct entity inside IBM. IBM has also
> > contributed to Free software, and especially Linux kernel.
> > I don't know how bad it is and the implications for CentOS...
>
> That old war wound started aching again.
>
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 04:10:46PM -0500, David Miller wrote:
> This works in the regimen that XDP packets always live in exactly one
> page. That will be needed to mmap the RX ring into userspace, and it
> helps make adjust_header trivial as well.
I think the point was to avoid resets across xdp attach/detach. If we
are doing resets now, we could do whatever buffering we want. We
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 04:10:46PM -0500, David Miller wrote:
> This works in the regimen that XDP packets always live in exactly one
> page. That will be needed to mmap the RX ring into userspace, and it
> helps make adjust_header trivial as well.
I think the point was to avoid resets across xdp attach/detach. If we
are doing resets now, we could do whatever buffering we want. We
2005 Oct 30
1
Broken up2date & install from CD ?
I've run into some problems I can't explain. I tried to install the
mysql package from the 4.1 CD's and the installer just sat there telling
me to insert the CD into the drive and click OK. I did that, and it
just blinked once, then returned to the same thing.. hit the OK button,
etc., etc., again and again. Wound up having to yum install the mysql
package which went OK afik.
2008 Mar 22
1
couple of problems
Hello all,
I finally got spamass-milter and clamav-milter running, but have one
error I've not been able to determine what is happening. From the log
entry I see this line:
SYSERR(sa-milt): hash map "Alias0": unsafe map file /etc/aliases.db: Permission denied: 39 Time(s)
any pointers here?
The 2nd item is with yum. I attempted to update, and wound up getting a fail on a
2013 Jun 24
1
nvidia-installer
CentOS 6.4
Came back from vacation, rebooted workstation, no X. Wound up running
nvidia-installer. Now, I had been using kmod-nvidia, but had to stop a
month or so ago, when NVidia stopped supporting my two-yr-old card
("legacy"). When that happened, I uninstalled kmod-nvidia.
One dumb question: I can't figure out where I got nvidia-installer. It
happily d/l the most current valid
2017 Jun 22
1
CentOS 6 and crypttab
Folks,
I have an issue: I've gotten that drive that I posted about the other
day encrypted, and things were looking good... until there was a
problem with another RAID attached to the box, and I wound up having to
reboot.
What had been /dev/sdb came up as /dev/sdc. So... is there any way
other than using /dev/disk/by-uuid/<uUUID> as the second field in
/etc/crypttab to deal with
2017 Jan 17
1
Reappearing emails
The dovecot version (2.2.10) we were running had a timing window problem
in the context of replication (we use maildir on CentOS 7). After doing
elaborate tests to isolate the problem, we wound up upgrading to
2.2.23. That fixed it, and that version has been very reliable.
>> Recently we received a report from an Android IMAP user that emails that
>> he deleted without reading