Re: Kernel compiling 6.5 and beyound

2024-01-09 Thread HP Garcia
What dependencies did you install?

~Herb

On Tue, Jan 9, 2024, 7:23 AM Michel Verdier  wrote:

> On 2024-01-08, Herb Garcia wrote:
>
> > I was able to compile Linux kernel 6.1.X.
> >
> > When I tried compiling kernel 6.5.x and ran into issues.
> >
> > I download the required dependencies as required per
> > https://www.kernel.org/doc/html/v6.7/process/changes.html#changes
>
> To compile 6.5 I do
>
> apt build-dep linux
> apt install build-essential libncurses-dev
> (last for running menuconfig with ncurses)
> make menuconfig
> make bindeb-pkg
>
>


PGP Email Client

2018-07-08 Thread HP Garcia
Can anyone recommend an email client that can handle PGP? I'm currently
using Claws-Mail 3.14.1

Thanks in advance

-- 
HP Garcia KM6JBI
www.HPGPhotography.com



Re: trouble installing deb 9.4

2018-06-17 Thread HP Garcia
On Sun, 17 Jun 2018 21:56:02 -0400
Dave  wrote:

> I have having trouble getting thru the first screen "UEFI Installer".
> on this first menu i have full keyboard control.
> 
> Once i choose one of the Sections IE: Graphical Install, Install, 
> Advanced Options
> 
> once the screen switches i loose all keyboard and mouse control, then
> i must reboot to get back to the UEFI screen.
> 
> 
> please advise.
> 
> 
> Dave
> 
What is your computer specs?

-- 
HP Garcia KM6JBI
www.HPGPhotography.com



Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Tue, 12 Jun 2018 07:17:36 +0300
Teemu Likonen  wrote:

> HP Garcia [2018-06-11 20:33:50-07] wrote:
> 
> > Thanks everyone I finally got it to work.  
> 
> What did you do? What was the problem? We have given our time to help
> you so it would be kind to document the solution here so that everyone
> can learn.
> 

Sorry! The problem was I didn't download/install GNU Key ring. Once I
followed your advice by inputing "gpg2 --recv-key 79BE3E4300411886" and
that got me back on track on following the instructions from kernel.org.

-HP



Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Mon, 11 Jun 2018 20:07:38 -0700
HP Garcia  wrote:

> On Mon, 11 Jun 2018 10:39:29 +0200
> john doe  wrote:
> 
> > On 6/11/2018 8:32 AM, john doe wrote:  
> > > On 6/11/2018 7:43 AM, HP Garcia wrote:
> > >> I'm following the steps to verify kernel signatures using GNUpg.
> > >> I'm following the directions from
> > >> https://www.kernel.org/category/signatures.html.
> > >>
> > >> Where I am getting stumped is verifying the tar against the
> > >> signature.
> > >>
> > >> linux-4.17  linux-4.17.tar  linux-4.17.tar.sign
> > >> root@Ultraman:/usr/src# gpg2 --verify linux-4.17.tar.sign
> > >> gpg: assuming signed data in 'linux-4.17.tar'
> > >> gpg: Signature made Sun 03 Jun 2018 02:35:54 PM PDT
> > >> gpg:    using RSA key 79BE3E4300411886
> > >> gpg: Can't check signature: No public key
> > >>
> > >> I tried several times trying to import keys belonging to Linus
> > >> Torvalds and Greg Kroah-Hartman. Using this command:
> > >>
> > >> $ gpg2 --locate-keys torva...@kernel.org gre...@kernel.org
> > >>
> > >> I'm stumped. Am I missing something?
> > >>
> > > 
> > > Are the keys in your keyring?:
> > > 
> > > $ gpg2 --list-keys
> > > 
> > > Any errors when locating the keys?
> > > 
> > 
> > If the keys are present in your keyring, the answer by Teemu
> > Likonen  is the next step to try.
> >   
> 
> So it looks like I am missing the keyring application.
> 
> -HP 
> 

Thanks everyone I finally got it to work.

-HP



Re: Verifying Digital Signatures

2018-06-11 Thread HP Garcia
On Mon, 11 Jun 2018 10:39:29 +0200
john doe  wrote:

> On 6/11/2018 8:32 AM, john doe wrote:
> > On 6/11/2018 7:43 AM, HP Garcia wrote:  
> >> I'm following the steps to verify kernel signatures using GNUpg.
> >> I'm following the directions from
> >> https://www.kernel.org/category/signatures.html.
> >>
> >> Where I am getting stumped is verifying the tar against the
> >> signature.
> >>
> >> linux-4.17  linux-4.17.tar  linux-4.17.tar.sign
> >> root@Ultraman:/usr/src# gpg2 --verify linux-4.17.tar.sign
> >> gpg: assuming signed data in 'linux-4.17.tar'
> >> gpg: Signature made Sun 03 Jun 2018 02:35:54 PM PDT
> >> gpg:    using RSA key 79BE3E4300411886
> >> gpg: Can't check signature: No public key
> >>
> >> I tried several times trying to import keys belonging to Linus
> >> Torvalds and Greg Kroah-Hartman. Using this command:
> >>
> >> $ gpg2 --locate-keys torva...@kernel.org gre...@kernel.org
> >>
> >> I'm stumped. Am I missing something?
> >>  
> > 
> > Are the keys in your keyring?:
> > 
> > $ gpg2 --list-keys
> > 
> > Any errors when locating the keys?
> >   
> 
> If the keys are present in your keyring, the answer by Teemu Likonen 
>  is the next step to try.
> 

So it looks like I am missing the keyring application.

-HP 



Verifying Digital Signatures

2018-06-10 Thread HP Garcia
I'm following the steps to verify kernel signatures using GNUpg. I'm
following the directions from
https://www.kernel.org/category/signatures.html.

Where I am getting stumped is verifying the tar against the signature.

