Re: Fwd: Bug#693510: installation report

2012-11-26 Thread Anton Andreev
Hello Steven,

The first time no.

But, it is possible (zfs to be automatically imported).
After that I did a ZFS installation and this time it worked supporting
your theory.

Sometimes it works, sometimes it does not with UFS - I did not figure
out the logic.

Regards,
Anton



On Sun, Nov 25, 2012 at 9:26 PM, Steven Chamberlain  wrote:
> Hi Anton,
>
> I have another question about your kfreebsd-9 install within VirtualBox
> last week.
>
>> update-dev: warning: unable to find udevadm; skipping
>> partman: mkfs.ufs: /dev/ada0s1: failed to open disk for writing
>
> Was the Virtualbox IDE disk blank?  Or had anything been installed to it
> previously?
>
> Most crucially, a pre-existing ZFS physical volume might cause this
> problem (it seems to be automatically imported, meaning the partition
> itself would be 'in use' and even the partition table cannot be modified
> if this happens).
>
> Thanks,
> Regards,
> --
> Steven Chamberlain
> ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAG3TGCMWPg-aZNT5YUP-jmN1vN3HuD41LuocqgGc=-okk4i...@mail.gmail.com



Re: Fwd: Bug#693510: installation report

2012-11-19 Thread Anton Andreev
I have selected kfreebsd 9 kernel. There is no option to use 8.

Regards,
Anton

On Mon, Nov 19, 2012 at 7:35 PM, Steven Chamberlain  wrote:
> On 19/11/12 04:05, Cyril Brulebois wrote:
>> update-dev: warning: unable to find udevadm; skipping
>> partman: mkfs.ufs: /dev/ada0s1: failed to open disk for writing
>
> A wild guess here, but maybe this is to do with the kfreebsd-8/9
> renaming of /dev/ada0 -> /dev/ad0
>
> Anton, please could you say which kernel you tried to install with?  Did
> you choose kFreeBSD 9 from the installer GRUB menu or kFreeBSD 8?
>
> Thanks!
> Regards,
> --
> Steven Chamberlain
> ste...@pyro.eu.org
>


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cag3tgcpkfvbqmmbe68_jwk-snjsnox1htlffpjqkuun4uww...@mail.gmail.com



firewall?

2011-02-04 Thread Anton Andreev
Hi,

How to configure a firewall on Debian / kFreeBSD.

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2024432573.7224.1296829168807.javamail.r...@mbox-01.uni-sofia.bg



Re: Java "Bus" error

2011-02-03 Thread Anton Andreev
Yes, it has.

There is also one more option actually: http://www.mono-project.com/Java
If I manage to use the Mono run-time to execute java applications.
 
Unfortunately last time I checked debian / kfreebsd I could not find package 
"mono-complete" which installs a required component System.Windows.Forms.dll.

- Original Message -
From: "Timo Juhani Lindfors" 
To: "Anton Andreev" 
Cc: "debian-bsd" 
Sent: Thursday, February 3, 2011 6:32:23 PM
Subject: Re: Java "Bus" error

Anton Andreev  writes:
> I want to use: GATE http://gate.ac.uk. GATE is framework for natural language 
> processing and has a UI.
> Try: 
> http://sourceforge.net/projects/gate/files/gate/6.0/gate-6.0-build3764-BIN.zip/download

Uh, that is 284 megabytes!

Does this application have a GUI? If yes, then gij probably won't help
you here. You need to wait for openjdk.


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/841v3pyt7s@sauna.l.org




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/144374027.6768.1296751253254.javamail.r...@mbox-01.uni-sofia.bg



Re: Java "Bus" error

2011-02-03 Thread Anton Andreev

I want to use: GATE http://gate.ac.uk. GATE is framework for natural language 
processing and has a UI.
Try: 
http://sourceforge.net/projects/gate/files/gate/6.0/gate-6.0-build3764-BIN.zip/download

