X



トップページLinux
755コメント242KB
Gentoo Linux 36
0004login:Penguin
垢版 |
2018/01/05(金) 21:53:04.90ID:r3tjJNX1
俺メモ
17.0 profile (gcc 6.4.0)で、cairo-dock-pluginsが、redefined struct timespec エラーで
emergeできない場合、CFLAGSに -D_POSIX_C_SOURCE=200809L を付け加えればおk
0005login:Penguin
垢版 |
2018/01/06(土) 10:52:07.79ID:C2X4PVae
普段使ってるVMをprofile 17へ移行前にconflict解消してたら間違えてぶっ壊したw
snapshotはもう4年ぐらい前の物なんでportageのアップデートが面倒すぎる。
新年早々stage3のminimalDVDイメージgetして再構築中。
0006login:Penguin
垢版 |
2018/01/06(土) 11:25:41.86ID:Q5WM5TUv
ついでに17.1に移行しておけばいいよ
0007login:Penguin
垢版 |
2018/01/14(日) 21:07:29.93ID:73aJ4H1j
stage3 bz2じゃなくてxzになってるのな
systemdがbz2
0008login:Penguin
垢版 |
2018/01/14(日) 21:09:01.39ID:73aJ4H1j
ローリングリリースといっても結局
インストールしなおしになるのな
0009login:Penguin
垢版 |
2018/01/18(木) 07:56:32.25ID:DJnx2Eva
gentoo-sources-4.14.14
> Avoid speculative indirect branches in kernel (RETPOLINE) [Y/n/?]

とりあえずデフォルトのYで
0010login:Penguin
垢版 |
2018/02/01(木) 23:13:59.77ID:OrAsTYpq
eselect opencl にradeon出てこない
nvidiaは選択できるのに
0011login:Penguin
垢版 |
2018/02/24(土) 10:25:50.40ID:WmwgydJr
ここの住民はアンチョコなしでgentooインスコできるってマジ?
0012login:Penguin
垢版 |
2018/02/24(土) 12:43:49.52ID:r4vBpm11
アンチョコって何だ?ハンドブックなら普通読むだろ
むしろマニュアル類を読まない人にgentooは向いてない
0013login:Penguin
垢版 |
2018/02/24(土) 13:48:40.64ID:tGMRSVLY
たぶんアンチョビのこと
0014login:Penguin
垢版 |
2018/02/24(土) 15:03:35.47ID:tJctJcmF
ガルパンおじさんか!
0015login:Penguin
垢版 |
2018/02/25(日) 02:50:12.26ID:lJ3C5QET
これインストールだけで数日かかるらしいけど再インストールどうしてんの?
0016login:Penguin
垢版 |
2018/02/25(日) 12:14:21.30ID:Y1OmqucN
再インストールなんてそんなにしょっちゅうやらんでしょ
0017login:Penguin
垢版 |
2018/03/03(土) 06:46:40.41ID:N+6ZgIW/
□俺様用memo1□
urxvtが↓で落ちる時はperlのUSEにithreadsが立っているかも
urxvt: symbol lookup error: urxvt: undefined symbol: PL_curpad
urxvtのUSEからperlをはずせるならはずしてしまえば大丈夫
□俺様用memo2□
一般userにてlibreofficeがsplash screenを一瞬出してうんともすんとも
いわなくなる。rootだと問題無く動く
~/.config/libreoffice/4/user/registrymodifications.xcuに↓を追加
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseOpenCL" oor:op="fuse"><value>false</value></prop></item>
0018login:Penguin
垢版 |
2018/03/06(火) 14:00:06.35ID:KL/eESUi
systemd-236-r5 っておかしくない?
/lib/systemd/systemdのsymlinkが切れてて
リブートしたら立ち上がらなくなった
0019login:Penguin
垢版 |
2018/03/11(日) 11:37:03.03ID:CLgbG8o9
[1572/1754] /usr/bin/cmake -E cmake_symlink_library lib32/libgtest_main.so.6.0.0 ...

llvm-6.0.0のビルドがここから進まない
0020login:Penguin
垢版 |
2018/03/26(月) 15:08:28.57ID:HYkU02bg
>>16
正常に動く環境ならPortageを更新しない
0021login:Penguin
垢版 |
2018/05/22(火) 07:47:33.14ID:Czl6p0FW
僕の知り合いの知り合いができた副業情報ドットコム
関心がある人だけ見てください。
グーグルで検索するといいかも『ネットで稼ぐ方法 モニアレフヌノ』

A8RZZ
0024login:Penguin
垢版 |
2018/06/07(木) 20:36:49.36ID:l0hZWwWt
ユーザーを追加するとき、useraddコマンドだとユーザーが使うシェルをオプションで指定できる
オプションを省略したとき、どのシェルを使わせるかがシステムのデフォルトシェルってことだと思う
rootユーザーがどのシェルを使うかとは全く関係ない
ちゃんと確認したわけじゃないから、想像だけど
0025login:Penguin
垢版 |
2018/06/08(金) 06:26:52.33ID:luKLo354
"default system shell" は /bin/sh のこと
eselect sh はシンボリックリンク /bin/sh が何を指すのか変更する
ログインシェルとは関係ないよ

useradd のオプションでシェルを指定しなかった場合に選択されるログインシェルには
/etc/default/useradd で SHELL に設定されているものが使われる
002623
垢版 |
2018/06/08(金) 07:34:36.81ID:pO8gLJrY
>>24,25
了解ありがとう
0027login:Penguin
垢版 |
2018/06/08(金) 21:33:32.73ID:V+LiZaxO
>>25
/bin/shで実装してるシェルスクリプトを制御できるのね
勉強になりやした
サンクス
0028login:Penguin
垢版 |
2018/06/09(土) 17:51:23.80ID:D1JR3hfC
幻冬舎と関係あるの?
0030login:Penguin
垢版 |
2018/06/10(日) 18:51:05.76ID:u1GVSbmG
>>28
ジェンツーペンギンが由来だから関係ないよ
0031login:Penguin
垢版 |
2018/06/19(火) 20:26:43.44ID:efMUrpPH
7がきたなぁ
7がよぉ
0032login:Penguin
垢版 |
2018/06/21(木) 22:39:33.02ID:7H8R3qoP
7ってなんじゃい? と思ったらgccのことですね
えいやっと上げて、たった今 `emage -e @wold` 完了
1078個のパッケージがノンストップで完走できたんで大変気分が良い
0033login:Penguin
垢版 |
2018/06/29(金) 13:09:19.58ID:kB+BngLq
https://www.gentoo.org/news/2018/06/28/Github-gentoo-org-hacked.html

Github Gentoo organization hacked
Jun 28, 2018

Today 28 June at approximately 20:20 UTC unknown individuals have gained control of the Github Gentoo organization,
and modified the content of repositories as well as pages there. We are still working to determine the exact extent
and to regain control of the organization and its repositories. All Gentoo code hosted on github should for the momentbe considered compromised.
This does NOT affect any code hosted on the Gentoo infrastructure. Since the master Gentoo ebuild repository is hosted
on our own infrastructure and since Github is only a mirror for it, you are fine as long as you are using rsync or webrsyncfrom gentoo.org.
Also, the gentoo-mirror repositories including metadata are hosted under a separate Github organization and likely notaffected as well.
All Gentoo commits are signed, and you should verify the integrity of the signatures when using git.
More updates will follow.
0034login:Penguin
垢版 |
2018/06/29(金) 13:53:38.93ID:kQAcVvNb
仕込んであったものによってはとんでもない被害になりそう
0035login:Penguin
垢版 |
2018/06/29(金) 17:09:14.13ID:EtP3mvBT
Gentoo,GitHubリポジトリを不正ハックされる
ttp://gihyo.jp/admin/clip/01/linux_dt/201806/29
0036login:Penguin
垢版 |
2018/06/29(金) 17:13:58.29ID:5yX4mMnR
垢ハックされたんか
0037login:Penguin
垢版 |
2018/06/30(土) 17:13:16.71ID:3U9jWuZ2
gitでsyncしてたけどgentoo-mirrorだったから助かった
ebuildにrm -rf /*とかあったら恐ろしいな
レスを投稿する


ニューススポーツなんでも実況