Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - Topelius

Sivuja: 1 ... 3 4 [5] 6 7 ... 18
81
Ubuntun kehitysversio / Vs: Ubuntu 10.04: Lucid Lynx
« : 18.02.10 - klo:20.17 »
Nyt on ilmestynyt joku erikoinen bugi koneeseen. Työpöytä käynnistyy normaalisti, mutta enter nappia jos painaa niin kone kaatuu. Jos painaa Alt Gr ja numero 2 nappia, niin sen jälkeen näyttöön ilmestyy kirjautumisruutu, vaikka käytössäni on automaattinen kirjautuminen.  Tämän operaation jälkeen kone toimii moitteettomasti...

82
Ubuntun kehitysversio / Vs: Ubuntu 10.04: Lucid Lynx
« : 15.02.10 - klo:20.15 »
Hö, mitäs pahaa google on tehnyt?

83
Ubuntun kehitysversio / Vs: Ubuntu 10.04: Lucid Lynx
« : 15.02.10 - klo:19.38 »
Olis tarjolla tyhmä kysymys firefoxin kanssa 10.04 versiossa. Tuossa 3.6 versiossa on oletushakukoone hakukokeena on ask.com, mutta miten siihen saisi vaihdettua googlen tilalle?  Sieltä muokkaa hakukoneita en ainakaan löytänyt googlea....

84
Oppaiden kehittäminen / Vs: FreeNX ja Windows-työasema
« : 08.02.10 - klo:12.36 »
Mitä pitäisi tehdä kun yrittää ottaa yhteyttä nxclientilla ubuntuun kun nxclient valittaa että NX> 536 ERROR: Reached the maximum number of allowed users on this server?

Olen ainoastaan käyttänyt yhteyttä 2 eri käyttäjillä? Miten on mahdollista lisätä tuota rajaa, että saisi enemmän käyttätunnuksia nx serveriin yhteyden?

85
Saunavision kautta katsottavien ohjelmien äänet pätkivät ubuntussa. Sama ongelma on ollut jo 8.10 versiosta lähtien. Äänet menevät jotenkin hieman nopeampaa kuin kuva ja välillä noin 30sekunnin välein ääni pätkii. Onko kellään muulla ollus vastaanlaisia ongelmia?

86
JOo kiitoksia, nyt alkoi grub toimimaan :)