I tried:

1. java -jar gate.jar as suggested here: http://gate.ac.uk/download/
2. "gate.sh" and it also gave me this error

- Original Message -
From: "Timo Juhani Lindfors" 
To: "Anton Andreev" 
Cc: "debian-bsd" 
Sent: Thursday, February 3, 2011 6:12:50 PM
Subject: Re: Java "Bus" error

Anton Andreev  writes:
> I just called "java" from the command line. I have also installed 
> "default-jdk".

Please try

update-alternatives --display java

> What is the status of Java on Debian / kfreeBSD? What about openJDK?

openjdk does not seem to be available. At least basic stuff works with
ecj + gij:

$ dpkg-query -W ecj gij
ecj 3.5.1-1
gij 4:4.4.5-1
$ cat > hello.java
public class hello {
public static void main(String[] args) {
System.out.println("hello");
}
}
$ ecj hello.java
$ gij hello
hello

What is this .jar that you are trying to run? Is it part of Debian?


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/84y65xyu4d@sauna.l.org




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/159189200.6763.1296750256339.javamail.r...@mbox-01.uni-sofia.bg



Re: Java "Bus" error

2011-02-03 Thread Anton Andreev
Could be.

I just called "java" from the command line. I have also installed "default-jdk".

What is the status of Java on Debian / kfreeBSD? What about openJDK?

-Anton

- Original Message -
From: "Timo Juhani Lindfors" 
To: "Anton Andreev" 
Cc: "debian-bsd" 
Sent: Thursday, February 3, 2011 5:32:09 PM
Subject: Re: Java "Bus" error

Anton Andreev  writes:
> Java is gcj actually. I am doing "java -jar xxx.jar".

do you mean gij?




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/219839847.6744.1296747926365.javamail.r...@mbox-01.uni-sofia.bg



Java "Bus" error

2011-02-03 Thread Anton Andreev
Hi,

I have installed the "default-java" package on Debian kFeeBSD  and I am 
getting: "Bus error".

Java is gcj actually. I am doing "java -jar xxx.jar".

My hardware is: AMD 64 3200, 1GB RAM. 
I have used the AMD 64 build of Debian kFeeBSD from 31.01.2011 and I have used 
ZFS as root partition.

Regards,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1485048908.6732.1296744814154.javamail.r...@mbox-01.uni-sofia.bg



Debian installer 6.0 RC2 feedback - failed installation

2011-01-24 Thread Anton Andreev
Package: installation-reports

Boot method: 
http://cdimage.debian.org/cdimage/squeeze_di_rc2/kfreebsd-i386/iso-dvd/

Machine: Virtual Box 4.0
Processor: Intel Celeron
Memory: 600 MB
Partitions: default, one hard 16GB


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [ ]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [O] guided, all files on one partition, filesystem UFS 
/ and one swap
Install base system:[E] an attempt to configure apt to install additional 
packages from CD failed
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ] Choose Software to install - only "Standard system 
utilities"
Install boot loader:[E] Failed to install package "grub-pc"
Overall install:[E] Failed

Comments/Problems:




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/990041106.547.1295823862402.javamail.r...@mbox-01.uni-sofia.bg



Mono and SWC running on Debian kFreeBSD

2010-12-29 Thread Anton Andreev
Hi,

You can check out my post about Debian kFreeBSD here:

http://debian.fmi.uni-sofia.bg/~toncho/myblog/archives/310-SWC-running-on-Debian-kFreeBSD.html

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/347654495.4463.1293621143367.javamail.r...@mbox-01.uni-sofia.bg



Re: open-6-jdk

2010-02-04 Thread Anton Andreev

Debian/kFreeBSD uses GNU libc, so maybe the starting point should be the Linux 
source code of Open JDK, I suppose?

-Anton


