Displaying 20 results from an estimated 3000 matches similar to: "Re: Win9x login script drive mapping problem - more info"
2002 May 29
2
Win9x login script drive mapping problem - addendum
As an addendum to my original message (copied below), I have tried a couple of
things and have found the following:
Running a one line login script, eg
net use * \\server\share
with an echo command produces the following output:
The syntax is incorrect.
For help, type NET USE /? at the command prompt.
Yet running the same script one the machine as soon after login as possible
results in he
2001 Dec 11
0
Samba/Win_NT mapped drive problem
I am having a problem with Samba 2.2.2 mapped drives under Windows
NT.
Specifically, the problem is that users cannot either read directly from
(by double-clicking on a file), nor directly write to the root of a mapped
drive. Users CAN however create a folder in the root of their mapped
drives and then read and write files to that folder okay, and can also
copy files from the root of their
2003 Mar 21
3
Automated printer driver problems
Hi,
I am having a problem with automating the download of printer drivers from
a Samba 2.2.8 server.
We used to use the server with he following options set:
use client driver = yes
disable spoolss = yes
However these options have now been removed from smb.conf.
Following the instructions available in printer_driver2.htm (supplied in
docs/htmldocs in the source), I can add a printer driver to
2002 May 30
0
Re: Win9x login script problem - solved
Many thanks to everyone who replied to me with possible solutions to the
problem I was having with drive mappings from login scripts under Windows
98SE.
Adam Manock hit the nail on the head with his comments (see below) - it
turned out to be exactly this.
I was using Notepad to edit the login script, then using SSH to transfer
the script to the server. SSH was 'helpfully' converting
2004 May 13
0
Re: Understanding Samba Shares
Steve,
Here's how I got it all working:
Create the directory you want to share (you've already done this bit),
change the group ownership to be www-data and then chmod the folder
2775. You should end up with a folder whose group ownership is www-data
and whose permissions are rwxrwsr-x, ie the setgid bit is set to cause
files to be owned by the group www-data.
Here's my share
2003 May 19
2
New users cannot log on, current users okay
I am having a problem with the Samba server that I run. Simply, new users
added to the system cannot log on to the PC's that are controlled from the
Samba server's domain. Users that are already on the system and have been
working for some time seem to be unaffected.
I suspect that the problem may well be related to the 'minor' problem we
experienced with the server the other
2004 Apr 30
0
Re: samba Digest, Vol 16, Issue 45
Yes, just make your changes and then wait a couple of minutes! Samba
re-reads its config file every minute or so, as soon as changes are
detected they are implemented!
Andy
> Message: 11
> Date: Fri, 30 Apr 2004 11:48:24 +0100
> From: "ww m-pubsyssamba" <pubsyssamba@bbc.co.uk>
> Subject: [Samba] Can I reconfigure Samba share without restart smb
> service?
>
2004 Apr 30
0
Re: samba Digest, Vol 16, Issue 45
Hi Mike,
You may need to create the netlogon folder in your Samba directory tree.
Samba is installed on my servers in /usr/local/samba - netlogon is a
subfolder of that, with scripts being a subfolder of the netlogon
directory.
My logon scripts are therefore in /usr/local/samba/netlogon/scripts and
are owned by root.root, readable by all. Find your Samba directory and
have a look for the
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
Hi,
i'm having a serious problem with the following logon-script.
It works under W2k, but not under W98, although W98 tells
it is running startup-script ..
First my smb.conf (only interesting parts) :
---snipp---
[global]
server string = Samba-PDC %v on %h
workgroup = WORKGROUP
encrypt passwords = yes
netbios name = 486dx66
domain master = Yes
2003 May 20
7
ShowMessage (second attempt)
Surely someone out there knows how to notify their
Windows users that access to their samba server is
going to be terminated....
Any help will be *greatly* appreciated.
------ Original Message -------
I would like to shut down samba before I begin my
backup routine. Before I do this, I would like to
send a message to the users who are logged in on their
Windows machines, asking them to log
2023 Feb 24
1
[PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool
On Fri, Feb 24, 2023 at 3:38 AM Rob Bradford via B4 Relay
<devnull+rbradford.rivosinc.com at kernel.org> wrote:
>
> From: Rob Bradford <rbradford at rivosinc.com>
>
> kvmtool does not support the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature
> but does advertise the VIRTIO_NET_F_GUEST_TSO{4,6} features. Check that
> the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature is present
2023 Feb 24
1
[PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool
On Thu, Feb 23, 2023 at 07:38:25PM +0000, Rob Bradford via B4 Relay wrote:
> From: Rob Bradford <rbradford at rivosinc.com>
>
> kvmtool does not support the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature
> but does advertise the VIRTIO_NET_F_GUEST_TSO{4,6} features. Check that
> the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature is present before setting
> the NETIF_F_GRO_HW feature
2016 Dec 07
1
Seek failure with very short files
Hi all,
Thanks in advance for your help, and sorry for the slow reply. I've created
a small OS X example project
<https://drive.google.com/file/d/0B8vFUUth7NpvRFI0MmI2bVJNNEU/view?usp=sharing>
that reproduces the issue. (I've run into the size limit for emails on this
list so I've put it on Google Drive.) The program just initializes a
libFLAC++ stream decoder for a given file
2018 Sep 14
1
Possible bug with chromatic adaptation in grDevices::convertColor
It appears that the chromatic adaptation feature of `grDevices::convertColor`is broken, and likely has been for many years.? While a little surprising, it is an obscure enough feature that there is some possibility this is actually broken, as opposed to user error on my part.? If it turns out to the latter, I apologize in advance for spamming this list.
Consider:
??? rgb.in <-
2023 Mar 01
1
[PATCH v3] virtio-net: Fix probe of virtio-net on kvmtool
On Wed, Mar 01, 2023 at 01:59:52PM +0000, Rob Bradford via B4 Relay wrote:
> From: Rob Bradford <rbradford at rivosinc.com>
>
> Since the following commit virtio-net on kvmtool has printed a warning
> during the probe:
>
> commit dbcf24d153884439dad30484a0e3f02350692e4c
> Author: Jason Wang <jasowang at redhat.com>
> Date: Tue Aug 17 16:06:59 2021 +0800
>
2004 Jan 15
0
Re: Rsync with smbfs filesystem and character s like é - updated from version on RSync List
Unfortunately that didn?t work for me!
I think there may be a bug somewhere although its possible that I have
done something wrong somewhere.
My reason for saying this is everything works perfectly when the windows
machine is "uploading" the files but not when rsync is copying them.
Regards
Nic Colledge
colledge@dsl.pipex.com
n.j.colledge@bradford.ac.uk
-----Original
2014 Feb 24
1
nut in openwrt
Just looked at your prior mail, and it was using 'usbhid' based on your output. If 'modprobe' exists on your router, what response do you get to 'modprobe usbhid'?
- Tim
On February 24, 2014 2:56:16 AM CST, Tim Dawson <tadawson at tpcsvc.com> wrote:
>Either it is not loaded, or the usb serial and/or hid drivers are not
>loaded, which appear to have been used
2014 Feb 13
0
Fwd: Powerware (Eaton) Prestige 9 UPS
---------- Forwarded message ----------
From: Tim Dawson <tadawson at tpcsvc.com>
Date: Thu, Feb 13, 2014 at 12:07 AM
Subject: Re: [Nut-upsuser] Powerware (Eaton) Prestige 9 UPS
To: Charles Lepple <clepple at gmail.com>
Charles -
As a quick followup, the Prestige (both FW 2.13 and 3.09 - 2.x is
pre-Eaton, 3.x post) reply to the topology block query thus:
3.064046
2016 Oct 15
0
Help with failing Nut slave/client connection
HI again, Sorry I didn't mean to cause a security debate.
I'd like things to be secure of course, but I've got a dilema that I don't
use DHCP and instead have a block of static IPs from my ISP.
So my nut server has 68.68.452.02 for example
and my two slave clients have 68.68.452.03 and .04
ideally I'd like to allow access for the whole static IP block to access
the nut
1999 Nov 18
0
bkde() breaks
Hello,
I've been using the KernSmooth package recently and think I have found a
problem with it:
after loading the library I can issue
bkde(c(27,26,27), bandwidth=dpik(c(27,26,27)), range.x=c(4.4, 113.6),
gridsize=128, truncate=T)
and bkde returns an error. If I change the gridsize to 129 the function
works perfectly. I have tried this on my Linux box, and on a nearby
Solaris machine, both