87
Koodia: [Valitse]
ii  grub           0.97-29ubuntu5 GRand Unified Bootloader
ii  grub-common    1.97~beta4-1ub GRand Unified Bootloader, version 2 (common
un  grub-coreboot  <ei mitään>  (kuvausta ei saatavilla)
un  grub-doc       <ei mitään>  (kuvausta ei saatavilla)
un  grub-efi       <ei mitään>  (kuvausta ei saatavilla)
un  grub-efi-amd64 <ei mitään>  (kuvausta ei saatavilla)
un  grub-efi-ia32  <ei mitään>  (kuvausta ei saatavilla)
un  grub-emu       <ei mitään>  (kuvausta ei saatavilla)
un  grub-ieee1275  <ei mitään>  (kuvausta ei saatavilla)
un  grub-legacy    <ei mitään>  (kuvausta ei saatavilla)
un  grub-legacy-do <ei mitään>  (kuvausta ei saatavilla)
un  grub-linuxbios <ei mitään>  (kuvausta ei saatavilla)
rc  grub-pc        1.97~beta3-1ub GRand Unified Bootloader, version 2 (PC/BIOS
un  grub2          <ei mitään>  (kuvausta ei saatavilla)


Siis miten tuon grub2 saa pelkästään käyttään?

synapticin mukaan koneessa on vain grup ja grup-common paketit asennettu....

88
Koodia: [Valitse]
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=ec00da21-950c-422a-a756-e7c096b639d2

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu karmic (development branch), kernel 2.6.31-14-generic
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic

title Ubuntu karmic (development branch), kernel 2.6.31-14-generic (recovery mode)
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro  single
initrd /boot/initrd.img-2.6.31-14-generic

title Ubuntu karmic (development branch), kernel 2.6.31-12-generic
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro quiet splash
initrd /boot/initrd.img-2.6.31-12-generic

title Ubuntu karmic (development branch), kernel 2.6.31-12-generic (recovery mode)
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro  single
initrd /boot/initrd.img-2.6.31-12-generic

title Ubuntu karmic (development branch), kernel 2.6.31-11-generic
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-11-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro quiet splash
initrd /boot/initrd.img-2.6.31-11-generic

title Ubuntu karmic (development branch), kernel 2.6.31-11-generic (recovery mode)
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-11-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro  single
initrd /boot/initrd.img-2.6.31-11-generic

title Ubuntu karmic (development branch), kernel 2.6.31-10-generic
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-10-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro quiet splash
initrd /boot/initrd.img-2.6.31-10-generic

title Ubuntu karmic (development branch), kernel 2.6.31-10-generic (recovery mode)
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-10-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro  single
initrd /boot/initrd.img-2.6.31-10-generic

title Ubuntu karmic (development branch), kernel 2.6.31-9-generic
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-9-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro quiet splash
initrd /boot/initrd.img-2.6.31-9-generic

title Ubuntu karmic (development branch), kernel 2.6.31-9-generic (recovery mode)
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/vmlinuz-2.6.31-9-generic root=UUID=ec00da21-950c-422a-a756-e7c096b639d2 ro  single
initrd /boot/initrd.img-2.6.31-9-generic

title Chainload into GRUB 2
root ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/grub/core.img

title Ubuntu karmic (development branch), memtest86+
uuid ec00da21-950c-422a-a756-e7c096b639d2
kernel /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

1,97 versio näyttää olevan grubista käytössä

89
Yhyy, ei vieläkään.

90
Sama juttu. Vieläkin .11 on uusin kerneli jonka voi grubista valita

91
Mutta jostain syystä tuollakaan komennolla ne eivät päivity grubbiin

Searching for GRUB installation directory ... found: /boot/grub


Koodia: [Valitse]
sudo update-grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.31-14-generic
Found kernel: /boot/vmlinuz-2.6.31-12-generic
Found kernel: /boot/vmlinuz-2.6.31-11-generic
Found kernel: /boot/vmlinuz-2.6.31-10-generic
Found kernel: /boot/vmlinuz-2.6.31-9-generic
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

Mutta silti todellisuudessa 2.6.31-11 on uusin kerneli minkä voi valita. Vaikuttaako asiaan dual boot mitenkään?

92
Jostain syystä karmicin uudet kernelit eivät päivity grubbiin. Käytössä on edelleen tuo .11 versio vaikka päivitysten mukana on tullut jo versio .14.  Grubista ei edes löyty vaihtoehtoja uudelle kerneleille

Miten tuota grubia saisi päivitettyä?

93
Ubuntun kehitysversio / Vs: 9.10: WLAN atheros
« : 24.09.09 - klo:19.00 »
Nyt tuli näköjään taas ongelmia wlanin kanssa. Nyt viimeisimmän päivityksen myötä network-manager lakkasi toimimasta.  Taitaa olla parasta vaan odotella korjauspäivitystä...

94
Joo kiitoksia. Tuo symbolinen linkki riitti ihan neuvoksi :)

95
Onko sellainen mahdollista, että vaikka tiettyyn kansioon tallennetut tiedostot kopioituisivat automaattisesti Ubuntu oneen? Näin saisi vaan helposti esimerkiksi toimivan varmuuskopio systeemin.

96
Juuri vielä äsken kokeilin päivittää. Ihmettelin kanssa, koska käytössäni on jo muutamaa muu 9.10 versio, jotka toimivat ihan moitteettomasti...

97
Tuo on ihan uus puhdas asennus... Muuten kaikki muut toimii ok, paitsi että ubuntu on englannin kielinen.

98
Ubuntun kehitysversio / Kieliasetukset 9.10 netbook remix
« : 17.09.09 - klo:20.00 »
En saa muutettua kieliasetuksia. Kieliasetukset antavat seuraavanlaisen virhekoodin:

 
Koodia: [Valitse]
usr/lib/python2.6/dist-packages/LanguageSelector/gtk/SimpleGtkbuilderApp.py:34: RuntimeWarning: missing handler 'on_combobox_locale_chooser_changed'
  self.builder.connect_signals(self)
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/SimpleGtkbuilderApp.py:34: RuntimeWarning: missing handler 'on_button_apply_system_wide_clicked'
  self.builder.connect_signals(self)
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py:869: GtkWarning: gtk_cell_view_set_cell_data: assertion `cell_view->priv->displayed_row != NULL' failed
  cell = combo.get_child().get_cell_renderers()[0]
/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py:836: GtkWarning: gtk_cell_view_set_cell_data: assertion `cell_view->priv->displayed_row != NULL' failed
  cell = combo.get_child().get_cell_renderers()[0]
Traceback (most recent call last):
  File "/usr/bin/gnome-language-selector", line 32, in <module>
    options=options)
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", line 212, in __init__
    self.verifyInstalledLangPacks()
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", line 713, in verifyInstalledLangPacks
    missing = self.getMissingLangPacks()
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/LanguageSelector.py", line 116, in getMissingLangPacks
    if self[pkg].isInstalled and \
TypeError: 'GtkLanguageSelector' object is unsubscriptable
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 100, in apport_excepthook
    os.O_WRONLY|os.O_CREAT|os.O_EXCL), 'w')
OSError: [Errno 13] Lupa evätty: '/var/crash/_usr_bin_gnome-language-selector.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/gnome-language-selector", line 32, in <module>
    options=options)
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", line 212, in __init__
    self.verifyInstalledLangPacks()
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", line 713, in verifyInstalledLangPacks
    missing = self.getMissingLangPacks()
  File "/usr/lib/python2.6/dist-packages/LanguageSelector/LanguageSelector.py", line 116, in getMissingLangPacks
    if self[pkg].isInstalled and \
TypeError: 'GtkLanguageSelector' object is unsubscriptable

99
Netbook remixissä tulee työpöydälle noit ohjelmien kuvakkeita. Saako niiden kokoa jotenkin muokattua. Ne tultuvat oleva niin mahdottoman suuria...

100
Pahus kun en saa edes enää tekstitilaa päälle kun kone jää kohtaan
mount: mounting /sys on /root/sys failed: Input/output error
[ 6.929804] EXT4-fa error /device sda1): ext4_iget. bogus i_mode (70141) for inode 81925

Sivuja: 1 ... 3 4 [5] 6 7 ... 18