archiver you chose will compress the file and add the appropriate
extension all on its own and tar will use that (and the file magic) to
find the appropriate decompresser when you want to extract files later
(you can use `tar tf' to test if you want).
--
Simon Thelen
d any source of these requirements : can anyone help ?
The dependencies on python2.7 are being added by the mozcoreconf
eclasses. The firefox requirement is in eclass/mozcoreconf-v6.eclass,
spidermonkey has essentially the same thing but in -v5.eclass
--
Simon Thelen
d of the (probably) default mtime. Several other
file download programs set the mtime to the last-modified header or
similar, but they tend not to touch the ctime.
--
Simon Thelen
tc/portage/package.mask/package.mask:
> =sys-fs/udev-242
eudev was forgotten in the deps for virtual/libudev-232-r1, there should
be a fixed virtual/libudev-232-r2 in the tree already. Resync and it
should (hopefully) just workâ˘.
[..]
--
Simon Thelen
="NO". I do wish
there were a way to modify require/provides without having to edit the
init scripts themselves.
--
Simon Thelen
Holle,
On 18-01-22 at 12:49, Lucas Ramage wrote:
> Hello,
>
> How does one disable zerconf for dhcpcd or at all in Gentoo for that matter?
Do you mean ipv4ll? Add noipv4ll to /etc/dhcpcd.conf .
--
Simon Thelen
lsa, but I don't know enough about jack to give any useful ideas
here.
> Using for example zynaddsubfx (softsynth) via qjackctrl/jack I can
> play sound.
> Mpv does not show up in qjackctrl
What samplerate does that generate sound at? 48k or 44.1k?
--
Simon Thelen
On 17-12-14 at 00:45, Simon Thelen wrote:
> On 17-12-13 at 15:47, R0b0t1 wrote:
> > On Wed, Dec 13, 2017 at 11:10 AM, wabe wrote:
> > > p...@xvalheru.org wrote:
> > >> Hi,
> > >>
> > >> Sorry for this offtopic, but is there a UI standalone ap
te it
into ~/.xinitrc if you don't have root.
I have a 05-mouse.conf containing:
Section "InputClass"
Identifier "Kingsis Peripherals ZOWIE Gaming mouse"
MatchIsPointer "on"
Option "AccelerationProfile" "-1"
EndSection
You can look for the xorg.conf variable names you need in xorg.conf(5),
or just google it.
--
Simon Thelen
On 17-12-03 at 12:06, Ian Zimmerman wrote:
> On 2017-12-03 18:58, Simon Thelen wrote:
>
> > Palemoon builds fine with gcc 6.4.0 (just not with gcc 7.2.0), if the
> > ebuild you're using requires an older gcc it's either wrong or doing
> > something weird.
on. GL with fixing that.
Palemoon builds fine with gcc 6.4.0 (just not with gcc 7.2.0), if the
ebuild you're using requires an older gcc it's either wrong or doing
something weird.
--
Simon Thelen
ak less things. The
"filecaps" flag is the "equivalent" of the suid bit but for specific
capabilities (so instead of providing ping with suid-root you can give
it CAP_NET_RAW only).
It is almost always better to enable both of these where possible since
it helps decrease the attack surface for the programs in question.
Read capabilities(7) for more information.
--
Simon Thelen
On 17-09-29 at 22:09, Melleus wrote:
> Simon Thelen writes:
> > On 17-09-29 at 12:13, Melleus wrote:
> >> Simon Thelen writes:
> >> > On 17-09-28 at 20:30, Melleus wrote:
> >> > [..]
> >> >> Might I ask another Xmonad question in t
On 17-09-29 at 12:13, Melleus wrote:
> Simon Thelen writes:
> > On 17-09-28 at 20:30, Melleus wrote:
> > [..]
> >> Might I ask another Xmonad question in this thread? I would like to have
> >> the Firefox goes fullscreen on F11, but the stanza:
> &
applications
> (like
> Zathura) can go fullscreen and hide Xmobar even without that stanza. Did
> I misconfigured something?
You probably want fullscreenEventHook from [1] as shown in the Usage.
[1]
https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Hooks-EwmhDesktops.html
--
Simon Thelen
m?
>
> Thank you ahead of time.
>
https://github.com/xmonad/xmonad/blob/master/CHANGES.md#014-not-yet-released
Probably the Bug Fix listed under 0.14 (Not Yet Released)
try deleting ~/.xmonad/xmonad.state before starting xmonad
--
Simon Thelen
On 17-09-19 at 14:48, Stroller wrote:
> > On 19 Sep 2017, at 01:30, Simon Thelen wrote:
> >> Is it possible to set this for all users, please, so that this edit
> >> mode is used for root?
> > Readline is customized by putting commands in an initialization file
>
t -o vi" doesn't seem
> to work.
Either "set-editing-mode vi" in /etc/inputrc for all readline programs
or in /etc/bash/bashrc (for bash-only)
--
Simon Thelen
snapshotting.
The only other possibility I know of would be creating an lvm partition
for that file and using lvm snapshots.
You should also be able to implement the functionality via fuse on top
of an ext4 base if the other solutions aren't to your taste.
--
Simon Thelen
gle-fu sucks today.
You can look at [1] if you want a really minimal example of a git
permissions management system.
[1]: https://github.com/cbdevnet/fugit
--
Simon Thelen
ably be most interested in the "INTERFACE HANDLERS" section
and potentially the "Advanced Routing" section.
> Motivation: I want to add a route for a point-to-point interface.
You probably only need to list the peer address on a single line and
then that peer should become routable.
--
Simon Thelen
"net.ifnames=0\", create
empty"
elog "file /etc/systemd/network/99-default.link, or symlink it to
/dev/null"
elog "to disable the feature."
Depending on which of those you have installed.
--
Simon Thelen
stem, you put a filesystem on a dmcrypt
device.
[1]: https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md
--
Simon Thelen
On 17-04-10 at 18:59, Nikos Chantziaras wrote:
> On 04/10/2017 03:58 PM, Simon Thelen wrote:
> > Try running `env-update && source /etc/profile'. Your path should be
> > extended by /etc/profile.env which is generated from /etc/env.d/10llvm-9995.
>
> Just logou
the dir to the path with no
> problems, I'm more concerned about why I have add the path - is the
> ebuild screwed up in some way?
>
> What is the portage/ebuild doco like? Is it well documented or are
> there gaping holes that lead to frustration - my level of understanding
> of coding is 25 years of C/C++ coding on CAD systems & engineering
> applications and even though I run a Gentoo box as my default machine,
> I've never had the need to get into bash scripting - but might.
>
> Andrew
>
Try running `env-update && source /etc/profile'. Your path should be
extended by /etc/profile.env which is generated from /etc/env.d/10llvm-9995.
--
Simon Thelen
dia-drivers-378.13 and having no
problems.
--
Simon Thelen
to reinstall the package to get the new
initscript. You can rebuild all packages that use /sbin/runscript with:
`emerge --oneshot -av $(grep -l '/sbin/runscript' /etc/init.d/*)'
This was mentioned in a newsitem draft on gentoo-dev, but as far as I
can tell that newsitem was never published.
--
Simon Thelen
] [3] [4]. Though binding an alias to `mpv $(xsel -b)' and
then executing that after copying a url shouldn't be that hard.
[1] https://addons.mozilla.org/en-US/firefox/addon/watch-with-mpv
[2] https://addons.mozilla.org/en-US/firefox/addon/external-video
[3] https://addons.mozilla.org/en-US/firefox/addon/video-assistant
[4] https://github.com/agiz/youtube-mpv
--
Simon Thelen
the mail server.
IMAP itself does not have a concept of "Trash", the creation of such a
mailbox is the prerogative of the client (unless the server itself feels
that the imap client doesn't know what it's doing and moves deleted
emails into a different mailbox; not that I've ever seen a mail server
do that), therefore changing the locale on the mail server won't help
and it is indeed something on the client that needs to be changed.
--
Simon Thelen
acktracking didn't
help so I'm not sure exactly why it didn't want to update, but
explicitly telling emerge to install it seemed to help for me.
--
Simon Thelen
rk.
The net config on that website should be fine for the host, and then
pass these command options to qemu
-device virtio-net-pci,netdev=hn0,mac="52:54:00:12:34:56" -netdev
bridge,id=hn0,br=brkvm
You can change the mac address to your liking.
--
Simon Thelen
On 15-12-12 at 05:05, Simon Thelen wrote:
> On 15-12-11 at 20:03, the...@sys-concept.com wrote:
> > Does anybody have an idea how to block facebook?
> The only way to blacklist facebook would be to create a whitelist and
> drop everything not on said whitelist.
Oh, and even
ses they'll use a proxy/vpn. If you use deep packet inspection
they'll use TLS or a VPN or an SSH tunnel.
If you can control the systems so that they don't do any of the above,
it's possible but you've admitted that you can't (unless you can
control all the Virtualbox instances).
--
Simon Thelen
could be a thing. Note how the Manifest for busybox in the gentoo.git
tree doesn't have manifests for any of the ebuilds. [1]
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-apps/busybox/Manifest
--
Simon Thelen
to proceed. (Lots of individual perl modules have updates also, which
> may be part of this problem, but I don't know.)
It worked for me after I added --backtrack=30
--
Simon Thelen
issues are for chromium and not
for Google Chrome, shouldn't make a difference for what you want to know
though.
--
Simon Thelen
use-flags differ from
the "current" use-flags.
--
Simon Thelen
signature.asc
Description: PGP signature
tityfile=/path/to/ssh/key,allow_other,default_permissions,uid=1000,gid=100
0 0
Check the manpages for which of those options you want.
ie, you might want to get rid of allow_other etc.
--
Simon Thelen
man zshcompsys
Look at the path-completion and accept-exact-dirs styles.
You can try setting accep-exact-dirs to true or path-completion to
false.
--
Simon Thelen
Ya'll hear about the geometer who went to the beach to catch some
rays and became a tangent ?
39 matches
Mail list logo