» »

Ubuntu vprašanja

Ubuntu vprašanja

««
17 / 22
»»

gddr85 ::

Ah problem rešen. Sem obkljukal nomodeset in sem prišel notr. Ni mi pa jasno zakaj sem moral obkljukat nomodeset.

b3D_950 ::

> Ni mi pa jasno zakaj sem moral obkljukat nomodeset.

Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.

....

btw. za ubuntu 14.04 je na voljo klasično namizje GNOME Flashback:
http://www.omgubuntu.co.uk/2014/04/ubun...

DuleKrtola ::

Ubuntu 13.04. A zna kdo nastavit primary monitor? Problem je unitijev assumption, da je leftmost monitor "glavni". Ko na laptop priklučim dodatni monitor, ki se nahaja levo od laptopa, mi vsa okna zmeče tja. Če monitor v nastavitvi "Displays" potegnem desno od laptopa, je OK. Sem potweakal nastavitve v ~/.config/monitors.xml in probal z "xrandr --output eDP1 --primary" pa ne zaleže. Še kakšen recept?

Zgodovina sprememb…

N4m31355 ::

ce gres via gui pod monitors, imas pod monitorjem moznost "this is primary monitor"?

DuleKrtola ::

Nope, tega v unity ni več

b3D_950 ::

DuleKrtola ::

Probal 1. in 3. odgovor, noben ne zaleže. Nimam nvidia grafike, tako da 2. ne pride v poštev

b3D_950 ::

Kaj pa to?



2: Disper Indicator:
http://www.noobslab.com/2013/12/best-us...

Zgodovina sprememb…

  • spremenil: b3D_950 ()

DuleKrtola ::

1. Tega pa res nism probal, ker mi paše imet launcher na obeh ekranih. Bom probal.

2.
Disper-indicator is use to switch display. This indicator also detects which monitors are currently in use and shows option to enable single screen, clone or extended screen configurations for NVIDIA cards.

Najbrž odpade ...


Hvala za predloge.

zk_eu ::

A mi lahko kdo pomaga naredit bližnjico na tipkovnici za vklopit/izklopit touchpad oz. sledilno ploščico. Nekako ne najdem ustreznih navodil na internetu. Hvala! :)
Non omne, quod licet, honestum est - Ni vse, kar je dovoljeno, tudi pošteno.

s6c-gEL ::

Rad bi v linuxu (usb boot v live linux) skopiram vsebino iz starega na nov disk (fajle + (pod)mape), oba ext fs in pri tem ohranil datume.
če uporabim
cp -pdRx /mnt/sdb2/ /mnt/sdc2/
mi v /mnt/sdc2 (nov hdd) naredi mapo sdb2 in vanjo skopira vsebino, namesto da bi vsebino iz /mnt/sdb2/ (star hdd) direktno skopiralo v /mnt/sdc2/ (nov hdd).

(star hdd)
/mnt/sdb2/blah1 (mapa)
/mnt/sdb2/blah1.txt (fajl)

tako mi skopira:
(nov hdd)/sdb2/blah1 (mapa)
/mnt/sdc2/sdb2/blah1.txt (fajl)


Kaj delam narobe oz kako to popraviti ?

Zgodovina sprememb…

  • spremenilo: s6c-gEL ()

BigWhale ::

