Quantcast
Channel: Ubuntu Forums
Viewing all 69072 articles
Browse latest View live

[server] SOLVED:Can't SSH in and file access issue after server name change

$
0
0
All,

I renamed my ubuntu server (18.04.3) that runs plex (which is running in ESXi). After doing so (by manually editing the /etc/hosts and /etc/hostname files) I am no longer able to SSH into the server and have tried from two different computers. Sometimes I can connect to the server briefly before it disconnects me with the error: "dpacket_write_wait: Connection to 192.168.1.131 port 22: Broken pipe" When I briefly connect it tells me that there are updates that need to be run, however, if I connect from the console itself (and log in) it shows that there aren't any updates.

In addition to not being able to SSH in, I am not able to play back any content from within Plex. I can confirm that the folders have mounted correctly and I can browse to the files directly; when I try to playback a file in Plex I get an error that the file cannot be found. This is occurring on both a web browser and a Roku stick.

Neither of these issues started until I attempted to rename the computer. Since then, I've reverted the name change but the above two problem persists.

Any ideas as to why this is occurring?

TIA!

BTRFS compression

$
0
0
Hello,

My laptop has a 64GB eMMC drive with no room for upgrading. I am using BTRFS on Ubuntu 19.10 so I can compress the disk.

So far, I have noticed that you have to manually do
Code:

sudo btrfs filesystem defragment -c / -r
to compress the disk. This means that as files change I have to re-run this command to compress files and save space. In addition, I have noticed that in some cases files can become larger! Is there a way to have the compression run automatically, and also only take effect on files which will benefit from compression?

[ubuntu] Sound card recognized, but no sound output

$
0
0
Hi all,

Settings seem to be in place (not muted, correct sound card selected), and it actually worked for a while. But after a day or so in it stopped working for no apparent reason? Maybe some new software installation interfered??


I'm using a fresh ubuntu 18.04.3 install (just switched in full from windows) -- complete newbie.

I posted this issue in some other places and tried the basic troubleshooting guides available, but no solution, and I'm affraid trying to fix it may have caused more damages.

https://answers.launchpad.net/ubuntu/+question/687777
https://answers.launchpad.net/ubuntu...uestion/687841
https://github.com/plbossart/UCM/issues/13

Tell me what troubleshooting info you might need, don't want to flood the thread!

Thanks!

Need Help downloading Epson perfection v39 image scanner driver

New Seperate M.2 SSD for Windows 10 Pro install Help

$
0
0
So I've posted in other threads a while ago about my issues with Ubuntu freezing endlessly randomly, so with no solution to this, I've decided to install a new Corsair MP510 M.2 ssd and install Windows 10 Pro from Kinguin. What is the best way to do this dual boot setup. I'm keeping Ubuntu on my older 500gb Samsung EVO ssd and wanting to put Windws 10 on the newer Corsair M.2 drive. I have yet to install anything yet. I want to make sure I do this right. Thanks for any help you can provide.

ufw logfile inside lxc container and unbound

$
0
0
Hi,

cannot retrace what i might have changed on my 18.0.4 Server that made ufw, running inside an unprivileged container, block all kinds of traffic.

Host and container have each a public IP address, Macvlan is used for the container.

ufw reset does leave things behind that are seen in iptables -L
Created a file reset-iptables.asc
Code:

# Empty the entire filter table
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT

which i use,
iptables-restore < reset-iptables.asc
to reset iptables.

Every time i do, ufw enable, all outgoing traffic is blocked even though
ufw status verbose
writes that Outgoing is allowed and no rules are listed.
apt update does not work.

The fact that i can ping IPs and get a reply hints that it should be DNS related.
Outgoing was allowed so DNS should work?
I am running unbound 1.6.7 and it is listening on port 0.0.0.0:53
The unbound log file i created shows activity when i disable the Firewall.

I tried,
ufw allow in from 127.0.0.1 to any port 53
ufw allow out from 127.0.0.1 to any port 53
without luck.

relevant config files:

cat /etc/ufw/ufw.conf
Code:

# /etc/ufw/ufw.conf
#

# Set to yes to start on boot. If setting this remotely, be sure to add a rule
# to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp'
ENABLED=no

# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.
# See 'man ufw' for details.
LOGLEVEL=low

(ufw is disabled atm therefore ENABLED=no)

cat /etc/ufw/sysctl.conf
Code:

# Uncomment this to allow this host to route packets between interfaces
#net/ipv4/ip_forward=1
#net/ipv6/conf/default/forwarding=1
#net/ipv6/conf/all/forwarding=1