- Original Message -
From: "Petr Salinger" 
To: "Anton Andreev" 
Cc: debian-bsd@lists.debian.org
Sent: Thursday, February 4, 2010 6:24:53 PM
Subject: Re: open-6-jdk

>> Package "openjdk-6-jdk" should be available on Debian/kFreeBSD?
>
> yes, as soon as someone ports it.

The starting point might be

http://openjdk.java.net/projects/bsd-port/

http://www.freshports.org/java/openjdk6/
http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjdk6/

http://www.freshports.org/java/openjdk7/
http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjdk7/

Petr



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



open-6-jdk

2010-02-04 Thread Anton Andreev
Hello,

Package "openjdk-6-jdk" should be available on Debian/kFreeBSD?

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Installer status - error from 3.2.2010

2010-02-04 Thread Anton Andreev
Hello,

ok, there is a new development. 
It works when I remove the CD - I set it to empty in VB.
If I do not set it to empty, VB first loads the CD and then I select "Boot from 
disk". An then kFreeBSD starts loading, but it halts in the end with the error 
I have provided. The CD grub might be the problem?


Host OS: Windows Vista
Virtual Box: 3.1.2 r56127
Virtual Box storage: IDE controller

VT-x/AMD-v: enabled
host cpu: Turion x2


- Original Message -
From: "Petr Salinger" 
To: "Anton Andreev" 
Sent: Thursday, February 4, 2010 1:29:22 PM
Subject: Re: Installer status - error from 3.2.2010

Please give us more details,
the screenshot have been only example

namely you version of VirtualBox,
your CPU, what it is running on - linux/amd64,
linux/i386, Windows, 
whether is VT-x or AMD-V hardware virtualization support
available and enabled [1], ...

Can you change some VirtualBox settings,
disable cdrom and network card,reduce RAM amount
does it change result ?

Petr

[1] http://www.virtualbox.org/wiki/Guest_OSes



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Installer status - error from 3.2.2010

2010-02-03 Thread Anton Andreev
Hello,

Installations goes with every possible default settings - only enter and 
continue - basic install with 72 packages (system utilities)

After system reboot:

"Trying to mount root from ufs:/dev/ad0s1
panic: vm_fault: fault on nofault entry: d2afa000
Cannot dump. No dump device defined."

Installation is done on the latest version of VirtualBox.

Hope someone can help with that. 

Cheers,
Anton



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: gnome install dependency update-binfmts (Linux Only)

2010-02-02 Thread Anton Andreev
I had the same problem, but I though it is because I have reinstalled windows 
this has affected vmware. 
I mean that my gnome stopped accepting keyboard input and I could not log in.

-Anton

- Original Message -
From: "Bill Nickels" 
To: "Petr Salinger" 
Cc: debian-bsd@lists.debian.org
Sent: Tuesday, February 2, 2010 2:19:54 PM
Subject: Re: gnome install dependency update-binfmts (Linux Only)

Petr Salinger wrote:
>> This procedure completed the install but, the keyboard isn't present 
>> in gnome. So, I can't sign in.
>> Any suggestions?
>
> I am unsure whether I understand your problem.
>
> Try i.e.
> apt-get install --no-install-recommends gnome-applets gnome-office 
> gnome-utils
>
> Or the X by "apt-get install xorg"
>
> Petr
>
>
I can complete the:

  apt-get install --no-install-recommends xorg gnome

Then when the gnome log on window expects input of user name the 
keyboard characters don't show in the window. I thought that maybe echo 
was off but, there was no response when I continued to enter the user 
name. I could not get any response nor get to a terminal to hunt for a 
cause.


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Install ??

2010-01-14 Thread Anton Andreev
The installer is still broken.

I used the installer from 13.1.2010. I had to use the manual partitioning (the 
automatic did not work) and I choose to install only 79 packages - system 
utilities and the result was that the system has halted. I have chosen to use 
UFS file system.

It seems like a problem that was reported previously, which prevents the system 
from mounting the root file system, still exists.

Please fix the installer,

Cheers,
Anton

  
- Original Message -
From: "Petr Salinger" 
To: billnick...@hotmail.com
Cc: debian-bsd@lists.debian.org
Sent: Monday, 11 January, 2010 2:18:30 PM
Subject: Re: Install ??

> Followed the install through the return out of Alt-F3 back to Freebsd 
> sysinstall. Instructions didn't mention any additional steps once back to 
> sysinstall. Exited out. At boot the system comes up to a command line login. 
> Entered root and the root prompt comes up without asking for passwd. That may 
> be by design as I don't recall user setup ever running. Xserver-xorg isn't in 
> the system and none of the debian package stuff is available either. I think 
> I have missed some setup steps. Are there additional setup steps to take once 
> back to sysinstall? Is xorg version from freebsd or debian? Should I start 
> over( on vitualbox so not a big deal ) or can I continue with sysinstall from 
> the command line or CD image?

It looks like you used the old modified FreeBSD sysinstall.
Now, the debian-installer images should be mature enough: 
http://d-i.debian.org/daily-images/kfreebsd-amd64/ and 
http://d-i.debian.org/daily-images/kfreebsd-i386/

Anyway, you should have the basic system now.
Please add into /etc/apt/sources.list line like

deb http://ftp.cz.debian.org/debian unstable main contrib non-free

and run "apt-get update", "apt-get dist-upgrade".
After that, you can install individual packages like
xorg, xserver-xorg etc using "apt-get install xorg".
The problem might be uninstalability
of some packages due to ongoing transition.

I recomend also to install 8.0 based kernel,
either kfreebsd-image-8-amd64 or choose one from
kfreebsd-image-8-486/kfreebsd-image-8-686/kfreebsd-image-8-686-smp.

Petr


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Current daily build fails at installation

2010-01-04 Thread Anton Andreev
Hello,

I had a similar problem with the 32 bit version of the installer a week ago.

Cheers,
Anton

- Original Message -
From: "Aurelien Jarno" 
To: "Georg Gast" 
Cc: debian-bsd@lists.debian.org
Sent: Monday, 4 January, 2010 4:12:36 PM
Subject: Re: Current daily build fails at installation

Georg Gast a écrit :
> Hi,
> 
> today i tried to install the current daily build of "Debian 
> Gnu/kfreebsd" in a kvm under Debian/Linux.
> 
> The kfreebsd installation in the guest fails at the step: "Installing 
> base system". The syslog contains the following data:
> 
> 
> debootstrap: Setting up tasksel (2.80) ...
> main-menu[110]: WARNING **: Configuring 'bootstrap-base' failed with 
> error code 1
> main-menu[110]: WARNING **: Menu item 'bootstrap-base' failed.
> 
> 
> The mini.iso file has the md5sum
> 3e26e89d0d304b2ae6d9cb84626933fa  mini.iso
> 
> It was downloaded today (January 3rd) from: 
> http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/monolithic/mini.iso
> 
> Did not know how to bugreport that with the "normal" reportbug 
> procedure, so i decided to post in in this mailing list. Hope that is 
> the right place for it ;)

I have just done a test with this version, and I haven't seen any
problem. Could you please provide us more details especially:
- Which KVM version are you using?
- Which software environment did you try to install? A Desktop environment?
- Any non-default option you selected?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: installation fails

2009-12-16 Thread Anton Andreev
Hello again,

The error messages start with:

Setting up networking...
Mounting local filesystems...mount: /dev/ad0s1 : No such file or directory 
failed.(red)

Then there is a message about "/dev/null" not found which I have experienced 
several times during the installation, but I have ignored.

Cheers,
Anton

- Original Message -
From: "Aurelien Jarno" 
To: "Anton Andreev" 
Cc: debian-bsd@lists.debian.org
Sent: Wednesday, December 16, 2009 12:07:36 AM
Subject: Re: installation fails