linux-4.17  linux-4.17.tar  linux-4.17.tar.sign
root@Ultraman:/usr/src# gpg2 --verify linux-4.17.tar.sign
gpg: assuming signed data in 'linux-4.17.tar'
gpg: Signature made Sun 03 Jun 2018 02:35:54 PM PDT
gpg:using RSA key 79BE3E4300411886
gpg: Can't check signature: No public key

I tried several times trying to import keys belonging to Linus Torvalds
and Greg Kroah-Hartman. Using this command:

$ gpg2 --locate-keys torva...@kernel.org gre...@kernel.org

I'm stumped. Am I missing something?

Thanks for any advice.

HP Garcia



Re: Installing Gimp 2.10.2

2018-06-05 Thread HP Garcia
On Wed, 6 Jun 2018 06:51:36 +0200
steve  wrote:

> Le 05-06-2018, à 21:45:24 -0700, HP Garcia a écrit :
> 
> >I'm trying to install Gimp 2.10.2. I tried adding the flatpack
> >repository but it message "sudo: add-apt-repository: command not
> >found"  
> 
> Have you the software-properties-common package installed?
> 
> If not install it then relaunch your command.
> 

I installed the software-properties-common package and reran the
command. 

I got this message this time "gpg: keyserver receive failed: No dirmngr"

Getting closer.

-HP 



Re: Installing Gimp 2.10.2

2018-06-05 Thread HP Garcia
On Wed, 6 Jun 2018 06:51:36 +0200
steve  wrote:

> Le 05-06-2018, à 21:45:24 -0700, HP Garcia a écrit :
> 
> >I'm trying to install Gimp 2.10.2. I tried adding the flatpack
> >repository but it message "sudo: add-apt-repository: command not
> >found"  
> 
> Have you the software-properties-common package installed?
> 
> If not install it then relaunch your command.
> 

No, I didn't know I needed that.

-HP 



Installing Gimp 2.10.2

2018-06-05 Thread HP Garcia
I'm trying to install Gimp 2.10.2. I tried adding the flatpack
repository but it message "sudo: add-apt-repository: command not found"

I think I might have to build it from source code. Anyone else got it
to install correctly?

Thanks for any advice.

HP Garcia



Re: Intel - Sky Lake Processor?

2018-04-22 Thread HP Garcia
On Mon, 23 Apr 2018 09:22:05 +0500
"Alexander V. Makartsev"  wrote:

> On 22.04.2018 05:24, HP Garcia wrote:
> > Does any else have a Debian installed on a pc with a Intel Sky Lake
> > processor? Has anyone got it configured properly without any boot
> > errors?
> >
> > Just curious.
> >
> > HP Garcia  
> On Sun, 22 Apr 2018 12:09:38 +0500
> > What I am seeing after grub is APCI and PCIe errors. After about 10
> > seconds the login screen appears. I found online a command to list
> > my processor and this is what it gave me.
> >
> >
> > Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
> >
> > Thanks in advanced
> >
> > -HP Garcia
> >  
> Your CPU is Kaby Lake, not Sky Lake.
> Assuming that you have some sort of laptop, I'd suggest you to update
> BIOS\UEFI firmware first, if you can.
> Download it from website of your hardware manufacturer. That could
> solve some ACPI errors which are often firmware related.
> Provide us with more information about your hardware and OS. Also post
> some error messages you have.
> Use this command to see all logged messages for current boot session:
> $ sudo journalctl -b
> Use this command to get basic system information:
> $ uname -a
> 

Alexander, thanks for the advice. I did update the bios to the latest
before I installed Debian on my HP 17-x116dx.

I've also have compiled a new kernel and installed
xserver-xorg-intel-video. Which has helped a bit.

I'm open to any ideas and suggestions.

-HP

-- 
HP Garcia, Photographer
www.HPGPhotography.com



Intel - Sky Lake Processor?

2018-04-21 Thread HP Garcia
Does any else have a Debian installed on a pc with a Intel Sky Lake
processor? Has anyone got it configured properly without any boot
errors?

Just curious.

HP Garcia



Upgrading to Stretch from Jessie

2017-06-13 Thread HP Garcia
Is the procedure to upgrade from Jessie to Stretch. Is to replace Jessie with 
Stretch in sources.list and then run update upgrade. Correct?

HP Garcia

Sent from my Verizon 4G LTE Droid

Re: Missing Module

2017-02-01 Thread HP Garcia
Thanks that got me closer. I had to download libmspack.

I was able to download a more recent version of libmspack. I tried to
build libmspack. I ran ./configure and got this error.

"configure: error: mspack >= 0.0.20040308alpha is required"

The version of libmspack is libmspack-0.5alpha  

So this is were I am stuck at. I'm going to keep googling to see what I
can come up with.

-HP

On Wed, 01 Feb 2017 08:41:21 +0100
deloptes  wrote:

> HP Garcia wrote:
> 
> > Thanks for any help in advance.
> 
> Why not google?
> 
> http://manpages.ubuntu.com/manpages/wily/en/man9/vmhgfs.9.html
> 



-- 
HP Garcia, Photographer
www.HPGPhotography.com



Missing Module

2017-01-31 Thread HP Garcia
I'm missing vmhgfs module for VMWare Tools.

I reinstalled the packages hoping that it would install the driver.

Any suggestions?

Below is the error I keep getting:

root@Rodan:/home/herb# systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
   Active: failed (Result: exit-code) since Tue 2017-01-31 19:05:11 PST; 1min 
44s ago
 Docs: man:systemd-modules-load.service(8)
   man:modules-load.d(5)
  Process: 2325 ExecStart=/lib/systemd/systemd-modules-load (code=exited, 
status=1/FAILURE)
 Main PID: 2325 (code=exited, status=1/FAILURE)

Jan 31 19:05:11 Rodan systemd-modules-load[2325]: Failed to find module 'vmhgfs'
Jan 31 19:05:11 Rodan systemd[1]: systemd-modules-load.service: main proces...RE
Jan 31 19:05:11 Rodan systemd[1]: Failed to start Load Kernel Modules.
Jan 31 19:05:11 Rodan systemd[1]: Unit systemd-modules-load.service entered...e.