# Disable ICMP redirects. ICMP redirects are rarely used but can be used in
# MITM (man-in-the-middle) attacks. Disabling ICMP may disrupt legitimate
# traffic to those sites.
net/ipv4/conf/all/accept_redirects=0
net/ipv4/conf/default/accept_redirects=0
#net/ipv6/conf/all/accept_redirects=0
#net/ipv6/conf/default/accept_redirects=0

# Ignore bogus ICMP errors
net/ipv4/icmp_echo_ignore_broadcasts=1
net/ipv4/icmp_ignore_bogus_error_responses=1
net/ipv4/icmp_echo_ignore_all=0

# Don't log Martian Packets (impossible addresses)
# packets
net/ipv4/conf/all/log_martians=0
net/ipv4/conf/default/log_martians=0

#net/ipv4/tcp_fin_timeout=30
#net/ipv4/tcp_keepalive_intvl=1800

# Uncomment this to turn off ipv6 autoconfiguration
net/ipv6/conf/default/autoconf=1
net/ipv6/conf/all/autoconf=1

# Uncomment this to enable ipv6 privacy addressing
#net/ipv6/conf/default/use_tempaddr=2
#net/ipv6/conf/all/use_tempaddr=2

(ipv6 is disabled)

cat /etc/ufw/ufw.conf
Code:

# /etc/default/ufw
#

# Set to yes to apply rules to support IPv6 (no means only IPv6 on loopback
# accepted). You will need to 'disable' and then 'enable' the firewall for
# the changes to take affect.
IPV6=no

# Set the default input policy to ACCEPT, DROP, or REJECT. Please note that if
# you change this you will most likely want to adjust your rules.
DEFAULT_INPUT_POLICY="DROP"

# Set the default output policy to ACCEPT, DROP, or REJECT. Please note that if
# you change this you will most likely want to adjust your rules.
DEFAULT_OUTPUT_POLICY="DROP"

# Set the default forward policy to ACCEPT, DROP or REJECT.  Please note that
# if you change this you will most likely want to adjust your rules
DEFAULT_FORWARD_POLICY="DROP"

# Set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please
# note that setting this to ACCEPT may be a security risk. See 'man ufw' for
# details
DEFAULT_APPLICATION_POLICY="SKIP"

# By default, ufw only touches its own chains. Set this to 'yes' to have ufw
# manage the built-in chains too. Warning: setting this to 'yes' will break
# non-ufw managed firewall rules
MANAGE_BUILTINS=no

#
# IPT backend
#
# only enable if using iptables backend
IPT_SYSCTL=/etc/ufw/sysctl.conf

# Extra connection tracking modules to load. Complete list can be found in
# net/netfilter/Kconfig of your kernel source. Some common modules:
# nf_conntrack_irc, nf_nat_irc: DCC (Direct Client to Client) support
# nf_conntrack_netbios_ns: NetBIOS (samba) client support
# nf_conntrack_pptp, nf_nat_pptp: PPTP over stateful firewall/NAT
# nf_conntrack_ftp, nf_nat_ftp: active FTP support
# nf_conntrack_tftp, nf_nat_tftp: TFTP support (server side)
# nf_conntrack_sane: sane support
IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_netbios_ns"

cat /etc/unbound/unbound.conf
Code:

server:
prefetch: yes
qname-minimisation: yes
# Rewrite URLs written in CAPS
use-caps-for-id: yes
statistics-interval: 600
statistics-cumulative: yes
root-hints: "/etc/unbound/root.hints"
# Hide DNS Server info
hide-identity: yes
hide-version: yes
# Add an unwanted reply threshold to clean the cache and avoid when possible a DNS Poisoning
unwanted-reply-threshold: 10000
# Enable logs
chroot: ""
#verbosity (log level from 0 to 4, 4 is debug)
verbosity: 0
logfile: /var/log/unbound.log
log-queries: yes
#use-syslog: (do not write logs in syslog file in ubuntu /var/log/syslog -zaib)
use-syslog: no
#interface (interfaces on which Unbound will be launched and requests will be listened to)
# Respond to DNS requests on all interfaces
interface: 0.0.0.0
# DNS request port, IP and protocol
port: 53
do-ip4: yes
do-ip6: no
do-udp: yes
do-tcp: yes
# Authorized IPs to access the DNS Server / access-control (determines whose requests are allowed to be processed)
access-control: 127.0.0.0/8 allow
# Improve the security of your DNS Server (Limit DNS Fraud and use DNSSEC)
harden-glue: yes
harden-dnssec-stripped: yes
# TTL Min (Seconds, I set it to 7 days)
cache-min-ttl: 604800
# TTL Max (Seconds, I set it to 14 days)
cache-max-ttl: 1209600

How do i enable rsyslog to log ufw?
The command, ufw logging medium, does nothing.

