similar to: Timeout problem win2k -> linux

Displaying 20 results from an estimated 120 matches similar to: "Timeout problem win2k -> linux"

2003 Sep 21
0
Mounting Samba Shares Help!
Warning Really Long Message! Scenario Fresh install of Redhat 8.0 on two different servers. Samba 2.2.5-10 & Samba 2.2.7-5.8.0 Mandrake 9.0 client Samba 2.2.8a-2mdk (from Samba.org). I can not mount a share on the Mandrake client from either of the two Redhat server. I can mount shares on the wife's Windows 98 computer with out any problem. I have searched the Samba Mailing list
2015 Sep 10
13
[Bug 91954] New: "link training failed": nouveau does not recover from monitor suspend
https://bugs.freedesktop.org/show_bug.cgi?id=91954 Bug ID: 91954 Summary: "link training failed": nouveau does not recover from monitor suspend Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium
2011 Nov 14
3
[Bug 42921] New: Program received an X Window System error.
https://bugs.freedesktop.org/show_bug.cgi?id=42921 Bug #: 42921 Summary: Program received an X Window System error. Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2005 Jan 30
0
problem to mount network shares from windows machine
hello there , i need sum serious help so... _/-\o_ i have a problem which is driving me crazy with my network, i have been trying to find help on the net for weeks now, but couldn't find any helpful sites relating to my problem so i thought i'd try posting it on here. I tried to include all the information i have but i'm a linux n00b sort of... anyways i have a network with three
2011 Aug 21
4
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi, I've been looking at all of the uses of the 'unwind' instruction, and ShadowStackGC.cpp is the last pass which actually creates 'unwind' instructions. The thing is, this pass seems to be dead. It hasn't been updated in any meaningful way since ~79000. Should this pass go the way of the dodo? -bw -------------- next part -------------- A non-text attachment was
2010 Jun 10
1
Re: Recognising an unrecognisable scanner
Hi from Z?rich,Schweiz and a hot , humid day. The SCANNER,Canoscan LiDE 600F,is not detected by XSANE/SIMPLE SCAN. It is probably detected :- here is the OUTPUT from TERMINAL COMMAND "sane-find-scanner -v" ***************************************************** found USB scanner (vendor=0x04a9 [Canon], product=0x2224 [CanoScan]) at libusb:001:005
2002 Sep 30
3
help with Samba and WinXp Pro
Hi, I just installed Redhat 7.2 with samba-2.2.1a on a linux machine. I connected the linux machine to a wireless router, which is connected to a hub. I run WinXP Pro PC which is connected to the same hub. There is no problem for me to connect to the samba server from machines attached to the wireless router, ( one Mac OS X & one Win98), but I can't connect to the samba server from the
2003 Feb 17
1
Help request setting w2000 to use Lexmark z25 printer on linux RH7.3 running samba.
Hi, I am a newbie on samba. I use a vmware version which is slightly modified but I hope this group can still help. On the Linux machine I have set a Lexmark printer using Lexmark driver. This works fine but the way it works is that the filter does the actual connection to the printer (which uses USB port) whereas the lp directive is set to lp=/dev/null. (in case this piece of information is
2009 Nov 19
0
migrating NT4 PDC to samba3. netrpc vampire errors
Hi, I am in the processof migrating a a NT4 PDC over to a samba3 server. I am following this guide:http://vermeulen.ca/linux-windows-nt.html I am able to join the Domain but when I go to net rpc vampire I get the following errors: Not all my users get transfered: [root at HERCULES ~]# net rpc vampire -S GENOME -w HERCULES -U administrator Fetching (to passdb) DOMAIN database Creating unix
2008 Aug 07
2
Configuring Samba with NIS
Hey all. I have a bunch of linux servers, all using NIS to maintain username/password/UID/GID information. I'm trying to make the filesystems browsable from Windows XP, while maintaining correct UID/GID info. It seems this would be really simple, just let the user login to \\linuxmachine with his/her linux username & password, and everything they do happens as them. As you know - no
2010 Apr 01
0
export R data as web service
I'd like to access data in my R session from elsewhere via HTTP. My particular use case would be R on Linux, accessing data from Windows, all on the same intranet. Naively, when I say this, I imagine something like: > theData <- big.calculation.returning.data.frame() > startHttpServer(port=8675) (blocks until I C-c it) Elsewhere... http://linuxmachine:8675/htmlDF?theData
2020 Nov 18
2
samba / debian 10 / security=ads
Hi all I'm looking for some help on winbind/idmap for a new host The debian version is new on this host : debian 10 buster so samba is > root at homedir10:~# samba --version > Version 4.9.5-Debian We want to use security=ads so we join this host to the domain No problem for windows clients : they can mount shares that are accessible to their primary unix group and secondary unix
2010 Dec 18
1
Xapian index size 475GB = 170 million documents (URLs)
Xapians, I am maintaining about two indexes for my search engines which approximately is each the same size. I would like to share this knowledge with you, since many of you have never seen Xapian index of this size. And of course you can search the index by yourself at - http://myhealthcare.com/ - http://find1friend.com/ I need 2 x 100 million more documents into each index, and I hope it will
2011 May 03
1
Switching to 16 bit colour ...
"bit of trouble" - good pun! But I do hope it gets solved. Can you make a bash file (oh no - a pun of my own!) to automate any of those annoyances? Would putting the game "in its own WINE" help at all? Cheers, Jake On May 3, 2011, at 3:18 AM, wine-users-request at winehq.org wrote: > Send wine-users mailing list submissions to > wine-users at winehq.org > >
2011 May 02
1
unsubscribe
2011/5/2, topher.becca <wineforum-user at winehq.org>: > > David Shaw wrote: >> >> At the risk of getting flamed, you yourself have often told people to >> 'rm -rf ~/.wine' :-) >> >> David Shaw > > > When I entered 'rm -rf ~/.wine' it says: > rm: /Users/christopherwelch/.wine/drive_c/Program Files/Inbox Toolbar: > Permission
2009 May 28
0
Changing data point size in quilt.plot
Hi, I am new to R and am using quilt.plot (from fields package) to plot gas concentrations in Europe. I am using the following code to plot my data library(maps) library(fields) test = read.csv("%change 1996_2005.txt", sep="\t") colnames(test) = c("Station", "Measurement_BaseO3", "Model_BaseO3", "Measuerment_PeakO3",
2015 Jun 23
0
installing Centos Question
On 6/22/2015 10:14 PM, michael wright wrote: > Hi just partition my harddrive to 2GB was not sure how many Mb or Gb centos runs can someone help me please that?s all I need to know mike it depends entirely on what you install. my server installs typically have a / of around 3GB used, I generally allocated a 20-40GB / partition. /home is however large your users are. if you run
2003 Nov 02
1
adding a windows machine into an existing VPN.
hi mailinglist. i have a little problem again. i already have an tinc setup working with bridging ethernet segments. now i want to add an windows machine directly into this vpn. thats my linuxmachine: tinc.conf: Name = mutombo Device = /dev/net/tun Mode = switch my network behind the router is 192.168.2.0 and i use a subnetmask of 255.255.0.0 mutombo: address = mydydns.org PGPKEY on windows
2003 Feb 08
0
Tar "file changed as we read it" error
Hello, I get a strange error when taring a database for backup. I have a Redhat 8.0 samba server with 2.2.5 which is running cron.daily. Part of that script is backup from a database file of one W2K machine to another W2K machine for storage. I use mount -t smbfs to mount some W2K shares on linux: //windows-1/AccountingData on /mnt/AccountingData type smbfs (0) //windows-1/Database on
2006 Jun 08
1
Samba client cannot join Samba Domain
Hi, I have a server running Samba as a PDC and I'm using on-the-fly machine account creation. This works absolutely fine with Windows clients, but I cannot get a Samba client to successfully join the domain. I'm trying to join using the command 'net rpc join -Uroot', which after I've entered the password returns: Error domain join verification (reused connection):