On Tue, Dec 15, 2009 at 10:24:57PM +0200, Anton Andreev wrote:
> Hello,
> 
> After the debian kfreeBSD installer reboots the system then then first boot 
> fails.
> Does anyone has the same problem?
> 

This is due to a bug in initramfs, that mounts a tmpfs filesystem over
/dev (as on GNU/Linux), it used to be workarounded in freebsd-utils, but
a bug now prevents the workaround to work.

The bug is fixed in freebsd-utils from unstable, but the package still 
needs to migrate into testing. In the meanwhile, it is possible to 
workaround the problem by running "ln -s /proc/mtab /target/etc/mtab"
in the d-i terminal (using alt-f2), at the end of the installation,
and before rebooting.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: installation fails

2009-12-16 Thread Anton Andreev
Hello,

>From the error messages you all seems right about not able to mount.I have 
>experienced it on both vmware and virtualbox.
Maybe I will try and see if this manual workaround works.

Please move this package to testing.

Cheers,
Anton

- Original Message -
From: "Aurelien Jarno" 
To: "Anton Andreev" 
Cc: debian-bsd@lists.debian.org
Sent: Wednesday, December 16, 2009 12:07:36 AM
Subject: Re: installation fails

On Tue, Dec 15, 2009 at 10:24:57PM +0200, Anton Andreev wrote:
> Hello,
> 
> After the debian kfreeBSD installer reboots the system then then first boot 
> fails.
> Does anyone has the same problem?
> 

This is due to a bug in initramfs, that mounts a tmpfs filesystem over
/dev (as on GNU/Linux), it used to be workarounded in freebsd-utils, but
a bug now prevents the workaround to work.

The bug is fixed in freebsd-utils from unstable, but the package still 
needs to migrate into testing. In the meanwhile, it is possible to 
workaround the problem by running "ln -s /proc/mtab /target/etc/mtab"
in the d-i terminal (using alt-f2), at the end of the installation,
and before rebooting.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



installation fails

2009-12-15 Thread Anton Andreev
Hello,

After the debian kfreeBSD installer reboots the system then then first boot 
fails.
Does anyone has the same problem?

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with the port of Debian/kfreeBSD Installer

2009-10-30 Thread Anton Andreev

It says after "pkgsel":
"Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Reading task descriptions..."

and starts doing nothing.


- Original Message -
From: "Jakob Eriksson" 
To: debian-bsd@lists.debian.org
Sent: Friday, October 30, 2009 11:33:00 AM GMT +02:00 Athens, Bucharest, 
Istanbul
Subject: Re: Problem with the port of Debian/kfreeBSD Installer




On Fri, Oct 30, 2009 at 10:02:30AM +0200, Anton Andreev wrote:
> 
> Sorry but what is "VT4"? Is it tty4?
> 


Virtual terminal 4. (Hit ALT-F4, I guess.)


-- 
regards,
Jakob


It's is not, it isn't ain't, and it's it's, not its, if you mean it
is.  If you don't, it's its.  Then too, it's hers.  It isn't her's.  It
isn't our's either.  It's ours, and likewise yours and theirs.
-- Oxford University Press, Edpress News


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with the port of Debian/kfreeBSD Installer

2009-10-30 Thread Anton Andreev

Sorry but what is "VT4"? Is it tty4?

- Original Message -
From: "Christian Perrier" 
To: antonandr...@fmi.uni-sofia.bg
Cc: debian-b...@lists.debian.org, debian-bsd@lists.debian.org
Sent: Friday, October 30, 2009 7:53:55 AM GMT +02:00 Athens, Bucharest, Istanbul
Subject: Re: Problem with the port of Debian/kfreeBSD Installer

Quoting antonandr...@fmi.uni-sofia.bg (antonandr...@fmi.uni-sofia.bg):