cp -a /mnt/foo/* /mnt/foo2/

s6c-gEL ::

Hvala, deluje.

Barbarpapa2 ::

Pozdrav

Z brskalnikom Chromium imam na Lubuntu od posodobitve na verzijo 14.04 (32 bit) zanimivo težavo. V tem brskalniku mi je tipkovnica prenehala delovati. Mogoče zabeleži kakšna dva pritiska na tipke, potem pa enostavno "ne sprejema več". Sem v windows maniri Chromium "skinil" ter ponovno namestil, a je učinek enak. Drugače Chromium dela čisto običajno, kar se klikanja z miško tiče...

Na Ubuntu 14.04 (64 bit)je vse OK...

Se komu sanja, kaj bi bil vzrok in kako ga odpraviti?

LP

Jože

Zvezdica27 ::

Dule:

kar rabiš je program arandr, ko nastaviš pa potem v startup skripto daš (googlaj kako je to v ubuntu, v mojem distu je to poenostavljeno). Z arandr lahko nastaviš screene, kje bo kak itd...

sicer pa je cel kup programčkov na to temo, ker v bistvu... morda to pod unity sploh ne deluje (je že na wayland?) Če je še na X, potem boš to nastalvjal v Xorg.conf kot v starih dobrih časih

zz

marjan_h ::

Mene zanima kako osvežiš repozitorij tako, da inštaliraš najnovejše verzije knjižnic.

Poskusil sem z:
sudo apt-get update


Vendar ko hočem inštalirati numpy za python:
apt-get install python-numpy

Mi vedno inštalira 1.6 in ne 1.7. Kako upgrade-at?

Hvala.

technolog ::

Če nisi na LTS, potem bi moral imet ta paket na 1.7 oz. celo na 1.8.

poweroff ::

Kaj vrne:
cat /etc/lsb-release
sudo poweroff

WizmoTo ::

Barbarpapa2 je izjavil:


Z brskalnikom Chromium imam na Lubuntu od posodobitve na verzijo 14.04 (32 bit) zanimivo težavo. V tem brskalniku mi je tipkovnica prenehala delovati. Mogoče zabeleži kakšna dva pritiska na tipke, potem pa enostavno "ne sprejema več". Sem v windows maniri Chromium "skinil" ter ponovno namestil, a je učinek enak. Drugače Chromium dela čisto običajno, kar se klikanja z miško tiče...


Imam enak problem, ampak na 64bit. Menda je bug v chromiumu. Walkaround, ki pri meni deluje, je ta, da ne lavfaš ibus daemona...
Tam ko imaš ikono za tipkovnico, daš quit in bo ibus daemon tudi izginil, poskusi če bo pomagalo...

minusnič ::

Meni se numpy tudi zaustavi na v1.6.1 na ubuntu 12.04 LTS.

Želeno verzijo dobiš na enega izmed dveh načinov:

1)
git clone https://github.com/numpy/numpy numpy
cd numpy
git checkout v1.7.0

2) Naložiš arhiv iz https://github.com/numpy/numpy/releases... in ga odpakiraš.

Nato greš v direktorij, kamor si to verzijo naložil, ter pythonov interpreter (rabiš su pravice - vsaj za install opcijo) nad setup.py (sudo python setup.py). Nato dobiš sledeči meni:

Tasks:
i - Show python/platform/machine information
ie - Show environment information
c - Show C compilers information
c[name] - Set C compiler (current:None)
f - Show Fortran compilers information
f[name>] - Set Fortran compiler (current:None)
e - Edit proposed sys.argv[1:].

Task aliases:
0 - Configure
1 - Build
2 - Install
2[prefix] - Install with prefix.
3 - Inplace build
4 - Source distribution
5 - Binary distribution

Proposed sys.argv = ['setup.py']

Jaz sem izbral opcijo install(2). Posodobilo mi je /usr/local/lib/python2.7/dist-packages/numpy z ustrezno verzijo.

LightBit ::

Barbarpapa2 ::

Pozdrav

WizmoTo, poskusim jutri in poročam. Pri meni je na Ubuntu 14.04 LTS (64 bit) vse OK....

LP

Jože

Barbarpapa2 ::

Pozdrav

WizmoTo, hvala! :-) Zadeva deluje, tole pišem v Chromiumu na Lubuntu....

LP

Jože

Zgodovina sprememb…

N4m31355 ::

Furam Lubuntu verzijo.
sudo apt-get update mi vrne
Fetched 19.6 MB in 14s (1,355 kB/s)
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/r... 404 Not Found

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/r... 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

any hints? odkar mam verzijo 14.04 mi je zacel zmrzovat.

b3D_950 ::

sudo nano /etc/apt/sources.list


Popravi kar je narobe oz. zamenjaš s tem:

#deb cdrom:[Lubuntu 14.04 LTS _Trusty Tahr_ - Release i386 (20140416.2)]/ trusty main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://si.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://si.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://si.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty universe
deb http://si.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://si.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://si.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://si.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://si.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main

s6c-gEL ::

Debian sid na armel boardu https://packages.debian.org/sid/samba , danes mi je apt-get update zjebal sambo do konca.
Sem jo nato pobrisal z dpkg -- purge, vendar je sedaj ne morem več namestiti.Kako naj rešim ?

apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
samba : Depends: python-samba but it is not going to be installed
Depends: samba-common-bin (= 2:4.1.7+dfsg-2) but it is not going to be installed
Depends: samba-dsdb-modules but it is not going to be installed
Depends: samba-libs (= 2:4.1.7+dfsg-2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

b3D_950 ::

sudo apt-get install -f
ali pa sudo apt-get clean da zbrišeš iz cacha?

probaj še s apt-get remove --purge samba in potem apt-get autoremove.

s6c-gEL ::

Zagnal vse 4 ukaze, javi enako kot prej, ko jo hočem namestiti.


apt-get clean

//ne javi ničesar.

apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


apt-get remove --purge samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'samba' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

b3D_950 ::

sudo apt-get update
sudo apt-get install samba-common

kaj pa če zloadaš deb in instaliraš dpkg -i *.deb?

s6c-gEL ::

Paket samba-common mi je uspešno namestilo.

Kot kaže libldb1 dela štalo, je del samba-libs.

apt-get install python-samba
python-samba : Depends: samba-libs (= 2:4.1.7+dfsg-2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


->
apt-get install samba-libs
The following information may help to resolve the situation:
The following packages have unmet dependencies:
samba-libs : Depends: libldb1 (< 1:1.1.17~) but 1:1.1.17-1 is to be installed
E: Unable to correct problems, you have held broken packages
.

->

apt-get install libldb1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libldb1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.




dpkg -i *.deb še nisem poskusil.

apt get log


Start-Date: 2014-06-02 10:51:49
Commandline: apt-get upgrade
Upgrade: gettext:armel (0.18.3.2-1, 0.18.3.2-2), autopoint:armel (0.18.3.2-1, 0.18.3.2-2), libtdb1:armel (1.2.13-4, 1.3.0-1), gcc-4.9-base:armel (4.9.0-4, 4.9.0-5), libpcap0.8:armel (1.5.3-2, 1.5.3-3), python-talloc:armel (2.1.0-2, 2.1.1-1), libtalloc2:armel (2.1.0-2, 2.1.1-1), tdb-tools:armel (1.2.13-4, 1.3.0-1), libatomic1:armel (4.9.0-4, 4.9.0-5), python-tdb:armel (1.2.13-4, 1.3.0-1), ruby-debian:armel (0.3.8+b3, 0.3.8+b4), libstdc++6:armel (4.9.0-4, 4.9.0-5), libffi6:armel (3.1~rc1+r3.0.13-12, 3.1-1), libgnutls26:armel (2.12.23-15, 2.12.23-16), libgnutls28:armel (3.2.14-1, 3.2.15-1), libgomp1:armel (4.9.0-4, 4.9.0-5), libgnutls-openssl27:armel (3.2.14-1, 3.2.15-1), gettext-base:armel (0.18.3.2-1, 0.18.3.2-2), libasprintf0c2:armel (0.18.3.2-1, 0.18.3.2-2), libgcc1:armel (4.9.0-4, 4.9.0-5)
End-Date: 2014-06-02 10:52:17


Start-Date: 2014-06-02 10:52:54
Commandline: apt-get dist-upgrade
Upgrade: python-ldb:armel (1.1.16-1, 1.1.17-1), libldb1:armel (1.1.16-1, 1.1.17-1)
Remove: samba:armel (4.1.7+dfsg-2), samba-common-bin:armel (4.1.7+dfsg-2), python-samba:armel (4.1.7+dfsg-2), samba-dsdb-modules:armel (4.1.7+dfsg-2), samba-libs:armel (4.1.7+dfsg-2)
End-Date: 2014-06-02 10:53:20


libldb1 se je upgrejdal iz 1.1.16-1 na 1.1.17-1.


Upgrejdam tako (vsake toliko):
apt-get update && apt-get upgrade && apt-get dist-upgrade
apt-get autoremove && apt-get autoclean


Ki je šel tokrat očitno zelo narobe:

Log started: 2014-06-02 10:52:54
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30846 files and directories currently installed.)
Removing samba (2:4.1.7+dfsg-2) ...
[....] Stopping Samba AD DC daemon: samba[?25l7[ ok 8[?12l[?25h.
[....] Stopping NetBIOS name server: nmbd[?25l7[ ok 8[?12l[?25h.
[....] Stopping SMB/CIFS daemon: smbd[?25l7[ ok 8[?12l[?25h.
Removing samba-common-bin (2:4.1.7+dfsg-2) ...
Removing python-samba (2:4.1.7+dfsg-2) ...
Removing samba-dsdb-modules (2:4.1.7+dfsg-2) ...
Removing samba-libs:armel (2:4.1.7+dfsg-2) ...

Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for libc-bin (2.18-7) ...
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30122 files and directories currently installed.)
Preparing to unpack .../python-ldb_1%3a1.1.17-1_armel.deb ...
Unpacking python-ldb (1:1.1.17-1) over (1:1.1.16-1) ...
Preparing to unpack .../libldb1_1%3a1.1.17-1_armel.deb ...
Unpacking libldb1:armel (1:1.1.17-1) over (1:1.1.16-1) ...
Setting up libldb1:armel (1:1.1.17-1) ...
Setting up python-ldb (1:1.1.17-1) ...
Processing triggers for libc-bin (2.18-7) ...
Log ended: 2014-06-02 10:53:20

Zgodovina sprememb…

  • spremenilo: s6c-gEL ()

b3D_950 ::

uporabljal raje samo
apt-get update
apt-get upgrade

brez apt-get dist-upgrade in ostalih autoremove ipd.

http://askubuntu.com/questions/194651/w...

s6c-gEL ::

apt-cache depends samba | grep Conflicts
Conflicts: libldb1
Conflicts: samba
Conflicts: < samba-ad-dc >
Conflicts: samba-doc
Conflicts: < samba-tools >
Conflicts: < samba4 >

Bom tole pobrisal, mogoče zna pomagati.

Zvezdica27 ::

lp,

uporabljaj synaptic, bo lažje najti in klikati, pri zapletih je synaptic zakon. Najdi proken paketke in jih ponovno namesti, magari lock version (downgrade). Potem ročno pokljukaj vse zgornje paketke (dependencies) in na koncu še sambo. Mora delati.

Ali uporabljaj samo upgrade ali samo dist-upgrade.

Če si na sid, se tole zna zgoditi, ni pa pogosto.

zz

s6c-gEL ::

armel board uporabljam (samo terminal).

Zgodovina sprememb…

  • spremenilo: s6c-gEL ()

s6c-gEL ::

Uredil, tako da sem spremenil /etc/apt/sources.list v stable iz unstable, apt-get update, nato namestil "apt-get install samba samba-common-bin" in dela.
Očitno so v sid nekaj konkretno zajebali.

Zgodovina sprememb…

  • spremenilo: s6c-gEL ()

Egidij88 ::

Je kdo dodajal DSN v Ubuntu? Rad bi dodal SQL Server, pri Data Source Name Wizardu nimam driverja. Obrnil že pol neta za odbc client ali kaj podobnega...

b3D_950 ::

DuleKrtola ::

Imam 4GB rama in 4GB swapa na SSDju. Mam odprtih precej stvari in swap je zaseden 100%, RAM pa 60%. To se mi ne zdi normalno, mar se ne nuca swap ko zmanjka fizičnega memorija? Tudi ko zaprem par stvari se ram spuca, swap pa ne ...

black ice ::

Nastavi swapiness.

b3D_950 ::

Za opt. SSDja sledi tem navodilom (10. Limit swap wear and tame the inode cache): https://sites.google.com/site/easylinux...

eric_cartman ::

Malo si bom temo sposodil..Imam vprašanje glede Ubuntu 13.10.

Imam ga inštaliranega in dodanega 15 Gb prostora. Zdaj sem ugotovil, da je to kar fajn zadeva in porabil ves prostor. Rad bi ga povečal, ne bi pa ga rad brisal in ponovno inštaliral.

Torej kakšen je najlažji način, da dodam prostor Ubuntuju. (še to..Ubuntu ni inštaliran z Wubi-jem). Baje, da je to tut pomembno. :)

Zgodovina sprememb…

black ice ::

Povej kako imaš ustvarjene particije (vrstni red) in velikost.

eric_cartman ::

Takole je:




Naredil sem si pa še unallocated space, na katerega je bil inštalian ubuntu (dual boot) 15Gb.
Tega tukaj ne kaže...

Zgodovina sprememb…

N4m31355 ::

vzemi live boot zazeni GParted in prestavi particije tako da bos lahko dodal 15GB k tej ki jo zelis povecas.

P.S. prav zna se zgoditi da ti to unici bmr... jst bi pol zagnov se update-grub -- nej kdo bl izkusen komentira tole

DuleKrtola ::

Thx, rešeno. Sumim pa, da je bil za to odgovoren tudi eclipse. Zatem ko sem nastavil swappiness na 15 se ni zgodilo nič, ko pa sem zaprl eclipse je začel padat. Bemti JAVA!

Zvezdica27 ::

java in flash in še par hecnih zadev je katastrofa...

N4m31355 ::

Lep pozdrav!
Kje lahko ponovno instaliram zvocno kartico?
pogruntal sem da imam na win7 bistveno bolj kvalitreten zvok kot na lubuntuju.. ze sam bas je veliko bolj sibek poleg tega pa mi ne delujejo vsi zvoniki ne glede na to kako jih priklopim.
zvocna je supreme fx audio sistem pa je 5.1 od starejsega hisnega kina.
na win7 delajo vsi zvocniki tako da preverjeno vem da to dela.

N4m31355 ::

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/r... 404 Not Found

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/r... 404 Not Found
hint? pod sources ju nism najdu..

Zvezdica27 ::

Raring ni več podprt, mimogrede. Zato dobiš 404.

zz

N4m31355 ::

torej kje ga lahko zbrisem? mislim da mi zaradi tega errorja noce updejtat nic.
««
17 / 22
»»


Vredno ogleda ...

TemaSporočilaOglediZadnje sporočilo
TemaSporočilaOglediZadnje sporočilo
!

[(K)Ubuntu] Vprašanja in težave (strani: 1 2 3 419 20 21 22 )

Oddelek: Operacijski sistemi
1066316460 (1972) polozweii
»

[UBUNTU SERVER 10.04] Grub se ne postavi

Oddelek: Operacijski sistemi
478891 (8103) Icematxyz
»

Ubuntu 10.10 - 10 Out Of 10 (strani: 1 2 3 419 20 21 22 )

Oddelek: Operacijski sistemi
1093160158 (117751) Icematxyz
»

[UBUNTU 10.04] GRUB se ne postavi

Oddelek: Operacijski sistemi
335364 (5148) matijaz74
»

Ubuntu 10.04 LTS - Change is coming (strani: 1 2 3 417 18 19 20 )

Oddelek: Operacijski sistemi
999134651 (97537) Icematxyz

Več podobnih tem