Displaying 20 results from an estimated 100 matches similar to: "com16/com32 module for APM powerdown"
2006 Nov 30
1
samba 3.0.23d on ubuntu - ADS member -failed to verify ticket
I have a server with ubuntu 6.06 LTS with samba 3.0.23d (compiled against
heimdal krb5) and heimdal-clients0.7.1-1ubuntu3.
I have configured samba as a ADS domain member.
Problem is that when I want to access a samba share from a windows xp domain
member I am keep asked for user and password and
debug level 3 shows this on log.<workstation_name> :
...
[2006/11/30 12:42:15, 3]
2013 Feb 10
4
[PATCH] poweroff COM32 module
This module is able to power off a system via APM.
It replaces the poweroff COMBOOT module.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
com32/modules/Makefile | 2 +-
com32/modules/poweroff.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 1 deletions(-)
create mode 100644 com32/modules/poweroff.c
diff --git
2012 Aug 14
1
[GIT PULL] elflink fixes
Hi Peter,
The main part of this pull request includes commits that try to replace
as many __intcall() invocations as possible. Some remain, but not many
(and eventually they'll be gone too). There's also a patch to make
better use of ld's --as-needed option and various other bug
fixes/cleanups.
The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a:
Only
2012 Jun 26
2
[GIT PULL] elflink bug fixes
Hi Peter,
Please pull the following changes.
Paulo, I had to revert your "pxe: resolve names via DNS from
protected-mode code" change because dns_resolv() is only implemented for
PXELINUX and causes undefined symbol references for ISOLINUX, etc. Feel
free to make the change again on top of the revert.
The following changes since commit e7bd19def830e8341b1a100956345f1028740b9e:
2014 Feb 23
1
[PATCH] core: Incorrect detection of EDD in /core/fs/diskio_bios.c
I agree. This line was removed during testing because it didn't make big
sense (EFLAGS_CF, ebx, and ecx are checked after int 0x13).
But it's better to leave it in code to make sure that BIOS conforms
standards and clears CF flag on successful call.
Adjusted patch is given below.
Andy Alex
Signed-off-by: Andy Alex <andy at r-tt.com>
---
diff -uprN
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
Rework disk library to work on a firmware independent way. Each specific
implementation goes through subdirs like "bios/" and "efi/"
respectively.
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>
---
com32/include/syslinux/disk.h | 50 +++-
com32/lib/Makefile | 2 +
com32/lib/syslinux/disk.c | 583
2009 Feb 11
1
[PATCH 1/1] COM32 API: Add functions for directory use
From: Gene Cumm <gene.cumm at gmail.com>
COM32: Add directory functions getcwd(), opendir(), readdir() and closedir().
This depends on the patch that I just submitted creating the COMBOOT API calls.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
The intention is to create the library calls with (hopefully) POSIX
compliance such that a small application written to use these
2008 Dec 04
0
[PATCH 1/1] COM32: Add directory functions
From: Gene Cumm <gene.cumm at gmail.com>
COM32: Add directory functions getcwd(), opendir(), readdir() and closedir().
This depends on the patch that I just submitted creating the COMBOOT API calls.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
The intention is to create the library calls with (hopefully) POSIX
compliance such that a small application written to use these
2009 Mar 06
0
[PATCH 2/3] COM32 API: restructure DIR
From: Gene Cumm <gene.cumm at gmail.com>
COM32 API: restructure DIR to include a dirent to eliminate the need
for alloc()/free() of dirents
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Counted incorrectly. Depends on previous patches.
diff --git a/com32/include/dirent.h b/com32/include/dirent.h
index 5161828..a544050 100644
--- a/com32/include/dirent.h
+++
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
MULTIFS SYNTAX:
(hd[disk number]:[partition number])/path/to/file
The meaning of this_fs was changed to improve the flexibility of the support.
Now, this_fs means the file system being currently used.
root_fs was created to save the context of the main file system (where ldlinux.sys lives in).
get_fs_info is a function pointer that
2009 Oct 15
2
Syslinux roadmap, revised
Hi all...
I'm looking once again at the Syslinux roadmap. It seems to me that
we're going to have a very hard time making Syslinux 4.00 be the
full-featured everything-in-C release I had hoped for, or perhaps more
specifically, that it is justifiable to sit on the current
filesystems-in-C code waiting for the rest.
That would probably mean productizing the transitional COM32R module
2010 Jun 15
0
mercury smart1200 pro serial powerdown problem
Hello *
Trying to get above serial UPS to work gives my some troubles.
With upstype=21 [CP=RTS] [OL=CTS] [LB=-DCD] [SD=RTS+DTR]
and/or upstype=4 [CP=RTS] [OL=CTS] [LB=-DCD] [SD=-RTS]
I do get OL OB LB ok, but shutting down the UPS does not work.
Direct call w/ command genericups ... -k and from lowbatt/
initscripts doesnt do. The UPS claims to be capable of and
the software shipped (RUPS2000)
2014 Oct 22
0
Re: libvirt guests graceful shutdown upon hosts powerdown/reboot
should have mentioned, apologies, suspend is the graceful
shutdown of the guest I was thinking of.
Guest is win2k8, why would it not suspend?
On 22/10/14 10:58, lejeczek wrote:
> hi everybody
>
> by an assumption I expected VM guests to be shut down/off
> gracefully when the host is being powered down or
> rebooted, but this does not seem to be the case so I wonder..
> Am I
2014 Oct 22
3
libvirt guests graceful shutdown upon hosts powerdown/reboot
hi everybody
by an assumption I expected VM guests to be shut down/off
gracefully when the host is being powered down or rebooted,
but this does not seem to be the case so I wonder..
Am I missing some libvirt components/packages ?
Or my assumption is incorrect and guests have to be shutdown
manually?
it's all SL 7 and guest are M$
regards
P.
2006 Oct 20
2
the worst scenario of ext3 after abnormal powerdown
Hi,
I have seen and heard many cases of ext3 corrupted after abnormal
powerdown (e.g. missing all the files in one directory). yes, UPS
should help, but wonder what kind of worst scenario will ext3 present
after powerdown.
messed up meta data has been seen in many cases, for example, the
in-direct block of one inode contains garbage, which causes the
automatic fsck failed to work and user has
2006 Aug 17
1
Powerdown on FreeBSD
Hi all,
I just bought a Trust 1000VA PW-4105 UPS.
I installed the UPS on FreeBSD 6.1, and installed NUT 2.0.3 via the FreeBSD
port.
I had no problems installing and configuring nut and the UPS to run with the
PowerMust driver.
My problem however is when I test the powerdown function by issuing the
command: 'upsmon -c fsd'
The UPS is cutting the power before the shutdown procedure
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu
system, but ported to gcc. Although gcc produces much bigger 16-bit
code (since it's really 32-bit code with prefixes) I figured it would be
much easier for people to deal with since it requires the configuration
to be compiled in.
That being said, it's a *very* powerful menu system, partially *because*
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com>
Since we can't use __intcall() for EFI, and since we can now have the
ELF module code resolve all our symbols at runtime, we should delete
as many references to __intcall() as possible and just access the
symbols directly.
The most interesting patch is the support for weak symbols. We need to
be able to reference derivative-specific
2013 Sep 06
1
[PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors.
This patch will improve the flow at disk_write_sectors and disk_read_sectors significantly,
but it *will* introduce bugs if either of the above functions gets called before disk_get_params.
---
com32/include/syslinux/disk.h | 21 +++++
com32/lib/syslinux/disk.c | 170 +++++++++++++++++++++--------------------
2 files changed, 108 insertions(+), 83 deletions(-)
diff --git
2014 Feb 20
2
[PATCH] core: Incorrect detection of EDD in /core/fs/diskio_bios.c
DL register is not set to drive number when detecting EDD for drive, so detection may fail.
Signed-off-by: Andy Alex<andy at r-tt.com>
---
diff -uprN syslinux-6.02.orig/core/fs/diskio_bios.c syslinux-6.02/core/fs/diskio_bios.c
--- syslinux-6.02.orig/core/fs/diskio_bios.c 2013-10-13 21:59:03.000000000 +0400
+++ syslinux-6.02/core/fs/diskio_bios.c 2014-02-20 12:15:08.000000000 +0400
@@ -337,7