Thanks for any help in advance.

-- 
HP Garcia, Photographer
www.HPGPhotography.com



Re: failed to load kernel modules at boot

2017-01-23 Thread HP Garcia
This is what i have in modules:

# List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax:  module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod

-HP Garcia


On Mon, 23 Jan 2017 08:16:26 +0100
deloptes  wrote:

> HP Garcia wrote:
> 
> > Any suggestions on how to force the kernel modules load
> > during boot? I did a Google search on this subject and I followed
> > the instruction and no luck.
> 
> did you have a look in /etc/initramfs-tools/modules
> rebuild initramfs, kernel should load automatically whats needed
> 
> regards
> 



-- 
HP Garcia, Photographer
www.HPGPhotography.com



Re: failed to load kernel modules at boot

2017-01-23 Thread HP Garcia
No, but I will look.

Thanks

-HP Garcia

On Mon, 23 Jan 2017 08:16:26 +0100
deloptes  wrote:

> HP Garcia wrote:
> 
> > Any suggestions on how to force the kernel modules load
> > during boot? I did a Google search on this subject and I followed
> > the instruction and no luck.
> 
> did you have a look in /etc/initramfs-tools/modules
> rebuild initramfs, kernel should load automatically whats needed
> 
> regards
> 



-- 
HP Garcia, Photographer
www.HPGPhotography.com



failed to load kernel modules at boot

2017-01-22 Thread HP Garcia
Hey everyone,

I'm getting failed to load kernel modules at boot. I have two questions.

1.  Do I need to do load or compile any of the kernel modules
during the kernel compiling process? Here are my steps that I use:

tar -xJvf linuxX.X.tar.xz

cd linux-x.x

make clean && make mrproper

cp /boot/config-`uname -r` ./.config

make localmodconfig

make-kpkg clean

fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image
kernel_headers

sudo dpkg -i debs


2.  Any suggestions on how to force the kernel modules load
during boot? I did a Google search on this subject and I followed the
instruction and no luck.

Thanks for any suggestions in advance

HP Garcia

-- 
HP Garcia, Photographer
www.HPGPhotography.com



Re: detecting hardware for custom kernel

2017-01-11 Thread HP Garcia
On Wed, 11 Jan 2017 09:50:06 +0100

Okay, that makes more sense.

Thanks

-HP


deloptes  wrote:

> HP Garcia wrote:
> 
> > Is there a command to detect hardware for a custom kernel? I would
> > like to take advantages of the newer kernels.
> 
> It is not clear what you want to achieve.
> Most probably your current kernel has already detected the hardware
> for you. Just take the config and base your new kernel on that
> config. After this do fine tuning and build debian package(s).
> 
> $ cp /boot/config-xxx .config
> $ make oldconfig
> $ make menuconfig
> $ make deb-pkg
> 
> I just installed 4.9.1 few days ago
> 
> $ sudo dpkg -i linux-image-4.9.1eko4_4.9.1eko4-2_amd64.deb
> linux-headers-4.9.1eko4_4.9.1eko4-2_amd64.deb
> linux-firmware-image-4.9.1eko4_4.9.1eko4-2_amd64.deb
> linux-libc-dev_4.9.1eko4-2_amd64.deb
> 
> patch to vmware was however needed for 12.n.
> 
> regards
> 
> 



-- 
HP Garcia, Photographer
www.HPGPhotography.com



detecting hardware for custom kernel

2017-01-10 Thread HP Garcia
Is there a command to detect hardware for a custom kernel? I would like
to take advantages of the newer kernels.

Thanks

-- 
HP Garcia, Photographer
www.HPGPhotography.com



Dual Boot Debian and Windows 10?

2016-05-07 Thread HP Garcia
I’m curious if you can setup Debian to dual boot with Windows 10.

Herb Garcia, Photographer
www.HPGPhotography.com




Re: management tools?

2012-12-25 Thread HP
Hi,
We use cfengine for such things at work (a mixed redhat/debian/freebsd and
derivates environment).
http://cfengine.com
I particularly like the clear syntax used to describe the desired system
state.

Greetings
HP

> Hi Folks,
>
> I'm getting ready to rebuild a small cluster (4 nodes, xen
> virtualization) that I'm using to support a combination of hosted
> services (mostly email lists, a few web sites) and some experimentation.
>
> To date, I've installed stuff manually, relied on a high-availability
> stack (drbd, crm) to provide failover when things go south, and some
> logwatch/alert scripts for monitoring everything.  This time around, I'm
> thinking about automating some of the install, configuration management,
> and monitoring work.
>
> Which leads me to wonder: Those of you who run server farms on Debian,
> what are you using for:
> - initial o/s install and configuration (e.g., FAI, other things?)
> - software install/update/configuration (chef, puppet, ?)
> - virtual machine management
> - user management (control panels, ...)
> - overall management (nagios, webmin, ...)
>
> I'm sort of trying to get sense of what people actually use, and in what
> combinations, rather than what's got the buzz this week.
>
> Thanks for anything you might share.
>
> Miles Fidelman
>
> --
> In theory, there is no difference between theory and practice.
> In practice, there is.    Yogi Berra
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/50d863fd.6050...@meetinghouse.net
>
>



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0eda7aa7e7d232468364c54d90c662c5.squir...@mail.spahan.ch



commonly used services/processes

2012-11-23 Thread Kelageri, Raghavendra Y (HP Software)
Team,

I would like to know the list of services/processes commonly used in Debian.
I am thinking to create a solution to monitor key processes/services on Debian 
os.

Thanks in advance for your inputs.

Regards
Raghavendra



RE: commonly used services/processes

2012-11-23 Thread Kelageri, Raghavendra Y (HP Software)
Team,

I would like to know the list of services/processes commonly used in Debian.
I am thinking to create a solution to monitor key processes/services on Debian 
os.

Thanks in advance for your inputs.

Regards
Raghavendra



Re: Query abouut root account

