Displaying 20 results from an estimated 10000 matches similar to: "Windows 98 cannot access Samba"
2003 Feb 25
3
can't log into Samba.
I am runnning Samba 2.2.3a which act as a NT workstation
  connecting to CNS-NT domain.
  When I tried to connect to Samba,  \\Bigred\home is not
  accessible, you might not have permission to use this network resource.
Any ideas?
-Paul Hong
2002 Aug 25
3
How do I create a globally accessible directory [partly solved] (XP works/98 doesn't)
I just want a simple, globally accessible directory for anyone on my
LAN. I don't care who they are, who they're logged in as on their
windows machine, I don't care about security (it's my own private
LAN!!!). Why is this so difficult to do? I've looked through the
archives (which by the way, could someone spend a few minutes and put a
SEARCH feature there. Following threads
2002 Dec 18
4
Samba domain with non-domain Win98
I have a samba domain. Also there are some machines which are not in
domain. I need to create share for full access for these machines.
I've tried this:
[common_share]
  path = /path/to/dir
  browseable = yes
  writeable = yes
  guest ok = yes
  force user = ftp
  force group = ftp
But when I'm trying to connect to this share I've been asked for
password to IPC$.
Can anybody help?
1999 Feb 15
1
HELP! can't see Unix printer shares
I'm trying to use Samba to get access to my Unix printer. 
Unix System is FreeBSD-2.2-stable, and I'm running the latest port of Samba 
for FreeBSD-2.2-stable (Samba 2.0.0) from ftp.freebsd.org.
I've checked all the references I can find on the web, and can't see the
problem. Can anyone point out what I'm doing wrong.
Under NT (adding remote printer), I see the entry for the
2007 Mar 21
2
problem with RCurl install on Unix
I am having trouble getting an install of RCurl to work properly on a 
Unix server. The steps I have taken are:
1. installed cUrl from source without difficulty
2. installed RCurl from source using the command
	~/R_HOME/R-devel/bin/R CMD INSTALL -l ~/R_HOME/R-devel/library 
~/RCurl_0.8-0.tar.gz     I received no errors during this install
3. when I go back to R and require(RCurl), I get
 >
2007 Mar 21
2
problem with RCurl install on Unix
I am having trouble getting an install of RCurl to work properly on a 
Unix server. The steps I have taken are:
1. installed cUrl from source without difficulty
2. installed RCurl from source using the command
	~/R_HOME/R-devel/bin/R CMD INSTALL -l ~/R_HOME/R-devel/library 
~/RCurl_0.8-0.tar.gz     I received no errors during this install
3. when I go back to R and require(RCurl), I get
 >
2006 Nov 23
4
Windows XP refresh Problem
Hello all,
i am using Samba samba-3.0.23c_2,1 under FreeBSD 6.1 Release. The  
Problem is when i connect from a Windows XP Box to a share i have  
setup on the server and create a new File or Directory, i have to  
manually click Refresh or F5 to have the newly created File or Folder  
appear in the List. Does anyone experience the same thing, and how  
can i fix this?
Thanks a lot,
David
Below
2003 Jul 31
3
Win98 troubles
Hi,
I have a client with 2 Win98 out of 15 computers that refuse to see the server when
they first turn them on in the morning.  When they logon as a new user, not a
reboot, it connects and they work fine for the rest of the day.  They can even
reboot whenever they want throughout the day and it works, but when they turn it off
over night, the computers refuse to see the domain the next morning. 
1997 Oct 23
7
Browsing problems
Hi to all,
I've this problem:
When I start browsing in Explorer from my NT 4.0 SP3 Server, the 
SAMBA Server don't respond to the broadcasting.
ThanX for sugestions
---------------------------------
Ezio Bove
C.I.R.A. scpa
Italian Aerospace Research Centre
Informatics Dept.
Via Maiorise snc
81043 Capua (CE)
Italy
phone :+39 (0)823 62 3718
fax   :+39 (0)823 62 3126
2003 Aug 19
7
[Fwd: Re: Shorewall 1.4.6: common chain rules are applied before policyrules?]
Thank you for your support.
The next question: Is there a kind of common chain  applied before
ACCEPT policy? I want to DROP or REJECT Netbios traffic on most
interfaces but do not want to repeat those rules in the rules file.
Thanks,
Boi
-----Th?ng ?i?p chuy?n ti?p-----
> From: Tom Eastep <tmeastep@hotmail.com>
> To: Le.Hong.Boi@sg.netnam.vn
> Subject: Re: Shorewall 1.4.6: common
2016 Dec 29
1
Structure Padding and GetElementPtr
Yes.
LLVM types != C++ types.
There is no mapping except that produced if you add debug info.
On Wed, Dec 28, 2016 at 6:51 PM, Hong Hu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Here is an example:
>
> I can define two classes: A and Apad:
>
> class A {
>     bool b1, b2;
>     double d1;
>     int i1;
> };
>
> class Apad {
>     bool b1, b2;
2017 Dec 11
4
Windows 98 cannot connect to Samba 3.6.23-45el6 after upgrade from 3.0.33-3.41.el5
I upgraded a server from CentOS 5 to CentOS 6 and migrated the samba 
users, accounts, and files. Everyone reconnected without a problem 
except a Win98 user.
Is there anything that changed that would disallow a Win98 machine from 
connecting.
It doesn't prompt for password.  It just doesn't connect.
When attempting to map the drive, I get:
"The following error occurred while trying
2016 Dec 29
1
Structure Padding and GetElementPtr
Yes, Reid. I have used these methods to figure out the layout.
Now my question is to build a map between the original layout and the new
layout. I show one example below. When LLVM IR access the 4th (starting
from 0th) member (i32) of the class A, the map will tell that in fact it is
accessing the originally 3rd member (i1). Any suggestion?
Regards,
Hu Hong
On 29 December 2016 at 10:50, Reid
2016 Dec 29
0
Structure Padding and GetElementPtr
Here is an example:
I can define two classes: A and Apad:
class A {
    bool b1, b2;
    double d1;
    int i1;
};
class Apad {
    bool b1, b2;
    bool pad1[6];
    double d1;
    int i1;
    bool pad2[4];
};
A and Apad will have the same layout, from the LLVM IR level:
%class.A = type <{ i8, i8, [6 x i8], double, i32, [4 x i8] }>
%class.Apad = type { i8, i8, [6 x i8], double, i32, [4
2016 Oct 17
2
LLVM backend -- Avoid base+index address mode for X86
Hi Bruce,
Thanks for you reply.
I check the *.td files under the lib/Target/X86 folder, but have not got
interesting findings. It requires some knowledge of LLVM backend to fully
understand the *.td files. I will get some background and keep searching.
Of course I appreciate if anyone with such experience can point the
concrete locations.
Regards,
Hu Hong
On 17 October 2016 at 22:20, Bruce
2017 Jan 21
3
Spare Register at one Machine Instruction
I'm not sure exactly what you're after.
I was under the impression that you want to know which register is live at
a specific point (an instruction). If that's the case, how do one of the
two suggested solutions not suffice?
If a register is live-in to a block and not killed before your instruction
or it has a def and no kill within the block, it is live. Otherwise it is
dead and
1998 May 27
16
Session request failed
Hi all,
 I'm trying to access a NT machine through the Internet.  First I used
an win95 as
a client, but since I couldn't get it to work, I used a Linux machine
(kernel 2.0.29) with Samba 1.9.18p7 to get some feedback.
 
 I did the following:
linux01/usr/local/samba/bin> ./smbclient -L ntserver -I a.b.c.d
Added interface ip=<myip> bcast=<broadcast> nmask=<netmask>
2016 Dec 29
0
Structure Padding and GetElementPtr
Only Clang really knows the original structure layout. You can pass
'-Xclang -fdump-record-layouts', though, to see the layout during
compilation. The DICompositeType metadata produced when compiling with
debug info might contain enough information to describe the original layout.
On Wed, Dec 28, 2016 at 6:44 PM, Hong Hu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
2004 Aug 26
2
VoIP Telephony with Asterisk book
Does anyone know if there are any reseller for the book "VoIP Telephony with Asterisk" in Hong Kong/Asia region?  I'm interested in purchasing the book but the shipping charge to Hong Kong is expensive.
Thanks.
Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Dec 11
2
Windows 98 cannot connect to Samba 3.6.23-45el6 after upgrade from 3.0.33-3.41.el5
On 12/11/2017 04:21 PM, Rowland Penny via samba wrote:
> On Mon, 11 Dec 2017 15:49:51 -0500
> Justin Cantrell via samba <samba at lists.samba.org> wrote:
>
>> I upgraded a server from CentOS 5 to CentOS 6 and migrated the samba
>> users, accounts, and files. Everyone reconnected without a problem
>> except a Win98 user.
> I take it that you cannot upgrade the