similar to: netbios server failing

Displaying 20 results from an estimated 900 matches similar to: "netbios server failing"

1999 May 11
2
Unsubsribe
Best Regards, Mike Garver _________________________ Marketing Associate Deerfield.com http://www.deerfield.com/ sales@deerfield.com ---------------------------------------------------------------------- Please download and try our other exciting software products: ---------------------------------------------------------------------- WinGate - http://www.wingate.com/ FTP Voyager -
2009 Oct 03
1
[LLVMdev] LLVM-Kaleidoscope tutorial
Good morning everyone, It seems the LLVM tutorial is not up to date anymore and doesn't compile as is... The function makeLLVMModule() function doesn't compile at all. Here is a fix: Module *makeLLVMModule() { // Caches the global context to share it with new Module() and IntegerType::get() calls LLVMContext &context = getGlobalContext(); // Module Construction
2007 Feb 13
3
Linux on a Thinkpad R40
I've just acquired a use IBM Thinkpad R40 model 2722-GDM. I'm contemplating what to run on it, and longer-term the likely candidates are: Centos 5 SLE{D,S} 10 OpenSUSE 10.2 Kubuntu - the latest. Kubuntu - Long Life (aka 6.04, Dapper, ...) I've booted Knoppix 4 in it and most seems well, including the Atheros Wireless card Windows can't find. The major flies in the
2016 Oct 02
2
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
On 02.10.2016 20:03, Ilia Mirkin wrote: > On Sun, Oct 2, 2016 at 1:58 PM, Tobias Klausmann > <tobias.johannes.klausmann at mni.thm.de> wrote: >> Previously we'd end up with an unnecessary mov for the thirs immediate value. >> >> total instructions in shared programs : 851881 -> 851864 (-0.00%) >> total gprs used in shared programs : 110295 -> 110295
2009 Aug 26
4
How to clone CentOS server ?
Hello, I'd like to clone existing CentOS server. Can anybody recommend any working solution to achieve that ? Regards Przemyslaw Bak (przemol) -- http://przemol.blogspot.com/ ---------------------------------------------------------------------- Wygraj nawigacje GPS! 14 sztuk czeka. Sprawdz >> http://link.interia.pl/f22f3
2016 Oct 02
2
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
Previously we'd end up with an unnecessary mov for the thirs immediate value. total instructions in shared programs : 851881 -> 851864 (-0.00%) total gprs used in shared programs : 110295 -> 110295 (0.00%) total local used in shared programs : 1020 -> 1020 (0.00%) local gpr inst bytes helped 0 0 17 17
2010 Jul 21
1
Cisco 7970 Not registering
Hi All, I ' m using Cisco 7970 IP Phone and Asterisk 1.6.0.10-FONCORE-r40 (Tirxbox). My problem is that I upgrade my phone to SIP image but now this phone is not registering. The error likes this : SIP/2.0 403 Forbidden (Bad auth) The phone and Trixbox are in the same network. There arenot any NAT rules. Can you help me please?
2006 Mar 28
6
ATI Radeon Mobility M6 LY & IBM Thinkpad R40
Does anyone have any experience with the combination of a Thinkpad R40 and the ATI Radeon Mobility M6 LY video chip? I''ve had CentOS 4.1, 4.2, and now 4.3 running just great with 1024x768 resolution, but according the IBM specs, this chip is capable of 1280x1024. A quick lspci -v | grep ATI spewed the following: 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility
2006 Apr 17
4
Looking for a good VoIP Provider in the UK-
Any recommendations for a VoIP provider in the UK? I have a few guys in a field office in the UK with SIP phones and a VPN tunnel back to a working Asterisk setup in the US. The Asterisk setup has an IAX trunk with TelaSIP/VoipXpress with local DiD's for US offices, so they can call vendors, customers etc in the US at local rates. I'd like to get the same thing for the UK, so that UK
2005 Apr 18
1
PCMCIA not working on IBM Thinkpad r40
I am running Centos 4 on a Thinkpad r40 and it does not see any pcmcia cards. I know the socket is good because I had it working with Fedora Core 3. A funny thing though, once I updated my fedora kernel to a certain rev. (don't remember the version) the card socket no longer worked. Going back to an un-upgraded install of Fedora 3 worked. Has anyone seen this problem and worked this
2009 Mar 29
2
ssh & rsync equivalence?
Hello Folks Can anyone help with why I can use ssh like so: [root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo ssh -i /home/rsync/.ssh/id_dsa root@192.168.1.100 Last login: Tue Mar 24 21:32:51 2009 from morgansmachine.lan [root@morgansoldmachine ~]# logout Connection to 192.168.1.100 closed. Connection to 192.168.1.40 closed. [root@morgansoldmachine ~]# But, when I use the same
2007 Nov 13
4
sd_max_throttle
Hello, we are using hardware array and its vendor recommends the following setting in /etc/system: set sd:sd_max_throttle = <value> or set ssd:ssd_max_throttle = <value> Is it possible to monitor *somehow* whether the variable becomes sort of bottleneck ? Or how its value influences io traffic ? Regards przemol
2009 Jun 25
5
64-bit CentOS - your experience
Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the stability of 64-bit Linux. Can you share your experience regarding stability of 32-bit and 64-bit CentOS ? Does anybody use 64-bit CentOS
2010 Jul 21
1
Trigger after yum update
Hello, we have installed non-repository based software on our centos servers (e.g. vmware tools). Each time we do 'yum update' we have to run several scripts to check if these software works after update. Sometimes we forget ... It it possible to configure any sort of triggers which will run automatically after 'yum update' ? I'd like to avoid writing shell wrappers for yum
2009 Jun 24
3
Missing php* packages
Hello, I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages: php-smarty php-adodb php-accelerator It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug. Can you recommend any repository which will deliver all the
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2007 Dec 27
1
Create ThinkPad R61i laptop page
Hi, I just purchased a new ThinkPad R61i since my R40 died. I previously ran CentOS 4 on my old one, but have loaded CentOS 5 on the new one. I'd like to add whatever I can regarding my hardware. I followed the directions for adding a laptop page, but I was never promoted to enter any information after choosing the laptop template. I did login with my username first as well. The page would
2006 Aug 10
1
Wifi wpa_supplicant with atheros successes or failures?
I remember being a small part of and following this thread a few months ago. <http://lists.centos.org/pipermail/centos/2006-May/065091.html> I've been attempting a go at getting wpa_supplicant running on CentOS 4.3 and haven't had much luck. I'm assuming my failure is my lack of knowledge on the subject, but anyways. First, my normal setup is as follows: IBM Thinkpad R40
2004 Apr 01
0
4 lan''s: routing + bridging
We have 4 lan''s (A, B, C, D). Linux router (2.4, iptables, iproute2) routes traffic between the lans. There is a WAN router in one of the lan''s as well so that users are able to reach WANs'' hosts. All lan''s are in one building: B | --------------- | | A --| router | -- C | |
2012 Jun 22
1
'yum update' rollback or .. ?
Hello, we have several physical servers (CentOS 5.*) with rather critical applications where (because of stability) we don't do regularly 'yum update'. In virtualized environemnts (under Vmware) we do a snapshot, then 'yum update', reboot and if something is wrong we rollback the snapshot. On physical servers we cannot do that. I have read about rollback option of rpm but not