2012-07-16 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 16.07.2012 10:01, Bret Busby wrote:
> Hello.
> 
> I have a server that is running Firestarter on Debian 5.
> 
> I have forgotten the root password, and have not logged into root
> on that computer, or updated the system, for about a year, I
> think.
Did you update that system?
If not, you may be "lucky" and your kernel still is vulnerable to a
(local) root-exploit. Iirc there was one at start of this year (or was
that last year?it was some pre 3.x kernel).

Greetings
HP


PS:
It may have been this one:
http://git.zx2c4.com/CVE-2012-0056/tree/mempodipper.c
- -- 
This address only accepts mail from debian mailing lists.
Everything else is sent to /dev/null

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAD2qMACgkQjLvx8ViUjYJLewCfa0Nd7NEZBIJA6L1FGyfBIqSA
3mUAn2geGXKe1VmKIE+I8cqAAoamSe51
=tA9E
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5003daa9.9070...@spahan.ch



Re: mirror from archive.debian.org

2012-07-12 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12.07.2012 10:00, Anton Gorlov wrote:
> How I get full  mirror of repository for some distr. example lenny
> amd 64? All distributions are linked to the content in the pool/
> directory, but we need to mirror only one
> distribution/architecture.
> 
> How?
> 
> 
You may want look into apt-mirror:
http://apt-mirror.sourceforge.net/

I use that to have a local ubuntu mirror of the multiarch repo (i need
mirror ppc not the arm stuff).

Greetings HP
- -- 
This address only accepts mail from debian mailing lists.
Everything else is sent to /dev/null

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/+k3YACgkQjLvx8ViUjYJ0SgCeLtboZBUhoae9Cv2+4wy3Yc5Q
vPoAoMIQB2bHtBZZfy20ZaFL+5rmm7kT
=MP7E
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ffe9383.2040...@spahan.ch



Re: Single boot EFI Mac install