Squid memory usage increase overtime, proxies slows down

$
0
0
Hello guys

Running squid on ubuntu 16

When I first start the program, the proxies are at a good speed (below
100ms)

after about 5 mins then memory usage of squid increases greatly, then the
proxies slow down to 1000ms+

my access log is getting spammed by the follow message ( I have no idea what
this means) I dont have a user named kaiz9n9d9

1578959115.266 0 216.115.184.251 TCP_DENIED/407 4130 CONNECT
www.supremenewyork.com:443 kaiz9n9d9 HIER_NONE/- text/html
1578959115.270 0 216.115.184.251 TCP_DENIED/407 4020 CONNECT
www.supremenewyork.com:443 - HIER_NONE/- text/html
1578959115.272 0 216.115.184.251 TCP_DENIED/407 4130 CONNECT
www.supremenewyork.com:443 kaiz9n9d9 HIER_NONE/- text/html
1578959115.276 0 216.115.184.251 TCP_DENIED/407 4020 CONNECT
www.supremenewyork.com:443 - HIER_NONE/- text/html
1578959115.277 0 216.115.184.251 TCP_DENIED/407 4130 CONNECT
www.supremenewyork.com:443 kaiz9n9d9 HIER_NONE/- text/html
1578959115.281 0 216.115.184.251 TCP_DENIED/407 4020 CONNECT
www.supremenewyork.com:443 - HIER_NONE/- text/html


Currently I am running "service squid reload", every 300 seconds which keeps
the proxies at a good speed

But this is not a permanent fix

When I first start squid memory usage is around 24mb, then after 5 mins
increased to 1GB!

Also, the access log size increases by 500 kb every second, so I have
disabled access log for now

Can someone please offer your advise for this issue?

Thanks!

Linux Mint 17.3 Rosa - HPProBook 6560b wifi driver

$
0
0
I have a new install of Linux Mint but the wifi doesn't work (the lan is fine).

The message on the menu says "wifi is disabled by hardware switch".

I think it needs a driver. So I downloaded sp52229.tar from
https://support.hp.com/us-en/drivers...ook-pc/5045605

Then I used alien to convert the rpm to deb because Linux Mint doesn't use rpm. During the conversion I got error such as
warning: iwlagn-kmp-pae-2.6.36_2.6.32.27_0.2-0.3.1.i586.rpm: Header V3 RSA/SHA256 Signature, key ID 307e3d54: NOKEY

This is the output from the diagnostic tool:
https://pastebin.com/fNWZ86ZV

How do you describe the power of Linux ?

[ubuntu] Logging in Graphical Mode to Headless Ubuntu System

$
0
0
Hi
I have installed Ubuntu 18.04 LTS on a Raspberry PI 4. I need to be able to use VNC to log on remotely. I do not want to tie up a Monitor. How can I have it boot up Into Graphical Mode through VNC while having no monitor connected to the PI. I currently have it working, but only when I have a monitor connected. Can anyone help me with some setting that will allow me to access it while it is 'headless'.
Robert

[ubuntu] HP M1212 3 in 1 stopped scanning

$
0
0
Back in October I performed an upgrade from 19.04 to 19.10.

Since then I have been unable to scan on my HP 3 in one (USB connected)

From hp-setup I get this:
Quote:

Traceback (most recent call last):
File "/usr/bin/hp-setup", line 48, in <module>
from base import device, utils, tui, models, module, services, os_utils
File "/usr/share/hplip/base/device.py", line 42, in <module>
from . import status
File "/usr/share/hplip/base/status.py", line 33, in <module>
import cupsext
ImportError: libhpipp.so.0: failed to map segment from shared object
It prints without any problem.

Simple scan finds it as a scanner but will not actually connect to it when I presss "Scan".

[ubuntu] No Internet on Ubuntu 18.03 after Win 10 BIOS update

$
0
0
EDIT: problem solved. Disabling Secure Boot, which got back up, did the trick.

