Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Domandine
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 7:13 am    Post subject: Domandine Reply with quote

Ho piccoli problemini:
1) non posso montare con un utente normale i cdrom!Sarà sicuramente un problema di permessi..come posso risolvere?

2) Quando provo a montare una partizione fat32 anche da root mi viene restituito il messaggio:
mount: wrong fs type, bad option, bad superblock on /dev/hda9, or too many mounted file systems(rifa in fstab: /dev/hda9 /mnt/hd vfat auto,rw,user 0 0)

3)Non riesco a fare l'emerge di openoffice!

bash-2.05b# emerge --usepkg openoffice
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-1.1.1-r1 to /
>>> md5 src_uri ;-) OOo_1.1.1p1_source.tar.bz2
>>> md5 src_uri ;-) gpc231.tar.Z
*
* This ebuild has only been tested with the blackdown port of
* java. If you use another java implementation, it could fail
* horribly, so please merge the blackdown-jdk and set it as
* system VM before proceeding:
*
* # emerge blackdown-jdk
* # java-config --set-system-vm=blackdown-jdk-<VERSION>
* # env-update
* # source /etc/profile
*
* Please adjust <VERSION> according to the version installed in
* /opt.
*
* If you however want to test another JDK (not officially supported),
* you could do the following:
*
* # export FORCE_JAVA=yes
*

!!! ERROR: app-office/openoffice-1.1.1-r1 failed.
!!! Function pkg_setup, Line 122, Exitcode 0
!!! (no error message)

penso che si possano fare più domande o dovevo fare più topic?spero di non aver sbagliato
Grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 7:48 am    Post subject: Re: Domandine Reply with quote

andreaaz78 wrote:
1) non posso montare con un utente normale i cdrom!Sarà sicuramente un problema di permessi..come posso risolvere?

Nel tuo fstab ci deve essere qualcosa del genere
Code:
/dev/cdrom      /mnt/cdrom      iso9660         noauto,ro,users         0 0


andreaaz78 wrote:
2) Quando provo a montare una partizione fat32 anche da root mi viene restituito il messaggio:

Per montare le fat http://www.gentoo.it/tips/TRICK.U2.html
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri May 07, 2004 8:16 am    Post subject: Re: Domandine Reply with quote

andreaaz78 wrote:
3)Non riesco a fare l'emerge di openoffice!

* # emerge blackdown-jdk
* # java-config --set-system-vm=blackdown-jdk-<VERSION>
* # env-update
* # source /etc/profile
*
* Please adjust <VERSION> according to the version installed in
* /opt.
*
* If you however want to test another JDK (not officially supported),
* you could do the following:
*
* # export FORCE_JAVA=yes


Sembra che ci siano problemi con java.
Tu hai java instalalto? la versione blackdown o quella ufficiale SUN?

Quote:

penso che si possano fare più domande o dovevo fare più topic?spero di non aver sbagliato


Beh in generale sarebbe bene fare più topic con titolo pertinente, in maniera da permettere a chi guarda l'indice di vedere l'argomento trattato dal post ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 8:39 am    Post subject: Java & openoffice Reply with quote

io non ho fatto nessun emerge di java!Non si installano le varie dipendenze?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 8:44 am    Post subject: Re: Java & openoffice Reply with quote

andreaaz78 wrote:
io non ho fatto nessun emerge di java!Non si installano le varie dipendenze?

Posta l'output di
Code:
# java-config --list-available-vms

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 8:46 am    Post subject: Vfat & fstab Reply with quote

Il Kernel è configurato bene, infatti se monto in questo modo tutto funziona:

mount /dev/hda9 /mnt/hd/

mi da errore invece se faccio

mount /dev/hda9 (con il percorso impostato in fstab)

e ovviamente anche se carico tramite fstab

mount -a

La riga di fstab:
/dev/hda9 /mnt/hd vfat defaults,umask=000 0 0

l'errore è sempre questo:
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
or too many mounted file systems
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 8:48 am    Post subject: Java & openoffice Reply with quote

bash-2.05b# java-config --list-available-vms
[blackdown-jre-1.4.1] "Blackdown JRE 1.4.1" (/etc/env.d/java/20blackdown-jre-1.4.1) *
[blackdown-jdk-1.4.1] "Blackdown JDK 1.4.1" (/etc/env.d/java/20blackdown-jdk-1.4.1)

Grazie(e si era meglio con diversi topc )
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 8:48 am    Post subject: Reply with quote

Sei sicuro che sia /dev/hda9 quella con la fat32? Posta l'output di
Code:
# file -s /dev/hda9

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 8:54 am    Post subject: Reply with quote

Certo anche perchè con
mount /dev/hda9 /mnt/hd
funziona e vedo tutto quello che c'è dentro!
L'Output:

file -s /dev/hda9
/dev/hda9: symbolic link to `ide/host0/bus0/target0/lun0/part9'
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri May 07, 2004 8:58 am    Post subject: Re: Java & openoffice Reply with quote

andreaaz78 wrote:
bash-2.05b# java-config --list-available-vms
[blackdown-jre-1.4.1] "Blackdown JRE 1.4.1" (/etc/env.d/java/20blackdown-jre-1.4.1) *
[blackdown-jdk-1.4.1] "Blackdown JDK 1.4.1" (/etc/env.d/java/20blackdown-jdk-1.4.1)

Grazie(e si era meglio con diversi topc )


sembra installata, prova a dare un:
Code:

env-update
source /etc/profile

e poi a riemergere OOo
_________________
Ciao da me!
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 9:02 am    Post subject: Re: Java & openoffice Reply with quote

Non va:

bash-2.05b# env-update
* Caching service dependencies... [ ok ]

bash-2.05b# source /etc/profile

giuggiolo root # emerge openoffice
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-1.1.1-r1 to /
>>> md5 src_uri ;-) OOo_1.1.1p1_source.tar.bz2
>>> md5 src_uri ;-) gpc231.tar.Z
*
* This ebuild has only been tested with the blackdown port of
[...
]!!! ERROR: app-office/openoffice-1.1.1-r1 failed.
!!! Function pkg_setup, Line 122, Exitcode 0
!!! (no error message)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 9:03 am    Post subject: Reply with quote

andreaaz78 wrote:
file -s /dev/hda9
/dev/hda9: symbolic link to `ide/host0/bus0/target0/lun0/part9'

Allora fai
Code:
# file -s /dev/ide/host0/bus0/target0/lun0/part9

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 10:01 am    Post subject: Reply with quote

file -s /dev/ide/host0/bus0/target0/lun0/part9
/dev/ide/host0/bus0/target0/lun0/part9:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 10:01 am    Post subject: Reply with quote

andreaaz78 wrote:
file -s /dev/ide/host0/bus0/target0/lun0/part9
/dev/ide/host0/bus0/target0/lun0/part9:

Solo questo? prova a fare la stessa cosa con una partizione linux.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 10:08 am    Post subject: Reply with quote

bash-2.05b# file -s /dev/ide/host0/bus0/target0/lun0/part6
/dev/ide/host0/bus0/target0/lun0/part6: Linux rev 1.0 ext3 filesystem data (needs journal recovery)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 10:08 am    Post subject: Reply with quote

Ma il modulo fat e vfat sono caricati?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri May 07, 2004 10:10 am    Post subject: Re: Java & openoffice Reply with quote

andreaaz78 wrote:

!!! ERROR: app-office/openoffice-1.1.1-r1 failed.
!!! Function pkg_setup, Line 122, Exitcode 0
!!! (no error message)


Prova a postare l'output di:
Code:

#grep java /var/cache/edb/virtuals

_________________
Ciao da me!
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 10:30 am    Post subject: Reply with quote

grep java /var/cache/edb/virtuals
virtual/jre dev-java/blackdown-jre dev-java/blackdown-jdk
virtual/jdk dev-java/blackdown-jdk
virtual/java-scheme dev-java/blackdown-jre dev-java/blackdown-jdk
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 10:32 am    Post subject: Reply with quote

con lsmod:

vfat 11392 0
fat 38592 1 vfat

cmq funzina se lo monto con il comando mount /dev/hda9 /mnt/hd
quindi i moduli sono caricati
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 10:39 am    Post subject: Reply with quote

Prova a montarla a mano con
Code:
# mount -t vfat /dev/hda9 /mnt/hd

e dimmi che dice
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 1:35 pm    Post subject: Reply with quote

bash-2.05b# mount -t vfat /dev/hda9 /mnt/hd
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
or too many mounted file systems
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 1:36 pm    Post subject: Reply with quote

andreaaz78 wrote:
bash-2.05b# mount -t vfat /dev/hda9 /mnt/hd
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
or too many mounted file systems

Vuol dire che non e' una partizione fat. Prova con
Code:
# mount -t ntfs /dev/hda9 /mnt/hd

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
andreaaz78
n00b
n00b


Joined: 06 May 2004
Posts: 33

PostPosted: Fri May 07, 2004 1:48 pm    Post subject: Reply with quote

è sicuramente fat anche perchè è una partizione che gia avevo prima quando usavo fedora! Ho installato solo Linux su questo Pc quindi ntfs non ce l'ho mai messa!
Anche fdisk mi da conferma del tipo di filesystem! è Fat:

/dev/hda9 7370 10011 21221833+ c W95 FAT32 (LBA)
Back to top
View user's profile Send private message
ilithiiri
n00b
n00b


Joined: 05 May 2004
Posts: 29
Location: Largs/Greenock - Scotland

PostPosted: Fri May 07, 2004 1:58 pm    Post subject: Re: Vfat & fstab Reply with quote

andreaaz78 wrote:
La riga di fstab:
/dev/hda9 /mnt/hd vfat defaults,umask=000 0 0
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
or too many mounted file systems


Sicuro sicuro di voler mettere umask=000 (no read, no write, no execute) ?

Prova un peletto a togliere quella opzione li e vedi se te lo monta ;)

my £0.02 che dovrebbe funzionare

-marco-
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri May 07, 2004 2:16 pm    Post subject: Re: Vfat & fstab Reply with quote

ilithiiri wrote:
Sicuro sicuro di voler mettere umask=000 (no read, no write, no execute) ?

umask=0,0,0 fa esattamente il contrerio da quello che hai detto. andreaaz78 metti nel tuo fstab al posto di vfat auto.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum