similar to: MEMDISK reset computer with NW Client32

Displaying 20 results from an estimated 80 matches similar to: "MEMDISK reset computer with NW Client32"

2002 Aug 22
3
print job name
Is there a way foe me to get the print job name to be something other than "remote downlevel job"? All my jobs are now printing flawless except for this. I would like to be able to get a file name or program at least. Thanks Tony McGrew www.multicam.com
2003 Nov 10
0
Asterisk in the NW
Does any one have a Asterisk PBX running in the Portland, OR area? I'd love to see one of these up and running? -tyler
2007 Oct 04
0
[PATCH] [NW scripts] [RFC] Choose alternative interface if NFSroot is used
I am proposing this patch for allowing the network bridging setup script to choose an alternative network interface if it is determined that the root is mounted using NFS, which is assumed to be done over the NIC serving the default gw. In this case the prefix of the device is used to find other devices, i.e., if eth0 is the default device an alternative device may be an other ones starting with
2004 Apr 17
4
LinuxFest NW
For those of you going to LinuxFest, I''ll be speaking today at 10:00 in G-106. And if you miss the talk but see me wandering around the campus later, don''t hesitate to flag me down to say "Hi". -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2010 Jun 27
1
Dual nw card problem again
I have had problems like this before. Probably there is something important that I don't know about routing. Let me introduce to you "Lasso2", a CentOS 4 www server that has been working perfectly well for years. Now I added a second nw card (eth1), automatically using kudzu. I cannot get this dual nw setup to work. The first nw card (eth0) stopped at once working properly,
2017 Apr 12
2
[RFC] Nios II backend
Hi, I'm from Intel compiler department. I am proposing the integration of a backend targeting Nios II processor architecture. Nios II is a 32-bit general-purpose RISC processor core designed specifically for the Altera family of FPGAs. All information at about Nios II can be found at Altera website https://www.altera.com/products/processors/support.html, including the current ISA
2007 May 09
2
Next step of Hardware Theora
Hello, First of all, I would like to say that my work that I wrote in the other email would be to do in hardware the functions: CopyRecon, LoopFilter and UpdateUMVBorder. These are modules that Leonardo had made, but it wasn't ok in FPGA. When I had a chat with Leonardo we were thinking in rewrite these module for to do this running in FPGA (to debug in a Hardware level is much more
2002 Aug 20
0
samba 2.2.5 and WinXP
I'm setting up a redhat7.3 box for a school, whose sole purpose in life is to provide a large disk space for educational software packages. These packages total about 10GB, which means the old Netware server isn't an option. The school received a grant and bought their teachers new computers with XP Pro on 'em (replacing Win3.11). Since they use Client32 on a NW4.11 box, I'm
2000 Feb 21
0
password server = %M
Sorry if that subject scared you. Our labs are made up of a mixture of Unix clients and servers, Netware servers, and NT clients. All logins to the NT clients are done through Novell's client32. According to our Netware admin, when a person logs in via client32, a local NT account is created for the user. When the user logs out, the local NT account is deleted. This leads me to believe
2007 Aug 25
1
Theora playing on a FPGA
Hi all, Great news. On Thursday I finally play a video on FPGA. As I said the implementation is using the NIOS II processor. Andr? Costa is hard working to use the LEON processor. The video resolution is 96x80, because we have some FPGA internal memory constraints. I will try to use external memory to make possible decode a video of at least 320x240. The result can be see here:
2010 May 27
0
Jitter buffer
Hi... I'm trying the adaptative jitter buffer of Speex. Anyone can help me? I don't understand because my application manytimes return "warning: jitter_buffer_get(): packet too large to fit. Size is " I test my program over local cable net and i think that is impossible have packet lost or corruption. I've looked the source but i don't undestand what happen and
2012 Aug 10
1
Split CSV as per file size
Hi here i have a code to split a csv file as per group of line. The code given below, ------------------------------------ SplitCSVByLine <- function(DataMatrix,Destination,NoOfLineToGroup) { input <- file(DataMatrix, "r") fileNo <- 1 repeat { myLines <- readLines(input, n=NoOfLineToGroup) if (length(myLines) == 0) break
2002 Aug 19
0
RedHat + XP workgroup
{Sorry for long post) I'm attempting to set up a workgroup share on a RedHat 7.3 box (Samba 2.2.5-1) for a network of Windows XP Pro machines. These machines also log into a Novell Netware 4.11 server (Client32 4.83e) for email, so I don't want to set up another domain controller (for more logins) on this network (academic K-12, lot of teachers and elementary kids). Netware 4.11
1998 Sep 17
1
Logon Musings
I'm toying with the idea of writing a Samba-oriented Win95/98/NT logon window. I know it's possible to replace Windows' logon mechanism with another. Novell's Client32 does this. I know there's also standards to make a network service available to Windows' change-password mechanism (so I can fire smbpasswd on the other side). That could be an alternative to establishing
2002 Jul 18
1
Linux Client
> Message: 9 > From: Sylvestre Taburet <sylvestre.taburet@free.fr> > Reply-To: sylvestre.taburet@free.fr > Organization: @telier > To: Joel Hammer <Joel@HammersHome.com>, > =?iso-8859-1?q?Fr=E9d=E9ric=20SCHWIEN?= <fred@igtech.fr>, > samba@lists.samba.org > Subject: Re: [Samba] Linux Client > Date: Wed, 17 Jul 2002 23:23:25 +0200 > > Le Mercredi
2007 Dec 22
0
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
> I've build gcc many times over the years for different target processors > and was never able to get my head around it internally. It is incredibly > complex. I also didn't like the fact that I had to have N copies of gcc > to support N processors. Scott McPeak is rather familiar with the internals of gcc and edg and says elsa is far simpler. > I became interested in
2017 Sep 19
0
nios-II ISA backend
Hi All, I would like to know what is status for nios-II target ISA backend for llvm. Do we have a stable version of nios-2 ISA backend ? Any pointers would be really helpful. Thanks in advance Vineet -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170919/0011d407/attachment.html>
2018 May 07
0
Nios 2 target code ownership
Dear LLVM community, Currently nobody is appointed as code owner for Nios 2 target. Since I've already developed a part of it and I'm planning to do more development in this area in coming weeks, I would like to volunteer myself to become code owner for this target. Please let me know if you have anything against, otherwise I'll add myself to CODE_OWNERS.TXT (I'll wait till the
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2007 Dec 22
5
[LLVMdev] Status of Elsa->LLVM
Chris Lattner wrote: > On Dec 21, 2007, at 1:08 PM, Richard Pennington wrote: > >> I'm a little further along now. I've started to put together a simple >> driver for Elsa and LLVM that I'm calling "ellsif" (cute name, I think >> it works). >> >> The file being compiled is a "printf" function. Here are timing >> results