search for: jic

Displaying 20 results from an estimated 22 matches for "jic".

Did you mean: ic
2023 Nov 20
1
tftp problems
I've used TFTP server on CentOS/RHEL 7 and 8 but not 9, so take my notes with the appropriate grain of salt... JIC, confirm on the TFTP server you have a process socket for it, e.g. $ netstat -a | grep tftp udp 0 0 0.0.0.0:tftp 0.0.0.0:* Your 'systemctl status' output implies things are OK, but worth a check. I don't see a "tftpboot" symlink pointing to "...
2002 Apr 05
1
Selecting hard disk boot when running syslinux from floppy
...ng to create a boot disk which gives me the option to boot from hard disk, possibly after 5 seconds incase I leave the floppy in by mistake. The systems I would be using this floppy on would be running Windows NT 4.0, Windows 2000 and possibly RedHat Linux 7.2. Is this possible? Rob Rob Beard JIC Computing Dept, Ext 2496 ----------------------------------------------------------- "Press the any key ... hmmm where's the any key?" - Homer Simpson
2002 Apr 26
2
Creating hard disk image in DOS
I was wondering if it is possible to create a hard disk image in DOS for use with MEMDISK? If so what utility is required? Rob
2020 Mar 24
2
[PATCH] efi/main.c: include <efisetjmp.h>
Building syslinux against gnu-efi 3.0.10 currently fails with: syslinux/efi/main.c:33:8: error: unknown type name ?jmp_buf? 33 | static jmp_buf load_error_buf; | ^~~~~~~ syslinux/efi/main.c: In function ?local_boot?: syslinux/efi/main.c:189:5: warning: implicit declaration of function ?longjmp? [-Wimplicit-function-declaration] 189 | longjmp(&load_error_buf, 1); |
2001 Mar 18
2
wine.conf newbie problem
...k. As unpopular as it is, i have searched for an IMAP client on Linux that provides functionality that I like better and am unable.... Lots of good looking POP clients promising to add IMAP support, but.... Is anyone running Outlook on WINE? Are there any special tricks to this that I should know JIC I get my 'drive' problem taken care of? TNX, B
2012 Oct 28
6
Having some Trouble Data Structures
...idual in the model has many variables - in this case representations of genes. So I'm having trouble getting my head about this. Hopefully someone more experienced will be able to offer advice or a solution, it will be very appreciated. Many Thanks, Ben Ward (ENV, UEA & The Sainsbury Lab, JIC). P.S. I have searched previous queries to the list, and I'm not sure but this may be useful for relevant: Have you thought of using a list? > a <- matrix(1:10, nrow=2) > b <- 1:5 > x <- list(a=a, b=b) > x $a [,1] [,2] [,3] [,4] [,5] [1,] 1 3 5 7 9 [...
2013 Jan 24
1
Pairwise Comparrisons
...my question is, how can someone do pairwise comparisons in R this way, and ensure all combinations are compared, but it''s not as wasteful as my obvious shotgun approach which computers many redundant comparisons? Ben W. University of East Anglia (ENV): b.ward@uea.ac.uk The Sainsbury Lab (JIC): ben.ward@sainsbury-lab.ac.uk [[alternative HTML version deleted]]
2023 Nov 20
2
tftp problems
Hello, ?? I am a fairly experienced user.? I have set up tftp in the past at various times, although it's been a few years. I am using version... Version????? : 5.2 Release????? : 37.el9 On AlmaLinux 9.3, I currently have SELinux disabled. ]# firewall-cmd --list-services cockpit dhcp dhcpv6-client http ssh tftp I have tftp enabled on the firewall.? ( I have tried with the firewall completely
2020 Mar 24
0
[PATCH] efi/main.c: include <efisetjmp.h>
...idered irrelevant. A more-relevant test would be to build on top of the current gnu-efi master head: https://sf.net/p/gnu-efi/code/ci/HEAD/ https://sf.net/p/gnu-efi/code/ci/master/ ATM (2020.03.24), this is: https://sf.net/p/gnu-efi/code/ci/9b63de committed on 2020.01.16. In addition (JIC), please be aware of the potential building problems when building with gcc 10. In the meantime, the Syslinux package from Debian Sid still works better than upstream (but it still comes with the same bugs / regressions that Syslinux's upstream binaries have). Regards, Ady.
2018 Apr 25
1
formating DVR-RW
[snip] >> I have DVD-RWs. [snip] > I am assuming (and we all know what that means :) ) that the OP has such a disk. [snip] It is not an assumption. OP has Re-Write (RW) disks. (JIC: https://www.google.com/search?q=dvd-rw+definition&oq=dvd-rw&aqs=chrome.1.69i57j0l5.5006j0j7&sourceid=chrome&ie=UTF-8 ) -- Fred
2003 Sep 09
0
fwiw Please check the latinamerican keyboard exists
Hi; I did some changes which were committed on -current, but I didn't see them MFC'd. JIC, you might want to check that either lat-amer.kbd (old) OR latinamerican.*kbd are there. It would not be nice not to find either of those on the next release! cheers, Pedro. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ht...
2006 Feb 01
2
usernames with capitals
Hi, im new to the list, so bear with me if this was discussed earlier! For historical issues we need to maintain usernames in all capitals ie. CD our test environment is running centos 3.4 - our live environment is on redhat 8.0 the useradd program won't allow me to create a new user with capitals, and usermod wont change a lower case user name to upper case! What is my options now ? - do
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all, I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2). I have this small dataset : growth sugar 75 C 72 C 73 C 61 F 67 F 64 F 62 S 63 S I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2020 Mar 24
1
[PATCH] efi/main.c: include <efisetjmp.h>
...fd26ea0a87a4fdf3d3c532544a65ae6954 Bump revision to VERSION = 3.0.11 8b2da2c2247af28bd681a9c8e3231559964c80a6 Revert "efilink: fix build with gcc 4.8" So essentially my fix to make syslinux build against 3.0.10 is of course also relevant to build against gnuefi 3.0.11. > In addition (JIC), please be aware of the potential building problems > when building with gcc 10. I have not yet looked at building syslinux with gcc 10. Best regards, Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine?
2018 Apr 25
5
formating DVR-RW
My Centos 6 wodim tell me that it can only format DVD+RW. I have DVD-RWs. Even when I format a DVD-RW on my standalone DVD recorder, wodim still will not write to it. Is there a centos-6-useable mechanism for formatting and writing DVD-RWs? -- Michael hennebry at web.cs.ndsu.NoDak.edu "Sorry but your password must contain an uppercase letter, a number, a haiku, a gang sign, a heiroglyph,
2001 Mar 19
2
wine.conf newbie problem +user32.dll
...it is, i have searched for an IMAP client on Linux that > provides functionality that I like better and am unable.... Lots of good > looking POP clients promising to add IMAP support, but.... Is anyone > running Outlook on WINE? Are there any special tricks to this that I > should know JIC I get my 'drive' problem taken care of? > > TNX, > B > > --__--__-- > > Message: 7 > From: g.patel@wanadoo.fr > Subject: Re: Drive Y > Date: Sat, 17 Mar 2001 18:20:49 GMT > Organization: freesbee.fr > To: wine-users@winehq.com > Reply-To: wine-users@wi...
2007 Feb 18
3
CentOS 4.4-IBM Netvista Performace Problems, help needed.
I've got an odd situation that I need some advise on. I have two computers that I am planning to use as a cluster. I initially started with some left over Compaq Presairos with 667MHz CPUs. I loaded CentOS 4.3 and later updated to 4.4. Things ran normally, albeit slowly. I had an opportunity to upgrade to a pair of IBM Netvistas with 2.26 GHz CPUs, I did this by transferring the
2001 Nov 06
4
Problem with GID being set to UID for Samba 2.2.2
Hi, Just downloaded the latest SAMBA, and (after a couple of "learning experiences" :-) it is sorta working on my home network. A laptop with win95, and a server with RedHat 7.1 (Intel). But there's this one little problem, the GID for a recognised user is being set to an unknown group. It looks like the GID is being set to be equal to the UID, or it is being set to the
2005 Mar 02
12
Problem with outgoing Masquerade
I''m having another little problem with my new firewall. I want outgoing port 25 from my mail server to appear on the address 65.223.121.227 so I created the file masq: eth2 192.168.124.18 65.223.121.227 tcp 25 eth1 eth5 eth1 eth3 eth1 eth4 eth1 == net0 == 209.189.103.196/27 eth2 == net1 == 65.223.121.237/28 eth3 == dmz0 eth4 == dmz1 eth5 == loc ==