So I had a laptop service point install Ubuntu 18.03 on my IdeaPad L340 with Win 10 preinstalled to achieve my usual dual boot mode. (I did it myself couple of times, but on this machine the USB installer wouldn't show the "install alongside existing Windows installer" option). I worked great - for a week. Some Lenovo updates kicked in, including a BIOS update and the boot menu disappeared.


I entered BIOS to change boot order and moved Ubuntu to the first spot. That did the trick and the boot menu is back. However, for some bizarre reason, Ubuntu is now disconnected from the Internet, prompting: no WiFi adapter available. (It was the same when I first tried installing Ubuntu on this machine by myself, so the update must have reset something). On Windows 10 WiFi works fine, as I used to on the said Ubuntu. I'm puzzled.


What do I do?

[ubuntu_studio] Kernel error messages

$
0
0
Hi, I have been using Ubuntu Studio 19.04 for some time now but noticed some kernel error messages recently.

It appears the following error message gets repeated (?) a number of time before the boot process is completed.


Code:

Jan 14 18:07:16 HP kernel: [  58.807856] BUG: scheduling while atomic: bash/2175/0x00000002
Jan 14 18:07:16 HP kernel: [  58.807858] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) input_leds snd_hda_codec_realtek snd_hda_codec_generic joydev ledtrig_audio snd_hda_codec_hdmi snd_hda_intel intel_rapl snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq x86_pkg_temp_thermal intel_powerclamp snd_seq_device snd_timer coretemp radeon snd kvm_intel soundcore kvm ttm irqbypass crct10dif_pclmul crc32_pclmul drm_kms_helper drm i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ghash_clmulni_intel aesni_intel aes_x86_64 mei_me mei crypto_simd cryptd hp_wmi mac_hid wmi_bmof sparse_keymap serio_raw glue_helper intel_cstate intel_rapl_perf tpm_infineon ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_tcpudp xt_addrtype xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp sch_fq_codel
Jan 14 18:07:16 HP kernel: [  58.807876]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c cuse iptable_filter bpfilter parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_microsoft ff_memless hid_generic usbhid hid gpio_ich psmouse i2c_i801 ahci e1000e libahci lpc_ich wmi
Jan 14 18:07:16 HP kernel: [  58.807883] CPU: 0 PID: 2175 Comm: bash Tainted: G        W  OE    5.0.0-38-lowlatency #41-Ubuntu
Jan 14 18:07:16 HP kernel: [  58.807884] Hardware name: Hewlett-Packard HP Compaq 8200 Elite SFF PC/1495, BIOS J01 v02.28 03/24/2015
Jan 14 18:07:16 HP kernel: [  58.807885] Call Trace:
Jan 14 18:07:16 HP kernel: [  58.807889]  dump_stack+0x6d/0x9a
Jan 14 18:07:16 HP kernel: [  58.807891]  __schedule_bug.cold.81+0x5/0x1f
Jan 14 18:07:16 HP kernel: [  58.807893]  __schedule+0x562/0x8a0
Jan 14 18:07:16 HP kernel: [  58.807894]  ? bit_wait_timeout+0xa0/0xa0
Jan 14 18:07:16 HP kernel: [  58.807895]  schedule+0x33/0x80
Jan 14 18:07:16 HP kernel: [  58.807896]  io_schedule+0x16/0x40
Jan 14 18:07:16 HP kernel: [  58.807897]  bit_wait_io+0x11/0x50
Jan 14 18:07:16 HP kernel: [  58.807898]  __wait_on_bit+0x7b/0x90
Jan 14 18:07:16 HP kernel: [  58.807899]  out_of_line_wait_on_bit+0x90/0xb0
Jan 14 18:07:16 HP kernel: [  58.807901]  ? init_wait_var_entry+0x50/0x50
Jan 14 18:07:16 HP kernel: [  58.807903]  __wait_on_buffer+0x27/0x30
Jan 14 18:07:16 HP kernel: [  58.807905]  ext4_find_entry+0x368/0x530
Jan 14 18:07:16 HP kernel: [  58.807907]  ? d_alloc_parallel+0x249/0x500
Jan 14 18:07:16 HP kernel: [  58.807909]  ext4_lookup+0x79/0x220
Jan 14 18:07:16 HP kernel: [  58.807910]  __lookup_slow+0x9b/0x170
Jan 14 18:07:16 HP kernel: [  58.807912]  lookup_slow+0x3a/0x60
Jan 14 18:07:16 HP kernel: [  58.807913]  walk_component+0x1bf/0x330
Jan 14 18:07:16 HP kernel: [  58.807914]  ? inode_permission+0x63/0x1a0
Jan 14 18:07:16 HP kernel: [  58.807916]  link_path_walk.part.43+0x2cc/0x530
Jan 14 18:07:16 HP kernel: [  58.807917]  path_lookupat.isra.47+0x93/0x220
Jan 14 18:07:16 HP kernel: [  58.807919]  filename_lookup.part.61+0xa0/0x170
Jan 14 18:07:16 HP kernel: [  58.807921]  ? strncpy_from_user+0x57/0x1c0
Jan 14 18:07:16 HP kernel: [  58.807923]  user_path_at_empty+0x3e/0x50
Jan 14 18:07:16 HP kernel: [  58.807925]  do_faccessat+0xb3/0x250
Jan 14 18:07:16 HP kernel: [  58.807927]  __x64_sys_access+0x1b/0x20
Jan 14 18:07:16 HP kernel: [  58.807928]  do_syscall_64+0x5a/0x110
Jan 14 18:07:16 HP kernel: [  58.807930]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Jan 14 18:07:16 HP kernel: [  58.807932] RIP: 0033:0x7f013b4fe0e7
Jan 14 18:07:16 HP kernel: [  58.807933] Code: 77 01 c3 48 8b 15 a9 6d 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 b8 15 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 79 6d 0d 00 f7 d8 64 89 02 b8
Jan 14 18:07:16 HP kernel: [  58.807934] RSP: 002b:00007fff37b745c8 EFLAGS: 00000206 ORIG_RAX: 0000000000000015
Jan 14 18:07:16 HP kernel: [  58.807935] RAX: ffffffffffffffda RBX: 00007fff37b7d6f0 RCX: 00007f013b4fe0e7
Jan 14 18:07:16 HP kernel: [  58.807935] RDX: 00007fff37b7d70e RSI: 0000000000000004 RDI: 00007fff37b7d6f0
Jan 14 18:07:16 HP kernel: [  58.807936] RBP: 0000000000000004 R08: 0000558bee186ca0 R09: 00000000ffffffff
Jan 14 18:07:16 HP kernel: [  58.807936] R10: 00007f013b607203 R11: 0000000000000206 R12: 0000558bee198e10
Jan 14 18:07:16 HP kernel: [  58.807937] R13: 00007fff37b7d6f0 R14: 0000558bee272f96 R15: 000000000000000d
Jan 14 18:07:16 HP kernel: [  58.817196] BUG: scheduling while atomic: bash/2175/0x00000002
Jan 14 18:07:16 HP kernel: [  58.817198] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) input_leds snd_hda_codec_realtek snd_hda_codec_generic joydev ledtrig_audio snd_hda_codec_hdmi snd_hda_intel intel_rapl snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq x86_pkg_temp_thermal intel_powerclamp snd_seq_device snd_timer coretemp radeon snd kvm_intel soundcore kvm ttm irqbypass crct10dif_pclmul crc32_pclmul drm_kms_helper drm i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ghash_clmulni_intel aesni_intel aes_x86_64 mei_me mei crypto_simd cryptd hp_wmi mac_hid wmi_bmof sparse_keymap serio_raw glue_helper intel_cstate intel_rapl_perf tpm_infineon ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_tcpudp xt_addrtype xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp sch_fq_codel
Jan 14 18:07:16 HP kernel: [  58.817217]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c cuse iptable_filter bpfilter parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_microsoft ff_memless hid_generic usbhid hid gpio_ich psmouse i2c_i801 ahci e1000e libahci lpc_ich wmi
Jan 14 18:07:16 HP kernel: [  58.817224] CPU: 0 PID: 2175 Comm: bash Tainted: G        W  OE    5.0.0-38-lowlatency #41-Ubuntu
Jan 14 18:07:16 HP kernel: [  58.817225] Hardware name: Hewlett-Packard HP Compaq 8200 Elite SFF PC/1495, BIOS J01 v02.28 03/24/2015
Jan 14 18:07:16 HP kernel: [  58.817225] Call Trace:
Jan 14 18:07:16 HP kernel: [  58.817229]  dump_stack+0x6d/0x9a
Jan 14 18:07:16 HP kernel: [  58.817231]  __schedule_bug.cold.81+0x5/0x1f
Jan 14 18:07:16 HP kernel: [  58.817233]  __schedule+0x562/0x8a0
Jan 14 18:07:16 HP kernel: [  58.817234]  ? bit_wait_timeout+0xa0/0xa0
Jan 14 18:07:16 HP kernel: [  58.817235]  schedule+0x33/0x80
Jan 14 18:07:16 HP kernel: [  58.817236]  io_schedule+0x16/0x40
Jan 14 18:07:16 HP kernel: [  58.817237]  bit_wait_io+0x11/0x50
Jan 14 18:07:16 HP kernel: [  58.817238]  __wait_on_bit+0x7b/0x90
Jan 14 18:07:16 HP kernel: [  58.817239]  out_of_line_wait_on_bit+0x90/0xb0
Jan 14 18:07:16 HP kernel: [  58.817241]  ? init_wait_var_entry+0x50/0x50
Jan 14 18:07:16 HP kernel: [  58.817243]  __wait_on_buffer+0x27/0x30
Jan 14 18:07:16 HP kernel: [  58.817245]  ext4_find_entry+0x368/0x530
Jan 14 18:07:16 HP kernel: [  58.817248]  ? d_alloc_parallel+0x249/0x500
Jan 14 18:07:16 HP kernel: [  58.817249]  ext4_lookup+0x79/0x220
Jan 14 18:07:16 HP kernel: [  58.817251]  __lookup_slow+0x9b/0x170
Jan 14 18:07:16 HP kernel: [  58.817252]  lookup_slow+0x3a/0x60
Jan 14 18:07:16 HP kernel: [  58.817254]  walk_component+0x1bf/0x330
Jan 14 18:07:16 HP kernel: [  58.817255]  ? link_path_walk.part.43+0x2a4/0x530
Jan 14 18:07:16 HP kernel: [  58.817256]  path_lookupat.isra.47+0x6d/0x220
Jan 14 18:07:16 HP kernel: [  58.817258]  filename_lookup.part.61+0xa0/0x170
Jan 14 18:07:16 HP kernel: [  58.817260]  ? strncpy_from_user+0x57/0x1c0
Jan 14 18:07:16 HP kernel: [  58.817262]  user_path_at_empty+0x3e/0x50
Jan 14 18:07:16 HP kernel: [  58.817264]  do_faccessat+0xb3/0x250
Jan 14 18:07:16 HP kernel: [  58.817265]  __x64_sys_access+0x1b/0x20
Jan 14 18:07:16 HP kernel: [  58.817267]  do_syscall_64+0x5a/0x110
Jan 14 18:07:16 HP kernel: [  58.817269]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Jan 14 18:07:16 HP kernel: [  58.817270] RIP: 0033:0x7f013b4fe0e7
Jan 14 18:07:16 HP kernel: [  58.817272] Code: 77 01 c3 48 8b 15 a9 6d 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 b8 15 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 79 6d 0d 00 f7 d8 64 89 02 b8
Jan 14 18:07:16 HP kernel: [  58.817272] RSP: 002b:00007fff37b745c8 EFLAGS: 00000206 ORIG_RAX: 0000000000000015
Jan 14 18:07:16 HP kernel: [  58.817273] RAX: ffffffffffffffda RBX: 00007fff37b7d6f0 RCX: 00007f013b4fe0e7
Jan 14 18:07:16 HP kernel: [  58.817274] RDX: 00007fff37b7d70e RSI: 0000000000000004 RDI: 00007fff37b7d6f0
Jan 14 18:07:16 HP kernel: [  58.817274] RBP: 0000000000000004 R08: 0000558bee186ca0 R09: 00000000ffffffff
Jan 14 18:07:16 HP kernel: [  58.817275] R10: 00007f013b607203 R11: 0000000000000206 R12: 0000558bee198e10
Jan 14 18:07:16 HP kernel: [  58.817275] R13: 00007fff37b7d6f0 R14: 0000558bee272f96 R15: 000000000000000d
Jan 14 18:07:17 HP kernel: [  58.931522] BUG: scheduling while atomic: Xorg/1358/0x00000002
Jan 14 18:07:17 HP kernel: [  58.931534] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) input_leds snd_hda_codec_realtek snd_hda_codec_generic joydev ledtrig_audio snd_hda_codec_hdmi snd_hda_intel intel_rapl snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq x86_pkg_temp_thermal intel_powerclamp snd_seq_device snd_timer coretemp radeon snd kvm_intel soundcore kvm ttm irqbypass crct10dif_pclmul crc32_pclmul drm_kms_helper drm i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ghash_clmulni_intel aesni_intel aes_x86_64 mei_me mei crypto_simd cryptd hp_wmi mac_hid wmi_bmof sparse_keymap serio_raw glue_helper intel_cstate intel_rapl_perf tpm_infineon ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_tcpudp xt_addrtype xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp sch_fq_codel
Jan 14 18:07:17 HP kernel: [  58.931564]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c cuse iptable_filter bpfilter parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_microsoft ff_memless hid_generic usbhid hid gpio_ich psmouse i2c_i801 ahci e1000e libahci lpc_ich wmi
Jan 14 18:07:17 HP kernel: [  58.931578] CPU: 2 PID: 1358 Comm: Xorg Tainted: G        W  OE    5.0.0-38-lowlatency #41-Ubuntu
Jan 14 18:07:17 HP kernel: [  58.931579] Hardware name: Hewlett-Packard HP Compaq 8200 Elite SFF PC/1495, BIOS J01 v02.28 03/24/2015
Jan 14 18:07:17 HP kernel: [  58.931580] Call Trace:
Jan 14 18:07:17 HP kernel: [  58.931587]  dump_stack+0x6d/0x9a
Jan 14 18:07:17 HP kernel: [  58.931590]  __schedule_bug.cold.81+0x5/0x1f
Jan 14 18:07:17 HP kernel: [  58.931593]  __schedule+0x562/0x8a0
Jan 14 18:07:17 HP kernel: [  58.931595]  ? bit_wait_timeout+0xa0/0xa0
Jan 14 18:07:17 HP kernel: [  58.931597]  schedule+0x33/0x80
Jan 14 18:07:17 HP kernel: [  58.931599]  io_schedule+0x16/0x40
Jan 14 18:07:17 HP kernel: [  58.931600]  bit_wait_io+0x11/0x50
Jan 14 18:07:17 HP kernel: [  58.931602]  __wait_on_bit+0x7b/0x90
Jan 14 18:07:17 HP kernel: [  58.931604]  out_of_line_wait_on_bit+0x90/0xb0
Jan 14 18:07:17 HP kernel: [  58.931607]  ? init_wait_var_entry+0x50/0x50
Jan 14 18:07:17 HP kernel: [  58.931610]  __wait_on_buffer+0x27/0x30
Jan 14 18:07:17 HP kernel: [  58.931613]  ext4_find_entry+0x368/0x530
Jan 14 18:07:17 HP kernel: [  58.931618]  ? d_alloc_parallel+0x249/0x500
Jan 14 18:07:17 HP kernel: [  58.931619]  ? __d_lookup+0x81/0x150
Jan 14 18:07:17 HP kernel: [  58.931622]  ext4_lookup+0x79/0x220
Jan 14 18:07:17 HP kernel: [  58.931624]  path_openat+0x922/0x1570
Jan 14 18:07:17 HP kernel: [  58.931643]  ? drm_ioctl_kernel+0xad/0xf0 [drm]
Jan 14 18:07:17 HP kernel: [  58.931646]  ? _copy_from_user+0x60/0x60
Jan 14 18:07:17 HP kernel: [  58.931649]  do_filp_open+0x93/0x100
Jan 14 18:07:17 HP kernel: [  58.931652]  ? strncpy_from_user+0x57/0x1c0
Jan 14 18:07:17 HP kernel: [  58.931654]  ? __alloc_fd+0xb2/0x150
Jan 14 18:07:17 HP kernel: [  58.931657]  do_sys_open+0x177/0x2a0
Jan 14 18:07:17 HP kernel: [  58.931660]  __x64_sys_openat+0x20/0x30
Jan 14 18:07:17 HP kernel: [  58.931663]  do_syscall_64+0x5a/0x110
Jan 14 18:07:17 HP kernel: [  58.931665]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Jan 14 18:07:17 HP kernel: [  58.931667] RIP: 0033:0x7f28ec49355e
Jan 14 18:07:17 HP kernel: [  58.931669] Code: 89 54 24 08 e8 a3 f4 ff ff 8b 74 24 0c 48 8b 3c 24 41 89 c0 44 8b 54 24 08 b8 01 01 00 00 89 f2 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 30 44 89 c7 89 44 24 08 e8 ce f4 ff ff 8b 44
Jan 14 18:07:17 HP kernel: [  58.931670] RSP: 002b:00007ffeae5a6cc0 EFLAGS: 00003293 ORIG_RAX: 0000000000000101
Jan 14 18:07:17 HP kernel: [  58.931672] RAX: ffffffffffffffda RBX: 000056244fff9380 RCX: 00007f28ec49355e
Jan 14 18:07:17 HP kernel: [  58.931673] RDX: 0000000000080000 RSI: 00005624507f7100 RDI: 00000000ffffff9c
Jan 14 18:07:17 HP kernel: [  58.931674] RBP: 00007ffeae5a6eb8 R08: 0000000000000000 R09: 00000000ffffffff
Jan 14 18:07:17 HP kernel: [  58.931675] R10: 0000000000000000 R11: 0000000000003293 R12: 00005624507f7100
Jan 14 18:07:17 HP kernel: [  58.931676] R13: 0000562450766944 R14: 000056244fff9380 R15: 0000000000000002
Jan 14 18:07:34 HP kernel: [  76.646205] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based  firewall rule not found. Use the iptables CT target to attach helpers instead.

Elsewhere, I noted a message stating AMD CPUs are affected by this problem and advising to include "mds=full,nosmt" option on grub command line which I have already done but these messages haven't gone away.

I have no clue as to what this could be related to, so would appreciate if anyone can comment on this.


Many thanks.

EDIT : forgot to mention that apart from slightly slower boot time, so far I have not found any issues with the system operations.

Dracut rootovl ?

$
0
0
Anyone got Dracut rootovl working with Ubuntu?

Thanks

Choppy video playback of mobile phone video

$
0
0
I am shooting video with a Google Pixel 2 smartphone. I shot a good bit of footage handheld over the holidays which was buttery smooth. Used Vegas Pro 16 in Windows 10 to edit it, no problems. Then, I decided to get a gimbal to improve my efforts. I am using the Smooth 4 gimbal and have downloaded and installed Filmic Pro ap on my Pixel 2. I was stunned when I the footage appeared very choppy. Slow pans look as though I am moving the smartphone over a saw. This problem was obvious on my screen while shooting, even more obvious when files were transferred to and played back on my PC (via Ubuntu-VLC). I have written Filmic Pro and Google support for advice.

I have now discovered that setting the Filmic Pro software to record at 60 FPS rather than its default 24 FPS corrects the problem when shooting, and that footage played back on the phone is also free of choppiness. However, that footage, when transferred to and played back using Ubuntu-VLC is very choppy. I booted into Windows 10 and double clicking on those files brings up Windows default video player which also plays the footage smoothly.

So, what is wrong with my Ubuntu setup that is causing this problem. While I go back a long while with Vegas (version 2 as released by Sonic Foundry), I would much prefer to do my editing in Linux using Blender 2.8. I am missing something here. I would appreciate any advice.

Thanks.

Caruso

[ubuntu] Marvell 88W8897 Wifi on Dell Gateway 5000 @ 18.04, firmware problem

$
0
0
Got stucked with wireless on industrial PC from Dell. Works great on stock windows, is supposed to run well with ubuntu: certified hardware

I am running fresh install of Ubuntu server 18.04.3

$ dmesg | grep mwifiex_pcie
Code:

[    8.982549] mwifiex_pcie 0000:03:00.0: enabling device (0000 -> 0002)
[    8.982726] mwifiex_pcie: try set_consistent_dma_mask(32)
[    8.982786] mwifiex_pcie: PCI memory map Virt0:        (ptrval) PCI memory map Virt2:        (ptrval)
[    9.116084] mwifiex_pcie 0000:03:00.0: PCI-E is not the winner <0x6>
[    9.116088] mwifiex_pcie 0000:03:00.0: WLAN is not the winner! Skip FW dnld
[  25.336455] mwifiex_pcie 0000:03:00.0: FW failed to be active in time
[  25.336460] mwifiex_pcie 0000:03:00.0: info: _mwifiex_fw_dpc: unregister device

$ lspci | grep net
Code:

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 19)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 19)
03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88W8897 [AVASTAR] 802.11ac Wireless

$ uname -a
Code:

Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
ip / ifconfig / iwconfig show no wireless interface at all.

I am experienced with Linux, but cant move any forward, any hint? Maybe just point me in the right direction... Already spend few days on it and no progress.

edit:
$ ls /lib/firmware/mrvl
Code:

pcie8897_uapsta.bin        pcieusb8997_combo_v4.bin  sd8787_uapsta.bin  sd8887_uapsta.bin  usb8797_uapsta.bin  usbusb8997_combo_v4.bin
pcie8997_wlan_v4.bin      sd8688.bin                sd8797_uapsta.bin  sd8897_uapsta.bin  usb8801_uapsta.bin
pcieuart8997_combo_v4.bin  sd8688_helper.bin        sd8801_uapsta.bin  usb8766_uapsta.bin  usb8897_uapsta.bin

Olivia Music Player

$
0
0
Can an MP3 player be connected and music transferred to it via Olivia? If not what is recommended for this on Linux?

[ubuntu] CUPS with Kerberos

$
0
0
Hello Guys,

I am currently facing a small problem, I do not know how exactly I configure kerberos and what I need to do it so that I can use kerberos with CUPS

Does one of you have an idea? Thanks for your effort

Greetings

Chris

[SOLVED] Audigy Rx seen by AlsaMixer but cannot select in ubuntu settings

$
0
0
I recently updated to Ubuntu 19.10 (from 19.04) and since then Ubuntu wants to output the sound via my HDMI monitor.
looking in the settings i cannot select my sound blaster Audigy Rx sound card. I then looked in AlsaMixer where it showed up. after some search i still cannot find any way of fixing it.
I have however already confirmed that the driver is installed and associated with the card:
(part of the output from sudo lspci -v)
Code:

05:00.0 Multimedia audio controller: Creative Labs CA0108/CA10300 [Sound Blaster Audigy Series]    Subsystem: Creative Labs SB1550 Audigy 5/Rx
    Flags: bus master, medium devsel, latency 32, IRQ 16
    I/O ports at d000 [size=64]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: snd_emu10k1
    Kernel modules: snd_emu10k1

i hope that someone here can help me. i'll happily provide any needed information.

Graps on pages errors.ubuntu.com

Viewing all 69072 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>