2012-03-08 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07.03.2012 21:53, Carsten Mattner wrote:
> On Wed, Mar 7, 2012 at 8:57 PM, Jan Köster  wrote:
>>> Some more background: Are there working and bootable EFI
>>> images? rEFIt works but cannot be convinced to stop delaying
>>> the boot process by ~20 seconds (even after deleting PRAM and
>>> bless'ing the partition). That's why I've been looking for
>>> native (EFI) boot options.
>>> 
>> I've had the same problem. But using grub2 there is no need to
>> use rEFIt in a single boot environment.
> 
> Any additional steps besides your blog post?

In case you have a nvidia card, you may check out this bug-report:
https://bugs.freedesktop.org/show_bug.cgi?id=35267

Using the patch from there gets me fast 3d accelerated Desktop instead
of the very slow EFI-FB.

Greetings
HP

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Yh1oACgkQjLvx8ViUjYK9gQCdFA3milvpRbwrWzFGR960+zyH
ltMAmwa7rmwxM/nD+L00XvwvGh+9uEZG
=DVsm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f58875e@spahan.ch



Re: rsync

2012-03-02 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02.03.2012 15:33, lina wrote:
> Hi,
> 
> Is it wrong when use
> 
> rsync -azvu source destination
> 
> sent 16 bytes  received 43 bytes  5.13 bytes/sec total size is
> 1507939808  speedup is 25558301.83
> 
> Destination $ du -sh md_0.xtc 342Mmd_0.xtc
> 
> Source $ du -sh md_0.xtc 1.5G md_0.xtc
> 
> my confusion is that why it stopped copy the rest.
What are the timestamps of the source and destination? from the rsync
manual:
- -u, --updateskip files that are newer on the receiver

> 
> Actually I got lots of questions but hesitated to ask, afraid of
> being told that those are in manuals. I have read several times but
> couldn't figure it out.
> 
> [1] suppose I use scp, due to the wireless is not stable, down, Can
> I continue transferring?
i think you want use one of those 2 options:
--appendappend data onto shorter files
--append-verify --append w/old data in file checksum

> 
> [2] When I ssh to a server, can I set up the terminal the same as
> when we open a tab in termial, it will be in that directory of the
> present tab's directory, can I open a tab in termial, with ssh
> connected, can it also in that server's directory, not home
> directory?
> 
> 
> Really appreciate your answer,
> 
> Best regards,
> 
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Q5y8ACgkQjLvx8ViUjYJpigCeO14BtlhdFOMRL8wR/nOOjaWj
PYwAnRFK/3ge/ALhhCybteoKDsb0whvW
=ZJck
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f50e74d.1000...@spahan.ch



Re: grub-pc mdadm root

2012-01-10 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.01.2012 00:13, Marc Auslander wrote:
> Is it possible to boot a raid root file system.  I'm having trouble
> finding up to date documentation.
> 
> Some searchs talk about a separate /boot partition - I don't 
> understand why that is needed or relevant.
> 
> I'm assuming I'd make a mdadm v 1.2 raid 1 partition for root.
> 
> Can someone either tell me if this is workable, or point me at 
> documentation.  (the current grub-pc info is silent about mdadm).
> 
> google search lead to various bug reports.
Hi,

- From my experience it works with grub2 out of the box. Iirc, you do
not need to do anything special, just setup the raid in the installer,
install the system and let the installer setup grub2.

The stuff about /boot is for users with grub1 or other bootloaders not
capable to boot directly from mdadm-volumes (or lvm or whatever).
Another situation where you have to think about /boot is if your going
to encrypt your root using cryptsetup.
Afaik you even should even be able to use LVM on raid without much
trouble, but i never actually tried to do that.

Greetings
HP
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8MJZ4ACgkQjLvx8ViUjYL91wCeOFbj9F/CKwl5C4KW2jjWITKZ
39IAnRhrlv5CMjw70oN1QvFNCH3UdDCD
=V5lH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f0c25bf.3030...@spahan.ch



Re: Reboot and all I get is a grub prompt.

2011-12-05 Thread HP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05.12.2011 14:38, Harry Putnam wrote:
> I haven't rebooted wheezy for a while... and there have been many 
> updates .. I'm not sure which ones have caused this problem but
> when bootup starts I get to grub and immediately a prompt rather
> than a selection screen.
Afaik, that is the base grub before the modules from /grub/ get loaded.
Usually this means somehow it did not found the /grub directory on the
boot partition.
> 
> It shows grub version 1.99 ?? something.. so is that grub2... It
> must be since I do not recognize most of what I see.
> 
> For example, I can type `help' and a massive flood of commands
> flash past leaving only the last screenful visible... there seems
> no way to page this mess, so it is mostly useless.
> 
> Pressing  shows a gout of other commands with no newlines
> just all in a blob. Given what I see, I have no idea at all how to
> proceed or why this has happened.
> 
> OK, grub2 by itself will never let me see how to get booted.  Its 
> setup all wrong for that to happen, I mean how ridiculous is it to 
> offer a fountain of commands you can see for 1/50 of a second?  So 
> digging up directions from google..
> 
> set root (hd0,1) (in grub1 that would be hd0,0) linux /vm 
> boot
I think after the "linux /vm..." line you need tell it about initramfs
with something like:
"initrd /vm" (should match the kernel)
else you may be missing required kernel modules.

Is (hd0,1) your /boot-partition? then you additionally need tell the
kernel about the real root with something like
"linux /vm root=/dev/"
> 
> OK, now were talking... but whoops.. kernel panic  .. just 
> paraphrasing: `unable to mount root on unknown block'
> 
> What the heck has happened to my poor wheezy?
> 
> I'm bunrning a systemRescue cd now... but any suggestions will be
> most welcome.
> 
> 
I think using a rescue CD (as suggested by Johann) is the best to do
in this case. Debugging inside grub without experience can be a hard
task (but its educational, done once you should be fine next time ;-)

Greetings
HP
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7c1mUACgkQjLvx8ViUjYLZpwCfTMLPgEJ7nNJ1wY+8GULS4rt9
bh8Anjq4X2YgooyIRhFiDsq+cREBQ9Q+
=wyiG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4edcd668.4010...@spahan.ch



ISO image kernel replace

2003-11-06 Thread TIMMALOG,PHILIPP (HP-Germany,ex1)
Title: Message



Hi 
all,
 
I 
downloaded an ISO-install-image for the hppa-architecture.
Now i 
have the problem, that the kernel in this image is the 2.4.17 an does net yet 
support
USB. But 
my workstation has only USB-connectors.
There is 
an other image already with a kernel, that supports the usb but does not yet 
have
any 
X-server related files in it.
 
Now i 
wanna know, if it is possible to merge both iso images. SO, that my one iso 
image
with all 
the packages gets the new kernel.
 
I tried 
already to use WinIso: deleted all kernel files and then copy the new kernel 
files
to the 
image. But when trying to boot from the cd, i receive an error telling me that 
this
cd is not 
bootable.
 

Anybody 
knows how to do this, to make a cd bootable?
 
 
Kind 
Regards,
 
Philipp
 


Problems with jigdo

2003-10-10 Thread TEETER,VINCE (HP-USA,ex1)
Hello

There has got to be a better way.  I'm sure some doc, somewhere explains why
the jigdo I downloaded doesn't work, but who can spend the time wading
through all that.  Many of us here at HP would really like to see Debian
replace the commercial versions of Linux, but the download and installation
interfaces need to work for everybody, not just the in-crowd.  

Ok, insult me now if that's what you want to do, but this is what I did, and
it did not work.  I download stuff all the time, so why does Debian have to
be hard ?

1. downloaded, unziped, and read README.txt for i386 jigdo.lite. 

2. followed instructions for dealing with a proxy:


Making jigdo-lite use your proxy

To make jigdo-lite use your proxy for its downloads, first
double-click on "jigdo-lite.bat" to start the program. As soon as the
input prompt has appeared, abort the program again and close the
command window.

You will find that jigdo-lite has created a file called
"jigdo-lite-settings.txt" in the same directory as this README.txt
file. Load this into an editor and find the line that starts with
"wgetOpts". The following switches can be added to the line:

-e ftp_proxy=http://LOCAL-PROXY:PORT/
-e http_proxy=http://LOCAL-PROXY:PORT/
--proxy-user=USER
--proxy-passwd=PASSWORD

***This is way to terse.  I think you mean replace //LOCAL-PROXY:PORT/
with something but you need to show the exact syntax - I took a guess and
put in what is in my Iexplorer proxy page **

3.  tried starting jigdo-lite.bat both on the command line and by clicking
its icon in Explorer.

There was no jigdo-lite-settings.txt

4.  tried to contact a jigdo URL anyway, using what I guess is a jigdo
URL/file,  and got the followin in jigdo-lite-settings.txt which looks more
like some sort of log file:

jigdo='http://us.cdimage.debian.org/jigdo-area/3.0_r1/jigdo/i386/woody-i386-
jigdo'
debianMirror=''
nonusMirror=''
tmpDir='.'
jigdoOpts='--cache jigdo-file-cache.db'
wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30'
scanMenu=''

5.  So I added the proxy statemnts and the jigdo-lite-settings.txt file
looks like:

jigdo='http://us.cdimage.debian.org/jigdo-area/3.0_r1/jigdo/i386/woody-i386-
1.ji
gdo'
debianMirror=''
nonusMirror=''
tmpDir='.'
jigdoOpts='--cache jigdo-file-cache.db'
wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30 -e
ftp_proxy=ht
tp:web-proxy:8088 -e http_proxy=http:web-proxy:8088 --proxy-user=vxtee
proxy-pa
sswd='
scanMenu=''

And I got back:


Jigsaw Download "lite"
Copyright 2001-2003 by Richard Atterer <[EMAIL PROTECTED]>
Loading settings from `jigdo-lite-settings.txt'

-
To resume a half-finished download, enter name of .jigdo file.
To start a new download, enter URL of .jigdo file.
You can also enter several URLs/filenames, separated with spaces,
or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo'
jigdo
[http://us.cdimage.debian.org/jigdo-area/3.0_r1/jigdo/i386/woody-i386-1.jigd
o]:

Downloading .jigdo file
Proxy http:web-proxy:8088: Must be HTTP.
Proxy http:web-proxy:8088: Must be HTTP.

FINISHED --11:40:39--
Downloaded: 0 bytes in 0 files
File `woody-i386-1.jigdo' does not exist!
Press any key to continue . . .


6.  Next I tried to download the jigdo for Linux and got
jigdo-bin-0.7.0.tar.tar file.  I've never seen a tar.tar file before.
Changed the last tar to gz but gzip said it wasn't a gzip file.  Looked at
the web page and it actually has a bz2 extension, but gzip doesn't like that
either.  

7. So much for jigdo.

Vince


~


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: Solved: bootcd2disk

2003-07-24 Thread SCHUMACHER,BERND (HP-Germany,ex1)
Hi,

I will upload the next bootcd version at the beginning of august.
The bug is already fixed in my cvs sources. For people using
bootcd meanwhile, it could be good if you report the bug.

Thanks
Bernd

-Original Message-
From: Yildiz, Murat [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 24. Juli 2003 14:49
To: 'SCHUMACHER,BERND (HP-Germany,ex1)'
Cc: 'Thomas Krennwallner'; Debian-User
Subject: Solved: bootcd2disk



Hi,
should I report the bug :)
I haven't thought that the bootcd Skripts were shell Skripts.
Anyway I was able to bootcd2disk and to boot from the disk after setting
P="" at the start of the bootcd2disk skript.
Thankx

Murat

-Ursprüngliche Nachricht-
Von: SCHUMACHER,BERND (HP-Germany,ex1) [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 24. Juli 2003 14:29
An: 'Yildiz, Murat'; 'Thomas Krennwallner'; Debian-User
Cc: '[EMAIL PROTECTED]'
Betreff: RE: bootcd2disk


Hi Yildiz,

seems you have found a bug.

P will only be set if DISK=auto is defined. But it 
should be set in each case.

Please set P="" at the start of the bootcd2disk skript for now.

If it works it will be fixed in the next Version.
Please tell me if it works.

Regards
Bernd

-Original Message-
From: Yildiz, Murat [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 24. Juli 2003 13:50
To: 'Thomas Krennwallner'; Debian-User
Cc: '[EMAIL PROTECTED]'
Subject: bootcd2disk




Hi,
I have successfully created a bootcd and booted with it.
When I run bootcd2disk I get the following error : 
Why do I get this error?

(woody 3.0 bf2.4 , bootcd 2.32)

test:/var#bootcd2disk
To see full output: tail -f /var/log/bootcd2disk.log
/usr/bin/bootcd2disk: P: unbound variable
test:/var# more /var/log/bootcd2disk.log
--- /usr/bin/bootcd2disk 24.07.2003 ---
To see full output: tail -f /var/log/bootcd2disk.log
auto SFDISK=<
,50
,1001,S
;
>

bootcd2disk.conf :

ERRLOG=/var/log/bootcd2disk.log
DISK="/dev/sda"
SFDISK="auto"
EXT2FS="auto"
EXT3="auto"
SWAP="auto"
MOUNT="auto"
UMOUNT="auto"
FSTAB="auto"
LILO="auto"
SSHHOSTKEY=no


test:/etc/bootcd# fdisk -l /dev/sda

Disk /dev/sda: 64 heads, 32 sectors, 8714 cylinders
Units = cylinders of 2048 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/sda1 1  2930   3000304   83  Linux
/dev/sda2  2931  2978 49152   83  Linux
/dev/sda3  2979  3955   1000448   82  Linux swap
/dev/sda4  3956  8714   48732165  Extended
/dev/sda5  3956  8714   4873200   8e  Linux LVM
test:/etc/bootcd#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: bootcd2disk

2003-07-24 Thread SCHUMACHER,BERND (HP-Germany,ex1)
Hi Yildiz,

seems you have found a bug.

P will only be set if DISK=auto is defined. But it 
should be set in each case.

Please set P="" at the start of the bootcd2disk skript for now.

If it works it will be fixed in the next Version.
Please tell me if it works.

Regards
Bernd

-Original Message-
From: Yildiz, Murat [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 24. Juli 2003 13:50
To: 'Thomas Krennwallner'; Debian-User
Cc: '[EMAIL PROTECTED]'
Subject: bootcd2disk




Hi,
I have successfully created a bootcd and booted with it.
When I run bootcd2disk I get the following error : 
Why do I get this error?

(woody 3.0 bf2.4 , bootcd 2.32)

test:/var#bootcd2disk
To see full output: tail -f /var/log/bootcd2disk.log
/usr/bin/bootcd2disk: P: unbound variable
test:/var# more /var/log/bootcd2disk.log
--- /usr/bin/bootcd2disk 24.07.2003 ---
To see full output: tail -f /var/log/bootcd2disk.log
auto SFDISK=<
,50
,1001,S
;
>

bootcd2disk.conf :

ERRLOG=/var/log/bootcd2disk.log
DISK="/dev/sda"
SFDISK="auto"
EXT2FS="auto"
EXT3="auto"
SWAP="auto"
MOUNT="auto"
UMOUNT="auto"
FSTAB="auto"
LILO="auto"
SSHHOSTKEY=no


test:/etc/bootcd# fdisk -l /dev/sda

Disk /dev/sda: 64 heads, 32 sectors, 8714 cylinders
Units = cylinders of 2048 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/sda1 1  2930   3000304   83  Linux
/dev/sda2  2931  2978 49152   83  Linux
/dev/sda3  2979  3955   1000448   82  Linux swap
/dev/sda4  3956  8714   48732165  Extended
/dev/sda5  3956  8714   4873200   8e  Linux LVM
test:/etc/bootcd#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



unsubscribe

2002-06-04 Thread LLOYD,RICHARD \(HP-France,ex1\)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Debian Install fails to bring up X windows

2001-11-12 Thread NICHOLSON,DICK \(HP-USA,ex1\)
Hello,

I have created distribution cd's for 2.2_r4 - lists from UK, bits from
ftp.us.debian.org and 
rsync via archive.progeny.com and appear to have a successful build.

I am trying to install on an Omnibook 6100 (hp) and have also tried a vectra
( desktop 386)
and am having errors on a number of packages listed - some of which resolve
on an update from the same media - Biggest issue is that it fails to bring
up X  with

X11TransSocketConnectUNIX error=111 after choosing an X server (you get two
stabs at it
first is a 16 and the a SVGA) I have tried all kinds of sync rates
(listed at 75hz )
with no success either on the desktop (elsaGL II) or the laptop (ati Rage
Mobility).

I am on my 11th attemppt and appear no closer to resolution. 

Any ideas

Dick Nicholson HP

[EMAIL PROTECTED]

630-724-5313



How to create a linux cd with graphic support.

2001-08-29 Thread MESQUITA,GIOVANI \(Non-HP-Brazil,ex1\)
Hi,

I want create a bootable cd with graphical support, but exist many
questions.
*   The CD need run in various video adapters with the resolution
800x600 pixels, how to detect the video adapter or exist a generic video
adapter?
*   Because the support to unicode i need use Xfree 4.1.0 but it's very
large, how can reduce his size?
*   Probably are necessary two or more cd, how make of exchange cd while
the application is running?
*   Which compression method is better or strategy to storage the cd
data?

Thank for any help me.



Questions about make a boot CD with Debian.

2001-08-08 Thread MESQUITA,GIOVANI \(Non-HP-Brazil,ex1\)
I have used Debian to create a Boot CD. I've used two approaches:

*   Create a CD with boot sector in Linux, but the lilo program
didn't recognize a root=/dev/hdc, resulting the error: FATAL: Not a number:
/dev/hdc. My lilo.conf is:

lba32
read-only
vga=normal
image=/vmlinuz
ramdisk=49152
root=/dev/hdc

*   Create a CD with boot DOS and using loadlin to load Linux. I
try use loadlin vmlinuz initrd=initrd, but the loader program always enter
in /dev/hda1.

I have read a Bootdisk-Howto and Loadlin manual and not discovery
the problem. I have the Debian 2.2 (potato), loadlin 1.6, lilo 21.7-5 and
yard. Any help welcome.




Giovani Perotto Mesquita
[EMAIL PROTECTED]



RE: Samba: Can't Rename the Log File

2001-06-28 Thread MCCALL,DON \(HP-USA,ex1\)
You might try running testparm and verifying that samba is actually using
the smb.conf file you believe it is using; look at the output from testparm
and make sure that it is recognizing the log file entry you have placed
there.
Don

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 28, 2001 9:28 AM
To: MCCALL,DON (HP-USA,ex1)
Cc: '[EMAIL PROTECTED]'; debian-user@lists.debian.org; Samba Liste;
debian-user-de@lehmanns.de
Subject: RE: Samba: Can't Rename the Log File


>>>>> "HP" == HP-USA,ex1   writes:

 HP> Hi palme,
 HP> I don't know anything about the debian distribution, but just to make 
 HP> sure that this isn't some issue with debian standard log directory, and

 HP> log rollover, or wierd permission issues, maybe you could try this;
 HP> create a directory called /sambalog  and open it wide up;
 HP> chmod 777 /sambalog
 HP> Then change your log file entry in smb.conf to be
 HP> log file = /sambalog/log.%m

 HP> and see if you still get the problem with samba not being able to 
 HP> rename the logfiles...

 HP> Just a thought; maybe we can get some more data to lead us this way...
 HP> Don

I tried it out:

# grep -i log /etc/samba/smb.conf
log file = /smbtest/smb
max log size = 10
wrpc3# ll /smbtest/
insgesamt 11
-rw-r--r--1 root root10357 Jun 27 13:46 smb
wrpc3# ll -d /smbtest/
drwxrwxrwx2 root root 1024 Jun 27 14:37 /smbtest/
wrpc3#

But after restarting smbd, it still uses /var/log/smb (and can't
rename it):

ll /var/log/smb
-rw-r--r--1 root root10719 Jun 27 16:03 /var/log/smb
wrpc3#

Things become more and more strange (or do I??)

-- 
==
Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal
  Computing  Center
  D-42097 Wuppertal
E-Mail: [EMAIL PROTECTED] (Germany)
http://www.hrz.uni-wuppertal.de/hrz/personen/h_palme.html



RE: Samba: Can't Rename the Log File

2001-06-22 Thread MCCALL,DON \(HP-USA,ex1\)
Hi palme,
I don't know anything about the debian distribution, but just to make 
sure that this isn't some issue with debian standard log directory, and 
log rollover, or wierd permission issues, maybe you could try this;
create a directory called /sambalog  and open it wide up;
chmod 777 /sambalog
Then change your log file entry in smb.conf to be
log file = /sambalog/log.%m

and see if you still get the problem with samba not being able to 
rename the logfiles...

Just a thought; maybe we can get some more data to lead us this way...
Don

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 22, 2001 6:37 AM
To: MCCALL,DON (HP-USA,ex1)
Cc: '[EMAIL PROTECTED]'; debian-user@lists.debian.org; Samba Liste;
debian-user-de@lehmanns.de
Subject: RE: Samba: Can't Rename the Log File


>>>>> "dm" == HP-USA,ex1   writes:

 dm> Hi;
 dm> you may want to check the PATH to the log file as well; perhaps 
 dm> there is not the appropriate execute permission to allow samba to 
 dm> traverse /var or /var/log to GET to the smb file that has write
permissions.

If you mean the execute permission of the directorys: They are
OK:

# ll / | grep var
drwxr-xr-x   16 root root 1024 Nov 21  2000 var
# ll /var/ | grep log
drwxr-xr-x8 root root 5120 Jun 22 12:28 log
# ll /var/log/smb
-rw-r--r--1 root root  117 Jun 22 12:28 /var/log/smb
#

Otherwise smbd wouldn't be able to write to it, but it does.

 dm> Hope this helps,

No, sorry.

What could be the reason for smbd to be able to write but not to
rename the log file

I now did it by hand and set "max log size" to 10. Let's see what
happens...

-- 
==
Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal
  Computing  Center
  D-42097 Wuppertal
E-Mail: [EMAIL PROTECTED] (Germany)
http://www.hrz.uni-wuppertal.de/hrz/personen/h_palme.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: Samba: Can't Rename the Log File

2001-06-21 Thread MCCALL,DON \(HP-USA,ex1\)
Hi;
you may want to check the PATH to the log file as well; perhaps 
there is not the appropriate execute permission to allow samba to 
traverse /var or /var/log to GET to the smb file that has write permissions.
Hope this helps,
Don

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 20, 2001 9:11 AM
To: debian-user@lists.debian.org; Samba Liste;
debian-user-de@lehmanns.de
Cc: Hubert Palme
Subject: Samba: Can't Rename the Log File


Hmm..., I'll try it once more because I can't beleive that nobody can
give me a hint...
Received: (from [EMAIL PROTECTED]) by wrpc3.urz.uni-wuppertal.de
  (8.9.3/8.9.3/Debian 8.9.3-21) id OAA05903; Mon, 11 Jun 2001 14:26:42
  +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid
From: [EMAIL PROTECTED] (Hubert Palme)
To: debian-user@lists.debian.org, Samba Liste <[EMAIL PROTECTED]>
Cc: Hubert Palme 
Subject: Samba: Problem mit check_log_size
Date: Mon, 11 Jun 2001 14:26:32 +0200 (CEST)

Hi,

in the syslog file I repeatedly find the following messages:

Jun  8 08:19:40 wrpc3 smbd[8296]: [2001/06/08 08:19:40, 0]
lib/debug.c:check_log_size(311)
Jun  8 08:19:40 wrpc3 smbd[8296]:   check_log_size: open of debug file
/var/log/smb failed - using console.

The file /var/log/smb has the following attributes:

-rw-r--r--1 root root  1024067 Jun  6 12:14 smb

(Thus being writable for smbd!?)

The concerning entry in smb.conf is:

max log size = 1000

(obviously just exceeded)

I run Debian Potato with

ii  samba  2.0.7-3.3  A LanManager like file and printer server
fo 
ii  samba-common   2.0.7-3.3  Samba common files used by both the server
a 
ii  samba-doc  2.0.7-3.3  Samba documentation. 
ii  swat   2.0.7-3.3  Samba Web Administration Tool

Samba runs as a daemon, not via inetd -- could there be a coherence?

Waiting for a hint...

Thanks in advance,

-- 
==
Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal
  Computing  Center
  D-42097 Wuppertal
E-Mail: [EMAIL PROTECTED] (Germany)
http://www.hrz.uni-wuppertal.de/hrz/personen/h_palme.html
- can someone explain me the mechanism how smbd/nmbd rename their
  files?

- How else can I interpret the error message? (The permits of the file
  seem to be OK)

- What if I run smnd/nmbd via inetd? Are the files ever renamed then?

- Could there be a bug that smbd keeps the file open and thus cannot
  "re"open it? And how to ship around then? 

That's all very strange...

Thanks in advance,

-- 
==
Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal
  Computing  Center
  D-42097 Wuppertal
E-Mail: [EMAIL PROTECTED] (Germany)
http://www.hrz.uni-wuppertal.de/hrz/personen/h_palme.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



ANN: email4you 1.2 revolutioniert die email-Welt

1999-11-25 Thread Hansjoerg Posch/hp-software


# email4you: email-client + mailinglisten-manager #

Liebe(r) Interessent(in)!


email4you, das erfolgreiche Produkt des TB Posch, wird nun in der 
brandaktuellen Version 1.2 
angeboten. Es wurde eine bessere Versionstrennung zwischen 
Express/Standard/Advanced/Professional 
durchgeführt, die sich auch im neuen Preisschema wiederspiegelt. 

Die meisten neuen Features wurden dem Mailinglistenmodul spendiert, aber auch 
der email-client wurde 
mit Hochdruck weiterentwickelt.


Kurz die wichtigsten Neuerungen:

- Versand personalisierter Nachrichten
- Nutzung aller ODBC-Datenquellen
- Newsletter als Fax über Winfax versenden
- Blocklist: Unerwünschte Adressen dauerhaft vom Versand ausnehmen
- Gruppierungs-Funktion
- englische Version (http://www.email4you.at/eng)
- Umfangreiche Filter-Funtionen


All das soll dem Streben der engagierten Internet-Nutzer nachkommen, die 
endlich auch Umsatz aus den 
Webkontakten generieren und email zu einem alltäglichen kommunikationsmittel 
machen wollen. 
email4you stellt eine integrierte Lösung dar, d.h. Sie können das Programm auch 
als email client 
verwenden und müssen auf kein externes Programm ausweichen.



Direkter Download: http://download.email4you.at/e4u_latest.zip
Infos: http://www.email4you.at
Features: http://www.email4you.at/features
Bestellung: http://www.email4you.at/order



Mit freundlichen Grüßen

Hansjoerg Posch

# email4you: email-client + mailinglisten-manager #


Um sich von der Liste abzumelden schicken Sie bitte eine Nachricht mit dem 
Betreff
unsubscribe dmcommon
an [EMAIL PROTECTED]


Unidentified subject!

1997-06-30 Thread Mike Wiegand - Non HP
Hi,
I'm trying to subscribe to debian-devel, but
the e-mail address seems invalid. I'm using the
mail command as described in the FAQ. 
[EMAIL PROTECTED] isn't
woeking for me. HELP!
Thanx,
Michael Wiegand



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Unidentified subject!

1997-06-30 Thread Mike Wiegand - Non HP
Hi,
I was unable to access www.debian.org/FAQ. I wanted
to check here before bugging you. My question is 
how do I go about becomming a debian developer?
Thanks...
Michael Wiegand



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .