Date: Tue, 4 Sep 2007 21:17:16 +0800
From: "Wang Xu" <gnawux@gmail.com>
To: "Debian User List" <debian-user@lists.debian.org>
Subject: Re: Wired fontconfig behavior
Message-ID:
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Additional info:
the following will happen only under zh_CN locale, and when
I change locale to en_US, it will in a correct sequence without
requiring a ``fc-cache'' .
How is the font matching/selection affected by locales?
Thank you!
2007/9/4, Wang Xu <gnawux@gmail.com>:
> Hi list,
>
> I set alias of monospace in my ${HOME}/.fonts.conf like this:
> | <alias>
> | <family>monospace</family>
> | <prefer>
> | <family>Bitstream Vera Sans Mono</family>
> | <family>FZXiYuan-M01S</family>
> | </prefer>
> | </alias>
> but with fc-match, I found the latter have a higher position:
> | gnawux@stream:~$ fc-match -s "monospace"|head
> | fzyljw.ttf: "FZXiYuan-M01S" "Regular"
> | VeraMono.ttf: "Bitstream Vera Sans Mono" "Roman"
> | ...
>
> where the FZXiYuan is a Chinese font. Even if I substitute FZXiYuan
> with another Chinese fonts and substitute bitstream with another
> Lattin fonts, it behaviors like above.
>
> The same thing occured on serif and sans-serif also, however, for
> bitstream fonts, it works well, for instance
> | <alias>
> | <family>Bitstream Vera Sans Mono</family>
> | <prefer>
> | <family>Bitstream Vera Sans Mono</family>
> | <family>FZXiYuan-M01S</family>
> | </prefer>
> | </alias>
> and with fc-match:
> | gnawux@stream:~$ fc-match -s "Bitstream Vera Sans Mono"|head
> | VeraMono.ttf: "Bitstream Vera Sans Mono" "Roman"
> | fzyljw.ttf: "FZXiYuan-M01S" "Regular"
> |.....
>
> What's wrong with monospace, sans-serif, and serif?
>
> any ideas?
>
> Thank you!
>
> --
> Wang Xu
>
--
Wang Xu
Date: Tue, 4 Sep 2007 06:34:45 -0700
From: "Redefined Horizons" <redefined.horizons@gmail.com>
To: debian-user <debian-user@lists.debian.org>
Subject: "libgtk-x11-2.0.so.0: cannot open shared object file"
Message-ID: <e24752a10709040634k3f35da1bm1673eaedbfe1952a@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I'm trying to run the latest build of the Eclipse IDE on Debian. When
I try to start the program I receive an error about a shared library:
"error while loading shared libraries: libgtk-x11-2.0.so.0: cannot
open shared object file: No such file or directory"
I've never had trouble running Eclipse before, although they may have
added a dependency to this library in the latest version. I looked
online for a libgtk-x11-2.0 deb, but I couldn't find one.
Has anyone else had this problem? Can anyone give me some suggestions
on how to fix it?
Thanks,
Scott Huey
P.S. - I'm running the latest version of Debian testing and I was
trying to use the Europa build of Eclipse.
Date: Tue, 4 Sep 2007 09:39:27 -0400
From: Celejar <celejar@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: A sane way to merge config file differences during package
installation?
Message-Id: <20070904093927.0139c0de.celejar@gmail.com>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
On Sun, 02 Sep 2007 23:01:46 -0500
Ron Johnson <ron.l.johnson@cox.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 09/02/07 04:55, Richard Hartmann wrote:
> > Everyone will know a message like this:
> >
> > Configuration file `/etc/sysctl.conf'
> > ==> Modified (by you or by a script) since installation.
> > ==> Package distributor has shipped an updated version.
> > What would you like to do about it ? Your options are:
> > Y or I : install the package maintainer's version
> > N or O : keep your currently-installed version
> > D : show the differences between the versions
> > Z : background this process to examine the situation
> > The default action is to keep your current version.
> > *** sysctl.conf (Y/I/N/O/D/Z) [default=N] ?
> >
> > What I would want is something like
> >
> > M: merge files interactively
> >
> > which would then call vimdiff, probably via $DIFF_EDITOR
> > or some other variable if something like it does already exist.
> >
> > Is anyone aware of any such solution or has good suggestions
> > on custom-creating it?
>
> Great idea! File a wishlist bug against debconf.
There was a sub-thread about this back in March:
http://lists.debian.org/debian-user/2007/03/msg02895.html
Andrei said that there was work in progress for a merge
option.
> Ron Johnson, Jr.
Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
Date: Tue, 4 Sep 2007 10:06:20 -0400
From: Michael Pobega <pobega@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: upgrading ubuntu to debian
Message-ID: <20070904140620.GA11191@digital-haze.net>
Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed
Content-Disposition: inline
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, Sep 04, 2007 at 02:07:13PM +0200, Joe Hart wrote:
> On Thursday 30 August 2007 20:19:06 Britton Kerin wrote:
> > I just bought a computer that came with ubuntu and would like to switch
> > it to pure debian. Is there a standard way to do this that someone
> > could point me to?
> >
> > (Though I will say that little hack where the shell tells you which
> > package a program is in looks pretty cute and helpful :)
> >
> > Thanks,
> > Britton
>
> There are plenty of messages in this thread to make one think that it is
> possible to convert from Debian to Ubuntu and vice versa, but let me point
> out one thing that many have overlooked.
>
> Since Ubuntu uses sudo for everything, when using programs that require root
> access expect the user password, not the root one. So if you enable the root
> account, you might think, OK, I need to use the root password here (after all
> early versions of Ubuntu actually asked for the root password) but no, it
> still wants the user password (the first user, who is defined in the sudoers
> file)
>
> AFAIK, gksu and kdesu both act this way, as does the "administrator mode" in
> the GUI apps. From what I understand, these utilities are hacked to use
> sudo.
>
> Do yourself a favor and just backup /home and install Debian, then slowly but
> surely copy the files from the backup to the new /home. Be careful though,
> different versions of some programs have different configurations, and can
> cause problems if you're using a config file for a different version of a
> program.
>
> Joe
>
>
I actually remember that forcing programs to use sudo (and gksudo)
instead of root is in gconf, I just forget exactly where. Maybe someone
else can point Joe and I in the right direction.
- --
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs.
- Richard Stallman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG3WZcg6qL2BGnx4QRApA4AJ9aKw2YIaTQUSOZtvQJBLHvPIIiZwCfZDMU
7I5ZCQOCKJj0MeWztpB8Qrw=
=nQlk
-----END PGP SIGNATURE-----
Date: Tue, 4 Sep 2007 15:55:45 +0200
From: "anisadmin@gmail.com" <anisadmin@gmail.com>
To: debian-user@lists.debian.org
Subject: snmpd show incorrect bandwidth
Message-ID: <7e5907890709040655r346cb9d1i9658c2d0f95fae2a@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="----=_Part_16800_33066746.1188914145282"
------=_Part_16800_33066746.1188914145282
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
i just installed debian etch r1 on P4 box with snmpd configured on v1/v2c
community access , i use prtg to read bandwidth traffic on firewall with 2
eth interfaces on 512kbits connection , the traffic in kbits/s is
incorrectly measured with high numbers starting from 1500 and shutting down
directly to 5 or 0 during a lot of time.
note that when i was on debian sarge all was ok with snmpd and routing
firewall, this is probably a kernel 2.6 problem.
please help.
------=_Part_16800_33066746.1188914145282
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<span style="font-weight: bold;">i just installed debian etch r1 on P4 box with snmpd configured on v1/v2c community access , i use prtg to read bandwidth traffic on firewall with 2 eth interfaces on 512kbits connection , the traffic in kbits/s is incorrectly measured with high numbers starting from 1500 and shutting down directly to 5 or 0 during a lot of time.
</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">note that when i was on debian sarge all was ok with snmpd and routing firewall, this is probably a kernel 2.6 problem.
</span><br style="font-weight: bold;"><span style="font-weight: bold;">please help.</span><br style="font-weight: bold;"><br><br><br><br><br>
------=_Part_16800_33066746.1188914145282--
Date: Tue, 4 Sep 2007 15:36:45 +0200
From: =?utf-8?B?QW5kcsOp?= Berger <andre.berger@web.de>
To: debian-user@lists.debian.org
Subject: Re: [OT] smart reporting trouble
Message-ID: <20070904133645.GC18119@hvk>
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
* Matus UHLAR - fantomas (2007-09-01):
> On 17.07.07 10:26, Andr=C3=A9 Berger wrote:
> > Back from vacation, I found messages from smartd (sarge; 2.6.21.5) in
> > root's mailbox:
> >=20
> > SMART error (CurrentPendingSector) detected
> > The following warning/error was logged by the smartd daemon:
> > Device: /dev/hda, 1061 Currently unreadable (pending) sectors=20
> >=20
> > SMART error (OfflineUncorrectableSector) detected
> > The following warning/error was logged by the smartd daemon:
> > Device: /dev/hda, 1746 Offline uncorrectable sectors
> >=20
> > The number of unread and uncorrectable sectors seems to be constant
> > over two weeks. I'm not sure if I have to replace the HDD?
>=20
> replace the disk ASAP. I wouldn't trust it.
That's what I did, thanks to all who replied!
-Andr=C3=A9
--=20
May as well be hung for a sheep as a lamb!
Linkstation/KuroBox/HG/HS/Tera Kernel 2.6/PPC from <http://hvkls.dyndns.o=
rg>
Date: Tue, 4 Sep 2007 15:45:36 +0200
From: martin f krafft <madduck@debian.org>
To: debian-user@lists.debian.org
Subject: Re: lvm mirror or mdadm mirror or raid 5
Message-ID: <20070904134536.GA25268@lapse.madduck.net>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA"
Content-Disposition: inline
--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
also sprach Alex Samad <alex@samad.com.au> [2007.09.02.0044 +0200]:
> not sure why 3 way though, the spare space on the 3rd drive if
> i go 2 way i use for tmp or swap or ...
I'd say even tmp or swap need to be redundant since there is
software out there which will fail if the /tmp filesystem fails or
swap has read/write errors.
also sprach Alex Samad <alex@samad.com.au> [2007.09.02.0351 +0200]:
> On Sat, Sep 01, 2007 at 09:31:03PM -0400, Douglas A. Tutty wrote:
> > On Sun, Sep 02, 2007 at 08:44:21AM +1000, Alex Samad wrote:
> > > On Sat, Sep 01, 2007 at 09:48:38AM -0400, Douglas A. Tutty wrote:
> > > > On Sat, Sep 01, 2007 at 12:16:00PM +1000, Alex Samad wrote:
Please guys, engage in proper quoting!
--=20
.''`. martin f. krafft <madduck@debian.org>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
=20
russian roulette on the shell: ((RANDOM % 6)) || rm -rf ~
--W/nzBZO5zC0uMSeA
Content-Type: application/pgp-signature; name="digital_signature_gpg.asc"
Content-Description: Digital signature (see http://martin-krafft.net/gpg/)
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG3WGAIgvIgzMMSnURAhOsAKCCv6ozEhJ2XG7LEBZgZegO4grX9wCgo3WX
soB+VswuX7EW0sPQSxJvCAw=
=AM/c
-----END PGP SIGNATURE-----
--W/nzBZO5zC0uMSeA--
Date: Tue, 4 Sep 2007 15:48:57 +0200
From: martin f krafft <madduck@debian.org>
To: debian-user@lists.debian.org
Subject: Re: Fileserver Issues
Message-ID: <20070904134857.GB25268@lapse.madduck.net>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ"
Content-Disposition: inline
--MfFXiAuoTsnnDAfZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
also sprach Nathan O <predder@gmail.com> [2007.09.02.0807 +0200]:
> booted back into Debian, created a partition on the device and (after
> some mdadm hiccups) managed to re-add the old drive to the array.
Care to elaborate about those hiccups?
Anyway, from the information you provide, all I can suggest is that
this is a hardware issue, likely the motherboard. Can you reproduce
the problem on a second machine, using the same drives?
--=20
.''`. martin f. krafft <madduck@debian.org>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
=20
bush/cheney '04: the last vote you'll ever have to cast.
--MfFXiAuoTsnnDAfZ
Content-Type: application/pgp-signature; name="digital_signature_gpg.asc"
Content-Description: Digital signature (see http://martin-krafft.net/gpg/)
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG3WJJIgvIgzMMSnURAqPTAKCQ4/tGxlQZ9LPCYC++jJFXBZwDKACfV3tq
deC/dKns0O7+ulY/+VF10vo=
=T2he
-----END PGP SIGNATURE-----
--MfFXiAuoTsnnDAfZ--
Date: Tue, 4 Sep 2007 17:29:25 +0300 (EEST)
From: "Yuriy Padlyak" <yura@cvt.com.ua>
To: debian-user@lists.debian.org
Subject: LVM
Message-ID: <57515.62.64.65.74.1188916165.squirrel@tenpostadsl.lviv.farlep.net>
Content-Type: text/plain;charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi guys,
Wondering how to move Logical volume to other Volume Group. Can't find an=
y
LVM command for this purpose
--=20
Best regards,
Yuriy Padlyak
Date: Tue, 4 Sep 2007 07:55:19 -0700
From: Tyler MacDonald <tyler@yi.org>
To: Yuriy Padlyak <yura@cvt.com.ua>
Cc: debian-user@lists.debian.org
Subject: Re: LVM
Message-ID: <20070904145519.GB13613@yi.org>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Yuriy Padlyak <yura@cvt.com.ua> wrote:
> Hi guys,
>
> Wondering how to move Logical volume to other Volume Group. Can't find any
> LVM command for this purpose
You'd create a new logical volume in the other volume group, copy the data
over manually, and delete the old logical volume.
Cheers,
Tyler
Date: Tue, 04 Sep 2007 18:10:06 +0300
From: Yuriy Padlyak <yura@cvt.com.ua>
To: Tyler MacDonald <tyler@yi.org>
Cc: debian-user@lists.debian.org
Subject: Re: LVM
Message-ID: <46DD754E.9030309@cvt.com.ua>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
ok, but I don't know how to move ext3 file system or it's content
without loosing any file attributes, etc either :)
Could you help me please?
Thank you in advance
Tyler MacDonald wrote:
> Yuriy Padlyak <yura@cvt.com.ua> wrote:
>> Hi guys,
>>
>> Wondering how to move Logical volume to other Volume Group. Can't find any
>> LVM command for this purpose
>
> You'd create a new logical volume in the other volume group, copy the data
> over manually, and delete the old logical volume.
>
> Cheers,
> Tyler
Date: Wed, 05 Sep 2007 01:14:05 +1000
From: Rod Lovett <rodlovett@ozemail.com.au>
To: debian-user@lists.debian.org
Subject: package l 2.6.21-2-486 #1 Wed Jul 11 03:17:09 UTC 2007 i686 Lenny
printing bug
Message-ID: <46DD763D.3090200@ozemail.com.au>
Content-Type: multipart/alternative;
boundary="------------050202040109060402080107"
This is a multi-part message in MIME format.
--------------050202040109060402080107
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi what am I doing wrong, how on earth can I send ths bug to debian so
they will accept and understand and perhaps even act on it?
4x rejections with
Your message didn't have a Package: line at the start (in the
pseudo-header following the real mail header), or didn't have a
pseudo-header at all. Your message has been filed under junk but
otherwise ignored.
This makes it much harder for us to categorise and deal with your
problem report. Please _resubmit_ your report to submit@bugs.debian.org
and tell us which package the report is on. For help, check out
http://www.debian.org/Bugs/Reporting.
Lenny Printing bug with Samsung ML-2010 with Kernel 2.6.21-2-486 #1 Wed
Jul 11 03:17:09 UTC 2007 i686
printing job stayed in Kjobviewer
Printing OK with/ older //kernel 2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC
2007 i686 /
Hi,
this Samsung ML-2010 B@W laser did at first work in Lenny, until apt-get
dist-upgrade in mid august 2007. The printer was visible, and put the
job in kjobviewer and gave an error message trying to shift the job to
the Samsung.
Now Lenny cannot even see this usb printer to install it after an
apt-get dist-upgrade today.(29/8/07)
The same printer works fine in Debian etch, also works fine in Sidux Gaia.
Same behavior in Kubuntu gutsy tribe5, which must use snapshots of Lenny
packages, hence same errors.
Using a specific ppd does not help either, when you could install the
printer that was.
Oh an old HP deskjet 895Cxi prints OK, but with a long latency now, so
this problem is Samsung Laser specific whatever it is.
I joined the mailing list and got 2 answers very quickly stating there
was a Kaffeine problem in Debian.
I thought that Kaffeine, interfering with a printer was a bit on the far
side.
However removing Kaffeine, allowed my Samsung ML-2010 to be seen again
in KDE print.
It refused to print still, putting the job in Kjobviewer, and only
printed on rebooting, a behaviour I had noted before.
/The true problem, I believe resides in kernel 2.6.21-2, as everything
goes fine with printing, Kaffeine present and all with the older kernel
2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC 2007 i686 GNU/Linux.
So there is a *bug in the kernels after 2.6.18-4-486 #1* with regard to
the Samsung ML-2010 and I hope it can be fixed.
Regards
Rod Lovett
/
--------------050202040109060402080107
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi what am I doing wrong, how on earth can I send ths bug to debian so
they will accept and understand and perhaps even act on it?<br>
4x rejections with<br>
<pre wrap="">Your message didn't have a Package: line at the start (in the
pseudo-header following the real mail header), or didn't have a
pseudo-header at all. Your message has been filed under junk but
otherwise ignored.
This makes it much harder for us to categorise and deal with your
problem report. Please <span class="moz-txt-underscore"><span
class="moz-txt-tag">_</span>resubmit<span class="moz-txt-tag">_</span></span> your report to <a
class="moz-txt-link-abbreviated" href="mailto:submit@bugs.debian.org">submit@bugs.debian.org</a>
and tell us which package the report is on. For help, check out
<a class="moz-txt-link-freetext"
href="http://www.debian.org/Bugs/Reporting">http://www.debian.org/Bugs/Reporting</a>.</pre>
<br>
<br>
Lenny
Printing bug
with Samsung ML-2010 with Kernel <span class="postbody">2.6.21-2-486
#1 Wed Jul 11 03:17:09 UTC
2007 i686 <br>
<br>
printing job stayed in Kjobviewer<br>
<br>
Printing OK with<i> older </i></span><i><span class="postbody">kernel
2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC 2007 i686 </span></i><br>
<span class="postbody"><br>
<br>
<br>
</span><span class="postbody">Hi,
<br>
this Samsung ML-2010 B@W laser did at first work in Lenny, until
apt-get dist-upgrade in mid august 2007. The printer was visible, and
put the job in kjobviewer and gave an error message trying to shift the
job to the Samsung.
<br>
<br>
Now Lenny cannot even see this usb printer to install it after an
apt-get dist-upgrade today.(29/8/07)
<br>
<br>
The same printer works fine in Debian etch, also works fine in Sidux
Gaia.
<br>
Same behavior in Kubuntu gutsy tribe5, which must use snapshots of
Lenny packages, hence same errors.
<br>
Using a specific ppd does not help either, when you could install the
printer that was.
<br>
<br>
Oh an old HP deskjet 895Cxi prints OK, but with a long latency now, so
this problem is Samsung Laser specific whatever it is.<br>
<br>
</span><span class="postbody">I joined the mailing list and got 2
answers very quickly stating there was a Kaffeine problem in Debian.
<br>
I thought that Kaffeine, interfering with a printer was a bit on the
far side.
<br>
However removing Kaffeine, allowed my Samsung ML-2010 to be seen again
in KDE print.
<br>
It refused to print still, putting the job in Kjobviewer, and only
printed on rebooting, a behaviour I had noted before.
<br>
<br>
<i>The true problem, I believe resides in kernel 2.6.21-2, as
everything goes fine
with printing, Kaffeine present and all with the older kernel
2.6.18-4-486 #1 Mon Mar 26 16:39:10 UTC 2007 i686 GNU/Linux.
<br>
So there is a *bug in the kernels after 2.6.18-4-486 #1* with regard to
the Samsung ML-2010 and I hope it can be fixed.
<br>
Regards <br>
Rod Lovett<br>
</i></span>
<br>
</body>
</html>
--------------050202040109060402080107--
Date: Tue, 04 Sep 2007 23:16:47 +0800
From: Jerome BENOIT <jgmbenoit@mailsnare.net>
To: debian-user@lists.debian.org
Cc: debian-user@lists.debian.org
Subject: Re: Grub issues on Mac Mini?
Message-ID: <46DD76DF.50509@mailsnare.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
you may send to the mactel list:
mactel-linux-users@lists.sourceforge.net
hth,
Jerome
Charles Turner wrote:
> Hi all-
>
> I have a new Core 2 Duo Mac Mini, and have been trying to install
> Debian Lenny on an external FireWire disk via the i386 netinst CD of
> 01sept2007.
>
> I waded through the older install documentation around the web that
> seems geared to earlier machines, have what I think is a satisfactory
> disk partition (ie MBR), but now I'm hung at boot with Grub giving me a
> "Hard Disk Error". My reading of this error is that it involves a disk
> geometry problem.
>
> I've now checked the geometry prior to installing Grub via netinst and
> sfdisk reports:
>
> Kernel's idea (-g): 28615 64 32
> Disk geometry (-G): 3648 255 63
>
> After grub's installed, the "geometry" command:
>
> geometry (hd1)
>
> returns 3648 255 63, but I still get my "Hard Disk Error" on boot.
>
> Any thoughts on how to resolve this? I'd be happy to supply more info;
> I know I've been brief here...
>
> Thanks! Charles Turner
>
>
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net
Date: Tue, 4 Sep 2007 11:31:06 -0400
From: Wayne Topa <linuxone@intergate.com>
To: debian-user@lists.debian.org
Subject: Re: Aptitude behaving strangely
Message-ID: <20070904153106.GA22537@buddy.mtntop.home>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Celejar(celejar@gmail.com) is reported to have said:
> On Fri, 31 Aug 2007 18:46:15 -0400
> Wayne Topa <linuxone@intergate.com> wrote:
>
> > Celejar(celejar@gmail.com) is reported to have said:
> > > Hi,
> > >
> > > My aptitude (uptodate Sid) has been behaving rather strangely
> > > lately. When doing updates, it seems to always hang for long
> > > periods of time while displaying the line:
> > >
> > > 99% [5 Packages 4308]
> > >
> > > or similar. No processor, network or HDD usage seems to be
> > > occurring.
<--<snip>-->
> > >
> > Yes. Started yesterday, here. I tried again then morning and it
> > was still hanging at 12 PM EST when I finally was able to finish
> > the upgrade.
> >
> > Wayne
>
> I don't seem to have it quite as bad as you; my updates often do
> finish (I sometimes kill them and just try again) after mysteriously
> hanging for a couple of minutes. Today I did a (possibly)
> successful one and pulled in about 64MB of upgrades.
>
Did a testing and etch upgrade yesterday and overnight. Both completed
in about the normal time, for me. Seems the problem (?) has been
fixed. /* cross fingers */
Wayne
--
What this country needs is a good five cent microcomputer.
_______________________________________________________
Date: Tue, 4 Sep 2007 11:44:41 -0400
From: Wayne Topa <linuxone@intergate.com>
To: debian-user@lists.debian.org
Subject: Re: fetchmail downloads, mutt does not display
Message-ID: <20070904154441.GB22537@buddy.mtntop.home>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Thomas H. George(lists@tomgeorge.info) is reported to have said:
> I had this problem with an earlier version of exim4 and was advised to
> change the line
>
> smtp_accept_queue_per_connection = *
>
> to
>
> smtp_accept_queue_per_connection = 0
>
> in the file /etc/exim4/exim4.conf.template. There is no longer such a line
> in exim4.conf.template.
>
> Is there a new solution to this problem?
On my mail server I have exim4-config 4.67-8 installed.
I have, for sometime now, had to add this to my
/etc/exim4/exim4.conf.template to get my mail.
smtp_accept_queue_per_connection = 150
AFAIR I have done this since exim3.
Wayne
--
Hi, my name is Any Key. Please don't hit me!
_______________________________________________________
Date: Tue, 4 Sep 2007 16:00:10 +0000 (UTC)
From: Andy Hawkins <andy@gently.org.uk>
To: debian-user@lists.debian.org
Subject: Re: LVM
Message-ID: <slrnfdr08a.9fh.andy@gently.org.uk>
Hi,
In article <46DD754E.9030309@cvt.com.ua>,
Yuriy Padlyak<yura@cvt.com.ua> wrote:
> ok, but I don't know how to move ext3 file system or it's content
> without loosing any file attributes, etc either :)
I tend to use:
(cd /src/dir && tar cf - *) | (cd /dest/dir && tar xf -)
Andy
Date: Tue, 04 Sep 2007 17:44:52 +0200
From: Mirto Silvio Busico <mbusico@technip.com>
To: debian-user@lists.debian.org
Subject: Re: LVM
Message-ID: <46DD7D74.2080901@technip.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=ISO-8859-1
Yuriy Padlyak ha scritto:
> ok, but I don't know how to move ext3 file system or it's content
> without loosing any file attributes, etc either :)
>
> Could you help me please?
Why not use "rsync"?
Just my 2 cents
Mirto
>
> Thank you in advance
>
> Tyler MacDonald wrote:
>> Yuriy Padlyak <yura@cvt.com.ua> wrote:
>>> Hi guys,
>>>
>>> Wondering how to move Logical volume to other Volume Group. Can't
>>> find any
>>> LVM command for this purpose
>>
>> You'd create a new logical volume in the other volume group, copy
>> the data
>> over manually, and delete the old logical volume.
>>
>> Cheers,
>> Tyler
>
>
--
__________________________________________________________
Mirto Silvio Busico ICT Consultant
Tel. +39 333 4562651
End of debian-user-digest Digest V2007 Issue #2310
**************************************************
Received on Tue Sep 4 13:35:29 2007