[00:17] hi! I have two IPv6 addresses assigned to a server and would like to deactivate one of them because I'm running a mailserver and the address is on spam blocklists by default. I've tried `ip addr del /64 dev eth0` but it seems to just come back after a while, at least according to `ip addr`. Any ideas? [00:21] Fenhl: how'd that address gte assigned in the first place? is it RA? dhcp6? static configs? [00:21] Fenhl, if this is an ubuntu server install you configure net connections with netplan; the yaml config files are in /etc/netplan/ , and docs and examples are on http://netplan.io/ [00:22] sarnold: I'm not sure, it came with it already set up from Linode [00:23] rfm: oh, now that you mention it, I did write one of those config files. The unwanted address does not appear in it [00:31] Fenhl, so it's not a static address. it could be SLAAC or DHCP6. You might even have one of each, that's the easiest way to get two assigned (I assume you're not counting the link-local address, the one that starts with 'fe') [00:33] no, not counting that one [00:34] the netplan config has `dhcp6: no` in the `eth0` section, so I guess that means it's SLAAC? [00:35] Fenhl, yeah, I guess. Not sure why you have two then. [00:36] to be clear, I have the address I actually want to use in an `addresses` block in the netplan config [00:36] along with the IPv4 address [00:39] Fenhl, so the address you want is static, it's just the SLAAC address you want to get rid of. Then "accept-ra: no" is what you want, I think, That will stop systemd-networkd from assigning SLAAC addresses. [00:40] Fenhl, it might also stop default routes from getting set up, have to admit I don't know what to do about that [00:40] “default routes”? [00:42] Fenhl, you'd see them by "ip -6 r". Something like 2600:1234:5678:9ABC::/60 via [00:43] Fenhl, or maybe just "default vial fe80::' [00:44] seems to be “default via fe80::1” currently, I'll try your suggestion and see if it works [00:47] Fenhl, it might be easier to come at it from the other side and see if the mailserver has a way to specify which IP address to use (it surely must for listening, dunno about sending) [00:50] yeah, I'm using Mail-in-a-Box and when I asked on their forum their suggestion was to remove the address from netplan, which is why I have this config file in the first place [00:50] Fenhl, yeah, frex in postfix it's smtp_bind_address6... http://www.postfix.org/IPV6_README.html [00:54] Fenhl, well, removing the address from netplan would have worked if the address has been a static one in netplan, but it wasnt [00:54] yeah, that makes sense [00:57] Fenhl, unfortunately I can't tell from the Mail-in-a-Box website what MTA they use (they just say "a Ubuntu component", and Ubuntu contains a dozen or so alternatives) [00:59] Fenhl, so hard for me to make a recommendation for how to configure it to use a particular address. [00:59] well, it looks like adding the accept-ra config entry may have worked [00:59] the address is no longer there after a reboot, and the default route seems to be intact [01:00] I'm just re-running the mailinabox auto-config script now to make sure it uses the correct address for everything [01:01] Fenhl, ok then. I just didn't know (still don't) exactly how accept-ra affects the kernel's ipv6 config. [01:02] thanks for your help! I think if it still doesn't work after this I'll go bump that MiaB forum thread, since the system-side config looks correct now afaict [01:04] Fenhl, sounds good. If you do, ask them how to get the MTA to use a specific IPv6 address for mail (inbound and out.) === tnewman6 is now known as tnewman [01:35] hm, unfortunately it looks like something did get wrong [01:35] the mailinabox command seems to be running `apt-add-repository -y ppa:certbot/certbot`, which is timing out now after the config change [01:35] “Error: retrieving gpg key timed out.” [01:38] sorry, add-apt-repository, not apt-add-repository === zbenjamin_ is now known as zbenjamin [01:44] Fenhl, so maybe it did mess up IPv6 somehow. does "ping -6 google.com" get a response? [01:45] nope [01:49] hi, anyone familiar with exim mail serve? i'm having an errro [01:49] mails are timing out [01:53] ah, according to https://www.linode.com/community/questions/20145/ipv6-setup-trouble I do need the SLAAC address. I guess I'll try the trick of configuring the new address last [01:56] Fenhl, that probably won't work, as the SLAAC address is periodically renewed (see the "lft" which means "lifetime" in the "ip a" display. renewal takes place when some percentagle of lft is left, I forget the number [01:56] Fenhl, so the SLAAC address will become the last one configured pretty quickly [02:32] Getting a 'start job is running for /dev/sda1 that seems to keep preventing normal booting, Is this an issue with the fstab file? [02:37] looks like errors with remounting on boot [02:37] https://pasteboard.co/K0q96Q7.png [02:38] is it the formatting? [02:38] I was told the spacing didn't matter. [02:40] lunar: Does the mounbt point exists ' ls -al /mnt/data ' ? [02:40] mount* [02:41] I believe so yes. [02:41] Still learning though. [02:41] I'll check [02:42] lunar: By the way - sda1 we can expect to be an operating system partition - not a data partition - generaaly. [02:43] it's a secondary ssd [02:43] the OS is on an nvme [02:49] running the mount command I don't see it [02:50] the directory is there [02:55] lunar: who then owns that mount point ? pastebin that output ' ls -al /mnt/data ' for the channel. [02:56] root for both [02:57] https://pastebin.com/2sdPrp8W [02:57] lunar: That is with the partition mounted ? If mounted one would expect "YOU" to own the mount point. [02:58] I had it set like that the other day but someone here told me root should own it and I updated the fstab file to mount it on boot. [02:59] yea it looks mounted I see it in gparted [03:02] lunar: lunar: Then "you" do not have access to that partition :) pastebin 'who' and advise if this is the user you want to have permission to access the partition. === de-facto_ is now known as de-facto [03:09] it is not [03:10] my question though is that job running error is on boot so that's pre-login [03:10] so isn't that an issue with the OS mounting it and not the account accessing it? [03:12] lunar: Perhaps :( ... ' journalctl -b |grep failed ' <- to see what failed while booting up. [03:14] https://pastebin.com/a1UtTPNJ [03:15] I see the timeout [03:23] lunar: Oh! "Dependency failed for /mnt/data." Need to tell the system the UUID of the partition in fstab :( [03:23] I edited this about 5 min ago [03:23] is this correct? [03:24] https://pastebin.com/XhvqAP4y [03:25] just want to make sure I'm doing it correctly [03:25] I've only managed window 99.9% of my time in system admin roles [03:25] windows* [03:28] lunar: It is a process in learning - hang in there :)- nope not correct. See: https://forums.linuxmint.com/viewtopic.php?t=261548 - toward the bottom of the post is instrction for setting that UUID. [03:29] ok [03:30] lunar: Also we have an onboard user manual :) in this case see in terminal ' man fstab ' . [03:39] Visible delays with F2FS were defeated ( not in tests ). But compared to exFAT (FAT), the write (iostat) increased by ~30% - 50% with F2FS. It seems so. Due to dips in speed and low recording speed, I connected it to the USB 2.0 controller. https://ibb.co/Vj7qbF4 usb 3.0 flash drive [03:55] recording speed (write speed) Oh english! [04:00] Give me a driver. Hi, I'm the driver, this is my car. What? Not this driver. Give me the driver for the operating system. [04:05] is there like a go-to ssh key management software for linux systems? [04:11] write speed ~ 8MB/s === jgrim9105 is now known as jgrim910 [04:29] hello, how can I have everything in englishon my system, and just the number formatting and times european? [04:29] in my regional settings I have american english as the default, and in formats I have region s en_US and the numbering etc. in de_DE, but still some applications (apt, and some programs) are coming up in German... [04:46] I broke it more and it woulnd't boot. Didn't have much installed, just ran a reinstall and mounted the 2nd drive during install. [04:47] I'll look at the fstab file to see where my error was. It looked right based on the examples you posted. === MalkbabY_ is now known as MalkbabY [06:59] Hello. I have installed mingw-w64 for cross-compilation but I am unsure how to access it with terminal or makefile for compiling with it? [07:02] dpkg-query -L packagename [07:05] I meant how to use it for compiling === jelly-home is now known as jelly [07:09] it's a gcc / g++ as far as I know [07:10] https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-toolchain ... hmm... [07:10] Well I am not sure how to access it specifically [07:11] The build tool essentials are there as well which I also use [08:20] sginsberg: what do you mean by access? [08:20] Thanks but I found an answer [08:21] Just edited the makefile a bit [08:53] Good Morning, got a challenge. I've previously ran Maas from packages, but as I upgraded to 20.04, I changed to a snap instead. Now, the problem, apt wants to install the maas packages, but that fails (cant have pkt and snaps). So, how do I get apt to stop trying. apt remove does not work.. it want me to run --fix-broken, and that breaks (pkgs and snaps..) === ace_me1 is now known as ace_me [09:16] parlos: pastebin the error message when trying to remove it [09:18] @TheBigK, fixed it. Removed the file holding the repo /etc/apt/sources.list.d/*). Not nice, but it worked. [09:21] parlos: still try to remove packages that have no mirror behind it. this can cause security issues. [09:22] I think it cleared it self. It got passed the '--fix-broken', and I could remove the packages. Then I reinstated the package repo, and it hasnt complained since. [09:43] TheBigK thanks. === Whookam is now known as Thin_icE === jelly-home is now known as jelly === BrianG61UK__ is now known as BrianG61UK_ [11:42] Hello! [11:42] welcome inbe4 [11:43] lotuspsychje: Thank you := [11:43] how can we help you today inbe4 [11:46] lotuspsychje: I am currently on 20.04, and was wondering a few things about how LTS works. I have a background in Arch and Debian. On Debian there is backports for kernel for example. Doesthat exist for Ubuntu LTS aswell? [11:46] For example, kernel 5.11 [11:47] inbe4: you want to try higher kernels then the default one on 20.04? [11:49] lotuspsychje: Maybe, if it works like it does on Debian with backports [11:50] !backports | inbe4 [11:50] inbe4: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [11:51] inbe4: maybe if you explain your purpose, volunteers could also think along with you, whats your end goal exactly? [11:52] lotuspsychje: Thanks for the link, seems pretty straight forward [11:53] allrighty [11:53] !hwe | inbe4: for kernels etc we have the HardWare Enablement stack [11:53] inbe4: for kernels etc we have the HardWare Enablement stack: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [11:53] lotuspsychje: My goal is to be able to get some newer packages along the way on 20.04, without sacrificing stability [11:54] I will probably stay on 20.04 until 2025 on my desktop [11:55] inbe4: well these days LTS got an extended idea of stability with the raise of !snaps as they give the user higher package versions on an LTS base aswell [11:56] snaps are bad. don't use them. [11:56] lotuspsychje: Yes, that's true! [11:56] Deano59: Why not? [11:56] Deano59: please dont [11:56] lotuspsychje: ? [11:57] please don't what? [11:57] inbe4: unless you like long opening times, use a snap release. :) [11:57] Deano59: Maybe don't hate on snap like every chidish Linux "elitist" do :D [11:58] what? [11:58] snaps don't have community support, support from the publishers can be difficult to obtain, access to source-code and reproducible builds can be difficult [11:58] dont listen to him inbe4 he's the troll of the year around here [11:58] Deano59: I agree on the slow load times tho, it'sridiculous [11:58] lotuspsychje: Yeah [11:58] lotuspsychje: how am I troll? [11:59] Just don't feed him :) [11:59] TJ-: exactly why I don't like *any* snap release. [11:59] * Deano59 is NOT a troll. [12:00] Howdy folks [12:00] When a troll gets defensive it is almost defeated :) [12:00] Hey [12:00] Can someone ever mention snaps without turning it into a discussion? lol [12:00] I'm a troll becuase I don't like snap... okay then! :| [12:01] I use snaps, and i really like the convinience it gives! No more dependency issues using third-party deb files on Debian [12:02] Time to move that to the discussion channel. I don't see a support case here anymore [12:04] ravage: Sorry, been on the Ubuntu IRC for 10 minutes and already starting disussions lol :D === DarthMIF is now known as MIF [13:01] hi all, i am using ubuntu default hotspot, which uses /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant process, and it is setting the security to WPA by default , how can i set it to WAP2 ? [13:04] pagios: check the syslog for what it is doing. the -u means it is being managed over dbus by some other tool, which is responsible for configuring it [13:04] syslog is not complaining, no errors there [13:07] pagios: I was hoping it might report the config it is adopting. [13:07] been on it for 3 days now [13:08] pagios: maybe "journalctl --user -b 0" will reveal something of what is being configured [13:08] android,iphones,linux,mac works , windows doesnt [13:08] pagios: which Ubuntu release is it? [13:08] its 20.04 [13:11] pagios: are those other devices connecting with WPA-3 [13:11] no pure WPA [13:11] windows refuses WPA === kipper is now known as kipz [13:14] Wet P**** A** [13:15] pagios: check the NetworkManager log with "journalctl -b 0 -u NetworkManager" - press G to jump to end and work backwards looking for clues [13:16] pagios: it could be related to Bug #1871710 [13:16] bug 1871710 in network-manager (Ubuntu) "WiFi hotspot with WPA/WPA2 Personal security doesn't work with Windows 10 client " [Low,Incomplete] https://launchpad.net/bugs/1871710 [13:17] Oh! [13:24] TJ-, wats the workaroundfor that bug ? i guess thats it [13:41] pagios: it's unclear if it is a general issue or related to specific installs/upgrade paths, etc [13:49] hey yall, anyone know if ubuntu can be used on arm64 for audio production? ubuntu studio does not have an arm iso, and perhaps there is an ubuntu-arm channel i should ask in? [13:49] looking for a small portable way to do live performance [13:55] blackstar: in theory it should be OK, since ubuntu-studio is just a different mix of packages. You could install a -server image then "apt install ubuntustudio-desktop" for example [13:59] TJ-: danke === Roey is now known as AmigoBladder === faceface_ is now known as faceface [15:14] TJ-: Just for your info, since the user already, in this case -desktop really just installs everything related to the desktop, but there are further metapackages like -audio etc. [15:18] I'm a fan of the way GNOME-Shell handles workspace switching. Changing out stuff on the primary monitor only, while the secondary monitor keeps its windows. This is useful for things like keeping IRC and other communications open on one window while doing current tasks on the main screen. [15:19] Hi all, Under ubuntu 20.04 is there an option to be able to install mysql-server but version 5.7? [15:19] how can i do that [15:20] pagios: are you not running gnome? [15:21] its fine sudo apt install gnome-tweak-tool. [15:21] krytarik: right, I know, but seeing as they were looking for the ISO it implied the whole kaboodle [15:22] nokiomanz: no [15:24] nokiomanz: if you're 'quick' however, you could create a 16.04 container using LXD because that release has mysql 5.7.33 - but will disappear from the main archives imminently [15:24] TJ: When I look at the https://repo.mysql.com/apt/ubuntu/ There are a few options there. But under focal they only have 8.0. But the deb is available under bionic [15:27] nokiomanz: if you're prepared to first go through "lxd init" then you can create a container and install mysql in it with "lxc launch ubuntu:16.04 u1604-mysql" then "lxc exec u1604-mysql apt install default-mysql-server" then enter it with "lxc exec u1604-mysql bash" and configure it. It can then be made available via the container's network IP address to your host [15:27] nokiomanz: you'd first need to install lxd, which unfortunately is now only available as a snap package [15:29] TJ: Thanks for that. It seems that I can grab the mysql5.7 package from bionic and get it installed just fine under focal. I will have to do some test and looking around. Not sure I like this approach though and will probably not use it. [15:33] nokiomanz: I'd be concerned that its dependencies aren't supported on 20.04 when it runs [15:34] nokiomanz: and with no further security updates it (depending on how you intend using it) it would be 'safer' inside an unprivileged container [15:38] TJ-: I mean -desktop *only* installs that, not any of the workflow packages. [15:42] krytarik: hmm, hadn't realised that. Thanks for the heads up. Does seem counter-intuitive. is there a task that'll pull in the same as the ISO? [15:44] Well, I'd have to look, but generally in these cases it's advised to use the ubuntustudio-installer app. [15:45] it's make some sense to add the -audio, -publishing -photography -video -graphics as Suggests: since apt doesn't install suggests by default but --install-suggests would [15:48] TJ-: ubuntustudio-installer does some additional configuration. [15:48] TJ-: That'd apply to all the packages it pulls in then though.. >_< [15:48] krytarik: :) [15:49] Eickmeyer: might be worth publishing some info in Wiki linked from the download page for folks using architectures other than the ISO? [15:55] TJ-: We don't support it intentionally. RasPis aren't powerful enough for the advanced stuff in Studio. [16:05] why ubuntu software loads apps info and image too slow? [16:06] isapgswell, you mean the Software Center? [16:07] lordcirth yes [16:08] lordcirth main server [16:08] isapgswell, well, it's probably a matter of your internet connection? [16:08] lordcirth 240mb === epoll is now known as ev [16:26] isapgswell, hard drive or SSD? [16:34] I cinnect to my servers with ssh, I have my .bashrc set to enable vi mode with a set -o vi. I just changed my PS1 prompt to include a stick of broccoli, which I did by entering 1f966 . Sure enough, I see the broccoli, BUT the cursor and display are one position off when I am at the prompt - what am I missing here? [16:45] TJ: Thanks for your previous input! I wish you a great day ! [16:54] Is there a native diff tool on ubuntu? [16:54] alternatively is there a continuous ls tool that watches for changes? [16:55] talking terminal in both cases [16:57] Syzgy; there is 'diff' that can give you the difference between two files, or two folders.. [17:10] parlos, I want to see the difference between a folder now and later. ls folder > log.txt is an option [17:10] but I guess I already figured it out by doing ls folder | tail twice in short succession. [17:10] thanks anyway [17:13] so.. whats a good linux boot usb/cd image that gives text-only and lets me mount a root drive, ping, configure mdraid/zfs/other kernel modules etc without having to load a whole desktop environment? [17:13] I.E. I get bash, a kernel, apt but don't need to wait for gnome or unity to load [17:14] Syzgy: In that case what I do is 'ls -la > myLogfile'.. then time passes, and then 'ls -la > myLogfile2; diff myLogfile myLogfile2. === AmigoBladder is now known as Roey === kostkon_ is now known as kostkon [18:09] Since when did #linux get invite only :S [18:11] Nvm, I'm retarded [18:14] is there an ncurses interface for networkd in cli ? [18:14] something like nmtui ? [18:15] swensson: besides that, totally offtopic ;) [18:46] 20.04; libreoffice/writer won't print. Do I need to install cups? If so, will this page suffice for instructions? It has some details that make me wonder... https://linuxhint.com/cups_print_server_ubuntu/ [18:51] apb1963: which printer do you have? [18:51] generally it's best to avoid random blog posts unless you're already pretty familiar with a process and just need a reminder (_or_, if you're 100% lost _and_ can't find any official documentation, which is going to be rare) [18:52] Hi all, I have Ubuntu 21.04 installed and just changed the eGPU to use an AMD Radeon card instead of nVidia (for wayland support)... no extra drivers 'seemed' to be installed, how can I check that the right drivers, etc., are installed? [18:55] troozers: sudo lshw -C display [18:55] it'll tell you `driver=XXX` [18:57] also: lspci -k | grep -i vga -A 2 [18:57] although that won't necessarily mean your wayland is configured perfectly [18:59] apb1963: anyway yeah you probably need cups, and if you have an HP printer, probably hplip [19:30] Apologies, got booted [19:31] was previously asking; I have Ubuntu 21.04 installed and just changed the eGPU to use an AMD Radeon card instead of nVidia (for wayland support)... no extra drivers 'seemed' to be installed, how can I check that the right drivers, etc., are installed? [19:34] troozers: sudo lshw -C display [19:34] it'll tell you `driver=XXX` [19:34] "also: lspci -k | grep -i vga -A 2" [19:34] "although that won't necessarily mean your wayland is configured perfectly" [19:34] troozers: ^ [19:35] Deanno59: cool, cheers for that :) [19:36] lists out both GPUs (internal + eGPU) [19:36] Hello, the /dev/root is missing in 18.04 but is listed on the /proc/mounts. The kernel should be create the /dev/root symblink? [19:37] I take it that "kernel driver in use: amdgpu" against the eGPU means that's what is being used currently? [19:37] what's /dev/root supposed to be? [19:40] the /dev/root is create in the init/do_mount.c when the kernel has the 'root=' parameter [19:40] but in userspace doesn't exist [19:47] other_rick: I don't show "/dev/root" on any 16.04, 18.04 or 20.04 machines I have access to. Nor do I see any reference to it in /proc/mounts [19:47] other_rick: what is your exact goal? [19:52] leftyfb: I don't have an initrd, then I need to especify the root= kernel param, all works well do_mounts.c create the /dev/root [19:53] other_rick: why don't you have an initrd? [19:54] Its a sabrelitle that require use a U-Boot [19:57] I can create an initrd, then in user space /proc/mounts doesn't made mention to the /dev/oot [19:58] but I need to know if I need to add other kernel settings to fix the symblink that the /proc/mounts mentions [20:04] hi everyone. I'm having issues coonecting teh laptop my new company provided me as workstation to DisplayPort via usb-c output. the only message that I have on dmesg is: [20:05] https://dpaste.org/sh26 [20:07] is there any command that I can run to check if the usb-c ports "support" the output to DisplayPort? I'm running Ubuntu 20.04, kernel 5.8.0-50-generic [20:08] Hi. good day community. [20:10] Any software recommendation for HDD health? (from reporting health doing necessary things) [20:11] dev4449: smartctl [20:12] dev4449: gnome-disks can also tell you your drives health. [20:13] if i want to run command line only in a virtual box on windows, is ubuntu server what I should use? [20:13] sure. [20:14] MrMobius: What do you intend to use Ubuntu for? Your question depends on that. [20:14] Deano59: Thanks === rany8 is now known as rany [20:16] sarnold: Do you mean the one that comes with the smartmontools package? [20:16] dev4449, i had it installed in a VM to learn how to use linux and run 2 compiles I cant run on windows but it the VM was too slow and caused the host to stutter. if I can just get the compilers running from the command line ill be happy [20:17] dev4449: yeah, that's the one [20:17] MrMobius: ubuntu's server would do that fine. but maybe change your settings for your virtual system to add more memory/cpu cores. [20:17] dev4449, ive also heard I could set up a local SSH server for this if you think that's a smarter way [20:17] or take some away? hehe [20:18] any word on 21.04 in do-release-upgrade? [20:18] MrMobius: So you want to get rid of the graphical environment in order to free up resources and make your machine faster? [20:19] cbreak: not yet. soon though I should think. [20:24] dev4449, yes, to make the VM faster [20:25] and taking up less disk space is good too though not critical [20:27] MrMobius: Yes, Ubuntu server is the way to go if you want an ubuntu installation without a desktop environment. [20:28] thanks [20:29] MrMobius, reinstalling just to try is a lot of work. you can "sudo systemctl set-default multi-user.target" and reboot, it will go into console mode with no desktop running [20:29] rfm: that's interesting... [20:30] it seems gui-ubuntu uses graphical.target as default [20:30] MrMobius, if you do end up running that way, I would recommend installing the ssh server in the guest and connecting (say from putty) as that will let you copy/paste from the shell window [20:33] MrMobius, and for the performance problems in general, if you're seeing the host stutter that would seem that the VM is getting too much resource and starving the host; I'd try with just one virtual CPU, and make sure the host is left with at least 4 GB after the memory given to the VM is subtracted. [20:34] MrMobius, after that, if the host runs OK during the compile but the compiles take too long, you could try assigning more CPUs to the guest and see if it helps. [20:36] MrMobius, and after all that if it seems to work you can consider installing a ubuntu server VM and moving your work over, but that is a lot of work just to save a few gigabytes of disk [20:36] rfm, thanks a lot for the suggestion. i actually just deleted the VM image since idling in ubuntu and watching netflix on windows would make the video stutter and freeze the mouse every few seconds [20:37] I have it set up to dual boot in the hopes once i boot into ubuntu ill be too lazy to switch back into windows but i still need windows for some things so dont reboot into ubuntu [20:37] seems like just running the command line then is the thing to do here [20:39] MrMobius, is Hyper-V enabled on the windows box? if it is, VBox has to use it to run the VMs, and there are often serious performance problems [20:42] MrMobius: have you also looked into WSL? [20:49] I see that bug 1925010 is "fix released". [20:49] bug 1925010 in shim (Ubuntu Hirsute) "shim-signed 15.4 does not boot on EFI 1.10 systems" [High,In progress] https://launchpad.net/bugs/1925010 === Roey is now known as Abrodolph_Lincol === Abrodolph_Lincol is now known as Abrodolph_Linclr === Abrodolph_Linclr is now known as Roey