Re: [gentoo-user] VMWare question from the forum

2003-12-04 Thread Anders Hasselqvist
On Thu, 4 Dec 2003, Alexandru GHERMAN wrote:

> blmartin777 wrote:
>
> "I can't even get it to install. It tells me that it was not configured right
> and to run vmware-config.pl, and when I do that it says it build everything
> it needs for the 2.6 kernel. It does that over and over. "
>
>
>
>  I got the same symptoms too and I can't get it to work. Can anybody please
> help ?
>

I think you have to modify vmware-config.pl a bit.

Change all occurences of /proc/ksyms to /proc/kallsyms

It could be that you have to change something more but I don't remember.

Regards,
-- 
Anders Hasselqvist
hassel  acc.umu.se
http://good-deed.dhs.org/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Anders Hasselqvist
On Mon, 24 Nov 2003, Noberasco Michele wrote:

> > Hi everyone,
> Hello Oliver
>
> > Is there any reiserfs undelete command/application
> > out there, for the case of accidently deleted file(s) ?
> Nope.
>
> Someone with more technical backround (less lazyness ;-P) would provide
> you with a more exaustive answer, but in short you cannot undelete files
> in a ReiserFS partition because of its very internal structure.
>
> Correct me if I'm wrong...
>
> Bye,
> Michele Noberasco
>

Hi,

Well, I did undelete some files I accidently lost on a ReiserFS partition.
It is a bit tricky and I can't remember exactly how I did it.
Here goes:

Unmount the drive a.s.a.p after you deleted the file
Make a backup of the partition
run reiserfsck --rebuild-tree --scan-whole-partition
remount.
Copy the deleted file to another partition
Re-"install" the backup

Something like that.

There is a mail about this in the reiserfs mail archives. I don't remember
the author so you have to search manually.

Regards,
-- 
Anders Hasselqvist
[EMAIL PROTECTED]
http://good-deed.dhs.org/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updating

2003-11-12 Thread Anders Hasselqvist
On Wed, 12 Nov 2003, Jason Carson wrote:

> Hi all.. I just want to know if the following command is the right one to
> use to see if I need to update any packages.
>
> emerge -up world
>
> It comes up empty.. so does this mean I am fully up to date, or am I doing
> something wroing.
>
Hi Jay,

Make sure you run "emerge --sync" first.
Then I usually run "emerge -Uupn --deep `qpkg -I -nc`"

qpkg is a tool available in gentoolkit.

Regards,
-- 
Anders Hasselqvist
http://good-deed.dhs.org/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel && gs-sources

2003-11-12 Thread Anders Hasselqvist
On Tue, 11 Nov 2003, Mike Hogsett wrote:

>
> Today I emerge'd gs-sources and used genkernel to build a kernel. It built
> the kernel and modules but didn't install either.  Why is this?
>

I suggest that you check /var/log/genkernel.log for errors.

Two weeks ago I used genkernel to compile gs-sources and it didn't work so
I had to manually configure the build instead.

It was an error in a module I don't use.

Regards,
--
http://good-deed.dhs.org/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fstab problem

2003-11-07 Thread Anders Hasselqvist
On Thursday 06 November 2003 07:46, you wrote:
> Can anyone please give me some advice as to how to read FreeBSD partitions
> under Linux?

I did this during the weekend so I have it in fresh memory :)

You have to add ufs filesystem support in the kernel. Under partition
types you have to add PC BIOS->BSD disklabel support.

Then just mount -r /dev/hd* -t ufs /mnt/bsd
This is read only since write support isn't completed/stable.

This worked for a FreeBSD4 partition.

Regards,
-- 
Anders Hasselqvist

--
[EMAIL PROTECTED] mailing list



[gentoo-user] qt-3.1.2-r4 depending on kdelibs?

2003-07-31 Thread Anders Hasselqvist
Hi,

I upgraded qt to qt-3.1.2-r4 today. To my suprise it also installed 
kdelibs (running only plain old Fluxbox).

Checking dependencies with qpkg -q kdelibs shows this:

kde-base/kdelibs-3.1.2-r1 *
DEPENDED ON BY:
x11-libs/qt-3.1.2-r4


Why?

I guess it's a bug.

Regards,
--
Anders Hasselqvist
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: ibiblio mirror

2003-06-25 Thread Anders Hasselqvist
On Wed, 25 Jun 2003, Wayne Clement wrote:

>
> 
> > Le Mon, Jun 23, 2003 at 06:47:13AM -0400, Wayne Clement a écrit:
> >> has anyone else noticed that the ibiblio gentoo directory is empty?
> >
> > It's complete and uptodate, as far as I can see:
> > ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo/distfiles/
> > -rw-r--r--   1 adminadmin   806792 jun 22 15:30
> > glibc-2.3.2-branch-update-20030621.patch.bz2
> > -rw-r--r--   1 adminadmin   140324 jun 22 22:00
> > patches-2.4.21-sparc-r1.tar.bz2
> > -rw-r--r--   1 adminadmin   32 jun 23 07:00 timestamp.chk
> >
>
> the linkyou gave above works fine for me and i can get the install files
> but i cant useing the link on the site, it's been that way for seveal days
> i'am surpised nobody else mentioned it, i havent seen it mention on the
> forums ether.
>

I've been upgrading the machine at work recently. When doing emerge I
always had to change to download from ftp.ibiblio.org instead of
www.ibiblio.org. It didn't find the packages at www.

-- 
Anders Hasselqvist


--
[EMAIL PROTECTED] mailing list