> It all worked well until it reached "apt-get config" -> "Select and Install 
> software" and then freezed at 1% for a long time and it does nothing. I do 
> not think it will ever reach 2%. The system is still responsive, but seems 
> like nothing is happening - nor disk or network activity.


You should switch to VT4 and look at what's displayed there. It is
very likely that this is due to a package installation that's waiting
for some input.




signature.asc
Description: Digital signature


Re: debian-installer daily images

2009-09-13 Thread Anton Andreev
Hi,

I used the daily image from 12.09.2009 and I successfully installed 
kfreebsd-i386 from the mini.iso. It downloaded the packages, it set Gnome and I 
really liked it!

Good work!!!

Cheers,
Anton 

 
- Original Message -
From: "Luca Favatella" 
To: debian-bsd@lists.debian.org
Cc: debian-l...@lists.debian.org
Sent: Monday, September 7, 2009 11:08:46 PM GMT +02:00 Athens, Beirut, 
Bucharest, Istanbul
Subject: Re: debian-installer daily images

On 07/09/2009, Rogério Brito  wrote:
[...]
> Now (if you people don't bark on me for reporting duplicate bugs when
> I'm partly offline :)), it would be a good thing to have "official" live
> CDs for the platforms, to show off what is accomplished up to this
> point (and call for more help), and how usable it is (perhaps to get
> more users for the port).

Last week I quickly played a bit with Debian Live [0] on
kfreebsd-i386, with no results.

If I remember well (from #debian-kbsd and #debian-live)
* unionfs should be used instead of aufs
* ufs should be used instead of squashfs
* live-initramfs [1] should be ported first, and then live-helper [2]
* to port live-initramfs, only chroot, debootstrap and a hacked
live-initramfs are needed


Cheers,
Luca Favatella



[0] http://debian-live.alioth.debian.org/
[1] http://git.debian.net/?p=debian-live/live-initramfs.git;a=summary
[2] http://git.debian.net/?p=debian-live/live-helper.git;a=summary
[3] http://live.debian.net/manual/html/ch03s04.html


--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



problem with java-gcj-compat-dev

2009-05-21 Thread Anton Andreev
Hi,

I am trying to install default-jdk on Debian GNU / kFreeBSD, but the package 
java-gcj-compat-dev does not install with dpkg error: "trying to overwrite 
'/usr/bin/aot-compile', which is also in package libgcj-common"

I see that this problem is the same or similar to: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529412

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Java SDK

2009-05-20 Thread Anton Andreev

Hi,

I can not install "default-jdk" nor "openjdk-6-jre". 
Does anyone have successfully installed Java SDK on Debian GNU/kFreeBSD?

-Anton
- Original Message -
From: "Ludovic Courtès" 
To: debian-bsd@lists.debian.org
Sent: Thursday, May 21, 2009 2:34:49 AM GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: tomcat6

Hi,

Anton Andreev  writes:

> Do you think Debian GNU/kFreeBSD is stable enough for a LAMP, Tomcat
> server OS?

I don't know.  I haven't used it long enough to have anything to say
about its stability.

Thanks,
Ludo'.


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: tomcat6

2009-05-20 Thread Anton Andreev
Hi,

Do you think Debian GNU/kFreeBSD is stable enough for a LAMP, Tomcat server OS?

Cheers,
Anton
- Original Message -
From: "Ludovic Courtès" 
To: debian-bsd@lists.debian.org
Sent: Thursday, May 21, 2009 12:48:43 AM GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: tomcat6

Hello,

Anton Andreev  writes:

> Is tomcat available on Debian / kfreeBSD?

Apparently yes: http://packages.debian.org/sid/tomcat6 .

BTW, the proper name is "Debian GNU/kFreeBSD".

Thanks,
Ludo'.


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



tomcat6

2009-05-20 Thread Anton Andreev
Hi,

Is tomcat available on Debian / kfreeBSD?

Cheers,
Anton


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org