search for: kotes

Displaying 20 results from an estimated 21 matches for "kotes".

Did you mean: notes
2019 Apr 04
0
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
Try this. Check the enabled Guest account, go to Devices and Printers in Control Panel, right click on the network shared default printer and select Printer properties. Next select the Security tab on the Printer Properties page, and you should see Everyone in the list of users. Check the permissions for Everyone. At minimum, Print should be checked in the Allow check box. The print
2019 Apr 03
2
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
I have a Windows 7 workstation with physically connected printer and Linux laptop (Linux Mint 19). They are connected to each other via router with internet cord plugged in. I managed to establish file exchange between them: create a shared resource on one computer, then access it from another. But the same trick with printer just do not work: as soon as I try to access it via network from
2007 Mar 01
4
memdisk from 3.36 crashing on Dell PowerEdge 1955
Hello list, I had to boot a Dell Diagnostic Disk today, and tried doing this via memdisk - which was when I noticed memdisk isn't working for me at all, neither from pxelinux nor syslinux. After trying around with 'raw', 'bigraw' and the like I noticed it doesn't even do anything when just using: LABEL diag KERNEL memdisk .. when I try that: boot: diag nothing
2019 Apr 04
2
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
Thank you for answer. Logged in as Guest, then went to Security tab. I see `Everyone', it is given all permissions. Then I went to `Current permissions' tab (I have localized OS at the moment, so probably it is not correct name) and typed in `Everyone' and `Guest' as well: all five permission types are checked. $ smbclient -L 192.168.0.100 -m SMB2     Sharename      
2008 Nov 27
2
Troubles with the format of dates
Dear useRs, I'm struggling again with date-related stuff: I am using R to draw water levels at certain measuring stations. My data comes as a tab-delimited text file and looks like this: DATUM P1 P2 ... 2006-11-16 425.21 423.99 2006-12-15 425.12 423.97 2007-01-16 425.16 424.06 ... (measurements started in July 2004 and still continue on a monthly or bi-weekly basis) This
2008 Mar 13
3
newbie question: pxelinux.cfg/default question
Hello all, I understand that during PXE boot, it goes into the pxelinux.cfg and it states: 1. "it will search for the config file using its own IP address in upper case hexadecimal, e.g. 192.0.2.91 -> C000025B (you can use the included progam "gethostip" to compute the hexadecimal IP address for any host.) If that file is not found, it will remove one hex digit and try
2008 May 31
3
Interest in NTFS
I have gotten a couple of probes about NTFS support for Syslinux, and I would like to gauge how serious it is. I'm considering using it as a pilot project for writing Syslinux filesystem modules in C. However, an installer, or more realistically two (one for Win32, one for Linux) have to be written, so it's still a real time commitment. -hpa
2008 Jun 18
2
mysteries of memdisk code
Hello, I was browsing the code for memdisk (I want to adjust it to my hardware) and noticed a couple of things that I am struggling to understand. I would appreciate if someone could clarify the following mysteries to me: 1) _binary_memdisk_bin_start[], _binary_memdisk_bin_end[] and _binary_memdisk_bin_size[]; These variables are declared (as extern const chat in 'setup.c')
2007 Jan 13
1
tftp-hpa standalone in foreground
Hello, I would like to use in.tftpd in standalone mode, but without having it forking off in the background (I'm using inittab) .. can you add a foreground-option? Thanks in advance! Andreas -- "The problem is not how to wipe out all differences, but how to unite with all differences intact" -- Tagore "God is a comedian playing to an audience too afraid to laugh."
2007 Jan 16
1
ONERROR not triggered in PXELINUX 3.31 when ramdisk missing
Hello, I tested some things, and found the following: when the kernel image file is present, but the initrd image is not, ONERROR is not called, and PXELINUX stays in the prompt forever ... Other error scenarios tested okay, a down/unresponding TFTP server can lead to 15-20 minutes delay until all tried filenames timeout out ... Just to let you know :) Andreas -- "The problem is not
2007 Jul 20
1
Linux kernel + initrd in one file
Hello, I know this might be slightly off-topic, but I know at least hpa has an intimate knowledge of the linux boot process - and I would want to use it with syslinux/pxelinux, so I figure it might not hurt too much to ask: Is it possible to embedd the initrd with the linux kernel in a way similiar to how it works on some embedded systems? There, you provide an object file with the filesystem,
2007 Oct 07
2
extlinux support for root= ext2 label and/or uuid
Is it possible to specify the root device in extlinux.conf by an ext2 label or uuid? How difficult is it to add this support if it is not there? I am in a situation where this is needed and my fstab is configured appropriately, but extlinux.conf still needs to be manually updated when the root drive changes to a different scsi device (due to the number of drives on the bus and the order of the
2007 Apr 17
1
rsync & SSL 'for real'
Dear All, I've been using rsync with stunnel with success for a while now, but I'm not necessarily satisfied with it, i.e. having an extra layer externally and all, no authentication against SSL-subjects .. I had a look at the patch included with the source, and it doesn't quite address everything related to SSL, i.e. forcing SSL, verify options etc. are all missing - besides,
2008 Feb 21
2
keeppxe and using a linux vmlinuz/initrd
Hello, Has anyone thought about how one could use the "keeppxe" option with a vmlinuz/initrd? It would allow one to boot this combination, and if possible the linux kernel/initrd (assuming we have busybox in there) would not have to run udhcp and instead leverage what pxe stack information is loaded. The problem is I don't know of any PXE/UNDI linux utilities to look at the pxe
2007 Jan 12
2
syslinux et al misbehave severely when BOOT_IMAGE= is present on append-line already
Hello! SSIA - when syslinux sees 'BOOT_IMAGE=' on the append line, something seems to go terribly wrong (didn't investigate in detail). You don't even get to see a boot-prompt, even if you try to force it. pxelinux shows the same problem, so I figure it's something generic in the config parser ... Best regards, Andreas P.S: and thanks for this software ;) -- "The
2007 Jan 26
4
SYSLINUX 3.35-pre5 released -- release candidate
Hi all, I have released SYSLINUX 3.35-pre5 to the Testing directory; this is a release candidate and I intend to release this as 3.35 early next week unless I hear of any showstopper bugs, so please, pretty please, try it out. http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/ kernel.org has been overloaded lately, so it might take a while to show up. Changes in 3.35: *
2007 Sep 30
1
more on firmware loading need
Axel and everyone Your questions are valid. I had similar question when I bought these cards. These cards in particular have no rom chip on the pci card. If you plug these into a computer they do nothing until you load them with there firmware. When vt6410 are used on motherboards not as stand alone cards the bios has this firmware and loads it into the chip set on boot making them show up
2007 Oct 02
3
Booting ISO images over PXE
Hi, I looked through the documentation and the mailing list archives but could not yet find out whether this could be made to work. The task I want to use that feature for is being able to collect firmware updates for servers and their components and boot those updates from a notebook with DHCP/TFTP-Server. That would greatly reduce setup time for new server installations. The problem is that
2011 Feb 17
24
[Bug 1213] ssh-keyscan exits in mid-way
https://bugzilla.mindrot.org/show_bug.cgi?id=1213 Andreas Kotes <count-mindrot at flatline.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |count-mindrot at flatline.de Severity|normal...
2008 Mar 06
2
rsync: Please add an option to ignore vanished files
Hi Everyone, The following request was received from a Debian user; could you comment on it? I think this seems reasonable, although the cron output can be fixed by writing to a temporary file and using grep -v. (The temporary file is necessary to avoid discarding the exit code, although that may not be needed in the case of rsync, since it writes that to stderr). On Mon, Feb 20, 2006 at